body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{color:#3c0217;font-family:Lototron}p{font-size:1.2rem;line-height:1.3}@media screen and (max-width:1024px){p{font-size:1rem}}.App{overflow:hidden}ul{padding:0}.gradientBar{background:linear-gradient(180deg,transparent,#000);bottom:0;display:none;height:100px;left:0;pointer-events:none;position:fixed;width:100%}.gradientBar--top{background:linear-gradient(0deg,transparent,#000);bottom:auto;height:30vh;top:0}.button,button{-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font-size:1.2rem;margin:0 auto;padding:1rem 2rem;-webkit-transform:scale(1);transform:scale(1);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}@media screen and (max-width:640px){.button,button{font-size:1rem;padding:.7rem 1rem}}.button--primary,.button--primary:active,.button--primary:focus,button--primary,button--primary:active,button--primary:focus{background-color:#3c0217;color:#000}.button--primary__hollow,.button--primary__hollow:active,.button--primary__hollow:focus,button--primary__hollow,button--primary__hollow:active,button--primary__hollow:focus{background-color:initial;border:2px solid #3c0217;color:#3c0217}.button--primary:hover,button--primary:hover{background-color:#3c0217;color:#000}.button--white,button--white{background-color:#fff;color:red}.button--white:hover,button--white:hover{background-color:red;color:#fff}.button--red,button--red{border-radius:99px;border-width:5px;box-shadow:6px 6px 10px rgba(0,0,0,.6);color:#000;display:flex;padding:0;position:relative;text-decoration:none;-webkit-transform:scale(1);transform:scale(1)}.button--red span,button--red span{align-items:center;background-color:#ffd600;border-radius:99px;color:#3c0217;display:flex;font-weight:700;height:100%;justify-content:center;padding:.9rem 1.8rem;position:relative;transition:all .2s ease-in-out;width:100%}.button--red .background,button--red .background{height:calc(100% + 10px);left:-5px;overflow:hidden;position:absolute;top:-5px;width:calc(100% + 10px)}.button--red .background:after,button--red .background:after{content:"";height:500%;left:50%;opacity:.2;position:absolute;top:50%;-webkit-transform:translate(-50%,-60%) rotate(55deg);transform:translate(-50%,-60%) rotate(55deg);transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:200%;z-index:-1}.button--red:hover,button--red:hover{box-shadow:12px 12px 20px rgba(0,0,0,.6);-webkit-transform:scale(1.1);transform:scale(1.1)}.button--red:hover span,button--red:hover span{background-color:#ffde33}.button--red:hover .background:after,button--red:hover .background:after{opacity:1;-webkit-transform:translate(-50%,-50%) rotate(240deg);transform:translate(-50%,-50%) rotate(240deg)}.button--golden,button--golden{border-width:5px;color:#000;display:flex;padding:0;position:relative;text-decoration:none;-webkit-transform:scale(1);transform:scale(1)}.button--golden span,button--golden span{align-items:center;background:rgba(246,188,37,.7);display:flex;height:100%;justify-content:center;padding:.7rem 1rem;position:relative;width:100%}.button--golden .background,button--golden .background{height:calc(100% + 10px);left:-5px;overflow:hidden;position:absolute;top:-5px;width:calc(100% + 10px)}.button--golden .background:after,button--golden .background:after{background-image:linear-gradient(260deg,#4a472a -9.95%,#d39800 33.77%,#ffe8ac 50.47%,#cf9500 78.07%,#828282 104.93%);content:"";height:500%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-60%) rotate(55deg);transform:translate(-50%,-60%) rotate(55deg);transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:200%;z-index:-1}.button--golden:hover,button--golden:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.button--golden:hover .background:after,button--golden:hover .background:after{-webkit-transform:translate(-50%,-50%) rotate(240deg);transform:translate(-50%,-50%) rotate(240deg)}.languageSelector{align-items:center;display:flex;height:100%;justify-content:flex-end;position:absolute;right:0;top:0}.languageSelector button{font-size:1rem;padding:1rem}header{align-items:center;background-position:50%;display:flex;flex-direction:row;justify-content:center;left:0;position:fixed;top:10vh;width:100%;z-index:99}header img{margin:20px auto 0}header img.est{max-width:40vw;min-width:200px;width:100%}@media screen and (min-width:1400px){header img.est{max-width:600px}}header img.rus{max-width:60vw;min-width:250px;width:100%}@media screen and (min-width:1400px){header img.rus{max-width:900px}}header h1{display:flex;flex-direction:column;margin:10px auto;padding:0 20px;text-shadow:0 0 20px rgba(0,0,0,.8)}header h1 span{margin:0 4px}@media screen and (max-width:640px){header,header h1{flex-direction:column}header h1{line-height:1;margin:10px auto}}.wrapper{background-position:50%;background-size:cover;min-height:100vh;position:relative;text-align:center;width:200px}.bg-image{height:100vh;object-fit:cover;width:100vw}.bg{background-position:bottom;background-repeat:repeat;width:100vw}@media screen and (max-width:640px){.bg{height:100%}}.bg--pattern{background-position:bottom;background-repeat:repeat;background-size:11vh;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:640px){.bg--pattern{background-size:12.6vw}}.content--wrapper{margin:0 auto;max-width:900px;padding:40px 8vw;position:relative;z-index:9}@media screen and (max-width:1024px){.content--wrapper{padding:20px 10vw}}.content--inside{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:0}@media screen and (max-width:640px){.content--inside{margin-bottom:30px;margin-top:0}}.content--inside>div{width:100%}.content--full{display:flex;flex-direction:column}.content--full button{margin-left:0}.content--columns{display:flex;flex-direction:row}.content--side{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.content--side button{margin-left:0}.text--color__primary{background-color:#3c0217;color:#fff;font-weight:700}.text--color__white{color:#fff}.slogan,.text--align__center{text-align:center}.slogan{font-size:2.2rem;font-weight:900;margin:1rem auto!important;margin:0;max-width:600px;width:100%}.slogan--primary{color:#ffd600}@media screen and (max-width:1400px){.slogan{font-size:3vw}}@media screen and (max-width:1024px){.slogan{font-size:1.4rem}}@media screen and (max-width:640px){.slogan{font-size:1.4rem;margin:1rem auto!important;width:80%}}.slogan.bold{font-weight:700;text-shadow:0 0 20px rgba(0,0,0,.9)}h1{font-size:5rem;line-height:1;margin:0}@media screen and (max-width:1400px){h1{font-size:6vw}}@media screen and (max-width:1024px){h1{font-size:3rem}}@media screen and (max-width:640px){h1{font-size:2rem}}h2{font-size:5rem;margin:0}@media screen and (max-width:1400px){h2{font-size:5vw}}@media screen and (max-width:1024px){h2{font-size:3rem}}@media screen and (max-width:640px){h2{font-size:1.8rem}}h3{font-size:4rem;margin:0}@media screen and (max-width:1400px){h3{font-size:4vw}}@media screen and (max-width:1024px){h3{font-size:2rem}}@media screen and (max-width:640px){h3{font-size:1.4rem}}.winners{display:flex;flex-direction:column;transition:margin-bottom 1s ease-in-out}@media screen and (max-width:640px){.winners{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)!important}}.winners--noWinners{width:100}.winners h3{margin:2rem auto}.winners--tabs{cursor:pointer;margin-bottom:-3px}@media screen and (max-width:1024px){.winners--tabs{margin:0 auto -3px;width:80%}}.winners--tab{cursor:pointer;display:block!important;flex:1 1;outline:none;padding:1rem;position:relative;text-align:center;width:auto!important}.winners--tab:after{background:#ffd600;bottom:0;content:"";height:2px;left:0;position:absolute;transition:height .4s ease-in-out;width:100%}.winners--tab.is-active:after{background:#ffd600;height:100%}.winners--tab.is-active span{color:#3c0217}.winners--tab:hover:after{color:#000;height:100%;transition:height .2s cubic-bezier(.175,.885,.32,1.275)}.winners--tab:hover span{color:#fff;-webkit-transform:scale(1.2);transform:scale(1.2)}.winners--tab span{display:flex;justify-content:center;position:relative;-webkit-transform:scale(1);transform:scale(1);transition:color .3s ease-in-out,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:color .3s ease-in-out,transform .3s cubic-bezier(.175,.885,.32,1.275);transition:color .3s ease-in-out,transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);z-index:9}.winners--tabContent{background:#fff;padding:2rem 2rem 3rem}@media screen and (max-width:640px){.winners--tabContent{padding:1rem 20px}}.winners--tabContent li{color:#000;display:flex;flex-direction:column;margin-bottom:1rem;text-align:center}.winners--tabContent>div>p{text-align:center}.winners--list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.winners--item{background-color:#ffd600;display:flex;flex-basis:calc(50% - 20px);flex-direction:column;flex-grow:0;flex-shrink:1;margin:0!important;padding:30px 10px}@media screen and (max-width:800px){.winners--item{flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1}}@media screen and (max-width:640px){.winners--item{flex:1 1 100%}.winners--item:nth-child(4n+1),.winners--item:nth-child(4n+4){background-color:#fff}.winners--item:nth-child(odd){background-color:#ececec}}.winners--item__id{font-size:1.2rem;letter-spacing:4px}.winners--item__type{align-items:center;display:flex;flex:1 1 100%;justify-content:center;padding-top:5px}@media screen and (max-width:640px){.winners--item__type{align-items:flex-start;justify-content:center}}.winners--item__amount{color:#3c0217;font-size:2rem;font-weight:700}.logo{display:flex;flex-direction:column;justify-content:center;width:100%}.logo img{margin:6rem auto 2rem;max-width:300px;width:80%}.disclaimer{display:flex;font-size:1rem;gap:10px;margin:0 auto 10vw;max-width:800px;opacity:.8;text-align:left;width:80%}@media screen and (max-width:640px){.disclaimer{font-size:.8rem;width:100%}}.slick{max-width:100%}.slick-arrow{align-items:center;display:flex!important;height:100px;justify-content:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100px}@media screen and (max-width:1024px){.slick-arrow{height:30px;width:30px}}.slick-arrow:hover{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slick-arrow:before{content:none}.slick-arrow svg{fill:#3c0217;height:100%;max-height:40px;transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275)}.slick-disabled{opacity:.3;pointer-events:none}.slick-disabled svg{fill:#fff}.slick-next{right:-10%}@media screen and (max-width:1024px){.slick-next{height:30px;width:30px}}.slick-next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slick-next:hover svg{-webkit-transform:rotate(180deg) translateX(-50%);transform:rotate(180deg) translateX(-50%)}.slick-prev{left:-100px}@media screen and (max-width:1024px){.slick-prev{left:-10%}}.slick-prev:hover svg{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.modal{background-color:#fff;color:#0e030b;line-height:1.4;margin:0 auto;max-height:100%;max-width:800px;overflow:auto;position:relative;width:80%}.modal strong{color:#3c0217}@media screen and (max-width:640px){.modal{width:100%}}.modal ol,.modal ul{padding-left:1rem}.modal ol li,.modal ul li{margin-bottom:5px}.modal ul{list-style:none}.modal--wrapper{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal--inside{display:flex;flex-direction:column;padding:40px}@media screen and (max-width:640px){.modal--inside{padding:20px}}.modal .button--close{color:#3c0217;left:calc(50% + 340px);margin:10px;padding:10px;position:absolute;right:auto;top:0;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275)}.modal .button--close:hover{-webkit-transform:scale(1.5);transform:scale(1.5)}@media screen and (max-height:900px){.modal .button--close{position:fixed}}@media screen and (max-width:1024px){.modal .button--close{left:auto;position:absolute;right:10px}}@media screen and (max-width:640px){.modal .button--close{left:auto;position:fixed;right:0}}.carSection{align-items:center;display:flex;flex-direction:column}.carSection button{margin:auto auto 40px}.menu{color:#3c0217;display:flex;flex-direction:row;justify-content:center}.heroWrapper{align-items:flex-end;display:flex;height:100%;justify-content:flex-end;max-height:100vh;max-width:100%;position:relative;text-align:center}.yes{width:100%;z-index:999}.modelBg{align-items:center;background-color:#3c0217;background-position:50%;background-size:cover;display:flex;justify-content:center;left:0;min-height:0;position:relative;top:0;transition:opacity .1s linear;width:100vw}.modelBg h2{color:#3c0217;text-shadow:-5px 5px 10px rgba(0,0,0,.3)}.modelBg h2.campaignEndHeader{color:#fff;line-height:1;position:absolute;text-align:center;text-shadow:0 0 20px #000;top:50%;-webkit-transform:rotate(-10deg) translateY(-50%);transform:rotate(-10deg) translateY(-50%);z-index:50}.modelBg .heroGradient{background:linear-gradient(-90deg,rgba(0,0,0,.3) 10%,transparent 20%);display:none;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:0}.modelBg img,.modelBg picture{display:block;height:auto;margin:0 auto;max-height:100vh;max-width:100%;padding-bottom:0;position:relative;width:auto}@media screen and (max-width:640px){.modelBg img,.modelBg picture{margin:0;padding-bottom:0}}.nav{background-color:hsla(0,0%,100%,0);justify-content:flex-end;position:fixed;transition:background-color .3s ease-in-out;width:100%;z-index:89}.nav,.nav--inside{display:flex;flex-direction:row}.nav--inside{cursor:pointer}.nav--inside .button,.nav--inside button{cursor:pointer;display:flex;font-size:.8rem;padding:1rem 1.4rem 1rem 0}@media screen and (max-width:640px){.nav--inside .button,.nav--inside button{font-size:1.4rem}}.nav--inside .button:hover,.nav--inside button:hover{color:#fff}@media screen and (max-width:640px){.nav--inside .menu{background-color:#fff;display:flex;flex-direction:column;left:0;max-height:calc(100vh - 40px);overflow:auto;padding:40px 0 20px;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;width:100%}.nav--inside .menu.is-open{-webkit-transform:translateY(0);transform:translateY(0)}}.nav--inside .menu a{color:#3c0217;text-decoration:none}.nav--inside .menu *{color:#fff!important;font-size:16px;font-weight:700;text-shadow:4px 3px 4px rgba(0,0,0,.4)}@media screen and (max-width:640px){.nav--inside .menu *{color:#3c0217!important;text-shadow:none}}.nav--inside .menu :hover{color:#ffd600!important;-webkit-transform:scale(1.02);transform:scale(1.02)}.isScrolledHero .nav--inside .menu *{color:#3c0217!important;text-shadow:none}.isScrolledHero .nav--inside .menu :hover{color:#d00750!important}.isScrolledHero .nav{background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.3)}.hamburger-react{position:absolute!important;right:0;top:0}@media screen and (min-width:640px){.hamburger-react{display:none}}.cookieModal{background-color:#fff;bottom:0;box-shadow:0 0 10px rgba(0,0,0,.3);display:flex;left:0;margin:0 auto;max-height:50vh;max-width:560px;position:fixed;width:100%;z-index:999}.cookieModal *{color:#000;font-size:.8rem;text-decoration:none}.cookieModal .modal__inner{overflow:auto;padding:15px 30px}.cookieModal .modal__inner button{border:2px solid #3c0217;color:#fff;font-weight:700;margin:20px 10px 20px 0}.cookieModal .modal__inner button:hover{background-color:#6d042a;border:2px solid #6d042a;color:#fff}.cookieModal .modal__inner button.button--disagree{color:#3c0217!important}.cookieModal .modal__inner button.button--disagree:hover{color:#fff!important}.cookieModal a{position:relative}@media screen and (max-width:640px){.cookieModal a{text-decoration:underline}}.cookieModal a:after{background-color:#000;bottom:-2px;height:2px;left:0;position:absolute;width:100%}@media screen and (min-width:640px){.cookieModal a:after{content:""}}.cookieModal a:hover{color:#fff}.cookieModal a:hover:after{bottom:-5px;height:calc(100% + 10px);left:-5px;width:calc(100% + 10px);z-index:-1}.switch{display:inline-block;height:26px;margin-top:10px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#d7d7d7;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.25s}.slider:before{background-color:#fff;bottom:2px;content:"";height:22px;left:2px;width:22px}input:checked+.slider{background-color:#3c0217}input:focus+.slider{box-shadow:0 0 1px #3c0217}input:checked+.slider:before{-webkit-transform:translateX(18px);transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.modal{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:modal;animation-name:modal}@-webkit-keyframes modal{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes modal{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.carInfo{align-items:center;color:#fff;display:flex;flex:1 1;flex-direction:column;height:auto;justify-content:center;top:50%;width:100vw}.carInfo .button{margin-top:20px}.goldenText{text-align:center;width:100%}.modelSpecs{display:none;flex-direction:row;justify-content:space-evenly;width:100%}@media screen and (min-width:1024px){.modelSpecs{display:flex}}.modelSpecs .specs{width:100%}.modelSpecs>div{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-evenly}.modelSpecs>div>div{color:#3c0217;font-weight:700;max-width:300px;padding:20px}.modelSpecs .data{flex-basis:33.33333%;flex-grow:0;flex-shrink:1}.modelSpecs .data--title{align-items:flex-end;display:flex;flex-direction:row;font-size:4rem;justify-content:center;line-height:4.5rem}@media screen and (max-width:1400px){.modelSpecs .data--title{font-size:5vw;line-height:4.3vw}}.modelSpecs .data--units{font-size:2.2rem;line-height:3.2rem;padding-left:5px}@media screen and (max-width:1400px){.modelSpecs .data--units{font-size:3vw;line-height:3vw}}.modelSpecs .data--copy{color:#fff;font-size:1rem;font-weight:100;margin-top:5px;text-align:center}@media screen and (max-width:1400px){.modelSpecs .data--copy{font-size:1.2vw}}.carWindow{text-align:center;width:100%}.carWindow video{margin:0 auto;max-width:1200px;width:100%}.loaderWrapper{align-items:center;background-color:red;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999999}.loaderWrapper .loaderContent{color:#fff;font-size:3rem}ol.custom-list{counter-reset:list}ol.custom-list>li{counter-increment:list;list-style-type:none;position:relative}ol.custom-list>li:before{color:#3c0217;content:counter(list) ") ";font-weight:700;left:-20px;position:absolute}ol>li::marker{color:#3c0217;font-weight:700}@-webkit-keyframes golden{0%{background-position:-500px 500px}50%{background-position:500px -500px}to{background-position:-500px 500px}}@keyframes golden{0%{background-position:-500px 500px}50%{background-position:500px -500px}to{background-position:-500px 500px}}.closeMenu{background:rgba(0,0,0,.2);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.content--bg--pattern{height:100%;left:0;position:absolute;top:0;width:100%}.bg--frame{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100vw;z-index:90}@media screen and (max-height:640px){.bg--frame{translate:height .2s ease-in-out}}.bg--frame .frame--left{background-position:0;background-size:100vw;height:100%}.bg--frame .frame--side{background-size:6.4vw;box-shadow:0 0 1vw 0 rgba(0,0,0,.6);position:absolute;-webkit-transform:scaleX(1) translateX(-1%);transform:scaleX(1) translateX(-1%);width:6.4vw}@media screen and (min-width:1920px){.bg--frame .frame--side{background-size:126px;width:126px}}.bg--frame .frame--side__right{left:auto;right:0;-webkit-transform:scaleX(-1) translateX(-1%);transform:scaleX(-1) translateX(-1%)}.bg--frame .frame--side__top{height:100vw;left:50%;right:auto;top:-50vw;-webkit-transform:rotate(90deg) translateX(50%);transform:rotate(90deg) translateX(50%)}.bg--frame .frame--side__bottom{bottom:-50vw;height:100vw;left:50%;right:auto;-webkit-transform:rotate(-90deg) translateX(50%);transform:rotate(-90deg) translateX(50%)}.bg--frame .frame--corner{background-color:initial;background-repeat:no-repeat;background-size:10.1vw;height:10.1vw;left:0;position:absolute;top:0;width:10.1vw;z-index:9}@media screen and (min-width:1920px){.bg--frame .frame--corner{background-size:200px;height:200px;width:200px}}.bg--frame .frame--corner__bottom{bottom:0;top:auto;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.bg--frame .frame--corner__right{left:auto;right:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bg--frame .frame--corner__bottom__right{bottom:0;left:auto;right:0;top:auto;-webkit-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1)}.buyTicket{border-radius:99px;bottom:auto;left:50%;left:auto;margin:40px;margin:0;position:fixed;right:auto;right:50%;top:65%;top:auto;top:30vh;top:70vh;top:49vw;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);transition:all 1s ease-in-out;z-index:190}@media screen and (max-width:640px){.buyTicket{margin:0;right:50%;top:calc(100% - 40px);top:110vw;-webkit-transform:translate(50%,-100%);transform:translate(50%,-100%)}}@media screen and (min-width:1280px){.buyTicket{top:615px}}.isScrolled .buyTicket{right:40px;top:calc(100% - 40px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offscreen{background-color:#fff;height:200px;position:fixed;top:99.99%;width:100%;z-index:99}.hamburger-react[aria-expanded=true] div{background:#3c0217!important}.clickable{cursor:pointer!important}.clickable:hover{background-color:#ffd600}
/*# sourceMappingURL=main.331ef1e8.css.map*/