/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1299 {
    padding: var(--sectionPadding);
    /* 200px - 350px */
    padding-top: clamp(15rem, 30.95vw, 21.875rem);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #hero-1299 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #hero-1299 .cs-container2 {
    max-width: 80rem;
  }
  #hero-1299 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #hero-1299 .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(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-1299 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    width: 100%;
    max-width: 17ch;
    margin: 0 0 1rem;
    color: var(--headerColor);
    position: relative;
  }
  #hero-1299 .cs-text {
    /* 16px - 20px */
    font-size: clamp(0.875rem, 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-1299 .cs-picture {
    width: 100%;
    /* 427px - 468px */
    max-width: clamp(26.6875rem, 50vw, 29.25rem);
    height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 7;
  }
  #hero-1299 .cs-picture img {
    width: 100%;
    height: auto;
  }
  #hero-1299 .cs-card-group {
    width: 100%;
    margin: 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-1299 .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-1299 .cs-item:last-of-type {
    border-bottom: none;
  }
  #hero-1299 .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-1299 .cs-icon {
    /* 32px - 40px */
    height: clamp(2rem, 4vw, 2.5rem);
    width: auto;
    margin: 0 0 1rem 0;
  }
  #hero-1299 .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-1299 .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-1299 .cs-fake-link {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.2em;
    font-weight: 700;
    margin: 1rem 0 0 0;
    color: var(--headerColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
  #hero-1299 .cs-arrow {
    width: 1.5rem;
    height: auto;
  }
  #hero-1299 .cs-floater-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1299 .cs-floater {
    width: 68.125rem;
    height: auto;
    opacity: 0.1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #hero-1299 .cs-background {
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1299 .cs-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.70;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-1299 .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-1299 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 50px - 90px */
    gap: clamp(3.125rem, 10vw, 5.625rem);
  }
  #hero-1299 .cs-container {
    justify-content: flex-start;
    flex-direction: row;
  }
  #hero-1299 .cs-content {
    text-align: left;
    width: 60%;
    align-items: flex-start;
  }
  #hero-1299 .cs-picture-wrapper {
    width: 100%;
    max-width: 80rem;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #hero-1299 .cs-picture {
    width: 56%;
    /* 50px - 170px */
    margin-right: clamp(3.125rem, 12vw, 10.625rem);
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 10;
  }
  #hero-1299 .cs-item {
    grid-column: span 6;
  }
  #hero-1299 .cs-item:nth-of-type(5),
  #hero-1299 .cs-item:nth-of-type(6) {
    border-bottom: none;
  }
  #hero-1299 .cs-floater-wrapper {
    display: block;
  }
  #hero-1299 .cs-background {
    overflow: hidden;
    height: 70%;
  }
  #hero-1299 .cs-background:before {
    opacity: 1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 47.66%, rgba(255, 255, 255, 0) 71.43%);
    transform: scaleX(-1);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1299 .cs-card-group {
    padding: 0;
  }
  #hero-1299 .cs-item {
    grid-column: span 4;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  #hero-1299 .cs-item:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
  }
  #hero-1299 .cs-item:hover .cs-h3,
  #hero-1299 .cs-item:hover .cs-item-text,
  #hero-1299 .cs-item:hover .cs-fake-link {
    color: var(--bodyTextColorWhite);
  }
  #hero-1299 .cs-item:hover .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  #hero-1299 .cs-item:hover .cs-item-text {
    opacity: 0.8;
  }
  #hero-1299 .cs-item:nth-of-type(4) {
    border-bottom: 0;
  }
  #hero-1299 .cs-item:last-of-type {
    border: none;
  }
  #hero-1299 .cs-floater {
    left: 40%;
    right: auto;
    top: auto;
    bottom: 0;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #hero-1299 .cs-picture {
    bottom: 6.25rem;
  }
}
/* Larger Desktop - 1600px (Parallax Effect) */
@media only screen and (min-width: 100rem) {
  #hero-1299 .cs-background {
    background: url("../images/landing.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1299 .cs-background img {
    display: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1299 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1299 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  body.dark-mode #hero-1299 .cs-card-group {
    background-color: var(--dark);
    box-shadow: 0px 4px 25px 0px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #hero-1299 .cs-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #hero-1299 .cs-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #hero-1299 .cs-h3,
  body.dark-mode #hero-1299 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1299 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #hero-1299 .cs-fake-link {
    color: #fff;
  }
  body.dark-mode #hero-1299 .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #hero-1299 .cs-background {
    opacity: 0.15;
  }
  body.dark-mode #hero-1299 .cs-background:before {
    opacity: 0.5;
    background: #000;
  }
}
/* Dark Mode Tablet and Up Only */
@media only screen and (min-width: 48rem) {
  body.dark-mode #hero-1299 .cs-background {
    opacity: 0.15;
  }
  body.dark-mode #hero-1299 .cs-background:before {
    opacity: 0.8;
    background: linear-gradient(89deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
  }
}
