.accordion{background:#fff;overflow:hidden;border:.3rem solid #fff;border-radius:.8rem;width:calc(100% - .4rem)}.accordion__toggle{position:relative;font-family:gill-sans-nova,sans-serif;text-align:left;width:100%;background:#fff;border:none;padding:2rem;color:#402379;outline:none}.accordion__icon{position:absolute;transform:translateY(-50%);top:50%;right:2rem;width:2rem;height:2rem;margin-top:-.2rem}.accordion__icon span{position:absolute;border-radius:.3rem;display:block;height:.4rem;width:2.5rem;background:#402379;top:50%}.accordion__icon span:first-of-type{transition:transform .3s;transform:rotate(90deg)}.accordion__body{text-align:left;display:none;padding:0 2rem 2rem;background:#402379}.accordion__body p{margin:0}.accordion__body p~p{margin-top:1rem}.accordion--open{border-color:#fff}.accordion--open .accordion__toggle{background:#fff}.accordion--open .accordion__body{display:block;padding-top:2rem}.accordion--open .accordion__icon span:first-of-type{transform:rotate(0deg);opacity:0}.accordion:focus-within{border-color:#ebc373;outline:none}@media screen and (min-width:420px){.accordion{border:.3rem solid #fff;border-radius:.8rem;width:calc(100% - .4rem);margin-left:0}.accordion button:focus{outline:none;border-color:#ebc373}}.faqs{margin-top:2rem}.faqs .accordion{margin-top:1rem}.faqs__section{margin-top:3rem}.faqs__covid{padding-top:2rem;font-size:1.1rem;line-height:1.5rem;text-align:left;display:inline-block}@media screen and (min-width:420px){.faqs .accordion{margin-top:2rem}}.textfield__label{display:block;text-align:left;padding-bottom:.5rem}.textfield__input{width:calc(100% - 2rem);border:.2rem solid #fff;border-radius:.7rem;padding:1rem}.textfield__input--select{width:100%}.textfield--error .textfield__input{border:.2rem solid #f64747}.textfield__input:focus{outline:none;border:.2rem solid #ebc373}.button{transition:all .2s;color:#402379;font-family:gill-sans-nova,sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;border-radius:3rem;background:#fff;border:.2rem solid #fff;padding:.8rem 1.6rem;display:inline-block;text-decoration:none;width:100%;max-width:28rem}@media screen and (max-width:420px){.button.mob-wide{width:100%}}.button:focus{outline:none}.button:focus,.button:hover{color:#402379;border:.2rem solid #ebc373}.button:hover{background:#ebc373}.code-entry{align-items:center}.code-entry,.code-entry__inputs{display:flex;flex-direction:column;justify-content:center}.code-entry__inputs{width:calc(100% - 1rem);margin-top:2rem}.code-entry .button,.code-entry .textfield+.textfield{margin-top:2rem}@media screen and (min-width:420px){.code-entry__inputs{width:100%;flex-direction:row}.code-entry .textfield+.textfield{margin-top:0;margin-left:2rem}}.modal-background{position:fixed;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:flex-start;z-index:101;overflow-y:auto;background:rgba(0,0,0,.75);opacity:0;transition:opacity .3s}.modal-background--show{opacity:1}@media screen and (min-height:760px){.modal-background{align-items:center}}.loader{transition:all .3s;border:.3rem solid rgba(0,0,0,.2);border-left-color:#ebc373;animation:loader-spin 1.2s linear infinite;position:relative;display:inline-block;vertical-align:top;border-radius:50%;width:9rem;height:9rem;margin:0}.loader--complete{animation:none;border-color:#fff;background:#6643a1;transition:border .5s ease-out}.loader__checkmark{display:none}.loader--complete .loader__checkmark{display:block}.loader__checkmark--draw:after{animation-duration:.8s;animation-timing-function:ease;animation-name:checkmark;transform:scaleX(-1) rotate(135deg)}.loader__checkmark:after{content:"";opacity:1;height:4.5rem;width:2.25rem;transform-origin:left top;border-right:.5rem solid #fff;border-top:.5rem solid #fff;left:2rem;top:4.5rem;position:absolute}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes checkmark{0%{height:0;width:0;opacity:1}20%{height:0;width:2.25rem;opacity:1}40%{height:4.5rem;width:2.25rem;opacity:1}to{height:4.5rem;width:2.25rem;opacity:1}}.modal{width:100%;max-width:35rem;padding:3rem 4rem 6rem;margin:1.5rem;transition:all .6s;text-align:center;transform:scale(.9);opacity:0}.modal--show{transform:scale(1);opacity:1}.modal--panel{background:#402379;border:.2rem solid #fff}.modal__icon{margin-bottom:2rem;max-width:20rem}.modal__icon--rounded{border-radius:50%}.modal__icon--bordered{border:.5rem solid #fff}.modal p{background:none;border:none;padding:0;width:100%}.modal a~a,.modal button~a{margin-top:1rem}.modal .button,.modal .link--lozenge{display:block;margin:2rem auto 1rem}.modal__close{text-indent:-200px;overflow:hidden;position:absolute;top:1rem;right:1rem;border-radius:50%;background:#fff;border:none;width:3rem;height:3rem}.modal__close:after,.modal__close:before{content:"";position:absolute;width:3px;height:20px;left:50%;top:50%;border-radius:3px;background:#402379}.modal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.modal__close:after{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (min-width:769px){.modal__close{transform:translate(50%,-50%);top:0;right:0}}.link{color:#fff;transition:all .2s;display:inline-block}.link:focus,.link:hover{color:#ebc373;outline:none}.link--lozenge{display:inline-block;color:#402379;font-family:gill-sans-nova,sans-serif;font-weight:700;font-size:1.6rem;text-transform:uppercase;border-radius:3rem;background:#fff;border:.2rem solid #fff;padding:.8rem 1.6rem;text-decoration:none}.link--lozenge:focus{color:#402379;border:.2rem solid #ebc373;outline:none}.link--lozenge:hover{background:#ebc373;border:.2rem solid #ebc373;color:#402379}@media screen and (min-width:769px){.link--lozenge{font-size:2rem;width:100%;max-width:28rem}}.prize{overflow:hidden;border:.2rem solid #fff;border-radius:2rem;background:#402379;height:calc(100% - 4px)}.prize__title{padding-bottom:1rem;margin:0;text-align:left;display:block}.prize__info{padding:2rem;text-align:left}.prize__info ol{margin:0;padding:1rem 2rem;list-style:disc}.prize__image img{width:100%;height:100%;object-fit:cover;display:flex}@media screen and (min-width:769px){.prize--horizontal{display:flex;flex-direction:row-reverse}.prize--horizontal>div{flex-basis:50%}}.step{position:relative}.step~.step{margin-top:3rem}.step__num{position:absolute;left:50%;transform:translate(-11rem,2rem);width:4.4rem;height:4.4rem;display:flex;justify-content:center;align-items:center}.step__title{max-width:20rem;margin:1rem auto}.step__info{max-width:20rem;margin:0 auto}.step__number{position:relative;color:#402379;font-family:gill-sans-nova,sans-serif;font-weight:700;font-size:3rem;z-index:2;margin-left:3px}.step__shape{position:absolute;border-radius:50%;border:2px solid #402379;background:#fff;width:4.4rem;height:4.4rem;left:0;top:0}.step__image{width:22rem;margin-top:1rem;border-radius:50%;border:.5rem solid #fff;max-width:25rem}@media screen and (min-width:420px){.step{margin:0 2rem 2rem}.step~.step{margin-top:2rem}}@media screen and (min-width:769px){.step{margin:2rem;width:33.333%}.step~.step{margin-top:2rem}.step__num{transform:translate(-8rem,1rem)}.step__image{width:13rem}}@media screen and (min-width:992px){.step__number{font-size:3rem}.step__num{transform:translate(-11rem,2rem)}.step__image{width:20rem}}@media screen and (min-width:1300px){.step__num{transform:translate(-12rem,2rem)}.step__image{width:27rem}}.carousel__wrapper{padding:0 2rem}@media screen and (min-width:769px){.carousel__wrapper{padding:0 3rem}}.swiper-container{overflow:visible;padding-bottom:5rem}.swiper-slide{height:auto}.swiper-pagination{width:100%;bottom:0}.swiper-pagination-bullet-active{background:#ebc373!important}.swiper-pagination-bullet-active:after{content:"";width:1.7rem;height:1.7rem;border:2px solid #ebc373;border-radius:50%;display:block;margin-left:-5px;margin-top:-5px}.swiper-pagination-bullet{background:#fff;opacity:1;width:1.1rem;height:1.1rem;margin:0 8px!important}.swiper-button-next,.swiper-button-prev{display:none;position:absolute;text-align:center;height:1rem;width:5rem;transform:rotate(90deg);outline:none}.swiper-button-next:before,.swiper-button-prev:before{left:1px;transform:skew(0deg,25deg);border-bottom-right-radius:2px}.swiper-button-next:after,.swiper-button-next:before,.swiper-button-prev:after,.swiper-button-prev:before{content:"";position:absolute;top:0;height:100%;width:50%;background:#fff;box-shadow:10px 0 15px rgba(0,0,0,.2)}.swiper-button-next:after,.swiper-button-prev:after{right:1px;transform:skew(0deg,-25deg);border-bottom-left-radius:2px}.swiper-button-next{transform:rotate(-90deg)}.actionbar{position:fixed;bottom:0;width:calc(100% - 4rem);padding:2rem;z-index:11;text-align:center;background:linear-gradient(0deg,#160624 10%,transparent);transform:translateY(100%);transition:transform .3s}.actionbar--show{transform:translateY(0)}.keyvis{pointer-events:none}.keyvis__players{position:relative;flex-basis:60%}.keyvis__player{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:flex-end;z-index:10;transition:all .8s;transform-origin:bottom}.keyvis__player img{width:100%;height:135%;object-fit:contain;transform:translateY(28.05%)}.keyvis__strapline{flex-basis:40%;display:flex;align-items:center;align-self:center;justify-content:center;position:relative;transform:rotate(-9deg) translateY(0)}.keyvis__strapline img{width:100%;max-width:35rem;transition:all .3s cubic-bezier(.85,0,.15,1)}.keyvis__title1{animation-name:title1In;animation-duration:1s;animation-delay:.5s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.85,0,.15,1);opacity:0;transform:translateX(-50%)}.keyvis__title2{animation-name:title2In;animation-duration:1s;animation-delay:.8s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.85,0,.15,1);position:absolute;opacity:0;transform:translateX(50%)}.keyvis__subtitle{pointer-events:none;position:absolute;width:100%;padding-bottom:60%;display:flex;align-items:flex-end;transform:translateY(100%)}.keyvis__subtitle img{transition:all .6s cubic-bezier(.85,0,.15,1);position:absolute}@keyframes title1In{0%{opacity:0;transform:translateX(-50%)}to{opacity:1;transform:translateX(0)}}@keyframes title2In{0%{opacity:0;transform:translateX(50%)}to{opacity:1;transform:translateX(0)}}@media screen and (min-width:769px){.keyvis__players{flex-basis:30%}.keyvis__player img{height:auto}.keyvis__strapline{flex-basis:60%;align-items:center;transform:rotate(-9deg) translateY(-5rem)}.keyvis__strapline img{max-width:99%}}.home__banner{flex-direction:column;overflow:hidden}.home__banner-container{overflow:hidden;position:relative;background:url(/Content/static/media/banner-bg-mobile.737073bd.jpg);background-size:cover;background-repeat:no-repeat;background-position:center 10%;margin-top:16rem;height:calc(90vh - 16rem);min-height:50rem;display:flex;align-items:center;justify-content:center;z-index:10;border-bottom:5px solid #ebc373}.home__banner-container:after{content:"";position:absolute;height:3px;width:100%;left:0;bottom:5px;background:#ebc373}.home__banner-content{padding:0 3rem;max-width:115rem;height:100%;width:100%;display:flex;flex-direction:column-reverse}@media screen and (min-width:769px){.home__banner-container{overflow:visible;background:url(/Content/static/media/banner-bg-desktop.a6e842ce.jpg);background-size:cover;background-repeat:no-repeat;background-position:top;margin-top:10rem;height:50rem}.home__banner-content{flex-direction:row}}.home__entrybar{position:relative;border-bottom:5px solid #ebc373;padding:3rem 2.5rem;text-align:center}.home__entrybar:after,.home__entrybar:before{content:"";position:absolute;height:3px;width:100%;left:0;background:#ebc373}.home__entrybar:before{top:-13px}.home__entrybar:after{bottom:-13px}@media screen and (min-width:769px){.home__entrybar p{width:65%}}@media screen and (min-width:992px){.home__entrybar p{width:80%}}.home__intro{display:flex;flex-direction:column;justify-content:center;align-items:center}.home__intro h1{visibility:hidden;position:absolute;height:0}.home__intro p{max-width:64rem;padding:0;font-size:1.6rem;line-height:2.1rem}@media screen and (min-width:420px){.home__intro p{font-size:1.8rem}}.home__cta{padding-top:2rem}.home__prizes{overflow:hidden;background:#37125a;display:flex;justify-content:center;flex-direction:column;align-items:center}.home__intro{max-width:60rem;margin:0 auto;padding:0 2rem}@media screen and (min-width:769px){.home__carousel.hide-pagination-desktop .swiper-pagination{display:none}}.home__prize-title{margin:0;padding:5rem 0 3rem}.home__prize-title--no-pad{padding-top:0}.home__how{overflow:hidden}.home__steps{display:flex;flex-direction:column;max-width:100%;margin:3rem auto 0}@media screen and (min-width:769px){.home__steps{flex-direction:row;margin:2rem auto 0}}.home__codeentry{margin:2rem auto 0;max-width:64rem}.home__codeentry-para{margin-bottom:2rem}.home__codeentry-reminder{padding-top:1.5rem;display:inline-block}@media screen and (min-width:420px){.home__codeentry-reminder{padding-top:3rem}}.checkbox{position:relative;text-align:left;padding:2rem 0 0}.checkbox:first-of-type{padding:0}.checkbox__input{position:absolute;left:0;padding:1rem;margin:0;opacity:0;z-index:2;width:3rem;height:3rem}.checkbox__label{display:inline-block;padding-left:4rem;padding-top:0;text-align:left;min-height:3rem}.checkbox__fake{position:absolute;left:0;width:2.6rem;height:2.6rem;display:block;background:#fff;border-radius:.5rem;border:.2rem solid #fff}.checkbox__input:focus+.checkbox__fake{opacity:1;border:.2rem solid #ebc373}.checkbox--error .checkbox__input:focus+.checkbox__fake{border:.2rem solid #f64747}.checkbox__input:checked+.checkbox__fake{opacity:1}.checkbox__input:checked+.checkbox__fake:after,.checkbox__input:checked+.checkbox__fake:before{content:"";transform:translate(-50%,-50%) rotate(45deg);position:absolute;top:13px;left:15px;width:3px;height:18px;background:#402379;border-radius:2px}.checkbox__input:checked+.checkbox__fake:after{transform:translate(-50%,-50%) rotate(-45deg);width:3px;height:8px;left:7px;top:16px}.checkbox--alt-color .checkbox__fake,.checkbox--alt-color .checkbox__input:checked+.checkbox__fake{border-color:#ebc373}.checkbox--error .checkbox__fake{border-color:#f64747;opacity:1}.country-select__label{text-align:left;padding-bottom:.5rem}.country-select__container{display:flex;align-items:center}.country-select__item{margin:.5rem 2rem 0 0}.country-select__control{-webkit-tap-highlight-color:transparent;display:inline-block;position:relative;box-sizing:border-box;flex:0 0 5rem;width:6rem;height:5rem;cursor:pointer}.country-select__control:focus .country-select__background img,.country-select__control:hover .country-select__background img{outline:2px solid #ebc373}@media only screen and (min-width:1300px){.country-select__control:focus .country-select__background,.country-select__control:hover .country-select__background{opacity:1;transform:scale(1)}}@media only screen and (min-width:1300px){.country-select__control:focus .country-select__label,.country-select__control:hover .country-select__label{opacity:1}}.country-select__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;cursor:inherit;opacity:0;z-index:1}.country-select__native-control:checked+.country-select__background,.country-select__native-control:focus+.country-select__background{opacity:1;transform:scale(1)}.country-select__native-control:checked+.country-select__background img,.country-select__native-control:focus+.country-select__background img{outline:2px solid #ebc373}.country-select__native-control:checked~.country-select__label{opacity:1}.country-select__background{margin:0;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;will-change:opacity,transform;transition:opacity .2s ease,transform .2s ease}.country-select__background img{width:6rem}.country-select__label{will-change:opacity;transition:opacity .2s ease;opacity:.8;margin-top:-.5em;display:block;width:100%;position:absolute;top:100%;right:0;left:0;font-size:1.3rem;color:#fff}.validation-summary{padding:2rem;background:#6643a1;border-radius:.7rem;border:.2rem solid #f64747;margin-bottom:2rem}.validation-message{color:#f64747;font-family:gill-sans-nova,sans-serif;font-weight:700;text-align:left;padding:.5rem 0;margin:0;list-style:none}.form__fieldset{padding:1rem 0;border:none}.form__submit{width:100%;max-width:100%}.form__note{text-align:left;margin:1rem 0}.form__privacy{text-align:left;margin:2rem 0}.form__intro{margin-bottom:2rem}.policies{text-align:left;margin-bottom:4rem}.policies,.policies a,.policies li,.policies p{word-break:break-word}.policies h2{margin-top:3rem}.policies p+p{margin-top:1.5rem}.policies ol,.policies ul{margin:1rem 0;padding:2rem}.policies li{margin-bottom:.7rem}.policies--alphalist,.policies ol ol{list-style-type:lower-alpha}.policies--numlist{list-style-type:decimal!important}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{margin:0!important;padding:0!important}#ot-sdk-btn.optanon-show-settings,#ot-sdk-btn.ot-sdk-show-settings{background:transparent!important;border:0!important;padding:0!important;font-size:medium!important;color:#6643a1!important;font-weight:700}#ot-sdk-btn.optanon-show-settings:hover,#ot-sdk-btn.ot-sdk-show-settings:hover{color:#402379!important}#ot-sdk-cookie-policy{margin-top:2rem}.ot-sdk-cookie-policy-title{font-size:2rem!important}.ot-sdk-cookie-policy-group{font-size:1.8rem!important}#cookie-policy-description,.ot-cookies-td-content a,.ot-cookies-type-td-content,.ot-sdk-cookie-policy-group-desc,.ot-table-header{font-size:1.6rem!important;line-height:2.1rem!important}.thankyou{display:flex;flex-direction:column;align-items:center}.thankyou__prize{max-width:27rem;padding-bottom:1rem}.thankyou__banner{border:.3rem solid #fff;border-radius:2rem;width:calc(100% - .3rem);max-width:45rem;margin:2rem 0}.thankyou__para{margin:0 auto;max-width:435px!important}.thankyou__para+.thankyou__para{margin-top:1.5rem}.thankyou__h1{max-width:50rem}.thankyou__h3{padding:2rem 0 1rem;margin:0;font-size:2.6rem}.thankyou__retailer{padding-top:4rem}.thankyou__advert{background:#6643a1;display:flex;flex-direction:column;align-items:center;border:.2rem solid #fff;margin:3rem 0;padding:2rem;max-width:54rem;text-align:center;border-radius:2rem}.thankyou__advert-cta{margin-top:2rem}.thankyou__advert p{width:100%}@media screen and (min-width:769px){.thankyou__advert{padding:3rem}.thankyou__advert-cta{width:auto}}@media screen and (min-width:769px){.thankyou__banner{margin:3rem 0}}.header{position:fixed;transition:transform .3s;padding:1rem 0 0;top:0;left:0;right:0;z-index:99;display:flex;justify-content:center;flex-direction:column;align-items:center;background:#402379}@media screen and (min-width:769px){.header{padding-top:2rem;background:#402379}}.header--hide{transform:translateY(-120%)}.header__logo{display:flex;z-index:2}.header__logo img{width:8.4rem;height:8.6rem}@media screen and (min-width:769px){.header__logo{position:absolute;transform:scale(1.45)}.header__logo img{width:6.5rem;height:6.8rem}}.header__clubs{background:#fff;width:100%;height:7rem;display:flex;align-items:center;border:2px solid #ebc373;margin-top:-1rem}@media screen and (min-width:769px){.header__clubs{margin-top:0;height:8rem}}.header__logos{display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:1300px;width:90%}@media screen and (min-width:769px){.header__logos{justify-content:space-between;width:80%}}.header__logo-group{display:flex;align-items:center;flex-basis:50%;justify-content:space-around;padding:.8rem 0}.header__logo-group img.arsenal{max-width:3.6rem}.header__logo-group img.chelsea{max-width:4.5rem}.header__logo-group img.liverpool{max-width:3.3rem}.header__logo-group img.mancity{max-width:4.5rem}.header__logo-group img.manutd{max-width:4.4rem}.header__logo-group img.tottenham{max-width:1.7rem}@media screen and (min-width:769px){.header__logo-group{flex-basis:35%;justify-content:space-between}.header__logo-group img.arsenal{max-width:5.2rem}.header__logo-group img.chelsea{max-width:5.8rem}.header__logo-group img.liverpool{max-width:4.7rem}.header__logo-group img.mancity{max-width:5.8rem}.header__logo-group img.manutd{max-width:6rem}.header__logo-group img.tottenham{max-width:2.5rem}}.header__nav{position:absolute;right:0;top:0;z-index:5}.header__link{font-family:gill-sans-nova,sans-serif;font-size:3.8rem;text-transform:uppercase;text-decoration:none;display:block}@media screen and (min-width:769px){.header__link{font-size:2.8rem}}.header__menuToggle{display:block;position:relative;top:3rem;right:2rem;z-index:1;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:769px){.header__menuToggle{top:5rem;right:3rem}}.header__menuToggle input{display:block;width:4rem;height:3.2rem;position:absolute;top:-.7rem;left:-.5rem;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.header__menuToggle input:focus~span{background:#ebc373}.header__menuToggle span{display:block;width:3.2rem;height:.4rem;margin-bottom:.5rem;position:relative;background:#fff;border-radius:.3rem;z-index:1;transform-origin:.4rem 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}@media screen and (min-width:769px){.header__menuToggle span{background:#402379}}.header__menuToggle span:first-child{transform-origin:0 0}.header__menuToggle span:nth-last-child(2){transform-origin:0 100%}.header__menuToggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#fff}.header__menuToggle input:focus~span{background:#ebc373!important}.header__menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(.2)}.header__menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translate(1px,-1px)}.header__menuToggle input:checked~ul{transform:none}.header__menu{position:fixed;text-align:center;padding:9rem 0 0;margin:0;width:100%;height:100vh;top:0;right:0;background:#37125a;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(100%);transition:transform .5s cubic-bezier(.77,.2,.05,1)}.header__menu li{padding:0 0 4rem}@media screen and (min-width:769px){.header__menu{text-align:left;padding:9rem 6rem 0;width:15rem}}.footer{color:#fff;display:block;position:relative;margin-top:3rem;z-index:100}.footer__terms{display:none;position:absolute;top:1.5rem;left:.5rem;color:#000}@media screen and (min-width:420px){.footer__terms{left:2rem}}.footer__terms a{text-decoration:underline}.footer .footer__logo{display:none;margin:0;position:absolute;bottom:1.35rem;left:50%;transform:translate3d(-50%,0,0)}@media screen and (min-width:420px){.footer .footer__logo{display:inline-block}}.footer .footer__logo>svg{height:4rem;width:16rem;fill:#402379}.footer .footer__menu{margin:-1px 0 0;background:#fff;display:flex;padding:0 1.5rem;align-items:center;flex-direction:column;justify-content:center;text-align:center}@media screen and (min-width:420px){.footer .footer__menu{text-align:left;order:1;flex-direction:row;justify-content:flex-start;height:4rem;padding:0 2rem}}.footer .footer__menu__links{order:2;width:100%;flex:1 1;margin:0 0 1rem}@media screen and (min-width:420px){.footer .footer__menu__links{margin:1rem 0}}.footer .footer__menu__links a{color:#402379;will-change:color;transition:color .2s ease;font-size:1.3rem;font-family:gill-sans-nova,sans-serif;font-weight:700}@media screen and (min-width:420px){.footer .footer__menu__links a:focus,.footer .footer__menu__links a:hover{color:#ebc373}}.footer .footer__menu__links a+a{margin-left:1rem}.footer .footer__menu__social-links{font-size:1rem;margin:1rem 0 0;display:flex;order:1}@media screen and (min-width:420px){.footer .footer__menu__social-links{order:2;margin:0 0 0 auto}}.footer .footer__menu__social-links a{width:2rem;height:2rem;padding:1rem;display:block;margin-top:0}.footer .footer__menu__social-links a:hover svg{fill:#ebc373}.footer .footer__menu__social-links svg{transition:fill .2s ease;display:block;width:2rem;height:2rem}.footer .footer__copyright{font-size:.8em;height:4.5rem;margin-top:-1px;display:flex;flex-direction:column;padding:0 1.5rem .5rem;text-align:center;align-items:center;justify-content:center;background:#fff;color:#6643a1}@media screen and (min-width:420px){.footer .footer__copyright{font-size:.9em;height:3rem;align-items:flex-start;padding:0 2rem;flex-direction:row;text-align:left}}.footer .footer__copyright__text{margin-top:.5em;order:2;flex:1 1;font-size:1.1rem}@media screen and (min-width:420px){.footer .footer__copyright__text{order:1;margin-top:0}}.footer .footer__copyright__logo{margin-top:0;order:1;float:right}@media screen and (min-width:420px){.footer .footer__copyright__logo{order:2;margin:0 0 0 auto}}.footer .footer__copyright__logo>svg{width:11.5rem;height:2.3rem;display:block;fill:#6643a1}.footer a{font-size:.9em;color:currentColor;text-decoration:none}.footer svg{display:inline-block;vertical-align:middle;fill:#6643a1}.footer__pouring{position:absolute;right:0;top:-4.2rem;width:20rem;height:4.5rem;margin:0}.site-loader{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.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;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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}[hidden],template{display:none}.grecaptcha-badge{z-index:101}html{height:100%;color:#fff;scroll-behavior:smooth}#root,body{display:flex;flex-direction:column}@media screen and (min-width:769px){#root,body{overflow:visible!important;overflow:initial!important}}.switch-wrapper{width:100%;position:relative}.switch-wrapper>div{width:100%}.routing .switch-wrapper>div{position:absolute}main{position:relative;min-height:calc(100vh - 9.8rem)}@media screen and (min-width:769px){main{min-height:calc(100vh - 9.8rem)}}.layout-general{margin-top:16rem}@media screen and (min-width:769px){.layout-general{margin-top:10rem}}.layout-wrapper{display:flex;justify-content:center}.layout-container{width:100%;padding:3rem 2rem;max-width:420px}.layout-container--banner{padding:2rem 2.5rem 4rem}.layout-container--center{text-align:center}@media screen and (min-width:420px){.layout-container{padding:6rem 2.5rem}}@media screen and (min-width:769px){.layout-container{max-width:1300px}.layout-container--banner{padding:3rem 2.5rem 5rem}.layout-container--slim{max-width:420px}.layout-container--wide{max-width:769px}.layout-container--max{max-width:none}}.layout-container+.layout-container{padding-top:0}html{font-size:62.5%;font-family:gill-sans-nova,sans-serif;font-weight:400}body{font-size:1.6rem;line-height:2.1rem}.type-h1{font-family:gill-sans-nova,sans-serif;font-weight:600;font-size:3rem;line-height:3.2rem;margin:0 0 2rem;padding:0;color:#ebc373;text-transform:uppercase}@media screen and (min-width:769px){.type-h1{font-size:3.8rem;line-height:4.1rem;margin:0 0 2rem}}.type-h2{font-family:gill-sans-nova,sans-serif;font-weight:600;font-size:2.3rem;line-height:2.4rem;margin-top:0;color:#ebc373;text-transform:uppercase}@media screen and (min-width:769px){.type-h2{font-size:2.8rem;line-height:3rem}}.type-h3{font-family:gill-sans-nova,sans-serif;font-weight:600;font-size:2rem;line-height:2.2rem;margin-top:0;color:#ebc373;text-transform:uppercase}@media screen and (min-width:769px){.type-h3{font-size:2.3rem;line-height:2.6rem}}.type-hpara{font-family:gill-sans-nova,sans-serif;font-size:1.6rem;line-height:2.1rem;padding:0}a{color:#fff}a:focus,a:hover{color:#ebc373}p{margin:0}p+p{margin-bottom:1rem}body{background:#402379}
/*# sourceMappingURL=main.544339ed.chunk.css.map */