.checkbox{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox label{cursor:pointer}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:white;border-radius:50%;border:2px solid black}.checkmark:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkmark:after{display:block}.checkbox .checkmark:after{left:0;top:0;width:calc(100% - 8px);height:calc(100% - 8px);margin:4px;background-color:#f5a800;border-radius:50%}@font-face{font-family:"Gotham";font-style:normal;font-weight:300;src:url(/assets/gotham/gotham-light-c30d8df5e835e77c9f3c41974395bbdbf995f435362d74b5ea109534b4c25293.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:italic;font-weight:300;src:url(/assets/gotham/gotham-light-italic-7da88c31cf04bc6c0297b5301a69905a59a8e6471976b5e9d07da93afee88499.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:normal;font-weight:400;src:url(/assets/gotham/gotham-book-5e0f8a1ba9f3cd38481a23aceeb486b395e11870978ca1fe01ca997cdf3943b3.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:italic;font-weight:400;src:url(/assets/gotham/gotham-book-italic-43ab925bb757e03c3c09e939226b8de73edceb503d570e940ac288d753e14561.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:normal;font-weight:500;src:url(/assets/gotham/gotham-medium-feee2df7066e715e1e2571b0520ac435e127c735c03294c207a9853841bb3196.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:italic;font-weight:500;src:url(/assets/gotham/gotham-medium-italic-28d5e4d0c88410ae3ae9027ac02fd1cd80b3cfb9b25211f91a0db4efbb33aaad.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:normal;font-weight:600;src:url(/assets/gotham/gotham-bold-a22325df6bba8334b8e1b79fb783197e67637003a6eeb268a5e17d869102b0dd.ttf) format("truetype")}@font-face{font-family:"Gotham";font-style:italic;font-weight:600;src:url(/assets/gotham/gotham-bold-italic-e1abc6786d8e36265c880c3710a6cad439496c2f24b81b0bda009844758a613e.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:normal;font-weight:300;src:url(/assets/larken/larken-light-1fef67ba0a9ca6a9eba32ded5d6154a3cfddeea2474c40885bf0e1ed3a4d6a0a.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:italic;font-weight:300;src:url(/assets/larken/larken-light-italic-62e956f3c4c1a2965987f39857da3f763ffab842f91db352a06f297aea8989d9.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:normal;font-weight:400;src:url(/assets/larken/larken-regular-43438fd3903c099dec1efd37912fbf0fa778385e802fe48ffd0344a1f4bb3b95.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:italic;font-weight:400;src:url(/assets/larken/larken-regular-italic-5a1b34ccacdceca9960ddf9ff65301281e1f92fa158e8023f64983e40983205a.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:normal;font-weight:600;src:url(/assets/larken/larken-bold-23a0252ed6f87f338c5bb87f4d156f83f193bfe59bc3b793cb93df0cd2803216.ttf) format("truetype")}@font-face{font-family:"Larken";font-style:italic;font-weight:600;src:url(/assets/larken/larken-bold-italic-11dbd3bd03e869022eac045055b0deb2d0f187d5b59ef03b6cbaad4e88850549.ttf) format("truetype")}.fade-in-top{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0;transition:all 1s ease}.fade-in-top.in-view{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.fade-in{opacity:0;transition:opacity 1s ease}.fade-in.in-view{opacity:1}.animation-element.fade-out{opacity:1}.animation-element.fade-out.in-view{opacity:0;transition:opacity 1s ease}.fade-in{-webkit-animation:fade-in 1s;animation:fade-in 1s;transition:opacity 1s ease}.fade-out{-webkit-animation:fade-out 1s;animation:fade-out 1s;transition:opacity 1s ease}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.roll-in-left{-webkit-animation:roll-in-left 1s ease-out both;animation:roll-in-left 1s ease-out both}@-webkit-keyframes roll-in-left{0%{-webkit-transform:translateX(-800px) rotate(-540deg);transform:translateX(-800px) rotate(-540deg);opacity:0}100%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);opacity:1}}@keyframes roll-in-left{0%{-webkit-transform:translateX(-800px) rotate(-540deg);transform:translateX(-800px) rotate(-540deg);opacity:0}100%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);opacity:1}}.scale-in-tr{-webkit-animation:scale-in-tr .5s ease .1s both;animation:scale-in-tr .5s ease .1s both}@-webkit-keyframes scale-in-tr{0%{-webkit-transform:scale(0);transform:scale(0%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:circle(30%)}50%{clip-path:circle(50%)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:rectangle(100%)}}@keyframes scale-in-tr{0%{-webkit-transform:scale(0);transform:scale(0%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:circle(30%)}50%{clip-path:circle(50%)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:rectangle(100%)}}.scale-out-tr{-webkit-animation:scale-out-tr 1s linear both;animation:scale-out-tr 1s linear both}@-webkit-keyframes scale-out-tr{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:rectangle(100%)}50%{-webkit-transform:scale(0);transform:scale(0%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:circle(50%)}100%{opacity:0}}@keyframes scale-out-tr{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:rectangle(100%)}50%{-webkit-transform:scale(0);transform:scale(0%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;clip-path:circle(50%)}100%{opacity:0}}.scale-out-tl{-webkit-animation:scale-out-tl 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2s both;animation:scale-out-tl 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2s both}@-webkit-keyframes scale-out-tl{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0}}@keyframes scale-out-tl{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0}}.fade-out-logo{-webkit-animation:fade-out-logo 1s ease-out 1s both;animation:fade-out-logo 1s ease-out 1s both}@-webkit-keyframes fade-out-logo{0%{opacity:1}100%{opacity:0}}@keyframes fade-out-logo{0%{opacity:1}100%{opacity:0}}html.noscroll,html.noscroll body{overflow:hidden}body:not(.with-intro-animation) .intro-animation{display:none !important}.intro-animation{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f5a800;z-index:999}.intro-animation.intro-animation-closed{position:absolute;top:55px;left:10px;display:none}.intro-animation img{max-width:80vw;height:50%;width:auto}.menu.scale-in-tr::after,.menu.scale-out-tr::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f5a800;opacity:1;transition:opacity 1s ease}.menu.remove-overlay.scale-in-tr::after{opacity:0;height:0;width:0}.menu.add-overlay.scale-out-tr::after{opacity:1;height:100%;width:100%;transition:opacity 0s}.animation-element{opacity:0;position:relative}.animation-element.slide-left{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity:0;-moz-transform:translate3d(-100px, 0px, 0px);-webkit-transform:translate3d(-100px, 0px, 0px);-o-transform:translate(-100px, 0px);-ms-transform:translate(-100px, 0px);transform:translate3d(-100px, 0px, 0px)}.animation-element.slide-right{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity:0;-moz-transform:translate3d(100px, 0px, 0px);-webkit-transform:translate3d(100px, 0px, 0px);-o-transform:translate(100px, 0px);-ms-transform:translate(100px, 0px);transform:translate3d(100px, 0px, 0px)}.animation-element.slide-left.in-view,.animation-element.slide-right.in-view{opacity:1;-moz-transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px);-o-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate3d(0px, 0px, 0px)}.slide-in-bl{-webkit-animation:slide-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@-webkit-keyframes slide-in-bl{0%{-webkit-transform:translateY(1000px) translateX(-1000px);transform:translateY(1000px) translateX(-1000px);opacity:0}100%{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);opacity:1}}@keyframes slide-in-bl{0%{-webkit-transform:translateY(1000px) translateX(-1000px);transform:translateY(1000px) translateX(-1000px);opacity:0}100%{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);opacity:1}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}html{overflow-x:hidden}html.overflow{overflow:hidden}html,body,div,span{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1;font-family:"Gotham", sans-serif;font-weight:500;font-size:28px;color:#4d4d4f;letter-spacing:normal;display:flex;flex-direction:column;min-height:100vh;position:relative;background-color:#fff;overflow:hidden}a img{border:0}a:focus,input:focus,select:focus,textarea:focus,.btn:focus,button:focus{text-decoration:none}input::-ms-clear{display:none}main{flex-grow:1;padding-top:0;padding-bottom:0;z-index:1}section{display:block;width:100%;background:white;position:relative}.wrapper{display:block;width:100%;max-width:1060px;margin:0 auto;height:auto;padding:0 50px;box-sizing:border-box;position:relative}.wrapper-s{max-width:890px}.row{display:flex;flex-wrap:nowrap;flex-direction:row;position:relative;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);justify-content:flex-start;align-items:flex-start}.col-half{width:calc(50% - 40px);margin:0 20px}.col-third{width:calc(33.3333333% - 40px);margin:0 20px}.col-fourth{width:calc(25% - 40px);margin:0 20px}.col-fifth{width:calc(20% - 40px);margin:0 20px}.col-two-third{width:calc(66.6666666% - 40px);margin:0 20px}.col-fourth{width:calc(25% - 40px);margin:0 20px}.col-three-fourth{width:calc(75% - 40px);margin:0 20px}.desktop{display:block}.mobile{display:none}.clear{clear:both}h1,h2,h3,h4,h5,h6{font-family:"Larken", serif;font-style:normal;font-weight:600;line-height:1.2em;color:#000;margin-top:0;margin-bottom:0.6em;-webkit-font-smoothing:antialiased}h1,.h1{font-size:76px;margin-bottom:0.5em}h2,.h2{font-size:72px;margin-bottom:0.5em}h3,.h3{font-size:53px;margin-bottom:0.5em}h4,.h4{font-size:40px;margin-bottom:0.5em}h5,.h5{font-family:"Gotham", sans-serif;font-size:34px;line-height:1.2em;font-style:normal;margin-bottom:1.2em;font-weight:500}h6,.h6,.form-group label{font-family:"Gotham", sans-serif;font-size:28px;line-height:1.2em;font-style:normal;margin-bottom:15px}p,ul,ol{font-size:28px;font-family:"Gotham", sans-serif;font-weight:400;line-height:1.5em;margin-top:0;margin-bottom:1em}ul{padding-left:32px;list-style:disc}ol{padding-left:32px}a{text-decoration:none;color:#009ade}a:hover,a:focus{color:#f6a800;text-decoration:none}button,.btn{display:inline-block;font-family:"Gotham", sans-serif;font-size:30px;text-decoration:none;text-align:center;font-weight:500;line-height:1.2em;padding:21px 0;background-color:transparent;color:#4d4d4f;box-sizing:border-box;border:none;cursor:pointer;text-decoration:none}button:hover,.btn:hover,button.active,.btn.active{color:#f5a800;text-decoration:none}.btn.btn-disabled,.btn.btn-disabled:hover,button:disabled,button:disabled:hover{color:#929497;cursor:default}.btn-secondary{display:flex;flex-direction:row;align-items:center;justify-content:center;width:auto;margin:0 auto}.btn-container{margin:0 auto;max-width:330px}.accordion{color:#009ade;cursor:pointer;width:100%;text-align:left;border:none;outline:none;transition:0.4s;font-family:"Larken", serif;margin-bottom:0;position:relative;padding-left:50px;padding-top:30px;padding-bottom:30px}.accordion:after{content:'';box-sizing:border-box;height:20px;width:20px;border-style:solid;border-color:#4d4d4f;border-width:0px 5px 5px 0px;transform:rotate(45deg);transition:border-width 150ms ease-in-out;float:left;margin-right:5px;position:absolute;left:5px;top:calc(50% - 18px)}.accordion.active:after{content:"";transform:rotate(-135deg);top:calc(50% - 7px)}.accordion.active,.accordion:hover{color:#f6a800}.panel{padding:0 18px;background-color:white;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out}.panel *:last-child{margin-bottom:0}.rte{overflow:auto;word-wrap:break-word}.rte>*:last-child{margin-bottom:0}hr{margin:0;border-top:4px solid #4d4d50;border-bottom:none;border-left:none;border-right:none;width:100%}table{width:100%}table,th,td{padding:10px;border:none;border-collapse:collapse;text-align:left;font-size:26px;line-height:1.5em}form{line-height:1.2em}form .row{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}form>.row:last-child>*>input{margin-bottom:0}form .col-half{width:calc(50% - 20px);margin:0 10px}form .col-third{width:calc(33.3333333% - 20px);margin:0 10px}label{display:block;margin-bottom:5px;color:#009ade;line-height:1.2em;margin-bottom:10px}input,textarea{display:block;font-family:"Gotham", sans-serif;font-size:28px;font-weight:500;line-height:1.2em;padding:17px 34px;box-sizing:border-box;border:2px solid #000;border-radius:8px;color:#4d4d4f;width:100%;margin-bottom:10px;background-color:transparent}input[type="submit"]{display:inline-block;width:auto;border:none;padding:none}input::placeholder{color:#4d4d4f}header{display:block;position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%;box-sizing:border-box;padding:30px 0;z-index:9}.h-mobile{display:none}.h-nav{display:flex;align-items:center;flex-wrap:nowrap;margin:0 auto;background-color:transparent;width:100%;font-size:0}.h-nav .wrapper-s{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;overflow:visible}.h-logo{display:inline-block;position:relative}.with-intro-animation .h-logo{transform:scale(50);transition:1s linear;background-color:#f5a800;border-radius:100%;z-index:998}.with-intro-animation .h-logo img{opacity:0}.with-intro-animation .h-logo.h-logo-resolved{transform:scale(1);transition:2s linear}.with-intro-animation .h-logo.h-logo-resolved img{opacity:1;transition:0.75s ease-in;transition-delay:1.25s}.h-logo img{max-width:160px;width:100%;height:auto;transition:all 1s ease}@media (max-width: 1020px){.h-logo img{max-width:80px}}.menu-trigger{position:fixed;right:calc(50% + -392px);z-index:800;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;background-color:#f5a706;border-radius:100%;transition:all 1s;box-sizing:border-box;transform-origin:center}@media (max-width: 890px){.menu-trigger{right:50px}}.menu-trigger:hover{width:105px;height:105px}.menu-trigger span{display:block;width:67%;height:6px;background-color:#fff;border-radius:6px;margin-bottom:6px;opacity:1}.menu-trigger span:first-child{width:53%}.menu-trigger span:last-child{width:53%;margin-bottom:0}.menu-trigger.menu-open span{opacity:0;visibility:hidden}.menu-trigger.menu-closed span{transition:2s ease;transition-delay:1s;opacity:1;visibility:visible}.menu{position:absolute;width:50px;height:50px;background-color:#f5a800;top:45px;right:10px;z-index:99;padding-top:60px;overflow-y:scroll;-webkit-transform:scale(0%);transform:scale(0%)}.menu .wrapper{display:none}.menu.menu-open{position:absolute;top:55px;left:unset;right:10px;z-index:-1;clip-path:circle(50%);transform:scale(1);width:50px;height:50px}.menu.menu-closed{z-index:998;width:100vw;height:100vh;position:fixed;top:0;left:0;clip-path:unset}.menu.menu-closed .wrapper{display:block}@media (max-width: 768px){.menu{padding-top:40px}}@media (min-width: 769px){.menu .col-third.main-nav-col{width:calc(53.3333333% - 40px)}.menu .col-third.close-menu-col{width:calc(13.3333333% - 40px)}}@media (max-width: 768px){.menu .col-third:last-child{order:1;position:relative;z-index:2}}@media (max-width: 768px){.menu .col-third:first-child,.menu .col-third:nth-child(2){order:2;margin-bottom:50px}}@media (max-width: 768px){.menu .col-third:first-child{margin-top:-60px;position:relative;z-index:1}}.menu .col-third .menu-logo{max-width:160px;width:100%;height:auto;margin:0 auto}@media (max-width: 768px){.menu .col-third .menu-logo{max-width:80px}}.menu .col-third .main-nav nav ul{list-style:none;margin:0;padding:0}.menu .col-third .main-nav nav ul li{margin-bottom:50px}@media (max-width: 768px){.menu .col-third .main-nav nav ul li{margin-bottom:40px}}.menu .col-third .main-nav nav ul li a{font-family:"Larken";color:#333333;text-transform:uppercase;font-size:32px;font-weight:700}.menu .col-third .main-nav nav ul li a:hover{text-decoration:underline}@media (max-width: 768px){.menu .col-third .main-nav nav ul li a{font-size:28px}}.menu .col-third .main-nav nav ul li ul{margin-top:20px;margin-left:25px}.menu .col-third .main-nav nav ul li ul li{margin-bottom:10px}.menu .col-third .close-menu{cursor:pointer;color:#000;font-size:60px;float:right;font-weight:600}.m0{margin:0 !important}.modal{display:none}.modal-background{position:fixed;top:0;bottom:0;right:0;left:0;background:#5d4f48;opacity:0.3;z-index:10;cursor:pointer}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);max-width:1000px;max-height:600px;width:100%;height:auto;background:#fefaf7;z-index:11;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;animation-name:animatetop;animation-duration:0.3s}@keyframes animatetop{from{top:-50%;opacity:0}to{top:50%;opacity:1}}.modal-image-col{background-size:cover;background-position:center center;background-repeat:no-repeat;width:25%}.modal-body{width:75%;padding:50px 20px 50px 50px}.no-img .modal-body{width:100%}.modal-close{position:absolute;top:0;right:0;padding:20px;height:10px;cursor:pointer}.modal-close img,.modal-close svg{width:10px;height:10px;vertical-align:top}.modal-text-wrapper{padding-right:30px;height:100%;overflow-y:scroll;overflow-x:hidden}.modal-text-wrapper::-webkit-scrollbar{background-color:#f5f0e8;width:10px}.modal-text-wrapper::-webkit-scrollbar-thumb{background-color:#cdbbb1}.modal-text *:last-child{margin-bottom:0}footer{background-color:#f5a800;font-size:16px;text-align:center;overflow:visible;position:relative;background-image:url(/assets/footer-wheat-e8b8ee08f661b95366da314dcd1be9003d8450d85ea5499dbd2055c92622253a.png);background-repeat:no-repeat;background-position:top 80% right -80%;background-size:80%;z-index:3;position:relative;border-top:5px solid #FFF}footer::before{content:"";display:block;max-width:240px;width:100%;padding-bottom:110px;position:absolute;top:-110px;left:50%;transform:translateX(-50%);background-image:url(/assets/footer-circle-2acfbe0697cee41fb0dd9708aa2e9eea17518ef2dfefea88ba825dcbe7bc3a26.svg);background-size:240px;background-repeat:no-repeat;z-index:-1}footer .footer-top{z-index:4;position:relative}footer .footer-top .wrapper:not(:last-child){margin-bottom:50px}footer .footer-top .wrapper .row .col-third:first-child,footer .footer-top .wrapper .row .col-third:last-child{padding-top:80px}footer .footer-top .wrapper .row .col-third .footer-newsletter .newsletter-form{display:flex;flex-wrap:nowrap}footer .footer-top .wrapper .row .col-third .footer-newsletter .newsletter-form input{font-size:16px;background-color:#fff;text-transform:uppercase;padding:8px 10px 5px 10px;border:none;margin-right:5px}footer .footer-top .wrapper .row .col-third .footer-newsletter .newsletter-form button{font-size:16px;line-height:1;padding:0;background-color:#fff;text-transform:uppercase;height:32px;border-radius:8px;padding:0 10px}footer .footer-top .wrapper .row .col-third .footer-newsletter .newsletter-form button span{position:relative;top:2px}footer .footer-top .wrapper .row .col-third .footer-logo{max-width:180px;width:100%;margin:-55px auto 0 auto}footer .footer-top .wrapper .row .col-third .footer-social{display:flex;justify-content:left}footer .footer-top .wrapper .row .col-third .footer-social a{display:inline-block}footer .footer-top .wrapper .row .col-third .footer-social a img{width:32px;height:32px;margin-right:5px}footer .footer-social{display:flex;justify-content:center;margin-bottom:50px}footer .footer-social a{display:inline-block}footer .footer-social a img{width:32px;height:32px;margin-right:5px}footer .footer-menus{margin-bottom:30px}footer .footer-menus .wrapper .row ul{list-style:none;line-height:1;font-size:0;padding:0;margin:0}footer .footer-menus .wrapper .row ul li{line-height:1;padding-bottom:10px}footer .footer-menus .wrapper .row ul li:first-child{font-weight:600}footer .footer-menus .wrapper .row ul li:last-child{padding-bottom:0}footer .footer-menus .wrapper .row ul li a{color:#4d4d4f;font-size:16px;text-transform:uppercase;line-height:1.2em}footer .footer-bottom{margin-bottom:80px;text-transform:uppercase;line-height:1.2em}footer .footer-bottom .terms-links li{margin-top:1em}footer .footer-bottom .terms-links li a{font-size:14px;color:#4d4d4f}footer .footer-bottom .terms-links li a:after{content:"|";padding-left:10px;padding-right:5px}footer .footer-bottom .terms-links li:last-child a:after{content:"";padding:0}@media (max-width: 768px){footer .footer-bottom .terms-links li{display:block}footer .footer-bottom .terms-links li a:after{content:''}}footer .privacy-options-icon{max-height:1.1em;margin-left:6px;top:3px;position:relative}main{z-index:1}main>.wrapper{max-width:100%;padding:0}.template-index section:not(:first-of-type){padding:100px 0}.hero-slider-section{margin-bottom:105px}@media (max-width: 1020px){.hero-slider-section{margin-bottom:8vw}}.hero-slider-section .slider-container{display:block;width:100%;height:775px;position:relative}@media (max-width: 1020px){.hero-slider-section .slider-container{min-height:80vw;height:80vh}}.hero-slider-section .slider-container .swiper{height:100%}.hero-slider-section .slider-container .swiper .swiper-slide{background-size:cover;background-position:center}.hero-slider-section .slider-container .slide{display:block;width:100vw;height:100%;background-size:cover;background-position:center center}.hero-slider-section .slider-container .swiper-pagination{font-size:0;flex-wrap:nowrap;justify-content:flex-start;display:flex;width:100%;position:relative;bottom:140px;margin:0 auto;max-width:1060px;height:auto;padding:0 50px;box-sizing:border-box}.hero-slider-section .slider-container .swiper-pagination .swiper-pagination-bullet{display:inline-block;width:20px;height:20px;border:2px solid #000;border-radius:100%;box-sizing:border-box;background-color:#fff;margin-left:5px;margin-right:5px}.hero-slider-section .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.hero-slider-section .slider-container .swiper-pagination .swiper-pagination-bullet:hover{background-color:#f5a800}.hero-slider-section .slider-container .slider-caption-container{position:absolute;width:100%;bottom:-100px;z-index:10}@media (max-width: 1020px){.hero-slider-section .slider-container .slider-caption-container{bottom:-6.5vw}}.hero-slider-section .slider-container .slider-caption-container .wrapper .slide-caption-box{display:block;max-width:100%;width:100%;height:195px;background-color:#4d4d4f;box-shadow:10px 10px #f5a800;padding:40px;box-sizing:border-box}@media (max-width: 1020px){.hero-slider-section .slider-container .slider-caption-container .wrapper .slide-caption-box{padding:20px;height:auto}}.hero-slider-section .slider-container .slider-caption-container .wrapper .slide-caption-box h2{color:#fff;margin-bottom:0}@media (max-width: 1020px){.hero-slider-section .slider-container .slider-caption-container .wrapper .slide-caption-box h2{font-size:3.680555555555556vw}}.loading-slide::after{content:'';position:absolute;bottom:0;height:100%;width:100%;background:#FFF;z-index:20;opacity:1;transition:all 1s ease}.loading-slide.swiper-slide-active::after{height:0}.full-screen-section{background-size:cover;background-repeat:no-repeat;background-position:bottom right}.full-screen-section *{margin-bottom:0}.full-screen-section h2{color:#009ade}.template-portfolio .full-screen-section{height:500px}.subsidiaries-section .wrapper .row .col-half{display:flex;flex-direction:column;margin:0}.subsidiaries-section .wrapper .row .col-half h2{margin-bottom:0}.subsidiaries-section .wrapper .row .col-half p{font-weight:300;max-width:345px;margin-bottom:0}.subsidiaries-section .wrapper .row .col-half img{max-width:260px;width:100%;height:auto;margin:40px auto 40px 0}.subsidiaries-section .wrapper .row .col-half button,.subsidiaries-section .wrapper .row .col-half .btn{display:block;width:70px;height:70px;background-image:url(/assets/next-7ab82bbd337bc9b806b08d23a88b1bc1db523450c9e2a4adb150dea2da536895.svg);padding:0}.subsidiaries-section .wrapper .row .col-half:first-child{text-align:right;padding-right:80px;justify-content:flex-start}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:first-child{width:calc(100% - 40px);padding-right:20px;padding-left:20px;text-align:left}}.subsidiaries-section .wrapper .row .col-half:first-child p{float:right;width:100%;margin:0 0 0 auto}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:first-child p{float:none;margin:0 auto 0 0}}.subsidiaries-section .wrapper .row .col-half:first-child img{margin:40px 0 40px auto}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:first-child img{margin:20px auto 20px 0}}.subsidiaries-section .wrapper .row .col-half:first-child button,.subsidiaries-section .wrapper .row .col-half:first-child .btn{margin:0 0 0 auto}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:first-child button,.subsidiaries-section .wrapper .row .col-half:first-child .btn{margin:0 auto 0 0}}.subsidiaries-section .wrapper .row .col-half:last-child{padding-top:80px;padding-left:80px;padding-bottom:80px;border-left:4px solid #4d4d50;position:relative;left:-2px}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:last-child{padding-top:40px;padding-bottom:0;padding-left:20px;border-left:none;padding-right:20px}}@media (max-width: 768px){.subsidiaries-section .wrapper .row .col-half:last-child img{margin:20px auto 20px 0}}.portfolio-slider-section{padding:0 !important}.portfolio-slider-section .wrapper h2.h3{display:block;width:100%;max-width:520px;background-color:#4d4d4f;color:#fff;padding:40px;box-sizing:border-box;text-align:center;box-shadow:10px 10px #f5a800}@media (max-width: 1020px){.portfolio-slider-section .wrapper h2.h3{font-size:3.680555555555556vw;padding:20px}}.portfolio-slider-section .portfolio-slider{margin-top:-100px;background-color:#919497;padding:125px 0}@media (max-width: 1020px){.portfolio-slider-section .portfolio-slider{margin-top:-50px;padding:80px 0 60px 0}}.portfolio-slider-section .portfolio-slider .row{flex-direction:row}.portfolio-slider-section .portfolio-slider .swiper-slide{width:20%;text-align:center}.portfolio-slider-section .portfolio-slider .swiper-slide .swiper-slide{height:100%}.portfolio-slider-section .portfolio-slider img{height:100% !important;max-height:92px !important;width:auto !important;max-width:calc(100% - 50px) !important;margin:0 25px}@media (max-width: 768px){.portfolio-slider-section .portfolio-slider img{max-height:200px}}.portfolio-slider-section .portfolio-slider-controls{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;margin-top:40px}.portfolio-slider-section .portfolio-slider-controls button.prev,.portfolio-slider-section .portfolio-slider-controls button.pause-play,.portfolio-slider-section .portfolio-slider-controls button.next{padding:0;height:70px;margin:0 5px}.portfolio-slider-section .portfolio-slider-controls button.prev img,.portfolio-slider-section .portfolio-slider-controls button.pause-play img,.portfolio-slider-section .portfolio-slider-controls button.next img{width:70px;height:70px;fill:#000;color:#000}.portfolio-slider-section .portfolio-slider-controls button.pause-play{width:30px;height:30px}.portfolio-slider-section .portfolio-slider-controls button.pause-play img{width:30px;height:30px}.quote-section{padding-bottom:0 !important}@media (max-width: 1020px){.quote-section{padding-top:60px !important}}.quote-section .wrapper{padding:0 20px}.quote-section .wrapper img{display:block;width:76px;height:60px;margin:0 auto}.quote-section .wrapper img:first-child{margin-top:0;margin-bottom:20px}.quote-section .wrapper img:last-child{margin:0}.quote-section .wrapper quote.h3{color:#009bde;font-family:"Larken";text-align:center;display:block;font-weight:300}@media (max-width: 1020px){.quote-section .wrapper quote.h3{font-size:40px}}.quote-section .wrapper span.author{color:#009bde;display:block;margin:40px auto 0 auto;text-align:center;font-family:"Larken";display:block;font-weight:300}.quote-section .wrapper .btn{padding:0;margin-top:40px;font-size:30px}.footer-hero-section{background-size:cover;background-position:center center;background-repeat:no-repeat;padding:0;width:100%;height:26vw;z-index:-1;position:relative;margin-top:100px}.footer-bottom ul li{display:inline-block}.form__btn{padding:0;margin-top:100px}.hero-what-section{height:33.4vw;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}.hero-what-section .works-logo-wrapper{width:100%;position:absolute;z-index:3;bottom:0;left:50%;transform:translate(-50%, 50%)}.hero-what-section .works-logo-wrapper .works-logo{position:relative;background-color:#4d4d4f;padding:20px;box-sizing:border-box;max-width:600px}.hero-what-section .works-logo-wrapper .works-logo:before{content:'';display:block;width:100%;position:absolute;width:100%;height:100%;bottom:-13px;right:-13px;background-color:#f6a700;z-index:-2}.hero-what-section .works-logo-wrapper .works-logo img{width:100%;height:auto}.hero-what-section .fixed-img{object-fit:cover;display:block;width:100%;height:auto;position:fixed}.what-section p{font-weight:500}.description-section{position:relative;background-repeat:repeat;background-size:cover;background-position:top left}.description-section:before,.description-section:after{content:' ';position:absolute;left:0;right:0;height:100px}.description-section:before{top:0;background:linear-gradient(180deg, white 0%, rgba(255,255,255,0) 100%)}.description-section:after{bottom:0;background:linear-gradient(0deg, white 0%, rgba(255,255,255,0) 100%)}.description{position:relative;left:-79px;max-width:810px;margin-bottom:41px}.description:nth-child(2n){left:auto;right:-79px;margin:0 0 41px auto}.description:nth-child(2n):before,.description:nth-child(2n):after{content:"";position:absolute;height:45px;width:9px;background-color:#009bde}.description:nth-child(2n):before{top:-44px;left:43%}.description:nth-child(2n):after{bottom:-44px;left:23%}.description__wrap{padding:80px 70px;border:9px solid #009bde;background-color:#ffffff}.description__title{color:#f6a800;font-size:36px;line-height:1.78}.description__text p{font-weight:500;margin:0;max-width:615px}.looking-section{padding-bottom:300px !important}.looking-section p{font-weight:500}.looking-logos{display:flex;justify-content:space-between;margin-top:170px;position:relative}.looking-logos:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:3px;height:420px;background-image:linear-gradient(to top, #666, #afafaf)}.looking-logos .looking-logo__link{justify-content:center}.looking-logo{display:flex;flex-direction:column;align-items:center}.looking-logo__img{height:149px;display:flex;align-items:center;margin-bottom:40px}.looking-logo__img img{width:100%;display:block}.looking-logo__link{display:flex;align-items:center}.looking-logo__arrow{flex:none;display:block;width:65px;height:65px;border-radius:50%;border:8px solid #000000;margin-right:24px;position:relative}.looking-logo__arrow:after{content:"";position:absolute;top:50%;left:45%;width:15px;height:15px;border-top:7px solid #000000;border-right:7px solid #000000;transform:translate(-50%, -50%) rotate(45deg)}.looking-logo__text{font-size:32px;color:#000000;font-weight:700}.portfolio-section .portfolio-title{margin:0 0 50px 68px}.tabs{margin-bottom:60px}.tabs-nav{list-style:none;padding:0 0 10px 0;margin:0 0 80px 0;display:flex;justify-content:center;border-bottom:2px solid #4d4d4f;overflow:hidden;overflow-x:auto}.tabs-nav li{margin:0 32px}.tabs-nav li:hover a,.tabs-nav li.active a{color:#f6a700;font-weight:800}.tabs-nav a{color:#4d4d4f;font-size:28px;transition:all .5s ease;white-space:nowrap}.product-wrap{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px}.product{cursor:pointer;width:33.33%;padding:0 10px;margin-bottom:25px;box-sizing:border-box;position:relative}.product:hover .product__name{color:#f5a800}.product[data-alumni="1"]:before,.product[data-new="1"]:before{content:' ';position:absolute;top:-16px;right:0;width:48px;height:48px;z-index:1;background-position:center;background-size:cover}.product[data-alumni="1"]:before{background-image:url(/assets/portfolio-alumni-b5d46194bcb09fff1c1839fc95a632d5a296108e23b0b251f8a43aa5ae298d38.png)}.product[data-new="1"]:before{background-image:url(/assets/portfolio-new-8145f24efc0b86742e331bce0da088e04f52af50eb2a4696e5a9bb63c7d577c3.png)}.product__img{position:relative;margin-bottom:10px}.product__img img{width:100%;display:block}.product__name{font-family:"Gotham", sans-serif;font-size:27px;color:#4d4d4f;font-weight:300;transition:all 1s ease}.product__status{position:absolute;z-index:1;top:-13px;right:-13px;width:65px}.product__status img{width:100%;display:block}.overlay{display:none;position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,0.9)}.popup{display:none;position:fixed;z-index:11;top:50%;left:50%;transform:translate(-50%, -50%)}.popup__wrap{display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.product-descr{display:flex;flex-direction:column;align-items:center;border:2px solid #f5aa0b;max-width:330px;padding:40px 35px 30px;background-color:#fff;box-sizing:border-box}.product-descr__logo{margin-bottom:40px;width:100%}.product-descr__logo img{width:100%;display:block}.product-descr__text{margin-bottom:20px;text-align:center;font-size:23px}.product-descr__link{flex:none;display:block;width:52px;height:52px;border-radius:50%;border:7px solid #000000;position:relative;transition:all 1s ease}.product-descr__link:after{content:"";position:absolute;top:50%;left:45%;width:15px;height:15px;border-top:7px solid #000000;border-right:7px solid #000000;transform:translate(-50%, -50%) rotate(45deg);transition:all 1s ease}.product-descr__link:hover{border-color:#f5aa0b}.product-descr__link:hover:after{border-color:#f5aa0b}.popup-product{width:100%;max-width:1382px}.product-info{width:100%}.product-info__wrap{padding:50px;box-sizing:border-box;width:100%;display:flex;flex-wrap:wrap;height:100%}.product-info__scroll{border:2px solid #f5aa0b;background-color:#fff;overflow:hidden;overflow-y:auto;height:100%;max-height:90vh}.product-info__scroll::-webkit-scrollbar{background-color:transparent;width:2px}.product-info__scroll::-webkit-scrollbar-thumb{background-color:#f5aa0b}.product-info__head{width:32%;padding-top:60px;padding-bottom:60px;padding-right:45px;margin-bottom:0;border-right:2px solid #767676;position:relative;flex:1 0 auto;display:flex;flex-direction:column}.product-info__body{padding-top:60px;padding-bottom:60px;padding-left:45px;width:68%;flex:1 0 auto}.product-info__block{margin-bottom:70px}.product-info__title{font-family:"Larken";font-weight:700;font-size:55px;color:#4d4d4f;line-height:1.124;margin-bottom:0}.product-info__subtitle{font-family:"Gotham", sans-serif;color:#009ade;font-weight:500;font-size:34px;line-height:1.25;color:#4d4d4f}.product-info__subtitle.accent{color:#009ade;margin-bottom:50px}.product-info__text p{font-family:"Gotham", sans-serif;color:#5b5b5b;font-weight:300;font-size:27px;line-height:1.43}.product-info__img{width:100%;display:block;flex:none;padding-bottom:40px}.product-info__img img{width:80%;display:block;margin:0 auto}.product-info__logo{bottom:60px;width:calc(100% - 45px);margin:auto auto 0 auto}.product-info__logo img{width:80%;display:block;margin:0 auto}.product-info__list{padding:0;margin:0 0 40px;list-style:none}.product-info__list-item{padding-left:25px;position:relative;font-size:27px;font-weight:500;color:#009bde;line-height:1.455}.product-info__list-item::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:6px;height:6px;border-radius:50%;border:2px solid #f5aa0b}.tag{opacity:0;transform:translate(0, 10vh);transition:all 1s ease}.tag.visible{opacity:1;transform:translate(0, 0)}.press-section .press-title{margin:0 0 50px 68px}.press-section article:not(:last-child){margin-bottom:80px}@media (max-width: 1020px){.press-section article:not(:last-child){margin-bottom:40px}}.press-section article .article-title{display:block;font-family:'Larken', serif;margin-bottom:0.5em}.press-section article p.article-description{font-weight:300}.intro-slider-section{position:relative;height:44vw;min-height:400px}.intro-slider-section .intro-slider{position:fixed;width:100%;top:0}.intro-slider-section .swiper-pagination{position:static;text-align:left;margin-bottom:18px;height:20px;padding-left:85px}.intro-slider-section .swiper-pagination-bullet{opacity:1;width:20px;height:20px;border:2px solid #000000;background-color:#ffffff;margin:0 5px 0 0 !important;transition:all 1s ease}.intro-slider-section .swiper-pagination-bullet:hover{background-color:#f6a700}.intro-slider-section .swiper-pagination-bullet-active{background-color:#f6a700}.intro-slider{position:relative;overflow:hidden}.wheat-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-size:cover;background-position:center center}.intro-slide{background-repeat:no-repeat;background-size:cover;background-position:center;height:44vw}.intro-slider-nav{max-width:1050px;width:100%;padding:0 20px;position:absolute;z-index:3;left:50%;bottom:0;transform:translate(-50%, 40%);display:flex;flex-direction:column;align-items:flex-start}.slider-description{width:100%;padding:31px 40px;position:relative;color:white}.slider-description .bg-element{position:absolute;z-index:-1;background-color:#4d4d4f;width:100%;height:100%;top:0;left:0}.slider-description .decor-element{position:absolute;z-index:-2;background-color:#f6a700;width:100%;height:100%;bottom:-13px;right:-13px}.slider-description h3,.slider-description .h3{position:relative;z-index:1;color:#ffffff;margin:0}.invest-section{padding:160px 0 0 0 !important}.invest-section .invest-description{margin-bottom:100px}.invest-section .invest-description p{max-width:850px;font-weight:500;margin-left:auto;margin-right:auto;margin-bottom:0}.invest-section .invest-description p span{color:#f6a700}.invest-section .invest-wrap{padding:20px 0;height:48.6vw;max-height:700px;background-repeat:no-repeat;background-size:cover;background-position:center}.invest-section .invest-wrap .wrapper{height:100%;display:flex;align-items:center}.invest-section .h1,.invest-section .h2,.invest-section .h3{color:#009ade;margin:0}.invest-section .h1 span,.invest-section .h2 span,.invest-section .h3 span{color:#f6a700}.phrase-section .quotes{font-size:60px}.phrase-section .links{display:flex}.phrase-section .links a{margin:0 25px 20px}@media (max-width: 1020px){.phrase-section .links{flex-direction:column}}.phrase{padding:0 50px}.phrase__wrap{display:flex;flex-direction:column;align-items:center}.phrase__title{text-align:center;color:#009ade;font-weight:400}.phrase__icon{width:80px}.phrase__icon img{width:100%;display:block}.phrase__author{font-size:28px;font-weight:400;color:#009ade;font-family:"Larken", serif}.phrase .author-wrapper{margin-top:20px;margin-bottom:90px}.art-section{height:39vw;background-repeat:no-repeat;background-size:cover;background-position:center}.main-link{font-size:32px;color:#000000;font-weight:700;transition:all 1s ease;display:flex;align-items:center}.main-link:hover:not(:disabled){color:#f5aa0b}.main-link:hover:not(:disabled) .main-link__arrow{border-color:#f5aa0b}.main-link:hover:not(:disabled) .main-link__arrow:after{border-color:#f5aa0b}.main-link__arrow{flex:none;display:block;width:65px;height:65px;border-radius:50%;border:7px solid #000000;margin-right:24px;position:relative;transition:all 1s ease}.main-link__arrow:after{content:"";position:absolute;top:50%;left:45%;width:15px;height:15px;border-top:6px solid #000000;border-right:6px solid #000000;transition:all 1s ease;transform:translate(-50%, -50%) rotate(45deg)}.companies-section{padding:100px 0 172px 0 !important;text-align:center}.companies-section h2,.companies-section img{margin-bottom:40px}.companies-section p{font-weight:300}.companies-section .main-link{display:block;width:100%}.companies-section .main-link .main-link__arrow{margin:0 auto}.companies-section .row{justify-content:center}.brands-section{padding:0 !important;margin-top:-144px}.brands-section--inc{margin-top:0 !important}.brands-section--inc .brand{min-height:265px !important}.brands-section>.wrapper{display:flex;justify-content:flex-start}.brands-section .inc-slider-title{margin-bottom:50px}.brands-section .inc-slider-title a{color:#4d4d4f}.brands-section .brands-slider{overflow:hidden;background-color:#919497;padding:140px 0 90px}.brands-section .brands-slider--inc{padding:50px 0}.brands-section .swiper-slide{display:flex;align-items:center;justify-content:center}.brands-section .brand{display:flex;justify-content:center;align-items:center;min-height:165px;position:relative}.brands-section .brand img{display:block;width:100%;height:auto;transition:opacity 0.25s}.brands-section .brand.with-rollover .rollover{position:absolute;left:0;right:0;opacity:0;transition:opacity 0.25s}.brands-section .brand.with-rollover:hover img{opacity:0}.brands-section .brand.with-rollover:hover .rollover{opacity:1}.brands-section .slider-nav{display:flex;align-items:center;justify-content:center;padding:30px 0}.brands-section .slider-button-pause{width:27px;height:34px;position:relative;margin:0 19px;cursor:pointer}.brands-section .slider-button-pause:before,.brands-section .slider-button-pause:after{content:"";position:absolute;top:0;width:10px;height:34px;background-color:#000;border-radius:10px}.brands-section .slider-button-pause:before{left:0}.brands-section .slider-button-pause:after{right:0}.brands-section .slider-button-play{width:27px;height:34px;position:relative;margin:0 19px;cursor:pointer;background-image:url(/assets/play-82d7c1ef817f342519f2ac7b26fd2b49ed19cdf59826b916e7b8574c85625686.svg)}.brands-section .brands-head{padding:40px;position:relative;z-index:1}.brands-section .brands-head.fade-in-top.in-view{transform:translateY(50%)}.brands-section .brands-head__title{color:#ffffff;font-size:53px;position:relative;z-index:3;margin:0}.brands-section .brands-head__bg{background-color:#4d4d4f;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.brands-section .brands-head__decor{background-color:#f6a700;position:absolute;z-index:1;width:100%;height:100%;bottom:-13px;right:-13px}.slider-button{flex:none;display:block;width:65px;height:65px;border-radius:50%;border:7px solid #000000;position:relative;transition:all 1s ease;cursor:pointer}.slider-button:hover{border-color:#f5aa0b}.slider-button:hover:after{border-color:#f5aa0b}.slider-button:after{content:"";position:absolute;top:50%;left:45%;width:15px;height:15px;border-top:6px solid #000000;border-right:6px solid #000000;transition:all 1s ease;transform:translate(-50%, -50%) rotate(45deg)}.slider-button-prev{transform:rotate(180deg)}.grid-section .wrapper h2.h3{margin-bottom:50px}.grid-section .wrapper .row table{margin:0 auto;border-collapse:collapse;border-style:hidden}@media (max-width: 768px){.grid-section .wrapper .row table{display:block;width:100%}}@media (max-width: 768px){.grid-section .wrapper .row table tr{display:flex;flex-direction:column}}.grid-section .wrapper .row table tr td{width:50%;padding:40px;border:2px solid #4d4d4f;text-align:center;vertical-align:top}.grid-section .wrapper .row table tr td *:last-child{margin-bottom:0}@media (max-width: 768px){.grid-section .wrapper .row table tr td{width:100%;border:none;padding:0;margin-bottom:40px}}.grid-section .wrapper .row table tr td h3.h5{color:#009ade}.grid-section .wrapper .row table tr td .icon{display:block;width:50%;max-width:600px;height:auto;margin:0 auto 40px auto}.invent+.invent{margin-top:100px}.people-page{overflow:hidden}.invent-section .invent-row{display:flex;flex-wrap:wrap;margin:0 -60px}.invent-section .invent{width:50%}.invent-section .invent:first-child{position:relative}.invent-section .invent:first-child::after{content:"";position:absolute;right:0;top:0;width:3px;height:894px;border-radius:100px;background:linear-gradient(0deg, darkgray 0%, #666 22%, #cacaca 100%)}.invent-section .invent:first-child .invent__wrap{align-items:flex-end;text-align:right;padding:100px 110px 100px 0}.invent-section .invent:last-child .invent__wrap{padding:100px 0 100px 110px}.invent-section .invent__wrap{width:100%;display:flex;flex-direction:column}.invent-section .invent__title{font-size:72px;font-weight:700;font-family:"Larken";color:black;line-height:1.2;margin-bottom:0}.invent-section .invent__subtitle{font-weight:500;font-family:"Gotham", sans-serif;color:black;font-size:34px;line-height:1.32;margin-bottom:80px}.invent-section .invent__text{font-size:27px;font-weight:300;font-family:"Gotham", sans-serif;color:#4d4d50;line-height:1.429}.invent-section .invent__logo{width:100%;max-width:260px;margin-bottom:50px;display:block;flex:none}.invent-section .invent__logo img{width:100%;display:block}.people-section .people-title{margin:0 0 50px 90px}.people-section .main-link .main-link__arrow{margin-right:0}.people-section .people-top{margin-bottom:70px}.people-section .people-top .people-wrap{margin:0 -14px -35px}.people-section .people-top .people-col{width:calc(100% / 3);padding:0 14px;margin-bottom:35px}.people-section .people-bottom .people-wrap{margin:0 -25px -25px}.people-section .people-bottom .people-col{width:25%;padding:0 25px;margin-bottom:25px}.people-section .people-wrap{display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.people-section .people{position:relative;z-index:1;transition:transform 0.6s;transform-origin:top}.people-section .people:hover{z-index:2;transform:scale(0.88)}.people-section .people:hover .people__hidden{opacity:1;pointer-events:all;visibility:visible;z-index:10}.people-section .people:hover:before{opacity:1;visibility:visible}.people-section .people:before{pointer-events:none;visibility:hidden;opacity:0;content:"";position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%, -50%);width:200vw;height:300vh;transition:1s all ease;background-color:rgba(255,255,255,0.9)}.people-section .people__wrap{display:flex;flex-direction:column;align-items:center;position:relative;margin:0}.people-section .people__ava{width:100%;border-radius:50%;overflow:hidden;margin-bottom:15px}.people-section .people__ava img{width:100%;height:100%;object-fit:cover;display:block}.people-section .people__name{font-size:34px;font-family:"Larken";font-weight:700;margin-bottom:15px;color:#000;line-height:1.03;text-align:center;list-style:none}.people-section .people__name.small{font-size:23px}.people-section .people__prof{font-family:"Gotham", sans-serif;font-weight:300;font-size:22px;line-height:1.02;color:#000;text-align:center;margin:0}.people-section .people__prof.small{font-size:18px}.people-section .people__hidden{visibility:hidden;pointer-events:none;opacity:0;position:absolute;top:100%;left:50%;transform:translateX(-50%);transition:1s all ease;display:flex;flex-direction:column;align-items:center;padding:30px 0}.people-section .people__hidden.no-image{padding-top:15px}.people-section .people__img{width:100%;max-width:160px;display:block;margin-bottom:15px}.people-section .people__img img{width:100%;display:block}.inquiries-section{padding-bottom:170px !important}.inquiries-section .h3{margin-bottom:40px}.inquiries-section .inquiries-descr{margin-bottom:40px;font-weight:500}.inquiries-section .inquiries-descr span{color:#009ade}.logos-section{padding:85px 0 100px !important;background-color:#919497}.logos-section .logos-wrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.logos-section .logos{margin:0}.logos-section .logos img{width:100%;display:block}.works-section{padding-top:200px !important}.works-section .h3{margin-bottom:40px}.works-section p{font-weight:500;margin-bottom:40px}.works-section p span{color:#f6a700}.works-section .decor-line{color:#4d4d4f;text-decoration:underline}.lets-section{background-color:#919497}.lets-section .lets-title{color:#ffffff;max-width:730px;margin-bottom:50px}.lets-section .lets-wrap{display:flex;flex-wrap:wrap;margin:0 -13px}.lets-section .lets-wrap:hover .lets:hover{opacity:1;transition:opacity 0s}.lets-section .lets-wrap:hover .lets{opacity:0.5;transition:opacity 1s}.lets-section .lets{padding:0 13px;width:33.33%;position:relative;opacity:1;transition:opacity 0s}.lets-section .lets .main-link{position:absolute;bottom:-85px;left:calc(50% - 42px);opacity:0;padding:10px;margin-right:0}.lets-section .lets:hover .main-link{opacity:1}.lets-section .lets__wrap{display:flex;flex-direction:column;align-items:center}.lets-section .lets__img{display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;margin-bottom:10px;transition:opacity 0.5s}.lets-section .lets__img img{width:100%;display:block}.lets-section .lets__name{font-family:"Larken";font-weight:700;color:#ffffff;font-size:29px;line-height:1.2;margin-bottom:10px;text-align:center}.lets-section .lets__position{color:#ffffff;font-size:16px;font-weight:400;text-align:center}.detail-hero-section{height:480px;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#4d4d4f}.detail-section{position:relative;z-index:2;top:-230px;padding:0 !important;background:transparent}.detail-slider{position:relative;overflow:hidden;min-height:675px}.detail-slider .detail-nav{padding:10px 0;max-width:270px;width:100%;position:absolute;z-index:1;left:0;top:590px;display:flex;align-items:center;justify-content:space-between;background-color:#fff}.detail-slider .detail-nav-decor{width:65px;height:65px;display:flex;flex-wrap:wrap;justify-content:space-between}.detail-slider .detail-nav-decor:hover span{background-color:#f6a700}.detail-slider .detail-nav-decor span{width:27%;height:27%;background-color:#000;border-radius:50%;transition:all 1s ease}.detail__wrap{display:flex}.detail__info{flex:none;width:290px;margin-right:35px}.detail__img{width:270px;position:relative;margin-bottom:40px}.detail__img img{width:100%;display:block;position:relative;z-index:1}.detail__company{margin-bottom:35px}.detail__company img{width:100%;display:block}.detail__img-decor{position:absolute;width:100%;height:100%;bottom:-13px;right:-13px;background-color:#f5a706}.detail__descr{width:100%;min-height:650px}@media (min-width: 1021px){.detail__title{min-height:242px;margin-bottom:55px;display:flex;flex-direction:column;justify-content:end}.detail__title p{margin-bottom:1.5em}}.detail__name{color:#ffffff;font-size:73px;margin:0}.detail__position{color:#ffffff;margin-bottom:100px;font-weight:400;font-size:30px}.detail__text{margin-bottom:35px}.detail__socials{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.detail__socials .soc-link{margin-right:10px;margin-bottom:10px}.detail__socials .soc-link:last-child{margin-right:0}.soc-link{flex:none;width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid #f5aa0b;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.description{left:auto;right:auto}.description:nth-child(2n){left:auto;right:auto}.description:nth-child(2n):before,.description:nth-child(2n):after{width:4px}.description:nth-child(2n):before{left:77%}.description__wrap{padding:40px;border:4px solid #009bde}.people-section .people__ava{width:240px;height:240px}.people-section .people__name{font-size:24px}.people-section .people__name.small{font-size:20px}.people-section .people__prof{font-size:18px;color:#757575}.invent-section .invent-row{margin:0}.invent-section .invent:first-child .invent__wrap{padding:50px 50px 60px 0}.invent-section .invent:first-child::after{height:690px;width:2px}.invent-section .invent:last-child .invent__wrap{padding:50px 0 60px 50px}.invent-section .invent__title{font-size:45px}.invent-section .invent__subtitle{font-size:29px;margin-bottom:35px}}@media (max-width: 1020px){body{font-size:20px}p,ul,ol{font-size:16px}h1,.h1{font-size:5.277777777777778vw}h2,.h2{font-size:5vw}h3,.h3{font-size:7vw}h5,.h5{margin-bottom:0.5em}input,textarea{padding:10px 20px}label{font-size:16px}.form__btn{padding:0;margin-top:40px}.row{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}.col-half{width:calc(50% - 30px);margin:0 15px}.col-third{width:calc(33.3333333% - 30px);margin:0 15px}.col-two-third{width:calc(66.6666666% - 30px);margin:0 15px}.col-fourth{width:calc(25% - 30px);margin:0 15px}.col-three-fourth{width:calc(75% - 30px);margin:0 15px}.col-fifth{width:calc(20% - 30px);margin:0 15px}.template-index section:not(:first-of-type){padding:60px 0}.hero-what-section{height:50vw}.works-section{padding-top:150px !important}.description__wrap{padding:20px}.description__title{font-size:20px}.looking-section{padding:20px 0 120px 0 !important;margin-top:-20px}.looking-logos{display:block;margin-top:50px}.looking-logos:after{display:none}.looking-logo{margin-bottom:40px}.looking-logo__img{height:auto}.looking-logo__arrow{width:32px;height:32px;border:4px solid #000000;margin-right:10px}.looking-logo__arrow:after{width:10px;height:10px;border-top:3px solid #000000;border-right:3px solid #000000}.looking-logo__text{font-size:20px}.tabs-nav{list-style:none;margin:0 0 30px 0;justify-content:flex-start}.tabs-nav li{margin-right:30px}.tabs-nav a{font-size:20px}.portfolio-section .portfolio-title{margin:0 0 30px 0}.product{width:50%}.product__name{font-size:18px}.product__status{width:40px}.product-descr{position:static;padding:20px}.product-descr__text{font-size:18px}.product-descr__link{width:32px;height:32px;border:4px solid #000000;margin-right:10px}.product-descr__link:after{width:10px;height:10px;border-top:3px solid #000000;border-right:3px solid #000000}.slider-description{padding:20px}.slider-description h3,.slider-description .h3{font-size:5vw}.intro-slider-section .swiper-pagination{padding:0}.companies-section{padding:60px 0 97px 0 !important}.invest-section{padding:100px 0 0 0 !important}.invest-section .invest-description{margin-bottom:40px}.main-link{font-size:22px}.main-link__arrow{width:45px;height:45px;border:5px solid #000000;margin-right:14px}.main-link__arrow:after{width:10px;height:10px;border-top:4px solid #000000;border-right:4px solid #000000}.phrase__icon{width:40px}.phrase__author{font-size:20px}.phrase .author-wrapper{margin-top:10px;margin-bottom:40px}.slider-button{width:45px;height:45px;border:5px solid #000000}.slider-button:after{width:10px;height:10px;border-top:4px solid #000000;border-right:4px solid #000000}.people-section .people-title{margin:0 0 30px 0}.people-section .people-top{margin-bottom:40px}.people-section .people-top .people-col{width:50%}.brands-section{margin-top:-74px}.brands-section>.wrapper{display:flex;justify-content:center}.brands-section--inc .brand{min-height:165px !important}.brands-section .inc-slider-title{margin-bottom:20px}.brands-section .brands-slider{padding:37px 0 20px 0}.brands-section .brands-slider--inc{padding:40px 0}.brands-section .brands-head{padding:20px}.brands-section .brands-head__title{font-size:28px}.inquiries-section{padding-bottom:120px !important}.inquiries-section .h3{margin-bottom:20px}.inquiries-section .inquiries-descr{margin-bottom:20px}.logos-section{padding:40px 0 !important;background-color:#919497}.logos-section .logos-wrap{display:flex;flex-direction:column;align-items:center}.logos-section .logos{margin:20px 0}.works-section .h3{margin-bottom:20px}.works-section p{margin-bottom:20px}.detail-hero-section{height:400px}.detail-slider .detail-nav{position:static;margin:0 auto}.detail-slider .detail-nav-decor{width:35px;height:35px}.detail__wrap{display:flex;flex-direction:column;align-items:center}.detail__info{width:100%;margin-right:0}.detail__img{width:calc(100% - 13px);position:relative;margin-bottom:40px}.detail__img img{width:100%;display:block;position:relative;z-index:1}.detail__company{margin-bottom:25px}.detail__company img{width:100%;display:block}.detail__descr{width:100%;padding-top:30px}.detail__name{color:#4d4d4f;font-size:32px;margin:0}.detail__position{color:#4d4d4f;margin-bottom:30px;font-size:20px}.detail__text{margin-bottom:25px}.detail__socials{display:flex;align-items:center;justify-content:center}.detail__socials .soc-link{margin-right:12px}.detail__socials .soc-link:last-child{margin-right:0}}@media (max-width: 768px){.template-index section:not(:first-of-type){padding:40px 0}.row{flex-direction:column}.col-half,.col-third,.col-two-third,.col-fourth,.col-three-fourth,.col-fifth,form .col-half,form .col-third{width:100%;margin:0}footer .wrapper{padding:0 50px}footer .footer-menus .wrapper,footer .footer-bottom .wrapper{padding:0 20px}footer .footer-top .wrapper .row .col-third:first-child{margin-top:50px}footer .footer-top .wrapper .row .col-third:last-child{margin-top:20px}footer .footer-top .wrapper .row .col-third:first-child,footer .footer-top .wrapper .row .col-third:last-child{padding-top:0;order:2}footer .footer-top .wrapper .row .col-third:nth-child(2){order:1}footer .footer-menus .wrapper .row ul li:last-child{padding-bottom:10px}footer .col-fifth{margin-bottom:10px}footer .footer-menus{margin-bottom:10px;margin-top:-20px}footer .footer-top .wrapper .row .col-third .footer-social{justify-content:left}footer .footer-top .wrapper .row .col-third .footer-social a{margin:0 5px}.product{width:100%}.intro-slide{height:150vw}.people-section .people-top{margin-bottom:20px}.people-section .people-top .people-wrap{margin:0 -10px -10px}.people-section .people-top .people-col{width:100%;padding:0 10px;margin-bottom:10px}.people-section .people-bottom .people-wrap{margin:0 -10px -15px}.people-section .people-bottom .people-col{width:50%;padding:0 10px;margin-bottom:15px}.lets-section{background-color:#919497}.lets-section .lets-title{color:#ffffff;max-width:730px;margin-bottom:50px}.lets-section .lets{width:100%;margin-bottom:30px}.lets-section .lets__name{font-size:24px}.product-info__wrap{padding:50px 20px}.product-info__head,.product-info__body{width:100%;padding:0}.product-info__head{border-right:none;max-width:290px;margin:0 auto 60px auto}.product-info__logo{bottom:unset;width:100%}.product-info__scroll{max-height:95vh}.invent-section .invent{width:100%}.invent-section .invent:first-child .invent__wrap,.invent-section .invent:last-child .invent__wrap{padding:0;align-items:start;text-align:left}.invent-section .invent:first-child::after{display:none}.invent-section .invent__text{max-width:100%}.invent-section .invent__title{font-size:39px}.invent-section .invent__subtitle{font-size:26px;margin-bottom:20px}.invent-section .invent__text{font-size:19px}.invent-section .invent+.invent{margin-top:50px}.companies-section{padding:40px 0 !important}.companies-section .col-third{margin-bottom:40px}.companies-section .col-third h2,.companies-section .col-third img{margin-bottom:20px}.companies-section .col-third img{max-height:40px}.companies-section .col-third h2.h4{font-size:28px}.tabs-head{position:relative;height:40px;margin-bottom:40px}.tabs-nav{display:flex;flex-direction:column;position:absolute;z-index:2;top:0;left:0;background-color:#FFF;width:100%;border:2px solid #f6a700;margin:0;padding:0;height:40px;overflow:hidden}.tabs-nav.active{height:auto}.tabs-nav.active .tabs-nav-arrow:after{top:28%;transform:rotate(180deg)}.tabs-nav li{padding:5px 15px;margin:0}.tabs-nav li.active{order:-1}.tabs-nav-arrow{position:absolute;z-index:2;top:0;left:0;width:100%;height:40px}.tabs-nav-arrow:after{content:"";position:absolute;z-index:1;right:10px;top:40%;border:5px solid transparent;border-top:7px solid #f6a700}}@media (max-width: 425px){.works-section{padding-top:100px !important}}.copyright-line{color:#000}footer .footer-bottom .terms-links a{color:#000 !important;font-size:16px;font-weight:500}.skip-link-content{position:absolute;top:-100px;background-color:#f1f1f1;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);box-shadow:0 0 2px 2px rgba(0,0,0,0.6);color:#009ade;display:block;font-family:"Open Sans",sans-serif;font-size:14px;font-weight:700;height:auto;left:6px;line-height:normal;padding:15px 23px 14px;text-decoration:none;width:auto;z-index:100000}footer .footer-bottom .terms-links li{margin-top:0em !important}.terms-links{padding:0 !important}.sr-only-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}footer .footer-menus .wrapper .row ul li a{color:#000 !important;font-size:16px;text-transform:uppercase;line-height:1.2em}footer .footer-menus .wrapper .row ul li a{color:#000;font-size:16px;text-transform:uppercase;line-height:1.2em}.skip-link-content:focus{top:7px;-webkit-transition:top 0s;transition:top 0s;outline:1px solid #000000 !important}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;align-items:center}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
