html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font:16px/1 sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p,blockquote,figure,ol,ul,li,button,input,select,textarea{margin:0;padding:0;list-style-type:none}main,li,article,aside,footer,header,nav,section{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit}strong{font-weight:bold}a,button{color:inherit;transition:.3s}a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:none;cursor:pointer}::-moz-focus-inner{padding:0;border:0}:focus{outline:0}img,svg{max-width:100%;height:auto;border:0}@font-face{font-family:'Matter';src:url("../fonts/Matter/Matter-Regular.otf");font-weight:400;font-display:swap}@font-face{font-family:'Matter';src:url("../fonts/Matter/Matter-SemiBold.otf");font-weight:500;font-display:swap}@font-face{font-family:'Matter';src:url("../fonts/Matter/Matter-Bold.otf");font-weight:600;font-display:swap}@font-face{font-family:'Matter';src:url("../fonts/Matter/Matter-Heavy.otf");font-weight:700;font-display:swap}h3{font-family:'Matter',sans-serif;font-size:13px;font-weight:700;color:colorBlack;margin-bottom:20px}h3.large{font-size:16px;font-weight:700;margin-top:15px}h3.large span{color:#c5a2fc}h4{font-family:'Matter',sans-serif;font-size:40px;font-weight:700;color:#b18ceb;margin-bottom:20px}h4.small{font-size:21px;color:colorBlack;margin-bottom:15px}h4.small span{color:#c5a2fc}h5{font-family:'Matter',sans-serif;font-size:20px;font-weight:700;color:#c5a2fc;margin-bottom:20px}.fromTopIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,0);opacity:1}.fromTopOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,-40px);opacity:0}.fromBottomIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,0);opacity:1}.fromBottomOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,40px);opacity:0}.fromLeftIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,0);opacity:1}.fromLeftOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(-40px,0);opacity:0}.fromRightIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(0,0);opacity:1}.fromRightOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:translate(40px,0);opacity:0}.scaleUpIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:scale(1,1);opacity:1}.scaleUpOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:scale(1.3,1.3);opacity:0}.scaleDownIn{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:scale(1,1);opacity:1}.scaleDownOut{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;-ms-transition:all 2s ease;transition:all 2s ease;transform:scale(.7,.7);opacity:0}.rotate-scale-up{animation:rotate-scale-up 20s cubic-bezier(.68,-.55,.265,1.55) infinite both}.rotate-scale-up-50{animation:rotate-scale-up 50s cubic-bezier(.68,-.55,.265,1.55) infinite both}.scale-up-center{animation:scale-up-center 2s ease-in-out infinite alternate-reverse both}.rotate-center{animation:rotate-center 200s ease infinite alternate both}.rotate-center-50{animation:rotate-center 50s ease infinite alternate both}.fade-out{animation:fade-out 3s cubic-bezier(.55,.055,.675,.19) infinite alternate both}.fade-out-1d{animation:fade-out 3s cubic-bezier(.55,.055,.675,.19) 1s infinite alternate both}.fade-out-2d{animation:fade-out 3s cubic-bezier(.55,.055,.675,.19) 2s infinite alternate both}.fade-out-3d{animation:fade-out 3s cubic-bezier(.55,.055,.675,.19) 3s infinite alternate both}@-webkit-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(1.3) rotateZ(90deg);transform:scale(1.3) rotateZ(90deg)}100%{-webkit-transform:scale(1) rotateZ(180deg);transform:scale(1) rotateZ(180deg)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.7);transform:scale(.7)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:.3}}@-moz-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(1.3) rotateZ(90deg);transform:scale(1.3) rotateZ(90deg)}100%{-webkit-transform:scale(1) rotateZ(180deg);transform:scale(1) rotateZ(180deg)}}@-webkit-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(1.3) rotateZ(90deg);transform:scale(1.3) rotateZ(90deg)}100%{-webkit-transform:scale(1) rotateZ(180deg);transform:scale(1) rotateZ(180deg)}}@-o-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(1.3) rotateZ(90deg);transform:scale(1.3) rotateZ(90deg)}100%{-webkit-transform:scale(1) rotateZ(180deg);transform:scale(1) rotateZ(180deg)}}@keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(1.3) rotateZ(90deg);transform:scale(1.3) rotateZ(90deg)}100%{-webkit-transform:scale(1) rotateZ(180deg);transform:scale(1) rotateZ(180deg)}}@-moz-keyframes scale-up-center{0%{-webkit-transform:scale(.7);transform:scale(.7)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.7);transform:scale(.7)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-o-keyframes scale-up-center{0%{-webkit-transform:scale(.7);transform:scale(.7)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.7);transform:scale(.7)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes fade-out{0%{opacity:1}100%{opacity:.3}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:.3}}@-o-keyframes fade-out{0%{opacity:1}100%{opacity:.3}}@keyframes fade-out{0%{opacity:1}100%{opacity:.3}}html,body,div,table,p,input{font-family:'Matter',sans-serif;font-size:15px}body{background-color:#fff}body.modal-open{overflow:hidden}.show{display:block !important}.hide{display:none !important}.hidden{visibility:hidden}.slide{transform:translate3d(0,0,0) !important}.slideLeft{transform:translate3d(-50%,0,0) !important}.slideLeft-1-3{transform:translate3d(0,0,0) !important}.slideLeft-2-3{transform:translate3d(-100%,0,0) !important}.slideLeft-3-3{transform:translate3d(-200%,0,0) !important}.container{width:1200px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container.container--large{width:1900px}@media only screen and (max-width:1920px),only screen and (max-device-width:1920px){.container.container--large{width:90%}}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.container{flex-flow:column nowrap;width:90%;padding-left:constant(safe-area-inset-left);padding-right:constant(safe-area-inset-right);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}.section{margin:0 auto;width:100%;position:relative;clear:both}.section .section--center{text-align:center}.section__subtitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:20px}.section__sub{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#ff5a00;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;border-radius:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:6px 10px 5px;position:relative}.section__title{color:#383a3b;font-size:60px;font-weight:500;line-height:1.1;margin-bottom:30px}.section__title.section__title--white{color:#fff}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.section__title{font-size:46px}}.section__text{font-size:20px;font-size:17px;color:#383a3b;line-height:1.6;font-weight:400;margin-bottom:50px}.section__text:last-child{margin-bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.section__text{font-size:16px;margin-bottom:40px}}.section__text.section__text--white{color:#fff}.section__btn{position:absolute;width:110px;height:110px;bottom:-55px;left:50%;transform:translate3d(-50%,0,0);z-index:1}.section__btn img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.section__btn img:hover{transform:rotate(-7deg)}.section__btn .section__btn--bg1,.section__btn .section__btn--bg2{position:absolute;width:25px;height:25px}.section__btn .section__btn--bg1{background-color:#c7eab0;top:-9px;right:-9px}.section__btn .section__btn--bg2{background-color:#b1dffc;bottom:-9px;left:-9px}.input input{width:100%;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:14px 20px;border:none;border-bottom:1px solid #000;min-height:40px;font-size:18px;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.input input:hover{border-color:#ff5a00}.input input.invalid{border-color:#ff5a00}.select{position:relative}.select select{width:100%;position:relative;background:grayLight url("/img/icons/drop_down_menu_icon.svg") top 20px right 20px no-repeat;background-size:17px;border:none;cursor:pointer;padding:0 20px;-webkit-appearance:none;font-size:14px;line-height:50px;z-index:1;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.select select:hover{background-color:#ff5a00}.checkbox-label{display:block;position:relative;cursor:pointer;font-size:22px;line-height:24px;height:24px;width:24px;clear:both}.checkbox-label input{position:absolute;opacity:0;cursor:pointer}.checkbox-label input:checked ~ .checkbox-custom{background-color:#c5a2fc;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;transform:rotate(0) scale(1);opacity:1;border:1px solid #c5a2fc}.checkbox-label input:checked ~ .checkbox-custom:after{transform:rotate(45deg) scale(1);opacity:1;left:8px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.checkbox-label .checkbox-custom{position:absolute;top:0;left:0;height:24px;width:24px;background-color:transparent;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border:1px solid #fff}.checkbox-label .checkbox-custom:after{position:absolute;content:"";left:12px;top:12px;height:0;width:0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(0) scale(0);opacity:1;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.checkbox-label .checkbox-span{position:absolute;left:35px;top:2px;width:200px;width:max-content;font-size:14px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.checkbox-label .checkbox-span:hover{color:#f7eab5}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.checkbox-label .checkbox-span{max-width:400px}}@media ms{.checkbox-label .checkbox-span{max-width:300px}}.radio-label{display:block;position:relative;cursor:pointer;font-size:22px;line-height:24px;height:24px;width:24px;clear:both}.radio-label input{position:absolute;opacity:0;cursor:pointer}.radio-label input:checked ~ .radio-custom{background-color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;border-radius:24px;transform:rotate(0) scale(1);opacity:1;border:2px solid #000}.radio-label input:checked ~ .radio-custom:after{transform:rotate(45deg) scale(1);opacity:1;left:7px;top:7px;width:0;height:0;border:5px solid #fff;background-color:transparent;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px}.radio-label .radio-custom{position:absolute;top:0;left:0;height:24px;width:24px;background-color:grayLight;-webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;border-radius:24px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border:2px solid grayLight}.radio-label .radio-custom:after{position:absolute;content:"";left:12px;top:12px;height:0;width:0;-webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;border-radius:24px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(0) scale(0);opacity:1;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.radio-label .radio-span{position:absolute;left:40px;top:2px;width:200px;width:max-content;font-size:14px;color:#000;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.radio-label .radio-span a{color:#f7eab5;text-decoration:underline}.radio-label .radio-span a:hover{color:#000}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.radio-label .radio-span{font-size:12px}}.btn{height:40px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px;font-size:15px;font-weight:500;text-align:center;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;cursor:pointer;background-color:transparent;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.btn{font-size:16px !important}}.btn.btn--fill{background-color:#00a5ff;border:1px solid #00a5ff;color:#fff}.btn.btn--fill:hover{background-color:#ff5a00;border-color:#ff5a00}.btn.btn--beige{background-color:#f6f2ee;border:1px solid #f6f2ee;color:#ff5a00;padding:0 13px;height:36px}.btn.btn--beige:hover{border-color:#ff5a00}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.btn.btn--beige{font-size:20px !important;background-color:#ebe4dd;border-color:#ebe4dd}}.btn.btn--large{font-size:18px;height:55px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.btn.btn--arrow .icon{width:13px;height:13px;margin-left:20px;opacity:.5;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.btn.btn--arrow:hover{background-color:#ff5a00;border-color:#ff5a00;color:#fff}.btn.btn--arrow:hover span{color:#fff}.btn.btn--arrow:hover .icon{opacity:1;transform:translate3d(5px,0,0)}.btnText{font-size:18px;font-weight:500;color:#000;cursor:pointer;line-height:1.3;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.btnText:hover{color:#ff5a00}.linkArrow{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.linkArrow:hover .linkArrow__arrow{transform:translate3d(5px,0,0)}.linkArrow.linkArrow--active .linkArrow__arrow{transform:rotate(-180deg)}.linkArrow.linkArrow--active:hover .linkArrow__arrow{transform:translate3d(5px,0,0) rotate(-180deg)}.linkArrow.linkArrow--grey .linkArrow__text,.linkArrow.linkArrow--grey .linkArrow__arrow{color:#383a3b}.linkArrow .linkArrow__text{color:#fff;font-size:15px;font-weight:600;line-height:1.8;position:relative}.linkArrow .linkArrow__text:after{content:"";display:block;width:100%;height:3px;background-color:#ff5a00;position:absolute;bottom:-2px;left:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.linkArrow .linkArrow__arrow{margin-left:8px;color:#fff;font-weight:500;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.icon{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.icon--close{background:url("../img/icons/menu/menu-close.svg") center no-repeat;background-size:contain}.icon.icon--arrow{background:url("../img/icons/arrow.svg") center no-repeat;background-size:contain}.icon.icon--player{position:relative;width:30px;height:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:2px solid #383a3b;margin-left:15px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.icon.icon--player:after{content:"";display:block;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #383a3b;position:absolute;left:50%;top:50%;transform:translate3d(-40%,-50%,0);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.header{position:fixed;top:0;left:0;right:0;width:100%;height:80px;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;z-index:100;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header{height:70px}}.header .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.header .container{flex-flow:row nowrap;justify-content:space-between}}.header .logo{width:100px;height:auto;margin-right:30px;flex-shrink:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .logo{margin-right:0}}.header .nav-btn{display:none;position:relative;width:54px;height:54px;background:url("/img/icons/menu-btn.svg") center no-repeat;background-size:20px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .nav-btn{width:30px;height:30px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}}.header .nav-btn.nav-btn--close{background:url("/img/icons/close.svg") center no-repeat;background-size:20px}.header .navWrap__mobile-btn{display:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap__mobile-btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:90%;padding-bottom:20px;border-bottom:1px solid #383a3b}}.header .navWrap{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:flex-end;align-items:center;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap{flex-flow:column nowrap;align-items:center;justify-content:flex-start;position:fixed;top:70px;right:0;bottom:0;left:0;background-color:#f6f2ee;z-index:101;padding-top:30px;transform:translate3d(100%,0,0)}}.header .navWrap .navWrap__left,.header .navWrap .navWrap__right{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap .navWrap__left,.header .navWrap .navWrap__right{flex-flow:column wrap}}.header .navWrap .navWrap__item{font-size:15px;font-weight:500;color:#292a2b;margin-right:40px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.header .navWrap .navWrap__item{margin-right:25px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap .navWrap__item{margin:12px 0;font-weight:500;font-size:20px}}.header .navWrap .navWrap__item:last-child{margin-right:0}.header .navWrap .navWrap__item:hover{color:#ff5a00}.header .navWrap .navWrap__left{margin-right:150px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.header .navWrap .navWrap__left{margin-right:25px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap .navWrap__left{padding-top:20px;margin-right:0}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap .navWrap__right .navWrap__item .btn{display:none}}.header .navWrap .navWrap__bg1,.header .navWrap .navWrap__bg2,.header .navWrap .navWrap__bg3{display:none;position:absolute}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.header .navWrap .navWrap__bg1,.header .navWrap .navWrap__bg2,.header .navWrap .navWrap__bg3{display:block}}.header .navWrap .navWrap__bg1{bottom:92px;right:15px;width:70px;height:70px}.header .navWrap .navWrap__bg2{bottom:86px;left:0;width:20px;height:20px;background-color:rgba(255,90,0,0.2)}.header .navWrap .navWrap__bg3{width:40px;height:40px;bottom:-40px;right:-40px;background-color:#ff5a00}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}#hero{width:100%;background-color:#f6f2ee;position:relative}#hero .section{overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#hero .section{overflow:visible}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#hero{height:auto;padding:120px 0 80px 0;overflow:hidden}#hero .section__btn{display:none}}.hero{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding:240px 0 270px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero{flex-flow:column nowrap;height:auto;padding:0}}.hero__box{position:relative;max-width:530px;z-index:2}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.hero__box{max-width:48%}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__box{max-width:100%}}.hero__dateBox{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:flex-start;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__dateBox{justify-content:center}}.hero__icon{width:145px;margin-right:20px}.hero__icon svg{width:100%;height:auto}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__icon{width:95px;margin-right:20px}}.hero__date{font-size:16px;color:#383a3b;font-weight:500;letter-spacing:1px;position:relative;text-transform:uppercase}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__date{font-size:14px}}.hero__title{color:#383a3b;font-size:78px;font-weight:700;text-align:left;line-height:1.1}.hero__title span{color:#383a3b;font-weight:400}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__title{text-align:center;font-size:48px}}.hero__text{color:#383a3b;font-weight:400;font-size:20px;text-align:left;line-height:1.5;margin:30px 0 50px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__text{font-size:16px;margin:15px 0 30px 0;text-align:center;max-width:500px}}.hero__text span{position:relative;display:inline-block;font-weight:500;color:#c7eab0}.hero__text span:before{content:"";width:100%;height:2px;position:absolute;bottom:1px;background-color:#c7eab0}.heroBox{max-width:480px;margin:10px 0 30px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.heroBox{margin:10px auto 30px auto}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.heroBox{grid-template-columns:1fr;justify-items:center}}.heroBox .heroBox__col{position:relative;color:#fff;font-weight:300;font-size:26px;line-height:1.2}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.heroBox .heroBox__col:last-child{margin-top:20px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.heroBox .heroBox__col{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.heroBox .heroBox__col{font-size:20px;text-align:center}}.heroBox .heroBox__col img{max-width:120px;height:60px}.heroBox .heroBox__col .heroBox__bg{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;position:absolute;top:12px;left:-55px;width:26px;height:26px}.heroBox .heroBox__col .heroBox__bg svg path{fill:#c7eab0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.heroBox .heroBox__col .heroBox__bg{left:-5px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.heroBox .heroBox__col .heroBox__bg{display:none}}.hero__img{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.hero__img img{width:100%;height:auto;position:relative;z-index:2}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.hero__img{width:48%}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__img{width:100%;margin-top:60px}}.hero__img--mobile{display:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__img--mobile{display:block;width:100%;max-width:500px;margin:0 auto 30px auto}.hero__img--mobile svg{width:100%;height:auto}}.hero__buttons{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__buttons{flex-flow:column nowrap}}.hero__buttons .btn-spacer{margin:0 40px;color:#fff;font-size:16px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__buttons .btn-spacer{margin:20px 0}}.hero__btn{margin-left:40px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center}.hero__btn:hover .btnText{color:#ff5a00}.hero__btn:hover .icon{border-color:#ff5a00}.hero__btn:hover .icon:after{border-left-color:#ff5a00}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__btn{margin:30px auto 0 auto}}.hero__bg1,.hero__bg2-wrap,.hero__bg2,.hero__bg3,.hero__bg4,.hero__bg5,.hero__bg6{position:absolute;z-index:0}.hero__bg1{width:500px;height:160px;background-color:#fff;top:-60px;right:-100px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg1{width:250px;height:80px;top:-30px;right:-20px}}.hero__bg2-wrap,.hero__bg2{width:100px;height:100px;bottom:-50px;left:-50px}.hero__bg2{background-color:#c5a2fc;left:0;bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg2{width:50px;height:50px;bottom:0;left:26px;z-index:2}}.hero__bg3{width:50px;height:50px;background-color:#b1dffc;bottom:-50px;left:-50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg3{width:26px;height:26px;bottom:-26px;left:-26px}}.hero__bg4{width:25px;height:25px;background-color:#fff;bottom:-25px;right:-25px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg4{width:16px;height:16px;bottom:-16px;right:-16px}}.hero__bg5{width:120px;height:120px;bottom:-60px;right:-60px;z-index:3}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg5{width:60px;height:60px;bottom:-35px;right:0}}.hero__bg6{width:490px;height:490px;left:-110%;bottom:-200px;z-index:-1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg6{display:none}}#about{background-color:#fff;padding:300px 0;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about{padding:50px 0 70px 0}}#about .about{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;width:100%;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about{flex-flow:column-reverse nowrap}}#about .about .section__title{max-width:500px}#about .about__col{position:relative;width:50%}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__col{width:100%}}#about .about__box{margin-left:20px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__box{margin-left:0}}#about .about__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}#about .about__img{width:845px;height:563px;position:absolute;right:100px;top:50%;transform:translate3d(0,-50%,0)}#about .about__img img{position:relative;z-index:2}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){#about .about__img{width:100%;height:auto;right:60px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__img{transform:translate3d(0,0,0);right:0;top:0;position:relative;width:100%;height:auto;margin-top:60px}}#about .about__bg{position:absolute;width:805px;height:805px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);z-index:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__bg{width:90%;height:auto;top:280px}}#about .about__bg1,#about .about__bg2,#about .about__bg3,#about .about__bg4,#about .about__bg5{position:absolute;z-index:1}#about .about__bg1{width:66px;height:66px;background-color:#c5a2fc;top:-33px;right:-33px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__bg1{width:40px;height:40px;top:-25px;right:-10px;z-index:2}}#about .about__bg2{width:280px;height:70px;background-color:#f6f2ee;bottom:-70px;right:200px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__bg2{width:120px;right:auto;bottom:-20px;left:-15px}}#about .about__bg3{width:40px;height:40px;background-color:#c7eab0;bottom:-40px;right:-40px}#about .about__bg4{width:16px;height:16px;background-color:#fff;bottom:0;right:464px;z-index:3}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__bg4{display:none}}#about .about__bg5{width:44px;height:180px;background-color:#ff5a00;right:0;bottom:20%}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#about .about__bg5{display:none}}#features{padding:100px 0 130px 0;background-color:#292a2b}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#features{overflow:hidden;padding:80px 0}}#features .container{position:relative}#features .section__text{line-height:1.8}#features .linkArrow .linkArrow__text,#features .linkArrow .linkArrow__arrow{font-size:17px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#features .linkArrow .linkArrow__text,#features .linkArrow .linkArrow__arrow{font-size:16px}}.feature{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:100px}.feature:last-child{margin-bottom:0}.feature:nth-child(even){flex-flow:row-reverse}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature:nth-child(even){flex-flow:column-reverse nowrap}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature{flex-flow:column-reverse nowrap}}.feature .feature__col{width:45%}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature .feature__col{width:100%}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature .feature__col .section__text{text-align:left}}.feature__icon{width:58px;height:58px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__icon{margin-left:auto;margin-right:auto}}.feature__title{font-size:52px;font-weight:500;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__title{text-align:center;justify-content:center}}.feature__title .feature__title-icon{width:240px;margin-left:35px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__title .feature__title-icon{display:none}}.feature__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:60px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__btn{margin-top:0}}.feature__img{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;height:auto;width:100%;max-width:490px;max-height:490px}.feature__img img{position:relative;object-fit:cover;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__img{width:100%;height:auto;margin:0 auto 40px auto}}.feature__bg1,.feature__bg2,.feature__bg3,.feature__bg4,.feature__bg5,.feature__bg6,.feature__bg7,.feature__bg8,.feature__bg9,.feature__bg10{position:absolute;z-index:1}.feature__bg1,.feature__bg2{width:30px;height:30px}.feature__bg1{background-color:#f7eab5;right:-15px;top:-30px}.feature__bg2{background-color:#b1dffc;left:-30px;bottom:-30px}.feature__bg3{width:52px;height:52px;background-color:#c5a2fc;left:-52px;top:30%}.feature__bg4{width:26px;height:26px;background-color:#b18ceb;bottom:0;right:0}.feature__bg5{width:36px;height:36px;background-color:#383a3b;bottom:-36px;right:-36px}.feature__bg6{width:36px;height:36px;background-color:#b1dffc;top:0;right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__bg6{right:36px;top:-36px}}.feature__bg7{width:36px;height:36px;background-color:#383a3b;bottom:-36px;right:-36px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__bg7{background-color:#fff}}.feature__bg8{width:58px;height:58px;left:-90px;bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__bg8{left:-15px;bottom:-15px}}.feature__bg9{width:33px;height:33px;background-color:#fff;bottom:66px;left:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__bg9{width:15px;height:15px;bottom:-15px;left:-15px}}.feature__bg10{width:66px;height:66px;background-color:#c7eab0;bottom:-66px;left:33px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.feature__bg10{width:50px;height:50px;top:-50px;right:-50px;left:auto;bottom:auto}}#numbers{padding:170px 0 270px 0;background-color:#b18ceb;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#numbers{padding:80px 0;overflow:visible}#numbers .section__title{text-align:center}}#numbers .container{position:relative}#numbers .section__btn{display:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#numbers .section__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}}#numbers .numbers__title{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:100px;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#numbers .numbers__title{margin-bottom:50px}}.numbers{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr .7fr .7fr .7fr;align-items:flex-start;justify-content:space-between;width:100%;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers{grid-template-columns:1fr}}.numbers .numbers__item{margin-right:50px;text-align:center}.numbers .numbers__item:last-child{margin-right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers .numbers__item{margin-right:0;margin-bottom:40px}}.numbers .numbers__num{font-size:80px;font-weight:900;color:#b1dffc;margin-bottom:15px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers .numbers__num{font-size:70px}}.numbers .numbers__text{font-size:16px;font-weight:400;color:#fff;text-transform:uppercase}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers .numbers__text{font-size:14px}}.numbers__bg1,.numbers__bg2,.numbers__bg3,.numbers__bg4,.numbers__bg5,.numbers__bg6-wrap,.numbers__bg6,.numbers__bg7,.numbers__bg8,.numbers__bg9-wrap,.numbers__bg9,.numbers__bg10,.numbers__bg11-wrap,.numbers__bg11,.numbers__bg12,.numbers__bg13{position:absolute;z-index:0}.numbers__bg1{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:647px;height:647px;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg1{width:100%;height:auto;top:50px;transform:translate3d(-50%,0,0)}}.numbers__bg2{width:40px;height:40px;background-color:#c7eab0;right:28px;top:-170px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg2{width:30px;height:30px;top:-80px;left:-20px;right:auto}}.numbers__bg3{width:28px;height:28px;background-color:#f7eab5;right:-28px;bottom:-28px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg3{width:20px;height:20px;right:-20px;bottom:-20px}}.numbers__bg4,.numbers__bg5,.numbers__bg6,.numbers__bg7,.numbers__bg8{width:30px;height:30px;background-color:#fff;opacity:.05}.numbers__bg4{right:-200px;top:-170px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg4{right:0;top:-60px}}.numbers__bg5{opacity:1;background-color:#be9df1;width:60px;height:60px;left:0;top:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg5{top:auto;bottom:400px;left:auto;right:0}}.numbers__bg6-wrap{left:-300px;bottom:-150px;width:30px;height:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg6-wrap{left:10px;bottom:100px}}.numbers__bg6,.numbers__bg7,.numbers__bg8{background-color:#bd9dee;opacity:1}.numbers__bg6{left:0;top:0}.numbers__bg7{top:-30px;left:-30px}.numbers__bg8{width:70px;height:70px;top:-70px;right:-70px}.numbers__bg9-wrap{width:100px;height:100px;right:120px;bottom:-120px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg9-wrap{display:none}}.numbers__bg9{width:100px;height:100px;background-color:#fff;opacity:.05;right:0;bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg9{display:none}}.numbers__bg10{width:50px;height:50px;background-color:#be9df1;right:-50px;bottom:-50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg10{display:none}}.numbers__bg11-wrap{width:122px;height:122px;left:0;bottom:-270px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg11-wrap{display:none}}.numbers__bg11{width:122px;height:122px;left:0;bottom:0;background-color:#ab86e5}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg11{display:none}}.numbers__bg12,.numbers__bg13{width:40px;height:40px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.numbers__bg12,.numbers__bg13{display:none}}.numbers__bg12{left:0;top:50%;transform:translate3d(0,-50%,0);background-color:#a67de7}.numbers__bg13{bottom:0;left:50%;transform:translate3d(-50%,0,0);background-color:#f7eab5}#call{background-color:#b1dffc;padding:70px 0}#call .call{width:90%;margin:0 auto;border:2px solid #383a3b;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:50px 20px;text-align:center}#call .section__text{max-width:600px;margin:0 auto}#call .call__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin-top:50px}#call .call__grabTicket{position:absolute;width:104px;height:104px;top:-52px;left:50%;transform:translate3d(-50%,0,0)}#speakers{background-color:#f6f2ee;padding:150px 0 200px 0;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#speakers{padding:120px 0 80px 0}}#speakers .container{position:relative}#speakers .section__subtitle{position:relative;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#speakers .section__subtitle{justify-content:center}}#speakers .section__title{max-width:600px;position:relative;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#speakers .section__title{text-align:center}}#speakers .section__text{max-width:500px;position:relative;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#speakers .section__text{text-align:center}}.speakers{width:100%;position:relative;margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:82px;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speakers{grid-template-columns:1fr 1fr 1fr;grid-gap:70px 20px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.speakers{grid-template-columns:1fr 1fr}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){.speakers{grid-template-columns:1fr}}.speaker{max-width:345px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker{margin:0 auto}}.speaker:hover .speaker__mask{opacity:.5}.speaker:hover .speaker__img img{filter:grayscale(0);opacity:1}.speaker .speaker__header{margin-bottom:30px;position:relative}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__header{margin-bottom:10px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__body{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}}.speaker .speaker__mask2,.speaker .speaker__mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.speaker .speaker__mask2{background:url("/img/backgrounds/speaker-hover.svg") center no-repeat;background-size:90%;mix-blend-mode:multiply;opacity:0;z-index:2}.speaker .speaker__mask{background-image:linear-gradient(180deg,rgba(255,90,0,0) 44%,#ff5a00 100%);opacity:0;z-index:1}.speaker .speaker__img{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;overflow:hidden}.speaker .speaker__img img{object-fit:cover;filter:grayscale(1);opacity:.8;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.speaker .speaker__name,.speaker .speaker__title,.speaker .speaker__more,.speaker .speaker__btn{font-size:13px;color:#000;line-height:1.6;font-weight:400}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__name,.speaker .speaker__title,.speaker .speaker__more,.speaker .speaker__btn{text-align:center}}.speaker .speaker__name{font-size:35px;font-weight:600;letter-spacing:-.2px;line-height:1.2;margin-bottom:10px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__name{font-size:19px}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){.speaker .speaker__name{font-size:30px}}.speaker .speaker__title{font-size:17px;min-height:22px;margin-bottom:0;letter-spacing:-.2px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__title{font-size:14px;line-height:1.2;min-height:32px}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){.speaker .speaker__title{font-size:16px;min-height:auto}}.speaker .speaker__logo{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;min-height:50px;height:auto;margin:15px 0 30px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__logo{margin:5px 0 10px 0}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){.speaker .speaker__logo{margin:10px 0 20px 0}}.speaker .speaker__logo.speaker__logo--mh{min-height:20px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__logo.speaker__logo--mh{min-height:28px}}.speaker .speaker__logo img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;max-width:150px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__logo img{max-width:100px;max-height:30px}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){.speaker .speaker__logo img{max-width:auto;max-height:auto}}.speaker .speaker__social{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.speaker .speaker__social .speaker__social-item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:20px;height:20px;margin-right:15px}.speaker .speaker__social .speaker__social-item:last-child{margin-right:0}.speaker .speaker__social .speaker__social-item svg{width:100%;height:auto}.speaker .speaker__social .speaker__social-item svg path{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;fill:#000}.speaker .speaker__social .speaker__social-item:hover svg path{fill:#ff5a00}.speaker .speaker__more{margin-top:25px;font-size:17px;display:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speaker .speaker__more{font-size:14px}}.speaker .speaker__more a{text-decoration:underline}.speaker .speaker__more a:hover{color:#ff5a00}.speaker .speaker__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:max-content;margin-top:30px;cursor:pointer}.speaker .speaker__btn .linkArrow__text,.speaker .speaker__btn .linkArrow__arrow{font-size:17px}.speakers__bg,.speakers__bg1,.speakers__bg2,.speakers__bg3,.speakers__bg4{position:absolute;background-color:#fff}.speakers__bg{width:80px;height:80px;top:-150px;right:70px;background-color:transparent}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.speakers__bg{top:-120px;right:auto;left:140px;z-index:0}}.speakers__bg1{width:80px;height:80px;left:0;top:0}.speakers__bg2{width:70px;height:70px;opacity:.45;bottom:-70px;right:-70px}.speakers__bg3{width:160px;height:160px;left:-160px;bottom:-160px}.speakers__bg4{width:80px;height:80px;opacity:.35;left:0;bottom:-240px}#who{padding:150px 0 250px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#who{padding:100px 0 130px 0;background-color:#fff}}#who .section__subtitle{justify-content:center}#who .section__title,#who .section__text{max-width:700px;margin-left:auto;margin-right:auto}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#who .section__title,#who .section__text{text-align:center}}#who .container{position:relative}#who .wrapper{width:100%;background:yellowLight;background:linear-gradient(90deg,yellowLight 0%,yellowLight 55%,#fff 56%,#fff 100%)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#who .wrapper{background:#fff}}.who{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;text-align:center;z-index:2}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who{padding:0;width:100%}}.whoList{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;flex-flow:row wrap;width:100%}.whoList .whoList__item{width:180px;height:120px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;background-color:#fff;-webkit-box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);-moz-box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;margin:12px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.whoList .whoList__item:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 8px 23px 0 rgba(56,58,59,0.2);-moz-box-shadow:0 8px 23px 0 rgba(56,58,59,0.2);box-shadow:0 8px 23px 0 rgba(56,58,59,0.2)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.whoList .whoList__item{width:110px;height:74px;margin:12px}.whoList .whoList__item img{max-height:40px}}.who__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;margin-top:70px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__btn{text-align:center;margin-top:40px}}.who__btn .linkArrow__text,.who__btn .linkArrow__arrow{font-size:17px}.who__bg,.who__bg1-wrap,.who__bg1,.who__bg2,.who__bg3,.who__bg4-wrap,.who__bg4,.who__bg5{position:absolute;z-index:0}.who__bg{width:805px;height:805px;bottom:-20%;right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg{width:100%;height:auto;top:260px;bottom:auto;right:50%;transform:translate3d(50%,0,0)}}.who__bg1-wrap{width:85px;height:85px;left:0;top:-150px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg1-wrap{width:50px;height:50px;top:-100px;left:auto;right:20px}}.who__bg1{width:85px;height:85px;top:0;left:0;background-color:#ff5a00}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg1{width:50px;height:50px}}.who__bg2,.who__bg3{width:42px;height:42px;background-color:#f8d4be;right:-42px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg2,.who__bg3{width:20px;height:20px;right:-20px}}.who__bg2{top:-42px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg2{top:-20px}}.who__bg3{bottom:-42px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg3{bottom:-20px}}.who__bg4-wrap{width:66px;height:66px;right:0;top:-150px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg4-wrap{display:none}}.who__bg4{width:66px;height:66px;top:0;left:0;background-color:#c7eab0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg4{display:none}}.who__bg5{width:33px;height:33px;left:-33px;top:-33px;background-color:#fff}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.who__bg5{display:none}}#tickets{background-color:#383a3b;padding:100px 0 120px 0;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#tickets{padding:100px 0 50px 0}}#tickets .container{position:relative;text-align:center}#tickets .tickets__subtitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}#tickets .section__title,#tickets .section__text{color:#fff}#tickets .section__text{max-width:700px;margin-left:auto;margin-right:auto}.tickets{display:grid;grid-template-columns:repeat(3,290px);grid-gap:20px;justify-content:center;position:relative;max-width:910px;margin:100px auto 0 auto;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets{grid-template-columns:repeat(3,250px)}}@media only screen and (max-width:780px),only screen and (max-device-width:780px){.tickets{grid-template-columns:1fr}}.ticket{position:relative;background-color:#c7eab0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:25px 25px 30px 25px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.ticket{width:100%;max-width:270px;margin:0 auto;padding:25px 25px 40px 25px}}.ticket:first-child{background-color:#b1dffc}.ticket:first-child .ticketList .ticketList__icon{background-color:#99cdee}.ticket:last-child{background-color:#f7eab5}.ticket:last-child .ticketList .ticketList__icon{background-color:#e8d480}.ticket:nth-child(2){margin-top:-40px;margin-bottom:40px}@media only screen and (max-width:780px),only screen and (max-device-width:780px){.ticket:nth-child(2){margin-top:0;margin-bottom:0;order:-1}}.ticket.ticket--sold .ticket__sub,.ticket.ticket--sold .ticket__title,.ticket.ticket--sold .ticket__small,.ticket.ticket--sold .ticketList,.ticket.ticket--sold .ticket__input{opacity:.5}.ticket.ticket--sold .ticket__price{letter-spacing:-3px;text-decoration:line-through}.ticket.ticket--sold .ticket__small{opacity:0}.ticket .ticket__sub{color:#383a3b;text-align:left;font-size:44px}.ticket .ticket__title{font-size:44px;font-weight:600;text-align:left;color:#383a3b}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.ticket .ticket__title{font-size:42px}}.ticket .ticketList{margin:20px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.ticket .ticketList{margin:20px 0}}.ticket .ticketList .ticketList__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #fff;padding:10px 0}.ticket .ticketList .ticketList__item:last-child{border-bottom:none}.ticket .ticketList .ticketList__item a:hover{color:#c7eab0}.ticket .ticketList .ticketList__name{color:#383a3b;font-size:14px;font-weight:500;letter-spacing:.5px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.ticket .ticketList .ticketList__name{font-size:13px;letter-spacing:0}}.ticket .ticketList .ticketList__name.ticketList__name--disabled{text-decoration:line-through}.ticket .ticketList .ticketList__icon{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:18px;height:18px;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;border-radius:18px;background-color:#afd994}.ticket .ticketList .ticketList__icon svg{width:10px;height:auto}.ticket .ticketList .ticketList__icon svg path{stroke:#383a3b}.ticket .ticket__price{font-size:52px;font-weight:500;color:#383a3b;margin-bottom:2px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.ticket .ticket__price{font-size:42px}}.ticket .ticket__small{color:#fff;text-align:center;font-size:13px}.ticket .ticket__input{margin-top:20px}.ticket .ticket__input select{width:50px;height:40px;padding-left:7px;border-color:rgba(255,255,255,0.5);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;font-size:16px;margin:0 auto}.tickets__buttons{margin:20px auto 70px auto;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__buttons{flex-flow:row wrap;margin:50px auto 40px auto}}.tickets__buttons .tickets__btn{margin:0 50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__buttons .tickets__btn{margin:10px 30px}}.tickets__cards{width:100%;max-width:700px;margin:60px auto 0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-around}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__cards{margin-top:20px}.tickets__cards img{margin:10px}}.ticket__bg1-1-wrap,.ticket__bg1-1,.ticket__bg1-2,.ticket__bg1-3-wrap,.ticket__bg1-3,.ticket__bg1-4,.ticket__bg2-1-wrap,.ticket__bg2-1,.ticket__bg2-2,.ticket__bg2-3-wrap,.ticket__bg2-3,.ticket__bg2-4{position:absolute;z-index:0}.ticket__bg1-1-wrap,.ticket__bg1-1,.ticket__bg1-2{width:24px;height:24px}.ticket__bg1-1-wrap{top:145px;right:0}.ticket__bg1-1{top:0;left:0;background-color:#fff;opacity:.3}.ticket__bg1-2{left:-24px;top:-24px;background-color:#fff;opacity:.3}.ticket__bg1-3-wrap,.ticket__bg1-3{width:36px;height:96px;bottom:0;left:0}.ticket__bg1-3{background-color:#c5a2fc}.ticket__bg1-4{width:23px;height:23px;top:0;right:0;background-color:#fff;opacity:.3}.ticket__bg2-1-wrap,.ticket__bg2-1,.ticket__bg2-2{width:40px;height:40px}.ticket__bg2-1-wrap{top:145px;right:24px}.ticket__bg2-1{top:0;left:0;background-color:#fff;opacity:.17}.ticket__bg2-2{width:24px;height:24px;right:-24px;top:-24px;background-color:#fff;opacity:.3}.ticket__bg2-3-wrap,.ticket__bg2-3{width:96px;height:36px;bottom:0;right:0}.ticket__bg2-3{background-color:#b1dffc}.ticket__bg2-4{width:23px;height:23px;bottom:0;right:0;background-color:#fff;opacity:.3}.tickets__bg1,.tickets__bg2-wrap,.tickets__bg2,.tickets__bg3,.tickets__bg4,.tickets__bg5{position:absolute;z-index:0}.tickets__bg1{width:430px;height:90px;background-color:#fff;opacity:.17;top:-100px;left:-80px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg1{top:-100px;left:-20px;width:30px;height:180px}}.tickets__bg2-wrap,.tickets__bg2{width:100px;height:100px}.tickets__bg2,.tickets__bg3,.tickets__bg4{background-color:#fff}.tickets__bg2-wrap{left:-50px;bottom:-70px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg2-wrap{display:none}}.tickets__bg2{bottom:0;left:0;background-color:#535556}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg2{display:none}}.tickets__bg3{width:50px;height:50px;left:-50px;bottom:-50px;background-color:#888c8e}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg3{display:none}}.tickets__bg4{width:24px;height:24px;right:-24px;bottom:-24px;background-color:#4f5152}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg4{display:none}}.tickets__bg5{width:122px;height:122px;bottom:-30px;right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.tickets__bg5{top:670px;bottom:auto;right:-15px}}#agenda{background-color:purpleLight;padding:150px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#agenda{padding:50px 0}}.agenda{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:column nowrap}.agenda__left{width:100%;position:relative;text-align:center;max-width:500px;margin:0 auto 50px auto;z-index:1}.agenda__left .section__subtitle{justify-content:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__left .section__title{margin-bottom:15px}.agenda__left .section__text{margin-bottom:40px}}.agenda__right{width:100%;overflow:hidden;flex-shrink:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__right{width:100%;text-align:center}}.agendaNav{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-end}.agendaNav .agendaNav__item{width:50%;border-bottom:1px solid #383a3b;padding-bottom:20px;cursor:pointer;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.agendaNav .agendaNav__item.agendaNav__item--active{border-bottom:5px solid #b18ceb;padding-bottom:16px}.agendaNav .agendaNav__item:last-child .agendaNav__title{color:#00a5ff}.agendaNav .agendaNav__item:last-child.agendaNav__item--active{border-bottom:5px solid #00a5ff}.agendaNav .agendaNav__title{font-size:24px;font-weight:500;color:#b18ceb;margin-bottom:10px}.agendaNav .agendaNav__subtitle{font-size:16px;font-weight:400;color:#383a3b}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaNav .agendaNav__subtitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;flex-flow:column nowrap}}.stageTracks{margin:20px 0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.stageTracks{display:none}}.stageTracks .stageTracks__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:100%}.stageTracks .stageTracks__item span{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;height:30px;padding:0 20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;font-size:16px;font-weight:500;color:#fff;background-color:#ff5a00;cursor:help}.stageTracks .stageTracks__item:nth-child(1) span{background-color:#ff5a00}.stageTracks .stageTracks__item:nth-child(2) span{background-color:#00a5ff}.stageTracks .stageTracks__item:nth-child(3) span{background-color:#c5a2fc}.stageNav{position:relative;display:none}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.stageNav{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;max-width:520px;margin:20px auto}}.stageNav__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;background-color:#f6f2ee;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:7px 14px;cursor:pointer}.stageNav__item:hover .stageNav__text{color:#b18ceb}.stageNav__item.stageNav__item--active{background-color:#b18ceb}.stageNav__item.stageNav__item--active .stageNav__text{color:#fff}.stageNav__text{font-size:17px;font-weight:500;color:#383a3b;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.stageNav__text{font-size:13px}}.agenda-wrap{width:100%}.agenda__body{position:relative;width:200%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row nowrap;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.agenda__col{width:100%;overflow:hidden}.agenda__col:nth-child(2) .agendaList__speaker{color:#00a5ff !important}.agenda__col:nth-child(2) .stageNav .stageNav__item:hover .stageNav__text{color:#00a5ff}.agenda__col:nth-child(2) .stageNav .stageNav__item.stageNav__item--active{background-color:#00a5ff}.agenda__col:nth-child(2) .stageNav .stageNav__item.stageNav__item--active:hover .stageNav__text{color:#fff}.agendaList-wrap{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.agendaList{width:100%}.agendaList__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;border-bottom:1px solid rgba(0,0,0,0.2);padding:20px 20px 50px 20px;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.agendaList__item:hover{background-color:beige05}.agendaList__item:hover .agendaList__head{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agendaList__item{flex-flow:column nowrap}}.agendaList__head{width:110px;margin:0 auto 10px auto;flex-shrink:0;font-size:15px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agendaList__head{margin:20px auto 10px auto}}.agendaList__body .agendaList__box{cursor:pointer}.agendaList__body .agendaList__title{line-height:1.2;font-size:20px;font-weight:500;color:#383a3b;margin-bottom:10px}.agendaList__body .agendaList__speaker{font-size:14px;color:#b18ceb;line-height:1.2}.agendaList__body .agendaList__more{margin-top:30px;font-size:16px;line-height:1.5;display:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agendaList__body .agendaList__more{font-size:15px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaList__body .agendaList__more{font-size:14px}}.agendaList__body .agendaList__more ul{margin-left:20px}.agendaList__body .agendaList__more ul li{list-style-type:disc;display:list-item}.agendaList__body .agendaList__icon{width:16px;height:16px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;bottom:20px;left:50%;transform:translate3d(-50%,0,0);opacity:.2}.agendaList__body .agendaList__icon:hover{opacity:1}.agendaList__body .agendaList__icon.agendaList__icon--active{transform:rotate(180deg) translate3d(50%,0,0)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agendaList__body .agendaList__icon{margin:20px auto 0 auto}}.agenda__bg1-wrap,.agenda__bg1,.agenda__bg2,.agenda__bg3,.agenda__bg4-wrap,.agenda__bg4,.agenda__bg5{position:absolute;z-index:0}.agenda__bg1-wrap,.agenda__bg1{width:90px;height:90px;left:0;bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg1-wrap,.agenda__bg1{width:50px;height:50px}}.agenda__bg1-wrap{bottom:-150px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg1-wrap{bottom:auto;top:-26px;left:-20px}}.agenda__bg1{background-color:#ff5a00}.agenda__bg2,.agenda__bg3{width:45px;height:45px;background-color:#fed6bf}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg2,.agenda__bg3{width:24px;height:24px}}.agenda__bg2{bottom:0;right:0}.agenda__bg3{top:-45px;right:-45px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg3{top:-24px;right:-24px}}.agenda__bg4-wrap,.agenda__bg4{width:50px;height:210px;right:0;top:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg4-wrap,.agenda__bg4{width:26px;height:107px}}.agenda__bg4{background-color:#c7eab0}.agenda__bg5{width:45px;height:45px;bottom:-45px;left:-45px;background-color:#c7eab0;opacity:.4}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.agenda__bg5{width:24px;height:24px;bottom:-24px;left:-24px}}.agendaGrid{width:100%;display:grid;grid-template-columns:[stage1-start] 1fr [stage2-start] 1fr [stage3-start] 1fr;grid-template-rows:auto;grid-template-rows:[time-1000] auto [time-1100] auto [time-1115] auto [time-1145] auto [time-1225] auto [time-1255] auto [time-1325] auto [time-1410] auto [time-1440] auto [time-1510] auto [time-1540] auto [time-1610] auto [time-1640] auto [time-1710] auto [time-1740] auto;grid-gap:0}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaGrid{grid-template-columns:[stage1-start] 100% [stage2-start] 100% [stage3-start] 100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}}.agendaList__item--time1{grid-row:time-1000/time-1100}.agendaList__item--time2{grid-row:time-1100/time-1115}.agendaList__item--time3{grid-row:time-1115/time-1145}.agendaList__item--time4{grid-row:time-1145/time-1225}.agendaList__item--time5{grid-row:time-1225/time-1255}.agendaList__item--time6{grid-row:time-1255/time-1325}.agendaList__item--time7{grid-row:time-1325/time-1410}.agendaList__item--time8{grid-row:time-1410/time-1440}.agendaList__item--time9{grid-row:time-1440/time-1510}.agendaList__item--time10{grid-row:time-1510/time-1540}.agendaList__item--time11{grid-row:time-1540/time-1610}.agendaList__item--time12{grid-row:time-1610/time-1640}.agendaList__item--time13{grid-row:time-1640/time-1710}.agendaList__item--time14{grid-row:time-1710/time-1740}.agendaList__item--all{grid-column:1/span 3}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaList__item--all{grid-column:stage1-start}}.agendaList__item--stage1{grid-column:stage1-start;border-right:1px solid rgba(0,0,0,0.1)}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaList__item--stage1{border-right:none}}.agendaList__item--stage2{grid-column:stage2-start;border-right:1px solid rgba(0,0,0,0.1)}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaList__item--stage2{border-right:none}}.agendaList__item--stage3{grid-column:stage3-start}.agendaList__item--hover{background-color:rgba(197,162,252,0.08)}.agendaList__item--mobile{display:none}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.agendaList__item--mobile{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}}#startups{background-color:#c7eab0;padding:120px 0;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#startups{background-color:#fff;padding:80px 0}}.startups{position:relative;max-width:1200px;margin:0 auto;background-color:#fff;padding:100px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups{padding:0}}.startups-wrap{max-width:700px;margin:0 auto}.startups__subtitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.startups__subtitle .section__subtitle:before{left:50%;transform:translate3d(-50%,0,0)}.startups__subtitle .section__text{text-align:center}.startups__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 20px;margin-top:60px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups__list{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.startups__list{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.startups__list{grid-template-columns:repeat(1,1fr)}}.startups__list .startups__item{width:110px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin:0 auto}.startups__list .startups__item img{filter:grayscale();-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.startups__list .startups__item:hover img{filter:grayscale(0)}.startups__list .startups__item:nth-child(2) img{margin-top:16px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups__list .startups__item:nth-child(2) img{margin-top:0}}.startups__list .startups__item:nth-child(3) img{margin-top:7px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups__list .startups__item:nth-child(3) img{margin-top:0}}.startups__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin:70px auto 0 auto}.statups__image{max-width:380px;margin:0 auto 40px auto}.startups__bg1,.startups__bg2{position:absolute;z-index:1}.startups__bg1{width:147px;height:175px;top:-80px;right:-80px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups__bg1{display:none}}.startups__bg2{width:146px;height:146px;bottom:-60px;left:60px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.startups__bg2{width:120px;height:120px;bottom:-130px;left:auto;right:0}}#gallery{background-color:#f6f2ee;padding:100px 0 150px 0;text-align:center;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#gallery{padding:80px 0 0 0}}#gallery .container{position:relative}#gallery .container .gallery__subtitle,#gallery .container .section__title,#gallery .container .section__text{position:relative;z-index:1}#gallery .gallery__subtitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}#gallery .section__title{color:#383a3b}#gallery .section__text{color:#000;max-width:400px;margin-left:auto;margin-right:auto}.gallery{position:relative;width:100%;margin-top:70px;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column-reverse nowrap}}.gallery__list-wrap{width:100%;display:none}.gallery__list-wrap.gallery__list-wrap--active{display:block}.gallery__list{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;overflow:hidden;height:min-content}.gallery__list .gallery__item{width:320px;height:auto}.gallery__list .gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.galleryMenu{position:absolute;top:-3%;left:240px;background-color:#c5a2fc;width:340px;height:106%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:55px 45px 45px 45px;z-index:2}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu{width:100%;height:auto;padding:20px;bottom:0;left:0;position:relative;flex-direction:column-reverse;background-color:#f6f2ee}}.galleryMenu .galleryMenu__head{width:100%;text-align:left}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu .galleryMenu__head{max-width:450px;margin:0 auto}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.galleryMenu .galleryMenu__head{max-width:100%}}.galleryMenu .galleryMenu__footer-wrap{width:100%;display:none}.galleryMenu .galleryMenu__footer-wrap.galleryMenu__footer-wrap--active{display:block}.galleryMenu .galleryMenu__footer{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu .galleryMenu__footer{margin-bottom:40px;max-width:450px;margin:0 auto 40px auto}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.galleryMenu .galleryMenu__footer{max-width:100%}}.galleryMenu .galleryMenu__title{font-size:24px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:20px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu .galleryMenu__title{text-align:center;color:#383a3b}}.galleryMenu .galleryMenu__link{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:fit-content;font-size:20px;font-weight:500;color:#fff;margin-bottom:10px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.galleryMenu .galleryMenu__link.galleryMenu__link--active{text-decoration:underline}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu .galleryMenu__link{text-align:center;margin:10px auto;color:#383a3b;font-weight:400;font-size:18px;line-height:1.5}}.galleryMenu .galleryMenu__btn{width:60px;height:60px;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;border-radius:60px;background-color:rgba(255,255,255,0.3);display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;cursor:pointer}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.galleryMenu .galleryMenu__btn{background-color:#ebe6e0}}.galleryMenu .galleryMenu__btn.galleryMenu__btn--left img{transform:rotate(180deg)}.galleryMenu .galleryMenu__btn:hover{background-color:#b18ceb}.gallery__bg,.gallery__bg1-wrap,.gallery__bg1,.gallery__bg2,.gallery__bg3,.gallery__bg4-wrap,.gallery__bg4,.gallery__bg5,.gallery__bg6,.gallery__bg7-wrap,.gallery__bg7,.gallery__bg8{position:absolute;z-index:0}.gallery__bg{width:440px;height:440px;left:50%;top:-20px;transform:translate3d(-50%,0,0)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery__bg{width:100%;height:auto;top:-60px}}.gallery__bg1-wrap,.gallery__bg1{width:30px;height:30px;left:0;top:0}.gallery__bg1-wrap{top:80px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery__bg1-wrap{display:none}}.gallery__bg1,.gallery__bg2,.gallery__bg3{background-color:#fff}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery__bg1,.gallery__bg2,.gallery__bg3{display:none}}.gallery__bg1{background-color:#fcfaf9}.gallery__bg2{width:30px;height:30px;top:-30px;left:-30px;background-color:#f9f7f4}.gallery__bg3{width:56px;height:56px;top:-56px;right:-56px}.gallery__bg4-wrap,.gallery__bg4{width:220px;height:100px;top:0;right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery__bg4-wrap,.gallery__bg4{display:none}}.gallery__bg4-wrap{top:-100px}.gallery__bg4{background-color:#fff;background-image:linear-gradient(180deg,#f6f2ee 0%,#fff 100%)}.gallery__bg5,.gallery__bg6{background-color:#ff5a00}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.gallery__bg5,.gallery__bg6{display:none}}.gallery__bg5{width:20px;height:20px;left:0;top:0;opacity:.2}.gallery__bg6{width:40px;height:40px;left:20px;top:20px}.gallery__bg7-wrap,.gallery__bg7{width:60px;height:60px;bottom:0;right:0}.gallery__bg7-wrap{right:20%}.gallery__bg7,.gallery__bg8{background-color:#ff5a00}.gallery__bg8{width:30px;height:30px;right:-30px;bottom:0;opacity:.2}#location{padding:125px 0 200px 0;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#location{padding:50px 0 200px 0}#location .section__subtitle{justify-content:center}}.location{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location{flex-flow:row wrap}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location .location__col{width:100%;text-align:center}}.location .location__col a{display:block}.location .location__col a span{color:#b18ceb;font-weight:500;text-decoration:underline}.location .location__col a:hover{color:#ff5a00}.location__img--1{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;width:435px;height:auto;object-fit:cover}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__img--1{position:absolute;bottom:-140px;width:400px;height:353px;z-index:1}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.location__img--1{bottom:20px;width:200px;height:176px}}.location__img--2{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:absolute;width:550px;height:384px;right:-120px;top:82%}@media only screen and (max-width:1401px),only screen and (max-device-width:1401px){.location__img--2{right:-50px}}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.location__img--2{right:-50px;width:400px;height:279px;top:460px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__img--2{position:relative;width:250px;height:174px;right:-20px;top:80px;margin-left:auto}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.location__img--2{width:200px;height:140px;right:-30px;top:130px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.location__img--2{right:0}}.location__img--3{position:relative;width:600px;height:511px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__img--3{width:100%;height:auto;margin:0 auto;max-width:600px}}.location__bg1,.location__bg2,.location__bg3,.location__bg4,.location__bg5{position:absolute;z-index:0}.location__bg1{width:100px;height:100px;background-color:#b18ceb;top:0;right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__bg1{width:50px;height:50px;right:auto;left:0}}.location__bg2{width:35px;height:35px;background-color:#c5a2fc;left:0;bottom:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__bg2{width:20px;height:20px}}.location__bg3{width:66px;height:66px;background-color:#f7eab5;left:-66px;bottom:-66px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__bg3{width:40px;height:40px;left:-40px;bottom:-40px}}.location__bg4{width:33px;height:33px;background-color:#c5a2fc;top:-33px;left:-33px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__bg4{width:24px;height:24px;top:-24px;left:-24px}}.location__bg5{width:16px;height:16px;background-color:#f7eab5;top:-16px;left:-16px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.location__bg5{width:10px;height:10px;top:-10px;left:-10px}}.accomodation{position:relative;padding:0 0 150px 0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;z-index:1}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.accomodation .section__title{font-size:60px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.accomodation .section__title{font-size:50px}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.accomodation .section__title{font-size:38px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.accomodation{padding:50px 0 100px 0;flex-flow:column nowrap}.accomodation .section__subtitle{justify-content:center}}.accomodation .accomodation__col{position:relative;width:50%}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.accomodation .accomodation__col{width:100%;text-align:center}.accomodation .accomodation__col:first-child{display:none}}.accomodation .accomodation__col:last-child{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:80px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.accomodation .accomodation__col:last-child{padding-left:20px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.accomodation .accomodation__col:last-child{padding:0}}.accomodation__img{position:relative;width:100%;max-width:550px;height:auto}.accomodation__img img{width:100%}.accomodation__buttons{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-gap:15px 40px;max-width:500px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.accomodation__buttons{margin:0 auto}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.accomodation__buttons{width:100%;max-width:100%;grid-template-columns:1fr}}.accomodationBtn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;height:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px;border:1px solid #dadada;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;cursor:pointer}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.accomodationBtn{width:240px;height:70px;margin:0 auto}}.accomodationBtn:hover{border-color:#ff5a00}.accomodationBtn:hover .accomodationBtn__icon svg path,.accomodationBtn:hover .accomodationBtn__logo svg path{fill:#ff5a00}.accomodationBtn .accomodationBtn__icon svg,.accomodationBtn .accomodationBtn__logo svg{width:100%}.accomodationBtn .accomodationBtn__icon svg path,.accomodationBtn .accomodationBtn__logo svg path{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;fill:#dadada}.accomodationBtn .accomodationBtn__icon{max-width:36px}.accomodationBtn .accomodationBtn__logo{max-width:100px}.accomodation__bg{position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:1055px;height:1055px;top:-112%;left:50%;transform:translate3d(-50%,0,0);z-index:0}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.accomodation__bg{width:100%;height:auto}}.accomodation__bg1,.accomodation__bg2,.accomodation__bg3,.accomodation__bg4{position:absolute}.accomodation__bg1{width:330px;height:330px;background-color:#b1dffc;left:-60px;top:24px;z-index:-1}.accomodation__bg2{width:84px;height:84px;background-color:#c7eab0;left:60px;top:0}.accomodation__bg3{width:30px;height:30px;background-color:#b1dffc;right:-30px;bottom:-30px}.accomodation__bg4{width:30px;height:30px;background-color:#b1dffc;bottom:80px;right:0}#testimonials{background-color:#383a3b}.testimonials-wrap{position:relative;width:100%;overflow:hidden}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.testimonials-wrap{padding-bottom:230px}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){.testimonials-wrap{padding-bottom:270px}}.testimonials{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease}.testimonials .testimonials__item{width:100%}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonials .testimonials__item .container{width:100%}}.testimonial{display:grid;grid-template-columns:370px 1fr;grid-gap:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial{grid-template-columns:1fr 1fr;position:relative}}.testimonial .testimonial__right{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:70px 0 0 70px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__right{position:static;padding:40px 20px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.testimonial .testimonial__right{padding:20px}}.testimonial .testimonial__img{width:370px;height:auto;object-fit:cover}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__img{width:100%;max-width:370px;margin:0 auto}}.testimonial .testimonial__name,.testimonial .testimonial__desc{color:#fff}.testimonial .testimonial__name{font-size:52px;font-weight:500;margin-bottom:10px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__name{font-size:30px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.testimonial .testimonial__name{font-size:21px}}.testimonial .testimonial__desc{font-size:17px;font-weight:400;margin-bottom:50px;line-height:1.3}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__desc{font-size:15px;font-weight:400}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.testimonial .testimonial__desc{font-size:13px}}.testimonial .testimonial__desc span{font-weight:600}.testimonial .testimonial__box-wrap{width:115%;transform:translate3d(-15%,0,0)}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__box-wrap{position:absolute;bottom:0;left:0;width:100%;transform:translate3d(0,0,0)}}.testimonial .testimonial__box{position:relative;background-color:#292a2b;padding:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__box{position:absolute;bottom:0;left:0;width:100%;padding:20px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.testimonial .testimonial__box{top:100%;bottom:auto}}.testimonial .testimonial__text{font-size:25px;font-weight:400;line-height:1.5;color:#fff}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.testimonial .testimonial__text{font-size:20px !important}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial .testimonial__text{font-size:16px !important}}.testimonial__bg1,.testimonial__bg2{position:absolute;z-index:0}.testimonial__bg1{width:70px;height:70px;background-color:#c7eab0;right:-35px;top:-35px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.testimonial__bg1{width:20px;height:20px;right:0;top:-20px}}.testimonial__bg2{width:36px;height:36px;background-color:#fff;top:-36px;right:-36px;opacity:.15}#testimonials .testimonials-wrap .testimonials .slick-list{overflow:visible !important}#testimonials .slick-dots{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;justify-content:space-between;width:400px;position:absolute;bottom:50px;left:50%;transform:translate3d(-30%,0,0);z-index:2}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){#testimonials .slick-dots{transform:translate3d(-10%,0,0)}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#testimonials .slick-dots{width:36%;top:350px;bottom:auto;left:calc(50% + 20px);grid-gap:10px;transform:translate3d(0,0,0)}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#testimonials .slick-dots{top:280px;grid-gap:6px}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){#testimonials .slick-dots{top:230px}}@media only screen and (max-width:320px),only screen and (max-device-width:320px){#testimonials .slick-dots{top:200px}}#testimonials .slick-dots > li{position:relative;width:70px;height:6px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;background-color:rgba(255,255,255,0.25);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;cursor:pointer;color:transparent;font-size:0;line-height:0}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#testimonials .slick-dots > li{width:35px}}@media only screen and (max-width:400px),only screen and (max-device-width:400px){#testimonials .slick-dots > li{width:23px}}#testimonials .slick-dots > li:before,#testimonials .slick-dots > li:after{content:"";position:absolute;display:block;height:10px;width:100%;background-color:transparent}#testimonials .slick-dots > li:before{top:100%}#testimonials .slick-dots > li:after{bottom:100%}#testimonials .slick-dots > li.slick-active{background-color:#fff}#newsletter{padding:150px 0;background-color:#f6f2ee}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#newsletter{padding:80px 0}}#newsletter .container{position:relative}.newsletter form{display:grid;grid-template-columns:1fr 1.1fr auto;grid-gap:30px;align-items:center}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.newsletter form{grid-template-columns:1fr 1fr;justify-content:center}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.newsletter form{grid-template-columns:1fr}.newsletter form .section__subtitle{justify-content:center}.newsletter form .section__subtitle:before{left:50%;transform:translate3d(-50%,0,0)}.newsletter form .section__title,.newsletter form .section__text{text-align:center}.newsletter form .newsletter__col:last-child{justify-self:center}}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.newsletter form .newsletter__col:first-child{grid-column:1/span 2;grid-row:1/span 1}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.newsletter form .newsletter__col:first-child{grid-column:unset;grid-row:unset}}.newsletter form .newsletter__col:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.newsletter form .newsletter__col:nth-child(2){justify-content:center}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.newsletter form .newsletter__col:nth-child(2){flex-flow:column nowrap}}.newsletter form .newsletter__col:nth-child(2) .newsletter__input:first-child{margin-right:10px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.newsletter form .newsletter__col:nth-child(2) .newsletter__input:first-child{margin-right:30px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.newsletter form .newsletter__col:nth-child(2) .newsletter__input:first-child{margin-right:0;margin-bottom:30px}}.newsletter__bg1,.newsletter__bg2,.newsletter__bg3{position:absolute;z-index:0}.newsletter__bg1{width:100px;height:100px;bottom:-150px;left:0;background-color:#fff;opacity:.62}.newsletter__bg2,.newsletter__bg3{width:33px;height:33px;background-color:#ff5a00}.newsletter__bg2{right:0;top:-150px}.newsletter__bg3{left:-33px;bottom:-33px;opacity:.2}#sponsors{padding:150px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#sponsors{padding:80px 0;overflow:hidden}#sponsors .section__subtitle,#sponsors .section__title{justify-content:center;text-align:center}}#sponsors .container{position:relative;z-index:1}#sponsors2,#sponsors3{padding:0 0 150px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#sponsors2,#sponsors3{padding:30px 0 80px 0}}.sponsorsTitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsorsTitle{flex-flow:column nowrap;justify-content:center}.sponsorsTitle .section__subtitle{text-align:center}.sponsorsTitle .section__subtitle:before{left:50%;transform:translate3d(-50%,0,0)}}.sponsorsTitle .sponsorsTitle__left{max-width:500px}.sponsors__row{margin-bottom:50px}.sponsors__row:last-child{margin-bottom:0}.sponsors__title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:17px;font-weight:400}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__title{justify-content:center}}.stars{margin:0 10px 2px 10px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.stars svg{margin:0 1px;width:16px;height:16px}.stars svg path{fill:#ff5a00}.sponsors__group-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap;align-items:flex-start;padding-top:20px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__group-list{justify-content:center;flex-flow:column nowrap}}.sponsors__group{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-start;flex-flow:column nowrap;margin-right:50px;margin-bottom:50px}.sponsors__group:last-child{margin-right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__group{margin:0 auto 50px auto;align-items:center}.sponsors__group:last-child{margin-right:auto;margin-bottom:0}}.sponsors__list{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;padding-top:20px}.sponsors__list.sponsors__list--star5 .sponsors__item{width:270px;height:180px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__list.sponsors__list--star5 .sponsors__item{width:100%;height:auto}}.sponsors__list.sponsors__list--star4 .sponsors__item{width:220px;height:140px;margin:10px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__list.sponsors__list--star4 .sponsors__item{width:100%;height:100px;max-width:180px}}.sponsors__list.sponsors__list--star3 .sponsors__item{width:180px;height:120px}.sponsors__list.sponsors__list--star2 .sponsors__item{width:180px;height:120px}.sponsors__list.sponsors__list--star1 .sponsors__item{width:180px;height:120px}.sponsors__list.sponsors__list--star0 .sponsors__item{width:130px;height:90px;margin-right:18px;margin-bottom:18px}.sponsors__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;background:#fff;-webkit-box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);-moz-box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);box-shadow:0 8px 23px 0 rgba(56,58,59,0.11);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.sponsors__item:last-child{margin-right:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__item:last-child{margin-right:30px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.sponsors__item:last-child{margin-right:auto}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__item{margin:10px 30px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.sponsors__item{margin:0 auto}}.sponsors__item:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 8px 23px 0 rgba(56,58,59,0.2);-moz-box-shadow:0 8px 23px 0 rgba(56,58,59,0.2);box-shadow:0 8px 23px 0 rgba(56,58,59,0.2)}.sponsors__item.sponsors__item--main a{display:block}.sponsors__item.sponsors__item--main img{min-height:73px}.sponsors__item.sponsors__item--second{min-width:120px}.sponsors__item.sponsors__item--second a{display:block}.sponsors__item.sponsors__item--second img{min-height:66px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__item.sponsors__item--second{min-width:auto}}.sponsors__more{display:none;line-height:1.3}.sponsors__btn{margin-top:20px;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.sponsors__btn:hover{color:#c7eab0}.sponsors__tag{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;margin-bottom:30px}.tag{width:max-content;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;background-color:#f6f2ee;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:7px 14px}.tag__text,.tag__arrow{font-size:17px;font-weight:500;color:#383a3b}.tag__arrow{margin-left:5px}.sponsors__bg{width:960px;height:960px;position:absolute;top:330px;left:50%;transform:translate3d(-50%,0,0);z-index:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.sponsors__bg{width:100%;height:auto}}.sponsors__btn-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}footer{position:relative;color:#b5b6b6;font-size:15px;line-height:1.8;font-weight:400;background-color:#292a2b;padding:70px 0;overflow:hidden}footer a{font-size:15px;color:#b5b6b6}footer a:hover{color:#fff}.footer{display:grid;grid-template-columns:390px 1fr 1fr 1fr;grid-template-rows:auto;grid-gap:40px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.footer{grid-template-columns:300px 1fr 1fr 1fr}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer{grid-template-columns:1fr}}.footer__about{grid-column:1/span 1;grid-row:1}.footer__previous{grid-column:2/span 1;grid-row:1}.footer__more{grid-column:3/span 1;grid-row:1}.footer__contact{grid-column:4/span 1;grid-row:1;font-size:15px}.footer__logo{grid-column:1/span 1;grid-row:2}.footer__social{grid-column:2/span 3;grid-row:2;justify-self:end;align-self:end}.footer__about,.footer__previous,.footer__more,.footer__contact,.footer__logo,.footer__social{font-size:15px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__about,.footer__previous,.footer__more,.footer__contact,.footer__logo,.footer__social{grid-column:unset;grid-row:unset;padding-bottom:20px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__about{text-align:center;border-bottom:1px solid rgba(255,255,255,0.3)}}.footer__about span{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__about span{max-width:500px;margin:0 auto}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.footer__about span{max-width:100%}}.footer__about span:before{content:"";width:34px;height:34px;flex-shrink:0;position:absolute;background:url("/img/icons/icon-info.svg") center no-repeat;background-size:contain;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;left:-48px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__about span:before{display:none}}.footer__link{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:40px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__link{justify-content:center}}.footer__logo{position:relative}.footer__logo img{max-width:220px;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__logo img{display:none}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__logo{order:1}}.footer__logo--mobile{display:none}.footer__logo--mobile img{max-width:50px;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__logo--mobile{display:block}}.footer__copyright{font-size:15px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__copyright{text-align:center}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__contact,.footer__social,.footer__logo{border:none;padding-bottom:0}}.footerTitle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:40px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footerTitle{margin-bottom:20px}}.footerTitle .footerTitle__icon{width:34px;height:34px;margin-right:13px;background:#383a3b;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;flex-shrink:0}.footerTitle .footerTitle__text{font-size:20px;font-weight:600;line-height:1.2;color:#fff;position:relative}.footerTitle .footerTitle__text:before{content:"";width:42px;height:1px;background-color:#fff;position:absolute;bottom:-10px;left:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footerTitle .footerTitle__text:before{display:none}}.footer__box{margin-left:47px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__box{margin-left:0}}.footer__box a{display:block}.footer__address{font-size:15px}.footerPrevious__item{font-size:15px;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.footerPrevious__item:hover .footerPrevious__name{color:#fff}.footerPrevious__item .footerPrevious__box{display:none;margin-bottom:20px}.footerPrevious__item .footerPrevious__list{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;width:auto;width:fit-content;margin-top:10px;margin-left:9px}.footerPrevious__item .footerPrevious__name{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;width:auto;width:max-content;font-size:15px;border-bottom:1px solid transparent;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.footerPrevious__item .footerPrevious__name:after{content:"";display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #b5b6b6;position:relative;margin-left:5px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.footerPrevious__item .footerPrevious__name span{font-weight:500;margin-left:5px}.footerPrevious__item .footerPrevious__name.footerPrevious__name--active{color:#fff !important;border-color:#fff}.footerPrevious__item .footerPrevious__name.footerPrevious__name--active:after{transform:rotate(-180deg)}.footer__social{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__social{justify-self:unset;align-self:unset;width:100%;max-width:320px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:space-between;justify-self:center}}.footer__social a{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:40px;height:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px;margin-left:28px;background-color:#f6f2ee}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__social a{margin-left:0}}.footer__social a svg{width:auto;height:20px}.footer__social a svg path,.footer__social a svg circle{fill:#383a3b;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.footer__social a:hover svg path,.footer__social a:hover svg circle{fill:#ff5a00}.footer__bg-wrap{position:absolute;width:55px;height:55px;bottom:-70px;right:-100px;z-index:1}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__bg-wrap{width:36px;height:36px;bottom:300px;right:50px}}.footer__bg1,.footer__bg2,.footer__bg3{position:absolute;background-color:#373839}.footer__bg1{width:55px;height:55px;top:0;left:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__bg1{width:36px;height:36px}}.footer__bg2{width:33px;height:33px;left:-33px;top:-33px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__bg2{width:22px;height:22px;left:-22px;top:-22px}}.footer__bg3{width:100px;height:100px;right:-100px;top:-100px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.footer__bg3{width:60px;height:60px;right:-60px;top:-60px}}#invoice-payment{display:none;overflow-y:auto}body.invoice-payment #invoice-payment{display:block}body.invoice-payment .navBar,body.invoice-payment #hero,body.invoice-payment #about,body.invoice-payment #numbers,body.invoice-payment #who,body.invoice-payment #speakers,body.invoice-payment #schedule,body.invoice-payment #tickets,body.invoice-payment #download,body.invoice-payment #previous,body.invoice-payment #testimonials,body.invoice-payment #location,body.invoice-payment #howto,body.invoice-payment #newsletter,body.invoice-payment #sponsors,body.invoice-payment #footer{display:none}#invoice-payment{position:fixed;background:#092e82 url("../img/backgrounds/crypto-bg.svg") center no-repeat;background-size:cover;width:100%;height:100%;z-index:100}#invoice-payment *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#invoice-payment .crypto__title{font-size:42px;text-align:center;margin-top:40px;color:#fff;font-weight:600;margin-bottom:40px}#invoice-payment #invoice-summary{max-width:400px;margin:10px auto 40px auto}#invoice-payment .crypto__summary{font-size:18px;color:#fff;line-height:2;margin-bottom:5px}#invoice-payment .crypto__total{border-top:1px solid #fff;padding-top:10px}#invoice-payment .crypto__total:after{content:" ";display:table;clear:both}#invoice-payment .crypto__prefix{float:left;font-size:18px;color:#fff}#invoice-payment .crypto__value{float:right;font-size:18px;color:#fff}#invoice-payment form{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:400px;margin:20px auto}#invoice-payment input{display:block;width:100%;border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-bottom:5px;border-bottom:1px solid #fff;color:#fff;font-size:22px;padding:8px 6px;margin-bottom:25px}#invoice-payment input::placeholder{color:rgba(255,255,255,0.5)}#invoice-payment .summary__title,#invoice-payment .form__title{padding-left:5px;letter-spacing:.5px;font-size:14px;font-weight:800;text-transform:uppercase;color:#fff;max-width:400px;margin:0 auto}#invoice-payment .currencies__title{display:none;padding-left:5px;letter-spacing:.5px;font-size:14px;font-weight:800;text-transform:uppercase;color:#fff;margin-bottom:20px;max-width:540px;margin-left:auto;margin-right:auto}#invoice-payment #invoice-container{display:none;background-color:#fff;width:100%;max-width:500px;margin:0 auto;margin-bottom:30px;margin-top:40px;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}#invoice-payment #invoice-download{display:none;max-width:200px;margin:0 auto;line-height:34px}#invoice-payment #crypto-currencies{display:none;width:420px;margin:0 auto}#invoice-payment #crypto-currencies:after{content:" ";display:table;clear:both}#invoice-payment .currencies{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#invoice-payment .currency{cursor:pointer;float:left;width:120px;height:120px;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);position:relative;text-align:center;margin:10px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}#invoice-payment .currency:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.19);-moz-box-shadow:0 10px 20px rgba(0,0,0,0.19);box-shadow:0 10px 20px rgba(0,0,0,0.19);transform:translateY(-1px)}#invoice-payment .currency:last-child{margin-right:0}#invoice-payment .price{position:absolute;font-weight:800;bottom:15px;margin-left:auto;margin-right:auto;left:0;right:0}#invoice-payment .currency img{width:54px;height:54px;margin-top:20px}#invoice-payment .crypto-checkout{display:none;background-color:#fff;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;width:100%;max-width:600px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);word-break:break-word}#invoice-payment .crypto-checkout .btn.green.fill:hover{background:#f00;border-color:#f00}#invoice-payment .crypto-icon{display:block;margin:0 auto 20px auto;width:100px;height:100px}#invoice-payment .crypto-amount{text-align:center;font-size:28px;font-weight:600;padding:0 25px}#invoice-payment .crypto-fiat{text-align:center;font-size:20px;margin-top:10px;padding:0 25px}#invoice-payment .crypto-info{font-size:18px;margin-top:30px;text-align:center;margin-bottom:10px;padding:0 25px}#invoice-payment #crypto-wallet{font-size:20px;font-weight:600;padding:0 25px 25px 25px;text-align:center}#invoice-payment .crypto-header{background-color:#ebebeb;padding:20px;margin-bottom:35px;-webkit-border-top-left-radius:8px;-moz-border-radius-topleft:8px;-ms-border-top-left-radius:8px;-o-border-top-left-radius:8px;border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-moz-border-radius-topright:8px;-ms-border-top-right-radius:8px;-o-border-top-right-radius:8px;border-top-right-radius:8px;text-align:center;font-weight:500;font-size:20px}#invoice-payment .crypto-result{text-align:center;max-width:500px;padding:0 25px;margin:0 auto 35px auto;line-height:1.5}#invoice-payment .crypto-image{width:25px;height:25px}#invoice-payment .crypto-qr{display:block;width:100px;height:100px;margin:5px auto 25px auto}.lds-ring{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px}.lds-ring div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border:6px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}#back-to-home{display:none;margin-top:10px}.invoice-title{display:none;font-size:42px;text-align:center;margin-top:40px;color:#fff;font-weight:600}.invoice-description{display:none;color:#fff;font-size:16px;text-align:center}@-moz-keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#note{padding:200px 0 100px 0;background:#383a3b}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#note{padding:120px 0 50px 0}}#note .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap}#note .container .section__title{color:#fff}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#note .container h4{font-size:30px}}#note .container h2.section__title--small{color:#c5a2fc;font-size:20px;margin-bottom:10px}#note .container p{color:#b5b6b6;line-height:1.5;font-size:20px;margin-bottom:40px}#note .container a{color:#c7eab0}#note .container a:hover{color:#fff}#note ul{padding-left:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style-type:disc}#note ul li{color:#b5b6b6;font-size:20px;margin-bottom:15px;line-height:1.3}.press{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-start;justify-content:center}.press .press__col{width:70%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 50px 50px 50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.press .press__col{width:100%;padding:0 20px 20px 20px}}.press .press__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;margin-top:50px}.press .pressKit__row{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:50px}.press .pressKit__row:last-child{margin-bottom:0}.press .pressKit__col{width:45%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:flex-start;color:#fff;font-size:14px;line-height:1.5}.press .pressKit__item{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px;border:1px solid rgba(255,255,255,0.15);background-color:#292a2b;position:relative}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.press .pressKit__item{padding:20px}}.press .pressKit__item:hover img{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9)}.press .pressKit__item:hover .pressKit__mask{opacity:1}.press .pressKit__item img{object-fit:contain;width:100%;height:auto;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.press .pressKit__item.pressKit__item--white{background-color:#f6f2ee}.press .pressKit__item.pressKit__item--small img{max-width:100px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.press .pressKit__item.pressKit__item--small img{max-width:30px}}.press .pressKit__mask{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.6);opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;z-index:2}.press .pressKit__mask svg path{stroke:#c5a2fc}.sponsor-wrap{text-align:center;margin:0 auto}.sponsorForm{width:100%;margin:30px auto 0 auto;max-width:600px}.sponsorForm .sponsorForm__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column nowrap;margin-bottom:40px}.sponsorForm .sponsorForm__item > label{font-size:14px;color:#c5a2fc}.sponsorForm .sponsorForm__item > label:after{content:'*';color:#ff5a00;margin-left:6px;font-weight:bold}.sponsorForm .sponsorForm__item > input{height:40px;width:100%;background-color:transparent;border:none;border-bottom:1px solid rgba(255,255,255,0.3);color:#fff;font-size:14px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.sponsorForm .sponsorForm__item > input[type="submit"]{height:40px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px;font-size:15px;font-weight:500;text-align:center;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;cursor:pointer;background-color:#00a5ff;border:1px solid #00a5ff;color:#fff;width:max-content;align-self:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.sponsorForm .sponsorForm__item > input[type="submit"]:hover{background-color:#ff5a00;border-color:#ff5a00}.sponsorForm .sponsorForm__item > select{margin-top:10px;height:30px;background-color:transparent;border:none;border-bottom:1px solid rgba(255,255,255,0.3);-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;outline:none;color:#fff;-webkit-appearance:none;font-size:14px}.sponsorForm .sponsorForm__item > input:focus,.sponsorForm .sponsorForm__item > select:focus{border-color:#c5a2fc}.sponsorForm .sponsorForm__item span{color:#fff;font-size:12px}.sponsorForm .sponsorForm__item a{color:#f7eab5}.sponsorForm .sponsorForm__item a:hover{text-decoration:underline}.sponsorForm .sponsorForm__item .sponsorForm__status:empty{display:none}.sponsorForm .sponsorForm__item .sponsorForm__status{border:1px solid #ff5a00;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px}.sponsorForm .sponsorForm__item .sponsorForm__status p{font-size:16px !important;color:#ff5a00 !important;line-height:40px !important;margin-bottom:10px !important}.sponsorForm .sponsorForm__item .sponsorForm__status p:last-child{margin-bottom:0 !important}#note.pr .note__box{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:50px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#note.pr .note__box{flex-flow:column nowrap}#note.pr .note__box .note__img.note__img--left,#note.pr .note__box .note__img.note__img--right{margin:10px 0}}#note.pr .note__img{width:100%}#note.pr .note__img.note__img--ver{max-width:220px}#note.pr .note__img.note__img--hor{max-width:500px}#note.pr .note__img.note__img--left{float:left;margin:0 30px 5px 0}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#note.pr .note__img.note__img--left{margin:0 auto 20px auto;float:none}}#note.pr .note__img.note__img--right{float:right;margin:0 0 5px 30px}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#note.pr .note__img.note__img--right{margin:0 auto 20px auto;float:none}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#note.pr .note__img{width:100%;max-width:400px !important}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#note.pr .note__img{width:100%;max-width:100% !important}}#note.pr ul{padding-left:30px}#note.pr ul li{display:list-item;list-style-type:disc}.iframe-wrap{position:relative;padding-top:56.25%;margin-bottom:40px}.iframe-wrap iframe{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}#s-about{padding:160px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-about{padding:80px 0}}#s-about .s-about{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:160px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-about .s-about{grid-template-columns:1fr;grid-gap:40px}}#s-about .s-about__col{font-size:18px;font-weight:400;color:#000;line-height:1.7}#s-about .s-about__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:absolute;left:50%;top:-60px;transform:translate3d(-50%,0,0)}#s-features{padding:160px 0;background-color:#f6f2ee;overflow:hidden}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features{padding:0 0 80px 0}}#s-features .s-features{width:100%}#s-features .s-features__row{display:grid;grid-template-columns:1fr 600px 600px 1fr;align-items:center;margin-bottom:100px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__row{grid-template-columns:1fr}}#s-features .s-features__row:last-child{margin-bottom:0}#s-features .s-features__row:nth-child(even) .s-features__img{grid-column:3/span 2;grid-row:1/span 1;padding:0 0 0 100px;justify-self:flex-start}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){#s-features .s-features__row:nth-child(even) .s-features__img{padding:0 0 0 50px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__row:nth-child(even) .s-features__img{grid-column:unset;grid-row:unset;padding:0;justify-self:center}}#s-features .s-features__row:nth-child(even) .s-features__box{grid-column:2/span 1;grid-row:1/span 1;padding:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__row:nth-child(even) .s-features__box{grid-column:unset;grid-row:unset;padding:0 5%}}#s-features .s-features__row .s-features__btn{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__row .s-features__btn{justify-content:center;align-items:center}}#s-features .s-features__img{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;grid-column:1/span 2;grid-row:1/span 1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;justify-self:flex-end;padding-right:100px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){#s-features .s-features__img{padding-right:50px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__img{grid-column:unset;grid-row:unset;padding:0;justify-self:center}}#s-features .s-features__img img{position:relative;z-index:1}#s-features .s-features__box{position:relative;grid-column:3/span 1;grid-row:1/span 1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:100px}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){#s-features .s-features__box{padding-left:50px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__box{grid-column:unset;grid-row:unset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 5%;margin-top:30px}}#s-features .s-features__bg1,#s-features .s-features__bg1-1,#s-features .s-features__bg2,#s-features .s-features__bg3,#s-features .s-features__bg3-3,#s-features .s-features__bg4,#s-features .s-features__bg5,#s-features .s-features__bg5-5{position:absolute;background-color:#fff}#s-features .s-features__bg1{width:80px;height:80px;top:-50px;right:60px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg1{top:auto;right:auto;left:60%;bottom:-30px}}#s-features .s-features__bg1-1{width:50px;height:50px;right:-50px;bottom:-50px;background-color:#c5a2fc}#s-features .s-features__bg2{width:150px;height:650px;bottom:-200px;right:-115%;z-index:2}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg2{width:50px;height:50px;bottom:-50px;right:10px}}#s-features .s-features__bg3{width:112px;height:112px;bottom:0;right:50%;z-index:2;background-color:#c5a2fc}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg3{width:60px;height:60px;right:60px}}#s-features .s-features__bg3-3{width:70px;height:70px;bottom:-70px;right:-70px;background-color:#b1dffc}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg3-3{width:40px;height:40px;bottom:-40px;right:-40px}}#s-features .s-features__bg4{width:106px;height:238px;bottom:-50px;left:50px;z-index:0;background-color:#b1dffc}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg4{width:40px;height:40px;left:80%;bottom:-40px}}#s-features .s-features__bg5{width:100px;height:240px;bottom:-40px;left:50px;z-index:0;background-color:#c7eab0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-features .s-features__bg5{width:50px;height:50px;left:60%;bottom:-50px}}#s-features .s-features__bg5-5{width:50px;height:50px;bottom:-50px;right:-50px;background-color:#c5a2fc}.checklist{margin:30px 0 50px 0}.checklist .checklist__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-start;margin-bottom:20px}.checklist .checklist__item:last-child{margin-bottom:0}.checklist .checklist__icon{position:relative;top:-2px;width:30px;height:30px;margin:0 16px}.checklist .checklist__text{font-size:18px;color:#000;line-height:1.5;font-weight:500}.checklist .checklist__text span{text-decoration:underline}#s-special{padding:130px 0 300px 0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special{padding:80px 0 100px 0}}#s-special .s-special{display:grid;grid-template-columns:1fr 1200px 1fr;align-items:center}@media only screen and (max-width:1401px),only screen and (max-device-width:1401px){#s-special .s-special{grid-template-columns:1fr 70% 1fr}}#s-special .s-special > *{grid-column:2}#s-special .s-special-wrap{position:relative;z-index:1}#s-special .s-special__title-wrap{text-align:center;position:relative}#s-special .s-special__title-wrap .section__subtitle{justify-content:center}#s-special .s-special__title-wrap .section__subtitle:before{left:50%;transform:translate3d(-50%,0,0)}#s-special .s-special__box{width:100%;margin-top:80px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-special__box{margin-top:20px}}#s-special .s-special__box .slick-slide{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 30px}#s-special .s-special__box .slick-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 -30px}#s-special .s-special__item{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;align-items:center}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-special__item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:column-reverse nowrap;grid-gap:20px}}#s-special .s-special__title{font-size:48px;font-weight:600;color:#383a3b;margin-bottom:30px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-special__title{font-size:40px}}#s-special .s-specialBtn{position:absolute;top:50%;transform:translate3d(0,-50%,0);width:75px;height:75px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;background-color:#c5a2fc;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer;opacity:.3;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-specialBtn{width:40px;height:40px;top:400px;transform:translate3d(0,0,0)}#s-special .s-specialBtn svg{width:10px;height:auto}}#s-special .s-specialBtn:hover{opacity:1}#s-special .s-specialBtn.s-specialBtn--left{left:-90px;padding-right:3px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-specialBtn.s-specialBtn--left{left:-45px}}#s-special .s-specialBtn.s-specialBtn--right{right:-90px;padding-left:5px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-specialBtn.s-specialBtn--right{right:-45px}}#s-special .s-special__bg{position:absolute;width:122px;height:122px;bottom:-110px;right:70px;z-index:0}@media only screen and (max-width:981px),only screen and (max-device-width:981px){#s-special .s-special__bg{display:none}}#s-special .slick-dots{position:relative;margin-top:50px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:center;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 50px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.15);-moz-box-shadow:0 0 30px rgba(0,0,0,0.15);box-shadow:0 0 30px rgba(0,0,0,0.15);z-index:1}#s-special .slick-dots > li{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;color:#c5a2fc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 30px;margin:10px 20px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;background-color:transparent;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}#s-special .slick-dots > li.slick-active{background-color:#c5a2fc;color:#fff}#call.s-call{background-color:#c5a2fc}#call.s-call .call{border-color:#fff}#call.s-call .section__title,#call.s-call .section__text,#call.s-call .call__btn .btnText{color:#fff}