﻿@charset "utf-8";

/*@font-face {
    font-family: montserratregular;
    font-style: normal;
    font-weight: 400;
    src: url(montserrat-regular-webfont.woff) format("woff")
}
*/
@font-face {
    font-family: notokufiarabic;
    font-style: normal;
    font-weight: 400;
    src: url(NotoKufiArabic-Regular.woff) format("woff"),url(NotoKufiArabic-Regular.ttf) format('truetype')
}

body {
    /*margin: 35px 0 0 !important;*/
    padding: 0;
    /*font-family: montserratregular,Helvetica !important;
    font-size: 12px;*/
    color: #222;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: none;
    color: #fff;
    transition: color .5s ease 0s,background-color .5s ease 0s
}

    a.Link {
        padding-right: 12px
    }

        a.Link:hover {
            text-decoration: none;
            color: #888;
            text-decoration: underline
        }

    a.link {
        text-decoration: underline
    }

img {
    border: none
}

#registerdiv {
    background: url(../../images/or.png) 0 center no-repeat;
    padding-left: 40px;
    padding-top: 20px;
    min-height: 400px
}

.arabic {
    font-family: "Founders Grotesk",sans-serif,-apple-system !important;
    line-height: 1.3
}

.english {
    font-family: "Founders Grotesk",sans-serif,-apple-system !important;
    line-height: 1
}

.mobile {
    display: none
}

img.full {
    width: 100%
}

.wrap {
    margin: 0 auto;
    clear: both;
    margin-top: calc(100% - 85%) !important;
}
#CustomKandoraHeading {
    font-weight:800 !important;
}
.Error {
    color: #900;
    padding: 10px;
    border: 1px solid #fff;
    margin: 10px
}

.error {
    color: #f45c19 !important
}

.clearleft {
    clear: left
}

.clear {
    clear: both
}

.hide {
    display: none
}

.block {
    display: block
}

.bold {
    font-family: montserratbold
}

.notice {
    border: 1px solid #fff;
    box-shadow: 0 0 3px #888;
    padding: 20px;
    font-size: 14px;
    background-color: #fafafa;
    text-align: left;
    margin: 10px auto;
    background-image: linear-gradient(to bottom,#dd4b39,#d14836);
    color: #fff;
    max-width: 500px
}

.notice2 {
    color: #9f6000;
    background-color: #feefb3;
    text-align: center;
    padding: 10px;
    display: none;
    line-height: 36px;
    font-size: 14px
}

.options .Qty {
    height: 30px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-appearance: menulist;
    min-width: 50px
}

    .options .Qty option {
        background-color: #eee;
        margin: 1px 5px 0 !important;
        padding: 10px !important;
        -webkit-appearance: button
    }

        .options .Qty option:hover {
            background-color: #ddd !important
        }

        .options .Qty option:nth-child(2) {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

.dim {
    color: #999
}

.space {
    margin: 20px 0 5px;
    display: block
}

    .space span {
        background-color: #bbb;
        padding: 5px;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: 1px;
        color: #f8f8f8
    }

        .space span + input {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .space input + span {
        position: relative;
        top: -30px;
        left: -30px
    }

    .space input {
        padding-left: 100px
    }

        .space input:focus + span {
            display: none
        }

.space {
    margin: 5px 0;
    display: block
}

    .space input:disabled {
        background: #eee;
        color: #000
    }

    .space input:focus + span {
        display: none
    }

label.space span {
    display: inline-block;
    background-color: #ccc;
    color: #000;
    width: 80px;
    padding: 7px;
    text-align: left;
    border: 1px solid #bbb;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

label.space input {
}

label.space select {
    border-radius: 5px;
    margin: 1px
}

.margin {
    margin: 20px
}

table {
    border-collapse: collapse
}

    table caption {
        background-color: #4c4c4c;
        color: #fff;
        font-size: 18px
    }

tr {
    vertical-align: top;
    line-height: 2
}

th {
    background-color: #4c4c4c;
    color: #fff;
    font-weight: 400
}

.table {
    display: table;
    width: 100%
}

    .table .caption {
        display: table-caption;
        text-transform: uppercase;
        font-size: 16px;
        padding: 15px;
        color: #fff;
        background-color: #9c9c9c
    }

    .table .th {
        display: table-cell;
        line-height: 2;
        text-align: center;
        background-color: #ddd
    }

    .table .col {
        display: table-cell;
        border-bottom: 1px solid #ddd;
        vertical-align: middle
    }

        .table .col.vt {
            vertical-align: top
        }

    .table .row {
        display: table-row
    }

    .table .col.detail {
        text-align: left;
        padding-left: 10px
    }

h1 {
    text-transform: uppercase;
    font-weight: 400 !important;
    clear: both;
    font-size: 4rem !important;
    font-family: Founders Grotesk,sans-serif,-apple-system;
}

h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    clear: both
}

h3 {
    font-weight: 400;
    text-transform: uppercase;
    clear: both
}

ul.MenuT {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    float: right
}

    ul.MenuT li {
        list-style: none;
        float: left;
        color: #888;
        line-height: 13px;
        text-shadow: -1px -1px 1px rgba(100,100,100,.4)
    }

        ul.MenuT li a {
            padding: 13px 10px;
            color: #888;
            white-space: nowrap;
            display: block;
            text-decoration: none;
            text-align: center
        }

        ul.MenuT li.last a {
            padding: 2px
        }

#TSteps {
    background-color: #50524f
}

    #TSteps a {
        padding: 10px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: 35%
    }

        #TSteps a.sell {
            border-right: 4px solid #0c0c0e;
            background-color: #c6c8c8;
            color: #0c0c0e
        }

        #TSteps a.selr {
            border-left: 4px solid #0c0c0e;
            background-color: #c6c8c8;
            color: #0c0c0e
        }

.white {
    color: #fff
}

.gray {
    color: #666
}

.text {
    padding: 1%;
    padding-right: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px
}

.content {
    padding: 10px;
    min-height: 400px;
    margin: 10px
}

.smallcontent {
    text-align: center;
    padding: 30px 50px;
    max-width: 1000px;
    font-size: 18px;
    color: #b1b3b6
}

    .smallcontent em {
        color: #f2f2f2
    }

.bg {
    background: #c6c8c8
}

.center {
    text-align: center
}

.cap {
    text-transform: uppercase
}

.css-button {
    display: inline-block;
    line-height: 14px;
    padding: 12px 15px 10px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    letter-spacing: .025em;
    background-color: #444;
    color: #fff;
    vertical-align: bottom;
    transition: color .5s ease 0s,background-color .5s ease 0s
}

    .css-button:hover {
        background-color: #888
    }

.css-buttond {
    display: inline-block;
    line-height: normal;
    padding: 4px 5px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    letter-spacing: .025em;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    color: #333;
    vertical-align: bottom;
    transition: color .5s ease 0s,background-color .5s ease 0s
}

    .css-buttond:hover {
        background-color: #ccc;
        color: #fff
    }

    .css-buttond.del {
        background: url(images/sprite.png) left -53px #fff no-repeat;
        padding-left: 26px
    }

    .css-buttond.edit {
        background: url(images/sprite.png) left -1418px #fff no-repeat;
        padding-left: 26px
    }

    .css-buttond.del:hover, .css-buttond.del:focus {
        background: url(images/sprite.png) left -53px #9c9c9c no-repeat;
        padding-left: 26px;
        border: 1px solid #666
    }

    .css-buttond.edit:hover, .css-buttond.edit:focus {
        background: url(images/sprite.png) left -1443px #9c9c9c no-repeat;
        padding-left: 26px;
        border: 1px solid #666
    }

#Save .bag {
    background: url(images/shopping-bag-white2.svg) 10px center no-repeat #444;
    background-size: 16px;
    padding-left: 35px;
    min-width: 190px;
    text-align: left
}

    #Save .bag:hover {
        background: url(../../images/shopping-bag-white2-over.svg) 10px center no-repeat #ddd;
        background-size: 16px
    }

#Save .wishlist {
    background: url(../../images/icon-heart2-white.svg) 10px center no-repeat #aaa;
    background-size: 15px;
    padding-left: 35px;
    min-width: 190px;
    text-align: left
}

    #Save .wishlist:hover {
        background: url(../../images/icon-heart2.svg) 10px center no-repeat #ddd;
        background-size: 15px;
        color: #4c4c4c
    }

.button, form.inline {
    background-color: #50524f;
    max-width: 300px;
    border: 1px ridge #50524f;
    padding: 8px 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: inset 1px 1px 0 rgba(198,200,200,.3);
    text-shadow: -1px -1px 1px rgba(0,0,0,.75);
    color: #c6c8c8;
    border-radius: 5px;
    margin: 2px
}

#Bag {
    border: 1px solid rgba(0,0,0,.25);
    background: #fff;
    width: 300px;
    margin: 0 auto;
    transition: opacity 500ms ease;
    will-change: opacity;
    vertical-align: baseline
}

    #Bag.Fixed {
        position: fixed;
        top: 3rem;
        right: 10px
    }

    #Bag.ToRight {
        position: absolute;
        top: 100px;
        right: 0;
        float: right;
        margin-right: 10px
    }

    #Bag #head {
        padding: 9px 10px;
        text-transform: uppercase;
        background-color: #eee;
        border-bottom: 1px solid #aaa;
        display: block;
        margin-bottom: 2px
    }

    #Bag .close {
        display: inline-block;
        float: right;
        margin-top: 1px;
        margin-right: 1px
    }

    #Bag #itemslist {
        height: 300px;
        overflow: auto;
        padding: 10px
    }

        #Bag #itemslist .item {
            border-top: 1px solid #aaa;
            padding: 5px 0
        }

            #Bag #itemslist .item:first-child {
                border-top: none
            }

            #Bag #itemslist .item .itemimg {
                width: 80px;
                height: auto;
                float: left
            }

            #Bag #itemslist .item .itemcontent {
                width: calc(100% - 90px);
                padding: 0 0 0 10px;
                float: left
            }

                #Bag #itemslist .item .itemcontent .itemprice {
                    margin: 10px 0;
                    font-size: 1.5em
                }

                #Bag #itemslist .item .itemcontent .itemattr {
                    text-align: left
                }

                    #Bag #itemslist .item .itemcontent .itemattr .Attr {
                        font-size: 12px;
                        text-align: left
                    }

                    #Bag #itemslist .item .itemcontent .itemattr span {
                        color: #aaa;
                        width: 90px;
                        font-size: 10px;
                        display: inline-block
                    }

    #Bag #itemslist, #nav {
        scrollbar-width: 5px;
        scrollbar-color: #888
    }

        #Bag #itemslist::-webkit-scrollbar, #nav::-webkit-scrollbar {
            width: 5px;
            radius: 5px
        }

        #Bag #itemslist::-webkit-scrollbar-track, #nav::-webkit-scrollbar-track {
            background: #f1f1f1
        }

        #Bag #itemslist::-webkit-scrollbar-thumb, #nav::-webkit-scrollbar-thumb {
            background: #888
        }

            #Bag #itemslist::-webkit-scrollbar-thumb:hover, #nav::-webkit-scrollbar-thumb:hover {
                background: #555
            }

    #Bag #subtotal {
        background-color: #efefef;
        border-top: 1px solid #aaa
    }

    #Bag .Attr {
        line-height: 1.8;
        padding: 0 10px
    }

        #Bag .Attr span {
            text-align: right;
            color: #000;
            width: 50%;
            font-size: 12px
        }

            #Bag .Attr span:first-child {
                text-align: left;
                width: 50%;
                display: inline-block;
                color: #666
            }

    #Bag #Totala {
        background-color: #444;
        color: #fff;
        padding: 5px 20px;
        font-size: 1.3em
    }

        #Bag #Totala span {
            color: #fff;
            width: 50%
        }

    #Bag #subtotal #subtotala {
        margin: 8px 0
    }

    #Bag #subtotal #Totala {
        background-color: #444;
        color: #fff;
        padding: 5px 10px;
        font-size: 1.3em
    }

        #Bag #subtotal #Totala span {
            color: #fff
        }

form.inline {
    white-space: nowrap;
    padding-right: 50px
}

    form.inline input[type=number] {
        width: 50px
    }

label.Field input, label.Field textarea {
    width: 100%
}

label p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

fieldset {
    width: 100%;
    max-width: 310px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left !important
}

input[type=text], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=password] {
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 5px;
    max-width: 97%;
    width: 290px;
    margin: 1px;
    background-color: #f8f8f8
}

    input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
        background-color: #fff
    }

input#user {
    background: url(../../images/user.png) 10px no-repeat #f0f0f0;
    padding-left: 41px;
    background-size: 20px 20px;
    border-radius: 5px
}

input#pass {
    background: url(../../images/pass.png) 10px no-repeat #efefef;
    padding-left: 41px;
    background-size: 20px 20px;
    border-radius: 5px
}

input#icon-email {
    background: url(images/icon-email.png) 10px no-repeat #efefef;
    padding-left: 41px;
    background-size: 15px;
    border-radius: 5px
}

textarea {
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #eee;
    color: #333;
    max-width: 97%;
    width: 290px;
    min-height: 70px;
    -webkit-appearance: none;
    font-size: 12px
}

input[type=date], input.normal {
    padding: 3px;
    border: 1px solid #bbb;
    border-radius: 5px
}

input, select, option, optgroup, textarea {
    font-family: montserratregular !important;
    -webkit-appearance: none
}

    input[type=number] {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        margin: 0
    }

        input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

select {
    height: 35px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 290px;
    max-width: 97%;
    -webkit-appearance: menulist
}

    select option {
        background-color: #eee;
        margin: 1px 5px 0 !important;
        padding: 10px !important;
        -webkit-appearance: button
    }

        select option:hover {
            background-color: #ddd !important
        }

        select option:first-child {
        }

        select option:nth-child(2) {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

    select[name=Qty] {
        width: 100px
    }

input.Submit {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #334664;
    background: #334664;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.button span {
    font-size: 11px;
    color: #a6a8a8;
    display: block;
    text-shadow: none
}

.button:hover {
    background-color: #c6c8c8;
    border: 1px dashed #888;
    color: #000
}

.tel {
    font-size: 12px;
    color: #000
}

.notice .ph {
    font-size: 14x;
    color: #000
}

.email {
    background: url(images/email.png) left no-repeat;
    padding-left: 30px;
    font-size: 16px
}

.floatr {
    float: right
}

.banner img {
    width: 100%
}

.grid1 {
    width: 10%;
    float: left
}

.grid2 {
    width: 20%;
    float: left
}

.grid3 {
    width: 30%;
    float: left
}

.grid4 {
    width: 40%;
    float: left
}

.grid5 {
    width: 50%;
    float: left
}

.grid6 {
    width: 60%;
    float: left
}

.grid7 {
    width: 70%;
    float: left
}

.grid8 {
    width: 80%;
    float: left
}

.grid9 {
    width: 90%;
    float: left
}

.Two {
    width: 49.5%;
    float: left
}

.Five {
    width: 20%;
    float: left
}

.Three {
    width: 33%;
    float: left
}

.Five h3 {
    padding-left: 25px;
    /*border-top: none;
    border-bottom: none;
    text-align: left;
    font-weight: 400;*/
    position: relative;
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    /*font-size: 0.6rem;*/
    font-weight: 400;
    transition: background-color 200ms ease 0s, border-color 200ms ease 0s, color 200ms ease 0s;
    letter-spacing: 0px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    text-align: left;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
}

.Five a {
    display: block;
    padding: 5px 25px;
    color: #888;
    text-transform: uppercase;
    font-size: 10px
}

    .Five a.bl {
        /*border-left: 1px solid #ddd*/
    }

    .Five a.br {
        /*border-right: 1px solid #ddd*/
    }

    .Five a:hover {
        color: #4c4c4c
    }

    .Five a.noborder {
        border: none
    }

.Five.logo {
    text-align: right;
    padding-top: 20px
}

    .Five.logo img {
        margin-right: 15px;
        width: 150px;
        height: auto
    }

.TwoThree {
    width: 40%;
    float: left;
    text-align: right;
    padding: 18px 0
}

.Pics {
    clear: left;
    margin: 10px 0
}

#header {
    min-height: 83px;
    margin-bottom: 10px
}

    #header a {
        color: #111;
        text-decoration: none;
        display: inline-block
    }

#falcon {
    display: none
}

#falcondiv {
    background-color: #222;
    vertical-align: central;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    padding-top: 20px
}

    #falcondiv img {
        width: 425px;
        height: 302px;
        margin-top: 160px
    }

#falconlang {
    padding: 0 20%;
    width: 60%;
    margin: 0 auto;
    top: 300px;
    position: absolute;
    display: none
}

    #falconlang a {
        width: 49%;
        display: inline-block;
        color: #fff;
        font-size: 28px
    }

        #falconlang a#L {
            text-align: left;
            font-size: 20px
        }

        #falconlang a#R {
            text-align: right
        }

#account input {
    background-color: #9c9b9b;
    color: #111;
    margin: 2px;
    border: none;
    padding: 2px
}

#headercart {
    max-width: 420px;
    line-height: normal;
    position: absolute;
    z-index: 100;
    background-color: #c6c8c8;
    border: 1px solid #e6e8e8;
    font-size: 12px;
    display: none
}

#grad {
    background: url(images/bg-grad.jpg) repeat-x;
    height: 38px;
    text-align: right;
    padding: 0 20px;
    line-height: 2;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

    #grad a {
        margin: 0 20px
    }

#ww {
    background-color: #212121;
    color: #eee;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    text-align: center
}

#logo {
    float: left;
    padding: 2px 0 0 15px;
    width: 42px;
    height: 30px
}

    #logo img {
        width: 42px;
        height: 30px
    }

#topslide {
    height: 0;
    transition: height .7s ease-in-out;
    display: none;
    overflow: hidden;
    color: #000
}

#slideclosebutton {
    position: absolute;
    padding: 1px;
    top: 1px;
    right: 1px;
    display: none
}

#topdata {
    width: 69.9%;
    height: 260px;
    background-color: #fff
}

#topsummary {
    background-color: #ddd;
    width: 30%;
    height: 260px
}

#topsummarydet {
    height: 130px
}

#topdata #arrowleft, #topdata #arrowright {
    display: inline-block;
    width: 26px;
    padding-top: 100px;
    vertical-align: middle;
    float: left;
    margin: 0 5px
}

#topdata #conte {
    width: 90%;
    display: inline-block;
    height: 300px;
    float: left
}

#topdata .prod {
    width: 100px;
    float: left;
    padding: 14px 10px;
    margin: 0 2px;
    background-color: #eee;
    text-align: left
}

    #topdata .prod div {
        margin: 5px 0
    }

    #topdata .prod .prodname {
        height: 24px;
        font-size: 10px
    }

    #topdata .prod .prodprice {
        color: #4c4c4c;
        vertical-align: bottom
    }

#topdata .del {
    width: 30px;
    height: 30px;
    margin-left: 80px;
    margin-top: -14px;
    position: absolute;
    display: none
}

#topdata .prod:hover .del {
    display: inline-block
}

#topslidetotaldet {
    height: 120px
}

    #topslidetotaldet .Price {
        font-weight: 700;
        color: #4c4c4c;
        margin: 20px 0
    }

.qtybox {
    height: 25px;
    /*width: 90px;*/
    border: 1px solid #fff
}

    .qtybox a {
        display: inline-block;
        text-align: center;
        width: 30px;
        height: 25px;
        background-color: #444;
        font-size: 18px;
        line-height: 25px;
        vertical-align: baseline;
        color: #fff
    }

        .qtybox a.disable {
            background-color: #888;
            pointer-events: none
        }

    .qtybox input {
        display: inline-block;
        text-align: center;
        width: 30px;
        height: 25px;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        vertical-align: top;
        background-color: #fff
    }

#logo2 img {
    padding: 13px 7px 7px;
    width: 341px;
    height: 79px;
    display: inline-block
}

.topbar {
    text-align: right;
    display: inline-block;
    float: right
}

    .topbar img {
    }

    .topbar a {
        padding: 11px 20px 10px 15px;
        display: inline-block;
        border-left: 1px solid #888;
        color: #fff;
        text-align: center
    }

        .topbar a:hover {
            color: #ccc
        }

        .topbar a#itemscount {
            background: url(images/shopping-bag-white2.svg) 5px center no-repeat;
            background-size: 15px;
            padding-left: 40px
        }

            . a#itemscount:hover, .topbar a#itemscount.sel {
                background: url(../../images/shopping-bag-white2-over.svg) 5px center no-repeat #ddd;
                background-size: 15px;
                color: #222
            }

        .topbar a#wishlistcount {
            background: url(../../images/icon-heart2-white.svg) 5px center no-repeat;
            background-size: 13px;
            padding-left: 35px
        }

            .topbar a#wishlistcount:hover, .topbar a#wishlistcount.sel {
                background: url(../../images/icon-heart2.svg) 5px center no-repeat #ddd;
                background-size: 13px;
                color: #222
            }

    .topbar div.tb {
        display: inline-block;
        background: url(images/sprite.png) right -631px no-repeat;
        margin-right: 5px;
        padding-right: 5px;
        text-transform: uppercase
    }

        .topbar div.tb:first-child {
            background: 0 0;
            padding-right: 0
        }

            .topbar div.tb:first-child a {
                padding: 10px 20px 9px 15px
            }

        .topbar div.tb > a {
            display: inline-block
        }

        .topbar div.tb div {
            background-color: #4c4c4c;
            position: absolute;
            height: 0;
            transition: height .4s ease-in-out
        }

        .topbar div.tb#sign div {
        }

        .topbar div.tb:hover div {
            height: 28px
        }

        .topbar div.tb div a {
            color: #fff;
            display: none;
            border: none;
            font-size: 10px;
            padding: 7px 14px
        }

        .topbar div.tb:hover div a {
            display: inline-block
        }

    .topbar a:first-child {
        border-left: none
    }

#Auth fieldset {
    display: inline-block;
    margin: 0
}

.topbar div.tb a.AED {
    background: url(images/symbol-AED.png) left 8px no-repeat;
    background-size: 20px
}

.topbar div.tb a.GBP {
    background: url(images/symbol-GBP.png) left 8px no-repeat;
    background-size: 20px
}

.topbar div.tb a.USD {
    background: url(images/symbol-USD.png) left 8px no-repeat;
    background-size: 20px
}

.topbar div.tb a.EUR {
    background: url(images/symbol-EUR.png) left 8px no-repeat;
    background-size: 20px
}

.topbar div.tb.cur > a {
    padding-left: 25px;
    margin-left: 10px
}

.topbar div.tb div a.AED {
    background: url(images/symbol-AED.png) left 3px no-repeat;
    background-size: 20px
}

.topbar div.tb div a.GBP {
    background: url(images/symbol-GBP.png) left 3px no-repeat;
    background-size: 20px
}

.topbar div.tb div a.USD {
    background: url(images/symbol-USD.png) left 3px no-repeat;
    background-size: 20px
}

.topbar div.tb div a.EUR {
    background: url(images/symbol-EUR.png) left 3px no-repeat;
    background-size: 20px
}

.topbar div.tb.cur div a {
    padding-left: 25px;
    margin-left: 10px
}

#header #nav {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 0;
    list-style: none
}

#submenubg {
    height: 0;
    background-color: #888;
    transition: height .4s ease-in-out
}

#header #nav:hover + #submenubg {
    height: 30px
}

#header #nav div.maincat, #header #nav div.noslide {
    display: inline-block;
    padding: 0 20px
}

#header #nav div.noslide1 {
    display: none;
    padding: 0 20px
}

#header #nav div > a {
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 8px
}

#header #nav div.maincat:hover > a {
    color: #888;
    padding: 10px 0 4px;
    border-bottom: 4px solid #888
}

#header #nav div.maincat div.subcat {
    display: none;
    position: absolute
}

#header #nav div.maincat:hover div.subcat {
    display: block
}

#header #nav div.maincat div.subcat a {
    color: #fff;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
    border-bottom: none
}

    #header #nav div.maincat div.subcat a:hover {
        color: #4c4c4c
    }

#header #nav div.cur {
    display: none
}

#leftbar {
    padding: .8%;
    width: 15.7%;
    min-height: 540px;
    -webkit-box-shadow: 0 0 5px rgba(220,220,220,.75);
    -moz-box-shadow: 0 0 5px rgba(220,220,220,.75);
    box-shadow: 0 0 5px rgba(220,220,220,.75);
    float: left
}

#leftbar {
    max-width: 200px;
    padding: 10px
}

    #leftbar ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #leftbar ul.subcat {
            margin-top: 10px;
            font-size: 10px
        }

    #leftbar li.border-top {
        border-top: 1px solid #ddd;
        margin-top: 15px
    }

    #leftbar a {
        text-transform: uppercase;
        display: block;
        padding: 3px 0;
        color: #888
    }

        #leftbar a:hover {
            color: #ddd
        }

        #leftbar a.topcat {
            padding-top: 15px;
            color: #000
        }

        #leftbar a.toplink {
            padding-top: 15px;
            color: #000
        }

    #leftbar hr {
        color: #ddd;
        margin: 15px 0
    }

    #leftbar .topcat {
        pointer-events: none;
        cursor: pointer
    }

.rightcol {
    float: right;
    width: calc(100% - 20px) !important;
    margin-top: 150px !important;
}

input[type=search] {
    width: 140px;
    background: url(images/icon-search-white.svg) 5px center no-repeat #4c4c4c;
    background-size: auto 15px;
    border: none;
    border-radius: 0;
    padding: 10px 0 10px 40px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .7s ease-in-out
}

    input[type=search]:focus {
        width: 210px
    }

    input[type=search]::-webkit-input-placeholder {
        color: #fff
    }

    input[type=search]::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    input[type=search]:-ms-input-placeholder {
        color: #fff
    }

#bottombar {
    /*border-top: 1px solid #ddd;*/
    border-top: 0.1rem solid rgba(238,238,238,0.24);
    padding: 15px 0;
}

    #bottombar #lefts {
        width: 80%;
        margin-top: 18px;
        text-align: center;
        padding-left: 20%
    }

    #bottombar #rights {
        width: 32%;
        float: right;
        text-align: right
    }

        #bottombar #rights img {
            width: 45px;
            height: auto
        }

        #bottombar #rights a {
            padding: 0 10px
        }

    #bottombar #lefts a {
        border-left: 1px solid #ddd;
        color: #aaa;
        padding: 5px 13px;
        margin: 10px 2px;
        text-transform: uppercase;
        font-size: 10px
    }

        #bottombar #lefts a:hover {
            color: inherit
        }

        #bottombar #lefts a:first-child {
            margin-right: 40px;
            padding: 0
        }

        #bottombar #lefts a.noborder {
            border-left: none
        }

#heading {
    /*border-top: 1px solid #ddd;*/
    padding-top: 15px;
    margin: 15px 0
}

#logobottom {
    text-align: right;
    margin: 60px 0 10px
}

    #logobottom img {
        width: 290px
    }

#signup {
    display: block
}

    #signup input[type=email] {
        background-color: #aaa;
        width: 220px;
        color: #fff;
        border: 2px solid #999;
        padding: 5px
    }

#BB {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #ddd;
    color: #333
}

.float {
    float: left
}

.floatright {
    float: right
}

.inline {
    display: inline-block
}

.Home img {
    width: 100%;
    display: block
}

img.grayscale, .grayscale img {
    transition: filter .5s ease 0s
}

    img.grayscale:hover, img.grayscale:focus, .grayscale:hover img, .grayscale:focus img {
        filter: saturate(0%) contrast(120%);
        -webkit-filter: contrast(120%) grayscale(100%)
    }

.f20 {
    width: 20%
}

.f25 {
    width: 25%
}

.f30 {
    width: 30%
}

.f33 {
    width: 33.9%
}

.f40 {
    width: 40.78%;
    vertical-align: top
}

.f59 {
    width: 59.1%
}

.f41 {
    width: 40.8%
}

.f45 {
    width: 45%
}

.f50 {
    width: 49.95%
}

.f55 {
    width: 55%
}

.f60 {
    width: 58.95%;
    vertical-align: top
}

.f70 {
    width: 68%
}

.f67 {
    width: 65.85%
}

.f80 {
    width: 77%
}

.f100 {
    width: 100%;
    vertical-align: top;
    display: block
}

    .f100 img, img.f100 {
        width: 100%
    }

.Home .f33, .f40, .f60, .f67, .f50, .f59, .f41 {
    margin: 0;
    margin-bottom: 1px
}

#Home {
    width: 930px;
    float: right;
    margin-top: 5px
}

    #Home a, #Home div {
        display: inline-block;
        float: left
    }

        #Home a img {
            width: 100%
        }

            #Home a img.no {
                display: none
            }

        #Home a.D0 {
            width: 100%
        }

        #Home a.D1 {
            width: 33.33%
        }

        #Home a.D2 {
            width: 33.95%
        }

        #Home a.D3 {
            width: 32.7%
        }

        #Home a.D4 {
            width: 66.66%
        }

        #Home a:hover img {
            display: none
        }

            #Home a:hover img.no {
                display: block
            }

#kandoratypes a {
    display: inline-block;
    width: 23%;
    margin: .5%;
    min-width: 100px
}

#kandoratypes img {
    width: 100%
}

.Product {
    width: 160px;
    height: 130px;
    text-align: center;
    display: inline-block;
    margin: 3px;
    font-size: 12px
}

    .Product img {
        width: 100%
    }

#MonogramL, #MonogramPlacementL {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 11px
}

    #MonogramL li, #MonogramPlacementL li {
        background-color: #fff;
        text-align: center;
        float: left;
        margin: 2px;
        padding: 2px
    }

        #MonogramL li:hover, #MonogramPlacementL li:hover {
            background-color: #fff;
            border: 1px solid #e68804
        }

        #MonogramL li.sel, #MonogramPlacementL li.sel {
            background-color: #fff;
            border: 1px solid #e68804;
            color: #e68804
        }

#MonogramDetails {
    clear: left
}

#Colors {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 11px
}

    #Colors li {
        background-color: #fff;
        text-align: center;
        float: left;
        margin: 2px;
        padding: 2px;
        width: 52px;
        height: 42px;
        display: inline-block
    }

        #Colors li:hover {
            background-color: #fff;
            border: 1px solid #e68804;
            width: 50px;
            height: 40px
        }

        #Colors li.sel {
            background-color: #fff;
            border: 1px solid #e68804;
            color: #e68804;
            width: 50px;
            height: 40px
        }

.boxs {
    width: 420px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d3cab5;
    color: #4a382c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 10px auto
}

    .boxs div:first-child {
        float: left;
        width: 65px
    }

    .boxs div.cont {
        width: 330px;
        float: right;
        text-align: left
    }

div.cont select {
    width: 120px
}

.size {
    float: left;
    width: 33%;
    height: 50px;
    font-size: 12px;
    margin-top: 10px
}

.PCT66 {
    float: left;
    width: 66%
}

.PCT33 {
    float: left;
    width: 32%
}

#sizeimg img {
    width: 100%
}

.bcontent {
    font-size: 12px;
    background: #fff;
    color: #666;
    padding: 10px
}

    .bcontent img {
        width: 100%
    }

.b1 {
    width: 45%;
    padding: 0 10px;
    float: left;
    text-align: right
}

    .b1 input {
        width: 96%;
        height: 25px;
        background: #ebebeb;
        color: #666;
        margin-bottom: 10px;
        border: none;
        padding: 2px 10px
    }

        .b1 input[type=submit] {
            padding: 10px 40px 10px 10px;
            height: auto;
            background: #77787b;
            width: auto;
            border-radius: 2px;
            color: #fff;
            margin: 5px
        }

        .b1 input[type=reset] {
            padding: 10px 40px 10px 10px;
            height: auto;
            background: #bcbec0;
            width: auto;
            border-radius: 2px;
            color: #fff;
            margin: 5px
        }

    .b1 textarea {
        width: 100%;
        height: 130px;
        background: #ebebeb;
        color: #666;
        border: none;
        padding: 5px
    }

    .b1 select.s {
        width: 30%;
        height: 20px;
        background: #ebebeb url(images/select-bg.jpg) no-repeat right;
        color: #666;
        margin-bottom: 10px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: .01px;
        text-overflow: "";
        margin-right: 10px
    }

    .b1 select.s1 {
        width: 30%;
        height: 20px;
        background: #ebebeb url(images/select-bg.jpg) no-repeat right;
        color: #666;
        margin-bottom: 10px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: .01px;
        text-overflow: "";
        margin-right: 0
    }

    .b1 select.t {
        width: 27%;
        height: 20px;
        background: #ccc url(images/select-bg.jpg) no-repeat right;
        color: #666;
        margin: -35px 0 0;
        float: right;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: .01px;
        text-overflow: "";
        position: relative
    }

    .b1 a {
        display: block;
        text-decoration: none;
        padding: 10px;
        background: #ccc;
        width: 20%;
        float: right;
        border-radius: 2px;
        color: #fff;
        margin: 10px 0 0 20px
    }

.timing {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 10px;
    min-height: 750px;
    color: #fff;
    font-weight: 700
}

    .timing h2 {
        color: #b9beb5;
        margin-bottom: 5px
    }

.cart {
    color: #111
}

.minw {
    min-width: 290px;
    text-align: left
}

input#togglemenu {
    display: none
}

#nav-opener {
    padding: 0 10px;
    border-right: 1px solid #888;
    display: none;
    float: left;
    color: #fff;
    line-height: 1
}

    #nav-opener img {
        height: 33px;
        width: 33px
    }

ul.Products {
    list-style: none;
    padding: 0
}

    ul.Products li {
        float: left;
        max-width: 250px;
        width: 24.7%;
        margin: 10px 1px;
        text-align: center
    }

        ul.Products li.floatn {
            float: none
        }

        ul.Products li a {
            padding: 0;
            margin: 0
        }

        ul.Products li img {
            width: 100%
        }

        ul.Products li div {
            padding: 5px 12px;
            margin: 0;
            color: #888
        }

        ul.Products li > div {
            min-height: 130px
        }

        ul.Products li div div {
            padding: 5px 0;
            color: #222
        }

            ul.Products li div div.collection {
                text-transform: uppercase
            }

        ul.Products li div.Siz a {
            display: inline-block;
            border: 1px solid #ddd;
            background-color: #eee;
            margin: 2px;
            padding: 3px 6px
        }

            ul.Products li div.Siz a.sel {
                border: 1px solid #ddd;
                border-bottom: 2px solid #666;
                background-color: #444;
                color: #fff
            }

.badging {
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    height: 36px;
    font-size: .625rem
}

    .badging .badging-border {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 0 auto;
        padding: 0
    }

    .badging .badging-message {
        padding: .5rem 0
    }

        .badging .badging-message a {
            display: inline-block;
            border: 1px solid #ddd;
            background-color: #eee;
            margin: 1px;
            padding: 2px 4px
        }

        .badging .badging-message span {
            display: inline-block;
            border: 1px solid #ddd;
            background-color: #eee;
            margin: 1px;
            padding: 2px 4px
        }

div.steps {
    margin: 0 auto;
    text-align: center
}

    div.steps div {
        display: inline-block;
        padding: 0 4px;
        border-bottom: 2px solid #bbaaa1;
        margin-right: 1px;
        text-align: center;
        text-transform: uppercase
    }

        div.steps div.active {
            border-bottom: 2px solid #181818
        }

        div.steps div span {
            padding: 10px;
            color: #bbaaa1;
            display: block
        }

            div.steps div span a {
                color: #bbaaa1;
                display: block
            }

        div.steps div.active span {
            color: #181818
        }

.strike {
    text-decoration: line-through;
    color: red;
}

#product {
    width: 1000px;
    margin: 0 auto
}

.product-img-box {
    float: left;
    background-color: #fff
}

.product-image {
    width: 400px;
    margin: 0;
    float: left
}

    .product-image img {
        width: 100%
    }

.more-views {
    float: left
}

    .more-views a {
        display: block;
        width: 80px;
        margin: 0 2px 0 0
    }

    .more-views img {
        width: 100%
    }

.product-detail {
    background-color: #f0f0f0;
    width: 460px;
    min-height: 536px;
    padding: 29px;
    float: right
}

div#rate ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

div#rate li {
    width: 30px;
    height: 25px;
    float: left
}

    div#rate li a {
        display: block;
        width: 29px;
        height: 24px;
        background: url(images/star.png) no-repeat
    }

        div#rate li a.no {
            filter: gray;
            filter: grayscale(1);
            -webkit-filter: grayscale(1);
            opacity: .5\9;
            filter: alpha(opacity=50);
            -khtml-opacity: .5
        }

        div#rate li a:hover, div#rate li a.active {
            filter: none;
            -webkit-filter: none
        }

div.rate.main {
    cursor: pointer;
    float: right;
    white-space: nowrap;
    display: inline-block;
    margin-right: 30px
}

div.rate span {
    display: inline-block;
    line-height: 18px;
    margin-left: 10px;
    color: #666
}

div.rate ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

div.rate li {
    width: 20px;
    height: 18px;
    float: left;
    display: inline-block;
    background: url(images/star.png) no-repeat;
    background-size: auto 18px
}

    div.rate li.no {
        filter: gray;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        opacity: .5\9;
        filter: alpha(opacity=50);
        -khtml-opacity: .5
    }

#ReviewsDetail {
    border-top: 1px solid #ccc;
    margin-top: 20px
}

    #ReviewsDetail .review {
        border-bottom: 1px solid #ccc;
        padding: 20px 0
    }

.progressmain {
    width: 300px;
    margin: 0 auto
}

.progressp {
    height: 5px;
    border-bottom: 2px solid #ddd
}

ul.progress {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: bottom
}

    ul.progress li {
        list-style: none;
        margin-left: 60px;
        float: left;
        width: 12px;
        height: 12px;
        background-color: #ddd;
        border-radius: 50%
    }

        ul.progress li.active {
            /* background-color: #000*/
        }

        ul.progress li:first-child {
            margin-left: 0
        }

@media(max-width:1024px) {
    #logo2 img {
        padding: 6px 4px;
        width: 200px;
        height: 45px;
        display: inline-block
    }

    #bottombar #lefts a:first-child {
        display: none
    }

    #leftbar {
        width: 140px
    }

    .rightcol {
        width: calc(99% - 160px)
    }

    ul.Products li {
        width: 24.5%
    }
}

@media(max-width:999px) {
    body {
        -webkit-text-size-adjust: 100%
    }

    h1 {
        text-align: center;
        line-height: 1.2
    }

    .topbar div.tb, .topbar input[type=search], #header > div.wrap, #leftbar, #header a#logo2, #htable {
        display: none
    }

        .topbar div.tb:first-child {
            display: inline-block
        }

    .topbar a {
        padding: 11px 12px 10px 10px
    }

    #header {
        min-height: 0
    }

    .rightcol {
        float: none;
        width: 100%;
    }

    #footer #heading {
    }

    #bottombar {
        border-top: 1px solid #ddd;
        padding: 15px 0
    }

        #bottombar #lefts {
            width: 100%;
            margin-top: 18px;
            text-align: center;
            padding-left: 0
        }

        #bottombar #rights {
            width: 100%;
            float: none;
            text-align: center
        }

        #bottombar #lefts a {
            border-left: none;
            color: #aaa;
            padding: 5px;
            margin: 5px;
            text-transform: uppercase;
            font-size: 10px;
            display: inline-block
        }

            #bottombar #lefts a:hover {
                color: inherit
            }

            #bottombar #lefts a:first-child {
                margin-right: 0;
                padding: 0
            }

            #bottombar #lefts a.noborder {
                border-left: none
            }

    .noborder {
        border: none
    }

    .Five {
        width: 100%;
        float: none;
        text-align: center
    }

        .Five h3 {
            border-top: none;
            text-align: center;
            border-bottom: none;
            font-weight: 400;
            padding: 0
        }

        .Five a {
            display: block;
            padding: 5px 0;
            border-left: 1px solid #ddd;
            color: #888;
            text-transform: uppercase;
            font-size: 10px
        }

            .Five a:hover {
                color: #4c4c4c
            }

            .Five a.noborder {
                border: none
            }

        .Five.logo {
            text-align: center;
            padding-top: 20px
        }

            .Five.logo img {
                margin-right: 0
            }

    #product {
        width: 100%
    }

    .product-img-box {
        width: 100%;
        float: none
    }

    .product-image {
        width: 100%;
        margin: 0
    }

    .product-detail {
        width: 90%;
        padding: 5%;
        min-height: 300px;
        float: none
    }

    #nav-opener {
        display: inline-block;
        cursor: pointer
    }

    .text {
        padding: 1%;
        text-align: justify
    }

    #leftbar {
        display: none
    }

    #header {
        margin-bottom: 0
    }

        #header #nav * {
            transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0)
        }

        #header #nav.wrap {
            margin: 0
        }

    input#togglemenu {
        display: inherit;
        visibility: hidden;
        position: absolute;
        top: -10px
    }

        input#togglemenu + #nav {
            position: fixed;
            display: block;
            max-height: 0;
            transition: max-height .5s ease 0s;
            /*background-color: #000;*/
            width: 100%;
            color: #222;
            border: none;
            z-index: 100;
            -webkit-overflow-scrolling: touch;
            -webkit-transform: translate3d(0,0,1);
            overflow: scroll;
            overflow-y: scroll;
            overflow-scrolling: touch;
            transform: translate3d(0,0,1)
        }

        input#togglemenu:checked + #nav {
            max-height: 100%;
            padding-bottom: 45%;
            top: 35px
        }

    #submenubg {
        display: none
    }

    #header #nav:hover + #submenubg {
        height: 0
    }

    #header #nav div.maincat, #header #nav div.noslide {
        display: block;
        padding: 0
    }

    #header #nav div.noslide1 {
        display: block;
        padding: 0
    }

    #header #nav div.maincat:hover {
    }

    #header #nav div > a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 15px 10px;
        display: block
    }

    #header #nav div.maincat:hover > a, #header #nav div.noslide:hover > a, #header #nav div.noslide1:hover > a {
        padding: 15px 10px;
        border: none;
        color: #fff
    }

    #header #nav div.noslide:hover > a {
        padding: 15px 10px;
        border: none
    }

    #header #nav div.maincat div.subcat {
        display: block;
        position: inherit;
        background-color: #222;
        vertical-align: top
    }

    #header #nav div.maincat:hover div.subcat {
    }

    #header #nav div.maincat div.subcat a {
        color: #eee;
        background-color: #222;
        padding: 15px 10px;
        width: calc(50% - 23px);
        font-size: 10px !important;
        border: 1px solid #333;
        border-top: none;
        text-transform: uppercase;
        display: inline-block
    }

        #header #nav div.maincat div.subcat a:hover {
            color: #aaa;
            background-color: #555
        }

    #header #nav div.cur {
        display: block;
        border-bottom: 2px solid #888;
        border-top: 2px solid #888
    }

        #header #nav div.cur a {
            display: inline-block;
            padding: 8px 10px 8px 30px;
            margin-left: 5px
        }

            #header #nav div.cur a.AED {
                background: url(images/symbol-AED.png) 5px 5px no-repeat;
                background-size: 20px
            }

            #header #nav div.cur a.GBP {
                background: url(images/symbol-GBP.png) 5px 5px no-repeat;
                background-size: 20px
            }

            #header #nav div.cur a.USD {
                background: url(images/symbol-USD.png) 5px 5px no-repeat;
                background-size: 20px
            }

            #header #nav div.cur a.EUR {
                background: url(images/symbol-EUR.png) 5px 5px no-repeat;
                background-size: 20px
            }

    #Save .bag {
        margin: 10px
    }

    #Save .wishlist {
        margin: 10px
    }

    #Bag {
        border: 1px solid rgba(0,0,0,.25);
        width: 90%;
        margin: inherit;
        margin-top: 100px
    }

        #Bag.Fixed {
            position: inherit;
            top: inherit;
            right: inherit
        }

        #Bag.ToRight {
            position: inherit;
            top: inherit;
            right: inherit;
            float: none;
            margin-right: inherit
        }

        #Bag #itemslist {
            height: auto;
            overflow: inherit
        }

    div.steps div span {
        padding: 5px 3px;
        font-size: 11px
    }

    label.space span {
        display: none
    }
}

@media(max-width:765px) {
    #falcondiv, .Home .float, .Home .floatright {
        float: none
    }

    .f33, .f40, .f50, .f59, .f41, .f60, .f67 {
        width: 100%;
        margin: 0 0 1px;
        padding: 0
    }
}
@media(min-width:780px) 
{
.farc {
    padding-top: 0px !important;
}
}
@media(max-width:480px) {
    .farc
    {
        padding-top:inherit;
    }
    .firstarcticalchild {
        padding-top: 25px !important;
        margin-top: 1rem;
    }
    .css-buttond.del {
        padding: 10px;
        font-size: 0;
        width: 20px;
        height: 10px;
        line-height: none;
        background-position: center -50px
    }

    .featuresimages {
        /*width: 350px !important;
        height: 300px !important;*/
    }

    .mobileLogImage {
        width: 96px !important;
    }

    .css-buttond.edit {
        padding: 10px;
        font-size: 0;
        width: 20px;
        height: 10px;
        line-height: none;
        background-position: center -1415px
    }

    .css-buttond.del:hover, .css-buttond.del:focus {
        padding: 10px;
        font-size: 0;
        line-height: none;
        width: 20px;
        height: 10px;
        background-position: center -50px
    }

    .css-buttond.edit:hover, .css-buttond.edit:focus {
        padding: 10px;
        font-size: 0;
        line-height: none;
        width: 20px;
        height: 10px;
        background-position: center -1440px
    }

    input#togglemenu:checked + #nav {
        max-height: 90%;
        padding-bottom: 20%
    }

    h1, h2 {
        text-align: center
    }

    .text {
        padding: 5px
    }

    ul.Products li {
        width: 49.3%
    }

    .mobile {
        display: block
    }

    .desktop {
        display: none
    }

    .product-img-box {
        float: none
    }

    .product-image {
        width: 100%;
        margin: 0;
        float: none
    }

        .product-image img {
            width: 100%
        }

    .more-views {
        float: none;
        position: absolute;
        background-color: #fff
    }

        .more-views a {
            display: block;
            width: 50px;
            margin: 0 2px 0 0
        }

        .more-views img {
            width: 100%
        }

    .product-detail {
        min-height: inherit
    }
}

/*New style*/
.css-1k9ek97 {
    background-color: #fff;
}

.css-7wbdlw {
    will-change: height;
    position: relative;
    width: 100%;
    height: 100vh;
}

@media (max-width:47.94em) {
    .css-7wbdlw {
        position: fixed;
        top: 0;
        z-index: -1;
    }
}

@media (min-width:64em) {
    .css-7wbdlw {
        height: 76.8rem;
    }
}

@media (min-width:90em) {
    .css-7wbdlw {
        height: 93.2rem;
    }
}

.css-ogoe9v {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.css-9us1k8 {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
}

@media (min-width:64em) {
    .css-9us1k8 {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.css-1abkiws {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
}

@media (min-width:64em) {
    .css-1abkiws {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.css-sp2kzm {
    opacity: 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
}

@media (min-width:64em) {
    .css-sp2kzm {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.css-1hqkhmw {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    opacity: 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
}

    .css-1hqkhmw::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }

@media (min-width:64em) {
    .css-1hqkhmw {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.css-gkj27e {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    opacity: 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
}

    .css-gkj27e:not([src]) {
        display: none;
    }

    .css-gkj27e::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }

@media (min-width:64em) {
    .css-gkj27e {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.css-1uye77t {
    width: 100%;
    height: 100%;
}

    .css-1uye77t:not([src]) {
        display: none;
    }

.css-nztaq5 {
    position: absolute;
    top: calc((8rem + 0.4rem + 55px));
    bottom: 30%;
    width: 100%;
    overflow: hidden;
    padding: 0 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    color: #fff;
    font-size: 4.6rem;
    font-weight: 300;
    font-style: italic;
    -webkit-letter-spacing: -0.03rem;
    -moz-letter-spacing: -0.03rem;
    -ms-letter-spacing: -0.03rem;
    letter-spacing: -0.03rem;
    text-transform: none;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-nztaq5 {
        bottom: calc(6rem + 17%);
        font-size: 5rem;
        -webkit-letter-spacing: -0.04rem;
        -moz-letter-spacing: -0.04rem;
        -ms-letter-spacing: -0.04rem;
        letter-spacing: -0.04rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-nztaq5 {
        bottom: 35%;
        font-size: 5rem;
        -webkit-letter-spacing: -0.04rem;
        -moz-letter-spacing: -0.04rem;
        -ms-letter-spacing: -0.04rem;
        letter-spacing: -0.04rem;
    }
}

@media (min-width:90em) {
    .css-nztaq5 {
        bottom: 34%;
        font-size: 6rem;
        -webkit-letter-spacing: -0.05rem;
        -moz-letter-spacing: -0.05rem;
        -ms-letter-spacing: -0.05rem;
        letter-spacing: -0.05rem;
    }
}

@media (min-width:64em) {
    .css-nztaq5 {
        top: calc((17.6rem + 0.4rem + 55px));
    }
}

@media (max-width:63.94em) and (max-height:26em) {
    .css-nztaq5 {
        display: none;
    }
}

.css-1enqjyx {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

    .css-1enqjyx::before {
        content: '';
        height: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #fff;
    }

    .css-1enqjyx::after {
        content: '';
        height: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #fff;
    }

@media (max-width:47.94em) {
    .css-1enqjyx {
        display: none;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1enqjyx {
        height: 15.8rem;
    }
}

@media (min-width:90em) {
    .css-1enqjyx {
        height: 21rem;
    }
}
.css-1d3q6kh {
    font-size: 74.2rem;
    margin: 0 -0.1rem;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .css-1d3q6kh text {
        font-family: Miller Banner,serif;
        font-size: 26rem;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1;
    }

@media (min-width:64em) and (max-width:89.94em) {
    .css-1d3q6kh {
        font-size: 97.8rem;
    }
}

@media (min-width:90em) {
    .css-1d3q6kh {
        font-size: 130rem;
    }
}
.css-dfeqs1 {
    will-change: margin-top;
    position: relative;
    margin-top: 100vh;
    padding-bottom: 6.5rem;
}

@media (min-width:48em) {
    .css-dfeqs1 {
        display: none;
    }
}

.css-1t6m9mu {
    position: relative;
    margin-top: 4rem;
    -webkit-transform: translateY(8rem);
    -ms-transform: translateY(8rem);
    transform: translateY(8rem);
    opacity: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.6,0,0.1,1),opacity 600ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 800ms cubic-bezier(0.6,0,0.1,1),opacity 600ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 800ms cubic-bezier(0.6,0,0.1,1),opacity 600ms cubic-bezier(0.6,0,0.1,1);
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1t6m9mu {
        margin-top: 4rem;
    }
}

.css-wggkkr {
    width: 100%;
    margin: auto;
    padding: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width:90em) {
    .css-wggkkr {
        width: 1440px;
        padding: 0 20px;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-wggkkr {
        width: 1024px;
        padding: 0 42px;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-wggkkr {
        width: 100%;
        padding: 0 0rem;
    }
}

@media (max-width:47.94em) {
    .css-wggkkr {
        width: 100%;
        padding: 0 0rem;
    }
}



@media (min-width:64em) and (max-width:89.94em) {
    .css-1t6m9mu {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media (min-width:90em) {
    .css-1t6m9mu {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media (min-width:64em) {
    .css-1t6m9mu {
        -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
        transform: translateY(10rem);
    }
}


.css-1td6yaz {
    position: relative;
    background-color: #fff;
}

@media (max-width:47.94em) {
    .css-1td6yaz {
        margin-left: 3rem;
        padding-bottom: 1rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1td6yaz {
        padding: 0 1.7rem;
    }
}

@media (min-width:64em) {
    .css-1td6yaz {
        z-index: 1;
        position: static;
    }

    @supports (position:-webkit-sticky) or (position:sticky) {
        .css-1td6yaz {
            position: -webkit-sticky;
            position: sticky;
        }
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1td6yaz {
        max-height: 38.8rem;
        margin-bottom: 54rem;
        top: -22.8rem;
    }
}

@media (min-width:90em) {
    .css-1td6yaz {
        max-height: 40.4rem;
        margin-bottom: 69.5rem;
        top: -24.4rem;
    }
}


.css-61u3rn {
    width: calc(((((100% - (0 * (12 - 1))) / 12) * 1) + ((0) * 0)) + (0 * 0));
    margin-left: calc((((100% - (0 * (12 - 1))) / 12) * 0) + ((-1) * 0) + (0 * 1));
    position: relative;
    background-color: #fff;
}

    .css-61u3rn:not(:last-of-type) {
        margin-right: calc(1 * 0);
    }

@media (min-width:90em) {
    .css-61u3rn {
        width: calc(((((100% - (40px * (12 - 1))) / 12) * 4) + ((3) * 40px)) + (0 * 40px));
        margin-left: calc((((100% - (40px * (12 - 1))) / 12) * 1) + ((0) * 40px) + (40px * 1));
    }

        .css-61u3rn:not(:last-of-type) {
            margin-right: calc(0 * 40px);
        }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-61u3rn {
        width: calc(((((100% - (20px * (12 - 1))) / 12) * 5) + ((4) * 20px)) + (0 * 20px));
        margin-left: calc((((100% - (20px * (12 - 1))) / 12) * 0) + ((-1) * 20px) + (20px * 1));
    }

        .css-61u3rn:not(:last-of-type) {
            margin-right: calc(1 * 20px);
        }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-61u3rn {
        width: calc(((((100% - (16px * (12 - 1))) / 12) * 10) + ((9) * 16px)) + (0 * 16px));
        margin-left: calc((((100% - (16px * (12 - 1))) / 12) * 1) + ((0) * 16px) + (16px * 1));
    }

        .css-61u3rn:not(:last-of-type) {
            margin-right: calc(1 * 16px);
        }
}

@media (max-width:47.94em) {
    .css-61u3rn {
        width: calc(((((100% - (3rem * (4 - 1))) / 4) * 4) + ((3) * 3rem)) + (0 * 3rem));
        margin-left: calc((((100% - (3rem * (4 - 1))) / 4) * 0) + ((-1) * 3rem) + (3rem * 1));
    }

        .css-61u3rn:not(:last-of-type) {
            margin-right: calc(1 * 3rem);
        }
}

@media (max-width:47.94em) {
    .css-61u3rn {
        margin-left: 3rem;
        padding-bottom: 1rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-61u3rn {
        padding: 0 1.7rem;
    }
}

@media (min-width:64em) {
    .css-61u3rn {
        z-index: 1;
        position: static;
    }

    @supports (position:-webkit-sticky) or (position:sticky) {
        .css-61u3rn {
            position: -webkit-sticky;
            position: sticky;
        }
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-61u3rn {
        max-height: 38.8rem;
        margin-bottom: 54rem;
        top: -22.8rem;
    }
}

@media (min-width:90em) {
    .css-61u3rn {
        max-height: 40.4rem;
        margin-bottom: 69.5rem;
        top: -24.4rem;
    }
}


@media (max-width:63.94em) {
    .css-191v1ew .e1u0khlj0, .css-191v1ew .e1u0khlj1, .css-191v1ew .e1u0khlj2, .css-191v1ew .e1u0khlj3 {
        opacity: 0;
        -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%);
        -webkit-transition: opacity 1200ms cubic-bezier(0.6,0,0.1,1),-webkit-transform 1200ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: opacity 1200ms cubic-bezier(0.6,0,0.1,1),transform 1200ms cubic-bezier(0.6,0,0.1,1);
        transition: opacity 1200ms cubic-bezier(0.6,0,0.1,1),transform 1200ms cubic-bezier(0.6,0,0.1,1);
    }
}

.css-13rrv5x {
    color: #122717;
    font-family: Miller Banner,serif;
    font-size: 4.6rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    color: #000;
    line-height: 1.13;
    -webkit-letter-spacing: -0.04rem;
    -moz-letter-spacing: -0.04rem;
    -ms-letter-spacing: -0.04rem;
    letter-spacing: -0.04rem;
    -webkit-text-decoration: none;
    text-decoration: none;
}

@media (min-width:48em) {
    .css-13rrv5x {
        font-size: 4.8rem;
        line-height: 1.04;
    }
}

@media (min-width:90em) {
    .css-13rrv5x {
        font-size: 6rem;
        line-height: 1.03;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-13rrv5x {
        display: block;
        max-width: 50%;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-13rrv5x {
        margin-top: 1rem;
    }
}

@media (min-width:90em) {
    .css-13rrv5x {
        margin-top: 0.5rem;
        font-size: 4.6rem;
        line-height: 1;
        -webkit-letter-spacing: -0.05rem;
        -moz-letter-spacing: -0.05rem;
        -ms-letter-spacing: -0.05rem;
        letter-spacing: -0.05rem;
    }
}


.css-19uwel1 {
    margin: 2.8rem 0 0;
}

@media (min-width:48em) {
    .css-19uwel1 {
        margin: 4.2rem 0 0;
    }
}

@media (min-width:90em) {
    .css-19uwel1 {
        margin-top: 4rem;
    }
}
.css-19uwel1 p {
    color: #424242;
    font-family: Founders Grotesk,sans-serif,-apple-system;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    -webkit-letter-spacing: -0.01rem;
    -moz-letter-spacing: -0.01rem;
    -ms-letter-spacing: -0.01rem;
    letter-spacing: -0.01rem;
    margin: 0;
}


@media (min-width:48em) {
    .css-19uwel1 p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}


.css-jre4dj {
    margin-top: 4rem;
    display: inline-block;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-jre4dj {
        margin-top: 3.5rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-jre4dj {
        margin-top: 3rem;
    }
}

@media (min-width:90em) {
    .css-jre4dj {
        margin-top: 3.5rem;
    }
}


.css-ewfgyk {
    margin-top: 8rem;
}

@media (min-width:48em) {
    .css-ewfgyk {
        z-index: 2;
        margin-top: 0;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-ewfgyk {
        margin-top: 8rem;
        margin-bottom: -30.5rem;
        padding: 0 1.4rem;
    }
}

@media (min-width:64em) {
    .css-ewfgyk {
        position: -webkit-sticky;
        position: sticky;
        top: -22.8rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-ewfgyk {
        padding-bottom: 22rem;
    }
}

@media (min-width:90em) {
    .css-ewfgyk {
        top: -24.4rem;
        padding-bottom: 29.4rem;
    }
}



/*.css-14hj529 {
    width: calc(((((100% - (0 * (12 - 1))) / 12) * 1) + ((0) * 0)) + (0 * 0));
    margin-left: calc((((100% - (0 * (12 - 1))) / 12) * 0) + ((-1) * 0) + (0 * 1));
    margin-top: 8rem;
}

    .css-14hj529:not(:last-of-type) {
        margin-right: calc(1 * 0);
    }*/

@media (min-width:90em) {
    .css-14hj529 {
        width: calc(((((100% - (40px * (12 - 1))) / 12) * 5) + ((4) * 40px)) + (2 * 40px));
        margin-left: calc((((100% - (40px * (12 - 1))) / 12) * 1) + ((0) * 40px) + (40px * 1));
    }

        .css-14hj529:not(:last-of-type) {
            margin-right: calc(1 * 40px);
        }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-14hj529 {
        width: calc(((((100% - (20px * (12 - 1))) / 12) * 6) + ((5) * 20px)) + (0 * 20px));
        margin-left: calc((((100% - (20px * (12 - 1))) / 12) * 0) + ((-1) * 20px) + (20px * 1));
    }

        .css-14hj529:not(:last-of-type) {
            margin-right: calc(0 * 20px);
        }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-14hj529 {
        width: calc(((((100% - (16px * (12 - 1))) / 12) * 8) + ((7) * 16px)) + (0 * 16px));
        margin-left: calc((((100% - (16px * (12 - 1))) / 12) * 2) + ((1) * 16px) + (16px * 1));
    }

        .css-14hj529:not(:last-of-type) {
            margin-right: calc(1 * 16px);
        }
}

@media (max-width:47.94em) {
    .css-14hj529 {
        width: calc(((((100% - (25px * (4 - 1))) / 4) * 4) + ((3) * 25px)) + (0 * 25px));
        margin-left: calc((((100% - (25px * (4 - 1))) / 4) * 0) + ((-1) * 25px) + (25px * 1));
    }

        .css-14hj529:not(:last-of-type) {
            margin-right: calc(0 * 25px);
        }
}

@media (min-width:48em) {
    .css-14hj529 {
        z-index: 2;
        margin-top: 0;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-14hj529 {
        margin-top: 8rem;
        margin-bottom: -30.5rem;
        padding: 0 1.4rem;
    }
}

@media (min-width:64em) {
    .css-14hj529 {
        position: -webkit-sticky;
        position: sticky;
        top: -22.8rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-14hj529 {
        padding-bottom: 22rem;
    }
}

@media (min-width:90em) {
    .css-14hj529 {
        top: -24.4rem;
        padding-bottom: 29.4rem;
    }
}

@media (min-width:48em) {
    .css-384hc1 {
        z-index: 2;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-384hc1 {
        margin-left: 8rem;
    }
}


.css-kr9syg {
    position: relative;
    width: 100%;
    height: 79rem;
    overflow: hidden;
    padding: 4.6rem 3rem 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    background-color: #0f0f0f;
}

@media (min-width:48em) {
    .css-kr9syg {
        height: 70.8rem;
        padding: 5rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-kr9syg {
        padding-top: 4.7rem;
        padding-bottom: 4.8rem;
    }
}

@media (min-width:90em) {
    .css-kr9syg {
        height: 80.8rem;
        padding: 5.5rem 5rem 6rem;
    }
}

.css-kr9syg .e179bkts2 {
    /*-webkit-transform: translateY(8rem);
    -ms-transform: translateY(8rem);
    transform: translateY(8rem);*/
    transform:none;
}

.css-kr9syg .e179bkts3, .css-kr9syg .e179bkts4, .css-kr9syg .e179bkts5, .css-kr9syg .e179bkts6 {
    -webkit-transform: translateY(8rem);
    -ms-transform: translateY(8rem);
    transform: translateY(8rem);
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .css-kr9syg {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width:48em) {
    .css-kr9syg {
        z-index: 2;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-kr9syg {
        margin-left: 8rem;
    }
}


.css-1yyf0ro {
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}


.css-16irktu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    opacity: 1;
}

.css-18jinh5 {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    opacity: 1;
}

.css-n3w229 {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    opacity: 1;
}

.css-7gkqj9 {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    opacity: 1;
}

    .css-7gkqj9::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }


.css-12ps0yg {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 800ms cubic-bezier(0.6,0,0.1,1);
    opacity: 1;
}

    .css-12ps0yg:not([src]) {
        display: none;
    }

    .css-12ps0yg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }


.css-8p5ydh {
    color: #212121;
    font-size: 3rem;
    line-height: 1.2;
    padding: 0 3rem;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: Miller Banner,serif;
    font-weight: 300;
    width: 100%;
    text-transform: none;
    text-align: center;
}

@media (min-width:48em) {
    .css-8p5ydh {
        padding-left: 0;
        padding-right: 0;
        font-size: 3.8rem;
        line-height: 1.16;
    }
}

@media (min-width:90em) {
    .css-8p5ydh {
        color: #0f0f0f;
        font-size: 4rem;
        line-height: 1.2;
    }
}

@media (min-width:48em) {
    .css-8p5ydh {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-8p5ydh {
        width: calc(100% - 24.8rem);
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-8p5ydh {
        width: calc(100% - 32rem);
    }
}

@media (min-width:90em) {
    .css-8p5ydh {
        width: calc(100% - 48rem);
    }
}


.css-1bccd8b {
    width: 31.5rem;
    padding-top: 3.5rem;
}

@media (max-width:63.94em) {
    .css-1bccd8b {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1bccd8b {
        width: 100%;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1bccd8b {
        width: 47rem;
    }
}

@media (min-width:90em) {
    .css-1bccd8b {
        width: 50rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1bccd8b {
        padding-top: 20.4rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1bccd8b {
        padding-top: 24rem;
    }
}

@media (min-width:90em) {
    .css-1bccd8b {
        padding-top: 24rem;
    }
}

.css-nt1ww7 {
    /*padding: 0 10rem;*/
    text-align:center;
    width:50rem !important;
}

@media (max-width:47.94em) {
    .css-nt1ww7 {
        padding: 0 3rem;
    }
}

@media (max-width:23.43em) {
    .css-nt1ww7 {
        padding: 0 0.5rem;
        width: 100%;
    }
}



.css-1e95ypa {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    /*opacity: 0;*/
    object-fit: cover;
    object-position: center center;
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 31.5rem;
}

    .css-1e95ypa:not([src]) {
        display: none;
    }

    .css-1e95ypa::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-1e95ypa {
        height: 38.9rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1e95ypa {
        height: 47rem;
    }
}

@media (min-width:90em) {
    .css-1e95ypa {
        height: 50rem;
    }
}



.css-1gklsfw {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 31.5rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1gklsfw {
        height: 38.9rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1gklsfw {
        height: 47rem;
    }
}

@media (min-width:90em) {
    .css-1gklsfw {
        height: 50rem;
    }
}



.css-1lvgo7r {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 31.5rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1lvgo7r {
        height: 38.9rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1lvgo7r {
        height: 47rem;
    }
}

@media (min-width:90em) {
    .css-1lvgo7r {
        height: 50rem;
    }
}



.css-9xjur4 {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 31.5rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-9xjur4 {
        height: 38.9rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-9xjur4 {
        height: 47rem;
    }
}

@media (min-width:90em) {
    .css-9xjur4 {
        height: 50rem;
    }
}



.css-1vv2con {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform,opacity;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 31.5rem;
}

    .css-1vv2con::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-1vv2con {
        height: 38.9rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1vv2con {
        height: 47rem;
    }
}

@media (min-width:90em) {
    .css-1vv2con {
        height: 50rem;
    }
}



.css-ozn4m7 {
    position: relative;
    /*width: 100%;*/
    width:50rem !important;
    line-height: 0;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}



.css-2wnetz {
    position: relative;
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    -webkit-letter-spacing: 0.1rem;
    -moz-letter-spacing: 0.1rem;
    -ms-letter-spacing: 0.1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

@media (max-width:47.94em) {
    .css-2wnetz {
        font-size: 3rem;
        line-height: 1.2;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        letter-spacing: normal;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-2wnetz {
        font-size: 3.8rem;
        line-height: 1.16;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        letter-spacing: normal;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-2wnetz {
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        letter-spacing: normal;
        line-height: 1.16;
        font-size: 3.8rem;
    }
}



.css-gdsaqc {
    position: absolute;
    background: currentColor;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    height: calc(100% - 0.3rem);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    left: 0;
    top: 0.3rem;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-name: animation-1wkh6y8,animation-qoyz3u;
    animation-name: animation-1wkh6y8,animation-qoyz3u;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 550ms,1100ms;
    animation-duration: 550ms,1100ms;
    -webkit-animation-delay: 550ms,0ms;
    animation-delay: 550ms,0ms;
    -webkit-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94),cubic-bezier(0.455,0.03,0.515,0.955);
    animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94),cubic-bezier(0.455,0.03,0.515,0.955);
    -webkit-animation-fill-mode: forwards,forwards;
    animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes animation-1wkh6y8 {
    from {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes animation-1wkh6y8 {
    from {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.css-1omkuvu {
    position: absolute;
    background: currentColor;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    height: calc(100% - 0.3rem);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    right: 0;
    bottom: 0.3rem;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-name: animation-1wkh6y8,animation-qoyz3u;
    animation-name: animation-1wkh6y8,animation-qoyz3u;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 550ms,1100ms;
    animation-duration: 550ms,1100ms;
    -webkit-animation-delay: 0ms,0ms;
    animation-delay: 0ms,0ms;
    -webkit-animation-timing-function: cubic-bezier(0.55,0.085,0.68,0.53),cubic-bezier(0.455,0.03,0.515,0.955);
    animation-timing-function: cubic-bezier(0.55,0.085,0.68,0.53),cubic-bezier(0.455,0.03,0.515,0.955);
    -webkit-animation-fill-mode: forwards,forwards;
    animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes animation-1wkh6y8 {
    from {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes animation-1wkh6y8 {
    from {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.css-q2axvt {
    position: absolute;
    background: currentColor;
    right: 0;
    left: 0;
    height: 0.3rem;
    width: calc(100% - 0.3rem);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    bottom: 0;
    left: 0.3rem;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation-name: animation-pqs08h,animation-qoyz3u;
    animation-name: animation-pqs08h,animation-qoyz3u;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 550ms,1100ms;
    animation-duration: 550ms,1100ms;
    -webkit-animation-delay: 0ms,0ms;
    animation-delay: 0ms,0ms;
    -webkit-animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94),cubic-bezier(0.455,0.03,0.515,0.955);
    animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94),cubic-bezier(0.455,0.03,0.515,0.955);
    -webkit-animation-fill-mode: forwards,forwards;
    animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes animation-pqs08h {
    from {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes animation-pqs08h {
    from {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.css-drwrj8 {
    position: absolute;
    background: currentColor;
    right: 0;
    left: 0;
    height: 0.3rem;
    width: calc(100% - 0.3rem);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    top: 0;
    left: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation-name: animation-pqs08h,animation-qoyz3u;
    animation-name: animation-pqs08h,animation-qoyz3u;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 550ms,1100ms;
    animation-duration: 550ms,1100ms;
    -webkit-animation-delay: 550ms,0ms;
    animation-delay: 550ms,0ms;
    -webkit-animation-timing-function: cubic-bezier(0.55,0.085,0.68,0.53),cubic-bezier(0.455,0.03,0.515,0.955);
    animation-timing-function: cubic-bezier(0.55,0.085,0.68,0.53),cubic-bezier(0.455,0.03,0.515,0.955);
    -webkit-animation-fill-mode: forwards,forwards;
    animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes animation-pqs08h {
    from {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes animation-pqs08h {
    from {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}







.css-16qv2i2 {
    color: #fff;
}


.css-1x8fyra {
    position: relative;
    margin-top: 1rem;
    transition: transform 800ms cubic-bezier(0.6, 0, 0.1, 1) 0s, opacity 600ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
    transform: none;
    opacity: 1;
}

.css-j7d7f4 {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 1rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-j7d7f4 {
        margin-bottom: 3.13rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-j7d7f4 {
        margin-bottom: 3rem;
    }
}

@media (min-width:90em) {
    .css-j7d7f4 {
        margin-bottom: 3.8rem;
    }
}



.css-sn79j8 {
    width: 31.5rem;
}

@media (max-width:63.94em) {
    .css-sn79j8 {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-sn79j8 {
        width: 100%;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-sn79j8 {
        width: 47rem;
    }
}

@media (min-width:90em) {
    .css-sn79j8 {
        width: 50rem;
    }
}

.css-1uc2c8w {
    color: #212121;
    font-size: 3rem;
    line-height: 1.2;
    padding: 0 3rem;
    padding-top: 0;
    padding-bottom: 50px;
    font-family: Miller Banner,serif;
    font-weight: 300;
    width: 100%;
    text-transform: none;
    text-align: center;
}

@media (min-width:48em) {
    .css-1uc2c8w {
        padding-left: 0;
        padding-right: 0;
        font-size: 3.8rem;
        line-height: 1.16;
    }
}

@media (min-width:90em) {
    .css-1uc2c8w {
        color: #0f0f0f;
        font-size: 4rem;
        line-height: 1.2;
    }
}

@media (min-width:48em) {
    .css-1uc2c8w {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1uc2c8w {
        width: calc(100% - 0rem);
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1uc2c8w {
        width: calc(100% - 0rem);
    }
}

@media (min-width:90em) {
    .css-1uc2c8w {
        width: calc(100% - 0rem);
    }
}



.css-1mm5k9r {
    min-width: 31.5rem;
    min-height: 21rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1mm5k9r {
        min-width: 72.8rem;
        min-height: 30.2rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1mm5k9r {
        min-width: 94rem;
        min-height: 30.2rem;
    }
}

@media (min-width:90em) {
    .css-1mm5k9r {
        min-width: 140rem;
        min-height: 45rem;
    }
}



.css-sn90dy {
    margin: 3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:48em) {
    .css-sn90dy {
        margin: 5rem 0;
    }
}



.css-p0dj54 {
    color: #212121;
    font-size: 3rem;
    line-height: 1.2;
    padding: 0 3rem;
    padding-top: 50px;
    padding-bottom: 0;
    font-family: Miller Banner,serif;
    font-weight: 300;
    width: 100%;
    text-transform: none;
    text-align: center;
}

@media (min-width:48em) {
    .css-p0dj54 {
        padding-left: 0;
        padding-right: 0;
        font-size: 3.8rem;
        line-height: 1.16;
    }
}

@media (min-width:90em) {
    .css-p0dj54 {
        color: #0f0f0f;
        font-size: 4rem;
        line-height: 1.2;
    }
}

@media (min-width:48em) {
    .css-p0dj54 {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-p0dj54 {
        width: calc(100% - 0rem);
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-p0dj54 {
        width: calc(100% - 0rem);
    }
}

@media (min-width:90em) {
    .css-p0dj54 {
        width: calc(100% - 0rem);
    }
}



.css-1nba8n7 {
    margin: 0 auto;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1nba8n7 {
        max-width: 72.8rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1nba8n7 {
        max-width: 94rem;
    }
}

@media (min-width:90em) {
    .css-1nba8n7 {
        max-width: 140rem;
    }
}



.css-1yvrr2v {
    position: relative;
    margin-top: 2.3rem;
}

@media (min-width:64em) {
    .css-1yvrr2v {
        margin-top: 3rem;
    }
}



.css-1y6s0l2 {
    width: 100%;
    height: 3.5rem;
    padding: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 1.4rem;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
}



.css-1cwmhh3 {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    color: #fff;
    /*background-color: #000;*/
    width: 100%;
    height: 3.5rem;
    padding: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 1.4rem;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
}

    .css-1cwmhh3:hover {
        cursor: pointer;
    }

    .css-1cwmhh3:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

    .css-1cwmhh3:hover {
        background-color: #967c59;
    }

    .css-1cwmhh3:active {
        background-color: #8a7252;
    }

    .css-1cwmhh3:disabled {
        background-color: #f5f5f5;
    }



.css-vypb1g {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}



.css-ytumd6 {
    -webkit-text-decoration: none;
    text-decoration: none;
}



.css-1xryvdi {
    position: relative;
    padding-top: 0.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    text-align: center;
    z-index: 1;
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1xryvdi {
        padding-top: 0.5rem;
    }
}

@media (min-width:90em) {
    .css-1xryvdi {
        padding-top: 0.54rem;
        padding-top: 0.8rem;
    }
}

.css-1xryvdi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    background-color: #eeeeee;
    /*opacity: 0;*/
    height: 60%;
    width: 60%;
    top: 20%;
    left: 20%;
}



.css-1tp8wm9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #424242;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    -webkit-letter-spacing: 0.04rem;
    -moz-letter-spacing: 0.04rem;
    -ms-letter-spacing: 0.04rem;
    letter-spacing: 0.04rem;
    position: relative;
    padding-top: 0.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    text-align: center;
    z-index: 1;
}

@media (min-width:90em) {
    .css-1tp8wm9 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1tp8wm9 {
        padding-top: 0.5rem;
    }
}

@media (min-width:90em) {
    .css-1tp8wm9 {
        padding-top: 0.54rem;
        padding-top: 0.8rem;
    }
}

.css-1tp8wm9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    background-color: #eeeeee;
    opacity: 0;
    height: 60%;
    width: 60%;
    top: 20%;
    left: 20%;
}



.css-17jdx4l {
    position: relative;
    min-height: 3.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0;
    color: #757575;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.14;
    z-index: 1;
    min-height: 0;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-17jdx4l {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width:48em) {
    .css-17jdx4l {
        font-size: 1.6rem;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

@media (min-width:64em) {
    .css-17jdx4l {
        margin-top: 0.4rem;
        line-height: 1.5;
    }
}

.css-17jdx4l::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    background-color: #eeeeee;
    opacity: 0;
    height: 60%;
    width: 90%;
    top: 20%;
    left: 5%;
}



.css-hp9ji4 {
    position: relative;
    margin-top: 1.4rem;
    margin-bottom: 0;
    color: #0f0f0f;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

    .css-hp9ji4::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
        transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
        background-color: #eeeeee;
        opacity: 0;
        height: 60%;
        width: 80%;
        top: 20%;
        left: 10%;
    }

@media (min-width:64em) {
    .css-hp9ji4 {
        line-height: 1.2;
    }
}



.css-sklcac {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    transition: opacity 400ms cubic-bezier(0.6,0,0.1,1);
    background-color: #eeeeee;
    opacity: 1;
}



.css-1mf1afq {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    background-color: white;
}

    .css-1mf1afq::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }



.css-1ud3ku6 {
    width: 100%;
    object-fit: cover;
}



.css-3pd47n {
    opacity: 1;
    width: 100%;
    object-fit: cover;
}



.css-r2plze {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    background-color: white;
    opacity: 1;
    width: 100%;
    object-fit: cover;
}

    .css-r2plze::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }



.css-j7xsjv {
    position: relative;
    padding-top:120px;
}

    .css-j7xsjv > :first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .css-j7xsjv > img {
        height: auto;
    }

    .css-j7xsjv::before {
        content: '';
        padding-bottom: calc(100% / 0.8776);
        display: block;
    }



.css-1l3ruav {
    position: relative;
    margin-top: 1rem;
}

@media (min-width:64em) {
    .css-1l3ruav {
        margin-top: 1.5rem;
    }
}



.css-5jtg28 {
    fill: #fff;
    -webkit-transition: fill 200ms cubic-bezier(0.6,0,0.25,1) 0ms;
    transition: fill 200ms cubic-bezier(0.6,0,0.25,1) 0ms;
}



.css-i64jan {
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(0.6,0,0.25,1);
    transition: opacity 200ms cubic-bezier(0.6,0,0.25,1);
    font-size: 1.5rem;
    min-height: 1.5rem;
}



.css-1f7n1bf {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1;
}

@media (min-width:48em) {
    .css-1f7n1bf {
        top: 1.6rem;
        right: 1rem;
    }
}

@media (min-width:90em) {
    .css-1f7n1bf {
        top: 1.3rem;
    }
}



.css-1rjxvoa {
    padding: 0 0.6rem;
    color: #000;
    font-size: 1.5rem;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1;
}

    .css-1rjxvoa:disabled {
        cursor: pointer;
    }

@media (min-width:48em) {
    .css-1rjxvoa {
        top: 1.6rem;
        right: 1rem;
    }
}

@media (min-width:90em) {
    .css-1rjxvoa {
        top: 1.3rem;
    }
}



.css-i3bysz {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    padding: 0 0.6rem;
    color: #000;
    font-size: 1.5rem;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1;
}

    .css-i3bysz:hover {
        cursor: pointer;
    }

    .css-i3bysz:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

    .css-i3bysz:disabled {
        cursor: pointer;
    }

@media (min-width:48em) {
    .css-i3bysz {
        top: 1.6rem;
        right: 1rem;
    }
}

@media (min-width:90em) {
    .css-i3bysz {
        top: 1.3rem;
    }
}



.css-ujgbry {
    color: #000;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1rem;
    -webkit-letter-spacing: 0.1rem;
    -moz-letter-spacing: 0.1rem;
    -ms-letter-spacing: 0.1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

@media (min-width:48em) {
    .css-ujgbry {
        font-size: 1.2rem;
    }
}



.css-1x43toq {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    padding: 1.8rem 1rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 6rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1x43toq {
        padding: 1.8rem 1rem 7rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1x43toq {
        padding: 1.8rem 1.5rem 7rem;
    }
}

@media (min-width:90em) {
    .css-1x43toq {
        padding: 1.5rem 2rem 7rem;
    }
}

@media (max-width:63.94em) {
    .css-1x43toq {
        height: 100%;
        padding-bottom: 1.8rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1x43toq {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1x43toq {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width:90em) {
    .css-1x43toq {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}



.css-1ep3k22 {
    background-color: #fff;
}

    .css-1ep3k22 > * {
        opacity: 0;
        -webkit-transition: opacity 1ms cubic-bezier(0.6,0,0.1,1) 251ms;
        transition: opacity 1ms cubic-bezier(0.6,0,0.1,1) 251ms;
    }

    .css-1ep3k22 > * {
        opacity: 1;
    }



.css-1bon511 {
    min-width: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 1.49;
    background-color: #fff;
}

    .css-1bon511 > * {
        opacity: 0;
        -webkit-transition: opacity 1ms cubic-bezier(0.6,0,0.1,1) 251ms;
        transition: opacity 1ms cubic-bezier(0.6,0,0.1,1) 251ms;
    }

    .css-1bon511 > * {
        opacity: 1;
    }



.css-15bjt7w {
    width: calc(0.84 * 100vw);
    margin-right: 0.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width:47.94em) {
    .css-15bjt7w {
        height: calc(1.336 * 100vw);
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-15bjt7w {
        height: calc(0.6549479 * 100vw);
        width: calc(0.39322916 * 100vw);
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-15bjt7w {
        width: 31.3rem;
    }
}

@media (min-width:90em) {
    .css-15bjt7w {
        width: 41.52rem;
    }
}



.css-1v2vp4i {
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(calc(-100% + 0.1rem));
    -ms-transform: translateY(calc(-100% + 0.1rem));
    transform: translateY(calc(-100% + 0.1rem));
    position: relative;
    opacity: 0;
    overflow: hidden;
    -webkit-animation-name: animation-1nv5kxj,animation-qoyz3u;
    animation-name: animation-1nv5kxj,animation-qoyz3u;
    -webkit-animation-duration: 1ms,200ms;
    animation-duration: 1ms,200ms;
    -webkit-animation-timing-function: cubic-bezier(0.6,0,0.1,1),cubic-bezier(0.6,0,0.1,1);
    animation-timing-function: cubic-bezier(0.6,0,0.1,1),cubic-bezier(0.6,0,0.1,1);
    -webkit-animation-delay: 0ms,0ms;
    animation-delay: 0ms,0ms;
    -webkit-animation-fill-mode: forwards,forwards;
    animation-fill-mode: forwards,forwards;
    width: calc(0.84 * 100vw);
    margin-right: 0.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .css-1v2vp4i > * {
        -webkit-animation: animation-crtu6r 1ms cubic-bezier(0.6,0,0.1,1) 0ms;
        animation: animation-crtu6r 1ms cubic-bezier(0.6,0,0.1,1) 0ms;
        height: 100%;
        display: block;
    }

@media (max-width:47.94em) {
    .css-1v2vp4i {
        height: calc(1.336 * 100vw);
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1v2vp4i {
        height: calc(0.6549479 * 100vw);
        width: calc(0.39322916 * 100vw);
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1v2vp4i {
        width: 31.3rem;
    }
}

@media (min-width:90em) {
    .css-1v2vp4i {
        width: 41.52rem;
    }
}

@-webkit-keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-qoyz3u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes animation-1nv5kxj {
    from {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes animation-1nv5kxj {
    from {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes animation-crtu6r {
    from {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes animation-crtu6r {
    from {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}



.css-zzbogg {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .css-zzbogg::-webkit-scrollbar {
        -webkit-overflow-scrolling: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: none;
        width: 0;
        height: 0;
    }

@media (max-width:47.94em) {
    .css-zzbogg {
        padding-left: 3rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-zzbogg {
        padding-left: 8.3rem;
        -webkit-align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
}

@media (min-width:64em) {
    .css-zzbogg {
        overflow-y: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}



.css-yz8fni {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}

    .css-yz8fni:not([src]) {
        display: none;
    }

    .css-yz8fni::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }



.css-1ac7uo3 {
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}



.css-19ordqq {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}



.css-111xi3k {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}



.css-18ecd7o {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}



.css-1seyke3 {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale( 1.3 );
    -ms-transform: scale( 1.3 );
    transform: scale( 1.3 );
}

    .css-1seyke3::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
    }



.css-1gsalrn {
    overflow: hidden;
    height: 100%;
}

@media (min-width:64em) {
    .css-1gsalrn {
        position: -webkit-sticky;
        position: sticky;
        top: 16rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1gsalrn {
        height: 54rem;
        margin-top: 38.8rem;
    }
}

@media (min-width:90em) {
    .css-1gsalrn {
        height: 69.7rem;
        margin-top: 40.4rem;
    }
}



.css-1hy424e {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width:63.94em) {
    .css-1t3dvgg {
        position: relative;
        padding-top: 10rem;
    }
}

@media (max-width:47.94em) {
    .css-1t3dvgg {
        padding-bottom: 5.3rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1t3dvgg {
        padding-top: 38.5rem;
        padding-bottom: 4.4rem;
    }
}

@media (max-width:63.94em) {
    .css-1t3dvgg {
        overflow-x: auto;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1t3dvgg {
        margin-top: -54rem;
    }
}

@media (min-width:90em) {
    .css-1t3dvgg {
        margin-top: -69.8rem;
    }
}



.css-1idwxlq {
    width: calc(((((100% - (0 * (12 - 1))) / 12) * 1) + ((0) * 0)) + (0 * 0));
    margin-left: calc((((100% - (0 * (12 - 1))) / 12) * 0) + ((-1) * 0) + (0 * 1));
}

    .css-1idwxlq:not(:last-of-type) {
        margin-right: calc(1 * 0);
    }

@media (min-width:90em) {
    .css-1idwxlq {
        width: calc(((((100% - (40px * (12 - 1))) / 12) * 11) + ((10) * 40px)) + (0 * 40px));
        margin-left: calc((((100% - (40px * (12 - 1))) / 12) * 1) + ((0) * 40px) + (40px * 1));
    }

        .css-1idwxlq:not(:last-of-type) {
            margin-right: calc(1 * 40px);
        }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1idwxlq {
        width: calc(((((100% - (20px * (12 - 1))) / 12) * 12) + ((11) * 20px)) + (0 * 20px));
        margin-left: calc((((100% - (20px * (12 - 1))) / 12) * 0) + ((-1) * 20px) + (20px * 1));
    }

        .css-1idwxlq:not(:last-of-type) {
            margin-right: calc(1 * 20px);
        }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1idwxlq {
        width: calc(((((100% - (16px * (12 - 1))) / 12) * 12) + ((11) * 16px)) + (0 * 16px));
        margin-left: calc((((100% - (16px * (12 - 1))) / 12) * 0) + ((-1) * 16px) + (16px * 1));
    }

        .css-1idwxlq:not(:last-of-type) {
            margin-right: calc(1 * 16px);
        }
}

@media (max-width:47.94em) {
    .css-1idwxlq {
        width: calc(((((100% - (25px * (4 - 1))) / 4) * 12) + ((11) * 25px)) + (0 * 25px));
        margin-left: calc((((100% - (25px * (4 - 1))) / 4) * 0) + ((-1) * 25px) + (25px * 1));
    }

        .css-1idwxlq:not(:last-of-type) {
            margin-right: calc(1 * 25px);
        }
}

@media (max-width:63.94em) {
    .css-1idwxlq {
        position: relative;
        padding-top: 10rem;
    }
}

@media (max-width:47.94em) {
    .css-1idwxlq {
        padding-bottom: 5.3rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1idwxlq {
        padding-top: 38.5rem;
        padding-bottom: 4.4rem;
    }
}

@media (max-width:63.94em) {
    .css-1idwxlq {
        overflow-x: auto;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1idwxlq {
        margin-top: -54rem;
    }
}

@media (min-width:90em) {
    .css-1idwxlq {
        margin-top: -69.8rem;
    }
}



.css-1q777hs {
    color: #fff;
    z-index: 100;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    margin-top: 2.1rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.6,0,0.1,1) 250ms;
    -webkit-transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 250ms;
    transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 250ms;
}

@media (min-width:48em) {
    .css-1q777hs {
        margin-top: 3rem;
        font-size: 1.6rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1q777hs {
        -webkit-letter-spacing: -0.012rem;
        -moz-letter-spacing: -0.012rem;
        -ms-letter-spacing: -0.012rem;
        letter-spacing: -0.012rem;
    }
}

@media (min-width:48em) {
    .css-1q777hs {
        margin-top: 1.7rem;
    }
}



.css-1tg771v {
    color: #fff;
    z-index: 100;
    margin-top: 4.5rem;
    margin-bottom: 0;
    font-family: Miller Banner,serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    -webkit-letter-spacing: -0.02rem;
    -moz-letter-spacing: -0.02rem;
    -ms-letter-spacing: -0.02rem;
    letter-spacing: -0.02rem;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
    -webkit-transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
    transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
}

@media (min-width:48em) {
    .css-1tg771v {
        font-size: 2.4rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1tg771v {
        margin-top: 3.9rem;
    }
}

@media (min-width:64em) {
    .css-1tg771v {
        margin-top: 4rem;
    }
}



.css-137qwl {
    color: #fff;
    z-index: 100;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 7.2rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0.83;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 800ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 800ms cubic-bezier(0.6,0,0.1,1);
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-bottom: 1rem;
}

@media (min-width:48em) {
    .css-137qwl {
        font-size: 8rem;
        line-height: 0.81;
    }
}

@media (min-width:90em) {
    .css-137qwl {
        font-size: 9rem;
        line-height: 0.83;
    }
}



.css-8ziacm {
    color: #424242;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.23;
    -webkit-letter-spacing: 0.15rem;
    -moz-letter-spacing: 0.15rem;
    -ms-letter-spacing: 0.15rem;
    letter-spacing: 0.15rem;
    color: #fff;
    z-index: 100;
    margin-bottom: auto;
    padding-bottom: 1.4rem;
    border-bottom: 0.1rem solid rgba(255,255,255,0.2);
    -webkit-letter-spacing: 0.104rem;
    -moz-letter-spacing: 0.104rem;
    -ms-letter-spacing: 0.104rem;
    letter-spacing: 0.104rem;
    line-height: normal;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
    -webkit-transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
    transition: transform 800ms cubic-bezier(0.6,0,0.1,1) 150ms;
}

@media (max-width:47.94em) {
    .css-8ziacm {
        padding-bottom: 1.6rem;
    }
}

#footer {
    background: #122717;
}

ul.Products li a {
    padding: 3px 8px;
    display: block;
}

.score {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.score-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 19px;
}

.score .stars-active {
    color: #EEBD01;
    position: relative;
    z-index: 10;
    display: inline-block;
}

.score .stars-inactive {
    color: grey;
    position: relative;
    /*top: 2px;*/
    left: 0;
    -webkit-text-stroke: initial;
    overflow: hidden;
}

.css-18wj93u {
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-weight: 400;
    text-underline-position: under;
    letter-spacing: 0px;
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    line-height: 2.31;
    display: block;
    text-decoration: none;
}

.css-13v2i25 {
    flex: 1 1 0%;
    color: rgb(66, 66, 66);
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.29;
    letter-spacing: 0.1rem;
}

.css-1mbhtnt {
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 1.58rem;
    line-height: 1.29;
    letter-spacing: 0.08rem;
}

.css-xxg7gn {
    position: relative;
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    transition: background-color 200ms ease 0s, border-color 200ms ease 0s, color 200ms ease 0s;
    letter-spacing: 0px;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    text-align: left;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
    padding: 2.1rem 0px 2.3rem;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: Miller Banner;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('MillerBanner-Light.woff2') format('woff2'),url('MillerBanner-Light.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('MillerBanner-LightItalic.woff2') format('woff2'),url('MillerBanner-LightItalic.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('MillerBanner-Roman.woff2') format('woff2'),url('MillerBanner-Roman.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('MillerBanner-RomanItalic.woff2') format('woff2'),url('MillerBanner-RomanItalic.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('MillerBanner-Semibold.woff2') format('woff2'),url('MillerBanner-Semibold.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('MillerBanner-SemiboldItalic.woff2') format('woff2'),url('MillerBanner-SemiboldItalic.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('MillerBanner-Bold.woff2') format('woff2'),url('MillerBanner-Bold.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('MillerBanner-BoldItalic.woff2') format('woff2'),url('MillerBanner-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('MillerBanner-Black.woff2') format('woff2'),url('MillerBanner-Black.woff') format('woff');
}

@font-face {
    font-family: Miller Banner;
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    src: url('MillerBanner-BlackItalic.woff2') format('woff2'),url('MillerBanner-BlackItalic.woff') format('woff');
}

@font-face {
    font-family: Founders Grotesk;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('FoundersGroteskWeb-Light.woff2') format('woff2'),url('FoundersGroteskWeb-Light.woff') format('woff');
}

@font-face {
    font-family: Founders Grotesk;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('FoundersGroteskWeb-LightItalic.woff2') format('woff2'),url('FoundersGroteskWeb-LightItalic.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('FoundersGroteskWeb-Regular.woff2') format('woff2'),url('FoundersGroteskWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('FoundersGroteskWeb-RegularItalic.woff2') format('woff2'),url('FoundersGroteskWeb-RegularItalic.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('FoundersGroteskWeb-Medium.woff2') format('woff2'),url('FoundersGroteskWeb-Medium.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url('FoundersGroteskWeb-MediumItalic.woff2') format('woff2'),url('FoundersGroteskWeb-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('FoundersGroteskWeb-Semibold.woff2') format('woff2'),url('FoundersGroteskWeb-Semibold.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('FoundersGroteskWeb-SemiboldItalic.woff2') format('woff2'),url('FoundersGroteskWeb-SemiboldItalic.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('FoundersGroteskWeb-Bold.woff2') format('woff2'),url('FoundersGroteskWeb-Bold.woff') format('woff');
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('FoundersGroteskWeb-BoldItalic.woff2') format('woff2'),url('FoundersGroteskWeb-BoldItalic.woff') format('woff');
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    color: #000;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body, #root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#root {
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1.8rem;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

    :not(output):-moz-ui-invalid:-moz-focusring {
        box-shadow: none;
    }

h1 {
    color: #122717;
    /*font-family: "Founders Grotesk", sans-serif, -apple-system;*/
    font-family: Miller Banner,serif !important;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

@media (min-width:48em) {
    h1 {
        font-size: 4.8rem;
        line-height: 1.04;
    }
}

@media (min-width:90em) {
    h1 {
        font-size: 3rem;
        line-height: 1.03;
    }
}

h2 {
    color: #122717;
    font-family: Miller Banner;
    font-size: 3rem !important;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.2;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

@media (min-width:48em) {
    h2 {
        font-size: 3.8rem;
        line-height: 1.16;
    }
}

@media (min-width:90em) {
    h2 {
        font-size: 4rem;
        line-height: 1.2;
    }
}

h3 {
    color: #122717;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 2.4rem;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.17;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

@media (min-width:48em) {
    h3 {
        font-size: 2.6rem;
        line-height: 1.15;
    }
}

@media (min-width:90em) {
    h3 {
        font-size: 3rem;
        line-height: 1.27;
    }
}

h4 {
    color: #122717;
    font-family: Miller Banner,serif;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.44;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

@media (min-width:90em) {
    h4 {
        font-size: 2.4rem;
        line-height: 1.33;
    }
}

a {
    /*color: #ab8e66;*/
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.5rem;
    font-weight: 400;
    /*-webkit-text-decoration: underline;
    text-decoration: underline;*/
    text-underline-position: under;
    line-height: 1.47;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

@supports not (text-underline-position:under) {
    a {
        text-underline-offset: 0.2em;
    }
}

@media (min-width:48em) {
    a {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

p {
    color: #424242;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.47;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    margin: 0 0 1rem;
}

@media (min-width:48em) {
    p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

[role='tooltip'] {
    display: none;
}

#nprogress {
    pointer-events: none;
}

    #nprogress .bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0.2rem;
        z-index: 1100;
        background-color: #304835;
    }

        #nprogress .bar .peg {
            position: absolute;
            right: 0;
            width: 10rem;
            height: 100%;
            -webkit-transform: rotate(3deg) translate(0,-0.04rem);
            -ms-transform: rotate(3deg) translate(0,-0.04rem);
            transform: rotate(3deg) translate(0,-0.04rem);
            display: block;
            opacity: 1;
            box-shadow: 0 0 1rem #304835,0 0 0.05rem #304835;
        }



::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: 0;
}

input:focus + label, input:active + label {
    outline: 0;
}

    input:focus + label::after, input:active + label::after {
        outline: 0;
    }



.css-zegyvr {
    min-height: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color:white;
}



.css-1b4fp1u {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    overflow: hidden;
    padding: 0;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
    -webkit-clip: rect(0,0,0,0);
    clip: rect(0,0,0,0);
}

    .css-1b4fp1u:active, .css-1b4fp1u:focus {
        width: auto;
        height: auto;
        overflow: visible;
        -webkit-clip-path: none;
        clip-path: none;
        white-space: normal;
        -webkit-clip: auto;
        clip: auto;
        position: fixed;
        top: 0;
        left: 0;
        padding: 1.5rem;
        border: 0;
        font-family: "Founders Grotesk",sans-serif,-apple-system;
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
        -webkit-transition: background-color 200ms;
        transition: background-color 200ms;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #fff;
        background-color: #967c59;
        z-index: 800;
    }

    .css-1b4fp1u:active {
        background-color: #8a7252;
    }



.css-1j6z4q7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 700;
}

@media (min-width:64em) {
    .css-1j6z4q7 {
        display: none;
    }
}



.css-rtjnlt {
    max-height: 5.5rem;
}

@media (max-width:47.94em) {
    .css-rtjnlt {
        min-height: max(calc(0rem),4.1rem);
    }
}

@media (min-width:48em) {
    .css-rtjnlt {
        height: 5.5rem;
    }
}

.css-rtjnlt .e14wxpao0, .css-rtjnlt .e14wxpao0 * {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.css-1wt1yc4 {
    height: auto;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    /*background-color: #000;*/
    padding: 1rem 3rem 0.9rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: visible;
    position: absolute;
    opacity: 1;
    z-index: 3;
}

    .css-1wt1yc4 * {
        color: #FFFFFF;
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.29;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        letter-spacing: normal;
    }

    .css-1wt1yc4 p {
        overflow: hidden;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-1wt1yc4 p {
        -webkit-line-clamp: 1;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1wt1yc4 p {
        -webkit-line-clamp: 1;
    }
}

@media (min-width:90em) {
    .css-1wt1yc4 p {
        -webkit-line-clamp: 1;
    }
}

.css-1wt1yc4 a {
    color: #FFFFFF;
    text-underline-position: auto;
}

@media (min-width:48em) {
    .css-1wt1yc4 {
        padding: 1.5rem 2.4rem 1.6rem 2.4rem;
    }

        .css-1wt1yc4 * {
            font-size: 1.6rem;
            line-height: 1.5;
        }
}

@media (max-width:47.94em) {
    .css-1wt1yc4 {
        min-height: max(calc(0rem),4.1rem);
        visibility: hidden;
    }
}

.css-1wt1yc4 p {
    opacity: 0;
}



.css-m2qqz5 {
    height: auto;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: #8A7252;
    padding: 1rem 3rem 0.9rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: visible;
    position: absolute;
    opacity: 1;
    z-index: 2;
}

    .css-m2qqz5 * {
        color: #FFFFFF;
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.29;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        letter-spacing: normal;
    }

    .css-m2qqz5 p {
        overflow: hidden;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-m2qqz5 p {
        -webkit-line-clamp: 1;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-m2qqz5 p {
        -webkit-line-clamp: 1;
    }
}

@media (min-width:90em) {
    .css-m2qqz5 p {
        -webkit-line-clamp: 1;
    }
}

.css-m2qqz5 a {
    color: #FFFFFF;
    text-underline-position: auto;
}

@media (min-width:48em) {
    .css-m2qqz5 {
        padding: 1.5rem 2.4rem 1.6rem 2.4rem;
    }

        .css-m2qqz5 * {
            font-size: 1.6rem;
            line-height: 1.5;
        }
}

@media (max-width:47.94em) {
    .css-m2qqz5 {
        min-height: max(calc(0rem),4.1rem);
        visibility: hidden;
    }
}

.css-m2qqz5 p {
    opacity: 0;
}

.css-9bt7op {
    border: none;
    border-top: 0.4rem solid #000;
    padding: 0;
    margin: 0;
}

.css-gbvyea {
    position: relative;
    height: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    color: #000;
    -webkit-transition: color 600ms cubic-bezier(0.6,0,0.1,1);
    transition: color 600ms cubic-bezier(0.6,0,0.1,1);
}

    .css-gbvyea::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6,0,0.1,1),background-color 300ms cubic-bezier(0.6,0,0.25,1);
        -webkit-transition: transform 300ms cubic-bezier(0.6,0,0.1,1),background-color 300ms cubic-bezier(0.6,0,0.25,1);
        transition: transform 300ms cubic-bezier(0.6,0,0.1,1),background-color 300ms cubic-bezier(0.6,0,0.25,1);
        background-color: #fff;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-delay: 250ms,0ms;
        transition-delay: 250ms,0ms;
    }

    .css-gbvyea::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-gbvyea {
        padding: 0 1.2rem;
    }
}

.css-gbzhb9 {
    font-size: 2rem;
    padding: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: none;
    transition: none;
}

.css-575lo5 {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    font-size: 2rem;
    padding: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: none;
    transition: none;
}

    .css-575lo5:hover {
        cursor: pointer;
    }

    .css-575lo5:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

.css-1lc4hx8 {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.css-1jp67x {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 200ms;
    -webkit-transition: transform 200ms;
    transition: transform 200ms;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.css-14qtx1v {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 200ms,opacity 0ms 200ms;
    -webkit-transition: transform 200ms,opacity 0ms 200ms;
    transition: transform 200ms,opacity 0ms 200ms;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.css-pita1n {
    z-index: 101;
}

    .css-pita1n::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 8rem);
        margin-top: 8rem;
        background-color: #fff;
    }

@media (min-width:48em) and (max-width:63.94em) {
    .css-pita1n::before {
        height: 100%;
        margin-top: initial;
    }
}

.css-1c2of5v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    font-size: 2rem;
    -webkit-transition: none;
    transition: none;
}

.css-1n1tmnq {
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    font-size: 2rem;
    -webkit-transition: none;
    transition: none;
}

@media (min-width:64em) {
    .css-1n1tmnq::after {
        content: '';
        position: absolute;
        bottom: -1.1rem;
        left: 50%;
        width: 100%;
        height: 0.2rem;
        background-color: currentColor;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        width: calc(100% - 2.2rem);
        margin-bottom: 1.3rem;
    }

    .css-1n1tmnq:hover::after {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

.css-17cxz18 {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    font-size: 2rem;
    -webkit-transition: none;
    transition: none;
}

    .css-17cxz18:hover {
        cursor: pointer;
    }

    .css-17cxz18:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

@media (min-width:64em) {
    .css-17cxz18::after {
        content: '';
        position: absolute;
        bottom: -1.1rem;
        left: 50%;
        width: 100%;
        height: 0.2rem;
        background-color: currentColor;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        width: calc(100% - 2.2rem);
        margin-bottom: 1.3rem;
    }

    .css-17cxz18:hover::after {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

.css-42igfv {
    margin: auto;
}

.css-10u0j1o {
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 110;
    -webkit-transition: all 0.4s cubic-bezier(0.6,0,0.1,1);
    transition: all 0.4s cubic-bezier(0.6,0,0.1,1);
    height: 7rem;
    width: 16rem;
    /*margin-top: 2.4rem;*/
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-10u0j1o {
        margin-top: 2.3rem;
    }
}

@media (max-width:63.94em) {
    .css-10u0j1o {
        width: 10.5rem;
        height: 4.6rem;
        margin-top: 2.4rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-10u0j1o {
        margin-top: 2.5rem;
    }
}

@media (max-width:47.94em) {
    .css-10u0j1o {
        z-index: auto;
        margin-top: 2rem;
    }
}

.css-p2ykwq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.css-6zdz74 {
    font-size: 13.7rem;
    color: #000;
}

@media (max-width:63.94em) {
    .css-6zdz74 {
        font-size: 8.5rem;
    }
}

.css-kh6wo6 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    padding: 1.1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    color: inherit;
}

@media (min-width:64em) {
    .css-kh6wo6 {
        padding: 1.1rem;
        border: 0;
        line-height: 1.4;
        font-size: 2rem;
    }

        .css-kh6wo6::after {
            content: '';
            position: absolute;
            bottom: -1.1rem;
            left: 50%;
            width: 100%;
            height: 0.2rem;
            background-color: currentColor;
            -webkit-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
            -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            width: calc(100% - 2.2rem);
            margin-bottom: 1.3rem;
        }

        .css-kh6wo6:hover::after {
            -webkit-transform: translateX(-50%) scaleX(1);
            -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
        }
}

.css-1d15flh {
    position: absolute;
    z-index: 700;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   /* background-color: #515151;*/
    /*opacity:0.7;*/
    color: #fff;
}

@media (max-width:63.94em) {
    .css-1d15flh {
        display: none;
    }
}

.css-1d15flh::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #eeeeee;
    -webkit-transform-origin: 'center';
    -ms-transform-origin: 'center';
    transform-origin: 'center';
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 660ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 660ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 660ms cubic-bezier(0.6,0,0.1,1);
}

.css-1vu2yqv {
    position: static;
}

.css-2yku8l {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 701;
    position: static;
}

.css-i4ed5k {
    padding: 0;
    margin: 0;
    border: none;
    border-top: 0.4rem solid #000;
}

.css-190jdct {
    margin: auto;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0.7;
}

@media (min-width:90em) {
    .css-190jdct {
        width: 116rem;
        height: 17.6rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-190jdct {
        width: 94rem;
    }
}

.css-1ylkffd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-transition: opacity 1s cubic-bezier(0.6,0,0.1,1);
    transition: opacity 1s cubic-bezier(0.6,0,0.1,1);
    opacity: 0;
    z-index: 200;
}

.css-5nah1u {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-transition: opacity 1s cubic-bezier(0.6,0,0.1,1);
    transition: opacity 1s cubic-bezier(0.6,0,0.1,1);
    opacity: 0;
    z-index: 200;
}

.css-s2uf1z {
    text-align: right;
    padding-right: 30px;
}

.css-m78zas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.css-1g2zfcr {
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.4rem;
    padding: 1.4rem 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    color: #fff;
}

@media (min-width:90em) {
    .css-1g2zfcr {
        padding-top: 1.5rem;
    }
}

.css-1yn94g1 {
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.4rem 0;
    margin: 0 0.4rem;
}

.css-1v5vin6 {
    width: 100%;
    padding-right: 30px;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 100;
}

@media (min-width:90em) {
    .css-1v5vin6 {
        margin-top: 0.9rem;
    }
}

.css-1rl6voi {
    margin-right: 0.8rem;
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

.css-5l5wys {
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    margin-right: 0.8rem;
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

@media (min-width:64em) {
    .css-5l5wys::after {
        content: '';
        position: absolute;
        bottom: -1.1rem;
        left: 50%;
        width: 100%;
        height: 0.2rem;
        background-color: currentColor;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        width: calc(100% - 2.2rem);
        margin-bottom: 1.3rem;
    }

    .css-5l5wys:hover::after {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

.css-1b15n6y {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    margin-right: 0.8rem;
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

    .css-1b15n6y:hover {
        cursor: pointer;
    }

    .css-1b15n6y:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

@media (min-width:64em) {
    .css-1b15n6y::after {
        content: '';
        position: absolute;
        bottom: -1.1rem;
        left: 50%;
        width: 100%;
        height: 0.2rem;
        background-color: currentColor;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
        width: calc(100% - 2.2rem);
        margin-bottom: 1.3rem;
    }

    .css-1b15n6y:hover::after {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

.css-18t2j30 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    padding: 1.1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    color: inherit;
    margin-right: 0.8rem;
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

@media (min-width:64em) {
    .css-18t2j30 {
        padding: 1.1rem;
        border: 0;
        line-height: 1.4;
        font-size: 2rem;
    }

        .css-18t2j30::after {
            content: '';
            position: absolute;
            bottom: -1.1rem;
            left: 50%;
            width: 100%;
            height: 0.2rem;
            background-color: currentColor;
            -webkit-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
            -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            width: calc(100% - 2.2rem);
            margin-bottom: 1.3rem;
        }

        .css-18t2j30:hover::after {
            -webkit-transform: translateX(-50%) scaleX(1);
            -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
        }
}

.css-2cs16e {
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

.css-g6df73 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    padding: 1.1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    color: inherit;
    -webkit-transform: translateX(1.1rem);
    -ms-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}

@media (min-width:64em) {
    .css-g6df73 {
        padding: 1.1rem;
        border: 0;
        line-height: 1.4;
        font-size: 2rem;
    }

        .css-g6df73::after {
            content: '';
            position: absolute;
            bottom: -1.1rem;
            left: 50%;
            width: 100%;
            height: 0.2rem;
            background-color: currentColor;
            -webkit-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 400ms cubic-bezier(0.6,0,0.1,1);
            -webkit-transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            transition: transform 400ms cubic-bezier(0.6,0,0.1,1);
            width: calc(100% - 2.2rem);
            margin-bottom: 1.3rem;
        }

        .css-g6df73:hover::after {
            -webkit-transform: translateX(-50%) scaleX(1);
            -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
        }
}

.css-6ed9gn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 1.5rem);
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: -0.1rem;
    margin-left: -1.5rem;
}

@media (min-width:90em) {
    .css-6ed9gn {
        width: calc(100% + 4.4rem);
        margin-top: -1rem;
    }
}

.css-16c6luz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 1.7rem 1.5rem;
    min-width: 9.9rem;
    text-align: left;
    height: 6.6rem;
    background: none;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    line-height: 1.13;
    -webkit-letter-spacing: 0.05rem;
    -moz-letter-spacing: 0.05rem;
    -ms-letter-spacing: 0.05rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
    bottom: 1rem;
    color: #000;
}

    .css-16c6luz::before {
        z-index: -1;
        content: '';
        position: absolute;
        bottom: 0.3rem;
        left: 0;
        height: inherit;
        width: 100%;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        background-color: #122717;
    }

    .css-16c6luz::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: inherit;
        width: 100%;
        border: 0.1rem solid transparent;
        border-color: currentColor;
        -webkit-transition: border-color 300ms cubic-bezier(0.6,0,0.1,1);
        transition: border-color 300ms cubic-bezier(0.6,0,0.1,1);
    }

    .css-16c6luz:focus, .css-16c6luz:active, .css-16c6luz:hover {
        color: #fff;
    }

        .css-16c6luz:focus::before, .css-16c6luz:active::before, .css-16c6luz:hover::before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }

        .css-16c6luz:focus::after, .css-16c6luz:active::after, .css-16c6luz:hover::after {
            border-color: transparent;
        }

@media (min-width:90em) {
    .css-16c6luz {
        min-width: 11.8rem;
        height: 6.6rem;
        font-size: 1.8rem;
        bottom: 0.2rem;
        line-height: 1;
    }
}

.css-p6w954 {
    position: relative;
    padding: 1.5rem;
    border: 0;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: background-color 200ms,border-color 200ms,color 200ms;
    transition: background-color 200ms,border-color 200ms,color 200ms;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    background-color: transparent;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 1.7rem 1.5rem;
    min-width: 9.9rem;
    text-align: left;
    height: 6.6rem;
    background: none;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.6rem;
    line-height: 1.13;
    -webkit-letter-spacing: 0.05rem;
    -moz-letter-spacing: 0.05rem;
    -ms-letter-spacing: 0.05rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
    bottom: 1rem;
    color: #000;
}

    .css-p6w954:hover {
        cursor: pointer;
    }

    .css-p6w954:disabled {
        color: #9e9e9e;
        cursor: not-allowed;
    }

    .css-p6w954::before {
        z-index: -1;
        content: '';
        position: absolute;
        bottom: 0.3rem;
        left: 0;
        height: inherit;
        width: 100%;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 300ms cubic-bezier(0.6,0,0.1,1);
        background-color: #122717;
    }

    .css-p6w954::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: inherit;
        width: 100%;
        border: 0.1rem solid transparent;
        border-color: currentColor;
        -webkit-transition: border-color 300ms cubic-bezier(0.6,0,0.1,1);
        transition: border-color 300ms cubic-bezier(0.6,0,0.1,1);
    }

    .css-p6w954:focus, .css-p6w954:active, .css-p6w954:hover {
        color: #fff;
    }

        .css-p6w954:focus::before, .css-p6w954:active::before, .css-p6w954:hover::before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }

        .css-p6w954:focus::after, .css-p6w954:active::after, .css-p6w954:hover::after {
            border-color: transparent;
        }

@media (min-width:90em) {
    .css-p6w954 {
        min-width: 11.8rem;
        height: 6.6rem;
        font-size: 1.8rem;
        bottom: 0.2rem;
        line-height: 1;
    }
}

.css-1qllmm5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 88.9rem;
    height: 8.3rem;*/
    overflow: visible;
    color: #424242;
}

@media (min-width:90em) {
    .css-1qllmm5 {
        /*width: 116.6rem;
        height: 9.2rem;*/
    }
}

.css-12efcmn {
    position: absolute;
}

.css-kk2ux7 {
    position: absolute;
    width: 100%;
    top: 100%;
}

.css-1ixbp0l {
    pointer-events: none;
}

.css-r62mng {
    position: fixed;
    top: calc(55px + 0.4rem);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 700;
    pointer-events: none;
}

    .css-r62mng::before {
        content: '';
        position: absolute;
        top: calc(17.6rem - 0.1rem);
        left: 0;
        width: 100%;
        height: 0.1rem;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: #eeeeee;
        -webkit-transform-origin: 'center';
        -ms-transform-origin: 'center';
        transform-origin: 'center';
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 660ms cubic-bezier(0.6,0,0.1,1);
        -webkit-transition: transform 660ms cubic-bezier(0.6,0,0.1,1);
        transition: transform 660ms cubic-bezier(0.6,0,0.1,1);
    }

.css-i9gxme {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.css-1ivd9zl {
    position: relative;
    z-index: 0;
    padding: 8rem 0 7.1rem;
    border-bottom: 0.4rem solid #967c59;
    background: #000;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1ivd9zl {
        padding: 8.2rem 0 6rem;
    }
}

@media (min-width:64em) {
    .css-1ivd9zl {
        will-change: transform;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1ivd9zl {
        padding: 8.8rem 0 7.3rem;
    }
}

@media (min-width:90em) {
    .css-1ivd9zl {
        padding: 8.8rem 0 5.2rem;
    }
}

.css-23ciy1 {
    margin: 0 3rem;
}

@media (min-width:64em) {
    .css-23ciy1 {
        margin: 0 auto;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-23ciy1 {
        max-width: 94rem;
    }
}

@media (min-width:90em) {
    .css-23ciy1 {
        max-width: 115.4rem;
    }
}

.css-xixksn {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-xixksn {
        margin-bottom: 5.8rem;
    }
}

@media (min-width:90em) {
    .css-xixksn {
        margin-bottom: 20px;
    }
}

.css-k008qs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-wtnrhw {
    color: #000;
    font-size: 10.7rem;
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-wtnrhw {
        font-size: 12.8rem;
    }
}

@media (min-width:90em) {
    .css-wtnrhw {
        font-size: 13.7rem;
    }
}

.css-1v4h94r {
    /*margin-bottom: 5.7rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

@media (min-width:64em) {
    .css-1v4h94r {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1v4h94r {
        /*margin-bottom: 9.6rem;*/
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-1v4h94r {
        /*margin-bottom: 7.4rem;*/
    }
}

@media (min-width:90em) {
    .css-1v4h94r {
        /*margin-bottom: 8.9rem;*/
    }
}

.css-yuq40h {
    width: 100%;
    margin-bottom: 2.6rem;
}

@media (min-width:64em) {
    .css-yuq40h {
        width: 22rem;
        margin-bottom: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width:90em) {
    .css-yuq40h {
        /*width: 20%;*/
    }
}

.css-pzowjl {
    color: #424242;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.23;
    -webkit-letter-spacing: 0.15rem;
    -moz-letter-spacing: 0.15rem;
    -ms-letter-spacing: 0.15rem;
    letter-spacing: 0.15rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.29;
    -webkit-letter-spacing: 0.08rem;
    -moz-letter-spacing: 0.08rem;
    -ms-letter-spacing: 0.08rem;
    letter-spacing: 0.08rem;
    margin-bottom: 4rem;
}

@media (min-width:64em) {
    .css-pzowjl {
        font-size: 1.3rem;
        line-height: 1.38;
        -webkit-letter-spacing: 0.09rem;
        -moz-letter-spacing: 0.09rem;
        -ms-letter-spacing: 0.09rem;
        letter-spacing: 0.09rem;
    }
}

.css-wb4634 {
    overflow: hidden;
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-wb4634 {
        max-height: 15rem;
    }
}

@media (min-width:90em) {
    .css-wb4634 {
        max-height: 30rem;
    }
}

@media (min-width:64em) {
    .css-wb4634 {
        max-height: 25rem;
    }
}

.css-vssz7w {
    color: #000;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 1.47;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    opacity: 0.7;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.31;
    margin: 0;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
}

@supports not (text-underline-position:under) {
    .css-vssz7w {
        text-underline-offset: 0.2em;
    }
}

@media (min-width:48em) {
    .css-vssz7w {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

@media (min-width:48em) {
    .css-vssz7w {
        line-height: 2.31;
    }
}

@media (min-width:64em) {
    .css-vssz7w {
        line-height: 1.88;
    }
}

.css-10l9ugw {
    color: #000;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 1.47;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    margin-top: 0.6rem;
    display: block;
}

@supports not (text-underline-position:under) {
    .css-10l9ugw {
        text-underline-offset: 0.2em;
    }
}

@media (min-width:48em) {
    .css-10l9ugw {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

@media (min-width:48em) {
    .css-10l9ugw {
        margin-top: 2.6rem;
    }
}

.css-vyu5jc {
    border-bottom: 0.1rem solid #38513e;
}

@media (min-width:64em) {
    .css-vyu5jc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        border-bottom: none;
    }
}

.css-150p46y {
    position: relative;
    border-bottom: 0.1rem solid #38513e;
}

@media (min-width:64em) {
    .css-150p46y {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        /*-webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;*/
        border-bottom: none;
    }
}

.css-dzmg6b:not(:first-of-type) {
    margin-top: 0;
}

.css-dzmg6b .e1u2p5kx0 {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

@media (min-width:64em) {
    .css-dzmg6b {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

.css-4ool9c:not(:first-of-type) {
    margin-top: 2rem;
}

.css-4ool9c:not(:first-of-type) {
    margin-top: 0;
}

.css-4ool9c .e1u2p5kx0 {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

@media (min-width:64em) {
    .css-4ool9c {
        -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        /*margin-left: 33%;*/
    }
}

.css-9qz3e9 {
    margin-bottom: 5.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:63.94em) {
    .css-9qz3e9 {
        margin-bottom: 6rem;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-9qz3e9 {
        margin-bottom: 12rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-9qz3e9 {
        margin-bottom: 4.1rem;
    }
}

@media (min-width:90em) {
    .css-9qz3e9 {
        margin-bottom: 3.9rem;
    }
}

.css-1hlokn5 {
    color: #fff;
    font-family: Miller Banner,serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 3rem 0 0;
    line-height: 3.2;
}

@media (min-width:90em) {
    .css-1hlokn5 {
        margin: 0 2rem 0 0;
    }
}

@media (max-width:63.94em) {
    .css-1hlokn5 {
        display: none;
    }
}

.css-1m8guny {
    color: #fff;
    font-family: Miller Banner,serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 0 2.7rem;
    line-height: 1.44;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1m8guny {
        margin: 0 0 3.2rem;
    }
}

@media (min-width:64em) {
    .css-1m8guny {
        display: none;
    }
}

.css-y2qfki {
    width: 100%;
    max-width: 31.4rem;
    height: 5rem;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: background-color 200ms,color 200ms;
    transition: background-color 200ms,color 200ms;
    border: 0.1rem solid #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 4.8rem;
}

    .css-y2qfki:hover:not(:disabled) {
        background-color: #fff;
        color: #122717;
    }

@media (min-width:64em) {
    .css-y2qfki {
        line-height: 3.8rem;
        height: 4rem;
        font-size: 1.4rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-y2qfki {
        max-width: 13.5rem;
    }
}

@media (min-width:90em) {
    .css-y2qfki {
        max-width: 14.6rem;
    }
}

.css-16hz6ie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:64em) {
    .css-16hz6ie {
        padding-top: 2rem;
        border-top: 0.1rem solid rgba(238,238,238,0.24);
    }
}

@media (min-width:90em) {
    .css-16hz6ie {
        padding-top: 2rem;
    }
}

.css-13pfx1x {
    width: 100%;
    height: 3.6rem;
    margin-bottom: 3.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:64em) {
    .css-13pfx1x {
        height: 2.6rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-13pfx1x {
        margin-bottom: 5.1rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-13pfx1x {
        width: 50%;
        margin-bottom: 3.5rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width:90em) {
    .css-13pfx1x {
        width: 100%;
        margin-bottom: 2.1rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.css-i0cbap {
    width: 100%;
    margin-bottom: 4.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:64em) {
    .css-i0cbap {
        margin: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-i0cbap {
        margin-bottom: 5.3rem;
    }
}

@media (max-width:47.94em) {
    .css-i0cbap {
        margin-bottom: 5.3rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-i0cbap {
        width: 50%;
    }
}

@media (min-width:90em) {
    .css-i0cbap {
        width: 33.33%;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.css-moa3tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:47.94em) {
    .css-moa3tr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width:63.94em) {
    .css-moa3tr {
        max-width: 31.5rem;
    }
}

@media (min-width:64em) {
    .css-moa3tr {
        height: 1.5rem;
    }
}

.css-lozoz9 {
    color: #424242;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.23;
    -webkit-letter-spacing: 0.15rem;
    -moz-letter-spacing: 0.15rem;
    -ms-letter-spacing: 0.15rem;
    letter-spacing: 0.15rem;
    margin-right: 2rem;
    display: inline-block;
    color: #fff;
    -webkit-letter-spacing: 0.09rem;
    -moz-letter-spacing: 0.09rem;
    -ms-letter-spacing: 0.09rem;
    letter-spacing: 0.09rem;
    line-height: 1.38;
    white-space: nowrap;
}

@media (max-width:47.94em) {
    .css-lozoz9 {
        margin-bottom: 1rem;
    }
}

@media (max-width:63.94em) {
    .css-lozoz9 {
        margin-right: 3.9rem;
    }
}

@media (min-width:64em) {
    .css-lozoz9 {
        margin-left: 17rem;
    }
}

@media (min-width:90em) {
    .css-lozoz9 {
        margin-left: 8.6rem;
    }
}

.css-126o8cb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

@media (max-width:63.94em) {
    .css-126o8cb:not(:first-of-type) {
        margin-left: 0.4rem;
    }
}

.css-18ouk2b {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    display: block;
    color: inherit;
    font-size: 3rem;
    line-height: 0;
}

    .css-18ouk2b:hover, .css-18ouk2b:focus {
        color: #ab8f66;
    }

.css-1ppfzzv {
    width: 100%;
    margin-bottom: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:47.94em) {
    .css-1ppfzzv {
        margin-bottom: 2.8rem;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-1ppfzzv {
        margin-bottom: 4.3rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:64em) {
    .css-1ppfzzv {
        width: 50%;
        margin-bottom: 0;
    }
}

@media (min-width:90em) {
    .css-1ppfzzv {
        width: 33.33%;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }
}

.css-abgth3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:48em) {
    .css-abgth3 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .css-abgth3 .e18r6qic0 + .e18r6qic0 {
            margin-left: 3rem;
        }
}

.css-1fl2bqv {
    color: #fff;
    font-size: 1.6rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 2.31;
}

@media (min-width:48em) {
    .css-1fl2bqv {
        font-size: 1.4rem;
        line-height: 1;
    }
}

.css-131q73e {
    width: 100%;
    color: #9e9e9e;
    font-family: "Founders Grotesk",sans-serif,-apple-system;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.29;
}

@media (min-width:48em) {
    .css-131q73e {
        text-align: center;
        line-height: 1;
    }
}

@media (min-width:64em) {
    .css-131q73e {
        width: auto;
        margin-left: auto;
    }
}

@media (min-width:90em) {
    .css-131q73e {
        width: 33.33%;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }
}

.css-1wn6yvn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-qem4im {
    width: 3.9rem;
    height: 2.4rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 0.2rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
}

@media (min-width: 64em) {
    .css-qem4im:not(:last-child) {
        margin-right: 1rem;
    }

    .css-qem4im {
        width: 2.6rem;
        height: 1.6rem;
    }
}

.css-qem4im:not(:last-child) {
    margin-right: 0.5rem;
}

.css-2imjyh {
    display: flex;
    flex-wrap: wrap;
}

.content-wrap {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 4000px;
}

.header-wrap {
    position: absolute;
    font-size: 17px;
}

@media (max-width:480) {
    .css-4ool9c {
        text-align: center !important;
    }

    .css-xxg7gn {
        text-align: center !important;
    }

    .css-ogoe9v {
        display: none;
    }
}

#Page {
    margin-top: 180px;
}

.e7gi9o11 {
    padding-top: 25px !important;
}

.css-cbis0c {
    /*padding: 2.6rem 0 3.6rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; /* flex-direction:row; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:47.94em) {
    .css-cbis0c {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-cbis0c {
        padding: 12.6rem 0 11.8rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-cbis0c {
        padding: 15rem 0 16rem;
    }
}

@media (min-width:90em) {
    .css-cbis0c {
        /*padding: 5rem 0;*/
    }
}

@media (min-width: 90em) {
    .css-bxhgoc {
        width: 50rem;
    }
}

.css-bxhgoc {
    width: 37.5rem;
}

.css-j7d7f4 {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 1rem;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-j7d7f4 {
        margin-bottom: 3.13rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-j7d7f4 {
        margin-bottom: 3rem;
    }
}

@media (min-width:90em) {
    .css-j7d7f4 {
        margin-bottom: 3.8rem;
    }
}

.css-8vgct7 {
    position: absolute;
    top: calc(50% - 10.1rem);
    left: calc(50% - 10.1rem);
    width: 20rem;
    height: 20rem;
    z-index: 1;
    margin: 0 auto;
    padding: 1.87rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s opacity ease-in-out;
    transition: 1s opacity ease-in-out;
}
@media(min-width:780px) {
    .firstarcticalchild {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}
@media (min-width:48em) {
    .css-8vgct7 {
        top: calc(50% - 12.3rem);
        left: calc(50% - 11.99rem);
        width: 24.4rem;
        /*height: 24.4rem;*/
        padding: 2.6rem 2rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-8vgct7 {
        top: 11rem;
        left: 11rem;
        padding: 2.6rem 3rem;
    }
}

@media (min-width:90em) {
    .css-8vgct7 {
        top: 12.5rem;
        /*left: 12.5rem;*/
        padding: 3.1rem 2.7rem;
        opacity:1;
    }
}

.css-1nurmma {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

.css-1e1rech {
    position: absolute;
    background: currentcolor;
    right: 0px;
    height: 0.3rem;
    width: calc(100% - 0.3rem);
    transform: scaleX(0);
    top: 0px;
    left: 0px;
    transform-origin: right center;
    animation-name: animation-pqs08h, animation-qoyz3u;
    animation-play-state: running;
    animation-duration: 550ms, 1100ms;
    animation-delay: 550ms, 0ms;
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards, forwards;
}

.css-1g1ly5q {
    position: absolute;
    background: currentcolor;
    right: 0px;
    height: 0.3rem;
    width: calc(100% - 0.3rem);
    transform: scaleX(0);
    bottom: 0px;
    left: 0.3rem;
    transform-origin: right center;
    animation-name: animation-pqs08h, animation-qoyz3u;
    animation-play-state: running;
    animation-duration: 550ms, 1100ms;
    animation-delay: 0ms, 0ms;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards, forwards;
}

.css-5z7q0w {
    position: absolute;
    background: currentcolor;
    top: 0px;
    width: 0.3rem;
    height: calc(100% - 0.3rem);
    transform: scaleY(0);
    right: 0px;
    bottom: 0.3rem;
    transform-origin: center bottom;
    animation-name: animation-1wkh6y8, animation-qoyz3u;
    animation-play-state: running;
    animation-duration: 550ms, 1100ms;
    animation-delay: 0ms, 0ms;
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards, forwards;
}

.css-o379ml {
    position: absolute;
    background: currentcolor;
    bottom: 0px;
    width: 0.3rem;
    height: calc(100% - 0.3rem);
    transform: scaleY(0);
    left: 0px;
    top: 0.3rem;
    transform-origin: center bottom;
    animation-name: animation-1wkh6y8, animation-qoyz3u;
    animation-play-state: running;
    animation-duration: 550ms, 1100ms;
    animation-delay: 550ms, 0ms;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards, forwards;
}

.css-ozn4m7 {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.css-bxhgoc .e10d2j1n4 {
    transform: scale(1);
}
.css-bxhgoc .e10d2j1n4:hover {
    transform: scale(1.1);
}
.css-psjk3n .e10d2j1n5 {
    transform: scale(1);
}
.css-psjk3n .e10d2j1n5:hover {
    transform: scale(1.1);
}
@media (min-width: 90em) {
    .css-psjk3n {
        padding-top: 24rem;
        margin-left: 12.5rem
    }
}
@media (min-width: 90em) {
    .css-4q6n27 {
        height: 50rem;
    }


    .css-4q6n27 {
        position: relative;
        display: inline-flex;
        color: transparent;
        opacity: 1;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        transform: scale(1.0);
        height: 31.5rem;
        transition: transform 500ms ease 0s, opacity;
    }
}
/*:not(:last-child)*/
.css-ze20wc {
    border-bottom: 0.1rem dotted #bcbcbc;
}

.css-ckpog0 {
    height: 6.8rem;
    line-height: 4.38;
    color:black;
    font-weight:500;
    text-transform:uppercase;
}
.e18nnme30 {
    width:30rem;
}

.css-4q6n27 {
    opacity: 1 !important;
    /*width: 375px;*/
    height: 50rem;
    object-fit: cover;
}
    .css-4q6n27:hover {
        transform:scale(1.05);
    }
    .e179bkts1 {
        opacity: 0.8;
    }
@media (min-width: 64em) {
    .css-anbx9g {
        width: 2rem;
        height: 2rem;
    }
}
.css-anbx9g {
    background-color: rgb(138, 114, 82);
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0.05rem;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    font-weight: 500;
    will-change: transform;
}
@media (min-width: 64em) {
    .css-kh6wo6 {
        padding: 1.1rem;
        border: 0;
        line-height: 1.4;
        font-size: 2rem;
    }
}

@media (min-width: 48em) {
    .css-1dvh9ep {
        font-size: 1.6rem;
        line-height: 1.13;
        -webkit-letter-spacing: 0.04rem;
        -moz-letter-spacing: 0.04rem;
        -ms-letter-spacing: 0.04rem;
        letter-spacing: 0.04rem;
    }
}

.css-1dvh9ep {
    width: 100%;
    height: 100%;
    padding: 2.2rem 1rem 0;
    display: block;
    /*color: currentColor;*/
    font-family: Founders Grotesk,sans-serif,-apple-system;
    font-size: 1.6rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    -webkit-letter-spacing: 0.04rem;
    -moz-letter-spacing: 0.04rem;
    -ms-letter-spacing: 0.04rem;
    letter-spacing: 0.04rem;
    -webkit-transition: color 300ms cubic-bezier(0.6,0,0.1,1);
    transition: color 300ms cubic-bezier(0.6,0,0.1,1);
}

.css-1jd57nu {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.css-tzwemd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88.9rem;
    height: 8.3rem;
    overflow: visible;
    color: #fff;
}

.css-9bd9h8 {
    position: absolute;
    z-index: 700;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: rgb(255, 255, 255);
    top: calc(55px + 0.4rem);
}


.css-1dvh9ep::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: #ab8e66;
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.6,0,0.1,1);
    -webkit-transition: transform 600ms cubic-bezier(0.6,0,0.1,1);
    transition: transform 600ms cubic-bezier(0.6,0,0.1,1);
    z-index: 100;
}
.css-67aitr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 88.9rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.75rem;
}

@media (min-width: 64em) {
    .css-1s47a7o {
        margin-bottom: 1.2rem;
    }
}

.css-1s47a7o {
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-size: 2.4rem;
    font-weight: 300;
    color: rgb(15, 15, 15);
    margin-bottom: 1.2rem;
}
@media (min-width: 64em) {
    .css-v855wd {
        margin-bottom: 2.8rem;
    }
}

@media (min-width: 48em) {
    .css-v855wd {
        margin-top: -0.1rem;
    }
}

.css-v855wd {
    z-index: 100;
    margin-bottom: 1rem;
}
@media (min-width: 64em) and (max-width: 89.94em) {
    .css-z7vbj {
        width: 69.9rem;
        padding-left: 5.8rem;
    }
}
.e13bq98q3 {
    margin-top:2rem;
}
.css-z7vbj {
    display: flex;
    flex-direction: column;
    /*margin-top:2rem;*/
}
.css-ezeacz {
    position: absolute;
    top: calc((8rem + 0.4rem + 0px));
    bottom: 30%;
    width: 100%;
    overflow: hidden;
    padding: 0 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    color: #fff;
    font-size: 4.6rem;
    font-weight: 300;
    font-style: italic;
    -webkit-letter-spacing: -0.03rem;
    -moz-letter-spacing: -0.03rem;
    -ms-letter-spacing: -0.03rem;
    letter-spacing: -0.03rem;
    text-transform: none;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
}

@media (min-width:48em) and (max-width:63.94em) {
    .css-ezeacz {
        bottom: calc(6rem + 17%);
        font-size: 5rem;
        -webkit-letter-spacing: -0.04rem;
        -moz-letter-spacing: -0.04rem;
        -ms-letter-spacing: -0.04rem;
        letter-spacing: -0.04rem;
    }
}

@media (min-width:64em) and (max-width:89.94em) {
    .css-ezeacz {
        bottom: 35%;
        font-size: 5rem;
        -webkit-letter-spacing: -0.04rem;
        -moz-letter-spacing: -0.04rem;
        -ms-letter-spacing: -0.04rem;
        letter-spacing: -0.04rem;
    }
}

@media (min-width:90em) {
    .css-ezeacz {
        bottom: 34%;
        font-size: 6rem;
        -webkit-letter-spacing: -0.05rem;
        -moz-letter-spacing: -0.05rem;
        -ms-letter-spacing: -0.05rem;
        letter-spacing: -0.05rem;
    }
}

@media (min-width:64em) {
    .css-ezeacz {
        top: calc((17.6rem + 0.4rem + 0px));
    }
}

@media (max-width:63.94em) and (max-height:26em) {
    .css-ezeacz {
        display: none;
    }
}
.css-v855wd p {
    font-family: "Founders Grotesk", sans-serif, -apple-system;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}