@font-face {
    font-family: "Gotham";
    src: url("../fonts/subset-Gotham-Book.eot");
    src:
        url("../fonts/subset-Gotham-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/subset-Gotham-Book.woff2") format("woff2"),
        url("../fonts/subset-Gotham-Book.woff") format("woff"),
        url("../fonts/subset-Gotham-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/subset-Gotham-Medium.eot");
    src:
        url("../fonts/subset-Gotham-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/subset-Gotham-Medium.woff2") format("woff2"),
        url("../fonts/subset-Gotham-Medium.woff") format("woff"),
        url("../fonts/subset-Gotham-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/subset-Gotham-Bold.eot");
    src:
        url("../fonts/subset-Gotham-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/subset-Gotham-Bold.woff2") format("woff2"),
        url("../fonts/subset-Gotham-Bold.woff") format("woff"),
        url("../fonts/subset-Gotham-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/subset-Gotham-Black.eot");
    src:
        url("../fonts/subset-Gotham-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/subset-Gotham-Black.woff2") format("woff2"),
        url("../fonts/subset-Gotham-Black.woff") format("woff"),
        url("../fonts/subset-Gotham-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.breadcrumbs {
    display: none;
}
main#maincontent {
    margin-top: 0;
}
.columns div.column.main {
    padding-bottom: 0;
}
.lp-node {
    --lpep-primary: #000;
    --lpep-secondary: #fff;
    --lpep-accent: #f0f0f0;
    --lpep-font-primary: "Gotham", "Roboto", sans-serif;
    --lpep-font-size-base: 16px;
    --lpep-font-size-h1: 48px;
    --lpep-font-size-h2: 36px;
    --lpep-font-size-tagline: 14px;
    --lpep-spacing-xs: 8px;
    --lpep-spacing-sm: 16px;
    --lpep-spacing-md: 24px;
    --lpep-spacing-lg: 32px;
    --lpep-spacing-xl: 48px;
    font-family: var(--lpep-font-primary);
    font-size: var(--lpep-font-size-base);
    line-height: 1.6;
    color: var(--lpep-primary);
    background-color: var(--lpep-secondary);
    container-name: lp-node;
    container-type: inline-size;
}
.lp-node * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.lp-node .s1-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    max-width: 1280px;
    min-height: 800px;
    margin: 0 auto;
}
.lp-node .s1-bg-media,
.lp-node .s2-top-bg-media,
.lp-node .s2-main-bg-media,
.lp-node .s2-mobile-proof-bg-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.lp-node .s1-bg-image,
.lp-node .s2-top-bg-image,
.lp-node .s2-main-bg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-node .s1-bg-desktop {
    object-position: center top;
}
.lp-node .s1-bg-mobile {
    display: none;
}
.lp-node .s1-mobile-replacement {
    display: none;
    width: 100%;
    height: auto;
}
.lp-node .s1-inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    padding: 46px 64px 56px;
}
.lp-node .s1-logo {
    display: block;
    height: auto;
}
.lp-node .s1-logo-desktop {
    width: 100%;
    max-width: 371px;
}
.lp-node .s1-logo-mobile {
    display: none;
}
.lp-node .s1-copy,
.lp-node .s1-badge-wrap {
    position: absolute;
    color: #24407f;
}
.lp-node .s1-copy-main {
    top: 165px;
    left: 60px;
    max-width: 410px;
}
.lp-node .s1-title {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 0;
    text-transform: uppercase;
}
.lp-node .s1-title-primary,
.lp-node .s1-title-accent {
    font-size: 54px;
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.lp-node .s1-title-primary {
    color: #24407f;
}
.lp-node .s1-title-accent {
    color: #1fa64a;
}
.lp-node .s1-subtitle {
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.lp-node .s1-cta-image {
    display: block;
    width: 100%;
    max-width: 270px;
    margin-top: 18px;
}
.lp-node .s1-badge-wrap {
    bottom: 214px;
    width: 184px;
}
.lp-node .s1-badge {
    display: block;
    width: 100%;
    height: auto;
}
.lp-node .s1-copy-stat {
    top: 82px;
    right: 78px;
    max-width: 320px;
}
.lp-node .s1-stat-topline {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.lp-node .s1-stat-label {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
}
.lp-node .s1-stat-value {
    font-size: 78px;
    line-height: 0.86;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.lp-node .s1-stat-percent {
    font-size: 0.52em;
    vertical-align: top;
}
.lp-node .s1-stat-text {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 500;
}
@container lp-node (min-width:769px) and (max-width:1023px) {
    .lp-node .s1-section {
        min-height: 650px;
    }
    .lp-node .s1-bg-desktop {
        object-position: 58% top;
    }
    .lp-node .s1-inner {
        padding: 38px 36px 40px;
    }
    .lp-node .s1-logo-desktop {
        max-width: 300px;
    }
    .lp-node .s1-copy-main {
        top: 150px;
        left: 35px;
        max-width: 330px;
    }
    .lp-node .s1-title-primary,
    .lp-node .s1-title-accent {
        font-size: 44px;
    }
    .lp-node .s1-subtitle,
    .lp-node .s1-stat-text {
        font-size: 18px;
    }
    .lp-node .s1-cta-image {
        max-width: 235px;
    }
    .lp-node .s1-badge {
        bottom: 158px;
        left: 42px;
        width: 160px;
    }
    .lp-node .s1-copy-stat {
        top: 84px;
        right: 36px;
        max-width: 255px;
    }
    .lp-node .s1-stat-label {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .lp-node .s1-stat-value {
        font-size: 64px;
    }
}
@container lp-node (min-width:769px) and (max-width:1010px) {
    .lp-node .s1-bg-desktop {
        object-position: calc(58% + clamp(0px, calc((1010px - 100cqw) * 0.52), 110px)) top;
    }
    .lp-node .s1-copy-main {
        max-width: 292px;
    }
    .lp-node .s1-title-primary,
    .lp-node .s1-title-accent {
        font-size: 40px;
    }
    .lp-node .s1-subtitle,
    .lp-node .s1-stat-text {
        font-size: 17px;
    }
    .lp-node .s1-copy-stat {
        right: 28px;
        max-width: 225px;
    }
    .lp-node .s1-stat-label {
        font-size: 20px;
    }
    .lp-node .s1-stat-value {
        font-size: 58px;
    }
}
@container lp-node (min-width:769px) and (max-width:975px) {
    .lp-node .s1-section {
        background-color: #eeeeee;
        min-height: 690px;
    }
    .lp-node .s1-bg-desktop {
        object-position: calc(58% + 150px) top;
    }
    .lp-node .s1-badge-wrap {
        bottom: 254px;
        width: 160px;
    }
    .lp-node .s1-copy-stat {
        top: auto;
        right: auto;
        bottom: 100px;
        left: 40px;
        max-width: 220px;
        background: rgba(238, 238, 238, 0.5);
    }
    .lp-node .s1-stat-label {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .lp-node .s1-stat-value {
        font-size: 52px;
    }
    .lp-node .s1-stat-text {
        margin-top: 4px;
        font-size: 16px;
    }
}
@container lp-node (max-width:768px) {
    .lp-node .s1-section {
        min-height: 800px;
    }
    .lp-node .s1-bg-desktop {
        display: none;
    }
    .lp-node .s1-bg-mobile {
        display: block;
        object-position: calc(50% - clamp(0px, calc((768px - 100cqw) * 0.18), 28px)) top;
    }
    .lp-node .s1-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 24px 20px 42px;
    }
    .lp-node .s1-logo-desktop {
        display: none;
    }
    .lp-node .s1-logo-mobile {
        order: 1;
        display: block;
        width: 100%;
        max-width: 336px;
        margin: 0 auto;
    }
    .lp-node .s1-copy,
    .lp-node .s1-badge-wrap {
        position: static;
    }
    .lp-node .s1-badge-wrap {
        order: 2;
        width: 100%;
        max-width: 366px;
        margin: 74px 0 32px auto;
    }
    .lp-node .s1-badge {
        width: 180px;
    }
    .lp-node .s1-copy-main {
        order: 3;
        width: 100%;
        max-width: 366px;
        margin-left: auto;
    }
    .lp-node .s1-title {
        gap: 10px;
        margin-bottom: 8px;
    }
    .lp-node .s1-title-primary,
    .lp-node .s1-title-accent {
        font-size: clamp(28px, 7.3cqw, 46px);
    }
    .lp-node .s1-subtitle {
        font-size: clamp(14px, 3.9cqw, 22px);
        line-height: 1.14;
    }
    .lp-node .s1-cta-image {
        max-width: 228px;
        margin-top: 14px;
    }
    .lp-node .s1-copy-stat {
        order: 4;
        width: 100%;
        max-width: 300px;
        margin: 66px 0 0 auto;
    }
    .lp-node .s1-stat-topline {
        gap: 8px;
    }
    .lp-node .s1-stat-label {
        margin-bottom: 7px;
        font-size: clamp(18px, 3.7cqw, 26px);
    }
    .lp-node .s1-stat-value {
        font-size: clamp(52px, 11.5cqw, 78px);
    }
    .lp-node .s1-stat-text {
        margin-top: 4px;
        font-size: clamp(14px, 3.9cqw, 22px);
        line-height: 1.1;
    }
}
@container lp-node (max-width:674px) {
    .lp-node .s1-section {
        min-height: 0;
        line-height: 0;
    }
    .lp-node .s1-bg-media,
    .lp-node .s1-inner {
        display: none;
    }
    .lp-node .s1-mobile-replacement {
        display: block;
    }
}
.lp-node .s2-section {
    max-width: 1280px;
    margin: 0 auto;
    color: #24407f;
    background-color: #fff;
}
.lp-node .s2-top {
    position: relative;
    overflow: hidden;
    background-color: #0d8c78;
}
.lp-node .s2-top-inner,
.lp-node .s2-main-inner {
    position: relative;
    z-index: 1;
    display: flex;
}
.lp-node .s2-top-bg-image,
.lp-node .s2-main-bg-image {
    object-position: center top;
}
.lp-node .s2-top-inner {
    justify-content: space-between;
    gap: 48px;
    min-height: 222px;
    padding: 40px 78px 30px;
}
.lp-node .s2-heading {
    max-width: 520px;
    color: #fff;
}
.lp-node .s2-brandline {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0;
    text-transform: uppercase;
}
.lp-node .s2-brandline-main,
.lp-node .s2-brandline-accent {
    font-size: 56px;
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.lp-node .s2-brandline-main {
    color: #fff;
}
.lp-node .s2-brandline-accent {
    color: #39b54a;
}
.lp-node .s2-brandline-badge,
.lp-node .s2-proof-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px 4px;
    background-color: #39b54a;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.lp-node .s2-subtitle {
    margin-top: 18px;
    color: #fff;
    font-size: 20px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.lp-node .s2-stats {
    display: flex;
}
.lp-node .s2-stats-desktop {
    align-items: flex-start;
    gap: 50px;
    padding-top: 2px;
    color: #fff;
}
.lp-node .s2-stat-card {
    min-width: 0;
}
.lp-node .s2-stat-copy {
    font-size: 23.41px;
    line-height: 1.18;
    font-weight: 500;
}
.lp-node .s2-stat-copy strong {
    font-weight: 900;
}
.lp-node .s2-stat-value-line {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 2px;
}
.lp-node .s2-stat-prefix {
    margin-bottom: 12px;
    font-size: 23.41px;
    line-height: 1;
    font-weight: 500;
}
.lp-node .s2-stat-value {
    font-size: 71.52px;
    line-height: 0.88;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.lp-node .s2-stat-percent {
    font-size: 0.52em;
}
.lp-node .s2-top-inner .s2-stat-percent {
    vertical-align: top;
}
.lp-node .s2-stat-note-mark {
    align-self: flex-start;
    margin-left: 2px;
    font-size: 24px;
    line-height: 1;
}
.lp-node .s2-main {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}
.lp-node .s2-main-inner {
    height: 545px;
    min-height: 545px;
    align-items: flex-end;
    padding: 0 0 27px 60px;
}
.lp-node .s2-products {
    display: flex;
    align-items: flex-end;
    gap: 48px;
    width: min(100%, 546px);
    padding: 37px 0 0;
}
.lp-node .s2-product-card {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    align-items: flex-start;
    width: 150px;
    min-width: 150px;
    color: #263d6e;
    text-decoration: none;
}
.lp-node .s2-product-image {
    display: block;
    width: 100%;
    height: auto;
}
.lp-node .s2-product-image-desktop {
    width: 150px;
    max-width: 150px;
    transition: transform 0.3s ease;
    will-change: transform;
}
.lp-node .s2-product-image-mobile {
    display: none;
}
.lp-node .s2-product-label {
    display: block;
    margin-top: 2px;
    padding-left: 18px;
    width: 100%;
    font-size: 21.48px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #263d6e;
    text-align: left;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: normal;
}
@media (hover: hover) and (pointer: fine) {
    .lp-node .s2-product-card:hover .s2-product-image-desktop,
    .lp-node .s2-product-card:focus-visible .s2-product-image-desktop {
        transform: translateY(-12px);
    }
}
.lp-node .s2-product-description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}
.lp-node .s2-mobile-proof {
    display: none;
}
.lp-node .s2-mobile-proof-content {
    position: relative;
    z-index: 1;
}
.lp-node .s2-mobile-proof-bg-image {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    width: auto;
    height: calc(100% + 2px);
    max-width: none;
}
.lp-node .s2-footnote {
    position: absolute;
    right: 34px;
    bottom: 22px;
    max-width: 352px;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    text-align: right;
}
@container lp-node (min-width:816px) and (max-width:1140px) {
    .lp-node .s2-top-inner {
        gap: 24px;
        padding: 34px 36px 28px;
    }
    .lp-node .s2-stats-desktop {
        gap: 28px;
    }
    .lp-node .s2-stat-copy {
        font-size: 23.41px;
    }
    .lp-node .s2-stat-prefix {
        margin-bottom: 9px;
        font-size: 23.41px;
    }
    .lp-node .s2-stat-value {
        font-size: 71.52px;
    }
    .lp-node .s2-main-inner {
        height: 545px;
        min-height: 545px;
        padding: 0 34px 24px;
    }
    .lp-node .s2-products {
        gap: 48px;
        width: min(100%, 546px);
    }
    .lp-node .s2-product-image-desktop {
        width: 150px;
        max-width: 150px;
    }
    .lp-node .s2-product-label {
        font-size: 21.48px;
    }
    .lp-node .s2-product-description {
        font-size: 14px;
    }
    .lp-node .s2-footnote {
        right: 18px;
        bottom: 2px;
        max-width: 593px;
        font-size: 10px;
        color: #263d6e;
    }
}
@container lp-node (min-width:800px) and (max-width:945px) {
    .lp-node .s2-brandline-main,
    .lp-node .s2-brandline-accent {
        font-size: clamp(48.36px, 5.93cqw, 56px);
    }
    .lp-node .s2-brandline-badge {
        font-size: clamp(17.27px, 2.12cqw, 20px);
    }
    .lp-node .s2-subtitle {
        font-size: clamp(17.27px, 2.12cqw, 20px);
    }
    .lp-node .s2-stat-copy,
    .lp-node .s2-stat-prefix {
        font-size: clamp(20.21px, 2.48cqw, 23.41px);
    }
    .lp-node .s2-stat-value {
        font-size: clamp(61.76px, 7.57cqw, 71.52px);
    }
    .lp-node .s2-stat-note-mark {
        font-size: clamp(20.72px, 2.54cqw, 24px);
    }
}
@container lp-node (max-width:815px) {
    .lp-node .s2-section {
        background-color: #e1e3e2;
    }
    .lp-node .s2-top-inner {
        min-height: 210px;
        padding: 34px 24px 30px;
    }
    .lp-node .s2-brandline {
        gap: 10px;
    }
    .lp-node .s2-brandline-main,
    .lp-node .s2-brandline-accent {
        font-size: clamp(30px, 10cqw, 62px);
    }
    .lp-node .s2-brandline-badge {
        padding: 5px 10px 4px;
        font-size: clamp(14px, 3.8cqw, 22px);
    }
    .lp-node .s2-subtitle {
        margin-top: 14px;
        font-size: clamp(16px, 4.2cqw, 26px);
    }
    .lp-node .s2-stats-desktop {
        display: none;
    }
    .lp-node .s2-main {
        background-color: #eaeaea;
    }
    .lp-node .s2-main-bg-media {
        display: none;
    }
    .lp-node .s2-main-inner {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: auto;
        padding: 22px 0 24px;
        background-color: #eaeaea;
    }
    .lp-node .s2-products {
        width: 100%;
        gap: 16px;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .lp-node .s2-product-card {
        flex: 1 1 190px;
        max-width: 220px;
    }
    .lp-node .s2-product-image-desktop {
        display: none;
    }
    .lp-node .s2-product-image-mobile {
        display: block;
        width: 165px;
        min-width: 165px;
        max-width: 165px;
        height: 483px;
    }
    .lp-node .s2-product-label {
        margin-top: 12px;
        padding-left: 0;
        width: 100%;
        font-size: clamp(18px, 4cqw, 21.48px);
    }
    .lp-node .s2-product-description {
        margin-top: 8px;
        max-width: 220px;
        font-size: 14px;
        line-height: 1.3;
    }
    .lp-node .s2-mobile-proof {
        position: relative;
        overflow: hidden;
        display: block;
        min-height: 520px;
        margin-top: 24px;
        margin-bottom: -24px;
        padding: 34px 0 120px 28px;
        background-color: #eaeaea;
    }
    .lp-node .s2-proof-title {
        max-width: 320px;
        color: #24407f;
        font-size: clamp(32px, 9cqw, 60px);
        line-height: 0.95;
        font-weight: 700;
        letter-spacing: -0.03em;
        text-transform: uppercase;
    }
    .lp-node .s2-proof-badge {
        margin-top: 14px;
        font-size: clamp(16px, 4.2cqw, 24px);
    }
    .lp-node .s2-stats-mobile {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: min(100%, 220px);
        margin-top: 66px;
        color: #24407f;
    }
    .lp-node .s2-stats-mobile .s2-stat-copy {
        font-size: clamp(18px, 4.8cqw, 28px);
        line-height: 1.12;
    }
    .lp-node .s2-stats-mobile .s2-stat-prefix {
        margin-bottom: 8px;
        font-size: clamp(18px, 4cqw, 24px);
    }
    .lp-node .s2-stats-mobile .s2-stat-value {
        font-size: clamp(58px, 15cqw, 92px);
    }
    .lp-node .s2-stats-mobile .s2-stat-percent {
        vertical-align: top;
    }
    .lp-node .s2-stats-mobile .s2-stat-note-mark {
        font-size: clamp(18px, 4cqw, 24px);
    }
    .lp-node .s2-footnote {
        right: 18px;
        bottom: 22px;
        max-width: 295px;
        color: #fff;
        font-size: 10px;
        line-height: 1.2;
    }
}
@container lp-node (min-width:749px) and (max-width:815px) {
    .lp-node .s2-main-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
    .lp-node .s2-mobile-proof {
        width: calc(100% + 16px);
        margin-right: -16px;
    }
    .lp-node .s2-products {
        width: 100%;
        margin: 0;
        padding-left: 27px;
        padding-right: 16px;
        gap: 13px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        box-sizing: border-box;
    }
    .lp-node .s2-product-card {
        flex: 0 0 187px;
        width: 187px;
        min-width: 187px;
        max-width: 187px;
    }
    .lp-node .s2-product-card:last-child {
        flex-basis: 205px;
        width: 205px;
        min-width: 205px;
        max-width: 205px;
    }
    .lp-node .s2-product-image-mobile {
        margin-left: 0;
        margin-right: 0;
    }
    .lp-node .s2-product-label {
        max-width: 187px;
    }
    .lp-node .s2-product-card:last-child .s2-product-label {
        max-width: 205px;
    }
}
@container lp-node (max-width:748px) {
    .lp-node .s2-products {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .lp-node .s2-mobile-proof {
        width: calc(100% + 16px);
        margin-right: -16px;
    }
    .lp-node .s2-product-card {
        flex-basis: auto;
        max-width: 280px;
    }
    .lp-node .s2-product-label {
        margin-bottom: 14px;
    }
    .lp-node .s2-mobile-proof {
        min-height: 430px;
    }
    .lp-node .s2-proof-title {
        max-width: 250px;
    }
    .lp-node .s2-proof-badge {
        margin-top: 10px;
    }
    .lp-node .s2-stats-mobile {
        margin-top: 42px;
        width: min(100%, 180px);
    }
    .lp-node .s2-footnote {
        right: 12px;
        bottom: 16px;
        max-width: 295px;
        font-size: 10px;
    }
}
@container lp-node (max-width:668px) {
    .lp-node .s2-mobile-proof-bg-image {
        right: calc(-1px - clamp(1px, calc((669px - 100cqw) * 0.42), 88px));
    }
}
@container lp-node (max-width:400px) {
    .lp-node .s2-mobile-proof-bg-image {
        right: -109px;
    }
}
