/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1295 {
    /* 150px - 350px */
    padding: clamp(9rem, 30.95vw, 16.875rem) 1rem;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  #hero-1295:before {
    content: '';
    width: 100%;
    height: 30%;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1295 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #hero-1295 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 43.75rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #hero-1295 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-1295 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    width: 100%;
    max-width: 25ch;
    margin: 0 0 1rem;
    color: var(--headerColor);
    position: relative;
  }
  #hero-1295 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.5em;
    width: 100%;
    max-width: 43.75rem;
    /* 28px - 40px */
    margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    color: var(--bodyTextColor);
  }
  #hero-1295 .cs-card-group {
    width: 100%;
    max-width: 80rem;
    /* 48px - 90px */
    margin: clamp(3rem, 8vw, 5.625rem) 0 0 0;
    padding: 0 1rem;
    /* prevents padding and border from affecting height and width */
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    z-index: 15;
  }
  #hero-1295 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    grid-column: span 12;
    transition: background-color 0.3s, border-color 0.3s;
  }
  #hero-1295 .cs-item:last-of-type {
    border-bottom: none;
  }
  #hero-1295 .cs-link {
    text-decoration: none;
    /* 24px - 60px top & Bottom */
    /* 24px - 16px top & Bottom */
    padding: clamp(1.5rem, 5.3vw, 3.75rem) clamp(1rem, 2.7vw, 2.5rem);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #hero-1295 .cs-icon {
    /* 32px - 40px */
    height: clamp(2rem, 4vw, 2.5rem);
    width: auto;
    margin: 0 0 1rem 0;
  }
  #hero-1295 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    font-weight: 700;
    text-align: inherit;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #hero-1295 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s,
                opacity 0.3s;
  }
  #hero-1295 .cs-floater-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1295 .cs-floater {
    width: 68.125rem;
    height: auto;
    opacity: 0.1;
    display: none;
    position: absolute;
    right: 0;
    top: 4%;
    z-index: 1;
  }
  #hero-1295 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
  }
  #hero-1295 .cs-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.84;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-1295 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1295 {
    padding-bottom: 0;
  }
  #hero-1295:after {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: linear-gradient(89deg, rgba(255, 255, 255, 0.96) 47.66%, rgba(255, 255, 255, 0) 71.43%);
    opacity: 0.84;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1295:before {
    height: 9.375rem;
  }
  #hero-1295 .cs-container {
    justify-content: flex-start;
    flex-direction: row;
  }
  #hero-1295 .cs-content {
    text-align: left;
    width: 60%;
    align-items: flex-start;
  }
  #hero-1295 .cs-card-group {
    max-width: 100%;
  }
  #hero-1295 .cs-item {
    grid-column: span 4;
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
  }
  #hero-1295 .cs-item:nth-of-type(3) {
    border-bottom: none;
    border-right: none;
  }
  #hero-1295 .cs-floater {
    display: block;
  }
  #hero-1295 .cs-background {
    overflow: hidden;
  }
  #hero-1295 .cs-background:before {
    display: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1295 .cs-floater {
    right: clamp(45%, 50vw, 55%);
    top: auto;
    bottom: 9.375rem;
    display:none;
  }
}
/* Large Desktop - 1600px (Parallax Effect) */
@media only screen and (min-width: 100rem) {
  #hero-1295 .cs-background {
    background: url("../images/landing.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1295 .cs-background img {
    display: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1295 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  body.dark-mode #hero-1295:after {
    opacity: 0.8;
    background: linear-gradient(89deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
  }
  body.dark-mode #hero-1295:before {
    background-color: var(--dark);
  }
  body.dark-mode #hero-1295 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #hero-1295 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1295 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  body.dark-mode #hero-1295 .cs-card-group {
    background-color: var(--dark);
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  }
  body.dark-mode #hero-1295 .cs-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #hero-1295 .cs-h3,
  body.dark-mode #hero-1295 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1295 .cs-item-text {
    opacity: .8;
  }
  body.dark-mode #hero-1295 .cs-background {
    opacity: 0.15;
  }
  body.dark-mode #hero-1295 .cs-background:before {
    opacity: 0.8;
    background: linear-gradient(89deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
  }
}
