@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap);
html{min-width:320px;height:100%}
@media (max-width:1199px){
html{height:auto}
}
*{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}
body{padding:0;margin:0;height:100%;font-family:Inter,sans-serif;letter-spacing:-.5px}
@media (max-width:1199px){
body{height:auto}
}
body a,body button,body div,body input,body textarea{-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:Inter,sans-serif}
body a:focus,body button:focus,body div:focus,body input:focus,body textarea:focus{outline:0!important}
body a::-moz-focus-inner,body button::-moz-focus-inner,body div::-moz-focus-inner,body input::-moz-focus-inner,body textarea::-moz-focus-inner{box-shadow:none!important}
body a:-webkit-autofill,body button:-webkit-autofill,body div:-webkit-autofill,body input:-webkit-autofill,body textarea:-webkit-autofill{background-color:transparent!important}
body input{overscroll-behavior-y:none}
body select{-webkit-box-shadow:none;box-shadow:none;font-family:Inter,sans-serif}
body select:focus{outline:0!important}
body select::-moz-focus-inner{box-shadow:none!important}
body button{cursor:pointer;padding:0;background:0 0;border:none}
body h1,body h2,body h3,body h4,body h5,body h6{font-weight:700;line-height:1;margin:0;font-family:Inter,sans-serif}
body p{font-family:Inter,sans-serif;margin-top:0;margin-bottom:20px;font-size:18px;line-height:1.5;color:#4a4a4a;letter-spacing:-.36px}
@media (max-width:767px){
body p{font-size:16px}
}
body p:last-child{margin-bottom:0!important}
body a{display:inline-block;font-family:Inter,sans-serif;text-decoration:none;cursor:pointer}
body strong{font-weight:700}
body img{display:block;max-width:100%;height:auto}
body iframe{display:block;max-width:100%}
body .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}
body .wrapper .content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
body .wrapper footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
body .hidden{display:none!important}
body .visible{display:block!important}
body .opacity-0{opacity:0}
body label{margin-bottom:0;cursor:pointer}
.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.buttons.jc-fs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.buttons .simple{color:#1a1a1a;font-size:14px;line-height:1.5}
.buttons .simple.blue{color:#0069ff}
.buttons .main-btn{border-radius:39px;background:#ad00f3;padding:10px 20px;color:#fff;text-align:center;font-size:16px;font-weight:600;line-height:26px;display:block;min-width:162px}
@media (max-width:767px){
.buttons .main-btn{padding-left:16px;padding-right:16px;min-width:10px}
}
.buttons .main-btn.dark{padding-top:11px;background:#081523;border:2px solid #fff;color:#fff}
.buttons .main-btn.new-dark{background:#04273d}
.buttons .main-btn.long{min-width:205px}
.buttons .main-btn.gradient{background:-webkit-gradient(linear,left top,right top,from(#553ceb),to(#7b007b));background:linear-gradient(90deg,#553ceb 0,#7b007b 100%)}
.buttons .main-btn.new-gradient{background:-webkit-gradient(linear,left top,right top,from(#a900ef),color-stop(48.56%,#2d40ff),to(#01ccef));background:linear-gradient(90deg,#a900ef 0,#2d40ff 48.56%,#01ccef 100%)}
.buttons .main-btn.pink{background-color:#9a20ea}
.buttons .main-btn.circle-arrow{padding-top:14px;padding-bottom:14px;font-size:20px}
@media (max-width:1440px){
.buttons .main-btn.circle-arrow{font-size:18px}
}
@media (max-width:767px){
.buttons .main-btn.circle-arrow{padding-top:12px;padding-bottom:12px;font-size:16px!important}
}
.buttons .main-btn.circle-arrow.circle-down span:after{right:0!important;top:-3px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.buttons .main-btn.circle-arrow:hover.circle-down span:after{right:0!important;top:-3px;-webkit-transform:rotate(90deg) scale(1.15);-ms-transform:rotate(90deg) scale(1.15);transform:rotate(90deg) scale(1.15)}
.buttons .main-btn.circle-arrow:hover span:after{right:5px}
.buttons .main-btn.circle-arrow span{position:relative;padding-right:52px;white-space:nowrap}
@media (max-width:1400px){
.buttons .main-btn.circle-arrow span{padding-right:40px}
}
.buttons .main-btn.circle-arrow span:after{position:absolute;right:0;top:50%;display:block;content:"";width:32px;height:32px;background:url(../img/circle_arrow_icon.svg) center no-repeat;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.buttons .main-btn.bordered{min-width:150px;border:1px solid #d6d6d6;background:#fff;color:#bd2fee;line-height:28px;-webkit-box-shadow:0 8px 24px 0 rgba(55,32,73,.08);box-shadow:0 8px 24px 0 rgba(55,32,73,.08)}
.buttons .main-btn.new-border{background:#fff;border:1px solid #9a20ea;color:#9a20ea}
.buttons .main-btn.border-exact{background:0 0;border:1px solid #fff;color:#fff}
.buttons .main-btn.disabled{opacity:.5;pointer-events:none}
.buttons .thm-btn{display:block;border-radius:12px;background:#9f5afd;border:1px solid #9f5afd;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1);padding:9px 20px 8px;color:#fff;text-align:center;font-size:22px;font-weight:500;letter-spacing:-.44px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1440px){
.buttons .thm-btn{font-size:18px}
}
.buttons .thm-btn.big{min-width:200px;border-radius:50px;padding-top:12px;padding-bottom:12px}
.buttons .thm-btn.disabled{pointer-events:none;border-color:#d1d1d1;background:#d1d1d1}
.buttons .thm-btn.bordered{background:0 0;color:#fff;border-color:#fff;border-radius:5px;text-transform:uppercase;font-weight:300}
body .container-small{padding-left:8%;padding-right:8%}
@media (max-width:1199px){
body .container-small{padding-left:25px;padding-right:25px}
}
body .container-big{padding-left:11%;padding-right:11%}
@media (max-width:1700px){
body .container-big{padding-left:8%;padding-right:8%}
}
@media (max-width:1199px){
body .container-big{padding-left:25px;padding-right:25px}
}
body .banner{position:relative;background-repeat:no-repeat;background-position:center 0;background-size:cover;margin-bottom:100px;overflow:hidden}
@media (max-width:1199px){
body .banner{margin-bottom:56px}
}
body .banner .banner-video{position:absolute;left:0;top:0;width:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:991px){
body .banner .banner-video{height:100%}
}
body .banner .banner-video video{display:block;width:100%}
@media (max-width:991px){
body .banner .banner-video video{width:auto;height:100%}
}
body .banner .banner-inner{position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,right top,color-stop(.07%,rgba(8,8,9,.8)),color-stop(51.66%,rgba(0,0,0,.8)),color-stop(103.25%,rgba(9,1,20,.8)));background:linear-gradient(90deg,rgba(8,8,9,.8) .07%,rgba(0,0,0,.8) 51.66%,rgba(9,1,20,.8) 103.25%);z-index:1}
@media (max-width:1700px){
body .banner .banner-inner{padding-top:100px;padding-bottom:130px}
}
@media (max-width:1199px){
body .banner .banner-inner{min-height:10px;padding:70px 25px 152px}
}
body .banner .banner-inner .title{margin-bottom:30px}
@media (max-width:1199px){
body .banner .banner-inner .title{margin-bottom:64px}
}
body .banner .banner-inner .title p{color:#fff;text-align:center;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:62px;font-weight:800;line-height:120%;letter-spacing:.62px}
@media (max-width:1440px){
body .banner .banner-inner .title p{font-size:42px}
}
@media (max-width:1199px){
body .banner .banner-inner .title p{font-weight:700;letter-spacing:-.84px}
}
@media (max-width:767px){
body .banner .banner-inner .title p{font-size:28px;line-height:1.4}
}
body .banner .banner-inner .buttons .main-btn{min-width:162px;font-size:22px;line-height:24px}
@media (max-width:1440px){
body .banner .banner-inner .buttons .main-btn{font-size:18px}
}
body .banner .partners-wrapper{position:absolute;left:0;bottom:40px;overflow:hidden;width:100%;height:80px;z-index:2}
@media (max-width:1199px){
body .banner .partners-wrapper{bottom:20px}
}
body .banner .partners-wrapper .partners-stripe{position:absolute;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:scrollLeft 50s linear infinite;animation:scrollLeft 50s linear infinite}
body .banner .partners-wrapper .partners-stripe .partner-item{max-width:250px;-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;padding-left:10px;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
body .banner .partners-wrapper .partners-stripe .partner-item{max-width:200px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}
}
@media (max-width:767px){
body .banner .partners-wrapper .partners-stripe .partner-item{max-width:170px;-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px}
}
body .banner .partners-wrapper .partners-stripe .partner-item img{max-width:100%;max-height:80px}
@media (max-width:1199px){
body .banner .partners-wrapper .partners-stripe .partner-item img{max-height:60px}
}
@media (max-width:767px){
body .banner .partners-wrapper .partners-stripe .partner-item img{max-height:46px}
}
body .about-section{margin-bottom:180px}
@media (max-width:1199px){
body .about-section{margin-bottom:56px}
}
body .about-section .about-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
body .about-section .about-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .about-section .about-wrapper .about-image{max-width:768px;-webkit-box-flex:0;-ms-flex:0 0 768px;flex:0 0 768px}
@media (max-width:1700px){
body .about-section .about-wrapper .about-image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:1199px){
body .about-section .about-wrapper .about-image{-webkit-box-flex:1;-ms-flex:auto;flex:auto}
}
body .about-section .about-wrapper .about-image img{-webkit-filter:drop-shadow(6px 9px 24px rgba(0, 0, 0, .15));filter:drop-shadow(6px 9px 24px rgba(0, 0, 0, .15))}
body .about-section .about-wrapper .about-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:85px;color:#112034;font-size:48px;font-weight:800;line-height:120%;letter-spacing:-.48px}
@media (max-width:1700px){
body .about-section .about-wrapper .about-title{padding-right:60px}
}
@media (max-width:1440px){
body .about-section .about-wrapper .about-title{font-size:38px}
}
@media (max-width:1199px){
body .about-section .about-wrapper .about-title{padding-right:0;margin-bottom:16px;font-size:32px;font-weight:700;text-align:center}
}
body .section-title_wrapper{margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
body .section-title_wrapper{margin-bottom:48px}
}
@media (max-width:767px){
body .section-title_wrapper{margin-bottom:24px}
}
body .section-title_wrapper.column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
body .section-title_wrapper.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .section-title_wrapper.column .section-title{color:#002e47;text-align:left;font-size:55px;font-weight:600}
@media (max-width:1600px){
body .section-title_wrapper.column .section-title{font-size:45px}
}
@media (max-width:1199px){
body .section-title_wrapper.column .section-title{text-align:center;font-size:34px;letter-spacing:-1.5px}
}
body .section-title_wrapper.column .section-intro{max-width:620px;margin-top:0}
@media (max-width:1199px){
body .section-title_wrapper.column .section-intro{margin-top:22px}
}
body .section-title_wrapper.column .section-intro p{text-align:left;color:#04273d;font-size:20px;opacity:1}
@media (max-width:1600px){
body .section-title_wrapper.column .section-intro p{font-size:18px}
}
@media (max-width:1199px){
body .section-title_wrapper.column .section-intro p{text-align:center;font-size:18px}
}
body .section-title_wrapper.ai-fs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:38px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.5)}
@media (max-width:1199px){
body .section-title_wrapper.ai-fs{margin-bottom:24px}
}
body .section-title_wrapper.ai-fs .section-title{font-size:52px;line-height:1.21;font-weight:600}
@media (max-width:1600px){
body .section-title_wrapper.ai-fs .section-title{font-size:45px}
}
@media (max-width:1199px){
body .section-title_wrapper.ai-fs .section-title{font-weight:700;font-size:42px}
}
@media (max-width:991px){
body .section-title_wrapper.ai-fs .section-title{font-size:32px}
}
body .section-title_wrapper .section-title{max-width:1000px;color:#112034;text-align:center;font-size:55px;font-weight:600;line-height:1.2;letter-spacing:-1.5px}
@media (max-width:1600px){
body .section-title_wrapper .section-title{font-size:45px}
}
@media (max-width:1199px){
body .section-title_wrapper .section-title{font-size:42px}
}
@media (max-width:767px){
body .section-title_wrapper .section-title{font-size:32px;line-height:1.35}
}
body .section-title_wrapper .section-title.full-width{max-width:100%;width:100%}
body .section-title_wrapper .section-intro{max-width:1100px;margin-top:24px}
body .section-title_wrapper .section-intro.op-1 p{opacity:1;color:#112034}
body .section-title_wrapper .section-intro p{color:#4a4a4a;text-align:center;font-size:22px;line-height:130%;letter-spacing:-1px;opacity:.6}
@media (max-width:1199px){
body .section-title_wrapper .section-intro p{font-size:18px}
}
@media (max-width:767px){
body .section-title_wrapper .section-intro p{font-size:16px;line-height:1.5}
}
body .section-title_wrapper .section-link{display:block;margin-top:27px;color:#0a0e10;font-size:16px;font-weight:600;line-height:22px;letter-spacing:-.312px}
body .solutions-section{margin-bottom:150px}
@media (max-width:1199px){
body .solutions-section{margin-bottom:56px}
}
body .solutions-section .solutions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-12px;margin-right:-12px}
body .solutions-section .solutions-wrapper .solution-item{max-width:468px;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:12px;padding-right:12px}
@media (max-width:1199px){
body .solutions-section .solutions-wrapper .solution-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}
}
@media (max-width:1199px){
body .solutions-section .solutions-wrapper .solution-item:last-child{margin-bottom:0}
}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner{display:block;position:relative;height:100%;min-height:620px;border-radius:20px;background:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.04);box-shadow:0 8px 24px 0 rgba(0,0,0,.04);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding:30px;overflow:hidden}
@media (max-width:1700px){
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner{padding-bottom:80px;min-height:60vh}
}
@media (max-width:1199px){
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner{min-height:420px}
}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner:hover{background:#112034}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner:hover .solution-title{color:#fff}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner:hover .solution-desc p{color:#fff}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner:hover .arrow{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-icon{width:60px;height:60px;margin-bottom:10px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d9d9d9}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-icon img{max-width:30px;max-height:30px}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-title{max-width:210px;display:block;margin-bottom:38px;color:#9f5afd;font-size:42px;font-weight:600;line-height:120%;letter-spacing:-1px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:767px){
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-title{max-width:140px;font-size:24px;margin-bottom:16px}
}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-desc p{color:#4a4a4a;font-size:20px;font-weight:600;letter-spacing:-.4px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1440px){
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .solution-desc p{font-size:16px}
}
body .solutions-section .solutions-wrapper .solution-item .solution_item_inner .arrow{position:absolute;right:30px;bottom:30px;-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .partners-section{padding-top:100px;padding-bottom:88px;background-color:#f0ebf9}
@media (max-width:767px){
body .partners-section{padding-top:60px;padding-bottom:60px}
}
body .partners-section .partners-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-18px;margin-right:-18px}
body .partners-section .partners-wrapper .partner-item{max-width:326px;-webkit-box-flex:0;-ms-flex:0 0 326px;flex:0 0 326px;padding-left:18px;padding-right:18px;margin-bottom:36px}
@media (max-width:767px){
body .partners-section .partners-wrapper .partner-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}
}
body .partners-section .partners-wrapper .partner-item .partner-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:12px;border:1px solid #d9d9d9;background:#fff;padding:10px;height:100%}
@media (max-width:767px){
body .partners-section .partners-wrapper .partner-item .partner-item_inner{min-height:115px}
}
body .partners-section .partners-wrapper .partner-item .partner-item_inner img{max-height:106px}
body .azami-solution-section{position:relative;overflow:hidden;background-image:none!important}
@media (max-width:1199px){
body .azami-solution-section .container-small{padding-left:0;padding-right:0}
}
body .azami-solution-section .azami-video{position:absolute;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
body .azami-solution-section .azami-video{top:auto;bottom:0;height:700px}
}
@media (max-width:767px){
body .azami-solution-section .azami-video{height:400px}
}
@media (max-width:400px){
body .azami-solution-section .azami-video{height:360px}
}
body .azami-solution-section .azami-video video{width:100%;display:block}
@media (max-width:1199px){
body .azami-solution-section .azami-video video{width:auto;height:100%}
}
body .azami-solution-section .section-title_wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
@media (max-width:1199px){
body .azami-solution-section .section-title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .azami-solution-section .section-title_wrapper .section-title{text-align:left;color:#efefef;font-size:58px;line-height:110%;letter-spacing:-1px}
@media (max-width:1600px){
body .azami-solution-section .section-title_wrapper .section-title{font-size:45px}
}
@media (max-width:1199px){
body .azami-solution-section .section-title_wrapper .section-title{text-align:center}
}
@media (max-width:767px){
body .azami-solution-section .section-title_wrapper .section-title{font-size:32px}
}
body .azami-solution-section .section-title_wrapper .section-intro p{text-align:left;opacity:1;color:#fff;font-size:18px;line-height:150%;letter-spacing:-1px}
@media (max-width:1199px){
body .azami-solution-section .section-title_wrapper .section-intro p{text-align:center}
}
body .azami-solution-section .section-title_wrapper .buttons{margin-top:24px}
body .azami-solution-section .azami-solution-inner{position:relative;background-color:rgba(0,0,0,.9)}
body .azami-solution-section .azami-solution_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
body .azami-solution-section .azami-solution_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .azami-solution-section .azami-solution_wrapper .azami-content{max-width:565px;padding-top:190px}
@media (max-width:1199px){
body .azami-solution-section .azami-solution_wrapper .azami-content{padding:56px 25px;background-color:#002e47;width:100%;max-width:100%}
}
body .azami-solution-section .azami-solution_wrapper .azami-diagram{position:relative;max-width:900px;-webkit-box-flex:0;-ms-flex:0 0 900px;flex:0 0 900px;height:900px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}
@media (max-width:1700px){
body .azami-solution-section .azami-solution_wrapper .azami-diagram{max-width:800px;-webkit-box-flex:0;-ms-flex:0 0 800px;flex:0 0 800px;height:800px}
}
@media (max-width:1500px){
body .azami-solution-section .azami-solution_wrapper .azami-diagram{max-width:700px;-webkit-box-flex:0;-ms-flex:0 0 700px;flex:0 0 700px;height:700px}
}
@media (max-width:1199px){
body .azami-solution-section .azami-solution_wrapper .azami-diagram{width:100%}
}
@media (max-width:767px){
body .azami-solution-section .azami-solution_wrapper .azami-diagram{max-width:400px;-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;height:400px}
}
@media (max-width:400px){
body .azami-solution-section .azami-solution_wrapper .azami-diagram{max-width:360px;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;height:360px}
}
body .azami-solution-section .azami-solution_wrapper .azami-diagram iframe{width:100%;height:100%}
body .azami-solution-section .azami-solution_wrapper .azami-diagram div{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item{position:absolute;left:0;top:50%;width:100%;height:2px;border-radius:0;display:block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:first-child{-webkit-transform:translateY(-50%) rotate(-22deg);-ms-transform:translateY(-50%) rotate(-22deg);transform:translateY(-50%) rotate(-22deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:first-child .radial-item_inner{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(2){-webkit-transform:translateY(-50%) rotate(-65deg);-ms-transform:translateY(-50%) rotate(-65deg);transform:translateY(-50%) rotate(-65deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(2) .radial-item_inner{-webkit-transform:rotate(65deg);-ms-transform:rotate(65deg);transform:rotate(65deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(3){-webkit-transform:translateY(-50%) rotate(-105deg);-ms-transform:translateY(-50%) rotate(-105deg);transform:translateY(-50%) rotate(-105deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(3) .radial-item_inner{-webkit-transform:rotate(105deg);-ms-transform:rotate(105deg);transform:rotate(105deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(4){-webkit-transform:translateY(-50%) rotate(-165deg);-ms-transform:translateY(-50%) rotate(-165deg);transform:translateY(-50%) rotate(-165deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(4) .radial-item_inner{-webkit-transform:rotate(165deg);-ms-transform:rotate(165deg);transform:rotate(165deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(5){-webkit-transform:translateY(-50%) rotate(-235deg);-ms-transform:translateY(-50%) rotate(-235deg);transform:translateY(-50%) rotate(-235deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item:nth-child(5) .radial-item_inner{-webkit-transform:rotate(235deg);-ms-transform:rotate(235deg);transform:rotate(235deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner{position:absolute;right:-42px;top:-42px}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_icon{width:84px;height:84px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(158deg,rgba(247,248,255,.3) 2.94%,rgba(229,230,241,.3) 2.95%,rgba(255,255,255,.3) 85.8%)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_icon div{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_icon .radial-1{height:72px;width:72px;background:linear-gradient(158deg,rgba(247,248,255,.6) 2.94%,rgba(229,230,241,.6) 2.95%,rgba(255,255,255,.6) 85.8%)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_icon .radial-2{width:62px;height:62px;background:#fff}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_icon .radial-2 img{max-width:90%}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .radial-item .radial-item_inner .radial-item_title{position:absolute;top:90px;left:50%;width:160px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:#fff;text-align:center;font-size:13.734px;font-weight:400}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-1{position:relative;width:72%;height:72%;border:1px solid rgba(255,255,255,.7)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-1 .radial-item:first-child{-webkit-transform:translateY(-50%) rotate(22deg);-ms-transform:translateY(-50%) rotate(22deg);transform:translateY(-50%) rotate(22deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-1 .radial-item:first-child .radial-item_inner{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-1 .radial-item:nth-child(2){-webkit-transform:translateY(-50%) rotate(150deg);-ms-transform:translateY(-50%) rotate(150deg);transform:translateY(-50%) rotate(150deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-1 .radial-item:nth-child(2) .radial-item_inner{-webkit-transform:rotate(-150deg);-ms-transform:rotate(-150deg);transform:rotate(-150deg)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-2{width:56%;height:56%;border:1px solid #fff}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-3{width:84%;height:84%;background:linear-gradient(158deg,rgba(247,248,255,.15) 2.94%,rgba(229,230,241,.15) 2.95%,rgba(255,255,255,.15) 85.8%)}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-4{width:75%;height:75%;background:linear-gradient(158deg,rgba(247,248,255,.4) 2.94%,rgba(229,230,241,.4) 2.95%,rgba(255,255,255,.4) 85.8%);-webkit-animation:scale 4s ease-out forwards infinite 1s;animation:scale 4s ease-out forwards infinite 1s}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-5{width:77%;height:77%;background:linear-gradient(158deg,rgba(247,248,255,.6) 2.94%,rgba(229,230,241,.6) 2.95%,rgba(255,255,255,.6) 85.8%);-webkit-animation:scale 4s ease-out forwards infinite .5s;animation:scale 4s ease-out forwards infinite .5s}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-6{width:71%;height:71%;background:-webkit-gradient(linear,left bottom,left top,from(#1d65bc),color-stop(99.99%,#a936e8),to(#401a5e));background:linear-gradient(0deg,#1d65bc 0,#a936e8 99.99%,#401a5e 100%);-webkit-animation:scale 4s ease-out forwards infinite;animation:scale 4s ease-out forwards infinite}
body .azami-solution-section .azami-solution_wrapper .azami-diagram .circle-6 img{max-width:70%}
body .numbers-section{padding-top:134px;padding-bottom:134px;background:#081523}
@media (max-width:1199px){
body .numbers-section{padding-top:64px;padding-bottom:86px}
}
@media (max-width:1400px){
body .numbers-section .container-my{max-width:1100px}
}
@media (max-width:1199px){
body .numbers-section .container-my{padding-left:25px;padding-right:25px}
}
body .numbers-section .section-title_wrapper{margin-bottom:72px}
@media (max-width:767px){
body .numbers-section .section-title_wrapper{margin-bottom:56px}
}
body .numbers-section .section-title_wrapper .section-title{color:#fff}
@media (max-width:767px){
body .numbers-section .section-title_wrapper .section-title{max-width:320px}
}
body .numbers-section .numbers-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
body .numbers-section .numbers-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .numbers-section .numbers-wrapper .number-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-align:center;line-height:2.1;font-size:22px;font-weight:400}
@media (max-width:767px){
body .numbers-section .numbers-wrapper .number-item{margin-bottom:24px}
}
@media (max-width:767px){
body .numbers-section .numbers-wrapper .number-item:last-child{margin-bottom:0}
}
body .numbers-section .numbers-wrapper .number-item.run .count-start{opacity:0}
body .numbers-section .numbers-wrapper .number-item.run .number-item_value{opacity:1}
body .numbers-section .numbers-wrapper .number-item .count-start{position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:52px;font-weight:600;letter-spacing:-3px;line-height:1}
@media (max-width:1199px){
body .numbers-section .numbers-wrapper .number-item .count-start{font-size:48px}
}
@media (max-width:767px){
body .numbers-section .numbers-wrapper .number-item .count-start{font-size:40px;line-height:1.5}
}
body .numbers-section .numbers-wrapper .number-item .number-item_value{letter-spacing:-3px;line-height:1;opacity:0;font-size:80px;font-weight:800;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
body .numbers-section .numbers-wrapper .number-item .number-item_value{font-size:48px}
}
@media (max-width:767px){
body .numbers-section .numbers-wrapper .number-item .number-item_value{font-size:40px;line-height:1.5}
}
body .network-section{padding-top:188px;background:url(../img/global_network_bg-min.png) center -84px no-repeat;border-bottom:1px solid #ececec;margin-bottom:150px}
@media (max-width:1199px){
body .network-section{padding-top:56px;margin-bottom:100px;border-bottom:none;background-size:1200px;background-position-y:-18px}
}
@media (max-width:767px){
body .network-section{margin-bottom:56px;background-position-y:190px;background-size:600px}
}
body .network-section .animation-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
body .network-section .animation-wrapper iframe{display:block;width:800px;height:600px}
@media (max-width:767px){
body .network-section .container-my{padding-left:25px;padding-right:25px}
}
body .network-section .section-title_wrapper{margin-bottom:70px}
body .network-section .section-title_wrapper .section-intro{max-width:930px}
@media (max-width:1199px){
body .network-section .section-title_wrapper .section-intro{max-width:480px}
}
body .network-section .section-title_wrapper .section-intro p{font-size:18px}
body .network-section .network-animation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
body .network-section .network-logo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:126px}
@media (max-width:1199px){
body .network-section .network-logo{margin-bottom:70px}
}
@media (max-width:767px){
body .network-section .network-logo{margin-bottom:40px}
}
body .network-section .network-logo .network-logo_inner{width:104px;height:104px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:26px;background:-webkit-gradient(linear,left top,left bottom,from(#046db4),color-stop(51.5%,#7746d6),to(#bd2fee));background:linear-gradient(180deg,#046db4 0,#7746d6 51.5%,#bd2fee 100%);z-index:2}
@media (max-width:1199px){
body .network-section .network-logo .network-logo_inner{width:60px;height:60px;border-radius:12px}
}
@media (max-width:767px){
body .network-section .network-logo .network-logo_inner{width:30px;height:30px;border-radius:6px}
}
body .network-section .network-logo .network-logo_inner img{max-width:80px;-webkit-filter:invert(1);filter:invert(1)}
@media (max-width:1199px){
body .network-section .network-logo .network-logo_inner img{max-width:50px}
}
@media (max-width:767px){
body .network-section .network-logo .network-logo_inner img{max-width:24px}
}
body .network-section .network-logo .countries{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
body .network-section .network-logo .countries .country-item{position:absolute;left:0;top:0;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px);width:50px;height:50px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
body .network-section .network-logo .countries .country-item{width:30px;height:30px}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item{width:16px;height:16px}
}
body .network-section .network-logo .countries .country-item.animate{left:-620px;top:-240px}
@media (max-width:1199px){
body .network-section .network-logo .countries .country-item.animate{left:-230px;top:-60px}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate{left:-130px;top:-30px}
}
body .network-section .network-logo .countries .country-item.animate:nth-child(2){left:-300px;top:-30px;-webkit-transition-delay:.25s;transition-delay:.25s}
@media (max-width:1199px){
body .network-section .network-logo .countries .country-item.animate:nth-child(2){top:0}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate:nth-child(2){top:10px;left:-90px}
}
body .network-section .network-logo .countries .country-item.animate:nth-child(3){left:-490px;top:100px;-webkit-transition-delay:.5s;transition-delay:.5s}
@media (max-width:1199px){
body .network-section .network-logo .countries .country-item.animate:nth-child(3){left:-390px}
}
@media (max-width:991px){
body .network-section .network-logo .countries .country-item.animate:nth-child(3){top:50px;left:-190px}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate:nth-child(3){left:-160px}
}
body .network-section .network-logo .countries .country-item.animate:nth-child(4){left:auto;right:-620px;top:-210px;-webkit-transition-delay:.75s;transition-delay:.75s}
@media (max-width:1199px){
body .network-section .network-logo .countries .country-item.animate:nth-child(4){left:auto;right:-360px;top:-100px}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate:nth-child(4){left:auto;right:-200px;top:-40px}
}
body .network-section .network-logo .countries .country-item.animate:nth-child(5){left:auto;right:-490px;top:-90px;-webkit-transition-delay:1s;transition-delay:1s}
@media (max-width:991px){
body .network-section .network-logo .countries .country-item.animate:nth-child(5){left:auto;right:-190px;top:0}
}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate:nth-child(5){left:auto;right:-150px}
}
body .network-section .network-logo .countries .country-item.animate:nth-child(6){left:auto;right:-390px;top:50px;-webkit-transition-delay:1.25s;transition-delay:1.25s}
@media (max-width:767px){
body .network-section .network-logo .countries .country-item.animate:nth-child(6){left:auto;right:-170px;top:40px}
}
body .network-section .network-logo .countries .country-item img{-webkit-filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .15));filter:drop-shadow(0 4px 10px rgba(0, 0, 0, .15))}
body .network-section .people{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}
body .network-section .people .people-wrapper{position:relative}
@media (max-width:767px){
body .network-section .people .people-wrapper .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}
}
@media (max-width:767px){
body .network-section .people .people-wrapper .image img{max-width:initial;height:280px}
}
body .network-section .people .people-item{position:absolute;left:20%;top:140px;width:70px;height:70px;border-radius:50%;background-color:#740074;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;z-index:1}
@media (max-width:767px){
body .network-section .people .people-item{left:24%;top:70px;width:40px;height:40px;padding:4px}
}
body .network-section .people .people-item:nth-child(2){left:28%;top:280px}
@media (max-width:767px){
body .network-section .people .people-item:nth-child(2){top:200px}
}
body .network-section .people .people-item:nth-child(3){left:50%;top:60px}
body .network-section .people .people-item:nth-child(4){left:52%;top:290px}
@media (max-width:767px){
body .network-section .people .people-item:nth-child(4){top:170px}
}
body .network-section .people .people-item:nth-child(5){left:74%}
@media (max-width:767px){
body .network-section .people .people-item:nth-child(5){left:68%;top:100px}
}
body .network-section .people .people-item .people-photo{border-radius:50%;overflow:hidden}
body .network-section .people .people-item:after{position:absolute;left:50%;bottom:-15px;display:block;content:"";border-top:18px solid #740074;border-left:9px solid transparent;border-right:9px solid transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}
@media (max-width:767px){
body .network-section .people .people-item:after{bottom:-7px;border-top-width:10px;border-left-width:5px;border-right-width:5px}
}
body .slick-slider .slick-track{margin-left:0}
body .posts-section{margin-bottom:150px}
@media (max-width:1199px){
body .posts-section{margin-bottom:56px}
}
@media (max-width:1199px){
body .posts-section .container-big{padding-right:0}
}
@media (max-width:1199px){
body .posts-section .section-title_wrapper{margin-bottom:60px}
}
body .posts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
@media (max-width:767px){
body .posts-wrapper{margin-left:-6px;margin-right:-6px}
}
body .posts-wrapper.single-posts-slider .post-item .post-item_inner .post-body .post-title a{font-size:32px}
body .posts-wrapper.posts-slider{display:block;margin-left:auto;margin-right:auto;width:100%;max-width:1410px}
@media (max-width:1199px){
body .posts-wrapper.posts-slider .slick-list{padding-left:0!important}
}
body .posts-wrapper.posts-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-12px;margin-right:-12px}
body .posts-wrapper.posts-slider .slick-track .slick-slide{height:auto;padding-bottom:52px}
body .posts-wrapper.posts-slider .post-item{max-width:100%;margin-bottom:0;height:100%}
body .posts-wrapper.posts-slider .post-item .post-item_inner{height:100%}
body .posts-wrapper.libraries .post-item{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}
@media (max-width:1440px){
body .posts-wrapper.libraries .post-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}
}
@media (max-width:991px){
body .posts-wrapper.libraries .post-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
body .posts-wrapper.libraries .post-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:24px}
}
@media (max-width:767px){
body .posts-wrapper.libraries .post-item:last-child{margin-bottom:0}
}
body .posts-wrapper .post-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:12px;padding-right:12px;margin-bottom:24px}
@media (max-width:991px){
body .posts-wrapper .post-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
body .posts-wrapper .post-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:6px;padding-right:6px;margin-bottom:12px}
}
body .posts-wrapper .post-item.lobby-item .post-item_inner{position:relative;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-bottom:42px}
@media (max-width:767px){
body .posts-wrapper .post-item.lobby-item .post-item_inner{padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;overflow:hidden;background-color:#fff}
}
@media (max-width:767px){
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-image{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;border-radius:0;height:100%}
}
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-body{padding-bottom:0;padding-left:0;padding-right:0}
@media (max-width:767px){
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:12px}
}
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-body .post-title{margin-bottom:24px}
@media (max-width:767px){
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-body .post-title a{font-size:16px;line-height:1.5}
}
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-button{position:absolute;left:0;bottom:0;width:100%}
body .posts-wrapper .post-item.lobby-item .post-item_inner .post-button .post-link{color:#101010;font-size:16px;font-weight:700;line-height:140%}
body .posts-wrapper .post-item .post-item_inner{border-radius:0;background:#fff;overflow:hidden;height:100%;position:relative}
@media (max-width:767px){
body .posts-wrapper .post-item .post-item_inner{-webkit-box-shadow:4.893px 14.68px 58.721px 0 rgba(126,138,253,.08);box-shadow:4.893px 14.68px 58.721px 0 rgba(126,138,253,.08);border-radius:6px;overflow:hidden}
}
body .posts-wrapper .post-item .post-item_inner .post-image{margin-bottom:24px;position:relative;background-color:#c4c4c4;display:block;aspect-ratio:516/366;border-radius:12px;background-size:cover;background-position:center 0;background-repeat:no-repeat;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;overflow:hidden}
@media (max-width:767px){
body .posts-wrapper .post-item .post-item_inner .post-image{height:200px;aspect-ratio:auto;border-radius:6px 6px 0 0;margin-bottom:0}
}
body .posts-wrapper .post-item .post-item_inner .post-image.gradient{position:relative}
body .posts-wrapper .post-item .post-item_inner .post-image:before{position:absolute;left:0;top:0;display:block;content:"";width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(114,92,145,.5)),to(rgba(119,70,214,.5)));background:linear-gradient(180deg,rgba(114,92,145,.5) 0,rgba(119,70,214,.5) 100%)}
body .posts-wrapper .post-item .post-item_inner .post-image .post-categories{position:absolute;left:16px;top:16px;z-index:1}
body .posts-wrapper .post-item .post-item_inner .post-image .post-categories .category-item{margin-right:10px}
body .posts-wrapper .post-item .post-item_inner .post-image .post-categories .category-item .category-item_inner{border-radius:5px;-webkit-box-shadow:none;box-shadow:none;padding-left:8px;padding-right:8px;color:#002e47;font-size:14px;font-weight:400;line-height:140%}
@media (max-width:767px){
body .posts-wrapper .post-item .post-item_inner .post-body{padding:12px}
}
body .posts-wrapper .post-item .post-item_inner .post-body .post-title{margin-bottom:24px}
body .posts-wrapper .post-item .post-item_inner .post-body .post-title a{color:#002e47;font-size:28px;font-weight:600;line-height:34px}
@media (max-width:767px){
body .posts-wrapper .post-item .post-item_inner .post-body .post-title a{font-size:18px;line-height:30px}
}
body .posts-wrapper .post-item .post-item_inner .post-body .post-description p{color:#878787;font-size:16px;line-height:140%}
body .posts-wrapper .post-item .post-item_inner .post-body .post-meta{position:absolute;bottom:36px;left:24px;right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
body .posts-wrapper .post-item .post-item_inner .post-body .post-meta{bottom:24px}
}
body .posts-wrapper .post-item .post-item_inner .post-body .post-meta .published{color:#878787;font-size:16px;line-height:140%;display:none}
body .posts-wrapper .post-item .post-item_inner .post-body .post-meta .link{color:#101010;font-size:16px;font-weight:700;line-height:140%}
body .posts-wrapper .no-found{padding-left:12px;padding-right:12px;font-size:24px;font-weight:700}
body .post-meta_new{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body .post-meta_new .post-categories{margin-right:24px}
body .post-meta_new .post-date{color:#767676;font-size:14px;font-weight:500}
body .connect-section{background-repeat:no-repeat;background-position:center 0;background-size:cover}
body .connect-section.new-connect-section .connect-section_inner{padding:120px 0}
@media (max-width:767px){
body .connect-section.new-connect-section .connect-section_inner{padding-top:100px;padding-bottom:100px}
}
body .connect-section.new-connect-section .container-small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
body .connect-section .connect-section_inner{position:relative;min-height:860px;background-color:rgba(0,0,0,.85);padding:157px 8%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
@media (max-width:1199px){
body .connect-section .connect-section_inner{padding:80px 25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:500px}
}
@media (max-width:767px){
body .connect-section .connect-section_inner{min-height:100vh}
}
body .connect-section .connect-section_inner .decor{position:absolute;right:0;bottom:0}
@media (max-width:1199px){
body .connect-section .connect-section_inner .decor{display:none}
}
body .connect-section .connect-section_inner .connect-section_content{max-width:760px;position:relative;z-index:1}
body .connect-section .connect-section_inner .connect-title{margin-bottom:20px;color:#fff;font-family:Poppins,sans-serif;font-size:48px;font-weight:300;line-height:1.3}
@media (max-width:767px){
body .connect-section .connect-section_inner .connect-title{font-size:32px;line-height:42px;letter-spacing:0}
}
body .connect-section .connect-section_inner .connect-text{margin-bottom:32px}
body .connect-section .connect-section_inner .connect-text p{color:#fff;font-size:24px;font-weight:500;line-height:174%}
@media (max-width:1199px){
body .connect-section .connect-section_inner .connect-text p{text-align:center}
}
@media (max-width:767px){
body .connect-section .connect-section_inner .connect-text p{font-size:20px;line-height:1.6}
}
body .connect-section .connect-section_inner .buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
body{background-color:#f6f6f6;color:#002e47}
body.page-template-page-calculator{background-color:#f7f8fa;font-family:Poppins,sans-serif;padding-top:180px}
@media (max-width:1199px){
body.page-template-page-calculator{padding-top:100px}
}
body.page-template-page-calculator a,body.page-template-page-calculator button,body.page-template-page-calculator div,body.page-template-page-calculator input,body.page-template-page-calculator textarea{font-family:Poppins,sans-serif}
body.page-template-page-calculator select{font-family:Poppins,sans-serif}
body.page-template-page-calculator h1,body.page-template-page-calculator h2,body.page-template-page-calculator h3,body.page-template-page-calculator h4,body.page-template-page-calculator h5,body.page-template-page-calculator h6{font-family:Poppins,sans-serif}
body.page-template-page-calculator p{font-family:Poppins,sans-serif}
body.page-template-page-calculator a{font-family:Poppins,sans-serif}
body .container-my{width:100%;max-width:1240px;margin-left:auto;margin-right:auto}
body .page-header{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:767px){
body .page-header{margin-bottom:34px;padding-left:16px;padding-right:16px}
}
body .page-header .page-disclaimer{color:#9f5afd;text-align:center;font-size:18px;font-weight:600;text-transform:uppercase}
@media (max-width:767px){
body .page-header .page-disclaimer{margin-bottom:10px;font-size:14px}
}
body .page-header .page-title{margin-bottom:8px;text-align:center;font-size:32px;font-weight:600;letter-spacing:-.64px}
@media (max-width:767px){
body .page-header .page-title{margin-bottom:10px;font-size:24px}
}
body .page-header .page-intro{max-width:830px}
body .page-header .page-intro p{color:#4a4a4a;text-align:center}
body .page-content{padding-bottom:8px}
@media (max-width:1199px){
body .page-content{padding-left:7px;padding-right:7px}
}
body .calculator-wrapper{padding:26px 50px 46px;border-radius:12px;background:#fff;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
body .calculator-wrapper{display:block;position:relative;padding-bottom:16px}
}
@media (max-width:767px){
body .calculator-wrapper{padding-top:20px;padding-left:10px;padding-right:10px}
}
body .calculator-wrapper.calculated .buttons .thm-btn{pointer-events:auto;background-color:#9f5afd;border-color:#9f5afd}
body .calculator-wrapper.calculated .calculator-right .shadow-item{border-bottom-color:#9f5afd}
body .calculator-wrapper.calculated .calculator-right .total-benefits .value{color:#9f5afd}
body .calculator-wrapper.calculated .chart-items .chart-item .total{color:#002e47}
body .calculator-wrapper.calculated .chart-items .chart-item .chart{height:200px}
body .calculator-wrapper.calculated .chart-items .chart-item .chart.azami{height:150px}
body .calculator-wrapper .calculator-left{max-width:500px;-webkit-box-flex:0;-ms-flex:0 0 500px;flex:0 0 500px}
@media (max-width:1199px){
body .calculator-wrapper .calculator-left{max-width:100%;margin-bottom:30px}
}
body .calculator-wrapper .calculator-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:65px}
@media (max-width:1199px){
body .calculator-wrapper .calculator-right{padding-left:0}
}
body .calculator-wrapper .calculator-right .buttons{margin-top:20px}
body .calculator-wrapper .calculator-right .buttons .thm-btn{width:100%}
body .calculator-wrapper .calculator-right .shadow-item{position:relative;margin-top:20px;height:330px;border-radius:12px;border-bottom:5px solid #b3b3b3;background:#fff;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding:12px 35px 15px}
@media (max-width:767px){
body .calculator-wrapper .calculator-right .shadow-item{padding-left:12px;padding-right:12px}
}
body .calculator-wrapper .calculator-right .shadow-item:first-child{height:auto;margin-top:0;padding-bottom:10px}
body .calculator-wrapper .calculator-right .shadow-item .block-title{margin-bottom:0;position:absolute;left:0;top:10px;width:100%;text-align:center}
body .calculator-wrapper .calculator-right .total-benefits{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:26px}
body .calculator-wrapper .calculator-right .total-benefits .value{color:#b3b3b3;text-align:center;font-size:42px;font-weight:700;letter-spacing:-1.26px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .calculator-wrapper .calculator-right .total-benefits .title{position:relative;color:#979797;text-align:center;font-size:16px;font-weight:500;letter-spacing:-.32px}
body .calculator-wrapper .calculator-right .summary-item{padding-bottom:20px;padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
body .calculator-wrapper .calculator-right .summary-item{padding-left:10px;padding-right:10px;padding-bottom:20px;margin-bottom:20px}
}
body .calculator-wrapper .calculator-right .summary-item .title{position:relative;max-width:150px;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;color:#0b0b0b;font-size:16px;letter-spacing:-.32px}
@media (max-width:767px){
body .calculator-wrapper .calculator-right .summary-item .title{max-width:130px;-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px;font-size:14px}
}
body .calculator-wrapper .calculator-right .summary-item .title span{color:#9f5afd}
body .calculator-wrapper .calculator-right .summary-item .filling,body .calculator-wrapper .calculator-right .summary-item .renewals{max-width:80px;-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}
body .calculator-wrapper .calculator-right .summary-item .filling .value,body .calculator-wrapper .calculator-right .summary-item .renewals .value{color:#002e47;font-size:16px;letter-spacing:-.32px;text-align:center}
body .calculator-wrapper .calculator-right .summary-item .filling .label,body .calculator-wrapper .calculator-right .summary-item .renewals .label{margin-top:9px;color:#979797;text-align:center;font-size:16px;font-weight:500;letter-spacing:-.32px}
body .calculator-wrapper .calculator-right .summary-item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;display:none}
body .calculator-wrapper .calculator-right .summary-item:last-child .title{font-weight:500}
body .calculator-wrapper .block-item{margin-bottom:71px}
@media (max-width:767px){
body .calculator-wrapper .block-item{margin-bottom:10px}
}
body .calculator-wrapper .block-item:last-child{margin-bottom:0}
@media (max-width:1199px){
body .calculator-wrapper .block-item .buttons{position:absolute;bottom:35px;left:50px;right:50px;z-index:2}
}
@media (max-width:767px){
body .calculator-wrapper .block-item .buttons{left:10px;right:10px}
}
body .calculator-wrapper .block-item .buttons .thm-btn{width:100%}
body .services-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px;margin-left:-10px;margin-right:-10px}
body .services-items .service-item{max-width:145px;-webkit-box-flex:0;-ms-flex:0 0 145px;flex:0 0 145px;padding-left:10px;padding-right:10px}
body .services-items .service-item.active .service-item_input{opacity:1}
body .services-items .service-item .service-item_label{display:block;margin-bottom:10px}
body .services-items .service-item .service-item_label input{display:none}
body .services-items .service-item .service-item_label input:checked+.label{border-width:2px;border-color:#9f5afd;background:#f5eeff}
body .services-items .service-item .service-item_label input:checked+.label:after{opacity:1}
body .services-items .service-item .service-item_label .label{position:relative;padding:11px;height:118px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:12px;border:1px solid #f0f0f0;background:#fff;-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.1);box-shadow:0 4px 10px 0 rgba(0,0,0,.1)}
body .services-items .service-item .service-item_label .label:after{position:absolute;right:10px;top:10px;display:block;content:"";width:16px;height:13px;background:url(../img/check_mark.svg) center no-repeat;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .services-items .service-item .service-item_label .label .icon{height:55px;margin-bottom:8px;width:50px}
body .services-items .service-item .service-item_label .label .title{display:block;font-size:14px;font-weight:600;letter-spacing:-.28px}
body .services-items .service-item .service-item_input{opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .services-items .service-item .service-item_input input{display:block;width:100%;padding:8px 8px 7px;border-radius:8px;border:none;background:#fff;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1);text-align:center;font-size:20px;font-weight:600;letter-spacing:-.4px}
body .services-note{color:#8f8f8f;font-size:12px;letter-spacing:-.24px;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .services-note.active{opacity:1}
body .chart-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;height:100%}
body .chart-items .chart-item{width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}
body .chart-items .chart-item .total{margin-bottom:10px;color:#8a8a8a;font-size:16px;letter-spacing:-.32px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .chart-items .chart-item .chart{margin-bottom:8px;width:100px;height:1px;background-color:#6e6e70;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .chart-items .chart-item .chart.azami{background-color:#9f5afd}
body .chart-items .chart-item .title{position:relative;color:#0b0b0b;font-size:16px;font-weight:500;letter-spacing:-.32px}
body .revenue-mark{margin-top:6px;padding-left:12px;color:#838383;font-size:14px;font-weight:500;letter-spacing:-.28px}
body .revenue-mark span{color:#9f5afd}
body .tooltip{position:absolute;left:-20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media (max-width:1199px){
body .tooltip{display:none}
}
body .tooltip:hover .tooltip-content{display:block}
body .tooltip .tooltip-content{position:absolute;left:50%;-webkit-transform:translate(-50%,-110%);-ms-transform:translate(-50%,-110%);transform:translate(-50%,-110%);width:300px;border-radius:3px;padding:7px;background-color:#002e47;color:#fff;font-family:Poppins,sans-serif;font-size:12px;display:none;letter-spacing:-.24px}
body .tooltip .tooltip-content:after{position:absolute;left:50%;bottom:-10px;display:block;content:"";border-top:20px solid #002e47;border-left:18px solid transparent;border-right:18px solid transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}
body .tooltip .tooltip-icon{cursor:pointer}
body .block-title{margin-bottom:13px;font-size:20px;font-weight:600;letter-spacing:-.4px}
body .block-title.mb-0{margin-bottom:0}
@media (max-width:1199px){
body{padding-top:53px}
}
body.menu-open .site-header{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
body.menu-open .header-mobile .open-menu span.top{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:50%!important}
body.menu-open .header-mobile .open-menu span.middle{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
body.menu-open .header-mobile .open-menu span.bottom{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:50%!important}
@media (max-width:1199px){
body#new-design-body{padding-top:82px}
}
body#new-design-body .header-mobile{background-color:#fff;border:1px solid #dedede;height:auto;padding-top:10px;padding-bottom:10px}
body#new-design-body .header-mobile .logo img{-webkit-filter:invert(0);filter:invert(0);max-height:60px}
body#new-design-body .header-mobile .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body#new-design-body .header-mobile .header-right .buttons{margin-right:8px}
body#new-design-body .header-mobile .header-right .buttons .main-btn{font-size:14px;line-height:1;font-weight:500}
body#new-design-body .header-mobile .open-menu{width:32px;height:32px}
body#new-design-body .header-mobile .open-menu span{left:3px;width:26px;background-color:#000}
body#new-design-body .header-mobile .open-menu span.top{top:8px}
body#new-design-body .header-mobile .open-menu span.middle{top:16px}
body#new-design-body .header-mobile .open-menu span.bottom{top:24px}
.header-mobile{display:none}
@media (max-width:1199px){
.header-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;left:0;top:0;width:100%;padding:12px 24px;background-color:#101010;z-index:99999;height:54px}
}
.header-mobile .logo a{display:block}
.header-mobile .logo img{max-height:30px;-webkit-filter:invert(1);filter:invert(1)}
.header-mobile .open-menu{position:relative;width:24px;height:24px}
.header-mobile .open-menu span{position:absolute;left:2px;width:20px;height:2px;background-color:#fff;border-radius:20px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.header-mobile .open-menu span.top{top:5px}
.header-mobile .open-menu span.middle{top:11px}
.header-mobile .open-menu span.bottom{top:17px}
.site-header{position:absolute;left:0;top:0;width:100%;z-index:5}
@media (max-width:1199px){
.site-header{position:fixed;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);background:rgba(16,16,16,.97);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);min-height:100vh;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;z-index:9999}
}
@media (min-width:1200px){
.site-header.fixed{position:fixed;background-color:#fff}
}
.site-header.fixed .header-top{display:none}
@media (min-width:1200px){
.site-header.fixed .header-inner .header-left .logo{-webkit-filter:invert(1);filter:invert(1)}
}
@media (min-width:1200px){
.site-header.fixed .header-inner .header-right .link{color:#002e47}
}
@media (min-width:1200px){
.site-header.fixed .menu li a{color:#002e47}
}
@media (min-width:1200px){
.site-header.fixed .menu li a:after,.site-header.fixed .menu li a:before{background-color:#002e47!important}
}
.site-header .header-top{position:relative;background:#f1e7fe;padding-top:12px;padding-bottom:12px;color:#002e47;text-align:center;font-size:16px;line-height:120%;letter-spacing:-.16px}
@media (max-width:1199px){
.site-header .header-top{display:none}
}
.site-header .header-top a{text-decoration:underline;color:#9f5afd}
.site-header .header-top .close-advertise{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8%}
.site-header .header-inner{padding-top:25px;padding-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.site-header .header-inner{padding-top:70px;padding-bottom:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}
}
.site-header .header-inner .header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.site-header .header-inner .header-left{width:100%;margin-bottom:80px;display:block}
}
.site-header .header-inner .header-left .logo{margin-right:50px}
@media (max-width:1199px){
.site-header .header-inner .header-left .logo{display:none}
}
.site-header .header-inner .header-left .logo img{max-width:72px;-webkit-filter:invert(1);filter:invert(1)}
.site-header .header-inner .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.site-header .header-inner .header-right{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
}
.site-header .header-inner .header-right .buttons{margin-left:26px}
.site-header .header-inner .header-right .link{color:#fff;font-size:16px;font-weight:600;line-height:1.5}
@media (max-width:1199px){
.site-header .header-inner .header-right .menu{margin-bottom:0}
}
@media (max-width:1199px){
.site-header .header-inner .header-right .menu li .sub-menu{position:absolute;padding:0;top:-100%}
}
.site-header .menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}
@media (max-width:1199px){
.site-header .menu{display:block;margin-bottom:20px;border-bottom:1px dashed rgba(0,0,0,.15)}
}
.site-header .menu li{display:block;margin-left:40px}
@media (max-width:1199px){
.site-header .menu li{margin-left:0}
}
.site-header .menu li.menu-item-has-children{position:relative}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children{position:static}
}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children.sub-menu-open>a{color:#9f5afd!important}
}
.site-header .menu li.menu-item-has-children.sub-menu-open>a:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children.sub-menu-open>a:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#002e47!important}
}
.site-header .menu li.menu-item-has-children.sub-menu-open>a:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children.sub-menu-open>a:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#002e47!important}
}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children.sub-menu-open .sub-menu{display:block}
}
.site-header .menu li.menu-item-has-children>a{padding-right:24px;position:relative;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children>a{padding-right:54px}
}
.site-header .menu li.menu-item-has-children>a:after,.site-header .menu li.menu-item-has-children>a:before{position:absolute;right:6px;top:25px;display:block;content:"";width:10px;height:2px;border-radius:5px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children>a:after,.site-header .menu li.menu-item-has-children>a:before{right:0;top:29px;background-color:#fff}
}
.site-header .menu li.menu-item-has-children>a:after{right:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
@media (max-width:1199px){
.site-header .menu li.menu-item-has-children>a:after{top:36px}
}
@media (min-width:1200px){
.site-header .menu li.menu-item-has-children:hover>a:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
}
@media (min-width:1200px){
.site-header .menu li.menu-item-has-children:hover>a:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
}
.site-header .menu li.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.site-header .menu li:first-child{margin-left:0}
.site-header .menu li a{padding-top:13px;padding-bottom:13px;color:#fff;font-size:18px;font-weight:600;line-height:24px}
@media (max-width:1440px){
.site-header .menu li a{font-size:14px}
}
@media (max-width:1199px){
.site-header .menu li a{width:100%;font-size:18px;padding-top:20px;padding-bottom:20px;font-weight:500;color:#fff}
}
.site-header .menu li .sub-menu{position:absolute;left:0;min-width:190px;top:110%;padding:0 6px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);border:1px solid #bebebe;border-radius:10px;background:#fff;opacity:0;visibility:hidden;-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.05);box-shadow:0 10px 30px 0 rgba(0,0,0,.05);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;z-index:5}
@media (max-width:1199px){
.site-header .menu li .sub-menu{top:0;left:0;padding:100px 24px 0;opacity:1;visibility:visible;-webkit-box-shadow:none;box-shadow:none;border-radius:0;-webkit-transform:none;-ms-transform:none;transform:none;border:none;width:100%;height:100vh;overflow-y:auto;display:none}
}
.site-header .menu li .sub-menu:before{position:absolute;left:18px;top:-14px;display:block;content:"";border-bottom:20px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;z-index:-1;-webkit-filter:drop-shadow(0 0 1px #333);filter:drop-shadow(0 0 1px #333)}
@media (max-width:1199px){
.site-header .menu li .sub-menu:before{display:none}
}
.site-header .menu li .sub-menu li{position:relative;margin-left:0;border-radius:10px;background-color:#fff;z-index:1}
@media (max-width:1199px){
.site-header .menu li .sub-menu li{border-radius:0;background-color:transparent}
}
.site-header .menu li .sub-menu li:first-child{padding-top:6px}
@media (max-width:1199px){
.site-header .menu li .sub-menu li:first-child{padding-top:0}
}
.site-header .menu li .sub-menu li:last-child{margin-bottom:0;padding-bottom:6px}
@media (max-width:1199px){
.site-header .menu li .sub-menu li:last-child{padding-bottom:0}
}
.site-header .menu li .sub-menu li a{display:block;width:100%;padding:7px 16px;color:#112034;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;border-radius:6px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
.site-header .menu li .sub-menu li a{padding:16px 0;color:#fff;font-weight:400}
}
.site-header .menu li .sub-menu li a:hover{background-color:#ebebeb}
.site-header .platform-sub_menu{display:block;padding-bottom:12px;margin-bottom:32px;border-bottom:1px solid #cfcfcf}
@media (max-width:1199px){
.site-header .platform-sub_menu{padding-bottom:20px;margin-bottom:20px}
}
.site-header .platform-sub_menu.sub-menu-open .platform-submenu_wrapper{display:block}
.site-header .platform-sub_menu:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}
.site-header .platform-sub_menu .sub-menu-heading{display:block;color:#002e47;font-size:20px;font-weight:600;line-height:1.5;pointer-events:none}
@media (max-width:1199px){
.site-header .platform-sub_menu .sub-menu-heading{pointer-events:auto;position:relative;cursor:pointer;font-size:16px;font-weight:500}
.site-header .platform-sub_menu .sub-menu-heading:after,.site-header .platform-sub_menu .sub-menu-heading:before{position:absolute;right:0;top:8px;display:block;content:"";width:10px;height:2px;border-radius:5px;background-color:#002e47;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.site-header .platform-sub_menu .sub-menu-heading:after{right:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:15px}
}
.site-header .platform-sub_menu .sub-menu-subheading{color:#002e47;font-size:14px;line-height:1.5}
@media (max-width:1199px){
.site-header .platform-sub_menu .sub-menu-subheading{display:none}
}
.site-header .platform-sub_menu .platform-submenu_wrapper{display:block}
@media (max-width:1199px){
.site-header .platform-sub_menu .platform-submenu_wrapper{display:none;position:absolute;left:0;top:0;padding-left:24px;padding-right:24px;padding-top:100px;background-color:#fff;width:100%;height:100vh;overflow-y:auto;z-index:2}
}
.site-header .platform-sub_menu .platform-submenu_wrapper .submenu-back-btn{display:none}
@media (max-width:1199px){
.site-header .platform-sub_menu .platform-submenu_wrapper .submenu-back-btn{display:block;font-size:18px;font-weight:700}
}
.site-header .platform-sub_menu .platform-submenu_wrapper .submenu-back-btn span{font-size:24px;font-weight:700}
.site-header .platform-sub_menu .platform-submenu_wrapper>ul{margin-top:32px!important}
.main-header{margin-bottom:20px}
@media (max-width:767px){
.main-header{margin-bottom:40px}
}
.main-header .header-inner{position:relative;padding-top:20px;padding-bottom:20px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.1);box-shadow:0 4px 25px 0 rgba(0,0,0,.1)}
.main-header .header-inner .logo a{display:block}
.main-header .header-inner .logo img{max-height:44px}
.main-header .header-inner .open-menu{position:absolute;left:70px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;display:none}
@media (max-width:1199px){
.main-header .header-inner .open-menu{left:16px;max-width:27px}
}
.main-footer{padding-top:20px;padding-bottom:20px}
.main-footer#main-footer{background:#04273d;padding:120px 0 25px}
@media (max-width:1199px){
.main-footer#main-footer{padding:40px 0}
}
.main-footer .addresses{-webkit-columns:unset;-moz-columns:unset;columns:unset}
.main-footer .footer-top{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.main-footer .footer-top{display:block}
}
@media (max-width:767px){
.main-footer .footer-top{margin-bottom:0}
}
.main-footer .footer-top .footer-top_left{max-width:440px;-webkit-box-flex:0;-ms-flex:0 0 440px;flex:0 0 440px}
@media (max-width:1199px){
.main-footer .footer-top .footer-top_left{max-width:100%;margin-bottom:40px}
}
.main-footer .footer-top .footer-top_right{max-width:56%;-webkit-box-flex:0;-ms-flex:0 0 56%;flex:0 0 56%;padding-top:135px}
@media (max-width:1199px){
.main-footer .footer-top .footer-top_right{max-width:100%;padding-top:0}
}
.main-footer .footer-top .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
.main-footer .footer-top .menu{-ms-flex-wrap:wrap;flex-wrap:wrap}
}
@media (max-width:767px){
.main-footer .footer-top .menu>li{padding-right:35px;margin-bottom:45px}
}
.main-footer .footer-top .menu>li>a{display:none}
.main-footer .footer-top .menu>li>.sub-menu>li{margin-bottom:45px}
.main-footer .footer-top .menu>li>.sub-menu>li>a{margin-bottom:16px;color:#fff;font-size:22px;font-weight:600;line-height:24px;letter-spacing:-1px}
@media (max-width:767px){
.main-footer .footer-top .menu>li>.sub-menu>li>a{font-size:20px}
}
.main-footer .footer-top .menu>li>.sub-menu>li:last-child{margin-bottom:0}
.main-footer .footer-top .menu>li>.sub-menu .sub-menu li{margin-bottom:12px}
.main-footer .footer-top .menu>li>.sub-menu .sub-menu li:last-child{margin-bottom:0}
.main-footer .footer-top .menu>li>.sub-menu .sub-menu li a{color:#fff;font-size:16px;line-height:22px}
@media (max-width:767px){
.main-footer .footer-top .menu>li>.sub-menu .sub-menu li a{font-size:14px}
}
.main-footer .logo{margin-bottom:20px}
@media (max-width:767px){
.main-footer .logo{margin-bottom:16px;max-width:150px}
}
.main-footer .logo a{display:block}
.main-footer .logo img{max-width:150px;min-height:125px;-webkit-filter:invert(1);filter:invert(1)}
.main-footer .slogan{margin-bottom:44px;max-width:400px}
@media (max-width:767px){
.main-footer .slogan{margin-bottom:40px;max-width:100%}
}
.main-footer .slogan .slogan-title{margin-bottom:10px;color:#fff;font-size:26px;font-weight:700;line-height:1;letter-spacing:-1px}
@media (max-width:767px){
.main-footer .slogan .slogan-title{font-size:20px}
}
.main-footer .slogan .slogan-text{color:#fff;font-size:18px;font-weight:300;line-height:24px}
@media (max-width:767px){
.main-footer .slogan .slogan-text{font-size:14px}
}
.main-footer .footer-bottom{padding-top:25px;border-top:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:991px){
.main-footer .footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
}
.main-footer .footer-bottom .copyright{color:#fff;font-size:14px;line-height:22px}
@media (max-width:991px){
.main-footer .footer-bottom .copyright{margin-top:20px}
}
@media (max-width:767px){
.main-footer .footer-bottom .copyright{margin-top:20px;font-size:12px}
}
.main-footer .footer-bottom .privacy-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:767px){
.main-footer .footer-bottom .privacy-menu .menu{-ms-flex-wrap:wrap;flex-wrap:wrap}
}
.main-footer .footer-bottom .privacy-menu .menu li{padding-right:10px;margin-right:10px;border-right:1px solid #fff}
@media (max-width:767px){
.main-footer .footer-bottom .privacy-menu .menu li{margin-bottom:10px}
}
.main-footer .footer-bottom .privacy-menu .menu li:last-child{padding-right:0;margin-right:0;border-right:none}
.main-footer .footer-bottom .privacy-menu .menu li a{display:block;color:#fff;font-size:14px;line-height:18px}
@media (max-width:767px){
.main-footer .footer-bottom .privacy-menu .menu li a{font-size:12px}
}
.main-footer .menu{padding:0;margin:0}
.main-footer .menu ul{padding:0;margin:0}
.main-footer .menu li{display:block}
.main-footer .copyright p{text-align:center;color:#8f8f8f;font-size:16px;font-weight:500;letter-spacing:-.32px}
.addresses .addresses-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}
@media (max-width:767px){
.addresses .addresses-wrapper{margin-left:-10px;margin-right:-10px}
}
.addresses .addresses-wrapper .address-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:20px;padding-right:20px;margin-top:32px;color:#fff;font-size:16px;font-weight:300;line-height:200%}
@media (max-width:767px){
.addresses .addresses-wrapper .address-item{padding-left:10px;padding-right:10px;font-size:12px;margin-top:24px}
}
.addresses .addresses-wrapper .address-item .country{font-size:18px;font-weight:700;color:#fff}
@media (max-width:767px){
.addresses .addresses-wrapper .address-item .country{font-size:16px}
}
.addresses .addresses-wrapper .address-item:first-child{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:0}
.addresses .addresses-wrapper .address-item:first-child .offices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}
@media (max-width:767px){
.addresses .addresses-wrapper .address-item:first-child .offices{margin-left:-10px;margin-right:-10px}
}
.addresses .addresses-wrapper .address-item:first-child .offices .office-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:20px;padding-right:20px}
@media (max-width:767px){
.addresses .addresses-wrapper .address-item:first-child .offices .office-item{padding-left:10px;padding-right:10px}
}
.site-form .form-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-18px;margin-right:-18px;margin-bottom:20px}
.site-form .form-items .form-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:18px;padding-right:18px;margin-bottom:15px}
.site-form .form-items .form-item.error .form-item_label.checkbox .label{color:#f52c33}
.site-form .form-items .form-item.error .form-item_label.checkbox .label:before{border-color:#f52c33}
.site-form .form-items .form-item.error .form-item_label.checkbox .label a{color:#f52c33}
.site-form .form-items .form-item.error .form-item_label .name{color:#f52c33!important}
.site-form .form-items .form-item.error .form-item_label .form-input{color:#f52c33;border-color:#f52c33}
.site-form .form-items .form-item.error .form-item_label.file-label .label{border-color:#f52c33;border-width:2px;color:#f52c33}
.site-form .form-items .form-item.error.empty .error-mess{opacity:0}
.site-form .form-items .form-item.error.empty .error-mess.empty{opacity:1}
.site-form .form-items .form-item.col-1-2{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
@media (max-width:480px){
.site-form .form-items .form-item.col-1-2{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
.site-form .form-items .form-item .form-item_label{display:block;position:relative}
.site-form .form-items .form-item .form-item_label.checkbox{margin-top:5px}
.site-form .form-items .form-item .form-item_label.checkbox input{display:none}
.site-form .form-items .form-item .form-item_label.checkbox input:checked+.label:after{opacity:1}
.site-form .form-items .form-item .form-item_label.checkbox .label{position:relative;padding-top:5px;padding-bottom:8px;display:block;padding-left:45px;color:rgba(18,26,33,.5);font-family:"Open Sans",sans-serif;font-size:16px;font-weight:500;line-height:152.5%;letter-spacing:-.48px}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label.checkbox .label{padding-top:0;padding-bottom:0;padding-left:35px}
}
.site-form .form-items .form-item .form-item_label.checkbox .label:before{position:absolute;left:0;top:0;display:block;content:"";width:35px;height:35px;border-radius:8px;border:2px solid #112034;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label.checkbox .label:before{width:24px;height:24px;border-radius:4px}
}
.site-form .form-items .form-item .form-item_label.checkbox .label:after{position:absolute;left:8px;top:10px;display:block;content:"";width:18px;height:8px;border-left:2px solid #112034;border-bottom:2px solid #112034;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label.checkbox .label:after{left:6px;top:3px}
}
.site-form .form-items .form-item .form-item_label.checkbox .label a{color:rgba(18,26,33,.5);font-family:"Open Sans",sans-serif;text-decoration:underline}
.site-form .form-items .form-item .form-item_label.file-label{margin-bottom:8px}
.site-form .form-items .form-item .form-item_label.file-label.has-file .label{border-color:#7746d6}
.site-form .form-items .form-item .form-item_label.file-label input{display:none}
.site-form .form-items .form-item .form-item_label.file-label .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 24px;height:50px;border-radius:8px;border:1px solid rgba(128,111,160,.38);color:#7746d6;font-size:16px;font-weight:500;line-height:160%;background:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.site-form .form-items .form-item .form-item_label.file-label .label .icon{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px;margin-left:10px}
.site-form .form-items .form-item .form-item_label .error-mess{position:absolute;right:0;top:100%;color:#f52c33;font-size:12px;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.site-form .form-items .form-item .form-item_label .name{position:absolute;left:20px;top:17px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;color:#112034;font-family:"Open Sans",sans-serif;font-size:18px;font-weight:500;letter-spacing:-.54px}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label .name{font-size:16px}
}
.site-form .form-items .form-item .form-item_label .form-input{display:block;width:100%;padding:19px 20px 16px;border-radius:5px;border:1px solid #eee;background:#fff;-webkit-box-shadow:0 0 20px -6px rgba(145,106,255,.3);box-shadow:0 0 20px -6px rgba(145,106,255,.3);color:#112034;font-family:"Open Sans",sans-serif;font-size:18px;font-weight:500;letter-spacing:-.54px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label .form-input{padding-top:16px;padding-bottom:13px;font-size:16px}
}
.site-form .form-items .form-item .form-item_label .form-input.focus+.name,.site-form .form-items .form-item .form-item_label .form-input:focus+.name{top:6px;color:#686868;font-size:10px;font-weight:700;letter-spacing:-.3px}
.site-form .form-items .form-item .form-item_label .form-input.textarea{height:300px;resize:none}
@media (max-width:480px){
.site-form .form-items .form-item .form-item_label .form-input.textarea{height:170px}
}
.site-form .form-items .form-item .form-item_note{border-radius:8px;background:rgba(159,90,253,.09);padding:8px 16px;color:#573d8a;font-size:14px;line-height:160%;text-align:center}
.success-message{position:absolute;left:0;bottom:30px;width:100%;color:#309330;text-align:center;font-family:"Open Sans",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:152.5%;letter-spacing:-.48px;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.success-message.open{opacity:1}
.modal{position:fixed;left:0;top:0;width:100%;height:100%;overflow-y:auto;z-index:9999;display:none;background-color:rgba(0,0,0,.8)}
.modal.modal-video .modal-dialog{height:100%}
.modal.modal-video .modal-dialog .modal-content{width:auto;padding:0;background:0 0;border-radius:0}
.modal.modal-video .modal-dialog .modal-content .close-modal{right:-40px;top:-40px}
.modal.modal-video .modal-dialog .modal-content .close-modal:after,.modal.modal-video .modal-dialog .modal-content .close-modal:before{background-color:#fff}
.modal .modal-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:50px;padding-bottom:50px}
@media (max-width:480px){
.modal .modal-dialog{padding:10px}
}
.modal .modal-dialog .modal-content{width:100%;max-width:790px;border-radius:12px;background-color:#fff;padding:48px 56px 30px;position:relative}
.modal .modal-dialog .modal-content .modal-body{position:relative}
.modal .modal-dialog .modal-content .modal-title{margin-bottom:32px;font-size:36px;font-weight:600;line-height:43px;text-align:left}
.modal .modal-dialog .modal-content .close-modal{position:absolute;right:56px;top:48px;width:22px;height:22px}
.modal .modal-dialog .modal-content .close-modal:after,.modal .modal-dialog .modal-content .close-modal:before{position:absolute;display:block;content:"";top:50%;left:0;width:100%;height:2px;background-color:#002e47;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.modal .modal-dialog .modal-content .close-modal:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.modal .form-wrapper{max-width:380px;margin-left:auto;margin-right:auto}
.modal .form-wrapper.full-width{max-width:100%}
.modal .buttons .thm-btn{padding-top:20px;padding-bottom:20px;width:100%;font-size:26px;font-weight:600;line-height:30px;font-family:"Open Sans",sans-serif}
@media (max-width:480px){
.modal .buttons .thm-btn{padding-top:12px;padding-bottom:12px;font-size:22px}
}
body .moveUp{-webkit-animation:moveUp 1s infinite ease-out;animation:moveUp 1s infinite ease-out}
body .delay-1{-webkit-animation-delay:.2s;animation-delay:.2s}
body .delay-2{-webkit-animation-delay:.4s;animation-delay:.4s}
body .delay-3{-webkit-animation-delay:.6s;animation-delay:.6s}
body .delay-4{-webkit-animation-delay:.8s;animation-delay:.8s}
@-webkit-keyframes moveUp{
0%{-webkit-transform:translateY(0);transform:translateY(0)}
20%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
40%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes moveUp{
0%{-webkit-transform:translateY(0);transform:translateY(0)}
20%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}
40%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
body.preloader .ajax-preloader{opacity:1;visibility:visible}
body .ajax-preloader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999999;background-color:rgba(0,0,0,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
body .ajax-preloader .loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body .ajax-preloader .loader .loader__ball{width:16px;height:16px;border-radius:50%;margin-left:5px;margin-right:5px;background-color:#fff}
.table .thead .tr{background-color:transparent!important}
.table .thead .tr .td{color:#858585;font-size:12px;letter-spacing:-.24px;padding-top:0;padding-bottom:10px}
.table .tr{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.table .tr:nth-child(2n+1){background-color:#f6f0ff}
.table .tr.big{background-color:transparent;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.table .tr.big .td{padding-top:15px;padding-bottom:15px;padding-right:0;text-align:right}
.table .tr.big .td:last-child{text-align:left}
.table .tr .td{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;padding:6px 8px;font-size:16px;letter-spacing:-.32px}
@media (max-width:767px){
.table .tr .td{max-width:18%;-webkit-box-flex:0;-ms-flex:0 0 18%;flex:0 0 18%;padding-left:10px;padding-right:10px;font-size:14px}
}
.table .tr .td:first-child{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}
@media (max-width:767px){
.table .tr .td:first-child{max-width:64%;-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%}
}
.table .tr .td:nth-child(2){text-align:center}
@-webkit-keyframes scrollLeft{
0%{-webkit-transform:translateX(0);transform:translateX(0)}
100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}
}
@keyframes scrollLeft{
0%{-webkit-transform:translateX(0);transform:translateX(0)}
100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}
}
@-webkit-keyframes scale{
0%{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale{
0%{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.05);transform:scale(1.05)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
.inner-page .page-banner{background:#081523;padding-top:180px;padding-bottom:110px}
@media (max-width:1199px){
.inner-page .page-banner{padding-top:56px;padding-bottom:42px}
}
.inner-page .page-banner.white{background:#fdfdfd}
@media (max-width:1199px){
.inner-page .page-banner.white{background-color:#f6f6f6}
}
.inner-page .page-banner.white .page-title{color:#002e47;font-size:64px;font-weight:700;letter-spacing:-1.92px}
@media (max-width:1700px){
.inner-page .page-banner.white .page-title{font-size:50px}
}
@media (max-width:991px){
.inner-page .page-banner.white .page-title{font-size:38px;font-weight:700;line-height:1.4}
}
@media (max-width:767px){
.inner-page .page-banner.white .page-title{font-size:28px}
}
.inner-page .page-banner.white .page-text p{color:#6b6b6b}
.inner-page .page-banner.white .page-banner_wrapper .page-banner_image{position:relative}
.inner-page .page-banner.white .page-banner_wrapper .page-banner_image .post-categories{position:absolute;left:28px;top:38px}
@media (max-width:767px){
.inner-page .page-banner.white .page-banner_wrapper .page-banner_image .post-categories{left:16px;top:16px}
}
.inner-page .page-banner.bg-color{background-color:#04273d!important}
.inner-page .page-banner .page-banner_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.inner-page .page-banner .page-banner_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.inner-page .page-banner .page-banner_wrapper.image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .page-banner .page-banner_wrapper.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.inner-page .page-banner .page-banner_wrapper.left .page-banner_content{max-width:100%}
.inner-page .page-banner .page-banner_wrapper.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.inner-page .page-banner .page-banner_wrapper.center .page-banner_content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;max-width:100%}
.inner-page .page-banner .page-banner_wrapper .page-banner_content{max-width:740px;padding-top:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
@media (max-width:1700px){
.inner-page .page-banner .page-banner_wrapper .page-banner_content{padding-right:50px}
}
@media (max-width:1199px){
.inner-page .page-banner .page-banner_wrapper .page-banner_content{padding-top:0;margin-bottom:32px;padding-right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.inner-page .page-banner .page-banner_wrapper .page-banner_image{max-width:700px;-webkit-box-flex:0;-ms-flex:0 0 700px;flex:0 0 700px;min-height:530px;border-radius:40px;overflow:hidden;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1700px){
.inner-page .page-banner .page-banner_wrapper .page-banner_image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:1199px){
.inner-page .page-banner .page-banner_wrapper .page-banner_image{-webkit-box-flex:1;-ms-flex:auto;flex:auto;background-image:none!important;min-height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}
@media (max-width:767px){
.inner-page .page-banner .page-banner_wrapper .page-banner_image{border-radius:12px}
}
.inner-page .page-banner .page-banner_wrapper .page-banner_image img{display:none}
@media (max-width:1199px){
.inner-page .page-banner .page-banner_wrapper .page-banner_image img{display:block;height:100%;max-width:initial}
}
.inner-page .page-banner .page-logo{margin-bottom:32px}
.inner-page .page-banner .page-label{margin-bottom:24px;padding:4px 16px;border-radius:100px;border:1px solid #fff}
.inner-page .page-banner .page-label.white{background-color:#fff;border-color:#002e47}
.inner-page .page-banner .page-label.white span{color:#002e47;min-width:10px;padding-left:0}
.inner-page .page-banner .page-label.white span:before{display:none}
.inner-page .page-banner .page-label span{display:block;position:relative;min-width:10px;padding-left:25px;color:#fff;font-size:16px;font-weight:600;line-height:26px;text-transform:capitalize}
@media (max-width:767px){
.inner-page .page-banner .page-label span{min-width:10px}
}
.inner-page .page-banner .page-label span:before{position:absolute;left:0;top:7px;display:block;content:"";width:12px;height:12px;background:#bd2fee;border-radius:50%}
.inner-page .page-banner .page-title{margin-bottom:24px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:58px;font-weight:800;line-height:115%;letter-spacing:-.58px}
@media (max-width:1700px){
.inner-page .page-banner .page-title{font-size:50px}
}
@media (max-width:1440px){
.inner-page .page-banner .page-title{font-size:40px}
}
@media (max-width:991px){
.inner-page .page-banner .page-title{font-size:38px;font-weight:700;line-height:1.4}
}
@media (max-width:767px){
.inner-page .page-banner .page-title{font-size:28px;margin-bottom:8px}
}
.inner-page .page-banner .page-text p{color:#fff;font-size:24px;letter-spacing:-1px}
@media (max-width:1700px){
.inner-page .page-banner .page-text p{font-size:20px}
}
@media (max-width:1199px){
.inner-page .page-banner .page-text p{text-align:center}
}
@media (max-width:991px){
.inner-page .page-banner .page-text p{font-size:18px}
}
@media (max-width:767px){
.inner-page .page-banner .page-text p{font-size:16px}
}
.inner-page .page-banner .buttons{margin-top:24px}
@media (max-width:767px){
.inner-page .page-banner .buttons.multiple{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.inner-page .page-banner .buttons.multiple .main-btn{min-width:200px;margin-left:6px;margin-right:6px;font-size:20px}
@media (max-width:767px){
.inner-page .page-banner .buttons.multiple .main-btn{margin-bottom:12px;min-width:160px;font-size:16px}
}
@media (max-width:767px){
.inner-page .page-banner .buttons.multiple .main-btn:last-child{margin-bottom:0}
}
.inner-page .page-banner .page-form{width:100%;max-width:564px;margin-top:30px}
@media (max-width:767px){
.inner-page .page-banner .page-form{margin-top:24px}
}
.inner-page .page-banner .page-form .site-form{position:relative}
.inner-page .page-banner .page-form .site-form .form-input{display:block;width:100%;border-radius:24px;border:1px solid #cbcbcb;background:#fff;padding:16px 16px 16px 52px;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:20px;line-height:115%;letter-spacing:-.2px}
@media (max-width:767px){
.inner-page .page-banner .page-form .site-form .form-input{padding:8px 16px 8px 44px;font-size:14px;line-height:16px}
}
.inner-page .page-banner .page-form .site-form .form-input:focus::-webkit-input-placeholder{opacity:0}
.inner-page .page-banner .page-form .site-form .form-input:focus::-moz-placeholder{opacity:0}
.inner-page .page-banner .page-form .site-form .form-input:focus:-ms-input-placeholder{opacity:0}
.inner-page .page-banner .page-form .site-form .form-input:focus::-ms-input-placeholder{opacity:0}
.inner-page .page-banner .page-form .site-form .form-input:focus::placeholder{opacity:0}
.inner-page .page-banner .page-form .site-form .form-input::-webkit-input-placeholder{color:#8f8f8f;opacity:1}
.inner-page .page-banner .page-form .site-form .form-input::-moz-placeholder{color:#8f8f8f;opacity:1}
.inner-page .page-banner .page-form .site-form .form-input:-ms-input-placeholder{color:#8f8f8f;opacity:1}
.inner-page .page-banner .page-form .site-form .form-input::-ms-input-placeholder{color:#8f8f8f;opacity:1}
.inner-page .page-banner .page-form .site-form .form-input::placeholder{color:#8f8f8f;opacity:1}
.inner-page .page-banner .page-form .site-form .btn{position:absolute;left:16px;top:16px;z-index:1}
@media (max-width:767px){
.inner-page .page-banner .page-form .site-form .btn{top:8px;width:18px;height:18px}
}
.inner-page .about-section-inner{padding-top:88px;padding-bottom:56px}
@media (max-width:991px){
.inner-page .about-section-inner{padding-top:40px;padding-bottom:40px}
}
.inner-page .about-section-inner .about-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.inner-page .about-section-inner .about-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
.inner-page .about-section-inner .about-wrapper .about-title{color:#002e47;font-size:62px;font-weight:600;line-height:1;letter-spacing:-1.5px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;padding-right:100px}
@media (max-width:1440px){
.inner-page .about-section-inner .about-wrapper .about-title{font-size:42px;padding-right:60px;white-space:nowrap}
}
@media (max-width:1199px){
.inner-page .about-section-inner .about-wrapper .about-title{padding-right:0;line-height:2;margin-bottom:16px}
}
@media (max-width:991px){
.inner-page .about-section-inner .about-wrapper .about-title{font-size:32px}
}
.inner-page .about-section-inner .about-wrapper .about-content{max-width:900px}
@media (max-width:1700px){
.inner-page .about-section-inner .about-wrapper .about-content{max-width:800px}
}
@media (max-width:1199px){
.inner-page .about-section-inner .about-wrapper .about-content{max-width:100%;width:100%}
}
.inner-page .about-section-inner .about-wrapper .about-content li,.inner-page .about-section-inner .about-wrapper .about-content ol,.inner-page .about-section-inner .about-wrapper .about-content p{color:#002e47;font-size:20px;line-height:180%}
@media (max-width:1440px){
.inner-page .about-section-inner .about-wrapper .about-content li,.inner-page .about-section-inner .about-wrapper .about-content ol,.inner-page .about-section-inner .about-wrapper .about-content p{font-size:18px}
}
@media (max-width:991px){
.inner-page .about-section-inner .about-wrapper .about-content li,.inner-page .about-section-inner .about-wrapper .about-content ol,.inner-page .about-section-inner .about-wrapper .about-content p{font-size:16px}
}
.inner-page .values-section{padding-top:40px;padding-bottom:100px;background:#f9f9f9}
@media (max-width:767px){
.inner-page .values-section{padding-bottom:56px}
}
.inner-page .values-section .values-title{text-align:center;margin-bottom:7px;color:#101010;font-size:52px;font-weight:700;line-height:1.1;letter-spacing:-3.5px}
@media (max-width:1400px){
.inner-page .values-section .values-title{font-size:42px}
}
@media (max-width:991px){
.inner-page .values-section .values-title{font-size:32px}
}
.inner-page .values-section .values-subtitle{margin-bottom:42px;color:#242424;text-align:center;font-size:32px}
@media (max-width:1400px){
.inner-page .values-section .values-subtitle{font-size:26px}
}
@media (max-width:991px){
.inner-page .values-section .values-subtitle{font-size:20px}
}
.inner-page .values-section .values-wrapper{width:100%;max-width:1305px;margin-left:auto;margin-right:auto}
.inner-page .values-section .values-wrapper .values-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
.inner-page .values-section .values-wrapper .values-items .values-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:12px;padding-right:12px;margin-bottom:34px}
@media (max-width:767px){
.inner-page .values-section .values-wrapper .values-items .values-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:24px}
}
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 50px 30px;border-radius:12px;background:#fff}
@media (max-width:1199px){
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner{padding-left:30px;padding-right:30px}
}
@media (max-width:767px){
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner{padding-left:20px;padding-right:20px}
}
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .icon{margin-bottom:10px;width:50px;height:50px;border-radius:50%;background-color:#d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .icon img{max-width:30px;max-height:30px}
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .title{margin-bottom:5px;color:#002e47;text-align:center;font-size:32px;font-weight:700}
@media (max-width:767px){
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .title{font-size:26px}
}
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .desc p{color:#242424;text-align:center;font-size:22px}
@media (max-width:767px){
.inner-page .values-section .values-wrapper .values-items .values-item .values-item_inner .desc p{font-size:18px}
}
.inner-page .numbers-section{padding-top:134px;padding-bottom:134px;background:#fff}
@media (max-width:991px){
.inner-page .numbers-section{padding-top:50px;padding-bottom:50px}
}
.inner-page .numbers-section .section-title_wrapper .section-title{color:#333}
.inner-page .numbers-section .numbers-wrapper .number-item{color:#333}
.inner-page .trusted-section{padding-top:190px;padding-bottom:190px}
@media (max-width:1700px){
.inner-page .trusted-section{padding-top:150px;padding-bottom:150px}
}
@media (max-width:991px){
.inner-page .trusted-section{padding-top:80px;padding-bottom:80px}
}
.inner-page .trusted-section .trusted-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.inner-page .trusted-section .trusted-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
}
.inner-page .trusted-section .trusted-wrapper .trusted-content{max-width:620px}
@media (max-width:1700px){
.inner-page .trusted-section .trusted-wrapper .trusted-content{max-width:580px}
}
@media (max-width:1199px){
.inner-page .trusted-section .trusted-wrapper .trusted-content{margin-bottom:24px}
}
@media (max-width:991px){
.inner-page .trusted-section .trusted-wrapper .trusted-content{max-width:100%}
}
.inner-page .trusted-section .trusted-wrapper .trusted-content .title{margin-bottom:6px;color:#002e47;font-size:52px;font-weight:600}
@media (max-width:1199px){
.inner-page .trusted-section .trusted-wrapper .trusted-content .title{text-align:center}
}
@media (max-width:991px){
.inner-page .trusted-section .trusted-wrapper .trusted-content .title{margin-bottom:16px;font-size:32px}
}
.inner-page .trusted-section .trusted-wrapper .trusted-content .text p{color:#4a4a4a;font-size:18px;line-height:180%}
@media (max-width:1199px){
.inner-page .trusted-section .trusted-wrapper .trusted-content .text p{text-align:center}
}
@media (max-width:991px){
.inner-page .trusted-section .trusted-wrapper .trusted-content .text p{font-size:16px}
}
.inner-page .trusted-section .trusted-partners_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-10px;margin-right:-10px}
@media (max-width:1400px){
.inner-page .trusted-section .trusted-partners_items{margin-left:-5px;margin-right:-5px}
}
.inner-page .trusted-section .trusted-partners_items .column-item{max-width:200px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;padding-left:10px;padding-right:10px}
@media (max-width:1700px){
.inner-page .trusted-section .trusted-partners_items .column-item{max-width:160px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px}
}
@media (max-width:1400px){
.inner-page .trusted-section .trusted-partners_items .column-item{max-width:120px;-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;padding-left:5px;padding-right:5px}
}
@media (max-width:767px){
.inner-page .trusted-section .trusted-partners_items .column-item{max-width:80px;-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}
}
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner{aspect-ratio:1;border-radius:15px;border:1px solid #c2c2c2;background:#fff;-webkit-box-shadow:0 4px 56px 0 rgba(0,0,0,.08);box-shadow:0 4px 56px 0 rgba(0,0,0,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}
@media (max-width:1700px){
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner{padding:10px}
}
@media (max-width:1400px){
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner{margin-bottom:10px}
}
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner:last-child{margin-bottom:0}
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner img{max-width:160px;max-height:100px;-webkit-filter:invert(1);filter:invert(1)}
@media (max-width:1700px){
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner img{max-width:100%;max-height:80px}
}
@media (max-width:767px){
.inner-page .trusted-section .trusted-partners_items .column-item .column-item_inner img{max-height:40px}
}
.inner-page .history-section{padding-top:175px;padding-bottom:175px;background:rgba(119,70,214,.1)}
@media (max-width:991px){
.inner-page .history-section{padding-top:90px;padding-bottom:70px}
}
.inner-page .history-section .history-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .history-section .history-wrapper .history-top{margin-bottom:50px}
.inner-page .history-section .history-wrapper .history-bottom{position:relative}
.inner-page .history-section .history-wrapper .history-bottom .toggle-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year{position:relative;display:block;width:60px;margin-left:20px;margin-right:20px;padding-top:58px;color:#2b2b2b;text-align:center;font-size:18px;font-weight:700;line-height:26px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;z-index:1}
@media (max-width:1199px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year{margin-left:8px;margin-right:8px}
}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year{margin-left:9px;margin-right:9px;width:12px;font-size:12px;padding-top:30px}
}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year span{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;display:block;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-left:-6px}
}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:before{position:absolute;left:15px;top:0;display:block;content:"";width:30px;height:30px;border-radius:50%;background:#2b2b2b;-webkit-filter:drop-shadow(0 4px 16px rgba(49, 22, 69, .15));filter:drop-shadow(0 4px 16px rgba(49, 22, 69, .15))}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:before{left:0;width:12px;height:12px}
}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:after{position:absolute;width:58px;height:58px;left:1px;top:-14px;display:block;content:"";border-radius:50%;border:2px dashed #b7b7b7;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:after{border-color:#7746d6;width:24px;height:24px;left:-6px;top:-6px}
}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:first-child{margin-left:0}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year:last-child{margin-right:0}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year.active,.inner-page .history-section .history-wrapper .history-bottom .toggle-year.passed{font-size:24px}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .toggle-year.active,.inner-page .history-section .history-wrapper .history-bottom .toggle-year.passed{font-size:12px}
}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year.active:before,.inner-page .history-section .history-wrapper .history-bottom .toggle-year.passed:before{background:#7746d6}
.inner-page .history-section .history-wrapper .history-bottom .toggle-year.active:after,.inner-page .history-section .history-wrapper .history-bottom .toggle-year.passed:after{opacity:1}
.inner-page .history-section .history-wrapper .history-bottom .progress-bar{position:absolute;top:14px;left:15px;right:15px;height:2px;background:#878787}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .progress-bar{top:6px;left:6px;right:6px;height:1px}
}
.inner-page .history-section .history-wrapper .history-bottom .progress-bar .progress-width{height:2px;width:0;background:#7746d6;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-bottom .progress-bar .progress-width{height:1px}
}
.inner-page .history-section .history-wrapper .history-content{display:none}
.inner-page .history-section .history-wrapper .history-content.year-0{display:block}
.inner-page .history-section .history-wrapper .history-content_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .history-section .history-wrapper .history-content_inner .year{margin-bottom:50px;color:#2b2b2b;text-align:center;font-size:62px;font-weight:800;line-height:110%;letter-spacing:-2px}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-content_inner .year{margin-bottom:24px}
}
.inner-page .history-section .history-wrapper .history-content_inner .desc{max-width:660px}
.inner-page .history-section .history-wrapper .history-content_inner .desc p{color:#2b2b2b;text-align:center;font-size:24px;line-height:180%}
@media (max-width:991px){
.inner-page .history-section .history-wrapper .history-content_inner .desc p{font-size:20px}
}
@media (max-width:767px){
.inner-page .history-section .history-wrapper .history-content_inner .desc p{font-size:16px}
}
@media (max-width:1199px){
.inner-page.platform-page .page-banner .container-small{padding-left:0!important;padding-right:0!important}
}
.inner-page.platform-page .page-banner.simple-banner{padding-top:130px!important;padding-bottom:70px}
@media (max-width:1199px){
.inner-page.platform-page .page-banner.simple-banner{padding-top:50px!important;padding-bottom:32px}
}
.inner-page.platform-page .page-banner.simple-banner .page-banner_wrapper.left .page-text{max-width:100%}
@media (max-width:767px){
.inner-page.platform-page .page-content_top{padding-left:20px;padding-right:20px}
}
.inner-page.platform-page .page-content_top .page-logo{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;margin-bottom:14px}
@media (max-width:1199px){
.inner-page.platform-page .page-content_top .page-logo{display:none}
}
.inner-page.platform-page .page-content_top .page-content_text .page-title{margin-bottom:16px;font-size:55px;font-weight:600;line-height:1.3;letter-spacing:-.48px}
@media (max-width:1199px){
.inner-page.platform-page .page-content_top .page-content_text .page-title{text-align:center}
}
@media (max-width:767px){
.inner-page.platform-page .page-content_top .page-content_text .page-title{margin-bottom:12px;font-size:32px;letter-spacing:-1.5px}
}
.inner-page.platform-page .page-content_top .page-content_text .page-subtitle{color:#fff;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:.4px}
@media (max-width:1199px){
.inner-page.platform-page .page-content_top .page-content_text .page-subtitle{text-align:center}
}
@media (max-width:767px){
.inner-page.platform-page .page-content_top .page-content_text .page-subtitle{font-size:18px}
}
.inner-page.platform-page .banner{width:100%;margin-top:40px;margin-bottom:40px!important}
@media (max-width:767px){
.inner-page.platform-page .banner{margin-top:20px;margin-bottom:20px!important}
}
.inner-page.platform-page .banner .partner-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.inner-page.platform-page .banner .partner-logos{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;padding-right:20px}
}
.inner-page.platform-page .banner .partner-logos .partner-item{margin-right:20px}
@media (max-width:1199px){
.inner-page.platform-page .banner .partner-logos .partner-item{margin-right:10px;margin-left:10px}
}
@media (max-width:767px){
.inner-page.platform-page .banner .partner-logos .partner-item{margin-top:10px;margin-bottom:10px}
}
.inner-page.platform-page .banner .partner-logos img{max-width:144px;max-height:44px}
.inner-page.platform-page .banner .partners-wrapper{-webkit-filter:invert(0)!important;filter:invert(0)!important}
.inner-page.platform-page .banner .partners-wrapper .partners-stripe .partner-item{max-width:150px;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}
.inner-page.platform-page .buttons{margin-top:0;margin-left:-8px;margin-right:-8px}
.inner-page.platform-page .buttons .main-btn{margin-right:8px;margin-left:8px}
@media (max-width:767px){
.inner-page.platform-page .buttons .main-btn{min-width:142px}
}
.inner-page.platform-page .page-banner_content{padding-right:50px}
.inner-page.platform-page .banner_image{position:relative;max-width:580px;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}
@media (max-width:767px){
.inner-page.platform-page .banner_image{padding-left:20px;padding-right:20px}
}
.inner-page.platform-page .banner_image img{position:relative;z-index:2}
.inner-page.platform-page .banner_image .banner_image_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}
.inner-page.platform-page .banner_image .banner_image_content .bi_content-logo{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px}
.inner-page.platform-page .banner_image .banner_image_content .bi_content-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:14px;color:#fff}
.inner-page.platform-page .banner_image .banner_image_content .bi_content-text .title{margin-bottom:4px;font-size:20px;font-weight:500;line-height:1.3}
.inner-page.platform-page .banner_image .banner_image_content .bi_content-text .subtitle{color:#e2e2e2;font-size:14px;line-height:18px}
.inner-page.platform-page .page-banner_image{position:relative;max-width:1200px;-webkit-box-flex:1;-ms-flex:auto;flex:auto;min-height:10px;background:0 0!important;margin:-260px auto 120px;z-index:2;border-radius:40px;overflow:hidden;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1199px){
.inner-page.platform-page .page-banner_image{margin-bottom:60px}
}
@media (max-width:767px){
.inner-page.platform-page .page-banner_image{border-radius:12px;margin-top:-125px;-webkit-box-shadow:0 8px 24px rgba(64,64,64,.24);box-shadow:0 8px 24px rgba(64,64,64,.24)}
}
.inner-page.platform-page .page-banner_image img{display:block}
@media (max-width:767px){
.inner-page.platform-page .page-banner_image img{display:none}
}
.inner-page.platform-page .page-banner_image img.img-mobile{display:none}
@media (max-width:767px){
.inner-page.platform-page .page-banner_image img.img-mobile{display:block}
}
.inner-page.platform-page .numbers-section .section-title_wrapper{display:none}
.inner-page.platform-page .section-title_wrapper .section-title{font-size:52px}
@media (max-width:767px){
.inner-page.platform-page .section-title_wrapper .section-title{font-size:32px}
}
.inner-page.platform-page .section-title_wrapper .section-intro p{opacity:1;color:#002e47;font-size:20px;font-weight:500;line-height:1.6}
.inner-page .platform-text-section{padding-top:100px;padding-bottom:85px}
@media (max-width:1199px){
.inner-page .platform-text-section{padding-bottom:45px}
}
@media (max-width:767px){
.inner-page .platform-text-section{padding-top:50px;padding-bottom:50px}
}
.inner-page .platform-text-section .section-title_wrapper{margin-bottom:48px}
.inner-page .platform-text-section .section-title_wrapper .section-title{font-size:38px;line-height:1.3;font-weight:600;letter-spacing:-1px}
@media (max-width:1199px){
.inner-page .platform-text-section .section-title_wrapper .section-title{font-weight:700;font-size:42px}
}
@media (max-width:991px){
.inner-page .platform-text-section .section-title_wrapper .section-title{font-size:32px}
}
@media (max-width:767px){
.inner-page .platform-text-section .section-title_wrapper .section-title{font-size:24px;font-weight:600}
}
.inner-page .platform-text-section .section-title_wrapper .section-intro p{color:#002e47;font-size:20px;font-weight:500;line-height:1.6;opacity:1}
.inner-page .platform-text-section .texts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-16px;margin-right:-16px}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper{margin-left:-8px;margin-right:-8px}
}
.inner-page .platform-text-section .texts-wrapper .text-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:16px;padding-right:16px}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper .text-item{padding-left:8px;padding-right:8px}
}
@media (max-width:991px){
.inner-page .platform-text-section .texts-wrapper .text-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
@media (max-width:767px){
.inner-page .platform-text-section .texts-wrapper .text-item{margin-bottom:36px}
.inner-page .platform-text-section .texts-wrapper .text-item:last-child{margin-bottom:0}
}
.inner-page .platform-text-section .texts-wrapper .text-item .text-item_inner{padding:24px;border-radius:20px;border:1px solid #cfcfcf;background-color:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.04);box-shadow:0 8px 24px 0 rgba(0,0,0,.04);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper .text-item .text-item_inner{display:block}
}
@media (max-width:767px){
.inner-page .platform-text-section .texts-wrapper .text-item .text-item_inner{padding-left:16px;padding-right:16px}
}
.inner-page .platform-text-section .texts-wrapper .text-item .icon{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-radius:16px;border:1px solid #cfcfcf}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper .text-item .icon{width:60px;height:60px;-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;padding:5px;border-radius:12px}
}
.inner-page .platform-text-section .texts-wrapper .text-item .icon img{max-width:60px;max-height:60px}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper .text-item .icon img{max-width:40px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}
}
.inner-page .platform-text-section .texts-wrapper .text-item .text-item_content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:32px}
@media (max-width:1199px){
.inner-page .platform-text-section .texts-wrapper .text-item .text-item_content{padding-left:0;margin-top:16px}
}
.inner-page .platform-text-section .texts-wrapper .text-item .title{margin-bottom:8px;color:#04273d;line-height:1.2;font-size:28px;font-weight:600}
@media (max-width:991px){
.inner-page .platform-text-section .texts-wrapper .text-item .title{font-size:22px}
}
.inner-page .platform-text-section .texts-wrapper .text-item .desc p{color:#002e47;font-size:18px;line-height:24px}
@media (max-width:767px){
.inner-page .platform-text-section .texts-wrapper .text-item .desc p{font-size:16px}
}
.inner-page .platform-trusted-section{padding-bottom:56px}
@media (max-width:1199px){
.inner-page .platform-trusted-section{overflow:hidden}
}
@media (max-width:1199px){
.inner-page .platform-trusted-section .section-title_wrapper.ai-fs{margin-bottom:56px}
}
.inner-page .platform-trusted-section .logos-wrapper{margin-left:-52px;margin-right:-52px}
@media (max-width:1199px){
.inner-page .platform-trusted-section .logos-wrapper{margin-left:-25px;margin-right:-25px}
}
.inner-page .platform-trusted-section .logos-wrapper .logos-items{padding:30px;border-radius:24px;background:#fff;-webkit-box-shadow:0 16px 32px 0 rgba(47,14,72,.16);box-shadow:0 16px 32px 0 rgba(47,14,72,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
.inner-page .platform-trusted-section .logos-wrapper .logos-items{display:none}
}
.inner-page .platform-trusted-section .logos-wrapper .logos-items .logo-item{padding:25px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
.inner-page .platform-trusted-section .logos-wrapper .logos-items .logo-item{padding:15px 10px}
}
.inner-page .platform-trusted-section .logos-wrapper .logos-stripe{display:none}
@media (max-width:1199px){
.inner-page .platform-trusted-section .logos-wrapper .logos-stripe{padding-top:30px;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:scrollLeft 40s linear infinite;animation:scrollLeft 40s linear infinite;background:#f5f5f5}
}
.inner-page .platform-trusted-section .logos-wrapper .logos-stripe .logo-item{padding-left:15px;padding-right:15px;max-width:140px;-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}
.inner-page .platform-color-section{padding-top:80px;padding-bottom:80px;background:#f4f5fa;-webkit-box-shadow:0 4px 50px 5px rgba(0,0,0,.08) inset;box-shadow:0 4px 50px 5px rgba(0,0,0,.08) inset}
.inner-page .platform-color-section .platform-color_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:32px;border-radius:16px;background:#fcfcfc}
@media (max-width:991px){
.inner-page .platform-color-section .platform-color_inner{display:block}
}
@media (max-width:767px){
.inner-page .platform-color-section .platform-color_inner{padding-left:16px;padding-right:16px}
}
.inner-page .platform-color-section .platform-color_inner .platform-color_content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:30px;max-width:700px}
@media (max-width:991px){
.inner-page .platform-color-section .platform-color_inner .platform-color_content{padding-right:0;margin-bottom:32px}
}
.inner-page .platform-color-section .platform-color_inner .platform-color_content .title{margin-bottom:12px;color:#04273d;font-size:38px;font-weight:600;line-height:1.3;letter-spacing:-1px}
@media (max-width:767px){
.inner-page .platform-color-section .platform-color_inner .platform-color_content .title{font-size:24px}
}
.inner-page .platform-color-section .platform-color_inner .platform-color_content .text p{color:#000;font-size:20px}
@media (max-width:767px){
.inner-page .platform-color-section .platform-color_inner .platform-color_content .text p{font-size:16px}
}
.inner-page .platform-color-section .platform-color_inner .platform-color_image{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 750px;flex:0 0 750px;border-radius:16px;overflow:hidden}
@media (max-width:991px){
.inner-page .platform-color-section .platform-color_inner .platform-color_image{max-width:100%}
}
.inner-page .platform-image-section{padding-top:90px;padding-bottom:0}
@media (max-width:767px){
.inner-page .platform-image-section{padding-top:50px;padding-bottom:50px}
}
.inner-page .platform-image-section .section-title_wrapper{margin-bottom:150px}
@media (max-width:767px){
.inner-page .platform-image-section .section-title_wrapper{margin-bottom:64px}
}
.inner-page .platform-image-section .image-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:calc((100% - 1420px)/ 2)}
@media (max-width:1600px){
.inner-page .platform-image-section .image-item_inner{padding-left:calc((100% - 1290px)/ 2)}
}
@media (max-width:1400px){
.inner-page .platform-image-section .image-item_inner{padding-left:85px}
}
@media (max-width:1199px){
.inner-page .platform-image-section .image-item_inner{padding-left:20px}
}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner{padding-right:20px;display:block}
}
.inner-page .platform-image-section .image-item_inner .image-left{max-width:600px}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner .image-left{max-width:100%}
}
.inner-page .platform-image-section .image-item_inner .image-right{position:relative;width:100%;max-width:880px;-ms-flex-item-align:stretch;align-self:stretch}
@media (max-width:1700px){
.inner-page .platform-image-section .image-item_inner .image-right{max-width:750px}
}
@media (max-width:1199px){
.inner-page .platform-image-section .image-item_inner .image-right{max-width:450px}
}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner .image-right{display:none}
}
.inner-page .platform-image-section .image-item_inner .image-right .image-right_box{top:100px;position:sticky;aspect-ratio:940/510;padding-right:27%;border-radius:16px 0 0 16px}
@media (max-width:1700px){
.inner-page .platform-image-section .image-item_inner .image-right .image-right_box{aspect-ratio:790/510;padding-right:14%}
}
@media (max-width:1400px){
.inner-page .platform-image-section .image-item_inner .image-right .image-right_box{padding-right:85px}
}
@media (max-width:1199px){
.inner-page .platform-image-section .image-item_inner .image-right .image-right_box{padding:20px;aspect-ratio:840/510}
}
.inner-page .platform-image-section .image-item_inner .image-right .image-right_wrapper{position:relative;height:100%}
.inner-page .platform-image-section .image-item_inner .image-item_text{padding-right:30px;margin-bottom:250px}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner .image-item_text{max-width:100%;padding-right:0;margin-bottom:24px}
}
@media (max-width:767px){
.inner-page .platform-image-section .image-item_inner .image-item_text{margin-bottom:64px}
}
.inner-page .platform-image-section .image-item_inner .image-item_text .image{display:none}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner .image-item_text .image{display:block;margin-bottom:12px}
}
.inner-page .platform-image-section .image-item_inner .image-item_text .title{margin-bottom:32px;color:#1b343d;font-size:38px;font-weight:400;line-height:1.1}
@media (max-width:767px){
.inner-page .platform-image-section .image-item_inner .image-item_text .title{margin-bottom:12px;font-size:28px}
}
.inner-page .platform-image-section .image-item_inner .image-item_text .subtitle{margin-bottom:12px;color:#04273d;font-size:20px;font-weight:400;line-height:1.6}
.inner-page .platform-image-section .image-item_inner .image-item_text .text{max-width:800px;margin-bottom:32px}
@media (max-width:767px){
.inner-page .platform-image-section .image-item_inner .image-item_text .text{margin-bottom:12px}
}
.inner-page .platform-image-section .image-item_inner .image-item_text .text p{color:#000;font-size:18px;font-weight:500;line-height:32px}
@media (max-width:767px){
.inner-page .platform-image-section .image-item_inner .image-item_text .text p{font-size:16px}
}
.inner-page .platform-image-section .image-item_inner .image-item_image{position:absolute;right:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.inner-page .platform-image-section .image-item_inner .image-item_image.active{opacity:1}
@media (max-width:991px){
.inner-page .platform-image-section .image-item_inner .image-item_image{max-width:100%}
}
.inner-page .platform-why-wait-section{padding-top:100px;padding-bottom:100px;background-color:#081523}
@media (max-width:1199px){
.inner-page .platform-why-wait-section{padding-top:80px;padding-bottom:80px}
}
.inner-page .platform-why-wait-section .block-title{margin-bottom:30px}
.inner-page .platform-why-wait-section .block-title p{color:#fff;font-size:96px;font-weight:700;line-height:1}
@media (max-width:1199px){
.inner-page .platform-why-wait-section .block-title p{font-size:80px}
}
@media (max-width:991px){
.inner-page .platform-why-wait-section .block-title p{font-size:60px}
}
@media (max-width:767px){
.inner-page .platform-why-wait-section .block-title p{font-size:50px}
}
.inner-page .platform-why-wait-section .block-subtitle{margin-bottom:30px;color:#fff;font-size:48px;font-weight:500;line-height:1.15}
@media (max-width:1199px){
.inner-page .platform-why-wait-section .block-subtitle{font-size:40px}
}
@media (max-width:991px){
.inner-page .platform-why-wait-section .block-subtitle{font-size:30px}
}
@media (max-width:767px){
.inner-page .platform-why-wait-section .block-subtitle{font-size:22px}
}
.inner-page .platform-why-wait-section .buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.inner-page .faqs-section{padding-top:80px;padding-bottom:150px;background-color:#f6f9fc}
@media (max-width:767px){
.inner-page .faqs-section{padding-bottom:100px}
}
.inner-page .faqs-section.white{background-color:#fff}
.inner-page .faqs-section .section-title_wrapper{margin-bottom:64px}
.inner-page .faqs-section .section-title_wrapper .section-title{color:#002e47;font-size:48px;font-weight:600;line-height:1.1}
@media (max-width:767px){
.inner-page .faqs-section .section-title_wrapper .section-title{font-size:32px}
}
.inner-page .faqs-section .faq-wrapper{width:100%;max-width:1060px;margin-left:auto;margin-right:auto}
.inner-page .faqs-section .faq-wrapper .faq-item{margin-bottom:32px}
.inner-page .faqs-section .faq-wrapper .faq-item:last-child{margin-bottom:0}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner{padding-bottom:12px;border-bottom:1px solid #e1e1e1;position:relative}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner.open .open-faq:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner.open .open-faq:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner.open .answer{display:block}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .open-faq{position:absolute;right:0;top:0;z-index:2;width:24px;height:24px}
@media (max-width:767px){
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .open-faq{width:20px;height:20px}
}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .open-faq:after,.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .open-faq:before{position:absolute;left:10px;top:11px;display:block;content:"";width:12px;height:1px;background-color:#002e47;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;border-radius:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .open-faq:after{left:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .question{line-height:1.3;color:#002e47;font-size:24px;font-weight:500}
@media (max-width:767px){
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .question{font-size:16px;padding-right:40px}
}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .answer{max-width:850px;display:none}
.inner-page .faqs-section .faq-wrapper .faq-item .faq-item_inner .answer .answer-inner{padding-top:12px;color:#4e4e4e;font-size:16px;line-height:26px;letter-spacing:.16px}
.inner-page.serve-page .platform-text-section{padding-top:150px;padding-bottom:150px;background:rgba(119,70,214,.1)}
@media (max-width:1199px){
.inner-page.serve-page .platform-text-section{padding-top:70px;padding-bottom:70px}
}
.inner-page .management-section{padding-top:100px;padding-bottom:100px}
@media (max-width:1199px){
.inner-page .management-section{padding-top:80px;padding-bottom:40px;background-color:#fdfdfd}
}
.inner-page .management-section .section-title_wrapper{margin-bottom:92px}
@media (max-width:1199px){
.inner-page .management-section .section-title_wrapper{margin-bottom:32px}
}
.inner-page .management-section .section-title_wrapper .section-title{font-size:52px;font-weight:600;max-width:1000px}
@media (max-width:1199px){
.inner-page .management-section .section-title_wrapper .section-title{font-size:42px;font-weight:700}
}
@media (max-width:991px){
.inner-page .management-section .section-title_wrapper .section-title{font-size:32px}
}
@media (max-width:1199px){
.inner-page .management-section .buttons{display:none}
}
.inner-page .management-section .management-blocks .block-item{margin-bottom:130px}
@media (max-width:1700px){
.inner-page .management-section .management-blocks .block-item{margin-bottom:80px}
}
.inner-page .management-section .management-blocks .block-item:last-child{margin-bottom:0}
.inner-page .management-section .management-blocks .block-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.inner-page .management-section .management-blocks .block-item_inner .bi-content{max-width:750px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:50px}
.inner-page .management-section .management-blocks .block-item_inner .bi-image{max-width:780px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
.inner-page .management-section .management-blocks .block-item_inner .bi-image img{border-radius:16px}
.inner-page .management-section .management-blocks .block-item_inner .icon{margin-bottom:8px}
.inner-page .management-section .management-blocks .block-item_inner .title{margin-bottom:10px;color:#04273d;font-size:32px;font-weight:700;line-height:1.7}
.inner-page .management-section .management-blocks .block-item_inner .text p{text-align:left;color:#1b343d;font-size:20px;font-weight:500;line-height:32px}
.inner-page .reviews-section{padding-top:100px;padding-bottom:100px;background-color:#002e47}
@media (max-width:767px){
.inner-page .reviews-section{padding-top:70px;padding-bottom:70px}
}
.inner-page .reviews-section .section-title_wrapper{margin-bottom:86px;padding-bottom:56px;border-bottom:1px solid #fff;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
.inner-page .reviews-section .section-title_wrapper{margin-bottom:40px;padding-bottom:32px}
}
.inner-page .reviews-section .section-title_wrapper .section-title{text-align:left;color:#fff;font-size:38px;font-weight:600;line-height:120%}
@media (max-width:767px){
.inner-page .reviews-section .section-title_wrapper .section-title{font-size:32px}
}
.inner-page .reviews-section .section-title_wrapper .slider-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .reviews-section .section-title_wrapper .slider-nav .button{margin-left:10px;display:block;width:40px;height:40px;border:1px solid #fff;border-radius:50%;background:url(../img/chevron_right_icon.svg) center no-repeat}
.inner-page .reviews-section .section-title_wrapper .slider-nav .button.slick-next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.inner-page .reviews-slider{margin-left:-15px;margin-right:-15px}
@media (max-width:767px){
.inner-page .reviews-slider{margin-left:-6px;margin-right:-6px}
}
.inner-page .reviews-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}
.inner-page .reviews-slider .slick-track .slick-slide{height:auto;padding-left:15px;padding-right:15px}
@media (max-width:767px){
.inner-page .reviews-slider .slick-track .slick-slide{padding-right:6px;padding-left:6px}
}
.inner-page .reviews-slider .review-item{height:100%}
.inner-page .reviews-slider .review-item .review-item_inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:28px 24px;border-radius:28px;background:#1a1a1a}
@media (max-width:767px){
.inner-page .reviews-slider .review-item .review-item_inner{border-radius:12px}
}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_top{margin-bottom:75px}
@media (max-width:767px){
.inner-page .reviews-slider .review-item .review-item_inner .review-item_top{margin-bottom:50px}
}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_top .rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_top .rating .rating-score{margin-left:5px;color:rgba(255,255,255,.8);font-size:18px;line-height:160%}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_top .text p{color:rgba(255,255,255,.8);line-height:160%}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_bottom .logo{margin-bottom:40px}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_bottom .logo img{max-height:100px}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_bottom .name{margin-bottom:8px;color:#fff;font-size:18px;font-weight:500;line-height:125%}
.inner-page .reviews-slider .review-item .review-item_inner .review-item_bottom .post{color:#878a8e;font-size:16px;line-height:150%}
.inner-page .cards-section{padding-top:150px;padding-bottom:150px;background-color:#f6f9fc}
.inner-page .cards-section.pt-0{padding-top:0!important}
@media (max-width:1199px){
.inner-page .cards-section{padding-top:60px;padding-bottom:70px}
}
.inner-page .cards-section .card-item{margin-bottom:128px}
@media (max-width:1199px){
.inner-page .cards-section .card-item{margin-bottom:72px}
}
.inner-page .cards-section .card-item:nth-child(2n-1) .card-item_inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
@media (max-width:1199px){
.inner-page .cards-section .card-item:nth-child(2n-1) .card-item_inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
}
.inner-page .cards-section .card-item:nth-child(2n-1) .card-item_inner .card-content{padding-left:0;padding-right:30px}
@media (max-width:1199px){
.inner-page .cards-section .card-item:nth-child(2n-1) .card-item_inner .card-content{padding-right:0}
}
.inner-page .cards-section .card-item:last-child{margin-bottom:0}
.inner-page .cards-section .card-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.inner-page .cards-section .card-item_inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
}
.inner-page .cards-section .card-item_inner .card-image{max-width:780px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;aspect-ratio:780/510;background-repeat:no-repeat;background-position:center 0;background-size:cover;border-radius:16px;overflow:hidden}
@media (max-width:1199px){
.inner-page .cards-section .card-item_inner .card-image{-webkit-box-flex:1;-ms-flex:auto;flex:auto;border-radius:8px;background-image:none!important;min-height:10px}
}
.inner-page .cards-section .card-item_inner .card-image img{display:none}
@media (max-width:1199px){
.inner-page .cards-section .card-item_inner .card-image img{display:block}
}
.inner-page .cards-section .card-item_inner .card-content{max-width:600px;padding-left:30px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
@media (max-width:1199px){
.inner-page .cards-section .card-item_inner .card-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-bottom:24px;padding-left:0}
}
.inner-page .cards-section .card-item_inner .card-content .title{margin-bottom:32px;color:#212121;font-size:38px;font-weight:600;line-height:110%}
@media (max-width:767px){
.inner-page .cards-section .card-item_inner .card-content .title{margin-bottom:16px;font-size:24px;font-weight:700}
}
.inner-page .cards-section .card-item_inner .card-content .subtitle{margin-bottom:16px;color:#002e47;font-size:20px;font-weight:500;line-height:125%}
.inner-page .cards-section .card-item_inner .card-content .text p{color:#8a8a8a;font-weight:500}
.inner-page .security-section{padding-top:136px;padding-bottom:206px;background-color:rgba(119,70,214,.1)}
@media (max-width:1199px){
.inner-page .security-section{padding-top:65px;padding-bottom:65px}
}
.inner-page .security-section .section-title_wrapper{margin-bottom:70px}
@media (max-width:767px){
.inner-page .security-section .section-title_wrapper{margin-bottom:32px}
}
.inner-page .security-section .section-title_wrapper .section-title{font-size:52px;font-weight:600}
@media (max-width:991px){
.inner-page .security-section .section-title_wrapper .section-title{font-size:42px}
}
@media (max-width:767px){
.inner-page .security-section .section-title_wrapper .section-title{font-size:32px}
}
.inner-page .security-section .section-title_wrapper .section-intro{max-width:950px}
.inner-page .security-section .section-title_wrapper .section-intro p{font-size:20px}
@media (max-width:767px){
.inner-page .security-section .section-title_wrapper .section-intro p{font-size:16px}
}
.inner-page .security-section .security-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}
@media (max-width:991px){
.inner-page .security-section .security-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.inner-page .security-section .security-items .security-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:991px){
.inner-page .security-section .security-items .security-item{margin-bottom:32px}
}
@media (max-width:991px){
.inner-page .security-section .security-items .security-item:last-child{margin-bottom:0}
}
.inner-page .security-section .security-items .security-item .icon{margin-bottom:10px;border-radius:50%;overflow:hidden}
.inner-page .security-section .security-items .security-item .title{display:block;color:#002e47;text-align:center;font-size:32px;font-weight:600;line-height:2;letter-spacing:-1.5px;text-decoration-line:underline}
.customers-reviews-section{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
.customers-reviews-section{display:block}
}
.customers-reviews-section .cr_video{position:relative;max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000}
@media (max-width:1199px){
.customers-reviews-section .cr_video{max-width:100%}
}
.customers-reviews-section .cr_video video{display:block;width:100%}
.customers-reviews-section .cr_video iframe{display:block;width:100%;height:auto;aspect-ratio:700/400}
.customers-reviews-section .cr_video .video-cover{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.customers-reviews-section .cr_video .video-cover.hidden{display:none}
@media (max-width:767px){
.customers-reviews-section .cr_video .video-cover .play-video{max-width:50px}
}
.customers-reviews-section .cr_review{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;background-color:#05273c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:80px 30px}
@media (max-width:1199px){
.customers-reviews-section .cr_review{max-width:100%}
}
@media (max-width:767px){
.customers-reviews-section .cr_review{padding:32px 20px 100px}
}
.customers-reviews-section .cr_review .cr-review_wrapper{width:100%;max-width:670px}
.customers-reviews-section .cr_review .title{margin-bottom:14px;color:#fff;font-size:48px;font-weight:800;line-height:1.3}
@media (max-width:767px){
.customers-reviews-section .cr_review .title{margin-bottom:30px;font-size:24px}
}
.customers-reviews-section .cr_review .icon{margin-bottom:14px}
@media (max-width:767px){
.customers-reviews-section .cr_review .icon{margin-bottom:30px}
}
.customers-reviews-section .cr_review .icon img{max-width:60px}
@media (max-width:767px){
.customers-reviews-section .cr_review .icon img{max-width:40px}
}
.customers-reviews-section .cr_review .text{margin-bottom:24px}
.customers-reviews-section .cr_review .text p{color:#fff;font-size:20px;font-style:italic;font-weight:700;line-height:45px}
@media (max-width:767px){
.customers-reviews-section .cr_review .text p{font-size:18px;line-height:32px}
}
.customers-reviews-section .cr_review .author{color:#fff;font-size:20px;line-height:1.5}
@media (max-width:767px){
.customers-reviews-section .cr_review .author{font-size:18px}
}
.leadership-section{padding-top:80px;padding-bottom:136px;background-color:#f0ebf9}
@media (max-width:767px){
.leadership-section{padding-top:32px;padding-bottom:64px}
}
.leadership-section .section-title_wrapper{margin-bottom:124px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.leadership-section .section-title_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}
}
.leadership-section .section-title_wrapper .section-title{font-size:52px;font-weight:600;white-space:nowrap}
@media (max-width:1199px){
.leadership-section .section-title_wrapper .section-title{margin-bottom:16px}
}
@media (max-width:767px){
.leadership-section .section-title_wrapper .section-title{font-size:32px;font-weight:700;line-height:2}
}
.leadership-section .section-title_wrapper .section-intro{margin-top:0;max-width:1100px;padding-left:40px}
@media (max-width:1199px){
.leadership-section .section-title_wrapper .section-intro{padding-left:0}
}
.leadership-section .section-title_wrapper .section-intro p{text-align:left;color:#101010;font-size:24px;opacity:1;line-height:150%}
@media (max-width:1199px){
.leadership-section .section-title_wrapper .section-intro p{text-align:center}
}
@media (max-width:767px){
.leadership-section .section-title_wrapper .section-intro p{font-size:16px}
}
.leadership-section .teams-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-12px;margin-right:-12px}
.leadership-section .teams-wrapper .team-item{max-width:344px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-left:12px;padding-right:12px;margin-bottom:24px}
@media (max-width:767px){
.leadership-section .teams-wrapper .team-item{max-width:100%}
}
.leadership-section .teams-wrapper .team-item_inner{height:100%;border-radius:12px;overflow:hidden;background-color:#fff}
.leadership-section .teams-wrapper .team-photo{-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}
.leadership-section .teams-wrapper .team-photo:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}
.leadership-section .teams-wrapper .team-photo img{-ms-flex-item-align:center;align-self:center;max-width:initial;min-height:100%}
.leadership-section .teams-wrapper .team-body{padding:24px}
.leadership-section .teams-wrapper .team-body .name{margin-bottom:12px;color:#101010;font-size:24px;font-weight:600;line-height:120%}
.leadership-section .teams-wrapper .team-body .position{color:#878787;font-size:16px;line-height:150%}
.leadership-section .teams-wrapper .team-body .socials{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.leadership-section .teams-wrapper .team-body .socials .social-item{margin-top:16px;margin-right:16px}
.leadership-section .teams-wrapper .team-body .socials .social-item .social-item_link{display:block}
.leadership-section .teams-wrapper .team-body .socials .social-item img{max-width:24px;max-height:24px}
.build-future-section{padding-top:128px;padding-bottom:128px}
@media (max-width:767px){
.build-future-section{padding-top:60px;padding-bottom:70px}
}
.build-future-section .build-section_top{margin-bottom:72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.build-future-section .build-section_top{margin-bottom:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.build-future-section .build-section_top .section-title_wrapper{margin-bottom:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
@media (max-width:1199px){
.build-future-section .build-section_top .section-title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}
}
.build-future-section .build-section_top .section-title_wrapper .section-title{font-size:48px;font-weight:600;text-align:left}
@media (max-width:767px){
.build-future-section .build-section_top .section-title_wrapper .section-title{text-align:center;font-size:32px;font-weight:700}
}
.build-future-section .build-section_top .section-title_wrapper .section-intro{margin-top:16px;max-width:860px}
.build-future-section .build-section_top .section-title_wrapper .section-intro p{text-align:left;color:#101010;font-size:24px;line-height:150%;opacity:1}
@media (max-width:1199px){
.build-future-section .build-section_top .section-title_wrapper .section-intro p{text-align:center}
}
@media (max-width:767px){
.build-future-section .build-section_top .section-title_wrapper .section-intro p{font-size:16px}
}
@media (max-width:1199px){
.build-future-section .build-section_top .hiring{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.build-future-section .build-section_top .hiring .title{margin-bottom:16px;color:#101010;font-size:24px;font-weight:600;line-height:120%}
.build-future-section .build-section_top .hiring .buttons .main-btn.circle-arrow{font-size:16px}
.build-future-section .careers-wrapper .container-small{padding-right:0}
.build-future-section .careers-wrapper .slick-list{padding-left:0!important}
.build-future-section .careers-wrapper .career-item{padding-right:40px}
@media (max-width:1199px){
.build-future-section .careers-wrapper .career-item{padding-right:12px}
}
.build-future-section .careers-wrapper .career-item .career-item_inner{border-radius:16px;background:#d6d6d6;overflow:hidden}
@media (max-width:1199px){
.build-future-section .careers-wrapper .career-item .career-item_inner{min-height:270px}
}
body.page-template-page-demo .site-header{display:none}
@media (max-width:1199px){
body.page-template-page-demo .site-header{display:block}
}
.demo-page{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh}
@media (max-width:1199px){
.demo-page{-ms-flex-wrap:wrap;flex-wrap:wrap}
}
.demo-page.demo-new{padding-top:124px;padding-bottom:80px;display:block}
@media (max-width:1199px){
.demo-page.demo-new{padding-top:30px;padding-bottom:50px}
}
@media (max-width:767px){
.demo-page.demo-new .container-small{padding-left:0!important;padding-right:0!important}
}
.demo-page.demo-new .reviews-slider{margin-left:0;margin-right:0}
.demo-page.demo-new .review-screen{position:relative;width:100%}
.demo-page.demo-new .demo-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:767px){
.demo-page.demo-new .demo-wrapper .demo-content{padding-left:20px;padding-right:20px}
}
@media (max-width:1199px){
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-banner_wrapper .page-banner_content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
}
@media (max-width:1199px){
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-banner_wrapper .page-banner_content .page-title{text-align:left}
}
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-text{margin-bottom:10px;display:block}
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-text p{font-size:18px;line-height:1.5}
@media (max-width:1199px){
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-text p{text-align:left}
}
.demo-page.demo-new .demo-wrapper .demo-content .page-banner .page-text ul li{font-size:18px}
.demo-page.demo-new .demo-wrapper .demo-form{max-width:550px;-webkit-box-flex:0;-ms-flex:0 0 550px;flex:0 0 550px;-ms-flex-item-align:start;align-self:flex-start}
.demo-page.demo-new .demo-wrapper .demo-form .demo-form_wrapper .form-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
.demo-page .demo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
.demo-page .demo-wrapper{display:block}
}
.demo-page .demo-wrapper .demo-content{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;background-color:transparent;padding-left:0;padding-right:36px;display:block}
@media (max-width:1199px){
.demo-page .demo-wrapper .demo-content{max-width:100%;padding-right:0;margin-bottom:50px}
}
.demo-page .demo-wrapper .demo-content .page-banner{max-width:100%;background:0 0}
.demo-page .demo-wrapper .demo-content .page-banner .page-banner_wrapper .page-banner_content{padding-top:0;padding-bottom:0}
.demo-page .demo-wrapper .demo-content .page-banner .page-banner_wrapper .page-banner_content .page-title{margin-bottom:16px;font-size:54px;font-weight:700;line-height:1.2;letter-spacing:-1px;background:-webkit-gradient(linear,left top,right top,color-stop(.06%,#046db4),color-stop(48%,#7746d6),color-stop(99.91%,#bd2fee));background:linear-gradient(90deg,#046db4 .06%,#7746d6 48%,#bd2fee 99.91%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-content .page-banner .page-banner_wrapper .page-banner_content .page-title{margin-bottom:8px;font-size:38px}
}
.demo-page .demo-wrapper .demo-content .page-banner .page-text{margin-bottom:35px;max-width:650px}
.demo-page .demo-wrapper .demo-content .page-banner .page-text p{margin-bottom:16px;color:#242424;font-size:24px;line-height:1.15}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-content .page-banner .page-text p{font-size:20px}
}
.demo-page .demo-wrapper .demo-content .page-banner .page-text p strong{color:#002e47;font-weight:700}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-content .page-banner .page-text p strong{font-size:18px}
}
.demo-page .demo-wrapper .demo-content .page-banner .page-text ul{margin-top:0;margin-bottom:0}
.demo-page .demo-wrapper .demo-content .page-banner .page-text ul li{margin-bottom:16px;color:#002e47;font-size:20px;line-height:1.5}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-content .page-banner .page-text ul li{font-size:16px}
}
.demo-page .demo-wrapper .demo-content .page-banner .page-text ul li:before{width:14px;height:6px;background-color:transparent;border-left:1px solid #ad00f3;border-bottom:1px solid #ad00f3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:0}
.demo-page .demo-wrapper .demo-form{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:0}
@media (max-width:1199px){
.demo-page .demo-wrapper .demo-form{max-width:100%}
}
.demo-page .demo-wrapper .demo-form .demo-form_wrapper{max-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid rgba(0,0,0,.1)}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-form .demo-form_wrapper{display:block;border-radius:16px;border:1px solid rgba(26,26,26,.1);-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.05);box-shadow:0 4px 30px 0 rgba(0,0,0,.05);overflow:hidden}
}
.demo-page .demo-wrapper .demo-form .demo-form_wrapper .demo-form_left{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:28px;border-right:1px solid rgba(0,0,0,.1)}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-form .demo-form_wrapper .demo-form_left{max-width:100%;padding:24px 14px 50px;border-right:none}
}
.demo-page .demo-wrapper .demo-form .demo-form_wrapper .form-content{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:28px}
@media (max-width:767px){
.demo-page .demo-wrapper .demo-form .demo-form_wrapper .form-content{max-width:100%;padding:0 14px}
}
.demo-page .demo-wrapper .demo-form_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.demo-page .demo-wrapper .demo-form_left .form-logo{margin-bottom:24px}
.demo-page .demo-wrapper .demo-form_left .form-title{margin-bottom:24px}
.demo-page .demo-wrapper .demo-form_left .form-text{max-width:310px}
.demo-page .demo-wrapper .demo-form_left .form-text p{color:#1a1a1a}
.demo-page .demo-wrapper .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
.demo-page .demo-wrapper .buttons{display:none}
}
.demo-page .demo-content{max-width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;background-color:#081523;padding-left:50px;padding-right:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
.demo-page .demo-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
@media (max-width:767px){
.demo-page .demo-content{padding-left:25px;padding-right:25px}
}
@media (max-width:1199px){
.demo-page .demo-content .page-text{display:none}
}
.demo-page .demo-content.mobile{display:none}
@media (max-width:1199px){
.demo-page .demo-content.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}
}
@media (max-width:1199px){
.demo-page .demo-content.mobile .page-text{display:block}
}
@media (max-width:1199px){
.demo-page .demo-content.mobile .page-banner .page-banner_wrapper .page-banner_content{padding-bottom:60px}
}
.demo-page .demo-content .page-banner{width:100%;max-width:750px;padding-top:0;padding-bottom:0}
.demo-page .demo-content .page-banner .page-banner_wrapper .page-banner_content{max-width:100%;padding-top:37px;padding-bottom:50px}
@media (max-width:1199px){
.demo-page .demo-content .page-banner .page-banner_wrapper .page-banner_content{padding-top:60px;padding-bottom:100px;margin-bottom:0}
}
.demo-page .demo-content .page-banner .logo{margin-bottom:60px}
@media (max-width:1199px){
.demo-page .demo-content .page-banner .logo{display:none}
}
.demo-page .demo-content .page-banner .logo img{max-width:80px;-webkit-filter:invert(1);filter:invert(1)}
.demo-page .demo-content .page-banner .page-title{text-align:left}
@media (max-width:1199px){
.demo-page .demo-content .page-banner .page-title{margin-bottom:0;text-align:center}
}
.demo-page .demo-content .page-banner .page-text p{font-size:32px;font-weight:600;letter-spacing:-1px}
@media (max-width:1440px){
.demo-page .demo-content .page-banner .page-text p{font-size:22px}
}
.demo-page .demo-content .page-banner .page-text ol,.demo-page .demo-content .page-banner .page-text ul{padding:0}
.demo-page .demo-content .page-banner .page-text li{position:relative;padding-left:40px;display:block;margin-bottom:24px;color:#fff;font-size:24px;line-height:150%;letter-spacing:-1px}
@media (max-width:1440px){
.demo-page .demo-content .page-banner .page-text li{font-size:18px}
}
@media (max-width:767px){
.demo-page .demo-content .page-banner .page-text li{font-size:16px;padding-left:30px}
}
.demo-page .demo-content .page-banner .page-text li:last-child{margin-bottom:0}
.demo-page .demo-content .page-banner .page-text li:before{position:absolute;left:0;top:10px;display:block;content:"";width:16px;height:16px;border-radius:50%;background-color:#9f5afd}
@media (max-width:767px){
.demo-page .demo-content .page-banner .page-text li:before{top:3px}
}
.demo-page .demo-form{max-width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;padding:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1199px){
.demo-page .demo-form{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
@media (max-width:767px){
.demo-page .demo-form{padding:40px 25px}
}
.demo-page .demo-form .demo-form_wrapper{max-width:640px;width:100%;padding:40px 56px;border-radius:24px;background:#fff;-webkit-box-shadow:0 16px 32px 0 rgba(0,0,0,.08);box-shadow:0 16px 32px 0 rgba(0,0,0,.08)}
@media (max-width:767px){
.demo-page .demo-form .demo-form_wrapper{padding:24px}
}
.demo-page .demo-form .demo-form_wrapper .form-title{margin-bottom:24px;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:32px;font-weight:800;line-height:115%;letter-spacing:-.32px}
@media (max-width:1199px){
.demo-page .demo-form .demo-form_wrapper .form-title{text-align:center}
}
@media (max-width:767px){
.demo-page .demo-form .demo-form_wrapper .form-title{font-size:28px;text-align:left}
}
body#new-design-body.blog .site-header .header-inner .header-left .logo,body#new-design-body.single-post .site-header .header-inner .header-left .logo{-webkit-filter:invert(0);filter:invert(0)}
body.blog .site-header .header-inner .header-left .logo,body.page-template-page-calculator .site-header .header-inner .header-left .logo,body.page-template-page-contact .site-header .header-inner .header-left .logo,body.page-template-page-magazines .site-header .header-inner .header-left .logo,body.single-glossary .site-header .header-inner .header-left .logo,body.single-library .site-header .header-inner .header-left .logo,body.single-post .site-header .header-inner .header-left .logo{-webkit-filter:invert(1);filter:invert(1)}
body.blog .site-header .header-inner .header-right .link,body.page-template-page-calculator .site-header .header-inner .header-right .link,body.page-template-page-contact .site-header .header-inner .header-right .link,body.page-template-page-magazines .site-header .header-inner .header-right .link,body.single-glossary .site-header .header-inner .header-right .link,body.single-library .site-header .header-inner .header-right .link,body.single-post .site-header .header-inner .header-right .link{color:#101010}
body.blog .site-header .menu li.menu-item-has-children>a:after,body.blog .site-header .menu li.menu-item-has-children>a:before,body.page-template-page-calculator .site-header .menu li.menu-item-has-children>a:after,body.page-template-page-calculator .site-header .menu li.menu-item-has-children>a:before,body.page-template-page-contact .site-header .menu li.menu-item-has-children>a:after,body.page-template-page-contact .site-header .menu li.menu-item-has-children>a:before,body.page-template-page-magazines .site-header .menu li.menu-item-has-children>a:after,body.page-template-page-magazines .site-header .menu li.menu-item-has-children>a:before,body.single-glossary .site-header .menu li.menu-item-has-children>a:after,body.single-glossary .site-header .menu li.menu-item-has-children>a:before,body.single-library .site-header .menu li.menu-item-has-children>a:after,body.single-library .site-header .menu li.menu-item-has-children>a:before,body.single-post .site-header .menu li.menu-item-has-children>a:after,body.single-post .site-header .menu li.menu-item-has-children>a:before{background-color:#002e47}
body.blog .site-header .menu li a,body.page-template-page-calculator .site-header .menu li a,body.page-template-page-contact .site-header .menu li a,body.page-template-page-magazines .site-header .menu li a,body.single-glossary .site-header .menu li a,body.single-library .site-header .menu li a,body.single-post .site-header .menu li a{color:#002e47}
body .post-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
body .post-categories .category-item{margin-right:20px}
@media (max-width:767px){
body .post-categories .category-item{margin-right:10px}
}
body .post-categories .category-item:last-child{margin-right:0}
body .post-categories .category-item .category-item_inner{padding:6px 16px;border-radius:100px;background:#fff;border:1px solid #bebebe;text-align:center;color:#422367;font-size:12px;line-height:16px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
body .latest-posts-section{padding-bottom:100px;padding-top:80px;background-color:#fff}
@media (max-width:1199px){
body .latest-posts-section{padding-bottom:32px;padding-top:0;background-color:#f4f5fa}
}
body .latest-posts-section .section-title_wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
body .latest-posts-section .section-title_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
body .latest-posts-section .section-title_wrapper .section-title{text-align:left;font-size:52px;font-weight:700;line-height:120%;letter-spacing:0;white-space:nowrap}
@media (max-width:1199px){
body .latest-posts-section .section-title_wrapper .section-title{margin-bottom:24px;text-align:center;font-size:32px;line-height:1.35}
}
body .latest-posts-section .posts-wrapper .post-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}
@media (max-width:1199px){
body .latest-posts-section .posts-wrapper .post-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
body .latest-posts-section .posts-wrapper .post-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:16px;padding-left:0;padding-right:0}
}
body .categories-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}
@media (max-width:1199px){
body .categories-filter{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}
body .categories-filter .filter-item{margin-left:16px;margin-top:5px;margin-bottom:5px}
@media (max-width:1199px){
body .categories-filter .filter-item{margin-left:8px}
}
body .categories-filter .filter-item:first-child{margin-left:0}
body .categories-filter.white .category-filter_btn{color:#fff;border-color:#fff}
body .categories-filter .category-filter_btn{display:block;border-radius:10px;border:1px solid #d6d6d6;padding:8px 24px;color:#002e47;font-size:16px;font-weight:700;line-height:22px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:767px){
body .categories-filter .category-filter_btn{font-size:12px;padding-left:16px;padding-right:16px}
}
body .categories-filter .category-filter_btn.active,body .categories-filter .category-filter_btn:hover{background-color:#9f5afd!important;border-color:#9f5afd!important;color:#fff!important}
body .pagination{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr}
@media (max-width:767px){
body .pagination{margin-top:30px}
}
body .pagination .page-numbers{display:block;margin-left:5px;margin-right:5px;width:48px;height:48px;line-height:48px;border-radius:8px;background:#fff;color:#112034;text-align:center;font-size:17px}
@media (max-width:767px){
body .pagination .page-numbers{border:1px solid rgba(40,40,41,.2);width:40px;height:40px;line-height:40px;font-size:16px;margin-left:2px;margin-right:2px}
}
body .pagination .page-numbers.current{font-weight:700}
body .pagination .page-numbers.next,body .pagination .page-numbers.prev{width:100px}
@media (max-width:767px){
body .pagination .page-numbers.next,body .pagination .page-numbers.prev{width:60px}
}
.first-post_wrapper{margin-bottom:72px}
@media (max-width:767px){
.first-post_wrapper{margin-bottom:20px}
}
@media (max-width:767px){
.first-post_wrapper .container-small{padding-left:0!important;padding-right:0!important}
}
.first-post_wrapper .first-post{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;overflow:hidden}
@media (max-width:767px){
.first-post_wrapper .first-post{display:block}
}
.first-post_wrapper .first-post .post-image{max-width:46%;-webkit-box-flex:0;-ms-flex:0 0 46%;flex:0 0 46%;background-size:cover;background-repeat:no-repeat;aspect-ratio:724/422;min-height:100%}
@media (max-width:767px){
.first-post_wrapper .first-post .post-image{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;aspect-ratio:1;display:block}
}
.first-post_wrapper .first-post .post-body{padding:30px 50px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f4f5fa}
@media (max-width:767px){
.first-post_wrapper .first-post .post-body{padding:24px 12px;background-color:#fff}
}
.first-post_wrapper .first-post .post-body .post-title{margin-bottom:12px}
.first-post_wrapper .first-post .post-body .post-title a{color:#002e47;font-size:32px;font-weight:600;line-height:42px}
@media (max-width:767px){
.first-post_wrapper .first-post .post-body .post-title a{font-size:24px}
}
.first-post_wrapper .first-post .post-body .post-description{margin-bottom:24px}
.first-post_wrapper .first-post .post-body .post-description p{color:#4e4e4e;font-size:18px;letter-spacing:.18px}
@media (max-width:767px){
.first-post_wrapper .first-post .post-body .post-description p{font-size:16px}
}
body .single{padding-top:100px}
@media (max-width:1199px){
body .single{padding-top:50px}
}
body .single .single-content{width:100%;margin-left:auto;margin-right:auto}
body .single .post-meta_new{margin-bottom:24px}
body .single .post-single-title{margin-left:auto;margin-right:auto;margin-bottom:24px;color:#002e47;font-size:64px;font-weight:600;line-height:1.15}
@media (max-width:991px){
body .single .post-single-title{font-size:38px;line-height:1.4;letter-spacing:-.84px}
}
@media (max-width:767px){
body .single .post-single-title{font-size:28px;text-align:center}
}
body .single .post-intro{margin-left:auto;margin-right:auto;margin-bottom:58px;max-width:630px}
@media (max-width:991px){
body .single .post-intro{margin-bottom:32px}
}
body .single .post-intro p{color:#878787;text-align:center;font-size:24px;line-height:135%}
@media (max-width:991px){
body .single .post-intro p{font-size:20px;line-height:1.5;letter-spacing:-1px}
}
@media (max-width:767px){
body .single .post-intro p{font-size:16px}
}
body .single .post-single-image{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
body .single .post-single-image img{width:100%;border-radius:12px}
body .post-content{max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:110px}
@media (max-width:767px){
body .post-content{margin-bottom:32px}
}
body .post-content.big{max-width:1000px}
body .post-content.big li,body .post-content.big p{color:#002e47;font-size:22px;line-height:150%;letter-spacing:.22px}
@media (max-width:767px){
body .post-content.big li,body .post-content.big p{font-size:14px}
}
body .post-content h1{margin-bottom:24px}
body .post-content h2,body .post-content h3,body .post-content h4,body .post-content h5{margin-bottom:24px;color:#101010;font-weight:700;line-height:105%;letter-spacing:-.96px}
body .post-content li,body .post-content p{margin-bottom:24px;font-size:16px;color:#4e4e4e;line-height:26px;letter-spacing:.16px}
@media (max-width:767px){
body .post-content li,body .post-content p{font-size:12px}
}
body .post-content img{margin-left:auto;margin-right:auto;border-radius:12px}
body .post-content img.alignleft{float:left;margin-left:0;margin-bottom:24px;margin-right:20px}
body .post-content img.alignright{float:right;margin-left:24px;margin-bottom:24px;margin-right:0}
body .post-content figure.alignleft{float:left;margin-left:0;margin-bottom:24px;margin-right:20px}
body .post-content figure.alignright{float:right;margin-left:24px;margin-bottom:24px;margin-right:0}
body .single-posts-section .section-title_wrapper{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:991px){
body .single-posts-section .section-title_wrapper{margin-bottom:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
body .single-posts-section .section-title_wrapper .section-title{font-size:28px;font-weight:600;line-height:1.2}
@media (max-width:991px){
body .single-posts-section .section-title_wrapper .section-title{margin-bottom:16px}
}
@media (max-width:767px){
body .single-posts-section .section-title_wrapper .section-title{margin-bottom:0;width:100%;font-weight:700;text-align:left}
}
body .single-posts-section .posts-wrapper .post-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}
@media (max-width:767px){
body .single-posts-section .posts-wrapper .post-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
body .single-post_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
body .single-post_wrapper{display:block;margin-bottom:36px}
}
body .single-post_wrapper .post-sidebar{-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px}
@media (max-width:1199px){
body .single-post_wrapper .post-sidebar{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%}
}
body .single-post_wrapper .post-sidebar .post-sidebar_wrapper{position:sticky;top:24px}
@media (max-width:1199px){
body .single-post_wrapper .post-sidebar .post-sidebar_wrapper{position:relative;top:auto}
}
body .single-post_wrapper .post-sidebar .post-sidebar_banner{margin-top:12px}
body .single-post_wrapper .post-sidebar .post-sidebar_banner a{display:block}
body .single-post_wrapper .post-content{max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:40px}
@media (max-width:1199px){
body .single-post_wrapper .post-content{padding-right:0;margin-bottom:24px}
}
body .single-post_wrapper .post-content .author-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 32px;border-radius:8px;background:#f4f5fa}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper{margin-left:-20px;margin-right:-20px;padding-left:24px;padding-right:24px}
}
body .single-post_wrapper .post-content .author-wrapper .author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body .single-post_wrapper .post-content .author-wrapper .author-info .photo{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;max-width:48px;overflow:hidden;border-radius:50%}
body .single-post_wrapper .post-content .author-wrapper .author-info .photo img{border-radius:0}
body .single-post_wrapper .post-content .author-wrapper .author-info .info{padding-left:16px}
body .single-post_wrapper .post-content .author-wrapper .author-info .info a{color:#222;font-size:16px;font-weight:500}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-info .info a{font-size:14px}
}
body .single-post_wrapper .post-content .author-wrapper .author-info .info .role{color:#767676;font-size:14px}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-info .info .role{font-size:12px}
}
body .single-post_wrapper .post-content .author-wrapper .author-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#767676;font-size:14px;font-weight:500}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-share{-webkit-box-flex:0;-ms-flex:0 0 76px;flex:0 0 76px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:400;text-align:center}
}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-share span{margin-bottom:6px;display:block;width:100%;line-height:16px}
}
body .single-post_wrapper .post-content .author-wrapper .author-share a{display:block;margin-left:24px}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-share a{margin-left:0}
}
body .single-post_wrapper .post-content .author-wrapper .author-share a:last-child{margin-left:16px}
@media (max-width:767px){
body .single-post_wrapper .post-content .author-wrapper .author-share a:last-child{margin-left:12px}
}
.newsletter-block{padding:32px;border-radius:12px;background:#512c7e}
.newsletter-block .title{margin-bottom:8px;color:#fff;font-size:18px;font-weight:600}
.newsletter-block .desc{margin-bottom:24px}
.newsletter-block .desc p{color:#fff;font-size:16px;font-weight:400;line-height:26px;letter-spacing:.16px;opacity:.72}
.newsletter-block .form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.newsletter-block .form .form-input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.newsletter-block .form .form-input .input{display:block;width:100%;border-radius:8px 0 0 8px;background:#fff;border:none;padding:16px;color:#002e47;font-size:14px;font-weight:400;line-height:16px}
.newsletter-block .form .form-input .input:focus::-webkit-input-placeholder{opacity:0}
.newsletter-block .form .form-input .input:focus::-moz-placeholder{opacity:0}
.newsletter-block .form .form-input .input:focus:-ms-input-placeholder{opacity:0}
.newsletter-block .form .form-input .input:focus::-ms-input-placeholder{opacity:0}
.newsletter-block .form .form-input .input:focus::placeholder{opacity:0}
.newsletter-block .form .form-input .input::-webkit-input-placeholder{opacity:1;color:#767676}
.newsletter-block .form .form-input .input::-moz-placeholder{opacity:1;color:#767676}
.newsletter-block .form .form-input .input:-ms-input-placeholder{opacity:1;color:#767676}
.newsletter-block .form .form-input .input::-ms-input-placeholder{opacity:1;color:#767676}
.newsletter-block .form .form-input .input::placeholder{opacity:1;color:#767676}
.newsletter-block .form .button{-webkit-box-flex:0;-ms-flex:0 0 78px;flex:0 0 78px;max-width:78px;border-radius:0 8px 8px 0;background:#98f;padding:16px;display:block;color:#fff;font-size:14px;line-height:16px;font-weight:600;text-align:center}
body .nice-select{float:none;border-radius:6px;border-color:#fff;-webkit-box-shadow:0 10px 16px 0 rgba(16,24,40,.05);box-shadow:0 10px 16px 0 rgba(16,24,40,.05);height:56px;padding:7px 48px 7px 16px;width:100%}
body .nice-select .current{color:#878787;font-family:Inter,sans-serif;font-size:16px;line-height:150%}
body .nice-select:after{right:22px;width:10px;height:10px;margin-top:-8px;border-color:#878787}
body .careers-section{padding-top:80px;padding-bottom:170px;background-color:#f0ebf9}
@media (max-width:1199px){
body .careers-section{padding-top:40px;padding-bottom:40px}
}
body .careers-section .section-title_wrapper{margin-bottom:32px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
@media (max-width:1199px){
body .careers-section .section-title_wrapper{margin-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
body .careers-section .section-title_wrapper .section-title{font-size:52px;font-weight:600;line-height:120%}
@media (max-width:1199px){
body .careers-section .section-title_wrapper .section-title{font-size:42px;font-weight:700;line-height:2}
}
@media (max-width:767px){
body .careers-section .section-title_wrapper .section-title{font-size:32px}
}
body .vacancies-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
body .vacancies-content .vacancies-filter{margin-bottom:80px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-16px;margin-right:-16px}
@media (max-width:1199px){
body .vacancies-content .vacancies-filter{margin-bottom:32px}
}
@media (max-width:991px){
body .vacancies-content .vacancies-filter{margin-left:-6px;margin-right:-6px}
}
@media (max-width:767px){
body .vacancies-content .vacancies-filter{-ms-flex-wrap:wrap;flex-wrap:wrap}
}
body .vacancies-content .vacancies-filter .filter-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:16px;padding-right:16px}
@media (max-width:991px){
body .vacancies-content .vacancies-filter .filter-item{padding-left:6px;padding-right:6px}
}
@media (max-width:767px){
body .vacancies-content .vacancies-filter .filter-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}
}
@media (max-width:767px){
body .vacancies-content .vacancies-filter .filter-item:last-child{margin-bottom:0}
}
body .vacancies-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
@media (max-width:991px){
body .vacancies-wrapper{margin-left:-6px;margin-right:-6px}
}
body .vacancies-wrapper .vacancy-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:12px;padding-right:12px;margin-bottom:24px}
@media (max-width:991px){
body .vacancies-wrapper .vacancy-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:6px;padding-right:6px;margin-bottom:12px}
}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner{position:relative;padding:24px 24px 78px;border-radius:8px;background:#fff;height:100%;min-height:280px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:991px){
body .vacancies-wrapper .vacancy-item .vacancy-item_inner{padding:18px 18px 56px}
}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover{background:#7746d6;-webkit-box-shadow:0 8px 23px 0 rgba(0,0,0,.16);box-shadow:0 8px 23px 0 rgba(0,0,0,.16)}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover .vacancy-department,body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover .vacancy-location,body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover .vacancy-title{color:#fff}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover .vacancy-link a{color:#fff}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover .vacancy-link a:after{background:url(../img/arrow_circle.svg) center no-repeat}
body .vacancies-wrapper .vacancy-item .vacancy-item_inner:hover img{-webkit-filter:invert(1);filter:invert(1)}
body .vacancies-wrapper .vacancy-item .vacancy-department{margin-bottom:5px;color:#806fa0;font-size:16px;font-weight:500;line-height:150%;letter-spacing:1px}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item .vacancy-department{margin-bottom:8px;font-size:12px}
}
body .vacancies-wrapper .vacancy-item .vacancy-title{margin-bottom:12px;color:#101010;font-size:32px;line-height:160%}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item .vacancy-title{margin-bottom:8px;font-size:24px}
}
body .vacancies-wrapper .vacancy-item .vacancy-location{color:#5c4e77;font-size:20px;line-height:150%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
body .vacancies-wrapper .vacancy-item .vacancy-location img{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;max-width:24px;margin-right:5px}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item .vacancy-location{font-size:16px}
}
body .vacancies-wrapper .vacancy-item .vacancy-location+.vacancy-location{margin-top:10px}
body .vacancies-wrapper .vacancy-item .vacancy-link{position:absolute;left:24px;bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:991px){
body .vacancies-wrapper .vacancy-item .vacancy-link{left:18px}
}
body .vacancies-wrapper .vacancy-item .vacancy-link .a{display:block;padding-right:32px;color:#046db4;font-size:20px;font-weight:500;line-height:150%}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item .vacancy-link .a{padding-right:24px;font-size:16px}
}
body .vacancies-wrapper .vacancy-item .vacancy-link .a:after{position:absolute;right:0;top:3px;display:block;content:"";width:24px;height:24px;background:url(../img/arrow_circle_color.svg) center no-repeat}
@media (max-width:767px){
body .vacancies-wrapper .vacancy-item .vacancy-link .a:after{width:18px;height:18px;background-size:18px}
}
.single-vacancy .inner-page .page-banner{padding-bottom:0;padding-top:120px}
@media (max-width:1199px){
.single-vacancy .inner-page .page-banner{display:none}
}
.single-vacancy .single-vacancy-section{padding-top:80px;padding-bottom:110px;background-color:#f0ebf9}
@media (max-width:991px){
.single-vacancy .single-vacancy-section{padding-top:40px;padding-bottom:40px}
}
.single-vacancy .single-vacancy-section .single-vacancy-wrapper{width:100%;max-width:1390px;margin-left:auto;margin-right:auto}
.single-vacancy .single-vacancy-section .open-for{margin-bottom:32px;color:#7746d6;font-size:24px;font-weight:600;line-height:120%}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .open-for{margin-bottom:16px;font-size:20px;text-align:center}
}
.single-vacancy .single-vacancy-section .vacancy-title{margin-bottom:32px;color:#101010;font-size:52px;font-weight:600;line-height:120%}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-title{margin-bottom:16px;text-align:center;font-size:42px}
}
@media (max-width:767px){
.single-vacancy .single-vacancy-section .vacancy-title{font-size:32px}
}
.single-vacancy .single-vacancy-section .vacancy-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.single-vacancy .single-vacancy-section .vacancy-boxes .vacancy-box{margin-right:24px;margin-bottom:32px}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-boxes .vacancy-box{margin-right:0;width:100%;margin-bottom:16px}
}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-boxes .vacancy-box:last-child{margin-bottom:24px}
}
.single-vacancy .single-vacancy-section .vacancy-boxes .vacancy-box .vacancy-box_inner{height:100%;padding:32px;border-radius:24px;background:#fff;-webkit-box-shadow:0 8px 32px 0 rgba(40,25,69,.04);box-shadow:0 8px 32px 0 rgba(40,25,69,.04)}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-boxes .vacancy-box .vacancy-box_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.single-vacancy .single-vacancy-section .vacancy-boxes .title{margin-bottom:24px;color:#101010;font-size:32px;font-weight:600;line-height:120%}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-boxes .title{font-size:26px}
}
@media (max-width:767px){
.single-vacancy .single-vacancy-section .vacancy-boxes .title{font-size:20px}
}
.single-vacancy .single-vacancy-section .vacancy-boxes .subtitle{margin-bottom:24px;color:#4d4d4d;font-size:20px;font-weight:500;line-height:120%}
@media (max-width:991px){
.single-vacancy .single-vacancy-section .vacancy-boxes .subtitle{font-size:16px}
}
.single-vacancy .single-vacancy-section .vacancy-boxes .value{color:#101010;font-size:52px;font-weight:600;line-height:120%}
.single-vacancy .single-vacancy-section .vacancy-boxes .buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.single-vacancy .vacancy-about .vacancy-about-item{margin-bottom:24px;padding:24px;border-radius:12px;background:#fff}
.single-vacancy .vacancy-about .vacancy-about-item:last-child{margin-bottom:0}
.single-vacancy .vacancy-about .vacancy-about-item .title{margin-bottom:32px;color:#101010;font-size:32px;font-weight:600;line-height:120%}
@media (max-width:991px){
.single-vacancy .vacancy-about .vacancy-about-item .title{margin-bottom:16px;font-size:24px}
}
.single-vacancy .vacancy-about .vacancy-about-item .text ol,.single-vacancy .vacancy-about .vacancy-about-item .text ul{padding-left:15px}
.single-vacancy .vacancy-about .vacancy-about-item .text li,.single-vacancy .vacancy-about .vacancy-about-item .text p{color:#4d4d4d;font-size:20px;line-height:160%}
@media (max-width:991px){
.single-vacancy .vacancy-about .vacancy-about-item .text li,.single-vacancy .vacancy-about .vacancy-about-item .text p{font-size:14px}
}
.single-vacancy .demo-page .demo-content .page-banner{max-width:650px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:50px;padding-bottom:50px}
@media (max-width:767px){
.single-vacancy .demo-page .demo-content .page-banner{padding-top:70px}
}
.single-vacancy .demo-page .demo-content .page-banner .page-banner_wrapper{width:100%;display:block}
.single-vacancy .demo-page .demo-content .page-banner .page-banner_wrapper .page-banner_content{padding-top:0;padding-bottom:0}
.single-vacancy .vacancy-contacts{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #fff}
@media (max-width:767px){
.single-vacancy .vacancy-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.single-vacancy .vacancy-contacts .vacancy-contact_item{margin-bottom:8px}
.single-vacancy .vacancy-contacts .vacancy-contact_item:last-child{margin-bottom:0}
.single-vacancy .vacancy-contacts .vacancy-contact_item a{color:#fff;font-size:24px;font-weight:600;line-height:150%;letter-spacing:-1px}
@media (max-width:767px){
.single-vacancy .vacancy-contacts .vacancy-contact_item a{font-size:20px}
}
.single-vacancy .inner-page .addresses{-webkit-columns:2;-moz-columns:2;columns:2;margin-left:-12px;margin-right:-12px}
@media (max-width:767px){
.single-vacancy .inner-page .addresses{-webkit-columns:1;-moz-columns:1;columns:1}
}
.single-vacancy .inner-page .addresses .address-item{padding-left:12px;padding-right:12px;margin-bottom:24px}
@media (max-width:767px){
.single-vacancy .inner-page .addresses .address-item{margin-bottom:20px}
}
.single-vacancy .inner-page .addresses .address-item .address-item_inner{padding:24px;border-radius:12px;background:rgba(255,255,255,.06)}
.single-vacancy .inner-page .addresses .address-item .country{margin-bottom:24px;color:#fff;font-size:24px;font-weight:600;line-height:150%;letter-spacing:-1px}
@media (max-width:767px){
.single-vacancy .inner-page .addresses .address-item .country{font-size:20px}
}
.single-vacancy .inner-page .addresses .address-item .offices .office-item{margin-bottom:40px;color:#fff;font-size:20px;line-height:180%;letter-spacing:-1px}
@media (max-width:767px){
.single-vacancy .inner-page .addresses .address-item .offices .office-item{font-size:14px}
}
.single-vacancy .inner-page .addresses .address-item .offices .office-item:last-child{margin-bottom:0}
.inner-page.library-page .page-banner{padding-bottom:90px}
@media (max-width:1199px){
.inner-page.library-page .page-banner{padding-bottom:50px}
}
.inner-page.library-page .page-banner .page-banner_wrapper .page-banner_content{padding-top:0;max-width:100%}
@media (max-width:1199px){
.inner-page.library-page .page-banner .page-banner_wrapper .page-banner_content{margin-bottom:0}
}
@media (max-width:767px){
.inner-page.library-page .page-banner .page-title{margin-bottom:8px}
}
.inner-page.single-library .page-banner{padding-top:200px}
@media (max-width:1199px){
.inner-page.single-library .page-banner{padding-top:56px}
}
.inner-page.single-library .page-banner.white{background-color:#f0ebf9}
.inner-page.single-library .page-banner.white .page-title{font-weight:800}
.inner-page.single-library .page-banner.white .page-text p{color:#002e47}
.inner-page.single-library .page-banner .page-banner_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page.single-library .page-banner .page-banner_wrapper .page-banner_content{padding-top:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:20px;max-width:initial}
.inner-page.single-library .page-banner .page-banner_wrapper .page-banner_image{height:470px}
@media (max-width:767px){
.inner-page.single-library .page-banner .page-banner_wrapper .page-banner_image{height:auto}
}
.inner-page.single-library .page-banner .page-meta{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#555;font-size:24px;font-weight:600;line-height:115%;letter-spacing:-.72px}
@media (max-width:1440px){
.inner-page.single-library .page-banner .page-meta{font-size:20px}
}
@media (max-width:767px){
.inner-page.single-library .page-banner .page-meta{font-size:14px}
}
.inner-page.single-library .page-banner .page-meta span{display:block;margin-left:5px;margin-right:10px;text-decoration-line:underline}
.inner-page.single-library .page-banner .page-meta .icon{width:56px;height:56px;border-radius:50%;margin-right:20px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:767px){
.inner-page.single-library .page-banner .page-meta .icon{width:32px;height:32px;margin-right:14px}
}
.inner-page.single-library .page-banner .page-meta .icon img{height:100%;max-width:initial}
.inner-page .page-content-wrapper{padding-top:54px;padding-bottom:54px}
.library-page .libraries-filter .title{margin-bottom:15px;color:#fff;font-size:24px;font-weight:600;line-height:120%}
@media (max-width:1199px){
.library-page .libraries-filter .title{text-align:center;margin-bottom:48px}
}
@media (max-width:767px){
.library-page .libraries-filter .title{font-size:16px}
}
.library-page .results-section{padding-top:45px;padding-bottom:150px}
@media (max-width:991px){
.library-page .results-section{padding-top:32px;padding-bottom:32px}
}
.library-page .results-section .results-title{margin-bottom:50px;color:#101010;font-size:52px;font-weight:700;line-height:120%}
@media (max-width:991px){
.library-page .results-section .results-title{margin-bottom:32px;text-align:center}
}
@media (max-width:767px){
.library-page .results-section .results-title{font-size:16px}
}
.library-page .results-section .results-title span{font-size:22px}
@media (max-width:767px){
.library-page .results-section .results-title span{font-size:16px}
}
.single-library_content{padding-top:54px;padding-bottom:54px}
.single-library_content .post-content{max-width:1100px;margin-bottom:64px}
.single-library_content .post-content li,.single-library_content .post-content p{font-size:20px;line-height:1.5;letter-spacing:-.6px}
@media (max-width:767px){
.single-library_content .post-content li,.single-library_content .post-content p{font-size:14px}
}
.single-library_content .takeaways{margin-bottom:24px;border-radius:24px;background:#f0ebf9;padding:32px}
@media (max-width:767px){
.single-library_content .takeaways{padding:16px;border-radius:12px}
}
.single-library_content .takeaways .title{color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:24px;font-weight:600;line-height:115%;letter-spacing:-.72px}
@media (max-width:767px){
.single-library_content .takeaways .title{font-size:16px}
}
.single-library_content .takeaways ol,.single-library_content .takeaways ul{padding-left:15px}
.single-library_content .takeaways ol li,.single-library_content .takeaways ul li{margin-top:24px;margin-bottom:0;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:20px;font-weight:500;line-height:151%;letter-spacing:-.6px}
@media (max-width:767px){
.single-library_content .takeaways ol li,.single-library_content .takeaways ul li{margin-top:16px;font-size:14px}
}
.single-library .related-section{margin-left:auto;margin-right:auto;max-width:1278px}
.single-library .related-section .related-title{margin-bottom:24px;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:32px;font-weight:700;line-height:115%;letter-spacing:-.96px}
@media (max-width:767px){
.single-library .related-section .related-title{margin-bottom:16px;font-size:24px}
}
.single-library .related-section .posts-wrapper.libraries .post-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}
@media (max-width:991px){
.single-library .related-section .posts-wrapper.libraries .post-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
.single-library .related-section .posts-wrapper.libraries .post-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
.back-btn{margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
.back-btn{margin-bottom:24px}
}
.back-btn a{position:relative;display:block;padding-left:35px;color:#002e47;font-size:20px;line-height:150%;letter-spacing:-1px}
.back-btn a:after,.back-btn a:before{position:absolute;left:0;top:17px;display:block;content:"";width:10px;height:2px;border-radius:5px;background-color:#002e47;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.back-btn a:after{top:11px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.case-studies-section{padding-top:155px;padding-bottom:155px}
@media (max-width:1440px){
.case-studies-section{padding-top:100px;padding-bottom:100px}
}
@media (max-width:767px){
.case-studies-section{padding-top:32px;padding-bottom:32px}
}
.case-studies-section .case-studies-wrapper{max-width:1190px;margin-left:auto;margin-right:auto}
.case-studies-section .case-studies-wrapper .buttons{margin-top:60px}
.single-case-study .inner-page .page-banner{padding-bottom:0}
.single-case-study .inner-page .page-banner .page-banner_wrapper{position:relative;padding-bottom:120px;padding-right:290px}
@media (max-width:1199px){
.single-case-study .inner-page .page-banner .page-banner_wrapper{padding-right:0}
}
@media (max-width:767px){
.single-case-study .inner-page .page-banner .page-banner_wrapper{padding-bottom:60px}
}
.single-case-study .inner-page .page-banner .page-banner_wrapper .page-banner_content{max-width:100%}
.single-case-study .inner-page .page-banner .page-banner_wrapper .float-circle{position:absolute;right:0;bottom:-147px;padding:20px;width:294px;height:294px;background-color:#fff;border-radius:50%;-webkit-filter:drop-shadow(0 16px 24px rgba(0, 0, 0, .16));filter:drop-shadow(0 16px 24px rgba(0, 0, 0, .16));z-index:1}
@media (max-width:1199px){
.single-case-study .inner-page .page-banner .page-banner_wrapper .float-circle{right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:200px;height:200px;bottom:-100px;padding:14px}
}
@media (max-width:767px){
.single-case-study .inner-page .page-banner .page-banner_wrapper .float-circle{width:134px;height:134px;bottom:-67px;padding:8px}
}
.single-case-study .inner-page .page-banner .page-banner_wrapper .float-circle .float-circle_inner{width:100%;height:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.single-case-study .inner-page .page-banner .page-title{margin-bottom:0;font-size:52px}
@media (max-width:767px){
.single-case-study .inner-page .page-banner .page-title{font-size:28px}
}
.single-case-study .case-study_content{padding-top:130px;padding-bottom:150px}
@media (max-width:767px){
.single-case-study .case-study_content{padding-top:100px;padding-bottom:32px}
}
.single-case-study .cs-content_items .content-item{margin-bottom:60px}
@media (max-width:767px){
.single-case-study .cs-content_items .content-item{margin-bottom:32px}
}
.single-case-study .cs-content_items .content-item:last-child{margin-bottom:0}
.single-case-study .cs-content_items .content-item .icon{margin-bottom:27px;width:76px;height:76px;border-radius:50%;background:#553ceb;-webkit-filter:drop-shadow(0 8px 24px rgba(0, 0, 0, .25));filter:drop-shadow(0 8px 24px rgba(0, 0, 0, .25));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.single-case-study .cs-content_items .content-item .icon img{max-width:50px;max-height:50px}
.single-case-study .cs-content_items .content-item .title{margin-bottom:27px;color:#002e47;font-size:42px;font-weight:600;line-height:120%;letter-spacing:-1.5px}
@media (max-width:767px){
.single-case-study .cs-content_items .content-item .title{font-size:20px}
}
.single-case-study .cs-content_items .content-item .text.results{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
.single-case-study .cs-content_items .content-item .text.results{display:block}
}
.single-case-study .cs-content_items .content-item .text.results .numbers-wrapper{padding-left:60px}
@media (max-width:1199px){
.single-case-study .cs-content_items .content-item .text.results .numbers-wrapper{padding-left:0;margin-top:24px}
}
.single-case-study .cs-content_items .content-item .text.results .text-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.single-case-study .cs-content_items .content-item .text p{color:#4a4a4a;font-size:20px}
@media (max-width:767px){
.single-case-study .cs-content_items .content-item .text p{font-size:12px}
}
.single-case-study .cs-content_items .numbers-wrapper_inner{border-radius:25px;background:rgba(119,70,214,.13);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 5px}
@media (max-width:767px){
.single-case-study .cs-content_items .numbers-wrapper_inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:12px}
}
.single-case-study .cs-content_items .numbers-wrapper_inner .number-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:35px;margin-right:35px;color:#0d0d0d;font-size:16px;font-weight:300;line-height:1;text-align:center;white-space:nowrap}
@media (max-width:767px){
.single-case-study .cs-content_items .numbers-wrapper_inner .number-item{margin-left:0;margin-right:0;margin-bottom:24px}
}
@media (max-width:767px){
.single-case-study .cs-content_items .numbers-wrapper_inner .number-item:last-child{margin-bottom:0}
}
.single-case-study .cs-content_items .numbers-wrapper_inner .number-item .value{font-size:42px;font-weight:600;line-height:80px;letter-spacing:-3px}
@media (max-width:767px){
.single-case-study .cs-content_items .numbers-wrapper_inner .number-item .value{font-size:24px;font-weight:700;line-height:1;margin-bottom:10px}
}
.glossary-content{padding-top:70px;padding-bottom:20px}
@media (max-width:991px){
.glossary-content{padding-top:32px}
}
@media (max-width:991px){
.glossary-content .glossary-content_inner{max-width:606px;margin-left:auto;margin-right:auto}
}
@media (max-width:767px){
.glossary-content .glossary-content_inner{max-width:438px}
}
@media (max-width:480px){
.glossary-content .glossary-content_inner{max-width:270px}
}
.glossary-content .glossary-letters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:-5px;margin-right:-5px;margin-bottom:100px}
@media (max-width:991px){
.glossary-content .glossary-letters{margin-bottom:32px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}
.glossary-content .glossary-letters .letter-item{padding-left:5px;padding-right:5px;color:#002e47;text-align:center;font-size:32px;font-weight:500;line-height:115%;text-transform:uppercase}
@media (max-width:991px){
.glossary-content .glossary-letters .letter-item{width:56px;padding-left:6px;padding-right:6px;margin-bottom:12px;font-size:26px;line-height:40px}
}
@media (max-width:767px){
.glossary-content .glossary-letters .letter-item{font-size:20px}
}
.glossary-content .glossary-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}
.glossary-content .glossary-posts .glossary-column{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-left:10px;padding-right:10px;margin-bottom:150px}
@media (max-width:1440px){
.glossary-content .glossary-posts .glossary-column{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;margin-bottom:100px}
}
@media (max-width:1199px){
.glossary-content .glossary-posts .glossary-column{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:80px}
}
@media (max-width:991px){
.glossary-content .glossary-posts .glossary-column{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:32px}
}
.glossary-content .glossary-posts .glossary-column .title{margin-bottom:5px;text-transform:uppercase;color:#002e47;font-size:72px;font-weight:700;line-height:1;letter-spacing:-1px}
@media (max-width:991px){
.glossary-content .glossary-posts .glossary-column .title{margin-bottom:30px;font-size:40px}
}
.glossary-content .glossary-posts .glossary-column .item{margin-bottom:25px}
.glossary-content .glossary-posts .glossary-column .item:last-child{margin-bottom:0}
.glossary-content .glossary-posts .glossary-column .item .a{color:rgba(0,0,0,.73);font-size:32px;line-height:1}
@media (max-width:991px){
.glossary-content .glossary-posts .glossary-column .item .a{font-size:24px}
}
.single-glossary .inner-page .page-banner{padding-top:150px;padding-bottom:56px}
@media (max-width:1199px){
.single-glossary .inner-page .page-banner{padding-top:56px;padding-bottom:80px}
}
.single-glossary .inner-page .page-banner.white{background:#f0ebf9}
.single-glossary .inner-page .page-banner.white .page-title{font-weight:800}
@media (max-width:1199px){
.single-glossary .inner-page .page-banner.white .page-title{font-weight:700;margin-top:24px}
}
.single-glossary .inner-page .page-banner .page-title{margin-bottom:0}
.single-glossary .single-library_content .post-content{margin-bottom:0;max-width:100%}
.single-glossary .single-glossary_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:1199px){
.single-glossary .single-glossary_wrapper{display:block}
}
.single-glossary .single-glossary_wrapper .glossary-sidebar{max-width:300px;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}
@media (max-width:1199px){
.single-glossary .single-glossary_wrapper .glossary-sidebar{max-width:100%;margin-bottom:32px}
}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-inner{position:sticky;top:50px}
@media (max-width:1199px){
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-inner{position:relative;top:auto}
}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item{margin-bottom:24px}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item:last-child{margin-bottom:0}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn{position:relative;display:block;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:20px;font-weight:500;line-height:1.5;letter-spacing:-.6px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;overflow:hidden;text-align:left}
@media (max-width:767px){
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn{padding-left:13px}
}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn.active,.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn:hover{padding-left:13px;color:#7802d2}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn.active:before,.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn:hover:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.single-glossary .single-glossary_wrapper .glossary-sidebar .sidebar-item .sidebar-btn:before{position:absolute;left:0;top:7px;bottom:7px;display:block;content:"";width:2px;background:#7802d2;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateY(-150%);-ms-transform:translateY(-150%);transform:translateY(-150%)}
.single-glossary .single-glossary_wrapper .glossary-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:75px}
@media (max-width:1199px){
.single-glossary .single-glossary_wrapper .glossary-text{padding-left:0}
}
body .contact-page .page-banner{padding-bottom:26px}
@media (max-width:1199px){
body .contact-page .page-banner.white{padding:0}
}
@media (max-width:1199px){
body .contact-page .page-banner.white .container-small{padding-left:0;padding-right:0}
}
body .contact-page .page-banner.white .page-title{color:#fff;max-width:430px;font-size:52px;margin-bottom:13px}
@media (max-width:767px){
body .contact-page .page-banner.white .page-title{max-width:230px;font-size:28px}
}
body .contact-page .page-banner.white .page-text p{color:#ececec;font-size:22px;font-weight:300;line-height:24px}
@media (max-width:767px){
body .contact-page .page-banner.white .page-text p{font-size:18px}
}
body .contact-page .page-banner .page-label{display:inline-block}
body .contact-page .page-banner .page-label span{padding-left:0;min-width:10px}
body .contact-page .page-banner .page-label span:before{display:none}
body .contact-page .page-banner .page-text{max-width:500px;margin-bottom:30px}
body .contact-page .page-banner .addresses{margin-bottom:85px;max-width:440px}
@media (max-width:1199px){
body .contact-page .page-banner .addresses{margin-bottom:0}
}
body .contact-page .page-banner .page-banner_wrapper{max-width:1400px;margin-left:auto;margin-right:auto}
body .contact-page .page-banner .page-banner_wrapper .page-banner_content{display:block;position:relative;max-width:52%;-webkit-box-flex:0;-ms-flex:0 0 52%;flex:0 0 52%;border-radius:24px 0 0 24px;background:#002e47;padding:90px 0 50px 70px;z-index:1}
@media (max-width:1199px){
body .contact-page .page-banner .page-banner_wrapper .page-banner_content{max-width:100%;border-radius:0;padding:56px 25px;display:-webkit-box;display:-ms-flexbox;display:flex;background:#081523;width:100%;margin-bottom:0}
}
body .contact-page .page-banner .page-banner_wrapper .page-banner_form{max-width:48%;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;padding:40px 56px;border-radius:0 24px 24px 0;background:#fff;-webkit-box-shadow:0 16px 32px 0 rgba(0,0,0,.08);box-shadow:0 16px 32px 0 rgba(0,0,0,.08)}
@media (max-width:1199px){
body .contact-page .page-banner .page-banner_wrapper .page-banner_form{max-width:100%;border-radius:0;width:100%;padding:25px 25px 40px}
}
body .contact-page .page-banner .page-banner_wrapper .page-banner_form .form-title{margin-bottom:24px;color:#002e47;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:32px;font-weight:800;line-height:115%;letter-spacing:-.32px}
@media (max-width:1199px){
body .contact-page .page-banner .page-banner_wrapper .page-banner_form .form-title{text-align:center}
}
@media (max-width:1199px){
body .contact-page .page-banner .page-banner_wrapper .page-banner_form .form-wrapper{padding:24px;border-radius:12px;background:#fff;-webkit-box-shadow:0 16px 32px 0 rgba(0,0,0,.08);box-shadow:0 16px 32px 0 rgba(0,0,0,.08)}
}
body .contact-page .banner{margin-bottom:0}
@media (max-width:1199px){
body .contact-page .banner{display:none}
}
body .contact-page .banner .partners-wrapper{position:relative;left:auto;bottom:auto}
body .contact-page .banner .partners-title{margin-bottom:10px;color:#fff;font-size:18px;font-weight:700;line-height:24px}
body.error404 .content{background:#101010 url(../img/stars_bg.png) center 0 no-repeat;background-size:cover}
body.error404 .page-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:230px;padding-bottom:190px}
@media (max-width:1199px){
body.error404 .page-wrapper{padding-top:60px;padding-bottom:100px}
}
@media (max-width:991px){
body.error404 .page-wrapper{padding-left:20px;padding-right:20px}
}
body.error404 .page-wrapper .image{margin-bottom:20px}
@media (max-width:1199px){
body.error404 .page-wrapper .image{max-width:300px}
}
body.error404 .page-wrapper .title{margin-bottom:16px;color:#fff;text-align:center;font-size:50px;font-weight:500}
@media (max-width:1199px){
body.error404 .page-wrapper .title{font-size:40px}
}
@media (max-width:767px){
body.error404 .page-wrapper .title{font-size:34px}
}
body.error404 .page-wrapper .subtitle{margin-bottom:16px;color:#fff;text-align:center;font-size:24px;font-weight:300;text-transform:uppercase}
@media (max-width:1199px){
body.error404 .page-wrapper .subtitle{font-size:20px}
}
@media (max-width:991px){
body.error404 .page-wrapper .subtitle{font-size:18px}
}
@media (max-width:767px){
body.error404 .page-wrapper .subtitle{line-height:1.5}
}
body.error404 .page-wrapper .buttons .thm-btn{margin-left:7px;margin-right:7px}
@media (max-width:1199px){
body.page-template-page-thankyou{padding-top:0}
}
body.page-template-page-thankyou .header-mobile,body.page-template-page-thankyou .site-header{display:none!important}
.inner-page.thank-you-page{background:#081523}
.inner-page.thank-you-survey-page{background:0 0}
.inner-page.thank-you-survey-page .thank-you-wrapper{background:#101010 url(../img/stars_bg.png) center 0 no-repeat;background-size:cover}
.inner-page.thank-you-survey-page .thank-you-wrapper .title{max-width:800px;font-size:50px;font-weight:500;letter-spacing:0}
@media (max-width:991px){
.inner-page.thank-you-survey-page .thank-you-wrapper .title{font-size:40px}
}
@media (max-width:767px){
.inner-page.thank-you-survey-page .thank-you-wrapper .title{font-size:30px}
}
.inner-page .thank-you-wrapper{background-position:center 0;background-size:cover;background-repeat:no-repeat;padding-top:50px;padding-bottom:50px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh}
@media (max-width:1199px){
.inner-page .thank-you-wrapper{padding-left:20px;padding-right:20px}
}
.inner-page .thank-you-wrapper .close-icon{position:absolute;right:70px;top:78px;z-index:2;width:74px;height:74px;background-color:rgba(255,255,255,.08);border-radius:50%}
@media (max-width:1199px){
.inner-page .thank-you-wrapper .close-icon{right:3%;top:5%}
}
@media (max-width:991px){
.inner-page .thank-you-wrapper .close-icon{width:50px;height:50px}
}
.inner-page .thank-you-wrapper .close-icon:after,.inner-page .thank-you-wrapper .close-icon:before{position:absolute;left:23px;top:50%;display:block;content:"";width:28px;height:2px;border-radius:10px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
@media (max-width:991px){
.inner-page .thank-you-wrapper .close-icon:after,.inner-page .thank-you-wrapper .close-icon:before{left:15px;width:20px}
}
.inner-page .thank-you-wrapper .close-icon:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.inner-page .thank-you-wrapper .thank-you-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.inner-page .thank-you-wrapper .icon{margin-bottom:24px}
.inner-page .thank-you-wrapper .title{margin-bottom:24px;color:#fff;text-align:center;text-shadow:0 2px 24px rgba(0,0,0,.08);font-size:64px;font-weight:800;line-height:1.15;letter-spacing:-.64px}
@media (max-width:991px){
.inner-page .thank-you-wrapper .title{font-size:46px}
}
@media (max-width:767px){
.inner-page .thank-you-wrapper .title{font-size:36px}
}
.inner-page .thank-you-wrapper .subtitle{margin-bottom:24px;color:#fff;text-align:center;font-size:20px;line-height:1.5;letter-spacing:-1px}
@media (max-width:991px){
.inner-page .thank-you-wrapper .subtitle{font-size:18px}
}
body#new-design-body{font-family:Poppins,sans-serif;background-color:#fff;scroll-behavior:smooth}
body#new-design-body.blog .site-header,body#new-design-body.page-template-page-comparison .site-header,body#new-design-body.page-template-page-patents .site-header,body#new-design-body.page-template-page-platform .site-header,body#new-design-body.page-template-page-webinars .site-header,body#new-design-body.page-template-page-who-we-serve .site-header{background-color:transparent}
@media (max-width:1199px){
body#new-design-body.blog .site-header,body#new-design-body.page-template-page-comparison .site-header,body#new-design-body.page-template-page-patents .site-header,body#new-design-body.page-template-page-platform .site-header,body#new-design-body.page-template-page-webinars .site-header,body#new-design-body.page-template-page-who-we-serve .site-header{background-color:#fff}
}
body#new-design-body.blog .site-header.fixed,body#new-design-body.page-template-page-comparison .site-header.fixed,body#new-design-body.page-template-page-patents .site-header.fixed,body#new-design-body.page-template-page-platform .site-header.fixed,body#new-design-body.page-template-page-webinars .site-header.fixed,body#new-design-body.page-template-page-who-we-serve .site-header.fixed{background-color:#fff}
body#new-design-body.blog .site-header.fixed .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-comparison .site-header.fixed .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-patents .site-header.fixed .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-platform .site-header.fixed .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-webinars .site-header.fixed .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .menu li.menu-item-has-children>a{color:#002e47}
body#new-design-body.blog .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.blog .site-header.fixed .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-comparison .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-comparison .site-header.fixed .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-patents .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-patents .site-header.fixed .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-platform .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-platform .site-header.fixed .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-webinars .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-webinars .site-header.fixed .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .menu li.menu-item-has-children>a:before{background-color:#002e47}
body#new-design-body.blog .site-header.fixed .header-inner .header-left .logo img,body#new-design-body.page-template-page-comparison .site-header.fixed .header-inner .header-left .logo img,body#new-design-body.page-template-page-patents .site-header.fixed .header-inner .header-left .logo img,body#new-design-body.page-template-page-platform .site-header.fixed .header-inner .header-left .logo img,body#new-design-body.page-template-page-webinars .site-header.fixed .header-inner .header-left .logo img,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .header-inner .header-left .logo img{display:block}
body#new-design-body.blog .site-header.fixed .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-comparison .site-header.fixed .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-patents .site-header.fixed .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-platform .site-header.fixed .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-webinars .site-header.fixed .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .header-inner .header-left .logo img.white{display:none}
body#new-design-body.blog .site-header.fixed .header-right .menu li a,body#new-design-body.page-template-page-comparison .site-header.fixed .header-right .menu li a,body#new-design-body.page-template-page-patents .site-header.fixed .header-right .menu li a,body#new-design-body.page-template-page-platform .site-header.fixed .header-right .menu li a,body#new-design-body.page-template-page-webinars .site-header.fixed .header-right .menu li a,body#new-design-body.page-template-page-who-we-serve .site-header.fixed .header-right .menu li a{color:#002e47}
@media (min-width:1200px){
body#new-design-body.blog .site-header .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-comparison .site-header .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-patents .site-header .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-platform .site-header .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-webinars .site-header .menu li.menu-item-has-children>a,body#new-design-body.page-template-page-who-we-serve .site-header .menu li.menu-item-has-children>a{color:#fff}
}
@media (min-width:1200px){
body#new-design-body.blog .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.blog .site-header .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-comparison .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-comparison .site-header .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-patents .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-patents .site-header .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-platform .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-platform .site-header .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-webinars .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-webinars .site-header .menu li.menu-item-has-children>a:before,body#new-design-body.page-template-page-who-we-serve .site-header .menu li.menu-item-has-children>a:after,body#new-design-body.page-template-page-who-we-serve .site-header .menu li.menu-item-has-children>a:before{background-color:#fff}
}
body#new-design-body.blog .site-header .header-inner .header-left .logo img,body#new-design-body.page-template-page-comparison .site-header .header-inner .header-left .logo img,body#new-design-body.page-template-page-patents .site-header .header-inner .header-left .logo img,body#new-design-body.page-template-page-platform .site-header .header-inner .header-left .logo img,body#new-design-body.page-template-page-webinars .site-header .header-inner .header-left .logo img,body#new-design-body.page-template-page-who-we-serve .site-header .header-inner .header-left .logo img{display:none}
body#new-design-body.blog .site-header .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-comparison .site-header .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-patents .site-header .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-platform .site-header .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-webinars .site-header .header-inner .header-left .logo img.white,body#new-design-body.page-template-page-who-we-serve .site-header .header-inner .header-left .logo img.white{display:block}
@media (min-width:1200px){
body#new-design-body.blog .site-header .header-right .menu li a,body#new-design-body.page-template-page-comparison .site-header .header-right .menu li a,body#new-design-body.page-template-page-patents .site-header .header-right .menu li a,body#new-design-body.page-template-page-platform .site-header .header-right .menu li a,body#new-design-body.page-template-page-webinars .site-header .header-right .menu li a,body#new-design-body.page-template-page-who-we-serve .site-header .header-right .menu li a{color:#fff}
}
body#new-design-body.blog .inner-page,body#new-design-body.page-template-page-comparison .inner-page,body#new-design-body.page-template-page-patents .inner-page,body#new-design-body.page-template-page-platform .inner-page,body#new-design-body.page-template-page-webinars .inner-page,body#new-design-body.page-template-page-who-we-serve .inner-page{padding-top:0!important}
body#new-design-body.blog .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-comparison .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-patents .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-platform .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-webinars .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-who-we-serve .inner-page .page-banner.simple-banner{padding-top:190px}
@media (max-width:767px){
body#new-design-body.blog .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-comparison .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-patents .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-platform .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-webinars .inner-page .page-banner.simple-banner,body#new-design-body.page-template-page-who-we-serve .inner-page .page-banner.simple-banner{padding-top:50px;padding-bottom:50px}
}
body#new-design-body a,body#new-design-body button,body#new-design-body div,body#new-design-body h1,body#new-design-body h2,body#new-design-body h3,body#new-design-body h4,body#new-design-body h5,body#new-design-body h6,body#new-design-body input,body#new-design-body p,body#new-design-body textarea{font-family:Poppins,sans-serif}
body#new-design-body p{letter-spacing:0}
body#new-design-body .container-small{padding-left:20px;padding-right:20px;width:100%;max-width:1460px;margin-left:auto;margin-right:auto}
@media (max-width:1600px){
body#new-design-body .container-small{padding-left:85px;padding-right:85px}
}
@media (max-width:1199px){
body#new-design-body .container-small{position:relative;padding-left:20px;padding-right:20px}
}
body#new-design-body .container-small.smaller{max-width:1200px}
@media (max-width:1600px){
body#new-design-body .container-small.smaller{max-width:1460px}
}
@media (max-width:1199px){
body#new-design-body .container-small .container-small{padding-left:0;padding-right:0}
}
body#new-design-body .page-banner .banner_image .open-video-popup{position:absolute;z-index:2;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:40px}
body#new-design-body .site-header{background-color:#fff}
body#new-design-body .site-header.fixed .header-inner .header-left .logo{-webkit-filter:invert(0);filter:invert(0)}
body#new-design-body .site-header .header-inner{padding-top:5px;padding-bottom:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
body#new-design-body .site-header .header-inner .header-left{-webkit-box-flex:0;-ms-flex:0 0 234px;flex:0 0 234px}
@media (max-width:1199px){
body#new-design-body .site-header .header-inner .header-left{display:none}
}
body#new-design-body .site-header .header-inner .header-left .logo a{display:block}
body#new-design-body .site-header .header-inner .header-left .logo img{max-width:70px;-webkit-filter:invert(0);filter:invert(0)}
body#new-design-body .site-header .header-inner .header-left .logo img.white{display:none}
@media (max-width:1199px){
body#new-design-body .site-header .header-inner .header-center{padding-top:100px;width:100%}
}
body#new-design-body .site-header .header-inner .header-right{-webkit-box-flex:0;-ms-flex:0 0 234px;flex:0 0 234px}
@media (max-width:1199px){
body#new-design-body .site-header .header-inner .header-right{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
}
body#new-design-body .site-header .header-inner .header-right .buttons{margin-left:16px}
body#new-design-body .site-header .header-inner .header-right .buttons .main-btn{min-width:160px;line-height:28px;padding-left:5px;padding-right:5px}
@media (max-width:1199px){
body#new-design-body .site-header .menu{border-bottom:none}
}
body#new-design-body .site-header .menu li.menu-item-has-children>a:after,body#new-design-body .site-header .menu li.menu-item-has-children>a:before{background-color:#002e47}
body#new-design-body .site-header .menu li a{font-size:16px;font-weight:500;color:#002e47}
body#new-design-body .site-header .menu li .sub-menu .back-btn{display:none}
@media (max-width:1199px){
body#new-design-body .site-header .menu li .sub-menu .back-btn{display:block;margin-bottom:30px;font-size:18px;font-weight:700}
}
body#new-design-body .site-header .menu li .sub-menu .back-btn span{font-size:24px;font-weight:700}
body#new-design-body .site-header .menu li .sub-menu .sub-menu_wrapper{display:block;position:relative;z-index:2;background-color:#fff;padding:20px 26px}
@media (max-width:1199px){
body#new-design-body .site-header .menu li .sub-menu .sub-menu_wrapper{padding:0;position:static}
}
body#new-design-body .site-header .menu li .sub-menu .sub-menu-title{display:block;margin-bottom:16px;color:#97a3b7;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}
body#new-design-body .site-header .menu li .sub-menu.column_2 ul{-webkit-columns:2;-moz-columns:2;columns:2}
body#new-design-body .site-header .menu li .sub-menu.column_4{width:1070px;left:-300px}
@media (max-width:1199px){
body#new-design-body .site-header .menu li .sub-menu.column_4{left:0;width:100%}
}
body#new-design-body .site-header .menu li .sub-menu.column_4:before{left:318px}
body#new-design-body .site-header .menu li .sub-menu.column_4 ul{-webkit-columns:unset;-moz-columns:unset;columns:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
body#new-design-body .site-header .menu li .sub-menu.column_4 ul li{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-right:20px}
@media (max-width:991px){
body#new-design-body .site-header .menu li .sub-menu.column_4 ul li{padding-right:16px}
}
@media (max-width:767px){
body#new-design-body .site-header .menu li .sub-menu.column_4 ul li{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0;margin-bottom:20px}
}
body#new-design-body .site-header .menu li .sub-menu.column_4 ul li:last-child{padding-right:0}
body#new-design-body .site-header .menu li .sub-menu.column_4 .subtitle{display:block!important;white-space:normal}
@media (max-width:767px){
body#new-design-body .site-header .menu li .sub-menu.column_4 .subtitle{display:none!important}
}
body#new-design-body .site-header .menu li .sub-menu ul{padding:0;margin:0}
body#new-design-body .site-header .menu li .sub-menu li{margin-bottom:20px}
@media (max-width:1199px){
body#new-design-body .site-header .menu li .sub-menu li{margin-bottom:30px}
}
body#new-design-body .site-header .menu li .sub-menu li:first-child{padding-top:0}
body#new-design-body .site-header .menu li .sub-menu li:last-child{margin-bottom:0}
body#new-design-body .site-header .menu li .sub-menu li a{padding:0;font-size:14px;line-height:1.5;font-weight:600}
@media (max-width:1199px){
body#new-design-body .site-header .menu li .sub-menu li a{font-size:16px;font-weight:500}
}
body#new-design-body .site-header .menu li .sub-menu li a:hover{background-color:transparent}
body#new-design-body .site-header .menu li .sub-menu li .subtitle{margin-top:2px;display:none;color:#677489;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.5}
body#new-design-body .banner{margin-bottom:0;background-position-x:right;background-size:auto 100%}
@media (max-width:1199px){
body#new-design-body .banner{background-image:none!important}
}
body#new-design-body .banner .banner-image_mobile{display:none}
@media (max-width:1199px){
body#new-design-body .banner .banner-image_mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;top:0;width:100%;height:100%}
}
body#new-design-body .banner .banner-image_mobile img{opacity:.05;max-width:initial;height:100%}
body#new-design-body .banner .banner-inner{padding-right:0;background:0 0;min-height:10px;margin-bottom:46px}
@media (max-width:1700px){
body#new-design-body .banner .banner-inner{padding-top:0;padding-bottom:0}
}
@media (max-width:1199px){
body#new-design-body .banner .banner-inner{padding-left:0;margin-bottom:32px}
}
body#new-design-body .banner .banner-inner .title{margin-bottom:32px}
body#new-design-body .banner .banner-inner .title p{color:#002e47;font-weight:600;text-align:left;font-size:58px;line-height:1.25;letter-spacing:-1.74px}
@media (max-width:1600px){
body#new-design-body .banner .banner-inner .title p{font-size:48px}
}
@media (max-width:1199px){
body#new-design-body .banner .banner-inner .title p{font-size:36px;line-height:42px;letter-spacing:-1.08px}
}
body#new-design-body .banner .banner-inner .text{margin-bottom:32px;max-width:600px}
body#new-design-body .banner .banner-inner .text p{line-height:26px;color:#444;font-size:20px;letter-spacing:-.2px}
@media (max-width:1600px){
body#new-design-body .banner .banner-inner .text p{font-size:18px}
}
@media (max-width:1199px){
body#new-design-body .banner .banner-inner .text p{font-size:18px;letter-spacing:-.18px}
}
body#new-design-body .banner .banner-inner .buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
@media (max-width:767px){
body#new-design-body .banner .banner-inner .buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}
}
body#new-design-body .banner .banner-inner .buttons .main-btn{min-width:250px;margin-right:10px;font-size:18px;line-height:38px}
@media (max-width:1600px){
body#new-design-body .banner .banner-inner .buttons .main-btn{min-width:200px;font-size:16px;line-height:28px}
}
@media (max-width:767px){
body#new-design-body .banner .banner-inner .buttons .main-btn{margin-right:0;margin-bottom:12px;min-width:220px}
}
@media (max-width:767px){
body#new-design-body .banner .banner-inner .buttons .main-btn:last-child{margin-bottom:0}
}
body#new-design-body .banner .banner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh;padding-top:100px;padding-bottom:40px}
@media (max-width:1600px){
body#new-design-body .banner .banner-wrapper{min-height:10vh}
}
@media (max-width:1199px){
body#new-design-body .banner .banner-wrapper{padding-top:34px;padding-bottom:32px}
}
body#new-design-body .banner .banner-left{max-width:710px;-webkit-box-flex:0;-ms-flex:0 0 710px;flex:0 0 710px}
@media (max-width:1600px){
body#new-design-body .banner .banner-left{max-width:570px;-webkit-box-flex:0;-ms-flex:0 0 570px;flex:0 0 570px}
}
@media (max-width:767px){
body#new-design-body .banner .banner-left{max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
}
body#new-design-body .banner .banner-right img{-webkit-box-shadow:4px 4px 40px 0 rgba(0,0,0,.08);box-shadow:4px 4px 40px 0 rgba(0,0,0,.08)}
body#new-design-body .banner .partners-title{margin-bottom:10px;color:#545454;font-size:14px;font-weight:600;line-height:25px}
body#new-design-body .banner .partners-wrapper{position:relative;left:auto;bottom:auto;-webkit-filter:invert(1);filter:invert(1)}
.partners-wrapper_grid{max-width:620px}
@media (max-width:1600px){
.partners-wrapper_grid{max-width:520px}
}
@media (max-width:767px){
.partners-wrapper_grid{max-width:100%}
}
.partners-wrapper_grid .partners-stripe{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}
@media (max-width:767px){
.partners-wrapper_grid .partners-stripe{margin-left:-3px;margin-right:-3px}
}
.partners-wrapper_grid .partners-stripe .partner-item{max-width:146px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-left:8px;padding-right:8px;margin-bottom:16px}
@media (max-width:767px){
.partners-wrapper_grid .partners-stripe .partner-item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:3px;padding-right:3px;margin-bottom:8px}
}
.partners-wrapper_grid .partners-stripe .partner-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:70px;border-radius:6px;border:1px solid #d0d0d0}
.partners-wrapper_grid .partners-stripe .partner-item_inner img{-webkit-filter:invert(1);filter:invert(1);max-width:80%;max-height:50px}
.new-solutions-section{padding-top:5vw;padding-bottom:5vw;background:url(../img/new-design/welcome_section_dekor.svg) 45px 68px no-repeat}
@media (max-width:1700px){
.new-solutions-section{background-image:none}
}
@media (max-width:767px){
.new-solutions-section{padding-top:50px;padding-bottom:50px}
}
.new-solutions-section .solutions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-12px;margin-right:-12px}
.new-solutions-section .solutions-wrapper .solution-item{padding-left:12px;padding-right:12px;margin-bottom:12px;margin-top:12px;max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
@media (max-width:767px){
.new-solutions-section .solutions-wrapper .solution-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
.new-solutions-section .solutions-wrapper .solution_item_inner{height:100%;border-radius:20px;border:1px solid #cfcfcf;background:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.04);box-shadow:0 8px 24px 0 rgba(0,0,0,.04);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding:24px}
@media (max-width:1600px){
.new-solutions-section .solutions-wrapper .solution_item_inner{padding:16px}
}
@media (max-width:767px){
.new-solutions-section .solutions-wrapper .solution_item_inner{padding-left:16px;padding-right:16px}
}
.new-solutions-section .solutions-wrapper .solution_item_inner:hover{border-color:#002e47;-webkit-box-shadow:0 4px 15px 10px rgba(0,0,0,.03);box-shadow:0 4px 15px 10px rgba(0,0,0,.03)}
.new-solutions-section .solutions-wrapper .solution_item_inner:hover .solution-top .solution-icon{border-color:#002e47}
.new-solutions-section .solutions-wrapper .solution_item_inner:hover .solution-bottom .buttons .main-btn{color:#fff;background:#ad00f1;-webkit-box-shadow:0 4px 10px 0 rgba(127,0,179,.5) inset;box-shadow:0 4px 10px 0 rgba(127,0,179,.5) inset}
.new-solutions-section .solutions-wrapper .solution-top{margin-bottom:24px}
.new-solutions-section .solutions-wrapper .solution-top .solution-icon{max-width:80px;height:80px;margin-bottom:24px;border-radius:16px;border:1px solid #e3e3e3;padding:10px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1600px){
.new-solutions-section .solutions-wrapper .solution-top .solution-icon{max-width:60px;height:60px;padding:5px;border-radius:12px}
}
.new-solutions-section .solutions-wrapper .solution-top .solution-title{margin-bottom:24px;color:#002e47;font-size:32px;font-weight:500;line-height:42px;letter-spacing:-1px}
@media (max-width:1600px){
.new-solutions-section .solutions-wrapper .solution-top .solution-title{margin-bottom:16px;font-size:28px}
}
@media (max-width:767px){
.new-solutions-section .solutions-wrapper .solution-top .solution-title{font-size:24px;line-height:32px}
}
.new-solutions-section .solutions-wrapper .solution-top .solution-desc p{text-align:left;font-size:18px;line-height:1.5;letter-spacing:-.36px;font-weight:400}
.new-solutions-section .solutions-wrapper .solution-bottom{width:100%;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.new-solutions-section .solutions-wrapper .solution-bottom .buttons{width:100%;max-width:150px}
.new-solutions-section .solutions-wrapper .solution-bottom .buttons .main-btn{padding:12px 24px;width:100%;color:#002e47;font-size:16px;font-weight:500;line-height:1.5;border-radius:90px;border:1px solid #fff;background:#f4f4f4;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.how-it-works-section{padding-top:5vw;padding-bottom:5vw;background:#f6f9fc}
@media (max-width:767px){
.how-it-works-section{padding-top:50px;padding-bottom:50px}
}
.how-it-works-section .hiw-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:1199px){
.how-it-works-section .hiw-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
.how-it-works-section .how-it-works_left{max-width:712px;-webkit-box-flex:0;-ms-flex:0 0 712px;flex:0 0 712px}
@media (max-width:1199px){
.how-it-works-section .how-it-works_left{max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:80px}
}
.how-it-works-section .how-it-works_right{position:relative;max-width:500px;padding-top:110px;padding-bottom:30px}
@media (max-width:767px){
.how-it-works-section .how-it-works_right{padding-left:15%;padding-top:80px}
}
.how-it-works-section .how-it-works_right .image-top{position:absolute;right:0;top:0}
@media (max-width:767px){
.how-it-works-section .how-it-works_right .image-top{max-width:210px}
}
.how-it-works-section .how-it-works_right .image{position:relative}
.how-it-works-section .how-it-works_right .image-bottom{position:absolute;bottom:0;left:-84px}
@media (max-width:767px){
.how-it-works-section .how-it-works_right .image-bottom{left:0;max-width:210px}
}
.how-it-works-section .hiw-items{position:relative;padding-top:24px}
.how-it-works-section .hiw-items .before{position:absolute;left:33px;top:7%;bottom:7%;width:14px;background-color:#ad00f3}
@media (max-width:767px){
.how-it-works-section .hiw-items .before{display:none}
}
.how-it-works-section .hiw-items .hiw-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}
@media (max-width:767px){
.how-it-works-section .hiw-items .hiw-item{margin-bottom:24px;display:block}
}
.how-it-works-section .hiw-items .hiw-item:last-child{padding-bottom:0;margin-bottom:0}
.how-it-works-section .hiw-items .hiw-item:last-child .hiw-desc{padding-bottom:0;border-bottom:none}
.how-it-works-section .hiw-items .hiw-item .hiw-icon{max-width:80px;-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;border:1px solid #eee;background:#fff}
@media (max-width:767px){
.how-it-works-section .hiw-items .hiw-item .hiw-icon{margin-bottom:24px}
}
.how-it-works-section .hiw-items .hiw-item .hiw-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:24px}
@media (max-width:767px){
.how-it-works-section .hiw-items .hiw-item .hiw-content{padding-left:0}
}
.how-it-works-section .hiw-items .hiw-item .hiw-title{margin-bottom:8px;color:#002e47;font-size:32px;font-weight:500;line-height:1.3}
@media (max-width:767px){
.how-it-works-section .hiw-items .hiw-item .hiw-title{font-size:24px}
}
.how-it-works-section .hiw-items .hiw-item .hiw-desc{padding-bottom:50px;border-bottom:1px solid #c7c7c7}
.how-it-works-section .hiw-items .hiw-item .hiw-desc p{color:#6f6f6f;font-size:22px;line-height:1.5;letter-spacing:-.44px}
@media (max-width:1600px){
.how-it-works-section .hiw-items .hiw-item .hiw-desc p{font-size:18px}
}
.new-trusted-by-section{padding-top:5vw;padding-bottom:5vw;overflow:hidden}
@media (max-width:767px){
.new-trusted-by-section{padding-top:50px;padding-bottom:50px;background:#fff;-webkit-box-shadow:0 4px 24px 0 rgba(0,0,0,.1) inset;box-shadow:0 4px 24px 0 rgba(0,0,0,.1) inset}
}
.new-trusted-by-section .trusted-by_wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:80px}
@media (max-width:1199px){
.new-trusted-by-section .trusted-by_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}
}
.new-trusted-by-section .trusted-by_wrapper .decor{position:absolute;top:-40px;left:-65px}
@media (max-width:767px){
.new-trusted-by-section .trusted-by_wrapper .decor{display:none}
}
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video{position:relative;max-width:45%;-webkit-box-flex:0;-ms-flex:0 0 645%;flex:0 0 645%;border-radius:16px;overflow:hidden;-ms-flex-item-align:stretch;align-self:stretch;background-color:#002e47}
@media (max-width:1199px){
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video{max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
}
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video video{display:block;width:100%;height:100%}
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video .video-cover{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5)}
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video .video-cover .play-video{max-width:80px;-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}
@media (max-width:767px){
.new-trusted-by-section .trusted-by_wrapper .trusted-by_video .video-cover .play-video{max-width:44px;-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px}
}
.new-trusted-by-section .trusted-by_wrapper .trusted-by_review{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%;padding-left:34px}
@media (max-width:1199px){
.new-trusted-by-section .trusted-by_wrapper .trusted-by_review{padding-left:0;max-width:100%;margin-bottom:40px}
}
@media (max-width:1600px){
.new-trusted-by-section .trusted-by_wrapper .section-title_wrapper{margin-bottom:10px}
}
.new-trusted-by-section .trusted-by_wrapper .review-screen{display:-webkit-box;display:-ms-flexbox;display:flex}
.new-trusted-by-section .trusted-by_wrapper .review-screen_wrapper{position:relative;width:100%;border-radius:16px;-webkit-box-shadow:0 28px 62px 0 rgba(21,21,21,.15);box-shadow:0 28px 62px 0 rgba(21,21,21,.15)}
.new-trusted-by-section .trusted-by_wrapper .review-screen_wrapper>img{border-radius:16px;-webkit-box-shadow:0 28px 62px 0 rgba(21,21,21,.15);box-shadow:0 28px 62px 0 rgba(21,21,21,.15)}
.new-trusted-by-section .trusted-by_wrapper .title{margin-bottom:30px;color:#04273d;font-size:48px;font-weight:600;line-height:1.15}
.new-trusted-by-section .trusted-by_wrapper .icon{margin-bottom:70px}
.new-trusted-by-section .trusted-by_wrapper .text{margin-bottom:20px}
.new-trusted-by-section .trusted-by_wrapper .text p{color:#1b343d;font-size:24px;font-style:italic;font-weight:700;line-height:1.9}
.new-trusted-by-section .trusted-by_wrapper .author{margin-bottom:24px;color:#1b343d;font-size:24px;line-height:1}
.new-trusted-by-section .trusted-by_wrapper .see-more{color:#ad00f3;font-size:22px;font-weight:500;line-height:1.25}
.new-trusted-by-section .trusted-by_logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
.new-trusted-by-section .trusted-by_logos{margin-right:-20px;overflow-x:auto}
}
@media (max-width:767px){
.new-trusted-by-section .trusted-by_logos .trusted-item{margin-right:24px}
}
@media (max-width:767px){
.new-trusted-by-section .trusted-by_logos img{max-width:130px;max-height:75px}
}
.new-tailored-section{padding-top:5vw;padding-bottom:5vw;background-color:#f6f9fc}
@media (max-width:767px){
.new-tailored-section{padding-top:50px;padding-bottom:50px}
}
.new-tailored-section .new-tailored_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}
.new-tailored-section .nw-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:6px;padding-right:6px;margin-top:6px;margin-bottom:6px}
@media (max-width:767px){
.new-tailored-section .nw-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
.new-tailored-section .nw-item .nw-item_inner{background-repeat:no-repeat;background-size:cover;border-radius:16px;overflow:hidden}
.new-tailored-section .nw-item .nw-item_cover{background-color:rgba(0,0,0,.6);-webkit-box-shadow:0 4px 35px rgba(0,0,0,.55);box-shadow:0 4px 35px rgba(0,0,0,.55);padding:45px 45px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;aspect-ratio:704/508;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
.new-tailored-section .nw-item .nw-item_cover{padding-left:16px;padding-right:16px;background-color:rgba(0,0,0,.53)}
}
@media (max-width:767px){
.new-tailored-section .nw-item .nw-item_cover{aspect-ratio:340/470}
}
.new-tailored-section .nw-item .nw-item_cover:hover{background-color:rgba(0,0,0,.6);-webkit-box-shadow:0 4px 35px rgba(0,0,0,.55);box-shadow:0 4px 35px rgba(0,0,0,.55)}
.new-tailored-section .nw-item .nw-item_cover:hover .learn-more{background-color:#fff;color:#04273d}
.new-tailored-section .nw-item .nw-item_top{color:#e4e4e4;font-size:22px;font-weight:600;letter-spacing:-1px}
.new-tailored-section .nw-item .title{margin-bottom:16px;color:#fff;font-weight:700;font-size:32px;line-height:1.3}
@media (max-width:1199px){
.new-tailored-section .nw-item .title{font-size:24px}
}
.new-tailored-section .nw-item p{margin-bottom:16px;color:#fff;font-size:20px;line-height:1.5}
@media (max-width:1199px){
.new-tailored-section .nw-item p{font-size:18px}
}
.new-tailored-section .nw-item .learn-more{min-width:150px;padding:12px 24px;border-radius:90px;border:1px solid #fff;color:#fff;font-size:16px;font-weight:600;text-align:center;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:1199px){
.new-tailored-section .nw-item .learn-more{line-height:1}
}
.new-why-choose-section{padding-top:5vw;padding-bottom:5vw;background-color:#f6f9fc;overflow:hidden}
@media (max-width:767px){
.new-why-choose-section{padding-top:50px;padding-bottom:50px}
}
.new-why-choose-section .wtc-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media (max-width:1199px){
.new-why-choose-section .wtc-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
}
.new-why-choose-section .wtc-wrapper .wtc-content{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
@media (max-width:1199px){
.new-why-choose-section .wtc-wrapper .wtc-content{max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-bottom:70px}
}
.new-why-choose-section .wtc-wrapper .wtc-image{position:relative;max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
@media (max-width:1199px){
.new-why-choose-section .wtc-wrapper .wtc-image{max-width:60%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
}
@media (max-width:767px){
.new-why-choose-section .wtc-wrapper .wtc-image{max-width:90%}
}
.new-why-choose-section .wtc-wrapper .wtc-image>img{position:relative;z-index:2}
.new-why-choose-section .image-bg{position:absolute;bottom:-20%;right:-15%}
.new-why-choose-section .wtc-item{margin-bottom:8px;padding:24px;border-radius:16px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.new-why-choose-section .wtc-item:hover{background-color:#fff;-webkit-box-shadow:0 4px 15px 0 rgba(0,0,0,.05);box-shadow:0 4px 15px 0 rgba(0,0,0,.05)}
.new-why-choose-section .wtc-item:hover .wtc-title{color:#9d20ec}
.new-why-choose-section .wtc-item:hover .wtc-desc{color:#04273d}
.new-why-choose-section .wtc-item:last-child{margin-bottom:0}
.new-why-choose-section .wtc-item .wtc-title{margin-bottom:16px;font-size:32px;font-weight:500;line-height:1;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:767px){
.new-why-choose-section .wtc-item .wtc-title{font-size:24px}
}
.new-why-choose-section .wtc-item .wtc-desc{color:#525252;font-size:20px;line-height:1.6;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
@media (max-width:767px){
.new-why-choose-section .wtc-item .wtc-desc{font-size:18px;line-height:32px}
}
.new-discover-section{padding-top:5vw;padding-bottom:5vw;background:#f6f9fc url(../img/new-design/welcome_section_dekor.svg) 95% 150px no-repeat;-webkit-box-shadow:0 4px 30px 15px rgba(0,0,0,.05) inset;box-shadow:0 4px 30px 15px rgba(0,0,0,.05) inset}
@media (max-width:767px){
.new-discover-section{padding-top:50px;padding-bottom:50px;background-image:none}
}
.new-discover-section .bottom-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.new-discover-section .discover-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
.new-discover-section .discover-wrapper .discover-item{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding-left:12px;padding-right:12px;margin-bottom:12px;margin-top:12px}
@media (max-width:1199px){
.new-discover-section .discover-wrapper .discover-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
.new-discover-section .discover-wrapper .discover-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
}
.new-discover-section .discover-wrapper .discover-item_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}
.new-discover-section .discover-wrapper .discover-item_inner:hover .discover-item_image{background-size:105%}
.new-discover-section .discover-wrapper .discover-item_inner:hover .discover-item_content{-webkit-box-shadow:8px 16px 52px 0 rgba(126,138,253,.28);box-shadow:8px 16px 52px 0 rgba(126,138,253,.28)}
.new-discover-section .discover-wrapper .discover-item_inner .discover-item_image{background-repeat:no-repeat;background-size:100%;border-radius:10px 10px 0 0;aspect-ratio:337/196;background-position-x:center;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.new-discover-section .discover-wrapper .discover-item_inner .discover-item_content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px;border-radius:0 0 10px 10px;background:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-box-shadow:8px 16px 52px 0 rgba(126,138,253,.08);box-shadow:8px 16px 52px 0 rgba(126,138,253,.08)}
.new-discover-section .discover-wrapper .discover-item_inner .title{display:block;margin-bottom:12px;color:#1b343d;font-size:32px;letter-spacing:-.96px;font-weight:500;line-height:1.3}
@media (max-width:1600px){
.new-discover-section .discover-wrapper .discover-item_inner .title{font-size:28px}
}
@media (max-width:767px){
.new-discover-section .discover-wrapper .discover-item_inner .title{font-size:24px;letter-spacing:-.72px}
}
.new-discover-section .discover-wrapper .discover-item_inner .desc p{color:#68718b;font-size:16px;line-height:1.4}
.review-screen_wrapper .quote-sign{position:absolute;right:-30px;bottom:-20px;max-width:80px;z-index:2}
@media (max-width:1400px){
.review-screen_wrapper .quote-sign{right:0}
}
@media (max-width:767px){
.review-screen_wrapper .quote-sign{max-width:44px}
}
.review-screen_wrapper .reviews-slider{position:relative;border-radius:16px;-webkit-box-shadow:0 28px 62px 0 rgba(21,21,21,.15);box-shadow:0 28px 62px 0 rgba(21,21,21,.15);overflow:hidden}
@media (max-width:767px){
.review-screen_wrapper .reviews-slider .slick-slide{padding-left:0!important;padding-right:0!important}
}
.review-screen_wrapper .reviews-slider .review-item{background-color:#fff;padding:35px 25px 70px}
@media (max-width:767px){
.review-screen_wrapper .reviews-slider .review-item{padding-left:12px;padding-right:12px}
}
.review-screen_wrapper .reviews-slider .review-item .review-item_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px;height:50px}
@media (max-width:1600px){
.review-screen_wrapper .reviews-slider .review-item .review-item_top{margin-bottom:10px;height:40px}
}
.review-screen_wrapper .reviews-slider .review-item .review-item_top .r-logo img{max-width:130px;max-height:50px}
@media (max-width:1600px){
.review-screen_wrapper .reviews-slider .review-item .review-item_top .r-logo img{max-height:40px}
}
.review-screen_wrapper .reviews-slider .review-item .review-text{margin-bottom:16px}
.review-screen_wrapper .reviews-slider .review-item .review-text p{font-size:18px;line-height:1.33}
.review-screen_wrapper .reviews-slider .review-item .review-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.review-screen_wrapper .reviews-slider .review-item .review-author .photo{max-width:54px;height:54px;-webkit-box-flex:0;-ms-flex:0 0 54px;flex:0 0 54px;border-radius:50%;overflow:hidden}
.review-screen_wrapper .reviews-slider .review-item .review-author .info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:12px;color:#505050;font-size:12px}
.review-screen_wrapper .reviews-slider .review-item .review-author .info .name{color:#002e47;font-size:18px;line-height:1.35}
.review-screen_wrapper .reviews-slider .slick-arrow{position:absolute;left:25px;bottom:15px;width:42px;height:42px;background:url(../img/new-design/slider-arrow_left.svg) center no-repeat;z-index:2}
@media (max-width:767px){
.review-screen_wrapper .reviews-slider .slick-arrow{left:12px}
}
.review-screen_wrapper .reviews-slider .slick-arrow.slick-next{left:65px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
@media (max-width:767px){
.review-screen_wrapper .reviews-slider .slick-arrow.slick-next{left:52px}
}
.inner-page.new-inner{padding-top:80px}
.inner-page .page-banner.simple-banner{position:relative;padding-top:110px;padding-bottom:115px;background:0 0}
@media (max-width:1199px){
.inner-page .page-banner.simple-banner.black-bg{padding-top:0!important;padding-bottom:0!important}
}
@media (max-width:1199px){
.inner-page .page-banner.simple-banner.black-bg .page-banner_wrapper .page-banner_content{padding-top:50px;padding-bottom:90px;margin-bottom:0}
}
.inner-page .page-banner.simple-banner.black-bg .page-title{color:#fff}
.inner-page .page-banner.simple-banner.black-bg .page-text p{color:#fff}
.inner-page .page-banner.simple-banner .page-banner_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.inner-page .page-banner.simple-banner .page-banner_wrapper.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-banner_content{max-width:100%}
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-title{text-align:left;max-width:800px}
@media (max-width:1199px){
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-title{text-align:center}
}
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-text{max-width:550px}
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-text p{text-align:left}
@media (max-width:767px){
.inner-page .page-banner.simple-banner .page-banner_wrapper.left .page-text p{text-align:center}
}
.inner-page .page-banner.simple-banner .page-banner_wrapper.cover .page-banner_image{background-size:cover}
.inner-page .page-banner.simple-banner .page-banner_wrapper.cover .page-title{color:#fff}
.inner-page .page-banner.simple-banner .page-banner_wrapper.cover .page-text p{color:#fff}
.inner-page .page-banner.simple-banner .page-banner_wrapper .page-banner_image{position:absolute;max-width:100%;width:100%;right:0;top:0;height:100%;min-height:100%;background-position:right bottom;background-size:auto 100%;border-radius:0}
.inner-page .page-banner.simple-banner .page-banner_wrapper .page-banner_content{position:relative;z-index:1;max-width:670px;width:100%;padding-top:0}
.inner-page .page-banner.simple-banner .page-title{width:100%;margin-bottom:20px;color:#002e47;text-align:center;font-size:62px;font-weight:600;line-height:1;letter-spacing:-1.5px;text-shadow:none}
@media (max-width:767px){
.inner-page .page-banner.simple-banner .page-title{font-size:32px}
}
.inner-page .page-banner.simple-banner .page-text p{color:#002e47;text-align:center;font-size:18px;line-height:30px}
.inner-page .patents-section{padding-top:50px;padding-bottom:100px;background:#f1f1f1;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.2) inset;box-shadow:0 4px 25px 0 rgba(0,0,0,.2) inset}
.patents-wrapper{width:100%;max-width:1020px;margin-left:auto;margin-right:auto}
.patents-wrapper .patent-items{margin-left:-16px;margin-right:-16px;margin-bottom:32px}
.patents-wrapper .patent-items .patent-item{padding-left:16px;padding-right:16px;margin-bottom:32px}
.patents-wrapper .patent-items .patent-item_inner{padding:70px 40px 70px 20px;border-radius:16px;background:#fff;-webkit-box-shadow:0 4px 25px 0 rgba(0,0,0,.05);box-shadow:0 4px 25px 0 rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex}
@media (max-width:767px){
.patents-wrapper .patent-items .patent-item_inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 16px 30px 16px}
}
.patents-wrapper .patent-items .patent-image{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px}
@media (max-width:767px){
.patents-wrapper .patent-items .patent-image{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;max-width:initial;margin-bottom:25px}
}
.patents-wrapper .patent-items .patent-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:50px}
@media (max-width:767px){
.patents-wrapper .patent-items .patent-content{padding-left:0}
}
.patents-wrapper .patent-items .patent-content.show-full-text .patent-desc{height:auto}
.patents-wrapper .patent-items .patent-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
@media (max-width:1199px){
.patents-wrapper .patent-items .patent-top{display:block}
}
.patents-wrapper .patent-items .patent-top .patent-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:20px}
@media (max-width:1199px){
.patents-wrapper .patent-items .patent-top .patent-info{padding-right:0;margin-bottom:24px}
}
.patents-wrapper .patent-items .patent-top .patent-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:100px;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}
@media (max-width:1199px){
.patents-wrapper .patent-items .patent-top .patent-share{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
}
.patents-wrapper .patent-items .patent-top .patent-share a{margin-right:8px}
.patents-wrapper .patent-items .patent-top .patent-share a:last-child{margin-right:0}
.patents-wrapper .patent-items .patent-title{margin-bottom:8px;color:#002e47;font-size:36px;font-weight:700;line-height:1.16;letter-spacing:-1px}
.patents-wrapper .patent-items .patent-date,.patents-wrapper .patent-items .patent-number{color:#000;font-size:14px;font-weight:500;line-height:20px}
.patents-wrapper .patent-items .patent-desc{margin-top:24px}
@media (max-width:767px){
.patents-wrapper .patent-items .patent-desc{height:140px;overflow:hidden}
}
.patents-wrapper .patent-items .patent-desc p{font-size:16px;color:#2e2e2e;line-height:28px;font-family:"Open Sans",sans-serif}
.patents-wrapper .patent-items .read-more{display:none}
@media (max-width:767px){
.patents-wrapper .patent-items .read-more{display:block;background-color:#fff;color:#002e47;font-size:18px;font-style:normal;font-weight:700;line-height:1;margin-top:5px}
}
.comparison-filter{border-bottom:2px solid #ededed;background:#f7f9ff}
@media (max-width:767px){
.comparison-filter{overflow-x:auto}
}
@media (max-width:767px){
.comparison-filter .container-small{padding-left:0!important;padding-right:0!important}
}
.cf-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:-2px}
.cf-wrapper .cf-button{display:block;position:relative;width:150px;height:56px;text-align:center;margin-left:25px;margin-right:25px;color:#828282;font-size:18px;line-height:26px;letter-spacing:.18px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;overflow:hidden}
@media (max-width:1199px){
.cf-wrapper .cf-button{margin-left:0;margin-right:0}
}
@media (max-width:767px){
.cf-wrapper .cf-button{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:100px;white-space:nowrap;font-size:14px;padding-left:15px;padding-right:15px}
}
.cf-wrapper .cf-button.active,.cf-wrapper .cf-button:hover{font-weight:700;color:#002e47}
.cf-wrapper .cf-button.active:before,.cf-wrapper .cf-button:hover:before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.cf-wrapper .cf-button:before{position:absolute;left:0;bottom:0;display:block;content:"";width:100%;height:5px;background-color:#b400ff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.comparison-table{padding-top:100px;padding-bottom:150px;background-color:#f4f5fa}
@media (max-width:991px){
.comparison-table{padding-top:50px;padding-bottom:0}
}
.comparison-table .comparison-title{margin-bottom:16px;color:#002e47;font-size:48px;font-weight:700;line-height:1;letter-spacing:.48px}
@media (max-width:767px){
.comparison-table .comparison-title{font-size:38px}
}
.comparison-table .comparison-text{margin-bottom:34px}
.comparison-table .comparison-text p{color:#4e4e4e;font-size:18px;font-weight:500;line-height:1.5;letter-spacing:.18px}
@media (max-width:767px){
.comparison-table .comparison-text p{font-size:16px}
}
.comparison-table .table{border-radius:16px;border:1px solid #ededed;background:#fefdff;-webkit-box-shadow:0 4px 30px 20px rgba(0,0,0,.05);box-shadow:0 4px 30px 20px rgba(0,0,0,.05)}
@media (max-width:991px){
.comparison-table .table{border-radius:0;overflow-x:auto;margin-left:-20px;margin-right:-20px}
}
.comparison-table .table .thead .tr{overflow:hidden;border-radius:16px 16px 0 0}
@media (max-width:991px){
.comparison-table .table .thead .tr{border-radius:0;overflow:visible}
}
.comparison-table .table .thead .tr .td{font-weight:600!important;color:#002e47;background-color:#f4f5fa}
@media (max-width:991px){
.comparison-table .table .thead .tr .td{font-size:16px}
}
.comparison-table .table .thead .tr .td.best{color:#fff;text-transform:uppercase;background:-webkit-gradient(linear,left top,right top,color-stop(-2.01%,#a900ef),color-stop(60.65%,#2d40ff),color-stop(112.3%,#01ccef));background:linear-gradient(90deg,#a900ef -2.01%,#2d40ff 60.65%,#01ccef 112.3%)}
@media (max-width:767px){
.comparison-table .table .tr{-ms-flex-wrap:unset;flex-wrap:unset}
}
.comparison-table .table .tr:nth-child(2n+1){background-color:transparent}
.comparison-table .table .tr .td{padding:12px 24px;font-size:18px;letter-spacing:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:991px){
.comparison-table .table .tr .td{padding-left:12px;padding-right:12px;font-size:14px}
}
@media (max-width:767px){
.comparison-table .table .tr .td{-webkit-box-flex:0;-ms-flex:0 0 130px;flex:0 0 130px;max-width:180px}
}
.comparison-table .table .tr .td.best{background-color:#f6f4ff}
.comparison-table .table .tr .td:first-child{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:500}
@media (max-width:767px){
.comparison-table .table .tr .td:first-child{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;max-width:180px}
}
.comparison-faq{padding-top:80px;padding-bottom:150px;background-color:#f8f8f8}
.webinar-filters{margin-top:32px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.webinar-filters .category-filter_btn,.webinar-filters .webinar-filter{display:block;margin:6px;padding:6px 12px;border-radius:8px;background-color:#e5e9f2;color:#34354a;font-size:16px;font-weight:500;line-height:24px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
.webinar-filters .category-filter_btn.active,.webinar-filters .category-filter_btn:hover,.webinar-filters .webinar-filter.active,.webinar-filters .webinar-filter:hover{background-color:#ad00f3;color:#fff}
.webinars-section{padding-top:100px;padding-bottom:80px;background-color:#f8f9fb}
@media (max-width:767px){
.webinars-section{padding-top:50px;padding-bottom:60px}
}
.webinars-section .webinars-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-16px;margin-right:-16px}
.webinars-section .webinars-wrapper .webinar-item{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding-left:16px;padding-right:16px;margin-bottom:72px}
@media (max-width:1199px){
.webinars-section .webinars-wrapper .webinar-item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
}
@media (max-width:767px){
.webinars-section .webinars-wrapper .webinar-item{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:34px}
}
.webinars-section .webinars-wrapper .webinar-item_inner{border-radius:16px;padding:38px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}
@media (max-width:767px){
.webinars-section .webinars-wrapper .webinar-item_inner{padding:16px}
}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-image{width:100%;aspect-ratio:436/245;border-radius:16px;background-color:#c4c4c4;background-size:cover;background-repeat:no-repeat;background-position:center 0}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media (max-width:767px){
.webinars-section .webinars-wrapper .webinar-item_inner .wi-content{padding-top:16px}
}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-content_top{padding-bottom:42px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-title{margin-bottom:12px;color:#34354a;font-size:22px;font-weight:700;line-height:40px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-tags{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:12px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-tags .tag-item{margin-right:12px;padding:6px 12px;border-radius:8px;border:2px solid #c4c4c4;background-color:#f6f8fd;color:#6c757d;font-size:14px;font-weight:500;line-height:20px;text-transform:capitalize}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-tags .tag-item.upcoming{border-color:#22c58b}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-tags .tag-item.ended{border-color:#2248c5}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-desc{margin-bottom:12px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-desc p{color:#34354a;font-size:18px;font-weight:400;line-height:30px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-meta .meta-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;color:#6c757d;font-size:16px;font-weight:400;line-height:1.5}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-meta .meta-item img{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-right:12px}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-meta .meta-item:last-child{margin-bottom:0}
.webinars-section .webinars-wrapper .webinar-item_inner .wi-content_link .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:19px 32px;border-radius:32px;background-color:#ad00f3;color:#fff;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.176px}
/*# sourceMappingURL=style.min.css.map */
