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

@font-face {
    font-family: modernline;
    src: url("modernline.otf?$staticlink$") format("opentype");
}
    @font-face {
        font-family: "Ethic Serif";
        src: url("font/ethicserif-light-webfont.woff2?$staticlink$") format("woff2");
    }

    @font-face {
        font-family: "Ethic Serif";
        src: url("font/ethicserif-lightitalic-webfont.woff2?$staticlink$") format("woff2");
        font-style: italic;
    }

.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: "sofia-pro", sans-serif;
    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 img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: none;
}

.g3-hp a {
    color: inherit;
}

.g3-hp h1,
.g3-hp h2,
.g3-hp h3,
.g3-hp h4,
.g3-hp h5,
.g3-hp h6,
.g3-hp blockquote,
.g3-hp p {
    position: relative;
    display: block;
    margin: 0;
}

.g3-hp p {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
}

.g3-hp h1 {
    color: inherit;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 4.21875em;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: normal;
}

/* used thoughout for section titles and heros */
.g3-hp h2 {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.53125em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

/* used thoughout for 3x grid titles */
.g3-hp h3 {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.53125em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
}

/* serif used for 3x grid text */
.g3-hp h4 {
    color: inherit;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 4.21875em;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.01;
}

/* sofia-pro semi-bold heading */
.g3-hp h5 {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 4.455em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

/* sofia-pro semi-bold heading */
.g3-hp h6 {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.755em;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.g3-hp blockquote {
    color: inherit;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 4.21875em;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: normal;
}


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

    .g3-hp h2 {
        font-size: 1.25em;
    }

    .g3-hp h3 {
        font-size: 1.5132em;
    }

    .g3-hp h4 {
        font-size: 4.1904em;
    }

    .g3-hp h5 {
        font-size: 4.074em;
    }

    .g3-hp h6 {
        font-size: 1.8915em;
    }

    .g3-hp blockquote {
        font-size: 2.91em;
    }
}

.g3-hp h3>sup,
.g3-hp h4>sup {
    font-size: 0.7em;
    vertical-align: 0.4em;
    margin-left: 0.1em;
}

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

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

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

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

@media (min-width: 1024px) {

    div.g3-16-9::before,
    section.g3-16-9::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
}

.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-flex-break {
    flex-basis: 100%;
    height: 0;
}

.g3-modernline {
    display: inline-block;
    color: inherit;
    font-family: "modernline", sans-serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: normal;
    padding-top: 0.2em;
    width: 100%;
}

.g3-kudryashev {
    display: inline-block;
    color: inherit;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: normal;
}

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

.g3-white {
    color: #ffffff;
}

.g3-black {
    color: #000000;
}

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

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

.g3-fadein {
    opacity: 0;
}

.g3-ctas {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.g3-hp a.g3-cta--block,
.g3-hp span.g3-cta--block {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0.8em;
    padding: 0 2em;
    overflow: hidden;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 2.3;
    letter-spacing: normal;
    text-align: center;
    color: inherit;
    border: solid 0.08em;
    white-space: nowrap;
    text-decoration: none !important;
}

.g3-hp a.g3-cta--block-solid,
.g3-hp span.g3-cta--block-solid {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0.8em;
    padding: 0 1.6em;
    overflow: hidden;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: normal;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    white-space: nowrap;
    text-decoration: none !important;
}

.g3-hp a.g3-cta--block-solid--black {
    color: #ffffff;
    background-color: #000000;
}

.g3-hp a.g3-cta--block--outline,
.g3-hp span.g3-cta--block--outline {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0 0.4em;
    padding: 0 2.4em 0 2.4em;
    overflow: hidden;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.7em;
    font-weight: 400;
    line-height: 2.6;
    letter-spacing: 0.06em;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: solid 1px;
    white-space: nowrap;
    text-decoration: none !important;
}

/* Fix Sofia Pro CTA Centering  */
.g3-hp a.g3-cta--block::after,
.g3-hp span.g3-cta--block::after,
.g3-hp a.g3-cta--mob-ul-dt-block::after,
.g3-hp span.g3-cta--mob-ul-dt-block::after,
.g3-hp a.g3-cta--block-solid::after,
.g3-hp span.g3-cta--block-solid::after,
.g3-hp a.g3-cta--block-solid::after,
.g3-hp span.g3-cta--block-solid::after {
    content: "";
    display: block;
    padding-top: 0.2em;
}

.g3-hp a.g3-cta--block--tight,
.g3-hp span.g3-cta--block--tight {
    padding: 0 1.2em !important;
}

.g3-hp a.g3-cta--block--med,
.g3-hp span.g3-cta--block--med {
    padding: 0 1.6em !important;
}

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

.g3-hp a.g3-cta--ul--kud,
.g3-hp span.g3-cta--ul--kud {
    display: inline-block;
    position: relative;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 2.86875em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin: 0;
}

.g3-hp a.g3-cta--mob-ul-dt-block,
.g3-hp span.g3-cta--mob-ul-dt-block {
    display: inline-block;
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.025em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin: 0 1em;
    white-space: nowrap;
}

.g3-plus {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0.2em 0 0 0;
    text-align: center;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.7em;
    font-weight: 400;
    line-height: 0.75;
    letter-spacing: 0.02em;
    color: inherit;
}

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

@media (min-width: 1024px) {

    .g3-hp a.g3-cta--block,
    .g3-hp span.g3-cta--block {
        font-size: 1em;
        padding: 0 2.5em;
        line-height: 2.3;
    }

    .g3-hp a.g3-cta--block-solid {
        font-size: 1em;
        padding: 0 1.8em;
        line-height: 2.3;
    }

    .g3-hp a.g3-cta--block--outline,
    .g3-hp span.g3-cta--block--outline {
        padding: 0 2.4em 0 2.4em;
        font-size: 1em;
        line-height: 2.6;
    }

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

    .g3-hp a.g3-cta--ul--kud,
    .g3-hp span.g3-cta--ul--kud {
        font-size: 1.3125em;
    }

    .g3-hp a.g3-cta--mob-ul-dt-block,
    .g3-hp span.g3-cta--mob-ul-dt-block {
        margin: 0 0.8em;
        padding: 0 2.8em;
        overflow: hidden;
        font-size: 1.164em;
        line-height: 2.3;
        letter-spacing: normal;
        text-align: center;
        border: solid 0.08em;
        white-space: nowrap;
        text-decoration: none !important;
    }
}

a.g3-cta--block--no-pad {
    padding-left: 0;
    padding-right: 0;
}

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

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

.g3-promo-offer__lg,
.g3-promo-offer__sm {
    display: block;
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin: 0;
}

.g3-promo-offer__lg sup {
    position: absolute;
    font-size: 0.5em;
    top: 0.2em;
    margin: 0 0 0 0.05em;
    line-height: inherit;
}

.g3-coupon-area {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01em;
}

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

.g3-eyebrow {
    display: inline-block;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06em;
    width: 100%;
}

@media (min-width: 1024px) {
    .g3-coupon-area {
        font-size: 1.164em;
    }

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

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

.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-disclaimer {
    display: block;
    position: relative;
    width: 100%;
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.51875em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: normal;
    z-index: 100;
}

.g3-disclaimer--fixed {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 1em;
    left: 0;
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 1.51875em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: normal;
    z-index: 100;
}

.g3-disclaimer>a,
.g3-disclaimer--fixed>a {
    display: inline-block;
    color: inherit;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 0.1em;
}

.g3-sep {
    position: relative;
    width: 1px;
    min-height: 1em;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    font-size: 1.85625em;
}

@media (min-width: 1024px) {
    .g3-disclaimer {
        font-size: 0.9312em;
    }

    .g3-disclaimer--fixed {
        font-size: 0.7275em;
        bottom: 1.8em;
    }
}

.g3-disclaimer>sup,
.g3-disclaimer--fixed>sup {
    font-size: 0.7em;
    vertical-align: top;
    top: 0;
    line-height: inherit;
}

picture.g3-hero__bg--abs,
img.g3-hero__bg--abs {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}

/* ===================================== MOBILE BUBBLE 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 3.5em;
    overflow: hidden;
    white-space: nowrap;
}

.g3-mobile-cats__slider a {
    display: inline-block;
    padding: 0 1em;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.3625em;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.04em;
    margin: 0;
    background-color: #eeeeee;
}

.g3-mobile-cats__slider a:not(:first-of-type) {
    margin-left: 0.7em;
}

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

/* ===================================== MOBILE BUBBLE 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 3.5em;
    overflow: hidden;
    white-space: nowrap;
}

.g3-mobile-cats__slider a {
    display: inline-block;
    padding: 0 1em;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.3625em;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.04em;
    margin: 0;
    background-color: #eeeeee;
}

.g3-mobile-cats__slider a:not(:first-of-type) {
    margin-left: 0.7em;
}

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

/* ===================================== CATEGORIES ===================================== */
section.g3-cats {
    padding-top: 5em;
    padding-bottom: 8.2em;
}

.g3-cats .g3-content {
    position: relative;
    width: 92.5%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    text-align: left;
}

.g3-cats .g3-cats__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    row-gap: 7em;
    width: 100%;
    height: auto;
    margin: 2em auto 0 auto;
    padding: 0;
    overflow: visible;
}

.g3-cats a.g3-cat {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    min-width: 0;
    text-align: center;
    font-size: 1em;
}

.g3-cats a.g3-cat .g3-cat__img {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
}

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

.g3-cats a.g3-cat>span {
    display: inline-block;
    color: #000000;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 2.86875em;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin: 0.9em 0 0 0;
}

@media (min-width: 1024px) {
    section.g3-cats {
        padding-top: 2em;
        padding-bottom: 3.8em;
    }

    .g3-cats .g3-content {
        width: 91%;
    }

    .g3-cats .g3-cats__grid {
        width: 95.4%;
        grid-template-columns: repeat(6, 1fr);
        column-gap: 0.75em;
        row-gap: 0;
        margin: 0 auto;
        padding-top: 1em;
    }

    .g3-cats a.g3-cat {
        margin: 0;
    }

    .g3-cats a.g3-cat>span {
        margin-top: 0.4em;
        font-size: 1.3125em;
    }
}

section.g3-cats--v1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 4%;
    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 .2em;
    font-size: 1.35em;
    text-align: left;
}

.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;
    overflow: hidden;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.g3-cats--v1 .g3-cats__title {
    margin: 0 0 2%;
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
}

@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: .9em 0 0;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.32;
        letter-spacing: .05em;
        text-align: center;
        text-decoration: underline;
        text-underline-offset: .12em;
    }

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

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

/* ===================================== SINGLE PROMO BANNER ===================================== */
.g3-promo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.g3-promo__content {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.6em 0 0.3em 0;
    overflow: hidden;
}

.g3-promo__txt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    white-space: nowrap;
}

.g3-promo .g3-eyebrow {
    padding-bottom: 1em;
    font-size: 2em;
    font-weight: 600;
}

.g3-promo a.g3-cta--ul {
    margin: 0.45em 0 0.2em 0;
    padding-bottom: 1em;
    font-size: 15px;
    font-weight: 500;
}

.g3-promo>h1 {
    font-family: "sofia-pro", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.g3-promo h2 {
    font-size: 3.5em;
    line-height: 1.3;
    letter-spacing: normal;
    padding-bottom: 0.2em;
}

.g3-promo h3 {
    font-size: 1.5em;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.g3-promo__txt--left {
    width: 100%;
    text-align: center;
}

.g3-promo__txt--left p {
    font-size: 1.7em;
    padding-bottom: 0.2em;
    font-weight: 600;
}

.g3-promo__txt--right {
    text-align: center;
    width: 65%;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-around;
    align-items: center;
}

.g3-promo__txt--center {
    text-align: center;
    padding: 1.5em 0 .5em 0;
}

.g3-promo__txt--center>div {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.g3-promo__txt--center>h2>sup {
    font-size: 0.4em;
    vertical-align: 0.6em;
}

.g3-promo__txt .g3-sep {
    height: 50%;
    margin: 0;
    transform: translateY(40%);
}

.g3-promo__txt .g3-coupon-area {
    font-size: 1.3em;
    margin-top: 0.5em;
}

.g3-promo .g3-disclaimer {
    margin-top: -0.3em;
    padding-bottom: 1.8em;
    font-size: 1.2em;
}

/*Desktop Promo Banner*/
@media (min-width: 1024px) {
    .g3-promo__content {
        width: 92%;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 2em 0 0.3em 0;
    }

    .g3-promo .g3-eyebrow {
        padding-bottom: 0.2em;
        font-size: 0.95em;
    }

    .g3-promo h2 {
        font-size: 1.5em;
        padding-bottom: 0em;
    }

    .g3-promo__txt {
        width: auto;
    }

    .g3-promo a.g3-cta--ul {
        margin: 0.45em 0.8em 0.2em 0.8em;
        padding-bottom: 0.3em;
        font-size: 1em;
    }

    .g3-promo__txt .g3-sep {
        height: 1.5em;
        margin: 0 1.3em;
        transform: none;
    }

    .g3-promo__txt--left {
        width: auto;
        text-align: left;
        padding-left: 4em;
    }

    .g3-promo__txt--left p {
        font-size: 1.1em;
        padding-bottom: 0;
    }

    .g3-promo__txt--center {
        padding: 0 0 .5em 0;
    }

    .g3-promo__txt--right {
        display: block;
        text-align: right;
        width: auto;
        padding-right: 0;
        padding-top: .5em;
        right: 0;
    }

    .g3-promo__txt .g3-coupon-area {
        font-size: 0.8125em;
        margin-top: 0;
    }

    .g3-promo .g3-disclaimer {
        margin-top: -0.5em;
        padding-bottom: 2.6em;
        font-size: 0.7em;
    }
}

/* ===================================== SINGLE PROMO BANNER ===================================== */


/* ===================================== STACKED % OFF ===================================== */
span.g3-pct-stack--knockout {
    display: inline-grid;
    grid-template-columns: 1fr;
    text-align: center;
    vertical-align: 0.3em;
    margin-left: -0.06em;
}

.g3-pct-stack--knockout sup {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: .55em;
    font-weight: 400;
    line-height: .9;
    letter-spacing: .02em;
    vertical-align: text-top;
    top: 0.1em;
}

.g3-pct-stack--knockout sub {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: .2em;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .02em;
    top: 0;
}
/* ===================================== STACKED % OFF ===================================== */

/* ===================================== HP MAIN HERO ===================================== */
.g3-hero__sc-3 .g3-img-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    left: auto;
    right: 0;
}

.g3-hero__sc-3 .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 0 9.6em 0;
    overflow: hidden;
}

.g3-hero__sc-3__txt {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
}

.g3-hero__sc-3__txt .g3-eyebrow {
    padding-bottom: 0.4em;
    font-size: 3em;
    font-weight: 600;
    display: inline-block;
}

.g3-hero__sc-3__txt h1 {
    font-size: 8em;
    line-height: 1.1;
    font-family: "kudryashev-d-contrast", serif;
    font-weight: 500;
}

.g3-hero__sc-3__txt .g3-modernline {
    position: relative;
    width: auto;
    font-size: 1em;
}

.g3-hero__sc-3__txt>p {
    display: block;
}

.g3-hero__sc-3__txt .g3-promo-offer__lg {
    font-size: 3.4em;
}

.g3-hero__sc-3__txt .g3-promo-offer__sm {
    font-size: 2.6em;
}

.g3-hero__sc-3__txt sup {
    position: relative;
    vertical-align: 1.3em;
    font-size: 0.4em;
}

.g3-hero__sc-3__txt .g3-ctas {
    margin-top: 3.2em;
    white-space: nowrap;
}

.g3-hero__sc-3__txt a.g3-cta--block-solid {
    margin: 0 .6em;
    font-size: 2.3em;
}

.g3-hero__sc-3 .g3-disclaimer--fixed {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    bottom: 2.2em;
}

.g3-hero__sc-3 .g3-background {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: -1;
}

@media (min-width: 1024px) {
    section.g3-hero__sc-3 .g3-img-overlay {
        width: 50%;
        left: 28%;
    }

    section.g3-hero__sc-3.g3-text-block--left .g3-img-overlay {
        left: 0;
        right: auto;
        margin: 0;
    }

    section.g3-hero__sc-3.g3-text-block--right .g3-img-overlay {
        right: 0;
        left: auto;
        margin: 0;
    }

    section.g3-hero__sc-3.g3-text-block--center .g3-img-overlay {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .g3-hero__sc-3 .g3-v-center {
        padding: 0 0 11.1em 0;
    }

    .g3-hero__sc-3__txt .g3-eyebrow {
        font-size: 0.875em;
        padding-bottom: 3.2em;
    }

    .g3-hero__sc-3__txt h1 {
        font-size: 7.2em;
        padding-bottom: 0.05em;
    }

    .g3-hero__sc-3__txt .g3-promo-offer__lg {
        font-size: 2em;
        font-weight: 400;
        line-height: 1;
    }

    .g3-hero__sc-3__txt .g3-promo-offer__sm {
        font-size: 1.9em;
        font-weight: 600;
    }

    .g3-hero__sc-3__txt h1>.g3-modernline {
        font-size: 1em;
        margin-left: -0.05em;
    }

    .g3-hero__sc-3__txt>p {
        display: block;
        font-size: 1em;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }

    .g3-hero__sc-3__txt .g3-ctas {
        margin-top: 1.85em;
    }

    .g3-hero__sc-3__txt a.g3-cta--block-solid {
        margin: 0 0.6em;
        font-size: 1em;
    }

    .g3-hero__sc-3 .g3-disclaimer--fixed {
        font-size: .75em;
        bottom: 9.6em;
    }
}

/* ===================================== HP MAIN HERO END ===================================== */

/* ===================================== TRIO EDITORIALS ==================================== */
section.g3-trio {
    padding: 5em 0;
}

div.g3-trio__content {
    position: relative;
    width: 85.3%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

a.g3-trio__item .TrioHeader {
    display: block;
    font-family: "kudryashev-d-contrast", serif;
    font-size: 4.2em;
}

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

a.g3-trio__item:nth-of-type(2) {
    width: 100%;
}

a.g3-trio__item:not(:last-of-type) {
    margin-bottom: 9em;
}

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

a.g3-trio__item .g3-cta--block {
    margin-top: 0.5em;
}

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

    div.g3-trio__content {
        width: 88.690476%;
        /* 1490 */
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    a.g3-trio__item {
        width: 28.85906%;
        margin: 0;
    }

    a.g3-trio__item .TrioHeader {
        font-size: 2em;
    }

    a.g3-trio__item:nth-of-type(2) {
        width: 34.765101%;
    }

    a.g3-trio__item:not(:last-of-type) {
        margin-bottom: 0;
    }

    a.g3-trio__item>img {
        margin: 0 0 1em 0;
    }
}

/* ===================================== RFK ===================================== */
section.g3-rfk {
    background-color: #f6f6f6;
    padding: 7.8em 0 15em 0;
}

.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: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 4.725em;
    letter-spacing: 0.04em;
    line-height: 1;
}

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

@media (min-width: 1024px) {
    section.g3-rfk {
        padding: 5.5em 0 6.5em 0;
    }

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

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

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

/* ===================================== AT EDITORIALS ===================================== */
.g3-editorial__hero-1 .g3-img-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 0 8.3em 0;
}

.g3-editorial__hero-1__txt {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
}

.g3-editorial__hero-1__txt h1 {
    font-size: 6.75em;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.g3-editorial__hero-1__txt sup {
    position: relative;
    vertical-align: 1.3em;
    font-size: 0.4em;
}

.g3-editorial__hero-1__txt p {
    color: inherit;
    font-family: "sofia-pro", sans-serif;
    font-size: 2.3625em;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.g3-editorial__hero-1__txt .g3-ctas {
    width: auto;
    margin-top: 3.5em;
    text-align: center;
}

.g3-editorial__hero-1__txt a.g3-cta--block-solid {
    margin: 0;
}

.g3-editorial__hero-1 .g3-disclaimer--fixed {
    width: 100%;
    text-align: center;
}

.g3-editorial__hero-1 .g3-background {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: -1;
}

@media (min-width: 1024px) {
    .g3-editorial__hero-1 .g3-img-overlay {
        padding: 0 0 8.3em 5.7em;
    }

    section.g3-editorial__hero-1.g3-text-block--left .g3-img-overlay {
        left: 0;
        right: auto;
        margin: 0;
        width: 50%;
    }

    section.g3-editorial__hero-1.g3-text-block--right .g3-img-overlay {
        right: 0;
        left: auto;
        margin: 0;
        width: 50%;
    }

    section.g3-editorial__hero-1.g3-text-block--center .g3-img-overlay {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .g3-editorial__hero-1__txt {
        text-align: left;
    }

    .g3-editorial__hero-1__txt h1 {
        font-size: 3.75em;
        line-height: 0.9;
        letter-spacing: 0.01em;
        padding-bottom: 0.25em;
    }

    .g3-editorial__hero-1__txt p {
        font-size: 1em;
    }

    .g3-editorial__hero-1__txt .g3-ctas {
        margin-top: 1em;
        text-align: left;
    }

    .g3-editorial__hero-1__txt a.g3-cta--ul--kud {
        margin: 0 0.85em;
    }

    .g3-editorial__hero-1 .g3-disclaimer--fixed {
        bottom: 0.5em;
    }
}

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

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

.g3-curalate__content>h3 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 3.3em;
    letter-spacing: 0.08em;
    line-height: 1.3;
    padding: 0 3em 0.3em 3em;
}

.g3-curalate__content>p {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-size: 2.025em;
    letter-spacing: 0.06em;
}

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

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

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

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

    .g3-curalate__content {
        width: 75%;
    }

    .g3-curalate__content>h3 {
        letter-spacing: 0.04em;
        line-height: 1;
        font-size: 2.5em;
        padding: 0 0 0.4em 0;
    }

    .g3-curalate__content>p {
        font-weight: 600;
        font-size: 1em;
    }

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

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

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

@media (max-width: 1023px) {
    .g3-curalate a.g3-cta--block--outline {
        border: none;
        background-color: transparent;
        text-decoration: underline !important;
        text-underline-offset: 0.2em;
    }
}

/* ===================================== Utility classes  ===================================== */
.g3-hp .baskerville {
    font-family: "baskerville-urw", serif;
}

.g3-hp .kfont {
    font-family: "kudryashev-d-contrast", serif;
}

.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;
    }
}

.g3-nobreak--dt>br {
    display: revert;
}

.g3-nobreak--mob>br {
    display: none;
}

@media (min-width: 1024px) {
    .g3-nobreak--mob>br {
        display: revert;
    }

    .g3-nobreak--dt>br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .g3-margin-bot-1--m {
        margin-bottom: 5px !important;
    }

    .g3-margin-bot-2--m {
        margin-bottom: 1rem !important;
    }

    .g3-margin-top-1--m {
        margin-top: 5px !important;
    }

    .g3-margin-top-2--m {
        margin-top: 1rem !important;
    }
}

@media (min-width: 1024px) {
    .g3-margin-bot-1--dt {
        margin-bottom: 0.7px !important;
    }

    .g3-margin-bot-2--dt {
        margin-bottom: 1rem !important;
    }

    .g3-margin-top-1--dt {
        margin-top: 7px !important;
    }

    .g3-margin-top-2--dt {
        margin-top: 1rem !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-top-1--m {
        padding-top: 0.5rem !important;
    }

    .g3-pad-top-2--m {
        padding-top: 1rem !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-top-1--dt {
        padding-top: 0.5rem !important;
    }

    .g3-pad-top-2--dt {
        padding-top: 1rem !important;
    }
}

/* ===================================== Kimbal Code  ===================================== */

.ethicFont {
    font-family: "Ethic Serif";
}

.container-sm,
.container {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.container-sm *,
.container * {
    box-sizing: border-box;
    /*padding: initial;*/
}

.container-sm .row,
.container .row {
    padding: 0;
    margin: 0;
}

.container-sm a,
.container a {
    text-underline-offset: 0.5rem;
}

.mobile-hide {
    display: none;
}

@media (max-width: 480px) {
    .mobile-hide {
        display: block;
    }
}

.kb-hero-vid-desktop {
    margin: 0% auto 3%;
    max-width: 1680px;
    width: 100%;
    background-color: #000;
}

.kb-hero-vid-desktop * {
    box-sizing: border-box;
}

.kb-hero-vid-desktop .kb-hero_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kb-hero-vid-desktop .kb-hero_grid div {
    width: 33.333333%;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-height: 717px;
    overflow: hidden;
}

.kb-hero-vid-desktop .kb-hero_grid div img {
    margin: 0;
    width: 560px;
    padding: 0;
    height: 714px;
    -o-object-fit: cover;
    object-fit: cover;
    /* Maintains the aspect ratio, but the image or video might be cropped */
}

.kb-hero-vid-desktop .kb-hero_grid div video {
    width: 560px;
    height: 714px;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
    /* Maintains the aspect ratio, but the image or video might be cropped */
}

.kb-hero-vid-desktop p.kb-eyebrow {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.kb-hero-vid-desktop p.kb-sub {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 1%;
    max-width: 900px;
    margin: 0 auto 1%;
}

.kb-hero-vid-desktop h1 {
    font-family: "Ethic Serif";
    font-style: normal;
    font-weight: 300;
    font-size: 97px;
    line-height: 1;
    letter-spacing: 0.25px;
    text-align: center;
    color: #FFFFFF;
    margin: 1% auto;
}

.kb-hero-vid-desktop .kb-hero_flex_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.kb-hero-vid-desktop .kb-hero_links {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.kb-hero-vid-desktop .kb-hero_links a {
    text-decoration: none;
    background-color: #fff;
    margin: 5px 10px;
    padding: 14px 20px;
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #111111;
}

.kb-hero-vid-desktop .kb-hero_content {
    position: fixed;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 0;
}

.kb-hero-vid-desktop .kb-hero-mobile video {
    max-width: 480px;
    margin: 0 auto;
    display: none;
}

.kb-hero-vid-desktop .kb-img-cont {
    display: none;
}

.kb-hero-vid-desktop .kb-img-cont div {
    width: 25%;
}

@media (max-width: 1600px) {
    .kb-hero-vid-desktop .kb-hero_grid div {
        max-height: 714px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div img {
        width: 560px;
        height: 814px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div video {
        width: 560px;
        height: 814px;
    }
}

@media (max-width: 1440px) {
    .kb-hero-vid-desktop .kb-hero_grid div {
        max-height: 514px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div img {
        width: 560px;
        height: 614px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div video {
        width: 560px;
        height: 614px;
    }
}

@media (max-width: 1200px) {
    .kb-hero-vid-desktop .kb-hero_grid div {
        max-height: 514px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div img {
        width: 560px;
        height: 714px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div video {
        width: 560px;
        height: 714px;
    }
}

@media (max-width: 1024px) {
    .kb-hero-vid-desktop .kb-hero_grid div {
        max-height: 514px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div img {
        width: 560px;
        height: 714px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div video {
        width: 560px;
        height: 714px;
    }
}

@media (max-width: 768px) {
    .kb-hero-vid-desktop .kb-hero_grid div {
        width: 33.333333%;
        max-height: 414px;
    }

    .kb-hero-vid-desktop .kb-hero_grid div img {
        width: 560px;
        height: 414px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .kb-hero-vid-desktop .kb-hero_grid div video {
        width: 560px;
        height: 414px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .kb-hero-vid-desktop .kb-hero_grid {
        display: none;
    }

    .kb-hero-vid-desktop .kb-hero-mobile video {
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }

    .kb-hero-vid-desktop h1,
    .kb-hero-vid-desktop p.kb-eyebrow {
        color: #fff;
    }

    .kb-hero-vid-desktop .kb-headline {
        position: absolute;
        top: -100%;
        left: 5%;
    }

    .kb-hero-vid-desktop .kb-hero_content {
        position: relative;
        top: 28%;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        color: #000;
    }

    .kb-hero-vid-desktop p.kb-sub {
        font-size: 24px;
        color: #000;
        text-align: left;
    }

    .kb-hero-vid-desktop p.kb-eyebrow {
        font-size: 22px;
        text-align: left;
    }

    .kb-hero-vid-desktop p.kb-sub {
        font-size: 24px;
        text-align: left;
        padding: 5% 5% 2%;
    }

    .kb-hero-vid-desktop h1 {
        font-size: 65px;
        text-align: left;
        padding: 0 0 0;
    }

    .kb-hero-vid-desktop .kb-hero_links a {
        border: 1px solid black;
        margin: 1%;
        padding: 2% 4%;
    }

    .kb-hero-vid-desktop .kb-hero_content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 2% 0 8%;
    }

    .kb-hero-vid-desktop .kb-img-cont {
        box-sizing: red;
        display: flex;
        flex-wrap: wrap;
    }

    .kb-hero-vid-desktop .kb-img-cont div {
        width: 50%;
        padding: 0;
        margin: 0;
    }

    .kb-hero-vid-desktop .kb-img-cont img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        overflow-clip-margin: initial;
    }
}

@media (max-width: 415px) {
    .kb-hero-vid-desktop {
        margin: 0 auto 2%;
    }

    .kb-hero-vid-desktop .kb-headline {
        top: -87%;
        left: 5%;
    }


    .kb-hero-vid-desktop p.kb-eyebrow {
        font-size: 22px;
    }

    .kb-hero-vid-desktop p.kb-sub {
        font-size: 18px;
    }

    .kb-hero-vid-desktop h1 {
        font-size: 55px;
    }

    .kb-hero-vid-desktop .kb-hero_links a {
        border: 1px solid black;
        margin: 1%;
        padding: 2% 4%;
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .kb-hero-vid-desktop .kb-headline {
        top: -67%;
        left: 5%;
    }

    .kb-hero-vid-desktop p.kb-eyebrow {
        font-size: 15px;
    }

    .kb-hero-vid-desktop p.kb-sub {
        font-size: 18px;
    }

    .kb-hero-vid-desktop h1 {
        font-size: 45px;
    }

    .kb-hero-vid-desktop .kb-hero_links a {
        border: 1px solid black;
        margin: 1%;
        font-size: 0.9rem;
        padding: 2% 3%;
    }
}

.kb-promo-carousel-33 {
    display: flex;
    padding: 1%;
    background: #f9f1e6;
    margin: 1% auto;
    max-width: 1680px;
}

.kb-promo-carousel-33>div {
    width: 33.333%;
    padding: 1%;
}

.kb-promo-carousel-33>div:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.kb-promo-carousel-33>span {
    text-decoration: none;
    display: block;
}

.kb-promo-carousel-33 span.kb-eye {
    color: inherit;
    font-family: sofia-pro, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 1% auto;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.kb-promo-carousel-33 span.kb-head {
    color: inherit;
    font-family: sofia-pro, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 3% auto;
    display: block;
    text-align: center;
}

.kb-promo-carousel-33 span.kb-cta {
    color: inherit;
    font-family: sofia-pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 3% auto;
    display: block;
    text-align: center;
}

.kb-promo-carousel-33 span.kb-cta a {
    margin: 0 1%;
}

.kb-promo-carousel-33 span.kb-desc {
    color: inherit;
    font-family: sofia-pro, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 1% auto;
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    .kb-promo-carousel-33 span.kb-eye {
        font-size: 0.8rem;
    }

    .kb-promo-carousel-33 span.kb-head {
        font-size: 0.8rem;
    }

    .kb-promo-carousel-33 span.kb-cta {
        font-size: 0.8rem;
        margin: 6% auto;
    }

    .kb-promo-carousel-33 span.kb-desc {
        font-size: 0.6rem;
    }
}

.kb-promo-bar {
    text-align: center;
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF !important;
    padding: 3% 5%;
    background-color: #000;
    display: flex;
    margin: 1% auto;
    max-width: 1680px;
    position: relative;
}

.kb-promo-bar span {
    width: 33.333%;
}

.kb-promo-bar span:nth-child(3) {
    text-align: right;
}

@media (max-width: 768px) {
    .kb-promo-bar {
        flex-direction: column;
        padding: 3% 1%;
        text-decoration: none;
    }

    .kb-promo-bar span {
        text-align: center;
        width: 100%;
        display: block;
        margin: 1% auto;
    }

    .kb-promo-bar span:nth-child(3) {
        text-align: center;
        text-decoration: underline;
    }
}

@media (max-width: 480px) {
    .kb-promo-bar {
        padding: 2% 5% 5%;
    }

    .kb-promo-bar span {
        text-align: center;
        width: 100%;
        display: block;
        margin: 1% auto 5%;
    }

    .kb-promo-bar span:nth-child(3) {
        font-size: 1rem;
        text-align: center;
        text-decoration: underline;
    }
}

.kb-category {
    max-width: 100%;
    margin: 2% auto 3%;
    padding: 1% 0 0;
}

.kb-category h2 {
    margin: 0 0 2%;
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
}

.kb-category p {
    text-transform: uppercase;
    color: #000;
    font-family: "sofia-pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 2px;
    margin: 3% 0;
    text-transform: uppercase;
}

.kb-category div.kb-grid {
    display: flex;
    justify-content: center;
}

.kb-category div.kb-grid a {
    width: 15.666%;
    margin: 0 0.2%;
    text-decoration: none;
}

.kb-category div.kb-grid img {
    /* max-width: 100%; */
    width: 100%;
}

.kb-category div.kb-grid p {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    padding: 1% 0;
}

@media (max-width: 480px) {
    .kb-category {
        overflow: auto;
        scrollbar-width: none;
    }

    .kb-category div.kb-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        justify-content: start;
        column-gap: 2%;
        width: 100%;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .kb-category div.kb-grid a {
        width: 100%;
        /* height: auto; */
        margin: 0 0.2%;
        text-decoration: none;
    }
.kb-category h2 {
    font-size: 14px;
}

    .kb-category div.kb-grid img {
        width: auto;
        height: 236px;
    }

    .kb-category div.kb-grid p {
        padding: 1% 3%;
    }
}

.slide_cont {
    max-width: 1600px;
    margin: 2% auto;
    width: 100%;
    position: relative;
}

.slide_cont .slide_content_abs {
    position: absolute;
    top: 25%;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
}

.slide_cont .slide_content_abs div {
    padding: 0 0;
}

.slide_cont .slide_content_abs div h2 {
    text-align: center;
    font-size: 3.4em;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.slide_cont .slide_content_abs div a {
    display: block;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    text-transform: uppercase;
    padding: 0.5em 0;
    line-height: 1;
}

.slide_cont .slide_content_abs div p.sub {
    color: #000;
    text-align: center;
    font-family: "sofia-pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 3.25px;
    text-transform: uppercase;
    margin: 0 auto;
}

.slide_cont .slide_content_abs div p {
    color: #000;
    text-align: center;
    font-family: "sofia-pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    max-width: 45%;
    margin: 0 auto;
}

.slide_cont .container {
    max-width: 100%;
    display: flex;
    padding: 0 20px;
}

.slide_cont .slide {
    height: 500px;
    margin: 0px;
    cursor: pointer;
    color: #fff;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 500ms ease-in-out;
}

.slide_cont .slide h3 {
    position: absolute;
    font-size: 24px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
}

.slide_cont .slide.active {
    flex: 3;
}

.slide_cont .slide.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.4s;
}

.kb-wide-col-1 {
    margin: 2% auto;
    display: flex;
    max-width: 1490px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.kb-wide-col-1 img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.kb-wide-col-1 a {
    text-decoration: none;
}

.kb-wide-col-1 .slide_content_abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kb-wide-col-1 .slide_content_abs div {
    padding: 0 0;
    width: 50%;
}

.kb-wide-col-1 .slide_content_abs div h2 {
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    font-family: "Ethic Serif";
    font-size: 170px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -3.75px;
}

.kb-wide-col-1 .slide_content_abs div a {
    color: #000;
    text-align: center;
    font-family: "sofia-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
}

.kb-wide-col-1 .slide_content_abs div p {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0 15%;
}

.kb-wide-col-1 .slide_content_abs div span {
    font-family: "sofia-pro";
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}

@media (max-width: 768px) {
    .kb-wide-col-1 .slide_content_abs div {
        padding: 0 0;
        width: 50%;
    }

    .kb-wide-col-1 .slide_content_abs div h2 {
        font-size: 70px;
        font-style: italic;
    }

    .kb-wide-col-1 .slide_content_abs div a {
        font-size: 18px;
    }

    .kb-wide-col-1 .slide_content_abs div p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .kb-wide-col-1 {
        text-decoration: none;
    }

    .kb-wide-col-1 .slide_content_abs {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kb-wide-col-1 .slide_content_abs div {
        padding: 0 0;
        width: 50%;
    }

    .kb-wide-col-1 .slide_content_abs div img {
        display: none;
    }

    .kb-wide-col-1 .slide_content_abs div h2 {
        font-size: 70px;
        font-style: italic;
    }

    .kb-wide-col-1 .slide_content_abs div a {
        font-size: 18px;
    }

    .kb-wide-col-1 .slide_content_abs div p {
        font-size: 20px;
        padding: 0;
    }

    .kb-wide-col-1 .slide_content_abs {
        width: 100%;
    }

    .kb-wide-col-1 .slide_content_abs div {
        padding: 4% 10% 6%;
        width: 100%;
    }

    .kb-wide-col-1 .slide_content_abs div h2 {
        font-size: 70px;
        font-style: italic;
        display: none;
    }

    .kb-wide-col-1 .slide_content_abs div span {
        font-size: 18px;
    }
}

@media (max-width: 415px) {
    .kb-wide-col-1 .slide_content_abs div p {
        font-size: 18px;
        padding: 0;
    }

    .kb-wide-col-1 .slide_content_abs div span {
        font-size: 20px;
    }
}

.kb-wide-col {
    margin: 2% auto;
    display: flex;
    max-width: 1680px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.kb-wide-col img {
    max-width: 100%;
}

.kb-wide-col .slide_content_abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.kb-wide-col .slide_content_abs div {
    padding: 0 0;
    width: 37%;
}

.kb-wide-col .slide_content_abs div h2 {
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    font-family: "Ethic Serif";
    font-size: 70px;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.kb-wide-col .slide_content_abs div a {
    color: #000;
    text-align: center;
    font-family: "sofia-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
}

.kb-wide-col .slide_content_abs div span {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-decoration: underline;
    color: #000;
}

.kb-wide-col .slide_content_abs div p {
    color: #000;
    text-align: center;
    font-family: "sofia-pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin: 6% 0;
}

@media (max-width: 768px) {
    .kb-wide-col .slide_content_abs div h2 {
        font-size: 40px;
    }

    .kb-wide-col .slide_content_abs div a {
        font-size: 18px;
    }

    .kb-wide-col .slide_content_abs div p {
        font-size: 14px;
        margin: 3% 0;
    }
}

@media (max-width: 480px) {
    .kb-wide-col .slide_content_abs {
        bottom: 0;
        align-items: flex-end;
    }

    .kb-wide-col .slide_content_abs div {
        width: 100%;
        padding: 15% 10% 6%;
    }

    .kb-wide-col .slide_content_abs div h2 {
        font-size: 60px;
    }

    .kb-wide-col .slide_content_abs div span {
        font-size: 18px;
    }

    .kb-wide-col .slide_content_abs div p {
        font-size: 18px;
        margin: 3% 0 6%;
    }
}

@media (max-width: 415px) {
    .kb-wide-col .slide_content_abs {
        bottom: -6px;
    }

    .kb-wide-col .slide_content_abs div h2 {
        font-size: 50px;
    }

    .kb-wide-col .slide_content_abs div span {
        font-size: 18px;
    }

    .kb-wide-col .slide_content_abs div p {
        font-size: 18px;
    }

}

.kb-3-col {
    display: flex;
    max-width: 1490px;
    margin: 4% auto;
    padding: 0;
    justify-content: center;
}

.kb-3-col .kb-col {
    width: 32.33%;
    margin: 0 0;
    padding: 0 0.7%;
}

.kb-3-col a {
    text-decoration: none;
}

.kb-3-col h3 {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    padding-top: 2%;
}

.kb-3-col p {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #000;
    padding: 0 25% 0 0;
    text-decoration: none;
}

.kb-3-col span {
    font-family: "sofia-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    text-decoration: underline;
}

.kb-3-col img {
    width: 461px;
    height: 650px;
    border: none;
    -o-object-fit: cover;
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto 3%;
}

@media (max-width: 1440px) {
    .kb-3-col img {
        width: 461px;
        height: 450px;
        border: none;
        -o-object-fit: cover;
        object-fit: contain;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .kb-3-col img {
        width: 461px;
        height: 350px;
    }

    .kb-3-col h3 {
        font-size: 1rem;
    }

    .kb-3-col span {
        font-size: 1rem;
    }

    .kb-3-col p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .kb-3-col {
        flex-direction: column;
    }

    .kb-3-col .kb-col {
        width: 100%;
        margin: 0 0;
        padding: 6% 8%;
    }

    .kb-3-col img {
        width: 461px;
        height: 650px;
        margin: 0 0 3%;
    }

    .kb-3-col h3 {
        font-size: 2rem;
        margin: 0;
    }

    .kb-3-col span {
        font-size: 1.2rem;
    }

    .kb-3-col p {
        font-size: 1.5rem;
        margin: 3% 0 5%;
    }
}

@media (max-width: 415px) {
    .kb-3-col img {
        width: 461px;
        height: 506px;
        margin: 0 0 3%;
    }

    .kb-3-col h3 {
        font-size: 1.3rem;
        margin: 0;
    }

    .kb-3-col span {
        font-size: 1rem;
    }

    .kb-3-col p {
        font-size: 1.2rem;
        margin: 3% 0 5%;
    }
}