@media only screen and (min-width: 0rem) {
  #hero-1467 .cs-banner {
    margin: 0 auto clamp(3rem, 9vw, 7.5rem);
    max-width: 35.625rem;
  }
  #hero-1467 .cs-banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: clamp(1.125rem, 3vw, 1.875rem);
    gap: clamp(1rem, 2vw, 2rem);
    backdrop-filter: blur(6.35px);
  }
  #hero-1467 .cs-banner-title {
    display: block;
    max-width: 18.125rem;
    font-size: clamp(1.5rem, 4vw, 2.375rem);
    line-height: 1em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #hero-1467 .cs-banner-title::after {
    content: "";
    opacity: 1;
    display: block;
    border-radius: 8px;
    margin: 0.5rem auto 0;
    background: var(--primary);
    height: 2px;
    width: 10.25rem;
  }
  #hero-1467 .cs-arrow {
    display: none;
    height: 4.6875em;
    width: 5.25em;
    font-size: min(1.5vw, 1rem);
  }
  #hero-1467 .cs-card-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 1rem;
  }
  #hero-1467 .cs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    flex: 1;
  }
  #hero-1467 .cs-item-icon {
    margin-bottom: 1rem;
    height: 2rem;
    width: 2rem;
  }
  #hero-1467 .cs-item-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-1467 .cs-item-header {
    display: block;
    margin: 0 0 0.5rem;
    max-width: 15ch;
    font-size: clamp(0.875rem, 2vw, 1.625rem);
    line-height: 1em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #hero-1467 .cs-item-desc {
    display: none;
    margin-top: auto;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1em;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-1467 .cs-banner {
    max-width: 87.5rem;
  }
  #hero-1467 .cs-banner-content {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.2vw, 3.75rem);
  }
  #hero-1467 .cs-arrow {
    display: block;
  }
  #hero-1467 .cs-card-group {
    flex-direction: row;
  }
  #hero-1467 .cs-item {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: clamp(0.5rem, 2vw, 1.25rem);
  }
  #hero-1467 .cs-item-desc {
    display: block;
  }
}
@media only screen and (min-width: 75rem) {
  #hero-1467 .cs-banner-wrapper {
    flex-direction: row;
  }
  #hero-1467 .cs-banner-title {
    text-align: left;
  }
  #hero-1467 .cs-banner-title::after {
    content: none;
  }
}
@media only screen and (min-width: 0rem) {
  #hero-1467 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 7.5rem 1rem clamp(6.25rem, 7vw, 12.5rem);
  }
  #hero-1467 .cs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 44rem;
    width: 100%;
    gap: 3rem;
  }
  #hero-1467 .cs-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 35.625rem;
    width: 100%;
    text-align: center;
  }
  #hero-1467 .cs-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  #hero-1467 .cs-title {
    z-index: 1;
    position: relative;
    max-width: 51.8125rem;
    font-size: clamp(2.4375rem, 6.4vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    text-align: inherit;
  }
  #hero-1467 .cs-title:before {
    content: "";
    opacity: 1;
    display: block;
    border-radius: 8px;
    margin: 0 auto 2rem;
    background: var(--primary);
    height: 8px;
    width: 3.75rem;
  }
  #hero-1467 .cs-text {
    margin: 0;
    margin-bottom: 2rem;
    max-width: clamp(29rem, 60vw, 38.785rem);
    width: 100%;
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    color: #fff;
    text-align: inherit;
  }
  #hero-1467 .cs-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 1.5rem 0;
    width: 100%;
    padding: 0;
    gap: 0.75rem;
  }
  #hero-1467 .cs-li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    gap: 0.5rem;
  }
  #hero-1467 .cs-icon {
    display: block;
    margin-top: 1px;
    height: auto;
    width: 1.5rem;
  }
  #hero-1467 .cs-info {
    margin: 0;
    max-width: clamp(29rem, 60vw, 38.785rem);
    width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
    color: #fff;
    text-align: inherit;
  }
  #hero-1467 .cs-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 0.5rem 0;
    gap: 2px;
  }
  #hero-1467 .cs-icon {
    height: auto;
    width: 1rem;
  }
  #hero-1467 .cs-desc {
    margin: 0;
    max-width: 20ch;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: #f7f7f7;
    text-align: inherit;
  }
  #hero-1467 .cs-right {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
    text-align: center;
  }
  #hero-1467 .cs-step-toggle {
    position: absolute;
    top: calc(clamp(2.0625rem, 4vw, 2.1875rem) * -1);
    right: 0;
  }
  #hero-1467 .cs-toggle {
    border: none;
    background-color: #dcdcdd;
    padding: 0.5rem 1rem;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    font-weight: 700;
    color: #272727;
    cursor: pointer;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  #hero-1467 .cs-toggle-active {
    background-color: var(--primary);
  }
  #hero-1467 .cs-tag {
    z-index: 1;
    position: absolute;
    top: 0.5rem;
    right: 0;
    transform: rotate(14deg);
    display: inline-block;
    border-radius: 2.5rem;
    overflow: hidden;
    padding: 0 2rem 0 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    transform-origin: right;
  }
  #hero-1467 .cs-tag:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    content: "";
    opacity: 1;
    display: block;
    background: var(--secondary);
    height: 100%;
  }
  #hero-1467 .cs-tag:after {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0.375rem;
    content: "";
    opacity: 1;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    background-color: var(--secondary);
    height: 1.5625rem;
    width: 1.5625rem;
    overflow: hidden;
  }
  #hero-1467 .cs-dot {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    height: 0.5rem;
    width: 0.5rem;
  }
  #hero-1467 .cs-h3 {
    margin: 0 0 0.5rem 0;
    max-width: 20ch;
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    font-weight: 900;
    color: var(--headerColor);
    text-align: inherit;
  }
  #hero-1467 .cs-expires {
    display: block;
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--secondary);
    text-align: inherit;
  }
  #hero-1467 .cs-form-text {
    margin: 0 0 1.5rem 0;
    max-width: 40.625rem;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #hero-1467 .cs-form {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    gap: 2rem;
  }
  #hero-1467 .cs-step {
    position: relative;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: transform 0.3s, right 0.3s, opacity 1s;
    flex: 1 0 100%;
    gap: 1rem;
  }
  #hero-1467 .cs-step1 {
    right: 100%;
  }
  #hero-1467 .cs-step-active.cs-step1 {
    right: 0;
    opacity: 1;
  }
  #hero-1467 .cs-step-active.cs-step2 {
    right: 50%;
    opacity: 1;
    transform: translateX(-56%);
  }
  #hero-1467 .cs-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    grid-column: span 12;
    gap: 0.25rem;
  }
  #hero-1467 .cs-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 0.875rem;
    color: #767676;
    gap: 0.25rem;
  }
  #hero-1467 .cs-input,
  #hero-1467 select {
    border: none;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
    height: 3.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: var(--bodyTextColor);
    transition: border-color 0.3s;
  }
  #hero-1467 .cs-input::placeholder,
  #hero-1467 select::placeholder {
    opacity: 0.6;
    color: #7d799c;
  }
  #hero-1467 .cs-input:hover,
  #hero-1467 select:hover {
    border-color: var(--secondary);
  }
  #hero-1467 .cs-input:focus,
  #hero-1467 select:focus {
    outline: 1px solid var(--secondary);
  }
  #hero-1467 .cs-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-1467 .cs-checkbox {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--bodyTextColor);
    cursor: pointer;
    gap: 0.5rem;
  }
  #hero-1467 .cs-textarea {
    margin-bottom: 0.75rem;
    min-height: 5.9375rem;
    padding-top: 1.5rem;
    font-family: inherit;
  }
  #hero-1467 .cs-submit {
    border: none;
    margin: 0 0 1rem 0;
    width: 100%;
    text-transform: uppercase;
  }
  #hero-1467 .cs-submit:hover {
    cursor: pointer;
  }
  #hero-1467 .cs-disclaimer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 0 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: left;
    gap: 0.25rem;
  }
  #hero-1467 .cs-disclaimer-icon {
    height: auto;
    width: 1.25rem;
  }
  #hero-1467 .cs-video,
  #hero-1467 .cs-background {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #hero-1467 .cs-video video,
  #hero-1467 .cs-background video,
  #hero-1467 .cs-video img,
  #hero-1467 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-1467 .cs-video:before,
  #hero-1467 .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    display: block;
    background: #1a1a1a;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  #hero-1467 .cs-video {
    display: block;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-1467 .cs-step {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #hero-1467 .cs-label {
    grid-column: span 12;
  }
  #hero-1467 .cs-submit {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-1467 .cs-container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 80rem;
  }
  #hero-1467 .cs-right {
    align-items: flex-start;
  }
  #hero-1467 .cs-title:before {
    margin-left: 0;
  }
  #hero-1467 .cs-content {
    align-items: flex-start;
    text-align: left;
  }
  #hero-1467 .cs-flex {
    align-items: flex-start;
    text-align: left;
  }
  #hero-1467 .cs-video {
    display: block;
  }
  #hero-1467 .cs-background {
    display: none;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1467 .cs-right {
    background-color: var(--medium);
  }
  body.dark-mode #hero-1467 .cs-h3,
  body.dark-mode #hero-1467 .cs-form-text,
  body.dark-mode #hero-1467 .cs-label,
  body.dark-mode #hero-1467 .cs-disclaimer {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1467 .cs-disclaimer-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #hero-1467 .cs-input,
  body.dark-mode #hero-1467 select {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1467 .cs-form-text {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 0rem) {
  #logos-857 {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
  }
  #logos-857 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 50rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #logos-857 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #logos-857 .cs-title {
    margin: 0;
    max-width: 40ch;
  }
  #logos-857 .cs-title a {
    font-size: inherit;
  }
  #logos-857 .cs-logo-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
  #logos-857 .cs-logo {
    display: block;
    margin: 0;
    max-height: 6.25rem;
    height: auto;
    max-width: 9.375rem;
    width: min-content;
  }
}
@media only screen and (min-width: 81.25rem) {
  #logos-857 .cs-container {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #logos-857 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #logos-857 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #logos-857 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #logos-857 .cs-logo {
    filter: grayscale(100);
    transition: filter 0.3s;
  }
  body.dark-mode #logos-857 .cs-logo:hover {
    filter: none;
  }
}
