@media only screen and (min-width: 0rem) {
  #hero-2173 {
    background-color: var(--backgroundColor);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-2173 .cs-container {
    margin: auto;
    max-width: 80rem;
    width: 100%;
  }
  #hero-2173 .cs-content {
    position: relative;
    z-index: 1;
  }
  #hero-2173 .cs-wrapper {
    padding: clamp(3.75rem, 8vw, 5rem) 1rem clamp(3.75rem, 9.6vw, 6.25rem);
  }
  #hero-2173 .cs-flex {
    padding-left: clamp(2rem, 8vw, 8.75rem);
  }
  #hero-2173 .cs-title {
    color: var(--primary);
    font-size: clamp(2.75rem, 7vw, 5.75rem);
    font-weight: 900;
    line-height: 1.1em;
    margin: 0 0 clamp(2rem, 6vw, 4.875rem);
    max-width: 12ch;
    text-transform: uppercase;
  }
  #hero-2173 .cs-text {
    color: var(--bodyTextColor);
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    max-width: 34rem;
  }
  #hero-2173 .cs-button-solid {
    align-items: center;
    background-color: var(--primary);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), rgba(0, 0, 0, 0.1));
    border-radius: 5rem;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2em;
    min-height: 3.5rem;
    padding: 0 3rem 0.125rem;
    text-transform: none;
  }
  #hero-2173 .cs-button-solid:hover {
    background-color: var(--secondary);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), rgba(0, 0, 0, 0.15));
  }
  #hero-2173 .cs-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #hero-2173 .cs-button-group .cs-button-solid {
    box-sizing: border-box;
    min-width: 13.375rem;
  }
  #hero-2173 .cs-button-secondary {
    background-color: transparent;
    background-image: none;
    border: 2px solid var(--primary);
    color: var(--primary);
  }
  #hero-2173 .cs-button-secondary:hover {
    border-color: var(--secondary);
    color: #fff;
  }
  #hero-2173 .cs-picture {
    display: block;
    overflow: hidden;
    position: relative;
  }
  #hero-2173 .cs-picture img {
    height: 100%;
    inset: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
  }
  #hero-2173 .cs-picture1 {
    height: 110vw;
    max-height: 44rem;
  }
  #hero-2173 .cs-picture1:after {
    background: linear-gradient(180deg, transparent 35%, var(--backgroundColor) 100%);
    content: "";
    inset: 0;
    position: absolute;
  }
  #hero-2173 .cs-picture1 img {
    -o-object-position: center center;
    object-position: center center;
  }
  #hero-2173 .cs-picture2 {
    height: 68vw;
    margin-left: 4.75rem;
    max-height: 24rem;
  }
  #hero-2173 .cs-picture2 img {
    -o-object-position: center center;
    object-position: center center;
  }
}
@media only screen and (max-width: 43.749rem) {
  #hero-2173 {
    --hero-header-offset: clamp(9.25rem, 27vw, 9.875rem);
    margin-top: var(--hero-header-offset);
  }
  #hero-2173 .cs-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--hero-header-offset));
    min-height: calc(100svh - var(--hero-header-offset));
    min-height: calc(100dvh - var(--hero-header-offset));
  }
  #hero-2173 .cs-content {
    display: flex;
    flex-direction: column;
    min-height: inherit;
  }
  #hero-2173 .cs-wrapper {
    flex: 0 0 auto;
    padding: clamp(0.25rem, 1.5vw, 0.75rem) 1rem clamp(1.25rem, 5vw, 2rem);
  }
  #hero-2173 .cs-flex {
    padding-left: 0;
  }
  #hero-2173 .cs-text {
    margin-bottom: clamp(1.25rem, 5vw, 2rem);
  }
  #hero-2173 .cs-button-group {
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: 100%;
  }
  #hero-2173 .cs-button-group .cs-button-solid {
    flex: 1 1 0;
    font-size: clamp(0.9375rem, 4vw, 1.0625rem);
    min-width: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    white-space: nowrap;
  }
  #hero-2173 .cs-title {
    font-size: clamp(2.35rem, 10vw, 5.75rem);
    margin-bottom: clamp(1rem, 4vw, 1.75rem);
  }
  #hero-2173 .cs-picture1 {
    flex: 0 1 auto;
    height: auto;
    height: clamp(10rem, min(32svh, 68vw), 25rem);
    height: clamp(10rem, min(32dvh, 68vw), 25rem);
    max-height: none;
    min-height: 0;
  }
  #hero-2173 .cs-picture1 img {
    transform: none;
    object-fit: cover;
  }
  #hero-2173 .cs-picture1:after {
    background: linear-gradient(180deg, transparent 50%, hsla(0, 0%, 6%, 0.54) 80%, var(--backgroundColor) 100%);
  }
  #hero-2173 .cs-picture2 {
    display: none;
  }
}
@media only screen and (max-width: 43.749rem) and (min-height: 50rem) {
  #hero-2173 .cs-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding-bottom: clamp(2rem, 6dvh, 4rem);
    padding-top: clamp(1.5rem, 5dvh, 3.25rem);
  }
  #hero-2173 .cs-title {
    margin-bottom: clamp(1.5rem, 4dvh, 2.5rem);
  }
  #hero-2173 .cs-text {
    margin-bottom: clamp(1.75rem, 4.5dvh, 3rem);
  }
}
@media only screen and (max-width: 43.749rem) and (max-height: 43.75rem) {
  #hero-2173 {
    --hero-header-offset: clamp(9.25rem, 27vw, 9.5rem);
  }
  #hero-2173 .cs-wrapper {
    padding-bottom: 0.75rem;
    padding-top: 0.625rem;
  }
  #hero-2173 .cs-title {
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.05em;
    margin-bottom: 0.75rem;
  }
  #hero-2173 .cs-text {
    font-size: 0.9375rem;
    line-height: 1.4em;
    margin-bottom: 0.75rem;
  }
  #hero-2173 .cs-button-group .cs-button-solid {
    font-size: 0.9375rem;
    min-height: 3rem;
  }
  #hero-2173 .cs-picture1 {
    min-height: clamp(6rem, 18svh, 12rem);
    min-height: clamp(6rem, 18dvh, 12rem);
  }
}
@media only screen and (min-width: 43.75rem) {
  #hero-2173 {
    --hero-header-offset: 8.375rem;
    margin-top: var(--hero-header-offset);
  }
  #hero-2173 .cs-container {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  #hero-2173 .cs-content {
    width: 57vw;
  }
  #hero-2173 .cs-wrapper {
    padding-left: clamp(2rem, 5vw, 4rem);
  }
  #hero-2173 .cs-flex {
    padding-left: 0;
  }
  #hero-2173 .cs-picture1 {
    height: calc(100vh - var(--hero-header-offset));
    height: calc(100dvh - var(--hero-header-offset));
    max-height: none;
    position: absolute;
    right: 74%;
    top: 0;
    transform: translateY(calc(var(--hero-header-offset) * -1));
    width: 64vw;
    z-index: -1;
  }
  #hero-2173 .cs-picture1 img {
    -o-object-position: 50% center;
    object-position: 50% center;
  }
  #hero-2173 .cs-picture1:after {
    background: linear-gradient(90deg, transparent 76%, var(--backgroundColor) 100%);
  }
}
@media only screen and (min-width: 48rem) {
  #hero-2173 {
    --hero-header-offset: 9.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-2173 {
    --hero-header-offset: 8.75rem;
    padding-right: clamp(1rem, 4vw, 4rem);
  }
  #hero-2173 .cs-content {
    margin-right: clamp(2rem, 5vw, 4rem);
    max-width: 34rem;
    position: relative;
    width: 48%;
  }
  #hero-2173 .cs-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(5.5rem, 10vh, 8rem);
    transform: translateX(clamp(-4rem, -5vw, -2rem));
  }
  #hero-2173 .cs-flex {
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
    padding-left: clamp(2rem, 5vw, 4rem);
  }
  #hero-2173 .cs-picture1 {
    height: 100vh;
    height: 100dvh;
    right: calc(100% - 8rem);
    width: 68vw;
  }
  #hero-2173 .cs-picture1 img {
    transform: scale(1.05);
  }
  #hero-2173 .cs-picture2 {
    height: 100vh;
    height: 100dvh;
    left: calc(100% + 2.5rem);
    margin: 0;
    max-height: none;
    max-width: 21.875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26vw;
  }
}
@media only screen and (min-width: 64rem) and (max-width: 119.9375rem) and (max-height: 52rem) {
  #hero-2173 .cs-wrapper {
    padding-bottom: clamp(2rem, 5vh, 3rem);
    padding-top: clamp(2rem, 4.5vh, 2.5rem);
    transform: none;
  }
  #hero-2173 .cs-title {
    font-size: clamp(4rem, 5.2vw, 4.75rem);
    margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
  }
  #hero-2173 .cs-flex {
    margin-top: 0;
    padding-left: 0;
  }
  #hero-2173 .cs-text {
    margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
  }
  #hero-2173 .cs-button-solid {
    min-height: 3.25rem;
  }
}
@media only screen and (min-width: 120rem) {
  #hero-2173 {
    --hero-header-offset: 8.75rem;
    --hero-height: calc(100vh - var(--hero-header-offset));
    --hero-height: calc(100dvh - var(--hero-header-offset));
    margin-top: var(--hero-header-offset);
    min-height: var(--hero-height);
    padding-right: 0;
  }
  #hero-2173 .cs-container {
    box-sizing: border-box;
    height: var(--hero-height);
    margin: 0;
    max-width: none;
    padding: 0;
    position: static;
    width: 100%;
  }
  #hero-2173 .cs-content {
    align-items: stretch;
    display: flex;
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #hero-2173 .cs-wrapper {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: clamp(2rem, 5vh, 4rem);
    height: 100%;
    justify-content: flex-start;
    margin-left: 8%;
    padding: clamp(5.5rem, 9vh, 8rem) 0 clamp(2.5rem, 6vh, 6.25rem);
    width: 24%;
  }
  #hero-2173 .cs-title {
    font-size: clamp(2.5rem, 3.5vw, 4rem);
    letter-spacing: 0;
    line-height: 1.1em;
    margin: clamp(2rem, 5vh, 4rem) 0 0;
    max-width: none;
    width: 100%;
  }
  #hero-2173 .cs-flex {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  #hero-2173 .cs-text {
    font-size: clamp(1rem, 1.05vw, 1.25rem);
    line-height: 1.5em;
    margin: 0;
    max-width: none;
    width: 25.25rem;
  }
  #hero-2173 .cs-button-solid {
    align-items: center;
    display: inline-flex;
    font-size: 1.125rem;
    justify-content: center;
    line-height: 1.2em;
    min-height: 3.5rem;
    min-width: 14.125rem;
    padding: 0 3rem 0.125rem;
  }
  #hero-2173 .cs-picture1 {
    flex: none;
    height: var(--hero-height);
    max-height: none;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 70%;
    z-index: 0;
  }
  #hero-2173 .cs-picture1 img {
    height: 100%;
    left: 0;
    max-width: none;
    top: 0;
    width: 100%;
  }
  #hero-2173 .cs-picture1:after {
    background: linear-gradient(90deg, transparent 85.964%, var(--backgroundColor) 100%);
  }
  #hero-2173 .cs-picture2 {
    flex: none;
    height: var(--hero-height);
    left: auto;
    margin-left: -2%;
    max-height: none;
    max-width: none;
    position: relative;
    top: auto;
    transform: none;
    width: 14.5%;
  }
  #hero-2173 .cs-picture2 img {
    height: 130.76%;
    left: -105.36%;
    max-width: none;
    top: -15.67%;
    width: 286.92%;
  }
}
@media only screen and (min-width: 64rem) and (max-width: 74.9375rem) {
  #hero-2173 .cs-content {
    margin-right: clamp(1rem, 3vw, 2rem);
    width: 46%;
  }
  #hero-2173 .cs-wrapper {
    transform: none;
  }
  #hero-2173 .cs-flex {
    padding-left: 0;
  }
}
@media only screen and (min-width: 43.75rem) and (max-width: 63.9375rem) {
  #hero-2173 .cs-flex {
    margin-left: clamp(2rem, 8vw, 8.75rem);
  }
  #hero-2173 .cs-title {
    margin-left: clamp(2rem, 8vw, 8.75rem);
  }
}
@media only screen and (min-width: 43.75rem) and (max-width: 64rem) {
  #hero-2173 .cs-container {
    align-items: stretch;
  }
  #hero-2173 .cs-content {
    width: 100%;
  }
  #hero-2173 .cs-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #hero-2173 .cs-flex {
    margin-left: 0;
  }
  #hero-2173 .cs-title {
    margin-left: 0;
  }
  #hero-2173 .cs-picture1 {
    height: auto;
    height: clamp(22rem, 54vw, 38rem);
    margin-bottom: clamp(1rem, 3vw, 2rem);
    max-height: none;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
  #hero-2173 .cs-picture1 img {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 35%;
    object-position: 50% 35%;
    width: 100%;
  }
  #hero-2173 .cs-picture1:after {
    background: linear-gradient(180deg, transparent 35%, var(--backgroundColor) 100%);
  }
}

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