.button{display:inline-flex;text-align:center;text-decoration:none;font-family:"Optima CE",Arial;font-size:1rem;font-weight:800;line-height:1;cursor:pointer;border:0}.button--brown{background-color:#583622;color:#fff}.button--gold{color:#000;background-color:#b5995a;background:-moz-linear-gradient(left,#cea44a 0,#f6e69f 50%,#cea44a 100%);background:-webkit-linear-gradient(left,#cea44a 0,#f6e69f 50%,#cea44a 100%);background:linear-gradient(to right,#cea44a 0,#f6e69f 50%,#cea44a 100%);transition:all .3s ease-in-out}.button--gold:hover{transform:translateY(5px)}.button--black{border:1px solid rgba(206,164,74,.5);color:#cea44a}.button--small{padding:1rem 3rem;font-size:1.2rem}@media screen and (max-width:640px){.button--small{padding:.75rem 2rem}}.button--big{padding:1.5rem 4rem;font-size:2rem}@media screen and (max-width:640px){.button--big{padding:1rem 3rem;font-size:1.75rem}}.form .form__group{display:flex;margin-bottom:2rem}.form .form__group{display:flex;margin-bottom:2rem}.form .form__group--column{flex-direction:column}@media screen and (max-width:640px){.form .form__group--2c{flex-direction:column;padding:0 1em;margin:0}}@media screen and (max-width:640px){.form .form__group--2c .form__control{margin:1em 0}}.form .form__group--1c{justify-content:center}.form .form__group--1c .form__control{width:100%;margin:0 2rem}.form .form__group--2c{justify-content:center}.form .form__group--2c .form__control{width:100%;margin:0 2rem}.form .form__group--3c{justify-content:center}.form .form__group--3c .form__control{width:100%;margin:0 2rem}.form .form__group--4c{justify-content:center}.form .form__group--4c .form__control{width:100%;margin:0 2rem}.form .form__group--5c{justify-content:center}.form .form__group--5c .form__control{width:100%;margin:0 2rem}.form .form__group--6c{justify-content:center}.form .form__group--6c .form__control{width:100%;margin:0 2rem}.form .form__group--7c{justify-content:center}.form .form__group--7c .form__control{width:100%;margin:0 2rem}.form .form__group--8c{justify-content:center}.form .form__group--8c .form__control{width:100%;margin:0 2rem}.form .form__group--9c{justify-content:center}.form .form__group--9c .form__control{width:100%;margin:0 2rem}.form .form__group--10c{justify-content:center}.form .form__group--10c .form__control{width:100%;margin:0 2rem}@media screen and (max-width:640px){.form .form__group--2c{flex-direction:column;padding:0 1em;margin:0}}@media screen and (max-width:640px){.form .form__group--2c .form__control{margin:1em 0}}.form .form__control{width:100%}.form .form__control--center{display:flex;justify-content:center}.form .form__control--file{align-items:center;flex-direction:column;margin-top:1em}.form .form__control--checkbox{flex-direction:column;align-items:center;margin-bottom:2rem}.form .form__control--checkbox .help-block{margin-top:15px}.form .form__input,.form .form__select,.form .form__textarea{width:100%;box-sizing:border-box;padding:.8rem 1rem;border:1px solid rgba(195,152,54,.5);border-radius:0;font-size:15px;line-height:1.5;color:#c39836;background-color:#fff;font-weight:800}.form .form__textarea{min-height:calc((15px * 1.5) * 4 + .8rem * 2)}.form .form__button{width:100%}.form .form__error,.form .help-block{display:block;margin-top:5px;color:#e84141}.form .form__note{display:block;margin-bottom:1em;color:#cea44a}.form .checkbox .form-help{position:relative;margin-bottom:1rem}.form .checkbox label{position:relative;display:block;cursor:pointer;padding-left:4rem;text-align:left;color:#cea44a;font-size:1rem}.form .checkbox input{width:auto;opacity:.00000001;position:absolute;left:0}.form .checkbox{display:inline-block;max-width:345px;width:100%;margin:0 auto}.form .checkbox.checkbox-dark .helper{color:gray;border-color:gray}.form .checkbox .helper{color:#999;position:absolute;top:-5px;left:0;width:2rem;height:2rem;z-index:0;background-color:rgba(255,255,255,.15);border:.125rem solid rgba(195,152,54,.5)}.form .checkbox .helper::after,.form .checkbox .helper::before{position:absolute;height:0;width:.2rem;background-color:#cea44a;display:block;-webkit-transform-origin:left top;transform-origin:left top;border-radius:.25rem;content:'';-webkit-transition:opacity .28s ease,height 0s linear .28s;transition:opacity .28s ease,height 0s linear .28s;opacity:0}.form .checkbox .helper::before{top:1.5rem;left:1rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.form .checkbox .helper::after{top:1rem;left:.5rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.form .checkbox input:checked~.helper{color:#fff}.form .checkbox input:checked~.helper::after,.form .checkbox input:checked~.helper::before{opacity:1;-webkit-transition:height .28s ease;transition:height .28s ease}.form .checkbox input:checked~.helper::after{height:.6rem}.form .checkbox input:checked~.helper::before{height:1.2rem;-webkit-transition-delay:.28s;transition-delay:.28s}.form--sign{display:block;max-width:25rem;width:100%;margin:0 auto}.form--sign .button{display:inline-flex}.form--sign .help-block{width:100%}::-webkit-input-placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}:-ms-input-placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}::placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}.header{position:relative}.header:after{position:absolute;display:block;content:'';bottom:-.5vw;width:100%;height:.5vw;margin:0 auto;background-image:url(../../images/ui/top_strip.svg);background-size:contain;z-index:100}@media screen and (max-width:1024px){.header:after{height:.75vw;bottom:-.75vw}}@media screen and (max-width:940px){.header:after{background-size:cover}}.header .header__wrapper{display:flex;justify-content:space-between;padding:1.5em 1em;max-width:1920px}@media screen and (max-width:768px){.header .header__wrapper{justify-content:space-between;flex-flow:row wrap}}.header .header__navigation{display:flex}@media screen and (max-width:1240px){.header .header__navigation{display:none}}@media screen and (max-width:590px){.header .header__navigation{margin-bottom:1em}}@media screen and (max-width:480px){.header .header__navigation{margin-bottom:1.5em}}.header .header__links{display:flex;align-items:center}.header .header__button{display:flex;align-items:center;color:#cea44a;text-transform:uppercase;text-decoration:none;font-size:.9rem;font-weight:800;margin:0 1rem}.header .header__button.header__button--teddy:before{background-image:url(../../images/ui/icons/teddybear.svg);width:19px;height:31px;margin-top:1px}.header .header__button.header__button--winners:before{background-image:url(../../images/ui/icons/list.svg);width:19px;height:25px}.header .header__button.header__button--eshop:before{background-image:url(../../images/ui/icons/basket.svg);width:31px;height:25px}.header .header__button:before{content:'';display:flex;margin-top:-5px;margin-right:1em;align-items:center;background-repeat:no-repeat;background-size:cover}.header__socials{display:flex;align-items:center}@media screen and (max-width:768px){.header__socials{justify-content:center;width:100%;margin-bottom:1em}}@media screen and (max-width:480px){.header__socials{margin-bottom:1.5em}}.cover{position:relative;text-align:center}.cover .cover__wrapper{position:absolute;top:0;left:50%;transform:translateX(-50%);padding-top:3em}@media screen and (max-width:1640px){.cover .cover__wrapper{padding-top:1.5em}}@media screen and (max-width:1024px){.cover .cover__wrapper{padding-top:7.5vw}}@media screen and (max-width:768px){.cover .cover__wrapper{padding-top:5vw}}@media screen and (max-width:640px){.cover .cover__wrapper{width:100%}}@media screen and (max-width:480px){.cover .cover__wrapper{padding-top:2em}}.cover .cover__visual{display:flex;justify-content:center}@media screen and (max-width:520px){.cover .cover__visual{background-color:#fff}}.cover .cover__visual img{width:100%;height:intrinsic}.cover .cover__row{flex-direction:column}.cover .cover__row:first-child{margin-bottom:5rem}.cover p{color:#000}.cover .button{display:inline-flex;width:auto}.cover--success{padding-top:3rem;position:relative;background-color:#fff}.cover--success:after,.cover--success:before{content:'';position:absolute;display:block;left:0;right:0;background-color:#cea44a}.cover--success:before{bottom:7px;height:2px}.cover--success:after{bottom:0;height:4px}.cover--success .hero .hero__headline{margin-bottom:1em}.cover--success .perex{margin-bottom:3rem}.cover--success .cover__visual{max-width:2560px;width:100%;margin:-10vw auto 0}.cover--success .cover__wrapper{position:relative;top:auto;left:auto;transform:none;z-index:10}@media screen and (max-width:1024px){.cover--success .cover__wrapper{padding-top:2.5vw}}@media screen and (max-width:375px){.cover--success .cover__wrapper{padding-top:5vw}}.cover--success .coverPairing{margin:6rem 0 0}.cover--success .coverPairing .coverPairing__image{display:block;max-width:650px;width:100%;margin:3rem auto}.cover--success .coverPromo{margin:6rem 0 0}.cover--success .coverPromo .coverPromo__image{display:block;max-width:837px;width:100%;margin:3rem auto}.hero{display:flex;justify-content:center;align-items:center;flex-direction:column}.hero .hero__headline{margin-bottom:2vw;text-align:center;font-size:2rem;font-weight:700;text-transform:uppercase;color:#000}@media screen and (max-width:1640px){.hero .hero__headline{font-size:1.75rem}}@media screen and (max-width:1024px){.hero .hero__headline{font-size:2rem}}@media screen and (max-width:640px){.hero .hero__headline{font-size:1.75rem}}.hero .hero__headline .regular{font-weight:400}.hero .hero__headline .big{font-size:2.5rem}@media screen and (max-width:640px){.hero .hero__headline .big{font-size:2rem}}.hero .hero__duration{font-size:1.25em;color:#c39836}.hero .hero__link{margin-bottom:2em}.hero .hero__logo{max-width:225px;width:100%}.hero .hero__store{font-size:1.25em;color:#fff;margin-top:7.5vw}.hero .hero__store .hero__storeLogo{display:block;margin-top:.5vw}.hero .hero__store .hero__storeLogo-image{max-width:90px;width:100%}@media screen and (max-width:1730px){.hero .hero__store{margin-top:6vw}}@media screen and (max-width:1500px){.hero .hero__store{font-size:1em;margin-top:5vw}.hero .hero__store .hero__storeLogo-image{max-width:70px}}@media screen and (max-width:1400px){.hero .hero__store{font-size:1em;color:#c39836;margin-top:1vw}.hero .hero__store .hero__storeLogo-image{max-width:90px}}@media screen and (max-width:1070px){.hero .hero__store{font-size:1em;color:#c39836;margin-top:1vw}.hero .hero__store .hero__storeLogo-image{max-width:70px}}.socials{display:flex;justify-content:space-between;margin-bottom:0;padding-left:0;list-style:none}@media screen and (max-width:768px){.socials{display:inline-flex}}.socials .socials__item{margin:0 1em}.socials .socials__item a{text-decoration:none}.socials--all{justify-content:center;margin:5rem 0 2.5rem}.socials--all a{margin:0 1rem}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.pairingNavigation .pairingNavigation__brand,.pairingNavigation .pairingNavigation__flavour,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.dark-gold{color:#cea44a}.navigation{display:flex}@media screen and (max-width:1240px){.navigation{display:none}}.navigation .navigation__list{display:flex;justify-content:space-between;list-style:none;margin-bottom:0;padding-left:0}.navigation .navigation__item{display:flex;align-items:center;margin:0 1em}@media screen and (max-width:480px){.navigation .navigation__item{margin:0 .75em}}.navigation .navigation__item--active .navigation__link{color:#cea44a}.navigation .navigation__link{color:#fff;font-weight:800;text-decoration:none;text-transform:uppercase}@media screen and (max-width:480px){.navigation .navigation__link{font-size:.9em;text-align:center}}.navigation .navigation__link:hover{color:#cea44a}.prizes{position:relative;padding-bottom:2.5rem}.prizes .prizes__row--collection{padding:2rem 0;background-color:#fff}.prizes .prizes__row--button{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5rem 0}.prizes .prizes__row--button:last-child{padding-bottom:0}.prizes:before{content:'';position:absolute;width:100%;height:5px;top:5px;background-color:#000}.prizes .prizes__wrapper{display:flex;align-items:center;flex-direction:column}.prizes .prizes__count{display:block;margin:-10rem 0 1rem 45rem;color:#cea44a;text-transform:uppercase;font-size:5rem;font-weight:800}@media screen and (max-width:940px){.prizes .prizes__count{margin:0}}.prizes .prizes__visual{margin-top:-7.5rem;z-index:10}@media screen and (max-width:940px){.prizes .prizes__visual{margin-top:2.5rem}}.prizes .prizes__brand{display:inline-block;margin-bottom:-5px;max-width:115px}.prizes .prizes__gift-collection{max-width:750px;width:100%}.prizes .prizes__arrow{margin:2rem 0}.mechanics{margin-bottom:6rem}.mechanics .mechanics__row{justify-content:center}.mechanics .mechanics__col{display:flex;flex-direction:column;align-items:center;margin:0 5rem}.mechanics .mechanics__col:first-child .mechanics__image{max-width:17.5rem;width:100%}.mechanics .mechanics__col:nth-child(2) .mechanics__image{margin-left:-1.25em}.mechanics .mechanics__col:last-child .mechanics__image{margin-right:-1.75em}.mechanics .mechanics__image-inner{display:flex;align-items:center;height:200px}.mechanics .mechanics__step{margin-bottom:2rem}.mechanics .mechanics__info{text-align:center;font-size:1.25em;color:#cea44a}.competitionForm .form{display:block;max-width:60rem;width:100%;margin:0 auto}.competitionForm .competitionForm__footer{margin-top:5em;color:#cea44a;text-align:center}.footer .footer__row{padding:1.5em 0}.footer .footer__row--navigation{border-bottom:1px solid rgba(206,164,74,.5)}.footer .footer__copy{color:#cea44a}.success{text-align:center}.navigation--mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;z-index:200;padding-left:0;margin-bottom:0}@media screen and (max-width:1240px){.navigation--mobile{flex-flow:row wrap}}.navigation--mobile .navigation__list{flex-direction:column;justify-content:center;width:100%}.navigation--mobile .navigation__item{justify-content:center;padding:0 15px;margin-bottom:30px;border-bottom:0;border-top:0}.navigation--mobile .navigation__item.navigation__item--active,.navigation--mobile .navigation__item:hover{border-top:0}.navigation--mobile .navigation__link{font-size:1.5rem}@media screen and (max-width:640px){.navigation--mobile .navigation__link{font-size:1rem}}#overlay{display:none;position:absolute;left:0;top:75px;width:100%;height:calc(100% - 75px);background-color:#000;z-index:100}@media screen and (max-width:1240px){#overlay{opacity:1}}@media screen and (max-width:768px){#overlay{top:113px;height:calc(100% - 113px)}}.hamburger{display:none;position:relative;cursor:pointer;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;margin:0 1rem}@media screen and (max-width:1240px){.hamburger{display:flex;align-items:center}}.hamburger .hamburger__home-button{margin-right:1.25rem}.hamburger .hamburger__home-button .hamburger__home-button-link{display:block;width:25px}.hamburger .hamburger__trigger{position:relative;width:30px;height:22px}.hamburger .hamburger__trigger--bread-bottom,.hamburger .hamburger__trigger--bread-top,.hamburger .hamburger__trigger--meat{position:absolute;display:block;width:30px;height:4px;opacity:1;left:0;border-radius:.5rem;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;background-color:#cea44a}.hamburger .hamburger__trigger--bread-top{top:0}.hamburger .hamburger__trigger--meat{top:9px}.hamburger .hamburger__trigger--bread-bottom{top:18px}.hamburger__trigger.animate-icon span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.hamburger__trigger.animate-icon span:nth-child(2){opacity:0}.hamburger__trigger.animate-icon span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.pairingNavigation .pairingNavigation__brand,.pairingNavigation .pairingNavigation__flavour,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.dark-gold{color:#cea44a}.cookies{position:fixed;right:2rem;bottom:2rem;max-width:450px;width:100%;background-color:rgba(88,54,34,.75);z-index:999;box-shadow:0 25px 50px 0 rgba(55,58,64,.1)}@media screen and (max-width:940px){.cookies{width:100%;left:0;right:0;bottom:0;border-radius:0;box-shadow:none;max-width:100%}}.cookies:hover{background-color:#583622}.cookies .cookies__row{flex-direction:column;align-items:center;padding:1.5rem}.cookies .cookies__col--message{margin-bottom:1rem}.cookies .cookies__message{margin:0;color:#fff;font-weight:400;text-align:center;font-size:.8rem;line-height:1.7}.cookies .button{padding:.5rem 1rem;font-size:.8rem}.signin{margin-top:5rem}.end .end__copy{font-size:1.25rem;color:#fff;text-align:center;margin-bottom:2rem}.winners{padding:7.5rem 0;background-color:#fff}.winners h1{margin-bottom:2rem}.winners .winners__logo{display:block;max-width:280px;width:100%;margin:0 auto 4rem}.winners .winners__list{display:flex;align-items:center;flex-direction:column;color:#000}.winners .winners__name{max-width:300px;width:100%;font-size:1.2rem;text-align:center;padding:.5rem 1rem;border-bottom:1px solid #bababa}.winners .winners__name:first-child{border-top:1px solid #bababa}.winners .winners__prize{color:#cea44a}.custom-file-container{max-width:400px;width:100%;margin:0 auto}.custom-file-container .custom-file-container__custom-file .help-block,.custom-file-container .custom-file-container__custom-file .text-danger{text-align:center}.custom-file-container .custom-file-container__custom-file__custom-file-input{position:absolute}.custom-file-container .custom-file-container__custom-file__custom-file-control{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;top:auto;left:auto;right:auto;border:0;background-color:transparent;height:auto;color:#cea44a}.custom-file-container .custom-file-container__custom-file{height:auto}.custom-file-container .custom-file-container__custom-file__custom-file-control__button{position:relative;top:auto;left:auto;right:auto;margin-top:.5rem;height:auto;padding:1rem 4rem;font-size:1.2rem}.custom-file-container .custom-file-container__image-preview{overflow:hidden;height:0;margin-top:2rem}.custom-file-container .custom-file-container__image-preview--active{background-size:contain;background-color:transparent;height:250px}.errorPage .errorPage__wrapper{margin:5rem auto}.errorPage .errorPage__copy{text-align:center;font-size:1.2rem}.intro .intro__logo{display:block;max-width:115px;width:100%;margin:0 auto 2rem}.intro p{text-align:center}.intro .perex{color:#fff}.about .about__row{position:relative;display:flex;justify-content:center;width:100%;margin:0 auto;padding:2rem 0}@media screen and (max-width:940px){.about .about__row{flex-direction:column;align-items:center}}.about .about__row:nth-child(even) .about__col{text-align:right}@media screen and (max-width:940px){.about .about__row:nth-child(even) .about__col{text-align:center}}.about .about__row:nth-child(even) .about__col--image{order:1}@media screen and (max-width:940px){.about .about__row:nth-child(even) .about__col--image{order:0}}.about .about__row--single:before{display:none}.about .about__row--single .about__col{text-align:center}.about .about__col{padding:0 2rem}@media screen and (max-width:940px){.about .about__col{text-align:center}}.about .about__col--desc{padding:2rem}@media screen and (max-width:940px){.about .about__col--desc{order:-1}}@media screen and (max-width:375px){.about .about__col--desc{padding:0}}.about h2{text-transform:none}.about p{opacity:.6}.about .perex{color:#fff;opacity:1}.about--benedikt .about__row{max-width:55rem}.about--dilmah .about__row{max-width:80rem}.about--dilmah .about__col--image{max-width:37.5rem;width:100%}.about--dilmah .about__col--image .about__image{width:100%}.about--dilmah .about__col--desc{max-width:calc(100% - 37.5rem)}@media screen and (max-width:940px){.about--dilmah .about__col--desc{max-width:100%}}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.pairingNavigation .pairingNavigation__brand,.pairingNavigation .pairingNavigation__flavour,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.dark-gold{color:#cea44a}.pairing .buttonRow{margin-bottom:7.5rem}.pairingNavigation{display:flex;justify-content:center;margin-bottom:2.5rem}@media screen and (max-width:1024px){.pairingNavigation{flex-flow:row wrap;max-width:40rem;width:100%;margin:0 auto 7.5rem}}.pairingNavigation .pairingNavigation__item{display:flex;flex-direction:column;align-items:center;margin:0 2rem;text-decoration:navy}@media screen and (max-width:1024px){.pairingNavigation .pairingNavigation__item{flex-basis:calc(50% - 4rem);margin-bottom:3rem}}@media screen and (max-width:480px){.pairingNavigation .pairingNavigation__item{flex-basis:100%}}.pairingNavigation .pairingNavigation__item:hover .pairingNavigation__brand,.pairingNavigation .pairingNavigation__item:hover .pairingNavigation__flavour{opacity:1}.pairingNavigation .pairingNavigation__image{position:relative;margin-bottom:1.5rem}.pairingNavigation .pairingNavigation__image img{display:block;max-width:250px;width:100%}.pairingNavigation .pairingNavigation__brand,.pairingNavigation .pairingNavigation__flavour{font-weight:800;opacity:.5}@media screen and (max-width:940px){.pairingNavigation .pairingNavigation__brand,.pairingNavigation .pairingNavigation__flavour{opacity:1}}.pairingNavigation .pairingNavigation__flavour{color:#cea44a;font-size:1.2rem}.pairingNavigation .pairingNavigation__icon{margin:.5rem 0}.pairingContent .intro{margin-top:5rem}.pairingContent .pairingContent__row{display:flex;flex-direction:column;max-width:50rem;width:100%;margin:0 auto}.pairingContent .pairingContent__item{display:flex;justify-content:space-between;margin-bottom:4rem}@media screen and (max-width:768px){.pairingContent .pairingContent__item{flex-direction:column;text-align:center}}.pairingContent .pairingContent__item:last-child .pairingContent__description{padding:0;border:0}.pairingContent .pairingContent__description,.pairingContent .pairingContent__image{margin:0 2rem}@media screen and (max-width:768px){.pairingContent .pairingContent__description,.pairingContent .pairingContent__image{margin:0}}.pairingContent .pairingContent__description{padding-bottom:1rem;border-bottom:1px solid rgba(206,164,74,.5)}.pairingContent .pairingContent__logo{display:block;margin-bottom:1.5rem}@media screen and (max-width:768px){.pairingContent .pairingContent__logo{display:block;max-width:115px;width:100%;margin:1.5rem auto}}.pairingContent h2,.pairingContent p{font-size:1.2rem;margin-bottom:1rem}.pairingContent h2{font-weight:800}.pairingContent .button{font-size:1rem;padding:.75rem 1.5rem}.pairingContent--full .intro__logo{max-width:225px;margin-bottom:2rem}.pairingContent--full .intro__logo img{width:100%}.pairingContent--full .pairingContent__row{position:relative;max-width:65rem}.pairingContent--full .pairingContent__item{align-items:center}.pairingContent--full .pairingContent__description{border:0;padding-bottom:0}.pairingContent--full h2{font-size:2rem;color:#fff;text-transform:none;font-weight:400}.pairingContent--full p{opacity:.5;font-size:1rem}@media screen and (max-width:940px){.pairingContent--full p{opacity:1}}.back{margin-bottom:5rem}.back--top{margin:5rem 0 0}.back--top .back__button{display:flex;align-items:center;text-decoration:none}.back--top .back__button:before{content:'';display:flex;background-image:url(../../images/ui/icons/arrow-right.svg);width:16px;height:24px;background-size:contain;margin-right:1rem}.video{display:block;max-width:35rem;width:100%;height:20rem;margin:0 auto}@media screen and (max-width:640px){.video{height:10rem}}.video iframe{width:100%;height:100%}.flash{display:block;padding:10px;margin:20px;background-color:#000;color:#fff;font-weight:700;text-align:center}.flash.success{background-color:#0d981a}.flash.info,.flash.warning{background-color:#a10e0e}.goUp{display:none;position:fixed;bottom:1rem;right:1rem;z-index:9999}@media screen and (max-width:640px){.goUp{width:40px}}.goUp img{width:100%}
/*# sourceMappingURL=4-components.min.css.map */
