/* V8new updated */
@font-face {
    font-family: 'Analogue';
    src: url('Analogue.otf?$staticlink$') format('opentype');
}

@font-face {
    font-family: 'Analogue';
    src: url('Analogue-Italic.otf?$staticlink$') format('opentype');
    font-style: italic;
}

.Afont {
    font-family: 'Analogue', serif !important;
    font-weight: 500 !important;
}

.homepage {
    margin-top: 0 !important;
    max-width: none;
    /* Sets the HP to Full Bleed */
    margin-top: 0;
    /* We set top marging with */
}

.homepage a {
    text-decoration: none;
}

.g3-hp {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.56vw;
    -webkit-text-decoration-skip: none;
    text-decoration-skip-ink: none;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
    .g3-hp {
        font-size: 0.95vw !important;
    }
}

@media (min-width: 1680px) {
    .g3-hp {
        font-size: 1em;
    }
}

.g3-hp *,
.g3-hp *::before,
.g3-hp *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g3-hp section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.g3-hp picture {
    position: relative;
    width: 100%;
    display: block;
}

.g3-hp picture img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hp picture.g3-hero-bg--rel {
    position: relative;
    z-index: -1;
}

.g3-hp picture.g3-hero-bg--abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.g3-hp .g3-video-responsive video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    display: none;
}

.g3-hp img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: none;
}

.g3-hp sup {
    top: 0 !important;
    vertical-align: super !important;
    font-size: 0.5em;
}

.g3-hp sup.g3-poppins {
    font-size: 0.6em;
}

.g3-hp sub {
    bottom: 0em;
}

.g3-hp h1,
.g3-hp h2,
.g3-hp h4,
.g3-hp h5,
.g3-hp h6,
.g3-hp p {
    font-family: "poppins", sans-serif;
    position: relative;
    display: block;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.g3-hp h3 {
    color: #000000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 6.75em;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding: 0.7em .1em;
}

.g3-rel {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-abs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hidden {
    display: none;
}

.g3-fade {
    opacity: 1;
}

.g3-it {
    font-style: italic;
}

.g3-bold {
    font-weight: 700;
}

.g3-sb {
    font-weight: 600;
}

.g3-med {
    font-weight: 500;
}

.g3-knockout {
    font-family: "acumin-pro-extra-condensed", sans-serif !important;
}

.g3-stroke--black-white {
    -webkit-text-stroke: 0.01em #000000;
    text-stroke: 0.01em #000000;
    color: #ffffff;
}

.g3-stroke--black-transparent {
    -webkit-text-stroke: 0.01em #000000;
    text-stroke: 0.01em #000000;
    color: transparent !important;
}

.g3-stroke--white-black {
    -webkit-text-stroke: 0.01em #ffffff;
    text-stroke: 0.01em #ffffff;
    color: #000000;
}

.g3-stroke--white-transparent {
    -webkit-text-stroke: 0.01em #ffffff;
    text-stroke: 0.01em #ffffff;
    color: transparent !important;
}

.g3-stroke--dk-grey-lt-grey {
    -webkit-text-stroke: 0.01em #1f1b08;
    text-stroke: 0.01em #1f1b08;
    color: #acc0f4 !important;
}

.g3-stroke--dk-grey-transparent {
    -webkit-text-stroke: 0.01em #1f1b08;
    text-stroke: 0.01em #1f1b08;
    color: transparent !important;
}

.g3-ctas {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a.g3-cta--block,
span.g3-cta--block {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0 0.4em;
    padding: 0 2.5em 0 2.5em;
    overflow: hidden;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: solid 0.08em transparent;
    white-space: nowrap;
    text-decoration: none !important;
}

a.g3-cta--no-pad,
span.g3-cta--no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a.g3-cta--narrow,
span.g3-cta--narrow {
    padding-left: 0.6em !important;
    padding-right: 0.6em !important;
    margin: 0 0.2em !important;
}

a.g3-cta--block.g3-cta--narrow,
span.g3-cta--block.g3-cta--narrow,
a.g3-cta--block--outline.g3-cta--narrow,
span.g3-cta--block--outline.g3-cta--narrow {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.g3-ctas--mobile-stack a,
.g3-ctas--mobile-stack span {
    margin-top: 0.21em !important;
    margin-bottom: 0.2em !important;
}

a.g3-cta--block--outline,
span.g3-cta--block--outline {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0 0.4em;
    padding: 0 2.2em 0 2.2em;
    overflow: hidden;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: solid 1px;
    white-space: nowrap;
    text-decoration: none !important;
}

a.g3-cta--ul,
span.g3-cta--ul {
    display: inline-block;
    position: relative;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin: 0;
}

@media (min-width: 1024px) {
    a.g3-cta--block {
        padding: 0 4.1em 0 4.1em;
        font-size: 0.875em;
        line-height: 3.4;
    }

    a.g3-cta--narrow,
    span.g3-cta--narrow {
        margin: 0 0.5em !important;
    }

    a.g3-cta--block--outline,
    span.g3-cta--block--outline {
        padding: 0 5.3em 0 5.3em;
        font-size: 0.875em;
        line-height: 3.5;
    }

    a.g3-cta--ul,
    span.g3-cta--ul {
        font-size: 1em;
    }

    .g3-ctas--mobile-stack a,
    .g3-ctas--mobile-stack span {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1023px) {
    a.g3-cta--block--m-sm {
        font-size: 2.025em;
        line-height: 2.3;
        padding: 0 1.7em 0 1.7em;
    }
}

.g3-plus {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.g3-plus::before {
    content: "+";
    display: inline;
}

.g3-eyebrow--knockout {
    display: block;
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 4.05em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
    width: 100%;
}

@media (min-width: 1024px) {
    .g3-hp h3 {
        font-size: 3em;
    }

    .g3-eyebrow--knockout {
        font-size: 2.91em;
    }
}

.g3-eyebrow--poppins {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.025em;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
    width: 100%;
}

/* G3 CAROUSEL ========== */
.g3-carousel {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
}

.g3-carousel__stage {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.g3-carousel__offset {
    position: relative;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.g3-carousel__slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
}

a.g3-carousel__slide {
    color: inherit;
    text-decoration: none;
}

.g3-carousel__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-carousel__slide img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-carousel__arrow {
    display: block;
    position: absolute;
    width: 4%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 4.8em;
    z-index: 500;
    cursor: pointer;
}

.g3-carousel__arrow--l {
    left: 0;
}

.g3-carousel__arrow--r {
    right: 0;
}

.g3-promo-offer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
}

.g3-disclaimer {
    display: block;
    position: relative;
    width: 100%;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 1.518em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    z-index: 100;
}

.g3-disclaimer--fixed {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0em;
    left: 0;
    padding: 1em;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 1.518em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    z-index: 100;
    text-align: center;
}

.g3-disclaimer>a,
.g3-disclaimer--fixed>a,
.g3-disclaimer>span,
.g3-disclaimer--fixed>span {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    cursor: pointer;
}

.g3-disclaimer--fixed.g3-text--right {
    text-align: right;
}

.g3-disclaimer--fixed.g3-text--left {
    text-align: left;
}

@media (min-width: 1024px) {

    .g3-disclaimer,
    .g3-disclaimer--fixed {
        font-size: 0.8em;
    }
}

.g3-coupon {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "poppins", sans-serif;
    font-size: 2.025em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.g3-coupon a {
    color: inherit;
    text-decoration: underline;
}

.g3-pct-stack--knockout sup {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: 0.58em;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.02em;
    vertical-align: text-top;
}

.g3-pct-stack--knockout sub {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: 0.34em;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.02em;
}

span.g3-pct-stack--knockout {
    display: inline-grid;
    grid-template-columns: 1fr;
    text-align: center;
    vertical-align: 0.27em;
}

.g3-pct-stack--knockout sub>sup,
.g3-pct-stack--knockout sup>sup {
    position: absolute;
    font-size: 0.4em;
}

.g3-section-title {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
    text-align: center;
}

.g3-cats__title {
    display: none;
    position: relative;
    width: 100%;
    color: #000000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
    text-align: center;
}

@media (min-width: 1024px) {
    .g3-section-title {
        font-size: 1.6em;
    }

    .g3-coupon {
        font-size: 1.164em;
    }
}

sup.g3-dollar-sup {
    font-size: 0.6em;
}

/* MOBILE CATEGORIES =================================== */

.g3-mobile-cats__content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 9em;
    margin: 0;
    padding: 1.8em 0;
    overflow: hidden;
}

.g3-mobile-cats__slider {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.g3-mobile-cats__slider a {
    display: inline-block;
    padding: 0 1.2em;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.3875em;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.02em;
    margin: 0 0 0 1em;
    border-radius: 1em;
    background-color: #eeeeee;
}

.g3-mobile-cats__slider a:last-of-type {
    margin-right: 1em;
}

@media (min-width: 1024px) {
    section.g3-mobile-cats {
        display: none;
    }
}

/* PROMO NAV =========================================== */
section.g3-promo-nav {
    margin: 0;
}

div.g3-promo-nav__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.g3-promo-nav__grid {
    position: relative;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.5em 0;
    overflow: hidden;
    font-family: "poppins", sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    display: none;
}

a.g3-promo-nav__grid-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: auto;
    margin: 0;
    padding: 0.4em;
    overflow: hidden;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

a.g3-promo-nav__grid-item>div {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.g3-promo-nav__content h5 {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.03em;
}

div.g3-promo-nav__content h6 {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.03em;
}

div.g3-promo-nav__content p {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.0475em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin: 0.8em 0 0 0;
}

div.g3-promo-nav__content .g3-carousel {
    padding: 3.5em 0;
}

.g3-promo-nav .g3-carousel__stage,
.g3-promo-nav .g3-carousel__offset,
.g3-promo-nav .g3-carousel__slider,
.g3-promo-nav .g3-carousel__slide {
    height: auto;
}

.g3-promo-nav .g3-carousel__offset {
    width: 100%;
    overflow: hidden;
}

.g3-promo-nav .g3-carousel__slider {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    align-items: center;
}

.g3-promo-nav a.g3-carousel__slide {
    position: relative;
    font-size: 1em;
}

.g3-promo-nav .g3-carousel__arrow {
    width: 8%;
    margin: 0 0.8em;
}

@media (min-width: 1024px) {
    section.g3-promo-nav {
        margin: 1em 0 1.4em 0;
    }

    .g3-promo-nav .g3-carousel {
        display: none;
    }

    div.g3-promo-nav__grid {
        display: flex;
        padding: 0.8em 0;
    }

    a.g3-promo-nav__grid-item:nth-child(2) {
        flex: 0 0 auto;
        /* let it grow but not shrink */
        min-width: 33.3333%;
        white-space: nowrap;
        border-left: solid 1px;
        border-right: solid 1px;
    }

    div.g3-promo-nav__content h5 {
        font-size: 1.5em;
    }

    div.g3-promo-nav__content h6 {
        font-size: 1.25em;
    }

    div.g3-promo-nav__content p {
        font-size: 0.75em;
    }

    .g3-promo-nav--2-column a.g3-promo-nav__grid-item:nth-child(2) {
        flex: none;
        /* let it grow but not shrink */
        min-width: 50%;
        white-space: nowrap;
        border-left: solid 1px;
        border-right: none;
    }
}

/* CATEGORY TEMPLATES =========================================== */

/* CATEGORY TEMPLATES =========================================== */

/* Categories V1 ================== */
section.g3-cats--v1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.g3-cats--v1>.g3-rel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.g3-cats--v1 .g3-cats__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-content: start;
    column-gap: 2.2em;
    row-gap: 3em;
    width: 100%;
    height: auto;
    margin: 1.8em 0;
    padding-left: 2em;
    overflow-x: scroll;
    scrollbar-width: none;
}

.g3-cats--v1 a.g3-cat {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0 0.2em 0;
    font-size: 1.35em;
}

.g3-cats--v1 a.g3-cat>img {
    display: block;
    position: relative;
    width: auto;
    height: 330px;
    margin: 0;
}

.g3-cats--v1 a.g3-cat .g3-cat__title {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.5em 0 0 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    font-family: "poppins", sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.g3-cats--v1 .g3-cats__title {
    text-align: center;
    margin-bottom: 0.5em;
}

@media (min-width: 1024px) {
    .g3-cats--v1>.g3-rel {
        width: 90.277778%;
    }

    .g3-cats--v1 .g3-cats__grid {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 2em;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    .g3-cats--v1 a.g3-cat>img {
        width: 100%;
        height: auto;
    }

    .g3-cats--v1 a.g3-cat .g3-cat__title {
        font-size: 1.125em;
        padding: 0.9em 0 0 0;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.32;
        letter-spacing: 0.05em;
        text-align: center;
        text-decoration: underline;
        text-underline-offset: 0.12em;
    }

    .g3-cats--v1 .g3-section-title {
        text-align: center;
        margin-bottom: 1.4em;
    }
}

/* Categories KNOCKOUT ================== */
section.g3-cats--knockout {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.g3-cats--knockout>.g3-rel {
    width: 93.5%;
    margin: 0 auto;
    text-align: center;
}

.g3-cats--knockout .g3-cats__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: start;
    gap: 1.2em;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-cats--knockout a.g3-cat {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0 0 0.2em 0;
    font-size: 1.35em;
}

.g3-cats--knockout a.g3-cat>img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-cats--knockout a.g3-cat .g3-cats--knockout__txt-overlay {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 100;
    color: inherit;
    font-family: "Knockout", sans-serif;
    font-weight: 700;
    font-size: 2.94em;
    letter-spacing: 0.02em;
    line-height: 0.88;
    text-align: center;
}

.g3-cats--knockout .g3-section-title {
    text-align: left;
    margin-bottom: 0.3em;
}

@media (min-width: 1024px) {
    .g3-cats--knockout>.g3-rel {
        width: 90.277778%;
    }

    .g3-cats--knockout .g3-cats__grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .g3-cats--knockout a.g3-cat .g3-cats--knockout__txt-overlay {
        font-size: 2.94em;
    }

    .g3-cats--knockout .g3-section-title {
        text-align: left;
        margin-bottom: 1.3em;
    }
}

/* Categories ================== */
section.g3-cats {
    display: none;
}

@media (min-width: 1024px) {
    section.g3-cats {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 3em 0;
        overflow: hidden;
        text-align: left;
    }

    .g3-cats>.g3-rel {
        width: 82.26%;
        margin: 0 auto;
        text-align: center;
    }

    .g3-cats__title {
        display: inline-block;
        color: #000000;
        font-family: "acumin-pro-extra-condensed", sans-serif;
        font-size: 3em;
        font-weight: 700;

        letter-spacing: 0.02em;
        padding: 0;
    }

    .g3-cats .g3-cats__grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        align-content: start;
        column-gap: 2.2em;
        row-gap: 3em;
        width: 100%;
        height: auto;
        margin: 1.8em 0 0 0;
        padding: 0;
        overflow: hidden;
    }

    .g3-cats a.g3-cat {
        display: block;
        position: relative;
        text-decoration: none;
        padding: 0 0 0.2em 0;
    }

    .g3-cats a.g3-cat>img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .g3-cats a.g3-cat .g3-cat__cta {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0.9em 0 0 0;
        overflow: hidden;
        color: rgb(0, 0, 0);
        font-family: "poppins", sans-serif;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.32;
        letter-spacing: 0.05em;
        text-align: center;
        text-decoration: underline;
        text-underline-offset: 0.12em;
    }
}

/* TRENDS ===================================================== */

.g3-trends__content {
    position: relative;
    width: 97.380952%;
    height: auto;
    margin: 0 0 0 2.5em;
    padding: 0;
    overflow: hidden;
}

.g3-trends__txt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.g3-trends__txt h3 {
    color: #000000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 6.75em;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding: 0.7em .1em;
}

.g3-trends__txt p {
    display: none;
    padding-right: 1em;
}

.g3-trends__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    align-content: start;
    width: 260%;
    height: auto;
    margin: 0;
    padding: 0 3em 0 0;
    overflow: hidden;
}

.g3-trends--3-across .g3-trends__grid {
    grid-template-columns: repeat(3, 1fr);
    width: 195%;
}

a.g3-trends__item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0.2em 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
}

.g3-trends__item>img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-trends__item>span {
    display: inline-block;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    padding: 1.4em 0;
    position: relative;
    top: -60px;
}

@media (min-width: 1024px) {
    .g3-trends__content {
        width: 97.4%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        padding: 0;
    }

    .g3-trends--3-across .g3-trends__content {
        width: 86%;
    }

    .g3-trends__txt {
        width: 33%;
        padding: 0 0 0 10.6em;
    }

    .g3-trends--3-across .g3-trends__txt {
        padding-left: 0;
    }

    .g3-trends__txt h3 {
        font-size: 3em;
        padding-bottom: 0.4em;
    }

    .g3-trends__txt p {
        display: block;
        color: #000000;
        font-family: "poppins", sans-serif;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }

    .g3-trends__grid {
        width: 100%;
        gap: 0;
        padding: 0;
    }

    .g3-trends--3-across .g3-trends__grid {
        width: 67%;
    }

    .g3-trends__item>span {
        font-size: 1em;
    }
}

/* EDITORIAL TEMPLATES ========================================= */

/* Standard 2-column editorials ========== */
section.g3-ed--2col {
    width: 93.5%;
    margin: 0 auto;
    padding-bottom: 8.5%;
    text-align: left;
}

.g3-ed--2col .g3-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.02em;
    text-align: center;
}

.g3-ed--2col .g3-section-title {
    text-align: left;
    padding-bottom: 0.35em;
}

a.g3-tile {
    font-size: 1em;
}

.g3-ed--2col a.g3-tile {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: inherit !important;
    text-decoration: none;
    font-size: 1.35em;
}

.g3-ed--2col a.g3-tile:not(:first-of-type) {
    margin-top: 6em;
}

.g3-ed--2col a.g3-tile:last-of-type {
    margin-bottom: 2em;
}

.g3-ed--2col a.g3-tile>div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-ed--2col a.g3-tile img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: -1;
}

.g3-ed--2col a.g3-tile h3 {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    padding-top: 1em;
    padding-bottom: 0;
}

.g3-ed--2col a.g3-tile p {
    font-family: "poppins", sans-serif;
    font-size: 2.23em;
    letter-spacing: normal;
    padding-bottom: 0.5em;
    line-height: 1.5;
}

@media (min-width: 1024px) {
    section.g3-ed--2col {
        width: 90.3%;
    }

    .g3-ed--2col .g3-content {
        row-gap: 3em;
        column-gap: 1.25em;
    }

    .g3-ed--2col a.g3-tile {
        margin: 0;
        font-size: 1.164em;
    }

    .g3-ed--2col a.g3-tile:not(:first-of-type) {
        margin-top: 0;
    }

    .g3-ed--2col a.g3-tile:last-of-type {
        margin-bottom: 0;
    }

    .g3-ed--2col .g3-section-title {
        padding-bottom: 1.3em;
    }

    .g3-ed--2col a.g3-tile h3 {
        font-size: 1.125em;
        padding-top: 1.2em;
        padding-bottom: 0.5em;
    }

    .g3-ed--2col a.g3-tile p {
        font-size: 1.05em;
        padding-bottom: 1em;
    }
}

/* Standard 3-column editorials ========== */
section.g3-ed-tiles {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    text-align: left;
}

.g3-ed-tiles .g3-content {
    display: grid;
    align-items: start;
    align-content: start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.02em;
    text-align: center;
}

.g3-ed-tiles--3-across .g3-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5.2em;
    column-gap: 0;
}

.g3-ed-tiles--2-across .g3-content {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
}

@media (max-width: 1023px) {
    .g3-ed-tiles--3-across.g3-mobile-tile--2-across .g3-content {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5.2em;
        column-gap: 0;
    }
}

.g3-ed-tiles .g3-section-title {
    text-align: left;
    padding-bottom: 0.35em;
}

.g3-ed-tiles a.g3-tile {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.g3-ed-tiles a.g3-tile>div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-ed-tiles a.g3-tile img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: -1;
}

.g3-ed-tiles a.g3-tile h3 {
    font-family: 'poppins';
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    padding-top: 0.32em;
    padding-bottom: 0.6em;
    text-decoration: underline;
    color: white;
    top: -56px;
}

@media (min-width: 1024px) {
    section.g3-ed-tiles {
        width: 97.4%;
    }

    .g3-ed-tiles--3-across .g3-content {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 3em;
        column-gap: 1.3em;
    }

    .g3-ed-tiles--2-across .g3-content {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2.8em;
        column-gap: 1.4em;
    }

    .g3-ed-tiles .g3-section-title {
        padding-bottom: 1.3em;
    }

    .g3-ed-tiles a.g3-tile h3 {
        font-size: 1.4em;
        letter-spacing: 0.02em;
        padding-top: 0.7em;
        padding-bottom: 0.5em;
        color: white;
        top: -82px;
        font-family: "poppins";
    }
}

/* LOU AND GREY ============================================ */
section.g3-lg {
    background-color: #eefc89;
}

.g3-lg__content {
    position: relative;
    width: 95.83%;
    height: auto;
    margin: 0 auto;
    padding: 3.4em 0 8em 0;
    overflow: visible;
}

.g3-lg__logo {
    display: block;
    position: relatibe;
    width: 27.5%;
    height: auto;
    margin: 0 auto 0 auto;
    transform: translateX(11%);
}

.g3-lg--no-logo .g3-lg__logo {
    display: none;
}

.g3-lg__inner {
    position: relative;
    width: 97.5%;
    height: auto;
    margin: 1em 0 0 auto;
    padding: 0;
    overflow: visible;
    z-index: 10;
}

.g3-lg__txt {
    position: relative;
    width: 95.83%;
    margin: 0;
    padding: 3.5em;
    overflow: hidden;
    text-align: center;
}

.g3-lg__txt h3 {
    color: #123572;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 6.75em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 0 0 0.3em 0;
}

.g3-lg__txt p {
    color: #123572;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 0 0.5em;
}

.g3-lg__txt a.g3-cta--block {
    display: none;
}

.g3-lg__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8em;
    width: 208%;
    height: auto;
    margin: 2em 0 0 0;
    padding: 0 1.4em 0 0;
    overflow: hidden;
}

a.g3-lg__item {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
}

.g3-lg__item>img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-lg__item>span {
    display: inline-block;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    padding-top: 1.4em;
}

@media (min-width: 1024px) {
    .g3-lg__content {
        width: 95.5%;
        padding: 3.4em 0 3.5em 0;
    }

    .g3-lg__logo {
        position: absolute;
        width: 16.38%;
        margin: 4em 0 0 5em;
        height: auto;
        transform: translateX(0%);
    }

    .g3-lg__inner {
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 82.8%;
        margin: 1em 0 0 auto;
        padding: 0;
    }

    .g3-lg--no-logo .g3-lg__inner {
        width: 100%;
    }

    .g3-lg__txt {
        width: 26.8%;
        margin: 0;
        padding: 3.5em;
    }

    .g3-lg--no-logo .g3-lg__txt {
        width: 37%;
    }

    .g3-lg__txt h3 {
        font-size: 3.4375em;
    }

    .g3-lg__txt p {
        font-size: 1em;
        padding: 0 1em;
    }

    .g3-lg--no-logo p {
        padding: 0;
    }

    .g3-lg__txt a.g3-cta--block {
        display: inline-block;
        margin-top: 2.2em;
    }

    .g3-lg__grid {
        gap: 1.4em;
        width: 73.2%;
        margin: 0;
        padding: 0;
    }

    .g3-lg--no-logo .g3-lg__grid {
        width: 60.5%;
    }

    .g3-lg__item>span {
        font-size: 1em;
    }
}


.g3-rfk__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    text-align: center;
}

.g3-rfk__content>h3 {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 700;
    font-size: 5.90625em;
    letter-spacing: 0.05em;
}

.g3-rfk__embed {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 6em 0 0 0;
    padding: 0;
    overflow: visible;
}

@media (min-width: 1024px) {

    .g3-rfk__content {
        width: 91.4%;
        position: relative;
    }

    .g3-rfk__content>h3 {
        font-size: 3em;
    }

    .g3-rfk__embed {
        margin: 2em 0 0 0;
    }
}

/* curalate =========== */
section.g3-curalate {
    padding: 10em 0 4em 0;
}

.g3-curalate__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    text-align: center;
}


.g3-curalate__embed {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 5em 0 0 0;
    padding: 0;
    overflow: visible;
}

.g3-curalate .g3-ctas {
    margin-top: 4.5em;
    padding: 2em;
}

.g3-curalate a.g3-cta--block--outline {
    margin-bottom: 1em;
}

@media (min-width: 1024px) {
    section.g3-curalate {
        padding: 4em 0 4em 0;
    }


    .g3-curalate__content>h3 {
        font-size: 3em;
        padding: 0;
    }

    .g3-curalate__embed {
        margin: 2em 0 0 0;
    }

    .g3-curalate .g3-ctas {
        margin-top: 2.8em;
        padding: 0em;
    }

    .g3-curalate a.g3-cta--block--outline {
        margin: 0 1.4em;
    }
}

/* CHARITY BANNER ======================================= */
section.g3-charity-banner {
    background-color: #fff4f4;
}

.g3-charity-banner__content {
    position: relative;
    width: 92.8%;
    height: auto;
    margin: 0 auto;
    padding: 2.7em 0 3.5em 0;
    overflow: hidden;
}

.g3-charity-banner__item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.2em 0 4.2em 0;
    overflow: hidden;
    text-align: center;
}

.g3-charity-banner__item:not(:last-of-type) {
    border-bottom: solid 1px #bfbfbf;
}

.g3-charity-banner__item:first-of-type {
    padding-top: 2em;
}

.g3-charity-banner__item>img {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto 0.4em auto;
}

.g3-charity-banner__item>p {
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding-bottom: 0.8em;
}

@media (min-width: 1024px) {
    .g3-charity-banner__content {
        width: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        align-items: center;
        padding: 2.8em 0;
    }

    .g3-charity-banner__item {
        width: 33.33%;
        padding: 0;
    }

    .g3-charity-banner--2-across .g3-charity-banner__item {
        width: 50%;
        padding: 0;
    }

    .g3-charity-banner--4-across .g3-charity-banner__item {
        width: 25%;
        padding: 0;
    }

    .g3-charity-banner__item:not(:last-of-type) {
        border-right: solid 1px #bfbfbf;
        border-bottom: none;
    }

    .g3-charity-banner__item:first-of-type {
        padding-top: 0;
    }

    .g3-charity-banner__item>img {
        width: 17.2em;
        margin: 0 auto 0.4em auto;
    }

    .g3-charity-banner__item>p {
        font-size: 1em;
    }
}

/* BUZZ WORTHY ============================================== */

.g3-buzz__content {
    position: relative;
    width: 92.26%;
    height: auto;
    margin: 0 auto;
    padding: 5em 0;
    overflow: visible;
    text-align: center;
}

.g3-buzz__content>h3 {
    position: relative;
    display: inline-block;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 700;
    font-size: 6.75em;
    letter-spacing: 0.02em;
    overflow: visible;
    padding-bottom: 0.15em;
}

.g3-buzz__content>h3>img {
    display: inline-block;
    position: absolute;
    width: 0.85em;
    height: auto;
    top: 0.06em;
    left: -1.2em;
    margin: 0;
}

.g3-buzz__content>p {
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0 1em;
}

.g3-buzz__grid {
    position: relative;
    display: grid;
    column-gap: 2.2em;
    row-gap: 4.8em;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: auto;
    margin: 2.4em 0 0 0;
    padding: 0;
    overflow: hidden;
}

a.g3-buzz__grid-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    font-size: 1em;
}

a.g3-buzz__grid-item>img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

a.g3-buzz__grid-item>span {
    display: inline-block;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 1.2em 0;
}

.g3-buzz__embed {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 6em 0 0 0;
    padding: 0;
    overflow: visible;
}

@media (min-width: 1024px) {
    .g3-buzz__content {
        width: 93.3%;
        padding: 1.2em 0;
    }

    .g3-buzz__content>h3 {
        font-size: 3em;
        letter-spacing: 0.05em;
    }

    .g3-buzz__content>h3>img {
        width: 0.7em;
        left: -1em;
    }

    .g3-buzz__content>p {
        font-size: 1em;
        padding: 0;
    }

    .g3-buzz__grid {
        column-gap: 1.4em;
        row-gap: 0;
        grid-template-columns: repeat(4, 1fr);
    }

    a.g3-buzz__grid-item>span {
        font-size: 0.875em;
        letter-spacing: 0.04em;
    }

    .g3-buzz__embed {
        margin: 2em 0 0 0;
    }
}

/* HERO TEMPLATES =========================================== */
/* ========================================================== */

.g3-brow-2 {
    font-size: 2em;
    font-weight: 300;
    display: block;
    margin-top: -5px;
}

@media (min-width: 1024px) {
    .g3-brow-2 {
        font-size: 1.4em;
    }
}

.g3-brow-3 {
    font-size: 2em;
    font-weight: 300;
    display: block;
}

@media (min-width: 1024px) {
    .g3-brow-3 {
        font-size: 1.6em;
    }
}

/* Hero - V1 ======================================= */
section.g3-hero--v1 {
    text-align: center;
}

.g3-hero--v1::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.g3-hero--v1.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--v1.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--v1.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--v1.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--v1.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--v1.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--v1.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--v1.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--v1.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--v1.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--v1.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--v1.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--v1.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--v1.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--v1.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--v1__text {
    position: absolute;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 100;
    top: 13.5em;
}

.g3-hero--v1__text .g3-rel {
    margin-top: 32.5em;
}

.g3-hero--v1__media {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}

@media (min-width: 1024px) {
    .g3-hero--v1::before {
        content: "";
        display: block;
        padding-top: 41.667% !important;
    }

    .g3-hero--v1__text .g3-rel {
        margin-top: 19em;
    }
}

/* Hero - BMSM ======================================= */

section.g3-hero--bmsm {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--bmsm::before {
    content: "";
    display: block;
    padding-top: 108%;
}

.g3-hero--bmsm.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--bmsm.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--bmsm.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--bmsm.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--bmsm.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--bmsm.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--bmsm.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--bmsm.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--bmsm.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--bmsm.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--bmsm.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--bmsm.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--bmsm.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--bmsm.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--bmsm.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--bmsm .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--bmsm__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--bmsm__media img,
.g3-hero--bmsm__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--bmsm__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--bmsm__txt .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-hero--bmsm .g3-eyebrow--knockout small {
    display: inline-block;
    line-height: 100%;
    font-size: 0.686em;
    vertical-align: 0.13em;
}

.g3-hero--bmsm h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 12.69em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--bmsm .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.645em;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
}

.g3-hero--bmsm .g3-offer-sep {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.53em;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: normal;
}

.g3-hero--bmsm .g3-offer--split {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
    margin: 0.5em 0 0 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--bmsm .g3-offer--split>div {
    position: relative;
    margin: 0;
    padding: 0.4em 0;
    overflow: hidden;
}

.g3-hero--bmsm .g3-offer--split>div:first-of-type {
    border-right: solid 2px;
}

.g3-hero--bmsm h2 {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 4.3875em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: normal;
}

.g3-hero--bmsm .g3-h2-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.025em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
}

.g3-hero--bmsm .g3-coupon {
    width: 100%;
    font-weight: 500;
    margin-top: 1.5em;
}

.g3-hero--bmsm .g3-coupon a {
    color: inherit;
    text-decoration: underline;
}

.g3-hero--bmsm .g3-ctas {
    margin-top: 2em;
}

.g3-hero--bmsm .g3-cta--block {
    width: 9.5em;
}

@media (min-width: 1024px) {
    .g3-hero--bmsm::before {
        content: "";
        display: block;
        padding-top: 42.917% !important;
    }

    .g3-hero--bmsm.g3-text-block--left .g3-hero--bmsm__txt {
        left: 0;
        right: auto;
        margin: 0;
    }

    .g3-hero--bmsm.g3-text-block--right .g3-hero--bmsm__txt {
        left: auto;
        right: 0;
        margin: 0;
    }

    .g3-hero--bmsm.g3-text-block--center .g3-hero--bmsm__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--bmsm__txt {
        width: 33%;
    }

    .g3-hero--bmsm small {
        padding-bottom: 0.5em;
    }

    .g3-hero--bmsm h1 {
        font-size: 9em;
    }

    .g3-hero--bmsm .g3-h1-subhead {
        font-size: 2.44em;
        line-height: 1;
    }

    .g3-hero--bmsm .g3-offer-sep {
        font-size: 1.8624em;
        line-height: 2.7;
    }

    .g3-hero--bmsm .g3-offer--split {
        margin: 0;
    }

    .g3-hero--bmsm .g3-offer--split>div {
        padding: 0;
    }

    .g3-hero--bmsm .g3-offer--split>div:first-of-type {
        border-right: solid 1px;
    }

    .g3-hero--bmsm h2 {
        font-size: 2.56em;
    }

    .g3-hero--bmsm .g3-h2-subhead {
        font-size: 1.455em;
    }

    .g3-hero--bmsm .g3-coupon {
        font-weight: 500;
        margin-top: 2.5em;
    }

    .g3-hero--bmsm .g3-ctas {
        margin-top: 3em;
    }

    .g3-hero--bmsm .g3-cta--block {
        width: 11em;
    }
}

/* TOGGLE FIVE - HERO with full width IMAGE or VIDEO with centered text */
.g3-hero--toggle-five::before {
    content: "";
    display: block;
    padding-top: 106.67%;
}

.g3-hero--toggle-five.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--toggle-five.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--toggle-five.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--toggle-five.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--toggle-five.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--toggle-five.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--toggle-five.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--toggle-five.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--toggle-five.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--toggle-five.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--toggle-five.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--toggle-five.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--toggle-five.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--toggle-five.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--toggle-five.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--toggle-five .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--toggle-five__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--toggle-five__media img,
.g3-hero--toggle-five__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--toggle-five__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--toggle-five .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--toggle-five .g3-v-center>div {
    text-align: center;
}

.g3-hero--toggle-five__txt .g3-eyebrow--knockout {
    font-size: 2.278em;
    margin-bottom: 0.6em;
}

.g3-hero--toggle-five .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 8.86em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-h1--lg {
    font-size: 1.375em;
    display: block;
}

.g3-hero--toggle-five .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 0.327em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-top: 0.6em;
}

.g3-hero--toggle-five .g3-v-center .g3-coupon {
    color: #000000;
    font-size: 1.6875em;
    margin-top: 0;
}

.g3-hero--toggle-five .g3-v-center .g3-ctas {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.4em auto 0 auto;
    text-align: center;
}

.g3-hero--toggle-five a.g3-cta--block {
    width: 43.3%;
    margin: 0 0.45em 0.9em 0.45em;
    padding: 0;
}

.g3-hero--toggle-five .g3-disclaimer--fixed {
    color: #000000;
    text-transform: none;
}

@media (min-width: 1024px) {
    .g3-hero--toggle-five::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--toggle-five__txt {
        width: 100%;
    }

    .g3-hero--toggle-five__txt .g3-eyebrow--poppins {
        font-size: 1.6em;
    }

    .g3-hero--toggle-five .g3-v-center h1 {
        font-size: 6.18375em;
    }

    .g3-h1--lg {
        font-size: 1.353em;
    }

    .g3-hero--toggle-five .g3-v-center .g3-h1-subhead {
        font-size: 0.33em;
    }

    .g3-hero--toggle-five .g3-v-center .g3-coupon {
        margin-top: 1.5em;
        font-size: 1em;
    }

    .g3-hero--toggle-five .g3-v-center .g3-ctas {
        margin: 2em auto 0 auto;
    }

    .g3-hero--toggle-five a.g3-cta--block {
        width: 11.625em;
        margin: 0 0.5em;
    }

    .g3-hero--toggle-five .g3-disclaimer--fixed {
        text-transform: uppercase;
    }
}

/* KO-1 - HERO with full width IMAGE or VIDEO on left -  KNOCKOUT Text on right */
.g3-hero--ko-1::before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (max-width: 1023px) {

    .g3-hero--ko-1.g3-mobile-text--left::before,
    .g3-hero--ko-1.g3-mobile-text--right::before {
        content: "";
        display: block;
        padding-top: 117.33%;
    }
}

.g3-hero--ko-1.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-1.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-1.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-1.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-1.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-1.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-1.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-1.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-1.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-1.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-1.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-1.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-1.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-1.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-1.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-1 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-1__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-1__media img,
.g3-hero--ko-1__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-1__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-1 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-1 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-1__txt .g3-eyebrow--knockout {
    font-size: 4.3875em;
    margin-bottom: 0.3em;
}

.g3-hero--ko-1 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24.13em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-1 .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.04em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-1 .g3-v-center .g3-h1-subhead:first-child {
    margin-bottom: -0.6em !important;
}

.g3-hero--ko-1 .g3-v-center .g3-h1-subhead:last-child {
    margin-top: 0em !important;
}

.g3-hero--ko-1 .g3-v-center .g3-coupon {
    margin-top: 1.4em;
}

.g3-hero--ko-1 .g3-v-center .g3-ctas {
    margin-top: 2.4em;
}

/* .g3-hero--ko-1 .g3-v-center .g3-cta--block {
    border: solid 1px;
} */

@media (min-width: 1024px) {
    .g3-hero--ko-1::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-1__txt {
        width: 50%;
    }

    .g3-hero--ko-1.g3-text-block--left .g3-hero--ko-1__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-1.g3-text-block--right .g3-hero--ko-1__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-1.g3-text-block--center .g3-hero--ko-1__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-1__txt .g3-eyebrow--knockout {
        font-size: 2.6em;
    }

    .g3-hero--ko-1 .g3-v-center h1 {
        font-size: 19.5em;
    }

    .g3-hero--ko-1 .g3-v-center .g3-h1-subhead {
        font-size: 2.1825em;
    }

    .g3-hero--ko-1 .g3-v-center .g3-h1-subhead:first-child {
        margin-bottom: -0.8em !important;
    }

    .g3-hero--ko-1 .g3-v-center .g3-h1-subhead:last-child {
        margin-top: -0.4em !important;
    }

    .g3-hero--ko-1 .g3-v-center .g3-coupon {
        margin-top: 1.2em;
        font-size: 1.164em;
    }

    .g3-hero--ko-1 .g3-v-center .g3-ctas {
        margin-top: 1.8em;
    }
}

@media (max-width: 1023px) {
    .g3-hero--ko-1.g3-mobile-text--left .g3-hero--ko-1__txt {
        width: 60%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-1.g3-mobile-text--right .g3-hero--ko-1__txt {
        width: 60%;
        right: 0;
        left: auto;
    }

    .g3-hero--ko-1.g3-mobile-text--left .g3-h1-subhead,
    .g3-hero--ko-1.g3-mobile-text--right .g3-h1-subhead {
        font-weight: 700;
    }

    .g3-hero--ko-1.g3-mobile-text--left .g3-eyebrow--knockout,
    .g3-hero--ko-1.g3-mobile-text--right .g3-eyebrow--knockout {
        font-size: 3.375em;
        padding-bottom: 0.2em;
    }

    .g3-hero--ko-1.g3-mobile-text--left .g3-coupon,
    .g3-hero--ko-1.g3-mobile-text--right .g3-coupon {
        font-size: 2.025em;
    }

    .g3-hero--ko-1.g3-mobile-text--left .g3-cta--block,
    .g3-hero--ko-1.g3-mobile-text--right .g3-cta--block {
        padding: 0 1.6em;
        margin-bottom: 0.9em;
    }
}

/* KO-2 */

.g3-hero--ko-2 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-2__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-2__media img,
.g3-hero--ko-2__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-2__txt {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 0 1em 0;
    overflow: hidden;
}

.g3-hero--ko-2 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-2 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-2__txt .g3-eyebrow--knockout {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 4em;
    letter-spacing: 0.03em;
    padding-bottom: 0.2em;
}

.g3-hero--ko-2 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 12em;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 0.88;
    padding: 0;
}

.g3-hp sup {
    vertical-align: super !important;
}

.g3-hero--ko-2 .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.g3-hero--ko-2 .g3-v-center .g3-h1-subhead:last-child {
    margin-top: 0.3em;
}

.g3-hero--ko-2 .g3-v-center .g3-coupon {
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-top: 0.3em;
    padding-bottom: 0.5em;
}

.g3-hero--ko-2 .g3-v-center .g3-ctas {
    margin-top: 0.8em;
}

.g3-hero--ko-2 .g3-v-center a:not(:last-of-type) {
    margin-bottom: 0.5em;
}

.g3-hero--ko-2 .g3-disclaimer--fixed {
    font-size: 1.6875em;
    font-weight: 500;
    line-height: 1.2;
}

.g3-hero--ko-2.g3-text-block--left .g3-hero--ko-2__txt {
    left: 0;
    right: auto;
}

.g3-hero--ko-2.g3-text-block--right .g3-hero--ko-2__txt {
    right: 0;
    left: auto;
}

.g3-hero--ko-2.g3-text-block--center .g3-hero--ko-2__txt {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .g3-hero--ko-2.g3-mobile-text--left .g3-hero--ko-2__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-2.g3-mobile-text--right .g3-hero--ko-2__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-2.g3-mobile-text--center .g3-hero--ko-2__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .g3-hero--ko-2.g3-mobile-text--center .g3-v-center a:not(:last-of-type) {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .g3-hero--ko-2__txt {
        width: 33.3%;
    }

    .g3-hero--ko-2__txt .g3-eyebrow--knockout {
        font-size: 2.6em;
    }

    .g3-hero--ko-2 .g3-v-center h1 {
        font-size: 9em;
    }

    .g3-hero--ko-2 .g3-v-center .g3-h1-subhead {
        font-size: 2.1825em;
        line-height: 1.2;
    }

    .g3-hero--ko-2 .g3-v-center .g3-h1-subhead:last-child {
        margin-top: 0em;
    }

    .g3-hero--ko-2 .g3-v-center .g3-coupon {
        margin-top: 2em;
    }

    .g3-hero--ko-2 .g3-v-center .g3-ctas {
        margin-top: 1em;
    }

    .g3-hero--ko-2 .g3-v-center a:not(:last-of-type) {
        margin-bottom: 0;
    }

    .g3-hero--ko-2 .g3-disclaimer--fixed {
        font-size: 0.8em;
    }
}

/* KO-3 */
.g3-hero--ko-3::before {
    content: "";
    display: block;
    padding-top: 114%;
}

.g3-hero--ko-3.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-3.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-3.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-3.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-3.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-3.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-3.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-3.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-3.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-3.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-3.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-3.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-3.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-3.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-3.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-3 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-3__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-3__media img,
.g3-hero--ko-3__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-3__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-3 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-3 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-3 .g3-v-center .g3-eyebrow--poppins {
    font-size: 2.53em;
    letter-spacing: 0.01em;
}

.g3-hero--ko-3 .g3-v-center h1 {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 16.2em;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 0.15em;
    line-height: 0.82;
}

@media (max-width: 1024px) {
    .g3-hero--ko-3 .g3-v-center h1.g3-size-lock--m {
        font-size: 12em !important;
    }
}

.g3-hero--ko-3 .g3-v-center .g3-h1-subhead {
    position: relative;
    display: block;
    margin: 0;
    font-family: "poppins", sans-serif;
    font-size: 3.04em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.g3-hero--ko-3 .g3-v-center .g3-coupon {
    margin-top: 1em;
}

.g3-hero--ko-3 .g3-v-center .g3-cta--block,
.g3-hero--ko-3 .g3-v-center .g3-cta--block--outline {
    margin-top: 1.5em;
}

@media (min-width: 1024px) {
    .g3-hero--ko-3::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-3__txt {
        width: 50%;
    }

    .g3-hero--ko-3.g3-33-66 .g3-hero--ko-3__txt {
        width: 33.333%;
    }

    .g3-hero--ko-3 .g3-v-center .g3-eyebrow--poppins {
        font-size: 1.455em;
    }

    .g3-hero--ko-3.g3-text-block--left .g3-hero--ko-3__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-3.g3-text-block--right .g3-hero--ko-3__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-3.g3-text-block--center .g3-hero--ko-3__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-3 .g3-v-center h1 {
        font-size: 9.3em;
        line-height: 0.88;
    }

    .g3-hero--ko-3 .g3-v-center h1.g3-size-lock--dt {
        font-size: 9.3em !important;
    }

    .g3-hero--ko-3 .g3-v-center .g3-h1-subhead {
        font-size: 1.746em;
    }
}

@media (max-width: 1023px) {
    .g3-hero--ko-3.g3-mobile-text--left .g3-hero--ko-3__txt {
        width: 60%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-3.g3-mobile-text--right .g3-hero--ko-3__txt {
        width: 60%;
        right: 0;
        left: auto;
    }

    .g3-hero--ko-3.g3-mobile-text--center .g3-hero--ko-3__txt {
        width: 100%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-8.g3-mobile-text--left .g3-hero--ko-3__txt .g3-cta--block,
    .g3-hero--ko-8.g3-mobile-text--right .g3-hero--ko-3__txt .g3-cta--block {
        margin-bottom: 1em;
    }
}

/* KO-4 - HERO with 960px wide IMAGE or VIDEO on left -  KNOCKOUT Text on right */
.g3-hero--ko-4::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.g3-hero--ko-4.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-4.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-4.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-4.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-4.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-4.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-4.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-4.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-4.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-4.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-4.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-4.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-4.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-4.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-4.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-4 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-4__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-4__media img,
.g3-hero--ko-4__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-4__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-4 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-4 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-4__txt .g3-eyebrow--poppins {
    font-size: 2.53em;
    letter-spacing: 0.01em;
}

.g3-hero--ko-4 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24.13em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-4 .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 6.1em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: -0.2em;
}

.g3-hero--ko-4 .g3-v-center .g3-coupon {
    margin-top: 1.4em;
}

.g3-hero--ko-4 .g3-v-center .g3-ctas {
    margin: 2.4em 0;
}

.g3-hero--ko-4 .g3-v-center .g3-cta--block {
    border: solid 1px;
}

@media (min-width: 1024px) {
    .g3-hero--ko-4::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-4__txt {
        width: 33.3%;
    }

    .g3-hero--ko-4__txt .g3-promo-offer {
        margin-top: -1em;
    }

    .g3-hero--ko-4.g3-text-block--left .g3-hero--ko-4__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-4.g3-text-block--right .g3-hero--ko-4__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-4.g3-text-block--center .g3-hero--ko-4__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-4__txt .g3-eyebrow--poppins {
        font-size: 1.746em;
    }

    .g3-hero--ko-4 .g3-v-center h1 {
        font-size: 23.28em;
    }

    .g3-hero--ko-4 span.g3-pct-stack--knockout {
        font-size: 0.9em;
        vertical-align: 0.29em;
    }

    .g3-hero--ko-4 .g3-v-center .g3-h1-subhead {
        font-size: 5.587em;
        margin-top: -0.45em;
    }

    .g3-hero--ko-4 .g3-v-center .g3-coupon {
        margin-top: 0.7em;
        font-size: 1.2em;
    }

    .g3-hero--ko-4 .g3-v-center .g3-ctas {
        margin: 1.4em 0;
    }
}

/* KO-5 */
.g3-hero--ko-5::before {
    content: "";
    display: block;
    padding-top: 106.7%;
}

.g3-hero--ko-5.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-5.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-5.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-5.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-5.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-5.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-5.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-5.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-5.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-5.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-5.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-5.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-5.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-5.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-5.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-5 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-5__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-5__media img,
.g3-hero--ko-5__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-5__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 0 5em 0;
    overflow: hidden;
}

.g3-hero--ko-5 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-5 .g3-v-center>div {
    text-align: center;
    padding-bottom: 1em;
}

.g3-hero--ko-5__txt .g3-eyebrow--poppins {
    font-size: 2.3625em;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 1em;
}

.g3-hero--ko-5 h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 9.7em;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    padding: 0;
}

.g3-hero--ko-5 h1>.g3-plus {
    display: block;
    font-family: "poppins", sans-serif;
    font-size: 0.45em;
    font-weight: 500;
    line-height: 0.6;
    margin: 0.6em 0 0.22em 0;
}

.g3-hero--ko-5 h1>small {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 0.36em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: normal;
    padding-top: 0;
}

.g3-hero--ko-5 .g3-v-center .g3-coupon {
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-top: 1.2em;
    padding-bottom: 0.6em;
}

.g3-hero--ko-5 .g3-v-center .g3-ctas {
    margin-top: 2.6em;
}

.g3-hero--ko-5 .g3-disclaimer--fixed {
    font-size: 1.6875em;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 2em;
}

.g3-hero--ko-5.g3-text-block--left .g3-hero--ko-5__txt {
    left: 0;
    right: auto;
}

.g3-hero--ko-5.g3-text-block--right .g3-hero--ko-5__txt {
    right: 0;
    left: auto;
}

.g3-hero--ko-5.g3-text-block--center .g3-hero--ko-5__txt {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .g3-hero--ko-5.g3-mobile-text--left .g3-hero--ko-5__txt {
        left: 0;
        right: auto;
        width: 60%;
    }

    .g3-hero--ko-5.g3-mobile-text--right .g3-hero--ko-5__txt {
        right: 0;
        left: auto;
        width: 60%;
    }

    .g3-hero--ko-5.g3-mobile-text--left .g3-ctas a:not(:last-of-type),
    .g3-hero--ko-5.g3-mobile-text--right .g3-ctas a:not(:last-of-type) {
        margin-bottom: 1em;
    }

    .g3-hero--ko-5.g3-mobile-text--center .g3-hero--ko-5__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .g3-hero--ko-5::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-5__txt {
        width: 33.3%;
        padding-bottom: 0;
    }

    .g3-hero--ko-5__txt .g3-eyebrow--poppins {
        font-size: 1.7em;
        padding-bottom: 0.9em;
    }

    .g3-hero--ko-5__txt .g3-brow-2 {
        font-size: 1.2em;
    }

    .g3-hero--ko-5 .g3-v-center h1 {
        font-size: 5.3835em;
        line-height: 1;
    }

    .g3-hero--ko-5 .g3-v-center h1>.g3-plus {
        font-size: 0.7em;
        margin: 0.2em 0 0 0;
        line-height: 0.8;
    }

    .g3-hero--ko-5 .g3-v-center .g3-coupon {
        margin-top: 2.2em;
    }

    .g3-hero--ko-5 .g3-v-center .g3-ctas {
        margin-top: 1.6em;
    }

    .g3-hero--ko-5 .g3-disclaimer--fixed {
        font-size: 0.8em;
        padding-bottom: 1em;
    }
}

/* KO-6 ==== */
.g3-hero--ko-6__inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-6__inner::before {
    content: "";
    display: block;
    padding-top: 110%;
}

.g3-hero--ko-6.g3-mobile-height--350 .g3-hero--ko-6__inner::before {
    padding-top: 46.6%;
}

.g3-hero--ko-6.g3-mobile-height--400 .g3-hero--ko-6__inner::before {
    padding-top: 53.3%;
}

.g3-hero--ko-6.g3-mobile-height--450 .g3-hero--ko-6__inner::before {
    padding-top: 60%;
}

.g3-hero--ko-6.g3-mobile-height--500 .g3-hero--ko-6__inner::before {
    padding-top: 66.6%;
}

.g3-hero--ko-6.g3-mobile-height--550 .g3-hero--ko-6__inner::before {
    padding-top: 73.3%;
}

.g3-hero--ko-6.g3-mobile-height--600 .g3-hero--ko-6__inner::before {
    padding-top: 80%;
}

.g3-hero--ko-6.g3-mobile-height--650 .g3-hero--ko-6__inner::before {
    padding-top: 86.6%;
}

.g3-hero--ko-6.g3-mobile-height--700 .g3-hero--ko-6__inner::before {
    padding-top: 100%;
}

.g3-hero--ko-6.g3-mobile-height--750 .g3-hero--ko-6__inner::before {
    padding-top: 100%;
}

.g3-hero--ko-6.g3-mobile-height--775 .g3-hero--ko-6__inner::before {
    padding-top: 103.3%;
}

.g3-hero--ko-6.g3-mobile-height--800: .g3-hero--ko-6__inner:before {
    padding-top: 106.6%;
}

.g3-hero--ko-6.g3-mobile-height--825 .g3-hero--ko-6__inner::before {
    padding-top: 110%;
}

.g3-hero--ko-6.g3-mobile-height--850 .g3-hero--ko-6__inner::before {
    padding-top: 113.3%;
}

.g3-hero--ko-6.g3-mobile-height--875 .g3-hero--ko-6__inner::before {
    padding-top: 116.6%;
}

.g3-hero--ko-6.g3-mobile-height--900 .g3-hero--ko-6__inner::before {
    padding-top: 120%;
}

.g3-hero--ko-6 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-6__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-6__media img,
.g3-hero--ko-6__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-6__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-6 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-6 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-6__txt .g3-eyebrow--knockout {
    font-size: 4.978em;
    line-height: 0.9;
    margin-bottom: -0.1em;
}

.g3-eyebrow--knockout small {
    display: block;
    font-size: 0.61em;
}

.g3-hero--ko-6 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24.64em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-6 .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.43em;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0.02em;
    margin-top: -0.75em;
}

.g3-hero--ko-6 .g3-v-center .g3-subhead--poppins {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 8.33em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-6 .g3-v-center .g3-subhead--knockout {
    display: block;
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 8.33em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-6 .g3-v-center .g3-plus {
    font-size: 2.868em;
}

.g3-hero--ko-6 .g3-v-center .g3-coupon {
    margin-top: 1em;
}

.g3-hero--ko-6 .g3-v-center .g3-ctas {
    margin-top: 2em;
    padding-bottom: 3em;
}

.g3-hero--ko-6 .g3-v-center .g3-cta--block {
    border: solid 1px;
}

@media (min-width: 1024px) {
    .g3-hero--ko-6>picture {
        display: none;
    }

    .g3-hero--ko-6__inner::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-6__txt {
        width: 40.4%;
    }

    .g3-hero--cyber {
        width: 50%;
    }

    .g3-hero--ko-6.g3-50-50 .g3-hero--ko-6__txt {
        width: 50%;
    }

    .g3-hero--ko-6.g3-text-block--left .g3-hero--ko-6__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-6.g3-text-block--right .g3-hero--ko-6__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-6.g3-text-block--center .g3-hero--ko-6__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-6__txt .g3-eyebrow--knockout {
        font-size: 4.074em;
        margin-bottom: 0;
    }

    .g3-eyebrow--knockout small {
        display: block;
        font-size: 0.625em;
    }

    .g3-hero--ko-6 .g3-v-center h1 {
        font-size: 17.68em;
        margin: -4% 0 0;
    }

    .g3-hero--ko-6 .g3-v-center .g3-plus {
        font-size: 2.07em;
        padding: 6px 0 0;
    }

    .g3-hero--ko-6 .g3-v-center .g3-h1-subhead {
        font-size: 2.6em;
        margin-top: -0.8em;
        line-height: 1;
    }

    .g3-hero--ko-6 .g3-v-center .g3-subhead--poppins {
        font-size: 4.8em;
        line-height: 1.1;
    }

    .g3-hero--ko-6 .g3-v-center .g3-subhead--knockout {
        font-size: 4.8em;
        line-height: 1;
    }

    .g3-hero--ko-6 .g3-v-center .g3-coupon {
        margin-top: 0;
        font-size: 1.164;
    }

    .g3-hero--ko-6 .g3-v-center .g3-ctas {
        margin-top: 0.7em;
        padding-bottom: 1.7em;
    }
}

/* KO-7 */
.g3-hero--ko-7::before {
    content: "";
    display: block;
    padding-top: 106.6%;
}

.g3-hero--ko-7.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-7.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-7.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-7.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-7.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-7.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-7.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-7.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-7.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-7.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-7.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-7.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-7.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-7.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-7.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-7 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-7__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-7__media img,
.g3-hero--ko-7__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-7__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-7 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-7 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-7 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 9.396em;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 0.92;
    padding: 0 0 0.1em 0;
}

.g3-hero--ko-7 .g3-v-center h1>small {
    display: block;
    line-height: 1;
    font-size: 0.63em;
}

.g3-hero--ko-7 .g3-v-center h2 {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.9em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0.35em;
}

.g3-hero--ko-7 .g3-v-center .g3-coupon {
    font-size: 1.6875em;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-top: 1.2em;
    padding-bottom: 0.6em;
}

.g3-hero--ko-7 .g3-v-center .g3-ctas {
    padding-top: 1em;
    padding-bottom: 0em;
}

.g3-hero--ko-7 .g3-v-center .g3-cta--block {
    border: solid 1px;
    background-color: #f2f2f1;
}

.g3-hero--ko-7 .g3-disclaimer--fixed {
    font-size: 1.6875em;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0.5em;
}

@media (min-width: 1024px) {
    .g3-hero--ko-7::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-7__txt {
        width: 38%;
    }

    .g3-hero--ko-7 .g3-v-center h1 {
        font-size: 7.83em;
    }

    .g3-hero--ko-7 g3-brow-3 {
        font-size: 1.3em;
    }

    .g3-hero--ko-7 .g3-v-center h2 {
        font-size: 2.4em;
        line-height: 1.5;
    }

    .g3-hero--ko-7 .g3-v-center .g3-coupon {
        font-size: 1em;
        margin-top: 0.6em;
    }

    .g3-hero--ko-7 .g3-v-center .g3-ctas {
        padding-top: 1em;
        padding-bottom: 0em;
    }

    .g3-hero--ko-7 .g3-disclaimer--fixed {
        font-size: 0.8em;
        padding-bottom: 1em;
    }

    .g3-hero--ko-7.g3-text-block--left .g3-hero--ko-7__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-7.g3-text-block--right .g3-hero--ko-7__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-7.g3-text-block--center .g3-hero--ko-7__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

/* KO-8 */
.g3-hero--ko-8::before {
    content: "";
    display: block;
    padding-top: 114%;
}

.g3-hero--ko-8.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--ko-8.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--ko-8.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--ko-8.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--ko-8.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--ko-8.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--ko-8.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--ko-8.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--ko-8.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--ko-8.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--ko-8.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--ko-8.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--ko-8.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--ko-8.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--ko-8.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--ko-8 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-8__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-8__media img,
.g3-hero--ko-8__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-8__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-8 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-8 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-8 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 11.41875em;
    font-weight: 700;
    letter-spacing: 0.027em;
    line-height: 0.84;
    padding: 0.05em 0 0.1em 0;
}

.g3-hero--ko-8 .g3-v-center h1>small {
    display: block;
    line-height: 1;
    font-size: 0.63em;
}

.g3-hero--ko-8 .g3-v-center h2 {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.9em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    margin-top: 0.35em;
}

.g3-hero--ko-8 .g3-v-center .g3-sub-title {
    display: inline-block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.41625em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-top: 0.3em;
}

.g3-hero--ko-8 .g3-v-center .g3-ctas {
    padding-top: 4em;
    padding-bottom: 1em;
}

.g3-hero--ko-8 .g3-v-center .g3-cta--block {
    background-color: #f2f2f1;
}

.g3-hero--ko-8 .g3-v-center .g3-sub-title+.g3-ctas {
    margin-top: -1.4em;
}

.g3-hero--ko-8 .g3-disclaimer--fixed {
    color: #ffffff;
    font-size: 1.6875em;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 1em;
}

@media (min-width: 1024px) {
    .g3-hero--ko-8::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-8__txt {
        width: 50%;
    }

    .g3-hero--ko-8 .g3-v-center h1 {
        font-size: 7.5em;
        line-height: 0.88;
        padding: 0 0 0.1em 0;
    }

    .g3-hero--ko-8 .g3-v-center h2 {
        font-size: 2.4em;
        line-height: 1.5;
    }

    .g3-hero--ko-8 .g3-v-center .g3-sub-title {
        font-size: 1.5em;
        line-height: 1.2;
        margin-top: -0.2em;
        margin-bottom: -0.5em;
    }

    .g3-hero--ko-8 .g3-v-center .g3-ctas {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }

    .g3-hero--ko-8 .g3-v-center .g3-sub-title+.g3-ctas {
        margin-top: 0em;
    }

    .g3-hero--ko-8 .g3-disclaimer--fixed {
        color: #000000;
        font-size: 0.8em;
        padding-bottom: 2.4em;
    }

    .g3-hero--ko-8.g3-text-block--left .g3-hero--ko-8__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-8.g3-text-block--right .g3-hero--ko-8__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-8.g3-text-block--center .g3-hero--ko-8__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .g3-hero--ko-8 .g3-brow-2 {
        font-size: 2em;
    }

    .g3-hero--ko-8.g3-mobile-text--left .g3-hero--ko-8__txt {
        width: 60%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-8.g3-mobile-text--right .g3-hero--ko-8__txt {
        width: 60%;
        right: 0;
        left: auto;
    }

    .g3-hero--ko-8.g3-mobile-text--center .g3-hero--ko-8__txt {
        width: 100%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-8.g3-mobile-text--left .g3-hero--ko-8__txt .g3-cta--block,
    .g3-hero--ko-8.g3-mobile-text--right .g3-hero--ko-8__txt .g3-cta--block {
        margin-bottom: 1em;
    }
}

/* KO-9 ==== */
.g3-hero--ko-9__inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-9__inner::before {
    content: "";
    display: block;
    padding-top: 110%;
}

.g3-hero--ko-9.g3-mobile-height--350 .g3-hero--ko-9__inner::before {
    padding-top: 46.6%;
}

.g3-hero--ko-9.g3-mobile-height--400 .g3-hero--ko-9__inner::before {
    padding-top: 53.3%;
}

.g3-hero--ko-9.g3-mobile-height--450 .g3-hero--ko-9__inner::before {
    padding-top: 60%;
}

.g3-hero--ko-9.g3-mobile-height--500 .g3-hero--ko-9__inner::before {
    padding-top: 66.6%;
}

.g3-hero--ko-9.g3-mobile-height--550 .g3-hero--ko-9__inner::before {
    padding-top: 73.3%;
}

.g3-hero--ko-9.g3-mobile-height--600 .g3-hero--ko-9__inner::before {
    padding-top: 80%;
}

.g3-hero--ko-9.g3-mobile-height--650 .g3-hero--ko-9__inner::before {
    padding-top: 86.6%;
}

.g3-hero--ko-9.g3-mobile-height--700 .g3-hero--ko-9__inner::before {
    padding-top: 100%;
}

.g3-hero--ko-9.g3-mobile-height--750 .g3-hero--ko-9__inner::before {
    padding-top: 100%;
}

.g3-hero--ko-9.g3-mobile-height--775 .g3-hero--ko-9__inner::before {
    padding-top: 103.3%;
}

.g3-hero--ko-9.g3-mobile-height--800 .g3-hero--ko-9__inner:before {
    padding-top: 106.6%;
}

.g3-hero--ko-9.g3-mobile-height--825 .g3-hero--ko-9__inner::before {
    padding-top: 110%;
}

.g3-hero--ko-9.g3-mobile-height--850 .g3-hero--ko-9__inner::before {
    padding-top: 113.3%;
}

.g3-hero--ko-9.g3-mobile-height--875 .g3-hero--ko-9__inner::before {
    padding-top: 116.6%;
}

.g3-hero--ko-9.g3-mobile-height--900 .g3-hero--ko-9__inner::before {
    padding-top: 120%;
}

@media (max-width: 1023px) {
    .g3-hero--ko-9.g3-mobile-text--left .g3-hero--ko-9__txt {
        width: 62%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-9.g3-mobile-text--right .g3-hero--ko-9__txt {
        width: 62%;
        right: 0;
        left: auto;
    }
}

.g3-hero--ko-9 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-9__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-9__media img,
.g3-hero--ko-9__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-9__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-9__txt .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-9__txt .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-9__txt .g3-eyebrow--knockout {
    font-size: 4.4375em;
    line-height: 0.9;
    margin-bottom: -0.3em;
}

.g3-hero--ko-9__txt .g3-plus--ff {
    width: 0.55em;
    height: 0.6em;
}

.g3-hero--ko-9__txt .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24.9375em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-9__txt .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 3.471875em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    margin-top: -0.7em;
}

.g3-hero--ko-9__txt .g3-h1-subhead small {
    font-size: 0.6634em;
}

.g3-hero--ko-9 .g3-v-center .g3-plus {
    font-size: 2.868em;
}

.g3-hero--ko-9 .g3-v-center .g3-coupon {
    margin-top: 1.3em;
    line-height: 1.2;
}

.g3-hero--ko-9 .g3-v-center .g3-ctas {
    margin-top: 3.2em;
    padding-bottom: 2em;
}

.g3-hero--ko-9.g3-mobile-text--left .g3-cta--block.g3-cta--block:not(:last-of-type),
.g3-hero--ko-9.g3-mobile-text--right .g3-cta--block.g3-cta--block:not(:last-of-type) {
    margin-bottom: 0.9em;
}

.g3-hero--ko-9 a.g3-cta--block--outline {
    margin: 0 0 0.4em !important;
}

@media (min-width: 1024px) {
    .g3-hero--ko-9>picture {
        display: none;
    }

    .g3-hero--ko-9__inner::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--ko-9__txt {
        width: 50%;
    }

    .g3-hero--ko-9.g3-50-50 .g3-hero--ko-9__txt {
        width: 50%;
    }

    .g3-hero--ko-9.g3-text-block--left .g3-hero--ko-9__txt {
        left: 0;
        right: auto;
        width: 34%;
    }

    .g3-hero--ko-9.g3-text-block--right .g3-hero--ko-9__txt {
        right: 0;
        left: auto;
        width: 34%;
    }

    .g3-hero--ko-9.g3-text-block--center .g3-hero--ko-9__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-9__txt .g3-eyebrow--knockout {
        font-size: 3.1875em;
        padding-bottom: 0.2em;
    }

    .g3-hero--ko-9__txt .g3-plus--ff {
        width: 0.55em;
        height: 0.6em;
    }

    .g3-hero--ko-9 .g3-v-center h1 {
        font-size: 17.25em;
    }

    .g3-hero--ko-9 .g3-v-center .g3-plus {
        font-size: 2.07em;
    }

    .g3-hero--ko-9__txt .g3-h1-subhead {
        font-size: 2.5875em;
        line-height: 1.1;
    }

    .g3-hero--ko-9__txt .g3-h1-subhead small {
        font-size: 0.725em;
    }

    .g3-hero--ko-9 .g3-v-center .g3-coupon {
        margin-top: 1.8em;
        font-size: 1.166875em;
    }

    .g3-hero--ko-9 .g3-v-center .g3-ctas {
        margin-top: 2.6em;
        padding-bottom: 1.7em;
    }

    .g3-hero--ko-9.g3-mobile-text--left .g3-cta--block.g3-cta--block:not(:last-of-type),
    .g3-hero--ko-9.g3-mobile-text--right .g3-cta--block.g3-cta--block:not(:last-of-type) {
        margin-bottom: 0em;
    }
}

/* KO-10 */

.g3-hero--ko-10 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-10__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-10__media img,
.g3-hero--ko-10__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-10__txt {
    position: absolute;
    width: 57%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 0 4em 0;
    overflow: hidden;
}

.g3-hero--ko-10 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-10 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-10 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 8.53125em;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 0.88;
    padding: 0;
}

.g3-hero--ko-10 .g3-v-center .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0.5em 1em 0.6em 1em;
}

.g3-hero--ko-10 .g3-v-center .g3-h1-subhead:last-child {
    margin-top: 0;
    font-weight: 500;
    font-size: 2.3625em;
}

.g3-hero--ko-10 .g3-v-center .g3-ctas {
    margin-top: 1em;
}

.g3-hero--ko-10 .g3-v-center .g3-cta--block:not(:last-of-type) {
    margin-bottom: 1em;
}

.g3-hero--ko-10.g3-text-block--left .g3-hero--ko-10__txt {
    left: 0;
    right: auto;
}

.g3-hero--ko-10.g3-text-block--right .g3-hero--ko-10__txt {
    right: 0;
    left: auto;
}

.g3-hero--ko-10.g3-text-block--center .g3-hero--ko-10__txt {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .g3-hero--ko-10.g3-mobile-text--left .g3-hero--ko-10__txt {
        left: 0;
        right: auto;
    }

    .g3-hero--ko-10.g3-mobile-text--right .g3-hero--ko-10__txt {
        right: 0;
        left: auto;
    }

    .g3-hero--ko-10.g3-mobile-text--center .g3-hero--ko-10__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero--ko-10 .g3-brow-2 {
        font-size: 1.8em;
    }
}

@media (min-width: 1024px) {
    .g3-hero--ko-10__txt {
        width: 33%;
    }

    .g3-hero--ko-10 .g3-v-center h1 {
        font-size: 6.5625em;
    }

    .g3-hero--ko-10 .g3-v-center .g3-h1-subhead {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.2;
        padding: 1em 0 1.1em 0;
    }

    .g3-hero--ko-10 .g3-brow-2 {
        font-size: 1.2em;
    }

    .g3-hero--ko-10 .g3-v-center .g3-h1-subhead:last-child {
        margin-top: 0em;
        font-size: 1.125em;
        font-weight: 500;
    }

    .g3-hero--ko-10 .g3-v-center .g3-ctas {
        margin-top: 1em;
    }

    .g3-hero--ko-10 .g3-v-center .g3-cta--block:not(:last-of-type) {
        margin-bottom: 0;
    }
}

/* KO-11 */

.g3-hero--ko-11 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-11__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-11__media img,
.g3-hero--ko-11__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-11__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 0 4em 0;
    overflow: hidden;
}

.g3-hero--ko-11 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-11 .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-11 .g3-v-center h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 8.53125em;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 0.88;
    padding: 0;
}

.g3-hero--ko-11 .g3-v-center .g3-h1-subhead {
    display: none;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0.5em 1em 0.6em 1em;
}

.g3-hero--ko-11 .g3-v-center .g3-h1-subhead:last-child {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.3625em;
}

.g3-hero--ko-11 .g3-v-center .g3-ctas {
    margin-top: 3em;
}

.g3-hero--ko-11.g3-text-block--left .g3-hero--ko-11__txt {
    left: 0;
    right: auto;
}

.g3-hero--ko-11.g3-text-block--right .g3-hero--ko-11__txt {
    right: 0;
    left: auto;
}

.g3-hero--ko-11.g3-text-block--center .g3-hero--ko-11__txt {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .g3-hero--ko-11.g3-mobile-text--left .g3-hero--ko-11__txt {
        left: 0;
        right: auto;
        width: 50%;
    }

    .g3-hero--ko-11.g3-mobile-text--right .g3-hero--ko-11__txt {
        right: 0;
        left: auto;
        width: 50%;
    }

    .g3-hero--ko-11.g3-mobile-text--center .g3-hero--ko-11__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .g3-hero--ko-11__txt {
        width: 32%;
    }

    .g3-hero--ko-11 .g3-v-center h1 {
        font-size: 6.5625em;
    }

    .g3-hero--ko-11 .g3-v-center .g3-h1-subhead {
        display: block;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8;
        padding: 1em 0 1.1em 0;
    }

    .g3-hero--ko-11 .g3-v-center .g3-h1-subhead:last-child {
        margin-top: 0em;
        font-size: 1em;
        font-weight: 500;
    }

    .g3-hero--ko-11 .g3-v-center .g3-ctas {
        margin-top: 1em;
    }

    .g3-hero--ko-11 .g3-v-center .g3-cta--block:not(:last-of-type) {
        margin-bottom: 0;
    }
}

/* KO-12 ==== */
.g3-hero--ko-12__inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .g3-hero--ko-12.g3-mobile-text--left .g3-hero--ko-12__txt {
        width: 62%;
        left: 0;
        right: auto;
    }

    .g3-hero--ko-12.g3-mobile-text--right .g3-hero--ko-12__txt {
        width: 62%;
        right: 0;
        left: auto;
    }
}

.g3-hero--ko-12 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-12__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--ko-12__media img,
.g3-hero--ko-12__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--ko-12__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-12__txt .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--ko-12__txt .g3-v-center>div {
    text-align: center;
}

.g3-hero--ko-12__txt .g3-eyebrow--knockout {
    font-size: 3.9875em;
    line-height: 0.9;
    padding-bottom: 0.3em;
}

.g3-hero--ko-12__txt h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 7.9375em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.g3-hero--ko-12__txt .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.73375em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
}

.g3-hero--ko-12__txt .g3-h1-subhead small {
    font-size: 0.6634em;
}

.g3-hero--ko-12 .g3-v-center .g3-coupon {
    font-size: 1.69375em;
    margin-top: 1.4em;
    letter-spacing: 0.06em;
    line-height: 1.2;
}

.g3-hero--ko-12 .g3-v-center .g3-ctas {
    margin-top: 2.8em;
    padding-bottom: 2em;
}

.g3-hero--ko-12 a.g3-cta--block--outline {
    color: inherit;
    border-color: inherit;
}

.g3-hero--ko-12.g3-mobile-text--left a.g3-cta--block--outline:not(:last-of-type),
.g3-hero--ko-12.g3-mobile-text--right a.g3-cta--block--outline:not(:last-of-type) {
    margin-bottom: 0.9em;
}

@media (min-width: 1024px) {
    .g3-hero--ko-12__txt {
        width: 50%;
    }

    .g3-hero--ko-12.g3-text-block--left .g3-hero--ko-12__txt {
        left: 0;
        right: auto;
        width: 50%;
    }

    .g3-hero--ko-12.g3-text-block--right .g3-hero--ko-12__txt {
        right: 0;
        left: auto;
        width: 50%;
    }

    .g3-hero--ko-12.g3-text-block--center .g3-hero--ko-12__txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .g3-hero--ko-12__txt .g3-eyebrow--knockout {
        font-size: 2.22375em;
        padding-bottom: 0.2em;
    }

    .g3-hero--ko-12 h1 {
        font-size: 5.090625em;
        padding-bottom: 0;
    }

    .g3-hero--ko-12__txt .g3-h1-subhead {
        font-size: 1.734375em;
        line-height: 1.1;
    }

    .g3-hero--ko-12__txt .g3-h1-subhead small {
        font-size: 0.725em;
    }

    .g3-hero--ko-12 .g3-v-center .g3-coupon {
        margin-top: 1.8em;
        font-size: 0.891875em;
    }

    .g3-hero--ko-12 .g3-v-center .g3-ctas {
        margin-top: 0.8em;
        padding-bottom: 1.7em;
    }

    .g3-hero--ko-12.g3-mobile-text--left .g3-cta--block.g3-cta--block:not(:last-of-type),
    .g3-hero--ko-12.g3-mobile-text--right .g3-cta--block.g3-cta--block:not(:last-of-type) {
        margin-bottom: 0em;
    }
}

/* HERO 16 ==== */

.g3-hero--16 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--16__media {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--16__media img,
.g3-hero--16__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--16__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--16 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--16 .g3-v-center>div {
    text-align: center;
}

.g3-hero--16__txt .g3-eyebrow--poppins {
    font-size: 2.25em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    margin-bottom: 0.2em;
}

.g3-hero--16 h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 15.7875em;
    font-weight: 700;
    line-height: 0.75;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.g3-hero--16 h1 sub>sup {
    font-size: 0.6em;
}

.g3-hero--16 .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.22075em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
}

.g3-hero--16 .g3-plus {
    font-size: 2.868em;
    font-weight: 500;
    line-height: 1.8;
}

.g3-hero--16 .g3-coupon {
    font-size: 1.585625em;
    margin-top: 0.6em;
}

.g3-hero--16 .g3-ctas {
    margin-top: 2em;
    padding-bottom: 3em;
}

@media (max-width: 1023px) {
    .g3-hero--16.g3-mobile-text--left .g3-hero--16__txt {
        width: 64%;
        left: 0;
        right: auto;
    }

    .g3-hero--16.g3-mobile-text--right .g3-hero--16__txt {
        width: 64%;
        right: 0;
        left: auto;
    }

    .g3-hero--16.g3-mobile-text--center .g3-hero--16__txt {
        width: 100%;
        left: 0;
        right: auto;
    }

    .g3-hero--16.g3-mobile-text--left .g3-ctas a:not(:last-of-type),
    .g3-hero--16.g3-mobile-text--right .g3-ctas a:not(:last-of-type) {
        margin-bottom: 0.6em;
    }
}

@media (min-width: 1024px) {
    .g3-hero--16__txt {
        width: 100%;
    }

    .g3-hero--16.g3-text-block--left .g3-hero--16__txt {
        width: 33%;
        left: 0;
        right: auto;
    }

    .g3-hero--16.g3-text-block--right .g3-hero--16__txt {
        width: 33%;
        right: 0;
        left: auto;
    }

    .g3-hero--16.g3-text-block--center .g3-hero--16__txt {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .g3-hero--16__txt .g3-eyebrow--poppins {
        font-size: 1.375em;
        margin-bottom: 0.6em;
    }

    .g3-hero--16 h1 {
        font-size: 11.054375em;
        line-height: 0.75;
        margin-bottom: 0.08em;
    }

    .g3-hero--16 .g3-plus {
        font-size: 2em;
    }

    .g3-hero--16 .g3-h1-subhead {
        font-size: 1.554375em;
        line-height: 1;
    }

    .g3-hero--16 .g3-coupon {
        margin-top: 1em;
        font-size: 0.9575em;
    }

    .g3-hero--16 .g3-ctas {
        margin-top: 1.8em;
        padding-bottom: 1.7em;
    }
}

/* HERO 17 ==== */

.g3-hero--17 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--17__media {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--17__media img,
.g3-hero--17__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--17__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--17 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--17 .g3-v-center>div {
    text-align: center;
}

.g3-hero--17__txt .g3-eyebrow {
    font-size: 1em;
    margin-bottom: 4em;
}

.g3-hero--17__txt .g3-eyebrow--poppins {
    font-size: 2.025em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
}

.g3-hero--17__txt .g3-eyebrow--knockout {
    font-size: 4.05em;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: normal;
}

.g3-hero--17 h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 11.8125em;
    font-weight: 700;
    line-height: 0.75;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.g3-hero--17 h1.g3-text--small {
    font-size: 6.75em;
    margin-bottom: 0.2em;
}

.g3-hero--17 .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.591875em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
}

.g3-hero--17 .g3-h1-subhead.g3-text--small {
    font-size: 1.91875em;
}

.g3-hero--17 .g3-plus {
    font-size: 2.868em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.2em;
}

.g3-hero--17 .g3-coupon {
    font-size: 1.585625em;
    margin-top: 1.4em;
}

.g3-hero--17 .g3-ctas {
    margin-top: 3.5em;
    padding-bottom: 3em;
}

@media (max-width: 1023px) {
    .g3-hero--17.g3-mobile-text--left .g3-hero--17__txt {
        width: 61%;
        left: 0;
        right: auto;
    }

    .g3-hero--17.g3-mobile-text--right .g3-hero--17__txt {
        width: 61%;
        right: 0;
        left: auto;
    }

    .g3-hero--17.g3-mobile-text--center .g3-hero--17__txt {
        width: 100%;
        left: 0;
        right: auto;
    }

    .g3-hero--17.g3-mobile-text--left .g3-ctas a:not(:last-of-type),
    .g3-hero--17.g3-mobile-text--right .g3-ctas a:not(:last-of-type) {
        margin-bottom: 0.6em;
    }
}

@media (min-width: 1024px) {
    .g3-hero--17__txt {
        width: 100%;
    }

    .g3-hero--17.g3-text-block--left .g3-hero--17__txt {
        width: 33%;
        left: 0;
        right: auto;
    }

    .g3-hero--17.g3-text-block--right .g3-hero--17__txt {
        width: 33%;
        right: 0;
        left: auto;
    }

    .g3-hero--17.g3-text-block--center .g3-hero--17__txt {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .g3-hero--17__txt .g3-eyebrow {
        margin-bottom: 1.8em;
    }

    .g3-hero--17__txt .g3-eyebrow--poppins {
        font-size: 1.319375em;
        margin-bottom: 0.1em;
    }

    .g3-hero--17__txt .g3-eyebrow--knockout {
        font-size: 2.569375em;
    }

    .g3-hero--17 h1 {
        font-size: 8.195625em;
        line-height: 0.75;
        margin-bottom: 0.08em;
    }

    .g3-hero--17 h1.g3-text--small {
        font-size: 4.625em;
        margin-bottom: 0.2em;
    }

    .g3-hero--17 .g3-plus {
        font-size: 3.5em;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .g3-hero--17 .g3-h1-subhead,
    .g3-hero--17 .g3-h1-subhead.g3-text--small {
        font-size: 1.518125em;
        line-height: 1;
    }

    .g3-hero--17 .g3-coupon {
        margin-top: 1.5em;
        font-size: 1.145em;
    }

    .g3-hero--17 .g3-ctas {
        margin-top: 2.2em;
        padding-bottom: 1.7em;
    }
}

/* HERO 18 ==== */

.g3-hero--18 .g3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--18__media {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--18__media img,
.g3-hero--18__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--18__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 4em 0;
    overflow: hidden;
}

.g3-hero--18 .g3-v-center {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--18 .g3-v-center>div {
    text-align: center;
}

.g3-hero--18__txt .g3-eyebrow {
    color: inherit;
    font-size: 1em;
    margin-bottom: 2.2em;
}

.g3-hero--18__txt .g3-eyebrow--knockout {
    font-size: 5.25em;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.g3-hero--18__txt .g3-eyebrow--poppins {
    font-size: 1.8208125em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.g3-hero--18__txt .g3-eyebrow--poppins small {
    font-size: 0.88em;
    display: block;
}

.g3-hero--18__txt .g3-eyebrow img {
    display: inline-block;
    position: relative;
    height: auto;
    vertical-align: -0.06em;
    margin: 0;
}

.g3-hero--18 h1 {
    color: inherit;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 9.490625em;
    font-weight: 700;
    line-height: 0.75;
    letter-spacing: normal;
    margin-bottom: 0;
}

.g3-hero--18 h1.g3-text--small {
    font-size: 6.75em;
    margin-bottom: 0.2em;
}

.g3-hero--18 .g3-h1-subhead {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.9109375em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
}

.g3-hero--18 .g3-h1-subhead.g3-text--small {
    font-size: 1.91875em;
}

.g3-hero--18 .g3-h1-subhead--2 {
    display: block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 4.235625em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-top: 0.3em;
}

.g3-hero--18 .g3-h1-subhead--2>small {
    display: block;
    font-size: 0.48em;
}

.g3-hero--18 .g3-plus {
    font-size: 2.868em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.2em;
}

.g3-hero--18 .g3-coupon {
    font-size: 1.285875em;
    margin-top: 1em;
}

.g3-hero--18 .g3-ctas {
    margin-top: 1.8em;
    padding-bottom: 3em;
}

section.g3-hero--18 .g3-dotwhack {
    position: absolute;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 15.5em;
    height: 15.5em;
    top: 0;
    left: 0;
    margin: 2em 0 0 2em;
    padding: 0;
    z-index: 10;
    background-color: #8fcbc9;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}

section.g3-hero--18 .g3-dotwhack>div {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0.2em 0 0 0;
    overflow: hidden;
    color: #ffffff;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 3.05625em;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.01em;
    transform: rotate(-6deg);
}

@media (max-width: 1023px) {
    .g3-hero--18.g3-mobile-text--left .g3-hero--18__txt {
        width: 61%;
        left: 0;
        right: auto;
    }

    .g3-hero--18.g3-mobile-text--right .g3-hero--18__txt {
        width: 61%;
        right: 0;
        left: auto;
    }

    .g3-hero--18.g3-mobile-text--center .g3-hero--18__txt {
        width: 100%;
        left: 0;
        right: auto;
    }

    .g3-hero--18.g3-mobile-text--left .g3-ctas a:not(:last-of-type),
    .g3-hero--18.g3-mobile-text--right .g3-ctas a:not(:last-of-type) {
        margin-bottom: 0.6em;
    }
}

@media (min-width: 1024px) {
    .g3-hero--18__txt {
        width: 100%;
    }

    .g3-hero--18.g3-text-block--left .g3-hero--18__txt {
        width: 33%;
        left: 0;
        right: auto;
    }

    .g3-hero--18.g3-text-block--right .g3-hero--18__txt {
        width: 33%;
        right: 0;
        left: auto;
    }

    .g3-hero--18 .g3-v-center {
        align-items: center;
    }

    .g3-hero--18.g3-text-block--center .g3-hero--18__txt {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
        padding-top: 0.4em;
    }

    .g3-hero--18__txt .g3-eyebrow {
        margin-bottom: 1em;
    }

    .g3-hero--18__txt .g3-eyebrow--knockout {
        font-size: 3.0625em;
        line-height: 1.15;
    }

    .g3-hero--18__txt .g3-eyebrow--poppins {
        font-size: 1.0625em;
    }

    .g3-hero--18__txt .g3-eyebrow--poppins small {
        font-size: 0.88em;
    }

    .g3-hero--18__txt .g3-eyebrow img {
        vertical-align: -0.04em;
    }

    .g3-hero--18 h1 {
        font-size: 5.7075em;
        line-height: 0.8;
        margin-bottom: 0.08em;
    }

    .g3-hero--18 h1.g3-text--small {
        font-size: 4.625em;
        margin-bottom: 0.2em;
    }

    .g3-hero--18 .g3-plus {
        font-size: 2em;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .g3-hero--18 .g3-h1-subhead {
        font-size: 1.75em;
        line-height: 1;
    }

    .g3-hero--18 .g3-h1-subhead--2 {
        font-size: 2.5em;
        margin-top: 0.4em;
    }

    .g3-hero--18 .g3-coupon {
        margin-top: 0.8em;
        font-size: 0.75em;
    }

    .g3-hero--18 .g3-ctas {
        margin-top: 1.1em;
        padding-bottom: 1.7em;
    }

    .g3-hero--18 .g3-disclaimer--fixed {
        padding: 0.9em;
    }

    section.g3-hero--18 .g3-dotwhack {
        width: 8.7em;
        height: 8.7em;
        margin: 1.3em 0 0 1.3em;
    }

    section.g3-hero--18 .g3-dotwhack div {
        font-size: 1.7275em;
    }
}

/* HERO SPLIT 1 ========= */
section.g3-hero--split::before {
    content: "";
    display: block;
    padding-top: 84%;
}

.g3-hero--split.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--split.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--split.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--split.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--split.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--split.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--split.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--split.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--split.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--split.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--split.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--split.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--split.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--split.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--split.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--split .g3-contentg3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--split__media img,
.g3-hero--split__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--split .g3-v-center {
    position: absolute;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split__txt {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto 0auto;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split__txt__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split__txt__grid>div {
    position: relative;
    margin: 0;
    padding: 1em 1em;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split__txt__grid>div:first-child {
    border-right: solid 0.1em;
}

.g3-hero--split__txt h1 {
    font-family: "poppins", sans-serif;
    font-size: 4.3875em;
    font-weight: 500;
    line-height: 0.9;
}

.g3-hero--split.g3-knockout h1 {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 7.425em;
    line-height: 0.95;
}

.g3-hero--split__txt .g3-h1-subhead {
    display: inline-block;
    font-family: "poppins", sans-serif;
    font-size: 2.025em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding-bottom: 0.9em;
}

.g3-hero--split__txt .g3-eyebrow--poppins {
    font-size: 2.3625em;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: 1em;
    line-height: 1.2;
}

.g3-hero--split__txt .g3-coupon {
    font-size: 1.6875em;
}

.g3-hero--split__txt .g3-cta--block--outline {
    margin-top: 1.9em;
}

.g3-hero--split__alt-cta {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.8em 0 0 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 1024px) {
    section.g3-hero--split::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--split__txt .g3-eyebrow--poppins {
        font-size: 1.746em;
        line-height: 1.6;
    }

    .g3-hero--split__txt h1 {
        font-size: 5.238em;
        line-height: 1;
    }

    .g3-hero--split.g3-knockout h1 {
        font-size: 5.82em;
    }

    .g3-hero--split__txt .g3-h1-subhead {
        font-size: 1.89em;
        padding-bottom: 0.7em;
    }

    .g3-hero--split__txt .g3-coupon {
        font-size: 1.164em;
    }

    .g3-hero--split__txt .g3-cta--block--outline {
        margin-top: 2em;
    }

    .g3-hero--split__alt-cta {
        margin: 2em 0 0 0;
    }
}

/* HERO SPLIT 2 ========= */
section.g3-hero--split-2::before {
    content: "";
    display: block;
    padding-top: 99.1%;
}

.g3-hero--split-2.g3-mobile-height--350::before {
    padding-top: 46.6%;
}

.g3-hero--split-2.g3-mobile-height--400::before {
    padding-top: 53.3%;
}

.g3-hero--split-2.g3-mobile-height--450::before {
    padding-top: 60%;
}

.g3-hero--split-2.g3-mobile-height--500::before {
    padding-top: 66.6%;
}

.g3-hero--split-2.g3-mobile-height--550::before {
    padding-top: 73.3%;
}

.g3-hero--split-2.g3-mobile-height--600::before {
    padding-top: 80%;
}

.g3-hero--split-2.g3-mobile-height--650::before {
    padding-top: 86.6%;
}

.g3-hero--split-2.g3-mobile-height--700::before {
    padding-top: 100%;
}

.g3-hero--split-2.g3-mobile-height--750::before {
    padding-top: 100%;
}

.g3-hero--split-2.g3-mobile-height--775::before {
    padding-top: 103.3%;
}

.g3-hero--split-2.g3-mobile-height--800::before {
    padding-top: 106.6%;
}

.g3-hero--split-2.g3-mobile-height--825::before {
    padding-top: 110%;
}

.g3-hero--split-2.g3-mobile-height--850::before {
    padding-top: 113.3%;
}

.g3-hero--split-2.g3-mobile-height--875::before {
    padding-top: 116.6%;
}

.g3-hero--split-2.g3-mobile-height--900::before {
    padding-top: 120%;
}

.g3-hero--split-2 .g3-contentg3-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split-2__media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.g3-hero--split-2__media img,
.g3-hero--split-2__media video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}

.g3-hero--split-2 .g3-v-center {
    position: absolute;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split-2__txt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 0auto;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split-2__txt__top {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 2.2em 0;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split-2__txt__top>img {
    display: block;
    position: relative;
    width: 7.4em;
    height: auto;
    margin: 0 auto 0.8em auto;
}

.g3-hero--split-2__txt__top__title {
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 6.01em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.g3-hero--split-2__txt__top__title.g3-knockout {
    font-family: "acumin-pro-extra-condensed", sans-serif;
}

.g3-hero--split-2__txt__top__title>small {
    font-size: 0.47em;
    vertical-align: 0.3em;
}

.g3-hero--split-2__txt__top__title .g3-text-deco {
    display: inline-block;
    position: relative;
    width: 0.46em;
    height: auto;
    margin: 0 0.1em;
    vertical-align: 0.05em;
}

.g3-hero--split-2__txt__top__title .g3-sub-title {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000000;
    font-family: "poppins", sans-serif;
    font-size: 0.43em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 0.5em;
}

.g3-hero--split-2__txt__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hero--split-2__txt__grid>div {
    position: relative;
    margin: 0;
    padding: 0.4em 1em;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split-2__txt__grid>div:first-child {
    border-right: solid 0.2em;
}

.g3-hero--split-2 h1 {
    font-family: "poppins", sans-serif;
    font-size: 4.3875em;
    font-weight: 500;
    line-height: 0.9;
}

.g3-hero--split-2 h1.g3-knockout {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 8.8678em;
    line-height: 0.8;
}

.g3-hero--split-2__txt .g3-h1-subhead {
    display: inline-block;
    font-family: "poppins", sans-serif;
    font-size: 3.524em;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.g3-hero--split-2__txt .g3-eyebrow--poppins {
    font-size: 2.3625em;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: 1em;
    line-height: 1.2;
}

.g3-hero--split-2__txt__bot {
    position: relative;
    width: 100%;
    height: auto;
    margin: 3.5em 0 0 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-hero--split-2__txt .g3-coupon {
    font-size: 1.6875em;
}

.g3-hero--split-2 .g3-ctas {
    margin-top: 3.2em;
    padding-bottom: 5em;
}

@media (min-width: 1024px) {
    section.g3-hero--split-2::before {
        content: "";
        display: block;
        padding-top: 41.666667% !important;
    }

    .g3-hero--split-2__txt {
        width: 76.38888888889%;
    }

    .g3-hero--split-2__txt .g3-eyebrow--poppins {
        font-size: 1.746em;
        line-height: 1.6;
    }

    .g3-hero--split-2__txt__top>img {
        width: 3.7em;
    }

    .g3-hero--split-2__txt__top__title {
        font-size: 3.55em;
        line-height: 1.1;
    }

    .g3-hero--split-2__txt__top__title .g3-text-deco {
        width: 0.5em;
    }

    .g3-hero--split-2__txt__top__title .g3-sub-title {
        font-size: 0.55em;
    }

    .g3-hero--split-2__txt__grid>div {
        padding: 1em 1em;
    }

    .g3-hero--split-2 h1 {
        font-size: 5.82em;
        line-height: 0.8;
    }

    .g3-hero--split-2 h1.g3-knockout {
        font-size: 7.478em;
    }

    .g3-hero--split-2 .g3-h1-subhead {
        font-size: 2.972em;
        padding-bottom: 0.7em;
    }

    .g3-hero--split-2__txt__grid>div:first-child {
        border-right: solid 0.1em;
    }

    .g3-hero--split-2__txt__bot {
        margin: 2.2em 0 0 0;
    }

    .g3-hero--split-2__txt .g3-coupon {
        font-size: 1.245em;
    }

    .g3-hero--split-2 .g3-ctas {
        margin-top: 1.7em;
        padding-bottom: 2em;
    }
}

/* PROMOS =========================================== */

/* Single message promo */
section.g3-promo-single {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.8em 0 2.5em 0;
    overflow: hidden;
    text-align: center;
    max-height: 22em;
}

.g3-promo-single .g3-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.6em 0 0.3em 0;
    overflow: visible;
}

.g3-promo-single__txt {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
}

.g3-promo-single__txt p {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    padding-bottom: 0.3em;
}

.g3-promo-single a.g3-cta--ul {
    margin: 0.45em 0.8em 0.2em 0.8em;
    padding-bottom: 0.3em;
}

.g3-promo-single h2 {
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 500;
    line-height: normal;
    line-height: 1.1;
    letter-spacing: normal;
    padding-bottom: 0.5em;
}

.g3-promo-single__txt--center>div {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.g3-promo-single__txt .g3-coupon {
    font-size: 1.6875em;
    margin-top: 0.2em;
}

.g3-promo-single .g3-disclaimer--fixed {
    font-size: 1.1em;
    padding-bottom: 0.6em;
    text-align: right;
}

@media (min-width: 1024px) {
    section.g3-promo-single {
        max-height: 11em;
        padding: 0;
    }

    .g3-promo-single .g3-content {
        width: 92%;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 3em 0 2.5em 0;
    }

    .g3-promo-single__txt--left {
        text-align: left;
    }

    .g3-promo-single__txt p {
        font-size: 1.746em;
        padding-bottom: 0;
    }

    .g3-promo-single h2 {
        font-size: 2.1825em;
        padding-bottom: 0;
    }

    .g3-promo-single__txt .g3-coupon {
        font-size: 1.094em;
    }

    .g3-promo-single__txt--right {
        text-align: right;
    }

    .g3-promo-single .g3-disclaimer--fixed {
        font-size: 0.8em;
        padding-bottom: 0.6em;
    }

    .g3-promo-single .g3-disclaimer--fixed.g3-text--left {
        text-align: left;
    }

    .g3-promo-single .g3-disclaimer--fixed.g3-text--right {
        text-align: right;
    }

    .g3-promo-single .g3-disclaimer--fixed.g3-text--center {
        text-align: center;
    }
}

section.g3-free-ship-mobile {
    text-align: center;
}

.g3-free-ship-mobile .g3-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.8em 0 0.3em 0;
    overflow: hidden;
}

.g3-free-ship-mobile .g3-content>a {
    font-family: "poppins", sans-serif;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 3.375em;
    line-height: 1.1;
    letter-spacing: normal;
}

section.g3-free-ship-desktop {
    text-align: center;
    background-color: antiquewhite;
}

.g3-free-ship-desktop .g3-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2.1em 0 2em 0;
    overflow: hidden;
}

.g3-free-ship-desktop .g3-disclaimer {
    margin-top: 0.7em;
}

.g3-free-ship-desktop .g3-content>a {
    font-family: "poppins", sans-serif;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 2.91em;
    line-height: 1.1;
    letter-spacing: normal;
}

/* Social feeds =========================================== */

section.g3-social {
    min-height: 300px;
    overflow: visible;
}

.g3-social--reflektion .g3-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    min-height: 300px;
}

.g3-social .g3-title {
    display: inline-block;
    padding-left: 0.3em;
    line-height: 1.2;
    text-align: left;
}

.g3-social--reflektion .g3-title {
    font-family: "poppins", sans-serif;
    font-size: 2.7em;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.g3-social--reflektion .g3-social__feed {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

.g3-social--curalate .g3-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    min-height: 300px;
}

.g3-social--curalate span.g3-title {
    position: relative;

    width: 100%;
    font-family: "poppins", sans-serif;
    font-size: 4.05em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
}

.g3-social--curalate span.g3-title.g3-mobile-only {
    display: inline-block !important;
}

.g3-social--curalate span.g3-title.g3-desktop-only {
    display: none !important;
}

.g3-social--curalate .g3-social__feed {
    position: relative;
    width: 100%;
    height: auto;
    margin: 11% auto 4.5% auto;
    padding: 0;
    overflow: visible;
}

.g3-social--curalate .g3-ctas {
    margin: 4.5em 0;
}

@media (min-width: 1024px) {
    .g3-social--reflektion .g3-title {
        display: inline-block;
        width: 100%;
        font-size: 1.6em;
        text-align: center;
    }

    .g3-social--curalate .g3-ctas {
        text-align: center;
    }

    .g3-social--curalate span.g3-title {
        font-size: 2.44em;
    }

    .g3-social--curalate span.g3-title.g3-desktop-only {
        display: inline-block !important;
    }

    .g3-social--curalate span.g3-title.g3-mobile-only {
        display: none !important;
    }

    .g3-social--curalate .g3-social__feed {
        margin: 4% auto 4.5% auto;
    }
}

/* TOGGLE HEADER =================== */
section.g3-toggle {
    padding: 5% 0 4% 0;
}

.g3-toggle .g3-content {
    position: relative;
    width: 82.7%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-toggle h3 {
    font-size: 2.3625em;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.g3-toggle__buttons {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 1.2em;
    width: 100%;
    height: auto;
    margin: 2em 0 0 0;
    padding: 0;
    overflow: hidden;
}

.g3-toggle__buttons>a,
.g3-toggle__buttons>span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.2em 0 0 0;
    overflow: hidden;
    font-family: "poppins", sans-serif;
    font-size: 2.1em;
    font-weight: 500;
    line-height: 2.8;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 0.4em;
}

.g3-toggle .g3-disclaimer {
    font-size: 1.08em;
    margin-top: 2.2em;
    text-align: center;
    letter-spacing: normal;
}

@media (min-width: 1024px) {
    section.g3-toggle {
        padding: 1.7% 0 1.4% 0;
    }

    .g3-toggle h3 {
        font-size: 1.95em;
    }

    .g3-toggle .g3-content {
        width: 95%;
    }

    .g3-toggle__buttons {
        margin: 0.7em 0 0 0;
        grid-template-columns: repeat(auto-fit, minmax(0, 15.4%));
    }

    .g3-toggle__buttons>a,
    .g3-toggle__buttons>span {
        font-size: 1.285em;
        line-height: 2.3;
    }

    .g3-toggle .g3-disclaimer {
        margin-top: 3em;
        font-size: 0.9em;
    }
}

/* PROMO BANNERS Fall 2023 ================ */

/* Desktop Promo banner 1 (for desktop only) */
.g3-promo-banner--dt-1 .g3-banner-grid {
    display: none;
}

@media (min-width: 1024px) {
    .g3-promo-banner--dt-1 .g3-banner-grid {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 1.6em 0;
        overflow: hidden;
    }

    .g3-promo-banner--dt-1 .g3-banner-grid-item {
        position: relative;
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    .g3-promo-banner--dt-1 .g3-banner-grid-item>div {
        position: relative;
        margin: 0;
        padding: 2px 0;
        overflow: hidden;
    }

    .g3-promo-banner--dt-1 .g3-banner-grid-item--center {
        flex: 0 0 auto;
        /* let it grow but not shrink */
        min-width: 50%;
        white-space: nowrap;
    }

    .g3-promo-banner--dt-1 .g3-banner-grid-item--left,
    .g3-promo-banner--dt-1 .g3-banner-grid-item--right {
        min-width: 25%;
    }

    .g3-promo-banner--dt-1 .g3-banner-grid-item-content>p,
    .g3-promo-banner--dt-1 a.g3-banner-link {
        color: inherit;
        font-family: "poppins", sans-serif;
        font-size: 1.125em;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.02em;
    }

    .g3-promo-banner--dt-1 a.g3-banner-link {
        text-decoration: underline;
        text-underline-offset: 0.2em;
    }

    .g3-promo-banner--dt-1 h4 {
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 1.2;
    }

    .g3-promo-banner--dt-1 .g3-disclaimer {
        font-size: 0.7125em;
        padding-top: 0.8em;
    }
}

/* Mobile Promo banner 1 (for mobile only) */
.g3-promo-banner--mob-1 .g3-banner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3em 0 2em 0;
    overflow: hidden;
}

.g3-promo-banner--mob-1 .g3-banner-content>div {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-promo-banner--mob-1 .g3-eyebrow--poppins {
    font-size: 2.21875em;
    font-weight: 500;
    padding-bottom: 0.25em;
}

.g3-promo-banner--mob-1 h4 {
    font-size: 2.98625em;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.g3-promo-banner--mob-1 a.g3-banner-link {
    display: inline-block;
    color: inherit;
    font-family: "poppins", sans-serif;
    font-size: 2.38875em;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    padding-top: 0.6em;
    padding-bottom: 1.2em;
    margin: 0 1em;
}

@media (min-width: 1024px) {
    .g3-promo-banner--mob-1 {
        display: none;
    }
}

/* SVGs ============================= */

.g3-ast::after {
    content: "";
    position: static;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 385 448' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-57.9031,-27.3684)'%3E%3Cg transform='matrix(1040,0,0,1040,0,790.968)'%3E%3Cpath d='M0.384,-0.673L0.424,-0.601L0.281,-0.547L0.424,-0.493L0.383,-0.421L0.264,-0.512L0.284,-0.36L0.202,-0.36L0.219,-0.512L0.098,-0.418L0.056,-0.493L0.198,-0.547L0.056,-0.601L0.098,-0.674L0.219,-0.582L0.201,-0.734L0.284,-0.734L0.264,-0.582L0.384,-0.673Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    z-index: 10;
    width: 0.3em;
    height: 0.3em;
    vertical-align: baseline;
    transform: translate(2%, -150%);
    margin-right: -0.3em;
}

.g3-plus--ff {
    display: inline-flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.g3-plus--ff::after {
    content: "";
    position: static;
    display: inline-block;
    position: relative;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 28 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.36335,0,6.53626e-16,2.36465,3.09773,28.4562)'%3E%3Cpath d='M9.944,-7.7C10.149,-7.187 10.23,-6.761 10.186,-6.424C10.113,-6.072 9.812,-5.918 9.284,-5.962L8.844,-5.962C8.595,-5.962 8.195,-5.951 7.645,-5.929C7.095,-5.907 6.651,-5.889 6.314,-5.874C6.314,-5.771 6.31,-5.628 6.303,-5.445C6.296,-5.262 6.292,-5.126 6.292,-5.038C6.292,-4.085 6.299,-3.373 6.314,-2.904C6.343,-1.951 5.933,-1.386 5.082,-1.21L5.038,-1.21L4.972,-1.232C4.312,-1.481 3.989,-1.995 4.004,-2.772C4.019,-3.036 3.975,-3.659 3.872,-4.642C3.857,-4.789 3.835,-5.023 3.806,-5.346L3.762,-5.346C3.63,-5.346 3.476,-5.331 3.3,-5.302C3.168,-5.273 2.977,-5.225 2.728,-5.159C2.479,-5.093 2.295,-5.045 2.178,-5.016L0.528,-4.62C0.088,-4.532 -0.264,-4.576 -0.528,-4.752C-0.88,-4.972 -1.122,-5.375 -1.254,-5.962C-1.459,-6.915 -1.107,-7.502 -0.198,-7.722C0.418,-7.869 1.254,-8.052 2.31,-8.272C2.457,-8.301 2.677,-8.349 2.97,-8.415C3.263,-8.481 3.483,-8.529 3.63,-8.558C3.659,-8.837 3.608,-9.218 3.476,-9.702C3.197,-10.611 3.241,-11.337 3.608,-11.88L3.718,-12.034L3.872,-11.968C5.163,-11.352 5.911,-10.355 6.116,-8.976C6.175,-8.976 6.263,-8.969 6.38,-8.954C6.497,-8.939 6.585,-8.932 6.644,-8.932C7.26,-8.873 7.751,-8.815 8.118,-8.756C9.101,-8.58 9.709,-8.228 9.944,-7.7Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
    width: 100%;
    height: 100%;
}

/* Utility classes */
@media (max-width: 1024px) {
    .g3-margin-bot-1--m {
        margin-bottom: 5px !important;
    }

    .g3-margin-bot-2--m {
        margin-bottom: 1rem !important;
    }

    .g3-margin-bot-3--m {
        margin-bottom: 1.5rem !important;
    }

    .g3-margin-bot-4--m {
        margin-bottom: 2rem !important;
    }

    .g3-margin-bot-5--m {
        margin-bottom: 2.5rem !important;
    }

    .g3-margin-bot-6--m {
        margin-bottom: 3rem !important;
    }

    .g3-margin-bot-7--m {
        margin-bottom: 3.5rem !important;
    }

    .g3-margin-bot-8--m {
        margin-bottom: 4rem !important;
    }

    .g3-margin-bot-9--m {
        margin-bottom: 4.5rem !important;
    }

    .g3-margin-bot-10--m {
        margin-bottom: 5rem !important;
    }

    .g3-margin-top-1--m {
        margin-top: 5px !important;
    }

    .g3-margin-top-2--m {
        margin-top: 1rem !important;
    }

    .g3-margin-top-3--m {
        margin-top: 1.5rem !important;
    }

    .g3-margin-top-4--m {
        margin-top: 2rem !important;
    }

    .g3-margin-top-5--m {
        margin-top: 2.5rem !important;
    }

    .g3-margin-top-6--m {
        margin-top: 3rem !important;
    }

    .g3-margin-top-7--m {
        margin-top: 3.5rem !important;
    }

    .g3-margin-top-8--m {
        margin-top: 4rem !important;
    }

    .g3-margin-top-9--m {
        margin-top: 0rem !important;
    }

    .g3-margin-top-10--m {
        margin-top: 5rem !important;
    }
}

@media (min-width: 1024px) {
    .g3-margin-bot-1--dt {
        margin-bottom: 0.5rem !important;
    }

    .g3-margin-bot-2--dt {
        margin-bottom: 1rem !important;
    }

    .g3-margin-bot-3--dt {
        margin-bottom: 1.5rem !important;
    }

    .g3-margin-bot-4--dt {
        margin-bottom: 2rem !important;
    }

    .g3-margin-bot-5--dt {
        margin-bottom: 2.5rem !important;
    }

    .g3-margin-bot-6--dt {
        margin-bottom: 3rem !important;
    }

    .g3-margin-bot-7--dt {
        margin-bottom: 3.5rem !important;
    }

    .g3-margin-bot-8--dt {
        margin-bottom: 4rem !important;
    }

    .g3-margin-bot-9--dt {
        margin-bottom: 4.5rem !important;
    }

    .g3-margin-bot-10--dt {
        margin-bottom: 5rem !important;
    }

    .g3-margin-top-1--dt {
        margin-top: 0.5rem !important;
    }

    .g3-margin-top-2--dt {
        margin-top: 1rem !important;
    }

    .g3-margin-top-3--dt {
        margin-top: 1.5rem !important;
    }

    .g3-margin-top-4--dt {
        margin-top: 2rem !important;
    }

    .g3-margin-top-5--dt {
        margin-top: 2.5rem !important;
    }

    .g3-margin-top-6--dt {
        margin-top: 3rem !important;
    }

    .g3-margin-top-7--dt {
        margin-top: 3.5rem !important;
    }

    .g3-margin-top-8--dt {
        margin-top: 4rem !important;
    }

    .g3-margin-top-9--dt {
        margin-top: 4.5rem !important;
    }

    .g3-margin-top-10--dt {
        margin-top: 5rem !important;
    }
}

@media (max-width: 1024px) {
    .g3-pad-bot-1--m {
        padding-bottom: 0.5rem !important;
    }

    .g3-pad-bot-2--m {
        padding-bottom: 1rem !important;
    }

    .g3-pad-bot-3--m {
        padding-bottom: 1.5rem !important;
    }

    .g3-pad-bot-4--m {
        padding-bottom: 2rem !important;
    }

    .g3-pad-bot-5--m {
        padding-bottom: 2.5rem !important;
    }

    .g3-pad-bot-6--m {
        padding-bottom: 3rem !important;
    }

    .g3-pad-bot-7--m {
        padding-bottom: 3.5rem !important;
    }

    .g3-pad-bot-8--m {
        padding-bottom: 4rem !important;
    }

    .g3-pad-bot-9--m {
        padding-bottom: 4.5rem !important;
    }

    .g3-pad-bot-10--m {
        padding-bottom: 5rem !important;
    }

    .g3-pad-top-1--m {
        padding-top: 0.5rem !important;
    }

    .g3-pad-top-2--m {
        padding-top: 1rem !important;
    }

    .g3-pad-top-3--m {
        padding-top: 1.5rem !important;
    }

    .g3-pad-top-4--m {
        padding-top: 2rem !important;
    }

    .g3-pad-top-5--m {
        padding-top: 0.5rem !important;
    }

    .g3-pad-top-6--m {
        padding-top: 3rem !important;
    }

    .g3-pad-top-7--m {
        padding-top: 3.5rem !important;
    }

    .g3-pad-top-8--m {
        padding-top: 4rem !important;
    }

    .g3-pad-top-9--m {
        padding-top: 4.5rem !important;
    }

    .g3-pad-top-10--m {
        padding-top: 5rem !important;
    }
}

@media (min-width: 1024px) {
    .g3-pad-bot-1--dt {
        padding-bottom: 0.5rem !important;
    }

    .g3-pad-bot-2--dt {
        padding-bottom: 1rem !important;
    }

    .g3-pad-bot-3--dt {
        padding-bottom: 1.5rem !important;
    }

    .g3-pad-bot-4--dt {
        padding-bottom: 2rem !important;
    }

    .g3-pad-bot-5--dt {
        padding-bottom: 2.5rem !important;
    }

    .g3-pad-bot-6--dt {
        padding-bottom: 3rem !important;
    }

    .g3-pad-bot-7--dt {
        padding-bottom: 3.5rem !important;
    }

    .g3-pad-bot-8--dt {
        padding-bottom: 4rem !important;
    }

    .g3-pad-bot-9--dt {
        padding-bottom: 4.5rem !important;
    }

    .g3-pad-bot-10--dt {
        padding-bottom: 5rem !important;
    }

    .g3-pad-top-1--dt {
        padding-top: 0.5rem !important;
    }

    .g3-pad-top-2--dt {
        padding-top: 1rem !important;
    }

    .g3-pad-top-3--dt {
        padding-top: 1.5rem !important;
    }

    .g3-pad-top-4--dt {
        padding-top: 2rem !important;
    }

    .g3-pad-top-5--dt {
        padding-top: 2.5rem !important;
    }

    .g3-pad-top-6--dt {
        padding-top: 3rem !important;
    }

    .g3-pad-top-7--dt {
        padding-top: 3.5rem !important;
    }

    .g3-pad-top-8--dt {
        padding-top: 4rem !important;
    }

    .g3-pad-top-9--dt {
        padding-top: 4.5rem !important;
    }

    .g3-pad-top-10--dt {
        padding-top: 5rem !important;
    }
}

.g3-desktop-only {
    display: none !important;
}

.g3-mobile-only {
    display: revert !important;
}

@media (min-width: 1024px) {
    .g3-desktop-only {
        display: revert !important;
    }

    .g3-mobile-only {
        display: none !important;
    }
}

div.g3-hp-cam--non-member__top {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6a336e;
    border: solid 1.3em #964c9c;
}

.g3-hp-cam--non-member__grid {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.g3-hp-cam--non-member__grid--top {
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
}

.g3-hp-cam--non-member__grid--top>div {
    position: relative;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

div.g3-hp-cam--non-member__top__left {
    padding-left: 9em;
}

section.g3-hp-cam--non-member h2 {
    color: #ffffff;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0.02em;
}

section.g3-hp-cam--non-member p {
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.g3-hp-cam--non-member__top__left h2 {
    font-size: 6.375em;
    padding-bottom: 0.25em;
}

.g3-hp-cam--non-member__top__left h2>img {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0;
    vertical-align: -0.04em;
}

.g3-hp-cam--non-member__top__left p {
    font-size: 1.1875em;
    line-height: 1.4;
}

div.g3-hp-cam--non-member__top__right {
    padding-right: 7em;
}

.g3-hp-cam--non-member__top__right h2 {
    font-size: 4.40875em;
    padding-bottom: 0;
}

section.g3-hp-cam--non-member span.g3-h2-subhead {
    display: inline-block;
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.g3-hp-cam--non-member__top__right span.g3-h2-subhead {
    font-size: 1.1875em;
    line-height: 1.4;
}

section.g3-hp-cam--non-member span.g3-h2-subhead>small {
    font-size: 0.63em;
    font-weight: 700;
}

section.g3-hp-cam--non-member .g3-plus {
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.g3-hp-cam--non-member__top__right .g3-plus {
    font-size: 1.8em;
    margin: 0.1em 0;
}

section.g3-hp-cam--non-member h2.g3-text--small {
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

.g3-hp-cam--non-member__top__right h2.g3-text--small {
    font-size: 2.3125em;
    line-height: 1.2;
    letter-spacing: normal;
    padding-bottom: 0;
}

.g3-hp-cam--non-member__top__right span.g3-h2-subhead.g3-text--small {
    font-size: 1.1875em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

section.g3-hp-cam--non-member .g3-coupon {
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.g3-hp-cam--non-member__top__right .g3-coupon {
    font-size: 0.75em;
    line-height: 1.7;
    padding: 0.6em 0 1.6em 0;
}

section.g3-hp-cam--non-member a.g3-cta--ul {
    color: #ffffff;
}

.g3-hp-cam--non-member__top__right a {
    font-size: 1em;
}

section.g3-hp-cam--non-member .g3-hp-cam--non-member__dotwhack {
    position: absolute;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

div.g3-hp-cam--non-member__top__right .g3-hp-cam--non-member__dotwhack {
    width: 7em;
    height: 7em;
    margin: 2em 10.8em 0 0;
}

section.g3-hp-cam--non-member .g3-hp-cam--non-member__dotwhack>div {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #964c9b;
    font-family: "poppins", sans-serif;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    transform: rotate(6deg);
}

div.g3-hp-cam--non-member__top__right .g3-hp-cam--non-member__dotwhack>div {
    font-size: 0.8125em;
    padding: 0.5em 0 0 0;
}

div.g3-hp-cam--non-member__bot {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6a336e;
    margin-top: 1.5em;
}

div.g3-hp-cam--non-member__grid--bot {
    width: 86%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding: 1.6em 0 0.5em 0;
}

div.g3-hp-cam--non-member__grid--bot>div {
    position: relative;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.g3-hp-cam--non-member__grid--bot__left,
.g3-hp-cam--non-member__grid--bot__right {
    width: 10%;
}

.g3-hp-cam--non-member__grid--bot__left {
    padding: 0.5em 0 0 0;
    text-align: left;
}

.g3-hp-cam--non-member__grid--bot__left>img {
    display: inline-block;
    position: relative;
    width: 8.2em;
    height: auto;
    margin: 0;
}

div.g3-hp-cam--non-member__grid--bot__center {
    width: 80%;
    text-align: center;
    padding: 0;
}

section.g3-hp-cam--non-member h3 {
    color: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.g3-hp-cam--non-member__grid--bot__center>h3 {
    font-size: 1.5em;
    line-height: 1.1;
}

section.g3-hp-cam--non-member .g3-disclaimer {
    text-align: center;
    color: #ffffff;
}

.g3-hp-cam--non-member__grid--bot__center .g3-disclaimer {
    font-size: 0.75em;
    letter-spacing: 0.03em;
    padding-top: 1em;
}

.g3-hp-cam--non-member__grid--bot__right {
    text-align: right;
    padding: 0.8em 0 0 0;
}

.g3-hp-cam--non-member__grid--bot__right a {
    color: #ffffff;
}

.g3-hp-cam--non-member--m {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hp-cam--non-member--m__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.8em 0 4em 0;
    overflow: hidden;
    background-color: #6a336e;
    border: solid 2.5em #964c9c;
    text-align: center;
}

.g3-hp-cam--non-member--m__intro {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-hp-cam--non-member--m__intro h2 {
    font-size: 4.725em;
    padding-bottom: 0.4em;
}

.g3-hp-cam--non-member--m__intro h2>img {
    vertical-align: -0.06em;
}

.g3-hp-cam--non-member--m__intro p {
    font-size: 2.26125em;
    line-height: 1.3;
}

.g3-hp-cam--non-member--m .g3-promo-offer {
    margin-top: 3.8em;
}

.g3-hp-cam--non-member--m .g3-promo-offer h2 {
    font-size: 7.625em;
    line-height: 0.85;
}

.g3-hp-cam--non-member--m .g3-promo-offer .g3-h2-subhead {
    font-size: 2.53125em;
}

.g3-hp-cam--non-member--m .g3-promo-offer .g3-h2-subhead small {
    font-size: 0.8em;
}

.g3-hp-cam--non-member--m .g3-promo-offer .g3-plus {
    font-size: 3em;
}

.g3-hp-cam--non-member--m .g3-promo-offer h2.g3-text--small {
    font-size: 4.510625em;
    line-height: 1.2;
}

.g3-hp-cam--non-member--m span.g3-h2-subhead.g3-text--small {
    font-size: 2.53125em;
    padding-bottom: 0.35em;
}

.g3-hp-cam--non-member--m .g3-coupon {
    font-size: 1.85625em;
    line-height: 1.3;
}

.g3-hp-cam--non-member--m .g3-ctas {
    margin-top: 2.5em;
}

.g3-hp-cam--non-member--m a.g3-cta--ul {
    font-size: 2.7em;
}

img.g3-hp-cam--non-member--m__cc-img {
    display: block;
    position: relative;
    width: 22.5em;
    height: auto;
    margin: 6em auto 3em auto;
}

.g3-hp-cam--non-member--m h3 {
    font-size: 3.54375em;
    line-height: 1.45;
}

.g3-hp-cam--non-member--m h3>small {
    display: block;
    font-weight: 500;
    font-size: 0.715em;
}

.g3-hp-cam--non-member--m .g3-disclaimer {
    margin: 1.5em 0 1.4em 0;
    font-size: 1.85625em;
    letter-spacing: 0.1em;
}

div.g3-hp-cam--non-member--m .g3-hp-cam--non-member__dotwhack {
    width: 13.8em;
    height: 13.8em;
    margin: 24em -0.1em 0 0;
}

div.g3-hp-cam--non-member--m .g3-hp-cam--non-member__dotwhack>div {
    font-size: 1.64375em;
    padding: 0.5em 0 0 0;
}

.g3-ed-tiles .g3-section-title {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    display: none;
}

@media (min-width: 1024px) {
    .g3-ed-tiles .g3-section-title {
        font-size: 3em;
        display: block;
        padding-bottom: 0em;
    }
}

/* START OF NEW CLASSES FOR 30/70 TILES */
.g3-ed-tiles--2-across-NEW .g3-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5.2em;
    column-gap: 0;
}

@media (min-width: 1024px) {
    .g3-ed-tiles--2-across-NEW .g3-content {
        grid-template-columns: 67% 33%;
        row-gap: 2.8em;
        column-gap: 1.4em;
    }
}

/* Mobile Classes for LEFT/Right Alignment */
.mobile-force-right {
    font-size: 80%;
}

@media (max-width: 1023px) {

    .mobile-force-right {
        width: 50%;
        right: 0;
        font-size: 80%;
    }

    .mobile-force-left {
        width: 50%;
        left: 0;
        font-size: 80%;
    }
}