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:#f6f2ee}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}#hero{height:100vh;background-color:#f6f2ee;position:relative;overflow-x:hidden;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){#hero{height:auto;margin:100px 0 80px 0}#hero .section__btn{display:none}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){#hero{margin:0 auto 100px auto}}.hero{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding:80px 0}@media only screen and (max-width:1201px),only screen and (max-device-width:1201px){.hero{flex-flow:column-reverse nowrap;height:auto;padding:0}}.hero__box{position:relative;max-width:620px;z-index:2}@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:60px;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:40px}}.hero__text{color:#383a3b;font-weight:400;font-size:18px;text-align:left;line-height:1.5;margin:30px 0 30px 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{width:460px;height:460px;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.02);-moz-box-shadow:0 0 30px rgba(0,0,0,0.02);box-shadow:0 0 30px rgba(0,0,0,0.02)}.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{margin-bottom:120px}}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__img{margin-bottom:70px}}@media only screen and (max-width:640px),only screen and (max-device-width:640px){.hero__img{width:300px;height:300px;margin-top:40px}}.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:70px;height:70px;background-color:#c5a2fc;top:-35px;right:-35px}@media only screen and (max-width:981px),only screen and (max-device-width:981px){.hero__bg1{width:30px;height:30px;top:-15px;right:-15px}}.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}}#eufond{padding:150px 0 100px 0}#eufond .title-desc-green{color:#383a3b;text-align:center;font-size:18px}#eufond .eufond{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:100px auto}#eufond h2{font-family:'Matter',sans-serif;font-size:30px;font-weight:700;color:#00a5ff;position:relative;margin:60px 0 20px 0}#eufond h2.large{font-size:40px}#eufond h2.small{color:#00a5ff;font-size:30px}#eufond h4{font-family:'Matter',sans-serif;font-size:30px;font-weight:700;color:#00a5ff}#eufond h4.small{font-size:21px;color:colorBlack;margin-bottom:15px}#eufond h4.small span{color:#00a5ff}#eufond h3{font-family:'Matter',sans-serif;font-size:13px;font-weight:700;color:colorBlack;margin-bottom:20px}#eufond h3.large{font-size:16px;font-weight:700;margin-top:15px}#eufond h3.large span{color:#00a5ff}#eufond .title-desc{font-family:font2;font-size:15px;color:colorBlack}#eufond h2.large{position:relative;color:#c5a2fc;text-align:center;font-size:54px;max-width:1000px;margin:30px auto 100px auto;line-height:1.2}#eufond h2.small{color:#c5a2fc}#eufond p{color:#383a3b;line-height:1.5;font-size:20px;margin-bottom:20px}#eufond a{color:#00a5ff}#eufond a.btn.green.empty:hover{color:#383a3b}#eufond a:hover{color:#ff5a00}#eufond ul,#eufond ol{padding-left:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#eufond ul li,#eufond ol li{color:#383a3b;font-size:20px;margin-bottom:15px;line-height:1.3;padding-left:20px}#eufond ul li:before,#eufond ol li:before{content:'•';margin-right:10px}