button-component .btn{color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);border:1px solid;background-color:var(--button-primary-normal-fill-color);border-color:var(--button-primary-normal-border-color);padding:20px 25px;cursor:pointer;font-weight:var(--button-primary-font-weight);transition:all .2s ease}button-component .btn:hover{color:var(--button-primary-hover-font-color);background-color:var(--button-primary-hover-fill-color);border-color:var(--button-primary-hover-border-color)}button-component .btn.empty{color:var(--button-secondary-normal-font-color);border-radius:var(--button-secondary-border-radius);background-color:var(--button-secondary-normal-fill-color);border-color:var(--button-secondary-normal-border-color);font-weight:var(--button-secondary-font-weight)}button-component .btn.empty:hover{color:var(--button-secondary-hover-font-color);background-color:var(--button-secondary-hover-fill-color);border-color:var(--button-secondary-hover-border-color)}button-component a{display:block}
body.edit-mode-enabled [gh-id]:hover{outline:1px solid #2b61fa}.tox-tinymce-inline .tox-editor-header{position:absolute !important;top:-15px !important;left:0;z-index:1000 !important;width:max-content}edit-mode{margin-top:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%}edit-mode .edit-mode-button{display:flex;align-items:center;justify-content:center}edit-mode .edit-mode-switch{height:0;width:0;visibility:hidden}edit-mode .edit-mode-label{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#dbdbdb;display:block;border-radius:100px;position:relative}edit-mode .edit-mode-label:after{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}edit-mode .edit-mode-switch:checked+.edit-mode-label{background:#2b61fa}edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:calc(100% - 2px);transform:translateX(-100%)}edit-mode .edit-mode-label:active:after{width:36px}edit-mode p{font-size:24px;color:#fff}
.gudhub-login-popup__bg{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000}.gudhub-login-popup__bg.active{display:flex}.gudhub-login-popup__bg gudhub-login form{background:#fff;margin-top:0px;padding:15px;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form h2{font-family:Helvetica;color:#2b60fa}.gudhub-login-popup__bg gudhub-login form .change-auth-form{display:none}.gudhub-login-popup__bg gudhub-login form .auth__button{background:#2b60fa;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item label{font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item input{font-family:Helvetica}
edit-mode-notifications{position:fixed;left:25px;top:25px;z-index:99999}edit-mode-notifications .notification{background:rgba(0,0,0,.8);border-radius:10px;padding:10px 20px;color:#fff;font-family:Helvetica;font-size:18px;box-shadow:0 0 10px rgba(0,0,0,.3);margin-bottom:10px}
header-component.active .header{background-color:#fff}header-component.active header nav ul li a,header-component.active header nav ul li span{color:#000}header-component.active .hamburger::before{background:#000}header-component.active .hamburger::after{background:#000}header-component.active .hamburger>div{background:#000}header-component.active button-component .btn{color:#000}.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}header.scrolled{background-color:#fff;box-shadow:0px 4px 6px 0px rgba(46,61,73,.0784313725);color:#000}header.scrolled nav ul li a{color:#000}header.scrolled .hamburger::before{background:#000}header.scrolled .hamburger::after{background:#000}header.scrolled .hamburger>div{background:#000}header.scrolled button-component .btn{color:#000}header #black{display:none}header{background-color:rgba(0,0,0,0);position:fixed;left:0;top:0;z-index:15;padding:20px 0;width:100%;display:flex;align-items:center;transition:all .2s ease}header button-component .btn{text-transform:uppercase;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}header button-component .btn:hover{background-color:#b2cd4d;color:#fff}header .header_right{display:flex;gap:20px;align-items:center}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{max-width:160px;min-width:100px;display:flex;align-items:center;justify-content:center}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul li{position:relative;height:100%}header nav ul li:last-child{margin-right:0}header nav ul li a,header nav ul li span{padding:0 25px;position:relative;white-space:nowrap;font-weight:500;font-size:18px;line-height:25px;color:var(--text-color);display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item a .arrowIcon{margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}.hamburger{display:block;position:relative;z-index:2;width:40px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:5px;width:25px;height:3px;background:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#fff;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:10px;width:20px;height:3px;background:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}}@media screen and (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:30px 40px;max-height:300px}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 7px)}}@media screen and (max-width: 1024px){header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header nav ul li .megamenu_wrapper{transition:all .5s ease}header nav ul li a::after,header nav ul li span::after{content:none}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:#fff;transition:all .5s ease}header .header_center nav{padding:20px}header .header_center nav ul{align-items:flex-start}header .header_center nav ul li{height:auto;width:100%}header .header_center nav ul li.hover .megamenu_wrapper{max-height:1000px}header .header_center nav ul li .megamenu_wrapper{position:static;padding:0;background-color:rgba(0,0,0,0);width:auto;box-shadow:none}header .header_center nav ul li a,header .header_center nav ul li span{font-size:20px;line-height:30px;padding:5px 0;height:auto}header nav ul{flex-direction:column}.active .shadow{background:rgba(0,0,0,.5);left:0}.active header .header_center{left:0}.active .hamburger{height:28px}.active .hamburger>div{opacity:0;right:100px}.active .hamburger::before{right:0;top:calc(50% - 1px);transform:rotate(-45deg)}.active .hamburger::after{right:0;top:calc(50% - 1px);width:25px;transform:rotate(45deg)}header .mobileRight{width:auto;gap:20px}}@media screen and (max-width: 700px){header .header_right{display:none}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:80px}header .logo{width:150px}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
footer-component{background-color:#2e3d49}footer-component footer{color:#fff}footer-component footer edit-mode{width:min-content !important}footer-component footer .footer_top{padding:30px 0;display:flex;align-items:center;justify-content:space-between}footer-component footer .footer_top .logo{width:100%;max-width:160px}footer-component footer .footer_top .like_a_list{display:flex;gap:40px;margin-top:40px}footer-component footer .footer_top .like_a_list a{width:25px;height:25px}footer-component footer .footer_top .like_a_list svg path{fill:#fff}footer-component footer .footer_top .footer_left{width:50%;font-size:18px}footer-component footer .footer_top .footer_left .text_description{margin-top:15px}footer-component footer .footer_top .footer_right{display:flex;gap:30px}footer-component footer .footer_top .footer_right .menu__item{font-size:18px}footer-component footer .footer_top .footer_right .like_a_title{font-size:24px;font-weight:500;margin-bottom:30px}footer-component footer .footer_top .footer_right a{color:#fff}footer-component footer .footer_bottom{border-top:1px solid #4d555b;border-bottom:1px solid #4d555b;margin-bottom:20px;padding:20px 0}footer-component footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between}footer-component footer .footer_bottom .bottom_flex .left{display:flex;gap:15px;justify-content:center}footer-component footer .footer_bottom .bottom_flex .left .copyright{margin-right:10px;font-size:16px;white-space:nowrap;display:flex;align-items:center;justify-content:center}footer-component footer .footer_bottom .bottom_flex .right{display:flex;gap:15px}footer-component footer .footer_bottom .bottom_flex .right a{color:#fff;font-size:16px;line-height:22px;transition:all .2s ease}footer-component footer .footer_bottom .bottom_flex .right a:hover{color:#a6ce39}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:flex-start;gap:30px}footer .footer_top .like_a_list{margin-top:30px}footer .footer_top .footer_left{display:flex;flex-direction:column;align-items:center;width:100%}footer .footer_top .footer_left .text_description{text-align:center}footer .footer_top .footer_right{justify-content:space-evenly;width:100%}footer .footer_bottom .bottom_flex{flex-direction:column-reverse;gap:35px}footer .footer_bottom .bottom_flex .left{text-align:center}}@media screen and (max-width: 775px){footer .footer_top div.footer_left{width:100%}footer .footer_top .footer_right{flex-wrap:wrap;justify-content:center;gap:30px 40px}footer .footer_top .footer_right a:first-child{order:1}footer .footer_top .footer_right a:nth-child(3){order:2}footer .footer_top .footer_right a:nth-child(2){order:3;width:100%;justify-content:center}}@media screen and (max-width: 600px){footer .footer_top .soc_list{justify-content:flex-end}footer .footer_bottom .bottom_flex .left{width:100%}footer .footer_bottom .bottom_flex .right{display:flex;flex-direction:column;align-items:center;width:100%}}@media screen and (max-width: 480px){footer .footer_top .footer_right a{width:100%}footer .footer_top .footer_right a:nth-child(2){justify-content:flex-start}}@media screen and (max-width: 480px){footer .footer_top .footer_menu ul{flex-direction:column}footer .footer_top .footer_menu ul li{margin-bottom:10px}footer .footer_top .footer_menu ul li a{padding-right:0}footer .footer_top .footer_menu ul li a::after{content:none}footer .footer_top .footer_right .column.smaller{width:100%}footer .footer_top .footer_right .column.smaller .item{text-align:center}}@media screen and (max-width: 400px){footer .footer_top .soc_list{justify-content:flex-start}footer .footer_left{margin-bottom:20px}footer .footer_top{flex-direction:column}}
text-only-with-button section{width:100%;height:100%;position:relative;overflow:hidden;min-height:432px;display:flex;flex-direction:column;justify-content:center}text-only-with-button image-component.background img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}text-only-with-button image-component.circle img{position:absolute;object-fit:cover;top:0;left:0;max-height:300px}text-only-with-button .container{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}text-only-with-button .container .content{font-size:20px;line-height:25px;color:var(--text-color);margin-bottom:30px;text-align:center;max-width:740px}text-only-with-button .swiper{height:100%;margin-top:50px}text-only-with-button .swiper .item{max-height:350px;width:auto}text-only-with-button .swiper .item image-component img{width:530px}text-only-with-button .swiper .navigation_wrapper{justify-content:center}@media screen and (max-width: 1150px){image-component.circle img{display:none}}
banner-text section{background-color:#f0f0f1;color:#3a4051;font-size:20px;line-height:28px;padding-top:100px}banner-text .flex-wrapper{max-height:600px;gap:60px}banner-text .right{width:40%;font-weight:400}banner-text .right .tick_list li{padding-left:0}banner-text .banner_list{list-style:disc}banner-text .tick_list li{margin-bottom:30px}banner-text .tick_list li::before{background:none}banner-text .tick_list li::marker{font-size:25px}banner-text .title{font-size:32px;line-height:45px}banner-text .content{text-align:left;margin-bottom:50px;line-height:32px}banner-text .left{width:100%;margin-left:-50%}banner-text .item{width:auto}banner-text image-component img{object-fit:cover;object-position:center;max-height:350px;width:520px}@media screen and (max-width: 1024px){banner-text .right,banner-text .left{width:100%;margin-left:0}banner-text .banner_list{padding-left:30px}banner-text .banner-li{font-size:18px}banner-text .flex-wrapper{flex-direction:column;max-height:100%;gap:50px}banner-text .title{font-size:28px;line-height:40px}}@media screen and (max-width: 550px){banner-text .banner-text{padding-top:30px}banner-text .banner_list{padding-left:20px}banner-text .left,banner-text .right{width:100%}}
slider-and-text section{padding-top:100px;overflow:hidden}slider-and-text .swiper{margin-top:50px;margin-right:-50%;width:150%}slider-and-text .swiper .text{display:flex;flex-direction:column;gap:10px;padding:20px 25px;height:150px}slider-and-text .swiper .border{position:relative;padding:25px 0 0}slider-and-text .swiper .border::before{content:"";position:absolute;width:100%;height:1px;top:0;background:#fff}slider-and-text .swiper .border::after{content:"";display:block;position:absolute;top:-9px;height:19px;width:39px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='19' viewBox='0 0 39 17' fill='black'%3E%3Cpath d='M0 8.28571H37.5M37.5 8.28571L29.3571 1M37.5 8.28571L29.3571 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E")}slider-and-text .swiper .item{background-color:#f0f0f1;gap:20px;width:289px;color:var(--text-color)}slider-and-text .swiper .item .image-wrapper{display:flex;align-items:flex-end;height:290px;background-color:#303f4a}slider-and-text .swiper .item .overlay{display:flex;align-content:flex-end}slider-and-text .swiper .item .link{display:block;height:0;width:33px;background-repeat:no-repeat;opacity:0}slider-and-text .swiper .item .linkedin,slider-and-text .swiper .item .facebook,slider-and-text .swiper .item .site{background-size:contain;background-repeat:no-repeat;height:26px}slider-and-text .swiper .item .linkedin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='30' viewBox='0 0 33 30' fill='none'%3E%3Cpath d='M29.0782 28.9278V19.51C29.0782 14.8814 28.0818 11.3457 22.6818 11.3457C20.0782 11.3457 18.3425 12.76 17.6353 14.11H17.571V11.7636H12.4603V28.9278H17.796V20.41C17.796 18.16 18.2139 16.0064 20.9782 16.0064C23.7103 16.0064 23.7425 18.5457 23.7425 20.5386V28.8957H29.0782V28.9278Z' fill='white' /%3E%3Cpath d='M3.78174 11.7646H9.11745V28.9289H3.78174V11.7646Z' fill='white' /%3E%3Cpath d='M6.44558 3.21436C4.74201 3.21436 3.35986 4.5965 3.35986 6.30007C3.35986 8.00364 4.74201 9.41793 6.44558 9.41793C8.14915 9.41793 9.53129 8.00364 9.53129 6.30007C9.53129 4.5965 8.14915 3.21436 6.44558 3.21436Z' fill='white' /%3E%3C/svg%3E")}slider-and-text .swiper .item .site{background-image:url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.501787V4.27226H6.12797V13.5287C6.12797 17.6423 8.617 18.5 12.2541 18.5C14.5521 18.5 15.511 18.1569 15.511 18.1569V14.5562C15.511 14.5562 14.936 14.7277 13.7861 14.7277C12.0631 14.7277 11.4881 14.2131 11.4881 12.6727V4.27048H18V0.5H0V0.501787Z" fill="white"/%3E%3C/svg%3E')}slider-and-text .swiper .item .facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3.98935 14.7425C3.89292 14.7425 1.77149 14.7425 0.807202 14.7425C0.292917 14.7425 0.132202 14.5497 0.132202 14.0675C0.132202 12.7818 0.132202 11.464 0.132202 10.1782C0.132202 9.66395 0.325059 9.50324 0.807202 9.50324H3.98935C3.98935 9.40681 3.98935 7.54252 3.98935 6.67466C3.98935 5.38895 4.21434 4.16752 4.8572 3.04252C5.5322 1.88538 6.49649 1.11395 7.71792 0.663951C8.52149 0.374665 9.32506 0.246094 10.1929 0.246094H13.3429C13.7929 0.246094 13.9858 0.438951 13.9858 0.888951V4.55324C13.9858 5.00324 13.7929 5.19609 13.3429 5.19609C12.4751 5.19609 11.6072 5.19609 10.7393 5.22824C9.87149 5.22824 9.42149 5.64609 9.42149 6.54609C9.38935 7.51038 9.42149 8.44252 9.42149 9.43895H13.1501C13.6643 9.43895 13.8572 9.63181 13.8572 10.1461V14.0354C13.8572 14.5497 13.6965 14.7104 13.1501 14.7104C11.9929 14.7104 9.51792 14.7104 9.42149 14.7104V25.1889C9.42149 25.7354 9.26077 25.9282 8.6822 25.9282C7.3322 25.9282 6.01435 25.9282 4.66435 25.9282C4.1822 25.9282 3.98935 25.7354 3.98935 25.2532C3.98935 21.8782 3.98935 14.839 3.98935 14.7425Z' fill='white' /%3E%3C/svg%3E")}slider-and-text .swiper .item:hover{--block-primary-text-color: #fff;background-color:#303f4a}slider-and-text .swiper .item:hover .text{justify-content:space-between}slider-and-text .swiper .item:hover .content-wrapper{z-index:15;position:relative;background-color:#303f4a;margin-top:-9%;margin-bottom:9%;transition:all .3s ease}slider-and-text .swiper .item:hover .link{opacity:1;height:22px}slider-and-text .swiper .item:hover .border::after{width:184px;margin-bottom:9%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='19' viewBox='0 0 184 17' fill='none'%3E%3Cpath d='M0 8.28571H182.5M182.5 8.28571L174.357 1M182.5 8.28571L174.357 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E");transition:all .3s ease}slider-and-text .swiper .item-name{font-size:16px;font-weight:700}slider-and-text .swiper .item-job{font-size:14px;font-weight:400}slider-and-text .swiper .navigation_wrapper{justify-content:flex-start}@media screen and (max-width: 550px){slider-and-text .swiper{margin-right:0;width:100%}slider-and-text .slider-and-text{padding-top:30px}}
slider-text-and-button .slider-text-and-button{padding-top:100px;background-color:var(--bg-color);overflow:hidden}slider-text-and-button .content{margin-bottom:50px;font-size:18px;font-weight:400;line-height:25.2px;text-align:left;color:var(--text-color)}slider-text-and-button .flex-wrapper{gap:20px}slider-text-and-button .right{width:75%;margin-right:-30%}slider-text-and-button .left{width:50%}slider-text-and-button .btn{white-space:nowrap;height:38px;width:228px;display:flex;align-items:center;justify-content:center}slider-text-and-button .swiper .text{display:flex;flex-direction:column;gap:10px;padding:20px 25px}slider-text-and-button .swiper .border{position:relative;padding:25px 0 0}slider-text-and-button .swiper .border::before{content:"";position:absolute;width:100%;height:1px;top:0;background:#f0f0f1}slider-text-and-button .swiper .border::after{content:"";display:block;position:absolute;top:-9px;height:19px;width:39px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='19' viewBox='0 0 39 17' fill='black'%3E%3Cpath d='M0 8.28571H37.5M37.5 8.28571L29.3571 1M37.5 8.28571L29.3571 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E")}slider-text-and-button .swiper .item{background-color:#fff;gap:20px;width:289px;color:var(--text-color)}slider-text-and-button .swiper .item .image{display:flex;align-items:flex-end;height:290px}slider-text-and-button .swiper .item .overlay{display:flex;align-content:flex-end;height:22px}slider-text-and-button .swiper .item .link{display:block;width:33px;opacity:0}slider-text-and-button .swiper .item .site,slider-text-and-button .swiper .item .facebook,slider-text-and-button .swiper .item .instagram,slider-text-and-button .swiper .item .linkedin{background-size:contain;background-repeat:no-repeat;height:22px}slider-text-and-button .swiper .item .site{background-image:url('data:image/svg+xml,%3Csvg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0.501787V4.27226H6.12797V13.5287C6.12797 17.6423 8.617 18.5 12.2541 18.5C14.5521 18.5 15.511 18.1569 15.511 18.1569V14.5562C15.511 14.5562 14.936 14.7277 13.7861 14.7277C12.0631 14.7277 11.4881 14.2131 11.4881 12.6727V4.27048H18V0.5H0V0.501787Z" fill="white"/%3E%3C/svg%3E')}slider-text-and-button .swiper .item .facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22' fill='none'%3E%3Cpath d='M3.98935 14.7425C3.89292 14.7425 1.77149 14.7425 0.807202 14.7425C0.292917 14.7425 0.132202 14.5497 0.132202 14.0675C0.132202 12.7818 0.132202 11.464 0.132202 10.1782C0.132202 9.66395 0.325059 9.50324 0.807202 9.50324H3.98935C3.98935 9.40681 3.98935 7.54252 3.98935 6.67466C3.98935 5.38895 4.21434 4.16752 4.8572 3.04252C5.5322 1.88538 6.49649 1.11395 7.71792 0.663951C8.52149 0.374665 9.32506 0.246094 10.1929 0.246094H13.3429C13.7929 0.246094 13.9858 0.438951 13.9858 0.888951V4.55324C13.9858 5.00324 13.7929 5.19609 13.3429 5.19609C12.4751 5.19609 11.6072 5.19609 10.7393 5.22824C9.87149 5.22824 9.42149 5.64609 9.42149 6.54609C9.38935 7.51038 9.42149 8.44252 9.42149 9.43895H13.1501C13.6643 9.43895 13.8572 9.63181 13.8572 10.1461V14.0354C13.8572 14.5497 13.6965 14.7104 13.1501 14.7104C11.9929 14.7104 9.51792 14.7104 9.42149 14.7104V25.1889C9.42149 25.7354 9.26077 25.9282 8.6822 25.9282C7.3322 25.9282 6.01435 25.9282 4.66435 25.9282C4.1822 25.9282 3.98935 25.7354 3.98935 25.2532C3.98935 21.8782 3.98935 14.839 3.98935 14.7425Z' fill='white' /%3E%3C/svg%3E")}slider-text-and-button .swiper .item .linkedin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M29.0782 28.9278V19.51C29.0782 14.8814 28.0818 11.3457 22.6818 11.3457C20.0782 11.3457 18.3425 12.76 17.6353 14.11H17.571V11.7636H12.4603V28.9278H17.796V20.41C17.796 18.16 18.2139 16.0064 20.9782 16.0064C23.7103 16.0064 23.7425 18.5457 23.7425 20.5386V28.8957H29.0782V28.9278Z' fill='white' /%3E%3Cpath d='M3.78174 11.7646H9.11745V28.9289H3.78174V11.7646Z' fill='white' /%3E%3Cpath d='M6.44558 3.21436C4.74201 3.21436 3.35986 4.5965 3.35986 6.30007C3.35986 8.00364 4.74201 9.41793 6.44558 9.41793C8.14915 9.41793 9.53129 8.00364 9.53129 6.30007C9.53129 4.5965 8.14915 3.21436 6.44558 3.21436Z' fill='white' /%3E%3C/svg%3E")}slider-text-and-button .swiper .item .instagram{background-image:url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.34659 0.0763581C8.67955 0.0138833 9.10455 0 12.5 0C15.8955 0 16.3205 0.0150402 17.6523 0.0763581C18.9841 0.137676 19.8932 0.354024 20.6886 0.667555C21.5216 0.988028 22.2773 1.48898 22.9023 2.13687C23.5386 2.77203 24.0295 3.54024 24.3432 4.38944C24.6523 5.1993 24.8636 6.12485 24.925 7.47847C24.9864 8.83788 25 9.27057 25 12.7264C25 16.1833 24.9852 16.616 24.925 17.9731C24.8648 19.3267 24.6523 20.2523 24.3432 21.0621C24.0295 21.9114 23.5378 22.6809 22.9023 23.317C22.2773 23.9649 21.5216 24.4647 20.6886 24.784C19.8932 25.0987 18.9841 25.3139 17.6545 25.3764C16.3205 25.4388 15.8955 25.4527 12.5 25.4527C9.10455 25.4527 8.67955 25.4377 7.34659 25.3764C6.01705 25.315 5.10795 25.0987 4.3125 24.784C3.47832 24.4646 2.72252 23.964 2.09773 23.317C1.4618 22.6815 0.969676 21.9123 0.655682 21.0633C0.347727 20.2534 0.136364 19.3279 0.075 17.9742C0.0136363 16.6148 0 16.1821 0 12.7264C0 9.26942 0.0147727 8.83672 0.075 7.48078C0.135227 6.12485 0.347727 5.1993 0.655682 4.38944C0.97014 3.54034 1.46263 2.77124 2.09886 2.13571C2.72277 1.48841 3.47781 0.987384 4.31136 0.667555C5.10682 0.354024 6.01591 0.138833 7.34545 0.0763581H7.34659ZM17.5511 2.3671C16.233 2.30578 15.8375 2.29306 12.5 2.29306C9.1625 2.29306 8.76705 2.30578 7.44886 2.3671C6.22955 2.42379 5.56818 2.63089 5.12727 2.80558C4.54432 3.03697 4.12727 3.31117 3.68977 3.75659C3.27505 4.16736 2.95589 4.66743 2.75568 5.22012C2.58409 5.66901 2.38068 6.34235 2.325 7.58375C2.26477 8.9258 2.25227 9.32842 2.25227 12.7264C2.25227 16.1243 2.26477 16.5269 2.325 17.869C2.38068 19.1104 2.58409 19.7837 2.75568 20.2326C2.95568 20.7845 3.275 21.2854 3.68977 21.6961C4.09318 22.1184 4.58523 22.4435 5.12727 22.6471C5.56818 22.8218 6.22955 23.0289 7.44886 23.0856C8.76705 23.1469 9.16136 23.1597 12.5 23.1597C15.8386 23.1597 16.233 23.1469 17.5511 23.0856C18.7705 23.0289 19.4318 22.8218 19.8727 22.6471C20.4557 22.4157 20.8727 22.1416 21.3102 21.6961C21.725 21.2854 22.0443 20.7845 22.2443 20.2326C22.4159 19.7837 22.6193 19.1104 22.675 17.869C22.7352 16.5269 22.7477 16.1243 22.7477 12.7264C22.7477 9.32842 22.7352 8.9258 22.675 7.58375C22.6193 6.34235 22.4159 5.66901 22.2443 5.22012C22.017 4.62661 21.7477 4.20201 21.3102 3.75659C20.9067 3.33439 20.4156 3.00945 19.8727 2.80558C19.4318 2.63089 18.7705 2.42379 17.5511 2.3671ZM10.9034 16.6495C11.7951 17.0274 12.7879 17.0784 13.7124 16.7938C14.6369 16.5092 15.4357 15.9067 15.9723 15.0891C16.5089 14.2715 16.7501 13.2896 16.6546 12.3111C16.5591 11.3326 16.133 10.4182 15.4489 9.72409C15.0128 9.28038 14.4855 8.94063 13.9049 8.72929C13.3244 8.51796 12.705 8.44031 12.0915 8.50192C11.4779 8.56353 10.8854 8.76288 10.3566 9.08561C9.82779 9.40835 9.37584 9.84643 9.0333 10.3683C8.69075 10.8902 8.46612 11.483 8.37559 12.1039C8.28505 12.7248 8.33085 13.3584 8.5097 13.9591C8.68855 14.5598 8.996 15.1127 9.40991 15.5779C9.82382 16.0431 10.3339 16.4091 10.9034 16.6495ZM7.95682 8.10091C8.55344 7.49348 9.26173 7.01165 10.0412 6.68291C10.8208 6.35418 11.6563 6.18498 12.5 6.18498C13.3437 6.18498 14.1792 6.35418 14.9588 6.68291C15.7383 7.01165 16.4466 7.49348 17.0432 8.10091C17.6398 8.70833 18.1131 9.42944 18.436 10.2231C18.7588 11.0167 18.925 11.866 18.925 12.7233C18.925 13.5806 18.7588 14.4299 18.436 15.2235C18.1131 16.0172 17.6398 16.7383 17.0432 17.3458C16.4466 17.9532 15.7383 18.435 14.9588 18.7638C14.1792 19.0925 13.3437 19.2617 12.5 19.2617C11.6563 19.2617 10.8208 19.0925 10.0412 18.7638C9.26173 18.435 8.55344 17.9532 7.95682 17.3458C7.3602 16.7383 6.88693 16.0172 6.56405 15.2235C6.24116 14.4299 6.075 13.5806 6.075 12.7233C6.075 11.866 6.24116 11.0167 6.56405 10.2231C6.88693 9.42944 7.3602 8.70833 7.95682 8.10091ZM19.6489 5.18774C19.7727 5.18774 19.8955 5.23456 19.9898 5.32242C20.0841 5.41028 20.1432 5.53257 20.1432 5.66299C20.1432 5.79342 20.0841 5.91571 19.9898 6.00356C19.8955 6.09142 19.7727 6.13824 19.6489 6.13824C19.525 6.13824 19.4023 6.09142 19.308 6.00356C19.2136 5.91571 19.1546 5.79342 19.1546 5.66299C19.1546 5.53257 19.2136 5.41028 19.308 5.32242C19.4023 5.23456 19.525 5.18774 19.6489 5.18774ZM21.3744 5.18774C21.4983 5.18774 21.621 5.23456 21.7153 5.32242C21.8097 5.41028 21.8688 5.53257 21.8688 5.66299C21.8688 5.79342 21.8097 5.91571 21.7153 6.00356C21.621 6.09142 21.4983 6.13824 21.3744 6.13824C21.2506 6.13824 21.1278 6.09142 21.0335 6.00356C20.9392 5.91571 20.8801 5.79342 20.8801 5.66299C20.8801 5.53257 20.9392 5.41028 21.0335 5.32242C21.1278 5.23456 21.2506 5.18774 21.3744 5.18774ZM23.1371 5.65029C23.1371 5.40743 22.9932 5.19185 22.7895 5.08689C22.5857 4.98192 22.3422 5.00587 22.1648 5.14682C21.9874 5.28777 21.8963 5.52642 21.9269 5.76601C21.9575 6.0056 22.1047 6.20262 22.3162 6.28476C22.5277 6.36691 22.7636 6.31926 22.9243 6.16293C23.0851 6.00661 23.1371 5.7621 23.1371 5.65029ZM2.30114 3.68924C2.66705 3.32338 3.21818 3.3361 3.58409 3.70286C3.95023 4.06962 3.9375 4.62075 3.57074 4.98661C3.20398 5.35246 2.65284 5.33974 2.28609 4.97298C1.91932 4.60622 1.93205 4.05509 2.30114 3.68924ZM5.2767 2.92591C5.52812 3.17727 5.52812 3.58657 5.2767 3.83794C5.02534 4.0893 4.61605 4.0893 4.36468 3.83794C4.11332 3.58657 4.11332 3.17727 4.36468 2.92591C4.61605 2.67455 5.02534 2.67455 5.2767 2.92591ZM5.2767 22.6145C5.52812 22.866 5.52812 23.2752 5.2767 23.5266C5.02534 23.7779 4.61605 23.7779 4.36468 23.5266C4.11332 23.2752 4.11332 22.866 4.36468 22.6145C4.61605 22.3632 5.02534 22.3632 5.2767 22.6145ZM3.58977 21.0434C3.9375 21.4093 3.95023 21.9604 3.58409 22.3272C3.21818 22.694 2.66705 22.7067 2.30114 22.3409C1.93205 21.975 1.91932 21.4239 2.28609 21.0571C2.65284 20.6903 3.20398 20.702 3.58977 21.0434Z' fill='%23FFFFFF'/%3E%3C/svg%3E")}slider-text-and-button .swiper .item:hover{--block-primary-text-color: #fff;background-color:#303f4a}slider-text-and-button .swiper .item:hover .text{justify-content:space-between}slider-text-and-button .swiper .item:hover .content-wrapper{z-index:15;position:relative;background-color:#303f4a;margin-top:-9%;margin-bottom:9%;transition:all .3s ease}slider-text-and-button .swiper .item:hover .link{opacity:1;height:22px}slider-text-and-button .swiper .item:hover .border::after{width:184px;margin-bottom:9%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='184' height='19' viewBox='0 0 184 17' fill='none'%3E%3Cpath d='M0 8.28571H182.5M182.5 8.28571L174.357 1M182.5 8.28571L174.357 15.5714' stroke='%23B2CD4D' stroke-width='2'/%3E%3C/svg%3E");transition:all .3s ease}slider-text-and-button .swiper .item-name{font-size:16px;font-weight:700}slider-text-and-button .swiper .item-job{font-size:14px;font-weight:400}slider-text-and-button .swiper .navigation_wrapper{justify-content:flex-start}@media screen and (max-width: 1024px){slider-text-and-button .flex-wrapper{flex-direction:column}slider-text-and-button .left,slider-text-and-button .right{width:100%}}@media screen and (max-width: 600px){slider-text-and-button .slider-text-and-button{padding-top:30px}slider-text-and-button .buttons{flex-direction:column;align-items:initial}slider-text-and-button .buttons .btn{text-align:center}}
slider-and-button section.slider-and-button{padding-top:100px;background-color:#f0f0f1;overflow:hidden}slider-and-button section.slider-and-button .wrapper{display:flex;justify-content:space-between;margin-bottom:30px}slider-and-button section.slider-and-button .image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}slider-and-button section.slider-and-button .overlay{display:none;position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,0);opacity:.9;top:0;left:0;border:3px solid rgba(0,0,0,0);color:#fff;padding:10% 15%;padding-right:5%}slider-and-button section.slider-and-button .list{list-style:disc;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}slider-and-button .swiper{width:200%;margin-right:-50%}slider-and-button .swiper .text{display:flex;flex-direction:column;text-align:center;gap:10px;margin:20px 25px}slider-and-button .swiper .item{background-color:#f0f0f1;gap:20px;height:auto;transition:all .5s ease;min-height:min-content;height:100%;width:289px;color:#3a4051}slider-and-button .swiper .item:hover .item-name{color:#b2cd4d}slider-and-button .swiper .item:hover image-component img{border-color:rgba(48,63,74,.8)}slider-and-button .swiper .item:hover .overlay{display:flex;justify-content:space-between;flex-direction:column;height:100%;width:100%;background-color:rgba(48,63,74,.8)}slider-and-button .swiper .item:hover .overlay .links{display:flex;justify-content:center;align-content:center}slider-and-button .swiper .item:hover .overlay .link{display:block;height:33px;width:33px;background-repeat:no-repeat}slider-and-button .swiper .item:hover .overlay .linkedin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M29.0782 28.9278V19.51C29.0782 14.8814 28.0818 11.3457 22.6818 11.3457C20.0782 11.3457 18.3425 12.76 17.6353 14.11H17.571V11.7636H12.4603V28.9278H17.796V20.41C17.796 18.16 18.2139 16.0064 20.9782 16.0064C23.7103 16.0064 23.7425 18.5457 23.7425 20.5386V28.8957H29.0782V28.9278Z' fill='white' /%3E%3Cpath d='M3.78174 11.7646H9.11745V28.9289H3.78174V11.7646Z' fill='white' /%3E%3Cpath d='M6.44558 3.21436C4.74201 3.21436 3.35986 4.5965 3.35986 6.30007C3.35986 8.00364 4.74201 9.41793 6.44558 9.41793C8.14915 9.41793 9.53129 8.00364 9.53129 6.30007C9.53129 4.5965 8.14915 3.21436 6.44558 3.21436Z' fill='white' /%3E%3C/svg%3E")}slider-and-button .swiper .item:hover .overlay .facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' viewBox='0 0 14 26' fill='none'%3E%3Cpath d='M3.98935 14.7425C3.89292 14.7425 1.77149 14.7425 0.807202 14.7425C0.292917 14.7425 0.132202 14.5497 0.132202 14.0675C0.132202 12.7818 0.132202 11.464 0.132202 10.1782C0.132202 9.66395 0.325059 9.50324 0.807202 9.50324H3.98935C3.98935 9.40681 3.98935 7.54252 3.98935 6.67466C3.98935 5.38895 4.21434 4.16752 4.8572 3.04252C5.5322 1.88538 6.49649 1.11395 7.71792 0.663951C8.52149 0.374665 9.32506 0.246094 10.1929 0.246094H13.3429C13.7929 0.246094 13.9858 0.438951 13.9858 0.888951V4.55324C13.9858 5.00324 13.7929 5.19609 13.3429 5.19609C12.4751 5.19609 11.6072 5.19609 10.7393 5.22824C9.87149 5.22824 9.42149 5.64609 9.42149 6.54609C9.38935 7.51038 9.42149 8.44252 9.42149 9.43895H13.1501C13.6643 9.43895 13.8572 9.63181 13.8572 10.1461V14.0354C13.8572 14.5497 13.6965 14.7104 13.1501 14.7104C11.9929 14.7104 9.51792 14.7104 9.42149 14.7104V25.1889C9.42149 25.7354 9.26077 25.9282 8.6822 25.9282C7.3322 25.9282 6.01435 25.9282 4.66435 25.9282C4.1822 25.9282 3.98935 25.7354 3.98935 25.2532C3.98935 21.8782 3.98935 14.839 3.98935 14.7425Z' fill='white' /%3E%3C/svg%3E")}slider-and-button .swiper .item:hover .overlay .instagram{background-image:url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.34659 0.0763581C8.67955 0.0138833 9.10455 0 12.5 0C15.8955 0 16.3205 0.0150402 17.6523 0.0763581C18.9841 0.137676 19.8932 0.354024 20.6886 0.667555C21.5216 0.988028 22.2773 1.48898 22.9023 2.13687C23.5386 2.77203 24.0295 3.54024 24.3432 4.38944C24.6523 5.1993 24.8636 6.12485 24.925 7.47847C24.9864 8.83788 25 9.27057 25 12.7264C25 16.1833 24.9852 16.616 24.925 17.9731C24.8648 19.3267 24.6523 20.2523 24.3432 21.0621C24.0295 21.9114 23.5378 22.6809 22.9023 23.317C22.2773 23.9649 21.5216 24.4647 20.6886 24.784C19.8932 25.0987 18.9841 25.3139 17.6545 25.3764C16.3205 25.4388 15.8955 25.4527 12.5 25.4527C9.10455 25.4527 8.67955 25.4377 7.34659 25.3764C6.01705 25.315 5.10795 25.0987 4.3125 24.784C3.47832 24.4646 2.72252 23.964 2.09773 23.317C1.4618 22.6815 0.969676 21.9123 0.655682 21.0633C0.347727 20.2534 0.136364 19.3279 0.075 17.9742C0.0136363 16.6148 0 16.1821 0 12.7264C0 9.26942 0.0147727 8.83672 0.075 7.48078C0.135227 6.12485 0.347727 5.1993 0.655682 4.38944C0.97014 3.54034 1.46263 2.77124 2.09886 2.13571C2.72277 1.48841 3.47781 0.987384 4.31136 0.667555C5.10682 0.354024 6.01591 0.138833 7.34545 0.0763581H7.34659ZM17.5511 2.3671C16.233 2.30578 15.8375 2.29306 12.5 2.29306C9.1625 2.29306 8.76705 2.30578 7.44886 2.3671C6.22955 2.42379 5.56818 2.63089 5.12727 2.80558C4.54432 3.03697 4.12727 3.31117 3.68977 3.75659C3.27505 4.16736 2.95589 4.66743 2.75568 5.22012C2.58409 5.66901 2.38068 6.34235 2.325 7.58375C2.26477 8.9258 2.25227 9.32842 2.25227 12.7264C2.25227 16.1243 2.26477 16.5269 2.325 17.869C2.38068 19.1104 2.58409 19.7837 2.75568 20.2326C2.95568 20.7845 3.275 21.2854 3.68977 21.6961C4.09318 22.1184 4.58523 22.4435 5.12727 22.6471C5.56818 22.8218 6.22955 23.0289 7.44886 23.0856C8.76705 23.1469 9.16136 23.1597 12.5 23.1597C15.8386 23.1597 16.233 23.1469 17.5511 23.0856C18.7705 23.0289 19.4318 22.8218 19.8727 22.6471C20.4557 22.4157 20.8727 22.1416 21.3102 21.6961C21.725 21.2854 22.0443 20.7845 22.2443 20.2326C22.4159 19.7837 22.6193 19.1104 22.675 17.869C22.7352 16.5269 22.7477 16.1243 22.7477 12.7264C22.7477 9.32842 22.7352 8.9258 22.675 7.58375C22.6193 6.34235 22.4159 5.66901 22.2443 5.22012C22.017 4.62661 21.7477 4.20201 21.3102 3.75659C20.9067 3.33439 20.4156 3.00945 19.8727 2.80558C19.4318 2.63089 18.7705 2.42379 17.5511 2.3671ZM10.9034 16.6495C11.7951 17.0274 12.7879 17.0784 13.7124 16.7938C14.6369 16.5092 15.4357 15.9067 15.9723 15.0891C16.5089 14.2715 16.7501 13.2896 16.6546 12.3111C16.5591 11.3326 16.133 10.4182 15.4489 9.72409C15.0128 9.28038 14.4855 8.94063 13.9049 8.72929C13.3244 8.51796 12.705 8.44031 12.0915 8.50192C11.4779 8.56353 10.8854 8.76288 10.3566 9.08561C9.82779 9.40835 9.37584 9.84643 9.0333 10.3683C8.69075 10.8902 8.46612 11.483 8.37559 12.1039C8.28505 12.7248 8.33085 13.3584 8.5097 13.9591C8.68855 14.5598 8.996 15.1127 9.40991 15.5779C9.82382 16.0431 10.3339 16.4091 10.9034 16.6495ZM7.95682 8.10091C8.55344 7.49348 9.26173 7.01165 10.0412 6.68291C10.8208 6.35418 11.6563 6.18498 12.5 6.18498C13.3437 6.18498 14.1792 6.35418 14.9588 6.68291C15.7383 7.01165 16.4466 7.49348 17.0432 8.10091C17.6398 8.70833 18.1131 9.42944 18.436 10.2231C18.7588 11.0167 18.925 11.866 18.925 12.7233C18.925 13.5806 18.7588 14.4299 18.436 15.2235C18.1131 16.0172 17.6398 16.7383 17.0432 17.3458C16.4466 17.9532 15.7383 18.435 14.9588 18.7638C14.1792 19.0925 13.3437 19.2617 12.5 19.2617C11.6563 19.2617 10.8208 19.0925 10.0412 18.7638C9.26173 18.435 8.55344 17.9532 7.95682 17.3458C7.3602 16.7383 6.88693 16.0172 6.56405 15.2235C6.24116 14.4299 6.075 13.5806 6.075 12.7233C6.075 11.866 6.24116 11.0167 6.56405 10.2231C6.88693 9.42944 7.3602 8.70833 7.95682 8.10091ZM19.6489 5.18774C19.7727 5.18774 19.8955 5.23456 19.9898 5.32242C20.0841 5.41028 20.1432 5.53257 20.1432 5.66299C20.1432 5.79342 20.0841 5.91571 19.9898 6.00356C19.8955 6.09142 19.7727 6.13824 19.6489 6.13824C19.525 6.13824 19.4023 6.09142 19.308 6.00356C19.2136 5.91571 19.1546 5.79342 19.1546 5.66299C19.1546 5.53257 19.2136 5.41028 19.308 5.32242C19.4023 5.23456 19.525 5.18774 19.6489 5.18774ZM21.3744 5.18774C21.4983 5.18774 21.621 5.23456 21.7153 5.32242C21.8097 5.41028 21.8688 5.53257 21.8688 5.66299C21.8688 5.79342 21.8097 5.91571 21.7153 6.00356C21.621 6.09142 21.4983 6.13824 21.3744 6.13824C21.2506 6.13824 21.1278 6.09142 21.0335 6.00356C20.9392 5.91571 20.8801 5.79342 20.8801 5.66299C20.8801 5.53257 20.9392 5.41028 21.0335 5.32242C21.1278 5.23456 21.2506 5.18774 21.3744 5.18774ZM23.1371 5.65029C23.1371 5.40743 22.9932 5.19185 22.7895 5.08689C22.5857 4.98192 22.3422 5.00587 22.1648 5.14682C21.9874 5.28777 21.8963 5.52642 21.9269 5.76601C21.9575 6.0056 22.1047 6.20262 22.3162 6.28476C22.5277 6.36691 22.7636 6.31926 22.9243 6.16293C23.0851 6.00661 23.1371 5.7621 23.1371 5.65029ZM2.30114 3.68924C2.66705 3.32338 3.21818 3.3361 3.58409 3.70286C3.95023 4.06962 3.9375 4.62075 3.57074 4.98661C3.20398 5.35246 2.65284 5.33974 2.28609 4.97298C1.91932 4.60622 1.93205 4.05509 2.30114 3.68924ZM5.2767 2.92591C5.52812 3.17727 5.52812 3.58657 5.2767 3.83794C5.02534 4.0893 4.61605 4.0893 4.36468 3.83794C4.11332 3.58657 4.11332 3.17727 4.36468 2.92591C4.61605 2.67455 5.02534 2.67455 5.2767 2.92591ZM5.2767 22.6145C5.52812 22.866 5.52812 23.2752 5.2767 23.5266C5.02534 23.7779 4.61605 23.7779 4.36468 23.5266C4.11332 23.2752 4.11332 22.866 4.36468 22.6145C4.61605 22.3632 5.02534 22.3632 5.2767 22.6145ZM3.58977 21.0434C3.9375 21.4093 3.95023 21.9604 3.58409 22.3272C3.21818 22.694 2.66705 22.7067 2.30114 22.3409C1.93205 21.975 1.91932 21.4239 2.28609 21.0571C2.65284 20.6903 3.20398 20.702 3.58977 21.0434Z' fill='%23FFFFFF'/%3E%3C/svg%3E")}slider-and-button .swiper .item:hover .overlay .youtube{background-image:url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_646_1168)'%3E%3Cpath d='M24.4849 6.49238C24.1968 5.42136 23.3524 4.57709 22.2815 4.2887C20.3252 3.75342 12.4997 3.75342 12.4997 3.75342C12.4997 3.75342 4.67454 3.75342 2.71821 4.2684C1.66794 4.55649 0.802919 5.42151 0.514833 6.49238C0 8.44856 0 12.5054 0 12.5054C0 12.5054 0 16.5827 0.514833 18.5185C0.803224 19.5893 1.64734 20.4336 2.71836 20.722C4.69514 21.2574 12.5 21.2574 12.5 21.2574C12.5 21.2574 20.3252 21.2574 22.2815 20.7424C23.3526 20.4542 24.1968 19.6099 24.4852 18.5391C24.9999 16.5827 24.9999 12.526 24.9999 12.526C24.9999 12.526 25.0205 8.44856 24.4849 6.49238ZM10.0083 16.2533V8.75755L16.5155 12.5054L10.0083 16.2533Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_646_1168'%3E%3Crect width='25' height='25' fill='white' transform='translate(0 0.226562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}slider-and-button .swiper .item:hover .overlay .site{background-image:url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_646_1173)'%3E%3Cpath d='M21.3389 3.8877C18.9779 1.52681 15.8389 0.226562 12.5 0.226562C9.16113 0.226562 6.02212 1.52681 3.66113 3.8877C1.30024 6.24868 0 9.3877 0 12.7266C0 16.0654 1.30024 19.2044 3.66113 21.5654C6.02212 23.9263 9.16113 25.2266 12.5 25.2266C15.8389 25.2266 18.9779 23.9263 21.3389 21.5654C23.6998 19.2044 25 16.0654 25 12.7266C25 9.3877 23.6998 6.24868 21.3389 3.8877ZM13.2324 8.29702C14.5777 8.25679 15.8839 8.10591 17.108 7.85527C17.4127 9.13955 17.5939 10.5391 17.6395 11.9941H13.2324V8.29702ZM13.2324 6.8314V1.81465C14.2445 2.15239 15.2261 3.17461 16.0054 4.7332C16.2697 5.26182 16.5044 5.83486 16.7079 6.44419C15.6122 6.66138 14.4417 6.79336 13.2324 6.8314ZM11.7676 1.81465V6.8314C10.5583 6.79336 9.38779 6.66133 8.29214 6.44414C8.49565 5.83481 8.73032 5.26177 8.99463 4.73315C9.77393 3.17461 10.7555 2.15239 11.7676 1.81465ZM11.7676 8.29702V11.9941H7.3605C7.40615 10.5391 7.58726 9.13955 7.89199 7.85527C9.11606 8.10591 10.4223 8.25679 11.7676 8.29702ZM5.89507 11.9941H1.48936C1.62334 9.93618 2.32061 7.9876 3.50708 6.32764C4.38115 6.80093 5.38091 7.19741 6.47002 7.5083C6.1376 8.90625 5.9417 10.4234 5.89507 11.9941ZM5.89507 13.459C5.9417 15.0297 6.1376 16.5469 6.46997 17.9448C5.38086 18.2557 4.3811 18.6522 3.50703 19.1255C2.32061 17.4655 1.62334 15.5169 1.48936 13.459H5.89507ZM7.3605 13.459H11.7676V17.1561C10.4223 17.1963 9.11606 17.3472 7.89199 17.5979C7.58726 16.3136 7.4061 14.914 7.3605 13.459ZM11.7676 18.6217V23.6385C10.7555 23.3007 9.77393 22.2785 8.99463 20.7199C8.73032 20.1913 8.49565 19.6183 8.29214 19.0089C9.38779 18.7917 10.5583 18.6598 11.7676 18.6217ZM13.2324 23.6385V18.6217C14.4417 18.6598 15.6122 18.7918 16.7079 19.009C16.5043 19.6183 16.2697 20.1914 16.0054 20.72C15.2261 22.2785 14.2445 23.3007 13.2324 23.6385ZM13.2324 17.1561V13.459H17.6395C17.5938 14.914 17.4127 16.3136 17.108 17.5979C15.8839 17.3472 14.5777 17.1963 13.2324 17.1561ZM19.1049 13.459H23.5106C23.3767 15.5169 22.6794 17.4655 21.4929 19.1255C20.6188 18.6522 19.6191 18.2557 18.53 17.9448C18.8624 16.5469 19.0583 15.0297 19.1049 13.459ZM19.1049 11.9941C19.0583 10.4234 18.8624 8.90625 18.53 7.5083C19.6191 7.19741 20.6189 6.80093 21.493 6.32764C22.6794 7.9876 23.3767 9.93618 23.5107 11.9941H19.1049ZM20.5435 5.17241C19.8239 5.53833 19.0136 5.84966 18.1355 6.10078C17.9012 5.37998 17.6274 4.70181 17.3155 4.07808C16.9841 3.41523 16.6191 2.83276 16.227 2.33369C17.7423 2.87593 19.1312 3.75176 20.303 4.92358C20.3848 5.00532 20.4646 5.08853 20.5435 5.17241ZM8.773 2.33369C8.38086 2.83276 8.01582 3.41528 7.68442 4.07808C7.37256 4.70181 7.09873 5.37998 6.8644 6.10078C5.98633 5.84966 5.17612 5.53833 4.45645 5.17241C4.53535 5.08853 4.61514 5.00532 4.69692 4.92358C5.86875 3.75171 7.25772 2.87593 8.773 2.33369ZM4.45649 20.2807C5.17612 19.9148 5.98638 19.6035 6.86445 19.3523C7.09878 20.0731 7.37261 20.7513 7.68447 21.375C8.01587 22.0379 8.38091 22.6204 8.77305 23.1194C7.25771 22.5772 5.8688 21.7014 4.69702 20.5295C4.61519 20.4478 4.53535 20.3646 4.45649 20.2807ZM16.227 23.1194C16.6191 22.6204 16.9842 22.0378 17.3156 21.375C17.6274 20.7513 17.9013 20.0731 18.1356 19.3523C19.0137 19.6035 19.8239 19.9148 20.5436 20.2807C20.4646 20.3646 20.3849 20.4478 20.3031 20.5295C19.1313 21.7014 17.7423 22.5772 16.227 23.1194Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_646_1173'%3E%3Crect width='25' height='25' fill='white' transform='translate(0 0.226562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}slider-and-button .swiper .item-name{font-size:16px;font-weight:700}slider-and-button .swiper .item-job{font-size:14px;font-weight:400}slider-and-button .swiper .item image-component img{border:3px solid rgba(0,0,0,0);width:100%}slider-and-button .swiper .navigation_wrapper{display:flex;justify-content:flex-start;margin-top:30px}@media screen and (max-width: 700px){slider-and-button .swiper{width:100%;margin-right:0}slider-and-button .slider-and-button{padding-top:30px}slider-and-button .slider-and-button div.wrapper{flex-direction:column;gap:20px}}
video-and-text .video-wrapper{position:relative;width:100%;height:100%;margin-top:30px}video-and-text section{padding:100px 0}video-and-text .subtitle{font-size:20px}video-and-text .top-wrapper{display:flex;justify-content:space-between;margin-bottom:30px}video-and-text .video{width:100%;height:100%}@media screen and (max-width: 800px){video-and-text section{padding:30px 0}video-and-text .top-wrapper{flex-direction:column;align-items:center;gap:20px}video-and-text .subtitle{text-align:center;font-size:18px}}
reviews-with-video .video{object-fit:cover;width:100%;height:100%}reviews-with-video section{padding-top:0}reviews-with-video .container{padding-top:100px}reviews-with-video .apostrof{width:90px;height:70px;max-width:max-content;align-self:flex-end;filter:opacity(0.2)}reviews-with-video .left{display:flex;justify-content:center;align-items:center;width:50%;height:500px}reviews-with-video .left iframe{width:100%;height:100%}reviews-with-video .right{display:flex;gap:15px;width:50%;flex-direction:column;justify-content:space-between;color:#fff}reviews-with-video .swiper .text{display:flex;flex-direction:column;gap:10px;margin:20px 25px}reviews-with-video .swiper .item{display:flex;gap:50px;background-color:#303f4a;width:100%;transition:all .5s ease;position:relative;overflow:visible;z-index:1;padding:50px}reviews-with-video .swiper .item-text{font-size:20px;font-weight:500}reviews-with-video .swiper .item-name{font-size:20px;font-weight:700}reviews-with-video .swiper .item-job{font-size:14px;font-weight:400}@media screen and (max-width: 1150px){reviews-with-video section img{width:100%;height:100%}reviews-with-video section .swiper .item{justify-content:unset;padding:20px;gap:15px}reviews-with-video section .swiper .item-text{font-size:18px}}@media screen and (max-width: 780px){reviews-with-video section .apostrof{display:none}reviews-with-video section .swiper{display:flex;flex-direction:column-reverse}reviews-with-video section .swiper div.item{height:100%;padding:10px}reviews-with-video section .container{padding-top:30px}reviews-with-video section .swiper div.item{flex-direction:column;align-items:center}reviews-with-video section .swiper div.item .right,reviews-with-video section .swiper div.item .left{width:100%}reviews-with-video section .swiper div.item .right .item-text{font-size:16px}}@media screen and (max-width: 550px){reviews-with-video .left{height:300px}}
page-banner image-component #banner-image{width:362px}page-banner image-component#page-video-image img{position:absolute;top:0;left:0;width:100%;height:100%}page-banner section{background-color:#000;padding:0;height:100vh}page-banner .video{position:absolute;top:0;left:0;object-fit:cover;object-position:center center;filter:brightness(50%);mask-image:url(/assets/images/videos/video-gradient-mask.svg);mask-repeat:no-repeat;mask-size:100% 100%;width:100%;height:100%}page-banner .video-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}page-banner .video-overlay{position:absolute;width:100%;height:100%;opacity:.15;background-color:rgba(0,0,0,0);background-image:url("/assets/images/videos/video-noise.gif");background-size:auto;background-repeat:repeat;background-position:center center;transform:translateZ(0)}page-banner .container{margin-top:-100px;position:relative;z-index:5}page-banner .main-subtitle{margin-bottom:40px;order:-1;text-transform:uppercase;color:#b2cd4d}page-banner .banner_list,page-banner .text{color:var(--subtitle-color);margin-bottom:40px}page-banner .text p{margin-bottom:10px;font-size:var(--text-font-size)}page-banner .text p:last-child{margin-bottom:0}page-banner .flex_button{display:flex;gap:20px}page-banner .flex-wrapper{gap:20px;justify-content:space-between}page-banner .flex-wrapper .text p{font-size:22px;line-height:31px}page-banner .flex-wrapper .left{display:flex;flex-direction:column;justify-content:center;flex-shrink:1}page-banner .flex-wrapper .right{display:flex;justify-content:center;align-items:center;flex-shrink:0;max-width:50%}page-banner .flex-wrapper .right img{width:100%;max-width:100%}page-banner .btn{white-space:nowrap}@media screen and (max-width: 1024px){page-banner .flex-wrapper{flex-direction:column-reverse}page-banner .flex-wrapper .left{flex-shrink:0;align-items:center}page-banner .flex-wrapper .right{max-width:100%;flex-shrink:0;justify-content:flex-end}page-banner .flex-wrapper .right img{max-width:150px}}@media screen and (max-width: 550px){page-banner section .flex-wrapper .text p{text-align:center;font-size:16px}page-banner section .flex-wrapper .left{margin-bottom:40px}page-banner section .flex-wrapper .left h1{text-align:center}}
