﻿html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: adobe-garamond-pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;

    -webkit-text-size-adjust: 100%;
    color: #fff;
}
strong {
    font-weight: bold;
}
img {
    max-width: 100%;
}
.d-flex{
    display: flex;
}
.font-2xl{font-size: 1.5rem;}
.main-root {
    background-color: #fff;
    color: #1d1d1b;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: visible;
}

.desktopHeaderSection-root {
    background-color: #fff;
    padding: 8px 15px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    transition: background-color .25s;
}

.desktopHeaderSection-root.desktopHeaderSection-isTransparent {
    background-color: transparent;
}

.desktopHeaderSection-root.desktopHeaderSection-isTransparent:after {
    background-color: rgba(240, 240, 237, .2);
}

.desktopHeaderSection-root:after {
    background-color: #e7e7e7;
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
    transition: background-color .25s;
    z-index: -2;
}


.desktopHeaderSection-root>div {
    box-sizing: border-box;
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.desktopHeaderSection-root>div>div {
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: space-between;
}

header .logo {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

header .logo a {
    width: 120px;
    height: 80px;
    background-image: url(../images/logo-dark.svg);
    background-repeat: no-repeat;
    /*transition: all 0.5s ease 0s;*/
}

header .desktopHeaderSection-isTransparent .logo a {
    background-image: url(../images/logo-light.svg);
}

.desktopHeaderSection-menuContainer {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 1px;
    position: static;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

.desktopNavigation-desktopNavigation {
    height: 100%;
}

.desktopNavigation-root {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    padding: 23px 0;
}

.desktopNavigation-navigationItem {
    word-break: keep-all;
    white-space: nowrap;
}

.desktopNavigation-navItem {
    color: #1d1d1b;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 19px;
    padding: 0 5px;
    position: relative;
    transition: color .25s;
    text-transform: uppercase;
}


.desktopHeaderSection-isTransparent .desktopNavigation-navItem {
    color: #fff;
}

.desktopNavigation-navItemOpen,
.desktopNavigation-navItem:hover {
    color: #85714d;
}

.desktopNavigation-navItemOpen.desktopNavigation-hasChildren:after {
    content: "";
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    width: 40px;
    height: 20px;
    background-image: url(/static/assets/footer-feather-shape.403f907….svg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s;
    z-index: -1;
}

.main-page {
    min-height: 50vh;
    margin-top: 96px;
}

@media(max-width: 990px){
    .main-page{
        margin-top: 100px !important;
    }
}
.topBannerSection-root {
    align-items: center;
    display: flex;
    min-height: calc((100vh + 40px) - 65px);
    position: relative;
    overflow: hidden;
}

.topBannerSection-parallaxBackground {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/desktop-main-banner-image.jpg);
    transform: translateY(0px);
}

.topBannerSection-content {
    text-align: center;
    width: 100%;
    z-index: 3;
}

.dots-root,
.dots-root {

    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.dots-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 3px;
}

.dots-dot.dots-gold {
    background-color: #85714d;
}

.dots-dot.dots-orange {
    background-color: #fe6b00;
}

.topBannerSection-content h1 {
    color: #fff;
    font-weight: bold;
    /*font-family: adobe-garamond-pro,serif,-apple-system,BlinkMacSystemFont !important;*/
    font-size: 1.375rem;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}

.topBannerSection-content h1 em {
    font-weight: 700;
}


.topBannerSection-button {
    background-color: #fff;
    color: #1d1d1b;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1rem;
    margin-top: 1rem;
    padding: 14px 2rem;
    text-transform: uppercase;
    min-width: 250px;
    text-align: center;
    transition: all .25s;
}

.topBannerSection-button:hover,
.topBannerSection-button:active,
.topBannerSection-button:focus {
    background-color: #fe6b00;
    color: #fff;
}

.topBannerSection-buttonText {
    display: block;
    transform: translateY(2px);
}

.topBannerSection-clockHand {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.topBannerSection-clockHand span {
    display: block;
    color: #fff;
    font-size: .875rem;
    letter-spacing: 2px;
    line-height: 17px;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.topBannerSection-clockFace {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    width: 140%;
    opacity: .07;
    z-index: 1;
}

.topBannerSection-clockFace img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
}


.topBannerSection-bannerFeather {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.topBannerSection-bannerFeather:before,
.topBannerSection-bannerFeather:after {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 62px);
}

.topBannerSection-bannerFeather:before,
.topBannerSection-bannerFeather:after {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 62px);
}

.topBannerSection-bannerFeather:after {
    left: auto;
    right: 0;
}

.topBannerSection-bannerFeather img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 142px;
}

footer .container,
.container {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1314px;
}
.container.max-w-3xl{
    max-width: 1920px;
}
footer .con,
.con {
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;
}

footer .footer-area {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

footer .footer-area:nth-child(3) {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

footer .footer-area:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
}

footer .footer-area:nth-child(5) {
    flex: 0 0 100%;
    max-width: 100%;
}

footer .footer-area:nth-child(6) {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-bottom: 4rem;
}

footer .footer-area:nth-child(7) {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.desktopFooterSection-section {
    display: flex;
    flex-direction: column;
}


@media (max-width: 1200px) {

    footer .container,
    .container {
        max-width: 960px;
    }
}

.menu-btn {
    display: none;
}

.menu-btn>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktopHeaderSection-tabletNav {
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    transition: border-color .25s;
    background: url(../images/menu-icon.svg) center center no-repeat;
    /*position: relative;*/
}

.desktopHeaderSection-tabletNav img {
    transform: translateY(2px);
}

.desktopHeaderSection-isTransparent .desktopHeaderSection-tabletNav {
    background-image: url(../images/menu-icon-white.svg);
}


.desktopHeaderSection-menuLabel {
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 10px;
    transition: color .25s;
    text-transform: uppercase;
}

.desktopHeaderSection-isTransparent .desktopHeaderSection-tabletNav {
    border-color: rgba(231, 231, 231, .2);
}

.desktopHeaderSection-isTransparent .desktopHeaderSection-menuLabel {
    color: #fff;
}

@media (max-width: 990px) {
    .menu-btn {
        display: inherit;
        box-sizing: border-box;
        min-height: 1px;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 0%;
        right: auto;
        left: auto;
    }

    header .logo {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        min-height: 1px;
        position: static;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 8px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0%;
        right: auto;
        left: auto;
    }

    .desktopHeaderSection-menuContainer {
        display: none;
    }

    .desktopHeaderSection-root>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .desktopHeaderSection-root>div>div {
        margin-left: -20px;
        margin-right: -20px;
        justify-content: flex-start;
    }

    .topBannerSection-parallaxBackground {
        background-image: url(../images/mobile-main-banner-image.jpg);
    }

    .topBannerSection-clockFace {
        transform: translateX(-50%);
    }

    footer .container,
    .container {
        max-width: 768px;
    }

    footer .footer-area:nth-child(1),
    footer .footer-area:nth-child(2),
    footer .footer-area:nth-child(3) {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

}

@media (min-width: 768px) {
    .main-root-24v {
        padding-top: 0;
    }

    h1 {
        font-size: 2.25rem;
        letter-spacing: 4px;
        line-height: 2.25rem;
    }

    .topBannerSection-content h1 {
        font-size: 3rem;
        letter-spacing: 4px;
        line-height: 1.25em;
    }

    .desktopHeaderSection-root {
        padding: 8px 0 0;
    }

    .topBannerSection-root {
        min-height: calc(80vh + 40px);
    }

    .topBannerSection-button {
        margin-top: 1.5rem;
    }

    .topBannerSection-clockFace {
        width: 119%;
    }
}



@media (min-width: 800px) {
    .desktopNavigation-navItem {
        letter-spacing: 1px;
    }
}

@media (min-width: 991px) {

    .desktopHeaderSection-root {
        padding: 8px 15px 0;
    }

    .topBannerSection-root {
        min-height: calc(100vh + 40px);
    }
}

@media (min-width: 950px) {
    .desktopNavigation-navItem {
        letter-spacing: 2px;
    }
}

@media (min-width: 1024px) {
    .topBannerSection-clockFace {
        bottom: auto;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 85%;
        bottom: auto;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 105%;
        max-width: 1095px;
    }

}


@media (min-width: 1200px) {
    .desktopNavigation-navItem {
        font-size: 1rem;
        padding: 0 15px;
    }
}


.desktopFooterSection-root {
    position: relative;
    padding-top: 2rem;
    width: 100%;
    background-color: #1d1d1b;
    z-index: 1
}

.desktopFooterSection-root:after,
.desktopFooterSection-root:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1d1d1b;
    background-image: url(../images/footer-repeat-half.svg);
    background-position: top right;
    background-size: 226px;
    z-index: -1
}

.desktopFooterSection-root:before {
    left: 50%;
    background-position: top left
}

.desktopFooterSection-footerFeather {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 33px;
    width: 83px
}

.desktopFooterSection-title {
    color: #fff;
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1.125rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    text-transform: uppercase
}

.desktopFooterSection-section {
    display: flex;
    flex-direction: column
}

.desktopFooterSection-section p {
    margin: 0;
    font-size: 1rem;
    color: #f0f0ed;
    line-height: 26px;
    min-height: 26px
}

.desktopFooterSection-section a[href^="mailto:"] {
    color: #85714d
}

.desktopFooterSection-link {
    color: #f0f0ed;
    font-size: 1rem;
    line-height: 22px;
    border-bottom: 1px solid transparent;
    margin-bottom: 4px;
    width: fit-content
}

@media(min-width: 991px) {
    .desktopFooterSection-link {
        white-space: nowrap
    }
}

.desktopFooterSection-link:hover {
    border-color: #85714d
}

.desktopFooterSection-copyright {
    color: #f0f0ed;
    font-size: 14px;
    font-weight: 300;
    text-align: right
}

.desktopFooterSection-copyrightLink:hover {
    text-decoration: underline
}

.desktopFooterSection-divider {
    opacity: .2;
    background: #7f7f7f;
    height: 1px;
    width: 100%;
    margin-bottom: 1.5rem
}

.desktopFooterSection-social {
    padding: 10px 0
}

.desktopFooterSection-additionalLink {
    color: #f0f0ed;
    font-size: .875rem;
    line-height: 21px;
    display: inline;
    padding-right: 4px
}

.desktopFooterSection-additionalLink:not(:last-child):after {
    content: " |"
}

@media(min-width: 1200px) {
    .desktopFooterSection-socialIcons {
        max-width: 320px;
        margin-left: auto
    }
}


.footerInfo-root {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem
}

.footerInfo-root p,
.footerInfo-root a {
    color: #f0f0ed;
    font-size: .875rem;
    line-height: 21px;
    margin: 0
}

.footerInfo-root a {
    color: #85714d
}

@media(min-width: 768px) {
    .footerInfo-root {
        padding: 0;
        margin-top: 2rem
    }
}

@media(min-width: 991px) {
    .footerInfo-root {
        margin-top: 4rem
    }
}

.footerInfo-container {
    border-bottom: 1px solid #7f7f7f
}

@media(min-width: 768px) {
    .footerInfo-container {
        border: none;
        display: flex;
        justify-content: space-between
    }
}

.footerInfo-logos {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 1rem 0
}

@media(min-width: 768px) {
    .footerInfo-logos {
        margin: 0
    }
}

.footerInfo-image {
    margin: 0 15px
}

@media(min-width: 768px) {
    .footerInfo-image {
        margin: 0 0 0 30px
    }
}


.socialMediaSection-root {
    width: 100%;
    padding: 18px
}

@media(min-width: 768px) {
    .socialMediaSection-root {
        margin: 2rem auto 0;
        max-width: 350px
    }
}

@media(min-width: 1024px) {
    .socialMediaSection-root {
        margin: 0;
        max-width: none;
        padding: 0 0 18px;
        width: calc(100% + 30px)
    }
}

.socialMediaSection-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: auto
}

.socialMediaSection-flex a {
    margin-right: 5px;
}

.socialMediaSection-circle {
    width: 56px;
    height: 56px;
    background-color: #151515;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;

    position: relative;
    transition: color .25s
}

.socialMediaSection-circle:hover,
.socialMediaSection-circle:focus,
.socialMediaSection-circle:active {
    color: #85714d
}

.socialMediaSection-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.button-root {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    padding: 13px 32px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .25s, color .25s
}

@media(min-width: 991px) {
    .button-root {
        padding: 13px 48px
    }
}

.button-root:hover {
    background-color: #fe6b00
}

.button-dangerous {
    background-color: #e04558
}

.button-dangerous:hover {
    background-color: #cf2338
}

.button-primary,
.button-secondary {
    position: relative;
    background-color: #231f20;
    z-index: 1
}

.button-primary:before,
.button-secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: -1;
    background-image: url(../assets/images/button-feather-pattern.svg);
    background-position: center;
    background-size: contain
}

.button-primary.button-showPattern:before,
.button-secondary.button-showPattern:before {
    opacity: .5
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    background-color: #231f20
}

.button-primary:hover:before,
.button-primary:focus:before,
.button-primary:active:before {
    opacity: 1
}

.button-secondary {
    background-color: #fe6b00
}

.button-secondary:before {
    background-image: url(../assets/images/button-feather-pattern-orange.svg)
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    background-color: #fe6b00
}

.button-secondary:hover:before,
.button-secondary:focus:before,
.button-secondary:active:before {
    opacity: 1
}

.button-ghost {
    color: #1d1d1b;
    background-color: #fff;
    border: 1px solid #1d1d1b
}

.button-ghost:hover {
    color: #fff;
    background-color: #fe6b00;
    border-color: #fe6b00
}

.button-ghostWhite {
    color: #f0f0ed;
    border: 1px solid
}

.button-ghostWhite:hover {
    color: #231f20;
    background-color: #f0f0ed
}

.button-root:disabled {
    background: #777;
    color: #e8e8e8
}

@media(min-width: 768px) {
    .button-root {
        max-width: 350px
    }
}

.button-smallGhost {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 22px
}

.button-large {
    font-size: 16px;
    padding: 20px 80px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 16px
}

.button-fullWidth {
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

@media(min-width: 768px) {
    .button-fullWidth {
        width: auto
    }
}

.button-fullWidth.button-fullWidthAlways {
    width: 100%
}


.mb {
    display: none;
}
.table{
    display: none;
}
/*.pcXL {
    display: none;
}*/
@media(max-width: 990px) {
    .pcXL{display: none;}
    .table{display: block;}
}
@media(max-width: 767px) {
    .mb {
        display: inherit;
    }
    
    .menu-btn {
        display: none;
    }
    footer .container,
    .container {
        max-width: 540px;
    }
    .desktopHeaderSection-root {
        align-items: center;
        background: #fff;
        /*border-bottom: 1px solid #e7e7e7;*/
        height: 100px;
        left: 0;
        position: fixed;
        top: 0;
        padding: 0 18px;
        transition: transform .5s, background-color .25s;
        width: 100%;
        z-index: 100;
    }

    .desktopHeaderSection-root>div {
        padding-left: 0;
        padding-right: 0;
        height: 100%;
    }

    .desktopHeaderSection-root>div>div {
        height: 100%;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: initial;
        margin: 0;
    }

    header .logo {
        width: calc(100% - 100px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 calc(100% - 100px);
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .pc {
        display: none;
    }

    .shop-icon {
        width: 100%;
        height: 31px;
        background: url(../images/shop-icon-black.svg) center center no-repeat;
        margin-bottom: 5px;
    }

    .desktopHeaderSection-isTransparent .shop-icon {
        background-image: url(../images/shop-icon-white.svg);
    }

    .footer-actionBarPlaceholder {
        height: var(--app-mobile-action-bar-height);
    }
}


.main-mobileActionBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100
}

.mobileActionBar-root-xmO {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 65px
}

.mobileActionBar-button {
    border-radius: initial;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #e3e3de;
    flex: 1;
    font-size: 20px;
    position: relative
}

.mobileActionBar-button button {
    width: 100%;
    height: 100%
}

.mobileActionBar-button:last-child {
    border-right: 0px
}

.mobileActionBar-itemCount-123 {
    position: absolute;
    right: calc(50% - 24px);
    bottom: 12px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #fe6b00;
    font-size: 12px
}

.mobileActionBar-itemCount-123 .mobileActionBar-digits-1uE {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.footerMobileSection-root {
    position: relative;
    background-color: #1d1d1b;
    background-image: url(../images/footer-repeat-pattern.svg);
    background-position: center;
    background-size: 226px;
    z-index: 2
}

.footerMobileSection-root-8YF:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    width: 91px;
    height: 35px;
    transform: translateX(-50%);
    z-index: -1;
    background-image: url(../assets/images/footer-feather-shape.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.footerMobileSection-footerLink {
    display: block;
    margin-bottom: .25rem
}

.footerMobileSection-footerLink:hover,
.footerMobileSection-link:hover {
    text-decoration: underline
}

.footerMobileSection-additionalLinks {
    margin-bottom: .5rem
}

.footerMobileSection-additionalLinks .footerMobileSection-footerLink {
    color: #f0f0ed;
    font-size: .875rem;
    line-height: 21px;
    display: inline;
    padding-right: 4px
}

.footerMobileSection-additionalLinks .footerMobileSection-footerLink:not(:last-child):after {
    content: " |"
}

.footerMobileSection-copyright {
    padding: 0 1.25rem 2rem;
    color: #f0f0ed
}

.footerMobileSection-copyrightText {
    font-size: .875rem;
    color: #f0f0ed
}

.footerMobileSection-rte-1-X p {
    margin: 0;
    font-size: 1rem;
    line-height: 28px;
    min-height: 28px;
    color: #f0f0ed
}

.footerMobileSection-rte-1-X a {
    color: #85714d
}


.accordion-root {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent
}

.accordion-borderBottom {
    border-bottom: 1px solid #2e2e2b
}

.accordion-buttonContainer {
    display: flex;
    background: #1d1d1b;
    width: 100%
}

.accordion-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
    user-select: none;
    outline: none;
    transition: background .25s;
    color: #fff;
    cursor: pointer
}

.accordion-button img {
    filter: brightness(0)
}
.accordion-button .fa-angle-up{display: none;}
.accordion-buttonOpen {
    background: #373734;
    color: #fff
}

.accordion-buttonOpen img {
    filter: brightness(1)
}
.accordion-root .accordion-buttonOpen .fa-angle-down{display: none;}
.accordion-root .accordion-buttonOpen .fa-angle-up{display: block;}

.accordion-title {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .accordion-title {
        font-size: 13px
    }
}

.accordion-icon-3zQ {
    margin-right: 20px
}

.accordion-content {
    font-weight: 300;
    color: #4a4a48;
    line-height: 1.5;
    font-size: 16px;
    display: none;
}

.accordion-contentPadding {
    padding: 20px
}

.accordion-alt .accordion-buttonContainer {
    border-color: #1d1d1b;
    background: #151515
}

.accordion-alt .accordion-button {
    color: #fff;
    padding: 26px 20px
}

.accordion-alt .accordion-title {
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 2px
}

.accordion-alt .accordion-content {
    background-color: transparent;
    color: #f0f0ed;
    font-size: 1rem;
    line-height: 1.75
}

.accordion-light-Jrt {
    border: 0;
    margin-bottom: 10px
}

.accordion-light-Jrt .accordion-button {
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9
}

.accordion-light-Jrt .accordion-button,
.accordion-light-Jrt .accordion-content {
    color: #1d1d1b
}

.accordion-light-Jrt .accordion-title {
    font-size: 1rem;
    letter-spacing: 1px
}


.socialMediaSection-root {
    width: 100%;
    padding: 18px
}

@media(min-width: 768px) {
    .socialMediaSection-root {
        margin: 2rem auto 0;
        max-width: 350px
    }
}

@media(min-width: 1024px) {
    .socialMediaSection-root {
        margin: 0;
        max-width: none;
        padding: 0 0 18px;
        width: calc(100% + 30px)
    }
}

.socialMediaSection-flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: auto
}

.socialMediaSection-circle {
    width: 56px;
    height: 56px;
    background-color: #151515;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: relative;
    transition: color .25s;
    /*margin: 0 10px;*/
    margin-right: 10px;
}

.socialMediaSection-circle:hover,
.socialMediaSection-circle:focus,
.socialMediaSection-circle:active {
    color: #85714d
}

.socialMediaSection-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.footerInfo-root {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem
}

.footerInfo-root p,
.footerInfo-root a {
    color: #f0f0ed;
    font-size: .875rem;
    line-height: 21px;
    margin: 0
}

.footerInfo-root a {
    color: #85714d
}

@media(min-width: 768px) {
    .footerInfo-root {
        padding: 0;
        margin-top: 2rem
    }
}

@media(min-width: 991px) {
    .footerInfo-root {
        margin-top: 4rem
    }
}

.footerInfo-container {
    border-bottom: 1px solid #7f7f7f
}

@media(min-width: 768px) {
    .footerInfo-container {
        border: none;
        display: flex;
        justify-content: space-between
    }
}

.footerInfo-logos {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 1rem 0
}

@media(min-width: 768px) {
    .footerInfo-logos {
        margin: 0
    }
}

.footerInfo-image {
    margin: 0 15px
}

@media(min-width: 768px) {
    .footerInfo-image {
        margin: 0 0 0 30px
    }
}

.arrowButton-root {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    flex-shrink: 0
}

.arrowButton-root:disabled {
    opacity: .5
}

.arrowButton-root i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1rem;
    color: #636362
}

.navigation-searchBar-WmW {
    background: #fff
}

.navigation-header {
    padding: 10px;
    background: #1d1d1b
}

.navigation-contentSection {
    background: #fff;
    flex: 1
}

.drawer-root {
    display: flex;
    --minicart-header-height: 3.5rem;
    align-content: start;
    bottom: 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0, 0);
    transition-duration: 192ms;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    visibility: hidden;
    width: 100%;
    z-index: 4;
    overflow: hidden
}

@media(min-width: 768px) {
    .drawer-root {
        max-width: 640px
    }
}

.drawer-leftSide {
    right: auto;
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

@media(min-width: 768px) {
    .drawer-leftSide {
        max-width: 380px
    }
}

.drawer-root_open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-duration: 224ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    visibility: visible
}

.drawerClose-root {
    flex: 0;
    background-color: rgba(0,0,0,.5);
}

.drawerClose-closeButton {
    background: #fe6b00;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 65px;
    width: 61px
}

.fieldIcons-root {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-areas: "before input after";
    grid-template-columns: auto 1fr auto;
    height: 50px
}

@media(min-width: 768px) {
    .fieldIcons-root {
        height: 2.25rem
    }
}

.fieldIcons-input {
    align-items: center;
    display: flex;
    grid-column: before-start/after-end;
    grid-row: input-start/input-end
}

.fieldIcons-input>input {
    padding-left: calc(1.875rem * var(--iconsBefore) + 0.375rem - 1px);
    padding-right: calc(1.875rem * var(--iconsAfter) + 0.375rem - 1px)
}

.fieldIcons-before,
.fieldIcons-after {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 2.25rem;
    font-size: 1.25rem
}

.fieldIcons-before:empty,
.fieldIcons-after:empty {
    display: none
}

.fieldIcons-before {
    grid-area: before
}

.fieldIcons-after {
    grid-area: after
}

.searchBar-root-2cu {
    align-items: center;
    display: none;
    height: 45px;
    justify-content: center;
    width: 100%
}

.searchBar-root_open {
    display: flex
}

.searchBar-form {
    align-items: center;
    display: grid;
    justify-items: stretch;
    width: 100%
}

.searchBar-container-2Uk {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.searchBar-search-rsW {
    display: grid;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5px 15px
}

.searchBar-autocomplete-3I9 {
    display: grid;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    min-width: 400px
}

.searchBar-fullWidth-1LL {
    width: 100%
}

.searchField-input-1GU {
    background: transparent;
    border: 0;
    color: #1d1d1b;
    font-size: 14px;
    outline: none;
    width: 100%;
    letter-spacing: 1px;
    padding-left: 20px
}

.searchField-search {
    display: grid;
    padding: 0px 10px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media(min-width: 768px) {
    .searchField-search {
        padding: 5px 10px
    }
}

.searchField-search input::placeholder {
    color: #1d1d1b;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px
}

.searchField-search.searchField-isTransparent input::placeholder {
    color: #fff
}

.searchField-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.searchField-isTransparent .searchField-input-1GU {
    color: #fff
}

.searchField-isTransparent.searchField-search {
    color: #fff
}

.searchField-isTransparent.searchField-search input::placeholder {
    color: #fff
}

.autocomplete-hidden-1dy {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
    transition-duration: 192ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    visibility: hidden
}

.autocomplete-visible--78 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-duration: 224ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    visibility: visible
}

.autocomplete-root {
    background-color: #fff;
    border: 1px solid #e3e3de;
    border-top-color: transparent;
    display: grid;
    font-size: .8125rem;
    font-weight: 300;
    gap: .75rem;
    left: 0;
    line-height: 1.5;
    padding: 1rem 1rem;
    position: absolute;
    right: 0;
    transition-property: opacity, transform, visibility;
    z-index: 2
}

.autocomplete-root_hidden {}

.autocomplete-root_visible-3H0 {}

.autocomplete-message {
    color: #1d1d1b;
    font-weight: 300;
    padding: 0 .75rem;
    text-align: center
}

.autocomplete-message:empty {
    padding: 0
}

.autocomplete-suggestions {
    display: grid;
    gap: .5rem
}

@media(min-width: 1024px) {
    .autocomplete-suggestions {
        display: flex
    }
}

.autocomplete-suggestions:empty {
    display: none
}

.mobileCategories-root {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 65px);
    background-color: #1d1d1b;
    background-image: url(../images/footer-repeat-pattern.svg);
    background-position: center;
    background-size: 226px
}

.mobileCategories-account {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.mobileCategories-subcategoryLink:hover,
.mobileCategories-subcategoryLink:focus,
.mobileCategories-subcategoryLink:active,
.mobileCategories-link:hover,
.mobileCategories-link:focus,
.mobileCategories-link:active {
    background-color: #1d1d1b
}

.mobileCategories-link:not(.mobileCategories-mainLink):last-child {
    border: 0
}

.mobileCategories-subcategoryLink {
    border-bottom: 1px solid #2e2e2b;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 300;
    outline: none;
    padding: 14px 20px;
    user-select: none
}

.mobileCategories-subcategoryLink[disabled] {
    background: #ddd;
    cursor: auto
}

.mobileHeader-root-aQy {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    padding: 0 18px;
    transition: transform .5s, background-color .25s;
    width: 100%;
    z-index: 100
}

.mobileHeader-root-aQy.mobileHeader-transparent-1v3 {
    background-color: transparent;
    border-bottom-color: transparent
}

.mobileHeader-root-aQy.mobileHeader-transparent-1v3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #f0f0ed;
    opacity: .2
}

.mobileHeader-navHidden-1_0 {
    transform: translateY(-100%)
}

.mobileHeader-logo-1-x {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobileHeader-shop {
    width: 50px;
    height: 50px;
    text-align: center
}

.mobileHeader-shop span {
    font-size: .75rem;
    color: #1d1d1b;
    letter-spacing: 2px;
    line-height: .825rem;
    text-transform: uppercase
}

.desktopHeaderSection-isTransparent .mobileHeader-shop span {
    color: #fff
}



.arrowButton-root {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    flex-shrink: 0
}

.arrowButton-root:disabled {
    opacity: .5
}

.arrowButton-root i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1rem;
    color: #636362
}

.desktopHeaderSection-isTransparent .arrowButton-root {
    border-color: rgba(240, 240, 237, .2) !important;
    background-color: transparent !important
}

.desktopHeaderSection-isTransparent .arrowButton-root i {
    color: #fff !important
}


.navWindow-root {
    background-color: #1d1d1b;
    background-image: url(../images/footer-repeat-pattern.svg);
    background-position: center;
    background-size: 226px;
    box-shadow: 0 10px 20px 0 rgba(29, 29, 27, .1);
    left: 0;
    min-height: 380px;
    padding: 60px 0 50px;
    position: absolute;
    width: 100vw;
    right: 0;
    text-align: left;
    top: 100%;
    z-index: 100
}

.navWindow-title {
    color: #fff;
    display: block;
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.navWindow-link {
    border-bottom: 1px solid transparent;
    color: #f0f0ed;
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px
}

.navWindow-link:hover {
    border-bottom: 1px solid #85714d
}

.navWindow-link[disabled] {
    color: #d9d9d1;
    cursor: auto;
    border: 0
}

.navWindow-detailContent-2zL {
    display: flex;
    flex-direction: row
}

.navWindow-linkSection {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 270px;
    font-size: 14px
}

.navWindow-navDetail-2EF {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 40px);
    overflow: hidden
}

.navWindow-loading-3mW {
    display: flex;
    justify-content: center
}

.navPreview-imagePreviewSection-jUX {
    display: block;
    width: 100%;
    position: relative
}

.navPreview-imagePreviewPicture {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 67.88%;
    max-width: 100%
}

.navPreview-imagePreview {
    width: 100%;
    text-align: center;
    padding: 0 15px
}

.navPreview-link-oIQ {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.navPreview-link-oIQ h3 {
    color: #fff;
    margin: 1rem auto
}

.navPreview-link-oIQ>a>div>div {
    margin: 1rem auto
}


.desktopNavigation-desktopNavigation-3dL {
    height: 100%
}

.desktopNavigation-root-9fb {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    padding: 23px 0
}

.desktopNavigation-navigationItem-12G {
    word-break: keep-all;
    white-space: nowrap
}

.desktopNavigation-navItem-1vb {
    color: #1d1d1b;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 19px;
    padding: 0 5px;
    position: relative;
    transition: color .25s;
    text-transform: uppercase
}

@media(min-width: 800px) {
    .desktopNavigation-navItem-1vb {
        letter-spacing: 1px
    }
}

@media(min-width: 950px) {
    .desktopNavigation-navItem-1vb {
        letter-spacing: 2px
    }
}

@media(min-width: 1200px) {
    .desktopNavigation-navItem-1vb {
        font-size: 1rem;
        padding: 0 15px
    }
}

.desktopNavigation-navItem-1vb.desktopNavigation-isTransparent {
    color: #fff
}

.desktopNavigation-navItem-1vb * {
    pointer-events: none
}

.desktopNavigation-navItemOpen,
.desktopNavigation-navItem-1vb:hover {
    color: #85714d
}

.desktopNavigation-navItemOpen.desktopNavigation-hasChildren:after {
    content: "";
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    width: 40px;
    height: 20px;
    background-image: url(../images/footer-feather-shape.svg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s;
    z-index: -1
}

.desktopNavigation-burger-2_l {
    color: #fff;
    font-size: 24px;
    margin-right: 20px
}

.desktopNavigation-searchContainer-234 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 56%
}

.desktopNavigation-searchContainer-234>div {
    height: 35px;
    color: var(--app-black)
}

@media(min-width: 768px) {
    .desktopNavigation-searchContainer-234>div {
        width: 100%
    }
}

.desktopNavigation-searchContainer-234>div>div>form>div {
    background: rgba(74, 74, 72, .5) !important;
    border: initial;
    padding: 0 10px
}

.desktopNavigation-searchContainer-234>div>div>form>div input {
    color: #fff
}

.desktopNavigation-searchContainer-234 i {
    color: #fff
}


.breadcrumbs {
    box-sizing: border-box;
    position: relative;
/*    margin-left: auto;
    margin-right: auto;*/
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1.5rem;
    max-width: 1314px;
}

.breadcrumbs-root {
    color: #1d1d1b;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*height: .875rem;*/
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumbs-root.breadcrumbs-light {
    color: #fff
}

.breadcrumbs-text {
    padding: .25rem
}

.breadcrumbs-divider {}

.breadcrumbs-link {}

.breadcrumbs-link:hover {
    text-decoration: underline
}

.breadcrumbs-currentCategory {}

@media(max-width: 990px) {
    .desktopHeaderSection-root{
        border-bottom: 1px solid #e7e7e7;
    }
    .desktopHeaderSection-root:after{
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

}


.year-popup,.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-popup .con{
    width: 640px;
    height: 420px;
    border:1px solid #85714d;
    background-color: #1d1d1b;
    position: relative;
}

.year-popup .con:before,.year-popup .con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1d1d1b;
    background-image: url(../images/footer-repeat-half.svg);
    background-position: top right;
    background-size: 226px;
    z-index: 0;
}
.year-popup .con:before {
    left: 50%;
    background-position: top left;
}
.year-main{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    height: 100%;
}
.year-popup  .year-main .logo{
    width: 162px;
}

.year-main p{
    margin: 1em 0;
}
.year-main .btns{display: flex;}
.year-main .btns button{border-radius: 5px;height: 30px;margin: 0 1em;background-color: #fe6b00;color: #fff;}
.year-main .btns button:hover{background-color: #fe6b00;color: #000;background-color: #fff;    border: 1px solid #1d1d1b;}
.year-popup .con ol{
    position: absolute;
    color: #fff;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    z-index: 1;
}

@media(max-width: 767px) {
    .year-popup .con {
        width: 95%;
        height: auto;
        padding: 50px 0 120px 0;
        border: 1px solid #85714d;
        background-color: #1d1d1b;
        position: relative;
    }
    .year-main{
        margin-left: 2.5%;
        width: 95%;
    }
    .year-popup .con ol{
        line-height: 1.5em;
        max-width: 90%;
        margin-left: 5%;
    }
}

@media(max-width: 375px) {
    .year-popup .button-root {
        min-width:100px;
        position: relative;
    }
}

.dropdown-root {
    position: relative;
    width: 100%;
    float: left
}

.dropdown-icon {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-weight: 300;
    color: #1d1d1b
}

.dropdown-icon i {
    color: #1d1d1b
}

.dropdown-select {
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    border: 1px solid #bababa;
    border-radius: initial;
    font-size: 1rem;
    font-weight: 300;
    height: 40px;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: uppercase;
    width: 100%;
    background-color: #fff;
    outline: none
}

.dropdown-select option {
    text-transform: initial;
    font-weight: 300;
    color: #1d1d1b;
    font-size: 1rem;
}

.dropdown-large select {
    height: 50px
}

@media(min-width: 1024px) {
    .dropdown-large select {
        height: 40px
    }
}



@media(min-width: 768px) {
    .uspSection-background {
        background-color: #f0f0ed
    }
}

.uspSection-root {
    padding-top: 3rem;
    padding-bottom: 4rem;
    text-align: center
}

.uspSection-root.uspSection-showMobileIcons-2hU {
    padding-bottom: 2rem
}

@media(min-width: 768px) {
    .uspSection-root {
        padding: 5rem 0
    }

    .uspSection-root.uspSection-showMobileIcons-2hU {
        padding-bottom: 3rem
    }
}

.uspSection-title-1hE {
    font-size: 1.75rem;
    letter-spacing: 2px;
    line-height: 2.125rem;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .uspSection-title-1hE {
        font-size: 1.875rem;
        line-height: 2.25rem;
        letter-spacing: 1.5px
    }
}

.uspSection-usp {
    margin-bottom: 2rem;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

@media(min-width: 768px) {
    .uspSection-usp {
        margin-bottom: 0;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
    }
}
@media(min-width: 991px) {
    .uspSection-usp {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.uspSection-usp p {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.25;
    margin-top: 1.5rem;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .uspSection-usp p {
        letter-spacing: 2px
    }
}