@media only screen and (min-width: 0rem) {
  #hero-1299 {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--sectionPadding);
    padding-top: clamp(15rem, 30.95vw, 21.875rem);
    padding-bottom: 0;
    gap: clamp(3rem, 7vw, 4rem);
  }
  #hero-1299 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 7vw, 4rem);
  }
  #hero-1299 .cs-container2 {
    max-width: 80rem;
  }
  #hero-1299 .cs-content {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 39.375rem;
    width: 100%;
    text-align: center;
  }
  #hero-1299 .cs-title {
    font-size: clamp(2.4375rem, 4.2vw, 3.8125rem);
  }
  #hero-1299 .cs-text {
    margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  }
  #hero-1299 .cs-picture {
    z-index: 7;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: auto;
    max-width: clamp(26.6875rem, 50vw, 29.25rem);
    width: 100%;
  }
  #hero-1299 .cs-picture img {
    height: auto;
    width: 100%;
  }
  #hero-1299 .cs-card-group {
    z-index: 15;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  }
  #hero-1299 .cs-item {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: left;
    grid-column: span 12;
  }
  #hero-1299 .cs-item:last-of-type {
    border-bottom: none;
  }
  #hero-1299 .cs-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1.5rem, 5.3vw, 3.75rem) clamp(1rem, 2.7vw, 2.5rem);
    text-decoration: none;
  }
  #hero-1299 .cs-icon {
    margin: 0 0 clamp(1rem, 2.2vw, 2rem) 0;
    height: clamp(2rem, 4vw, 2.5rem);
    width: auto;
  }
  #hero-1299 .cs-h3 {
    margin: 0 0 0.75rem 0;
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    transition: color 0.3s;
    text-align: inherit;
  }
  #hero-1299 .cs-item-text {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    transition: color 0.3s, opacity 0.3s;
    text-align: inherit;
  }
  #hero-1299 .cs-fake-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    gap: 0.25rem;
  }
  #hero-1299 .cs-arrow {
    height: auto;
    width: 1.5rem;
  }
  #hero-1299 .cs-floater-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #hero-1299 .cs-floater {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    display: block;
    height: auto;
    width: 68.125rem;
  }
  #hero-1299 .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 40%;
    width: 100%;
  }
  #hero-1299 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-1299 .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.84;
    display: block;
    background: #fff;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-1299 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(3.125rem, 10vw, 5.625rem);
  }
  #hero-1299 .cs-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  #hero-1299 .cs-content {
    align-items: flex-start;
    width: 60%;
    text-align: left;
  }
  #hero-1299 .cs-picture-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-width: 80rem;
    width: 100%;
    overflow: hidden;
  }
  #hero-1299 .cs-picture {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: clamp(3.125rem, 12vw, 10.625rem);
    width: 56%;
  }
  #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 {
    height: 55%;
    overflow: hidden;
  }
  #hero-1299 .cs-background:before {
    opacity: 1;
    transform: scaleX(-1);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 47.66%, rgba(255, 255, 255, 0) 71.43%);
  }
}
@media only screen and (min-width: 64rem) {
  #hero-1299 .cs-card-group {
    padding: 0;
  }
  #hero-1299 .cs-item {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    grid-column: span 4;
  }
  #hero-1299 .cs-item:hover {
    background-color: var(--primaryLight);
    border-color: var(--primaryLight);
  }
  #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 {
    top: auto;
    bottom: 0;
    left: 40%;
    right: auto;
  }
}
@media only screen and (min-width: 81.25rem) {
  #hero-1299 .cs-picture {
    bottom: 6.25rem;
  }
}
@media only screen and (min-width: 100rem) {
  #hero-1299 .cs-background {
    background: url("/assets/images/hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1299 .cs-background img {
    display: none;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1299 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1299 .cs-text {
    opacity: 0.9;
    color: var(--bodyTextColorWhite);
  }
  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 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1299 .cs-item-text {
    color: var(--bodyTextColorWhite);
    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;
  }
}
@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%);
  }
}

/*# sourceMappingURL=critical.css.map */
