/*-- -------------------------- -->
<---   Reach Nexus Letters       -->
<---   Splash-style (speech/     -->
<---   fitness-testing style)   -->
<--- -------------------------- -*/
/* Smooth scroll for in-page links (e.g. Choose your path) */
html {
  scroll-behavior: smooth;
}
/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-856 {
    text-align: center;
    padding: clamp(11.25rem, 16.82vw, 10.25rem) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-856 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  #hero-856 .cs-content {
    max-width: 39.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #hero-856 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-856 .cs-title {
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 23ch;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #hero-856 .cs-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    max-width: 33.1875rem;
    margin: 0 0 clamp(1.75rem, 3.92vw, 2.5rem) 0;
    color: var(--bodyTextColor);
  }
  #hero-856 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #hero-856 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #hero-856 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-856 .cs-picture {
    width: 100%;
    max-width: 35.625rem;
    height: clamp(32rem, 95vw, 44.5rem);
    border-radius: 0 clamp(2.25rem, 17vw, 4.5rem) 0 clamp(0.25rem, 17vw, 4.5rem);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    display: block;
    position: relative;
  }
  #hero-856 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease;
  }
  #hero-856 .cs-wave {
    width: 320%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    z-index: -1;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-856 {
    text-align: left;
  }
  #hero-856 .cs-container {
    flex-direction: row;
    justify-content: space-between;
  }
  #hero-856 .cs-content {
    width: 40vw;
    flex: none;
    align-items: flex-start;
    order: 2;
  }
  #hero-856 .cs-title,
  #hero-856 .cs-text {
    text-align: left;
  }
  #hero-856 .cs-title {
    max-width: none;
  }
  #hero-856 .cs-picture {
    height: clamp(38.9375rem, 60vw, 50.875rem);
  }
  #hero-856 .cs-wave {
    width: 100%;
    left: 0;
    transform: scaleX(-1);
  }
}
/*-- -------------------------- -->
<---         Two Options        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #two-options-nexus {
    padding: var(--sectionPadding);
    position: relative;
    background-color: #fff;
  }
  #two-options-nexus .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #two-options-nexus .cs-content--center {
    text-align: center;
    width: 100%;
    max-width: 43.75rem;
  }
  #two-options-nexus .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #two-options-nexus .cs-title {
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }
  #two-options-nexus .cs-card-group--two-col {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #two-options-nexus .cs-item--option {
    list-style: none;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid #e8e8e8;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #two-options-nexus .cs-item--option .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #two-options-nexus .cs-item--option .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #two-options-nexus .cs-item--option .cs-disclosures {
    margin: 0.75rem 0 0;
    padding-top: 0.75rem;
    border-top: 1px solid #e8e8e8;
  }
  #two-options-nexus .cs-item--option .cs-disclosures .cs-item-text {
    font-size: 0.875rem;
    color: var(--bodyTextColor);
  }
  #two-options-nexus .cs-item--option .cs-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-left: 0.375rem;
  }
  #two-options-nexus .cs-item--option .cs-button-solid--option {
    margin-top: auto;
    align-self: flex-start;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #two-options-nexus .cs-card-group--two-col {
    flex-direction: row;
    align-items: stretch;
  }
  #two-options-nexus .cs-item--option {
    flex: 1;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-r-868 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #sbs-r-868 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-r-868 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-r-868 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-r-868 .cs-title {
    max-width: 23ch;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #sbs-r-868 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #sbs-r-868 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-r-868 .cs-image-group {
    width: 100%;
    max-width: 39.375rem;
    height: clamp(25rem, 69vw, 48.4375rem);
    border-radius: 0 clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
  }
  #sbs-r-868 .cs-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #sbs-r-868 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-r-868 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
  }
  #sbs-r-868 .cs-image-group {
    border-radius: clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem) 0;
  }
  #sbs-r-868 .cs-content {
    order: -1;
  }
}
/*-- -------------------------- -->
<---   Side By Side (normal)    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-868 {
    padding: var(--sectionPadding);
    position: relative;
    background-color: #fff;
  }
  #sbs-868 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-868 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-868 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-868 .cs-title {
    max-width: 23ch;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #sbs-868 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #sbs-868 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-868 ul {
    padding-left: 1.5rem;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColor);
  }
  #sbs-868 ul li {
    list-style: none;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  #sbs-868 ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.625rem;
  }
  #sbs-868 p a {
    text-decoration: underline;
    color: var(--primary);
  }
  #sbs-868 .cs-image-group {
    width: 100%;
    max-width: 39.375rem;
    height: clamp(25rem, 69vw, 48.4375rem);
    border-radius: clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem) 0;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
  }
  #sbs-868 .cs-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #sbs-868 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-868 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
  }
  #sbs-868 .cs-image-group {
    border-radius: 0 clamp(6.25rem, 17vw, 12.5rem) 0 clamp(6.25rem, 17vw, 12.5rem);
  }
  #sbs-868 .cs-content {
    /* content on right, image on left */
    order: 2;
  }
}
/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-2184 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
  }
  #pricing-2184 .cs-container {
    width: 100%;
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #pricing-2184 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 43.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #pricing-2184 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #pricing-2184 .cs-title {
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #pricing-2184 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColor);
  }
  #pricing-2184 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
  }
  #pricing-2184 .cs-item {
    text-align: center;
    list-style: none;
    padding: clamp(2rem, 6vw, 3rem) clamp(1rem, 3vw, 2.5rem);
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 3rem);
  }
  #pricing-2184 .cs-flex {
    max-width: 43.75rem;
  }
  #pricing-2184 .cs-h3 {
    font-size: clamp(1.9375rem, 5vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #pricing-2184 .cs-item-text {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #pricing-2184 .cs-price {
    font-size: clamp(2.4375rem, 6vw, 2.0625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #pricing-2184 .cs-link {
    font-size: 1rem;
    text-decoration: none;
    line-height: 3.5rem;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
  }
  #pricing-2184 .cs-topper-link {
    font-size: var(--topperFontSize);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    max-width: fit-content;
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.75rem;
    color: var(--primary);
    display: block;
    position: relative;
    z-index: 1;
  }
  #pricing-2184 .cs-topper-link:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.1;
    border-radius: 0.25rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #pricing-2184 .cs-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
  }
  #pricing-2184 .cs-cta-group .cs-button-solid {
    margin: 0;
  }
  #pricing-2184 .cs-cta-group .cs-button-solid--secondary {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
  }
  #pricing-2184 .cs-cta-group .cs-button-solid--secondary:before {
    display: none;
  }
  #pricing-2184 .cs-cta-group .cs-button-solid--secondary:hover {
    background-color: var(--primary);
    color: #fff;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-2184 .cs-container {
    max-width: 80rem;
  }
  #pricing-2184 .cs-card-group {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
  }
  #pricing-2184 .cs-item {
    text-align: left;
    padding-left: clamp(1.5rem, 3vw, 2.5rem);
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: clamp(4rem, 11vw, 5.75rem);
    position: relative;
    z-index: 1;
  }
  #pricing-2184 .cs-item:nth-of-type(2):before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #pricing-2184 .cs-item:nth-of-type(2) .cs-h3,
  #pricing-2184 .cs-item:nth-of-type(2) .cs-price,
  #pricing-2184 .cs-item:nth-of-type(2) .cs-link {
    color: var(--primary);
  }
  #pricing-2184 .cs-h3 {
    width: 50%;
    max-width: 20.3125rem;
    flex: none;
  }
  #pricing-2184 .cs-link {
    flex: none;
  }
}
/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews-64 {
    text-align: center;
    padding: var(--sectionPadding);
    background-color: #f1f1f4;
  }
  #reviews-64 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-64 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #reviews-64 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #reviews-64 .cs-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #reviews-64 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  #reviews-64 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 25.8125rem;
    padding: 0 clamp(1rem, 2.1vw, 2rem);
    padding-bottom: clamp(1.25rem, 4.7vw, 2.5rem);
    margin: 0;
    background: #fff;
    box-shadow: -1px 21px 39px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  #reviews-64 .cs-img {
    width: clamp(7.25rem, 18vw, 8.5rem);
    height: clamp(1.25rem, 3.2vw, 1.5rem);
    margin: 0 auto 1.5rem;
    display: block;
    transform: translateY(-0.8125rem);
  }
  #reviews-64 .cs-name {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #reviews-64 .cs-desc {
    font-size: 1rem;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 1rem;
    color: var(--label);
    display: block;
  }
  #reviews-64 .cs-item-text {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    margin: auto;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews-64 .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: clamp(1rem, 1.5vw, 1.25rem);
    row-gap: 2.875rem;
  }
  #reviews-64 .cs-item {
    width: clamp(31.5%, 30vw, 32.3%);
  }
}
/*-- -------------------------- -->
<---      What Happens Next     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-1893 {
    padding: var(--sectionPadding);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid var(--primary);
  }
  #steps-1893 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #steps-1893 .cs-image-group {
    font-size: min(2.24vw, .9rem);
    width: 25em;
    height: 31.25em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #steps-1893 .cs-picture {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--primary);
    overflow: hidden;
    border: 8px solid var(--primary);
    border-radius: 1.5rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  #steps-1893 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #steps-1893 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #steps-1893 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #steps-1893 .cs-topper {
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #steps-1893 .cs-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }
  #steps-1893 .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    grid-auto-flow: row;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #steps-1893 .cs-item {
    list-style: none;
    padding-bottom: 1.5rem;
    border-bottom: #e0e0e0 1px solid;
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
  }
  #steps-1893 .cs-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  #steps-1893 .cs-number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    color: var(--primary);
    opacity: 0.2;
    display: block;
    flex: none;
  }
  #steps-1893 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #steps-1893 .cs-h3 {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #steps-1893 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #steps-1893 .cs-item-text a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
  }
  #steps-1893 .cs-item-text a:hover {
    text-decoration: none;
  }
  #steps-1893 .cs-legal-group {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: #e0e0e0 1px solid;
  }
  #steps-1893 .cs-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  #steps-1893 .cs-cta-group .cs-button-solid {
    margin: 0;
  }
  #steps-1893 .cs-cta-group .cs-button-solid--secondary {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
  }
  #steps-1893 .cs-cta-group .cs-button-solid--secondary:before {
    display: none;
  }
  #steps-1893 .cs-cta-group .cs-button-solid--secondary:hover {
    background-color: var(--primary);
    color: #fff;
  }
  #steps-1893 .cs-legal {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 1rem 0;
  }
  #steps-1893 .cs-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 1.5rem 0;
  }
  #steps-1893 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #steps-1893 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #steps-1893 .cs-button-solid:hover:before {
    width: 100%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-1893 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1893 .cs-image-group {
    font-size: min(1.3vw, 1rem);
    width: 23.75em;
    height: auto;
    min-height: 31.25em;
    flex: none;
    order: 2;
  }
  #steps-1893 .cs-picture {
    height: 100%;
  }
  #steps-1893 .cs-card-group {
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
}
