@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";:root{--black: #000000;--white: #ffffff;--blue: #5452fd;--gray: #313131;--purple: #a9a8fa;--dark: #191919;--background: var(--black)}.has-text-dark-color{color:var(--text-dark)}.has-primary-color{color:var(--text-primary)}.has-secondair-color{color:var(--text-secondair)}.has-white-color{color:#fff}.has-text-dark-background-color{background-color:var(--text-dark)}.has-primary-background-color{background-color:var(--primary)}.has-secondair-background-color{background-color:var(--secondair)}.has-white-background-color{background-color:#fff}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.btn{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.btn{width:100%;justify-content:space-between;font-size:1rem}}.btn:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.btn:hover:after{transform:rotate(360deg)}.btn.btn-dark,.content__grid.blue-background .btn.content__button{background-color:var(--dark)}.btn.btn-dark:after,.content__grid.blue-background .btn.content__button:after{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.018.022C8.977.022 0 8.958 0 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.035 8.958 31.082.022 20.018.022ZM30.363 21.32l-15.216 8.75c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%235452FD"/></svg>')}.btn.btn-small{padding:.5rem .5rem .5rem 1rem;gap:1rem;font-size:1rem}.btn.btn-small:after{width:1.5rem;height:1.5rem}.header .topbar{width:100%;padding-top:.5rem;padding-bottom:.5rem;background-color:var(--gray)}@media only screen and (max-width: 1080px){.header .topbar{display:none}}.header .topbar .header-container{display:flex;align-items:center;justify-content:space-between}.header .topbar a{color:#646464;font-size:.84375rem;text-decoration:none}.header .topbar__socials{display:flex;gap:1rem}.header .topbar__socials a{height:2rem}.header .topbar__socials svg{height:2rem;width:auto}.header .topbar__contacts{color:#646464}.header__toggle{display:none}@media only screen and (max-width: 1080px){.header__toggle{display:block;background:transparent;border:none;padding:0;cursor:pointer}.header__toggle svg{width:1.6875rem}}.header nav{display:flex;justify-content:space-between;align-items:center;padding-top:2.5rem}@media only screen and (max-width: 1080px){.header nav{padding-bottom:.5rem}}.header nav .logo svg{height:1.83469rem;width:auto}@media only screen and (max-width: 768px){.header nav .logo svg{height:1.60338rem}}@media only screen and (max-width: 1080px){.header .menu-header-menu-container{display:none}}.header .header-menu{display:flex;gap:1.5rem}.header .header-menu ul.sub-menu li.current-menu-item a{font-weight:unset}.header .header-menu li a{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem;text-decoration:none;color:var(--white)}.header .header-menu li.current-menu-item{position:relative}.header .header-menu li.current-menu-item:after{position:absolute;content:"";top:2rem;left:50%;transform:translate(-50%);width:.5rem;height:.5rem;background-color:#fff;border-radius:100%}.header .header-menu li.current-menu-item a{font-weight:600}.header .header-menu li.menu-item-has-children{position:relative;align-items:center}.header .header-menu li.menu-item-has-children.current-menu-parent:after{position:absolute;content:"";top:2rem;left:50%;transform:translate(-50%);width:.5rem;height:.5rem;background-color:#fff;border-radius:100%}.header .header-menu li.menu-item-has-children.current-menu-parent span{font-weight:600}.header .header-menu li.menu-item-has-children ul{position:absolute;flex-direction:column;gap:.75rem;width:max-content;padding:1rem;border-radius:.375rem;background:var(--gray);display:none;z-index:2}.header .header-menu li.menu-item-has-children ul li.current-menu-item:after{display:none}.header .header-menu li.menu-item-has-children:hover ul{display:flex}.header__cta{text-decoration:none}@media only screen and (max-width: 1080px){.header__cta{display:none}}.header__cta button{cursor:pointer;text-decoration:none;border:0;background:transparent;display:flex;align-items:center;gap:1rem;color:var(--blue);font-family:Poppins,sans-serif;font-weight:700;font-size:1.172rem;text-transform:uppercase;white-space:nowrap;transition-duration:.25s}.header__cta button svg{height:2rem;width:2rem}.header__cta button:hover svg{transform:rotate(360deg)}body.single-post .header-menu li#menu-item-26{position:relative}body.single-post .header-menu li#menu-item-26:after{position:absolute;content:"";top:2rem;left:50%;transform:translate(-50%);width:.5rem;height:.5rem;background-color:#fff;border-radius:100%}body.single-post .header-menu li#menu-item-26 a{font-weight:600}body.single-vacancy .header-menu li#menu-item-24{position:relative}body.single-vacancy .header-menu li#menu-item-24:after{position:absolute;content:"";top:2rem;left:50%;transform:translate(-50%);width:.5rem;height:.5rem;background-color:#fff;border-radius:100%}body.single-vacancy .header-menu li#menu-item-24 a{font-weight:600}.footer{margin-top:4.5rem;padding-top:6rem;padding-bottom:2.5rem;background-color:var(--purple);color:var(--black);position:relative;z-index:6}@media only screen and (max-width: 768px){.footer{margin-top:2rem;padding-top:2rem;padding-bottom:2rem}}.footer__heading{max-width:35rem}.footer__logo{height:2rem;width:auto}.footer__logo svg{height:2rem;width:auto}.footer__logo svg path{fill:var(--black)}.footer__grid{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:6rem;margin-top:-6rem}@media only screen and (max-width: 768px){.footer__grid{flex-direction:column-reverse;margin-top:unset;align-items:flex-start;gap:2.5rem;margin-bottom:2.5rem}}.footer__content{max-width:35rem}.footer__text{margin-top:3.75rem;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:2.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.footer__text{font-size:1.75rem}}@media only screen and (max-width: 768px){.footer__text{font-size:2rem;margin-top:2rem}}.footer__socials{margin-bottom:3.75rem;display:flex;gap:1rem}.footer__socials svg{height:2.5rem;width:auto}.footer__socials svg path{fill:var(--black)}@media only screen and (max-width: 768px){.footer__socials{margin-bottom:2.5rem}}.footer__offices{display:flex;flex-direction:column;gap:2.5rem}.footer__office h3{margin-bottom:.5rcap;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.4}@media only screen and (max-width: 1080px){.footer__office h3{font-size:1.125rem}}.footer__office p,.footer__office a{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.125rem;text-decoration:none;color:var(--black)}.footer__form{width:23.25rem}@media only screen and (max-width: 768px){.footer__form{width:100%}}.footer__form h3{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.4}@media only screen and (max-width: 1080px){.footer__form h3{font-size:1.125rem}}.footer__form .gform_wrapper .gform_heading{display:none}.footer__form .gform_wrapper .gform_body{width:23.25rem}@media only screen and (max-width: 768px){.footer__form .gform_wrapper .gform_body{width:100%}}.footer__form .gform_wrapper .gform_body .gform_fields{row-gap:1rem}.footer__form .gform_wrapper .gform_body .gform_fields input{border:0;border-radius:2.5rem;padding:.75rem 1.5rem;height:3rem;outline:0;font-size:1.125rem}.footer__form .gform_wrapper .gform_body .gform_fields input::placeholder{color:#c6c6c6}.footer__form .gform_wrapper .gform_footer{display:flex;width:100%}.footer__form .gform_wrapper .gform_footer input[type=submit]{width:100%!important;background-color:var(--dark)!important;border-radius:1.875rem!important;height:3.5rem!important;padding:.5rem .5rem .5rem 1.5rem!important;font-size:1.125rem!important;text-align:left!important}.footer__bottom{display:flex;justify-content:space-between}@media only screen and (max-width: 768px){.footer__bottom{flex-direction:column;font-size:.875rem;gap:.5rem}}.footer__bottom-left{display:flex;gap:1.5rem}@media only screen and (max-width: 768px){.footer__bottom-left{flex-direction:column;gap:.5rem}}.footer__bottom-left a{color:inherit}.mobile-menu{display:none;background-size:contain;background-repeat:no-repeat;background-position:center center}.mobile-menu .header-container{display:flex;flex-direction:column}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-top:2.5rem}.mobile-menu__top .logo svg{height:1.83469rem;width:auto}@media only screen and (max-width: 768px){.mobile-menu__top .logo svg{height:1.60338rem}}.mobile-menu__close{display:block;background:transparent;border:none;padding:0;cursor:pointer}.mobile-menu__close svg{width:1.6875rem}.mobile-menu.is-open{position:absolute;z-index:10;left:0;top:0;display:block;width:100vw;height:100vh;background-color:var(--black);text-align:center}.mobile-menu.is-open .menu-header-menu-container{display:flex;justify-content:center;text-align:center}.mobile-menu.is-open .menu-header-menu-container ul{flex-direction:column;justify-content:center;padding-inline-start:0}.mobile-menu.is-open .menu-header-menu-container ul li a{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.mobile-menu.is-open .menu-header-menu-container ul li a{font-size:1.125rem}}.mobile-menu__button{justify-content:center;cursor:pointer;text-decoration:none;border:0;background:transparent;display:flex;align-items:center;gap:1rem;color:var(--blue);font-family:Poppins,sans-serif;font-weight:700;font-size:1.172rem;text-transform:uppercase;white-space:nowrap;transition-duration:.25s}.mobile-menu__button svg{height:2rem;width:2rem}.mobile-menu__button:hover svg{transform:rotate(360deg)}.vacancy{padding-top:9rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.vacancy{padding-top:4rem}}@media only screen and (max-width: 768px){.vacancy{padding-top:2rem;padding-bottom:2rem}}.vacancy .container{position:relative}.vacancy__main{max-width:42rem}@media only screen and (max-width: 1080px){.vacancy__main{max-width:32rem}}.vacancy__title{font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.vacancy__title{font-size:2.25rem;line-height:1.33}}.vacancy__info{display:flex;align-items:center;gap:1.5rem;margin-bottom:4rem}@media only screen and (max-width: 768px){.vacancy__info{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}}.vacancy__meta{display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancy__meta{font-size:1.125rem}}.vacancy__meta svg{height:2rem;width:auto}.vacancy__content h2{margin-bottom:1.5rem;margin-top:3rem;font-family:Poppins,sans-serif;font-weight:700;font-size:2.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.vacancy__content h2{font-size:1.75rem}}@media only screen and (max-width: 768px){.vacancy__content h2{margin-bottom:1rem;margin-top:2rem}}.vacancy__content h3{margin-top:1.5rem;margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.vacancy__content h3{font-size:1.125rem}}@media only screen and (max-width: 768px){.vacancy__content h3{margin-bottom:1rem}}.vacancy__content p{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancy__content p{font-size:1.125rem}}.vacancy__content a{color:var(--blue);font-weight:700;text-decoration:none}.vacancy__content ul{list-style:disc}.vacancy__content ul li{margin-bottom:.25rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancy__content ul li{font-size:1.125rem}}.vacancy__content ol{list-style:decimal}.vacancy__content ol li{margin-bottom:.25rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancy__content ol li{font-size:1.125rem}}.vacancy__cta{position:fixed;right:6rem;top:20rem;z-index:5}@media only screen and (max-width: 1080px){.vacancy__cta{right:1.5rem}}@media only screen and (max-width: 768px){.vacancy__cta{display:none}}.vacancy__cta.mobile{display:none}@media only screen and (max-width: 768px){.vacancy__cta.mobile{display:block;position:relative;right:unset;top:unset}}.vacancy__cta button,.vacancy__cta a{width:17rem;margin-bottom:2rem;height:3.5rem}@media only screen and (max-width: 1080px){.vacancy__cta button,.vacancy__cta a{width:12rem}}@media only screen and (max-width: 768px){.vacancy__cta button,.vacancy__cta a{width:100%;margin-bottom:1rem}}.vacancy__cta button:after,.vacancy__cta a:after{display:none}.vacancy__share{background:var(--background);border:1px solid var(--white)}.vacancy__apply-form{padding-top:4rem}.vacancy__apply-form h2{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.vacancy__apply-form h2{font-size:1.75rem;line-height:1.33}}.vacancy__apply-form p{margin-bottom:2rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancy__apply-form p{font-size:1.125rem}}.vacancy form.wp-recruitee-sync-form{margin-left:unset;max-width:50rem}@media only screen and (max-width: 1080px){.vacancy form.wp-recruitee-sync-form{max-width:32rem}}@media only screen and (max-width: 768px){.vacancy form.wp-recruitee-sync-form{max-width:unset}}.vacancy form.wp-recruitee-sync-form label{max-width:32rem;margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.4}@media only screen and (max-width: 1080px){.vacancy form.wp-recruitee-sync-form label{font-size:1.125rem}}.vacancy form.wp-recruitee-sync-form .form-break{margin-top:3rem;margin-bottom:3rem;height:1px;width:100%;background-color:#fff}.vacancy form.wp-recruitee-sync-form input[type=text],.vacancy form.wp-recruitee-sync-form input[type=email],.vacancy form.wp-recruitee-sync-form input[type=tel],.vacancy form.wp-recruitee-sync-form textarea{max-width:23rem;width:100%;height:3.5rem;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}.vacancy form.wp-recruitee-sync-form textarea{height:12rem}.vacancy form.wp-recruitee-sync-form .form-radio{display:flex;align-items:center;margin-bottom:.5rem}.vacancy form.wp-recruitee-sync-form .form-radio input[type=radio]{display:none}.vacancy form.wp-recruitee-sync-form .form-radio label{position:relative;padding-left:2rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.125rem}.vacancy form.wp-recruitee-sync-form .form-radio label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;border:1px solid white;border-radius:50%;background-color:transparent;box-sizing:border-box}.vacancy form.wp-recruitee-sync-form .form-radio input[type=radio]:checked+label:before{background-color:#fff}.vacancy form.wp-recruitee-sync-form button[type=submit]{margin-top:3rem;max-width:28rem;width:100%;height:3.5rem;background-color:var(--blue);border-radius:1.875rem;font-size:1.125rem;text-align:left;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}a{text-decoration:none}img,picture{max-width:100%;display:block}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--white)}html{scroll-behavior:smooth}body.fixed{position:fixed}.header-container{padding:0 2rem;margin-left:auto;margin-right:auto;position:relative;max-width:84rem}.container{padding:0 2rem;margin-left:auto;margin-right:auto;position:relative;max-width:76.5rem}.container-blog{max-width:60rem}@media only screen and (max-width: 1080px){.container{padding:0 1.5rem}}.spacer-small{padding-top:1rem;padding-bottom:1rem}.spacer-normal{padding-top:2.5rem;padding-bottom:2.5rem}.spacer-large{padding-top:4rem;padding-bottom:4rem}@media only screen and (max-width: 1080px){.spacer{padding-top:0;padding-bottom:0}}.page-not-found{padding-top:12rem;padding-bottom:8rem}.page-not-found__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.page-not-found__title{font-size:2.25rem;line-height:1.33}}.page-not-found__text{margin-bottom:2rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.page-not-found__text{font-size:1.125rem}}.page-not-found__button{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.page-not-found__button{width:100%;justify-content:space-between;font-size:1rem}}.page-not-found__button:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.page-not-found__button:hover:after{transform:rotate(360deg)}.modal{display:none;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#0006}.modal .modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%}@media only screen and (max-width: 768px){.modal .modal-content{width:95%}}.modal .close{color:#aaa;float:right;font-size:28px;font-weight:700}.modal .close:hover,.modal .close:focus{color:#000;text-decoration:none;cursor:pointer}.hero{padding-top:9rem;padding-bottom:4.5rem;overflow-x:hidden}@media only screen and (max-width: 1080px){.hero{padding-top:4rem}}@media only screen and (max-width: 768px){.hero{padding-top:2rem;padding-bottom:2rem;overflow-y:visible}}.hero .container{position:relative}@media only screen and (max-width: 768px){.hero .container{overflow-x:hidden;overflow-y:visible}}.hero__content{max-width:37.5rem;position:relative;z-index:1}.hero__title{margin-bottom:.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.hero__title{font-size:2.25rem;line-height:1.33}}.hero__text{margin-bottom:2.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}@media only screen and (max-width: 768px){.hero__text{margin-bottom:0}}.hero__text-big{margin-bottom:1rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.hero__text-big{font-size:1.125rem}}.hero__button{margin-top:1.5rem;cursor:pointer;text-decoration:none;border:0;background:transparent;display:flex;align-items:center;gap:1rem;color:var(--blue);font-family:Poppins,sans-serif;font-weight:700;font-size:1.172rem;text-transform:uppercase;white-space:nowrap;transition-duration:.25s}.hero__button svg{height:2rem;width:2rem}.hero__button:hover svg{transform:rotate(360deg)}.hero__video{position:absolute;top:0;right:-8rem;height:auto;width:60%;z-index:0}.hero__video video{width:100%;height:auto}@media only screen and (max-width: 768px){.hero__video{width:100%;top:unset;bottom:0rem;right:-4rem;overflow-y:visible}}.usps{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.usps{padding-top:2rem;padding-bottom:2rem}}.usps__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem}@media only screen and (max-width: 1080px){.usps__grid{grid-template-columns:1fr;gap:2rem}}.usps__title{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.usps__title{font-size:1.75rem;line-height:1.33}}.usps__text{margin-bottom:2rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.usps__text{font-size:1.125rem}}.usps__button{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.usps__button{width:100%;justify-content:space-between;font-size:1rem}}.usps__button:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.usps__button:hover:after{transform:rotate(360deg)}.usps__usps{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media only screen and (max-width: 576px){.usps__usps{grid-template-columns:1fr}}.usps .usp{background-color:var(--dark);padding:1.5rem;border-radius:1.875rem}.usps .usp__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.4}@media only screen and (max-width: 1080px){.usps .usp__title{font-size:1.125rem}}.usps .usp__text{margin-bottom:1rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}.stats{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.stats{padding-top:2rem;padding-bottom:2rem}}.stats__grid{background-color:var(--blue);color:var(--black);padding:6.25rem 7rem;display:grid;grid-template-columns:repeat(4,1fr);gap:6.25rem;border-radius:2.5rem}@media only screen and (max-width: 1080px){.stats__grid{padding:4rem;gap:4rem}}@media only screen and (max-width: 768px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 576px){.stats__grid{padding:2.5rem 1rem;gap:1rem}}.stats .stat{display:flex;flex-direction:column;align-items:center;text-align:center}.stats .stat img{width:5rem;height:5rem;margin-bottom:1rem}.stats .stat__number{font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.stats .stat__number{font-size:2.25rem;line-height:1.33}}.stats .stat__text{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}.customers{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.customers{padding-top:2rem;padding-bottom:2rem}}.customers__content{max-width:36rem;margin-left:auto;margin-right:auto;text-align:center}@media only screen and (max-width: 768px){.customers__content{margin-left:unset;text-align:left}}.customers__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.customers__title{font-size:1.75rem;line-height:1.33}}.customers__text{margin-bottom:5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.customers__text{font-size:1.125rem}}@media only screen and (max-width: 768px){.customers__text{margin-bottom:3rem}}.customers__slider.swiper .swiper-wrapper{transition-timing-function:linear!important}.customers__logo{background-color:var(--dark);padding:2rem;border-radius:1.35138rem}.content{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.content{padding-top:2rem;padding-bottom:2rem}}.content__grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;border-radius:3.75rem}@media only screen and (max-width: 768px){.content__grid{grid-template-columns:1fr;border-radius:1.5rem}}.content__grid.dark-background{background-color:var(--dark)}@media only screen and (max-width: 768px){.content__grid.dark-background .content__content{padding:1.5rem 1rem}}.content__grid.blue-background{background-color:var(--blue)}@media only screen and (max-width: 768px){.content__grid.blue-background .content__content{padding:1.5rem 1rem}}.content__grid.is-reversed .content__content{grid-column:2;grid-row:1}@media only screen and (max-width: 768px){.content__grid.is-reversed .content__content{grid-column:1;grid-row:2}}.content__grid.is-reversed .content__grid.is-reversed self__image{grid-column:1;grid-row:1}.content__content{padding:3rem}@media only screen and (max-width: 768px){.content__content{grid-row:2;padding:1.5rem 0 0}}.content__title{font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.content__title{font-size:1.75rem;line-height:1.33}}.content__subtitle{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.5rem;font-style:italic}@media only screen and (max-width: 1080px){.content__subtitle{font-size:1.25rem}}.content__text{margin-top:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.content__text{font-size:1.125rem}}@media only screen and (max-width: 768px){.content__text{margin-top:1rem}}.content__button{margin-top:2rem}.content__image{height:100%;border-radius:3.75rem}@media only screen and (max-width: 768px){.content__image{grid-row:1;max-height:16rem;width:100%;border-radius:1.5rem}}.content__image img{height:100%;width:100%;object-fit:cover;border-radius:3.75rem;object-position:center center}@media only screen and (max-width: 768px){.content__image img{border-radius:1.5rem}}.newsroom-slider{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.newsroom-slider{padding-top:2rem;padding-bottom:2rem}}.newsroom-slider__title{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.newsroom-slider__title{font-size:1.75rem;line-height:1.33}}.newsroom-slider__text{margin-bottom:2.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.newsroom-slider__text{font-size:1.125rem}}.newsroom-slider__grid{width:100%;display:grid;grid-template-columns:30% 65%;gap:5%}@media only screen and (max-width: 768px){.newsroom-slider__grid{grid-template-columns:100%;gap:2rem}}.newsroom-slider__meta{margin-top:auto}@media only screen and (max-width: 768px){.newsroom-slider__meta{grid-row:2}}.newsroom-slider__meta span{color:#646464;display:inline-flex;margin-bottom:1rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}.newsroom-slider__post-title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.newsroom-slider__post-title{font-size:1.125rem}}.newsroom-slider__post-excerpt{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem}@media only screen and (max-width: 768px){.newsroom-slider__post-excerpt{margin-bottom:1rem}}.newsroom-slider__button{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.newsroom-slider__button{width:100%;justify-content:space-between;font-size:1rem}}.newsroom-slider__button:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.newsroom-slider__button:hover:after{transform:rotate(360deg)}.newsroom-slider__wrapper{margin-right:calc(-50vw + 77%)!important}@media only screen and (max-width: 768px){.newsroom-slider__wrapper{margin-right:-1.5rem!important;margin-left:-1.5rem}}.newsroom-slider__slider{width:100%}@media only screen and (max-width: 768px){.newsroom-slider__slider{padding-left:1.5rem!important;padding-right:1.5rem!important}}.newsroom-slider .swiper-slide img{height:24rem;width:100%;border-radius:2.5rem;object-fit:cover;object-position:center center}@media only screen and (max-width: 768px){.newsroom-slider .swiper-slide img{height:12.5rem;border-radius:1.5rem}}.newsroom-slider__nav-wrapper{padding-left:35%;margin-top:2.5rem}@media only screen and (max-width: 768px){.newsroom-slider__nav-wrapper{padding-left:0;grid-row:3;display:flex;flex-direction:row-reverse;margin-top:2rem;align-items:center;justify-content:space-between}}.newsroom-slider__navigation{margin-bottom:2rem}@media only screen and (max-width: 768px){.newsroom-slider__navigation{margin-bottom:0}}.newsroom-slider__navigation .newsroom-slider-button-prev svg{rotate:180deg}.newsroom-slider__navigation button{background:transparent;border:none;cursor:pointer}.newsroom-slider__navigation svg{width:2.625rem;height:2.625rem}.newsroom-slider__navigation .swiper-button-disabled{opacity:.3}.newsroom-slider__link{display:flex;align-items:center;gap:1rem;color:var(--white);font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.125rem;text-decoration:none}.newsroom-slider__link svg{height:1.5rem;transition:.3s ease-in-out}.newsroom-slider__link:hover svg{height:1.6rem}@media only screen and (max-width: 768px){.newsroom-slider__link{display:flex;flex-direction:column;align-items:flex-start}.newsroom-slider__link svg{height:unset;width:7.5rem}}.page-header{padding-top:9rem;padding-bottom:3.75rem}@media only screen and (max-width: 1080px){.page-header{padding-top:4rem}}@media only screen and (max-width: 768px){.page-header{padding-top:2rem;padding-bottom:2rem}}.page-header .container-blog .page-header__content{max-width:unset}.page-header__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media only screen and (max-width: 768px){.page-header__grid{grid-template-columns:1fr;gap:2rem}}.page-header__content{max-width:47.5rem;width:100%}.page-header__date{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1rem;color:var(--gray);font-weight:600}.page-header__title{margin-bottom:.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.page-header__title{font-size:2.25rem;line-height:1.33}}.page-header__text{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.page-header__text{font-size:1.125rem}}.page-header__text a{color:var(--blue);font-weight:700;text-decoration:none}.cta{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.cta{padding-top:2rem;padding-bottom:2rem}}.cta__wrapper{padding:2.5rem 2rem;background-color:var(--blue);text-align:center;border-radius:2.5rem}@media only screen and (max-width: 768px){.cta__wrapper{padding:2rem 1em;border-radius:1.5rem;text-align:left}}.cta__content{max-width:35rem;margin-left:auto;margin-right:auto}.cta__title{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.cta__title{font-size:1.75rem;line-height:1.33}}@media only screen and (max-width: 768px){.cta__title{margin-bottom:1rem}}.cta__text{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.cta__text{font-size:1.125rem}}.cta__button{margin-left:auto;margin-right:auto}.text-block{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.text-block{padding-top:2rem;padding-bottom:2rem}}.text-block__grid{display:flex;gap:2rem;justify-content:space-between}@media only screen and (max-width: 768px){.text-block__grid{flex-direction:column}}.text-block__column{max-width:30rem}.text-block__column h2{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:2.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.text-block__column h2{font-size:1.75rem}}@media only screen and (max-width: 768px){.text-block__column h2{margin-bottom:1rem}}.text-block__column p{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.text-block__column p{font-size:1.125rem}}.team-slider{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.team-slider{padding-top:2rem;padding-bottom:2rem}}.team-slider__content{max-width:37rem;margin-bottom:2.5rem}@media only screen and (max-width: 768px){.team-slider__content{margin-bottom:1.5rem}}.team-slider__title{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.team-slider__title{font-size:1.75rem;line-height:1.33}}@media only screen and (max-width: 768px){.team-slider__title{margin-bottom:1rem}}.team-slider__text{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.team-slider__text{font-size:1.125rem}}.team-slider__grid{display:grid;grid-template-columns:30% 65%;gap:5%}@media only screen and (max-width: 768px){.team-slider__grid{grid-template-columns:100%;gap:1.5rem}}.team-slider__quote{margin-top:auto;margin-bottom:auto;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.team-slider__quote{font-size:1.125rem}}@media only screen and (max-width: 768px){.team-slider__quote{grid-row:2}}.team-slider__wrapper{margin-right:calc(-50vw + 77%)!important}@media only screen and (max-width: 768px){.team-slider__wrapper{margin-right:-1.5rem!important;margin-left:-1.5rem!important}}.team-slider__slider{width:100%}@media only screen and (max-width: 768px){.team-slider__slider{padding-left:1.5rem!important;padding-right:1.5rem!important}}.team-slider .swiper-slide img{height:24rem;width:100%;border-radius:2.5rem;object-fit:cover;object-position:center center}@media only screen and (max-width: 768px){.team-slider .swiper-slide img{height:12.5rem;border-radius:1.5rem}}.team-slider__navigation{margin-left:35%;margin-top:2.5rem}@media only screen and (max-width: 768px){.team-slider__navigation{display:flex;justify-content:flex-end;margin-left:auto;margin-top:1.5rem}}.team-slider__navigation .team-slider-button-prev svg{rotate:180deg}.team-slider__navigation button{background:transparent;border:none}.team-slider__navigation svg{width:2.625rem;height:2.625rem}.team-slider__navigation .swiper-button-disabled{opacity:.3}.image-block{padding-top:2.5rem;padding-bottom:2.5rem}@media only screen and (max-width: 768px){.image-block{padding-top:2rem;padding-bottom:2rem}}.image-block__image{height:25rem}@media only screen and (max-width: 768px){.image-block__image{height:15rem}}.image-block__image img{height:100%;width:100%;object-fit:cover;object-position:center center;border-radius:3.75rem}.relevant-post{padding-top:2.5rem;padding-bottom:5rem}@media only screen and (max-width: 768px){.relevant-post{padding-top:2rem;padding-bottom:2rem}}.relevant-post .container{padding-top:5rem;border-top:1px solid #fff}@media only screen and (max-width: 768px){.relevant-post .container{padding-top:0;border:none}}.relevant-post__title{margin-bottom:3.75rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.relevant-post__title{font-size:1.75rem;line-height:1.33}}@media only screen and (max-width: 768px){.relevant-post__title{margin-bottom:2.5rem}}.relevant-post .post{display:grid;grid-template-columns:repeat(2,1fr);gap:3.75rem;align-items:center}@media only screen and (max-width: 768px){.relevant-post .post{grid-template-columns:1fr;gap:1.5rem}}.relevant-post .post img{width:100%;height:100%;object-fit:cover;object-position:center center}.relevant-post .post__date{display:block;margin-bottom:1rem;font-size:1.25rem;color:#646464;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (max-width: 768px){.relevant-post .post__date{margin-bottom:.5rem}}.relevant-post .post__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.relevant-post .post__title{font-size:1.125rem}}@media only screen and (max-width: 768px){.relevant-post .post__title{margin-bottom:.5rem}}.relevant-post .post__text{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.relevant-post .post__text{font-size:1.125rem}}.relevant-post .post__button{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.relevant-post .post__button{width:100%;justify-content:space-between;font-size:1rem}}.relevant-post .post__button:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.relevant-post .post__button:hover:after{transform:rotate(360deg)}.post-overview{padding-top:9rem;padding-bottom:9rem}@media only screen and (max-width: 1080px){.post-overview{padding-top:4rem;padding-bottom:4rem}}@media only screen and (max-width: 768px){.post-overview{padding-top:2rem;padding-bottom:2rem}}.post-overview__heading{max-width:35.5rem}.post-overview__title{margin-bottom:.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.post-overview__title{font-size:2.25rem;line-height:1.33}}.post-overview__text{margin-bottom:2.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.post-overview__text{font-size:1.125rem}}.post-overview__filters{display:flex;gap:1rem;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.post-overview__filters::-webkit-scrollbar{display:none}@media only screen and (max-width: 768px){.post-overview__filters{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.post-overview__filters button.filter-button{cursor:pointer;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;height:2.5625rem;padding:0rem 1rem;color:var(--white);font-size:1rem;background:transparent;border-radius:1.875rem;border:2px solid var(--blue)}.post-overview__filters button.filter-button.active{background-color:var(--blue)}.post-overview__grid{margin-top:2.5rem;display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width: 768px){.post-overview__grid{gap:2rem}}.post-overview__item{display:grid;grid-template-columns:repeat(2,1fr);gap:3.75rem;align-items:center}@media only screen and (max-width: 768px){.post-overview__item{grid-template-columns:1fr;gap:1.5rem}}.post-overview__item a{color:var(--white);text-decoration:none}.post-overview__thumbnail{height:24.5rem;width:100%}@media only screen and (max-width: 768px){.post-overview__thumbnail{height:15rem}}.post-overview__thumbnail img{height:100%;width:100%;object-fit:cover;object-position:center center;border-radius:3.75rem}@media only screen and (max-width: 768px){.post-overview__thumbnail img{border-radius:1.5rem}}.post-overview__date{display:block;margin-bottom:1rem;font-size:1.25rem;color:#646464;font-family:Poppins,sans-serif;font-weight:700}@media only screen and (max-width: 768px){.post-overview__date{margin-bottom:.5rem}}.post-overview__item-title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.post-overview__item-title{font-size:1.125rem}}@media only screen and (max-width: 768px){.post-overview__item-title{margin-bottom:.5rem}}.post-overview__excerpt{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.post-overview__excerpt{font-size:1.125rem}}.post-overview__read-more{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;font-weight:500;font-size:1.125rem;background-color:var(--blue);display:flex;gap:1.5rem;align-items:center;padding:.5rem .5rem .5rem 1.5rem;border-radius:1.875rem;border:0;color:var(--white);text-decoration:none;width:fit-content}@media only screen and (max-width: 768px){.post-overview__read-more{width:100%;justify-content:space-between;font-size:1rem}}.post-overview__read-more:after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 41 40"><path d="M20.518.022C9.477.022.5 8.958.5 20c0 11.042 8.953 19.978 20.018 19.978 11.064 0 20.017-8.936 20.017-19.978C40.535 8.958 31.582.022 20.518.022Zm10.345 21.297L15.647 30.07c-1.137.671-2.575-.162-2.575-1.482v-17.2c0-1.32 1.415-2.13 2.552-1.504l15.216 8.45a1.708 1.708 0 0 1 0 2.986h.023Z" fill="%23000"/></svg>');background-repeat:no-repeat;width:2.5rem;height:2.5rem;transition-duration:.4s}.post-overview__read-more:hover:after{transform:rotate(360deg)}.blog-text{padding-top:3rem;padding-bottom:3rem}@media only screen and (max-width: 768px){.blog-text{padding-top:2rem;padding-bottom:2rem}}.blog-text__content h2{margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:2.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.blog-text__content h2{font-size:1.75rem}}@media only screen and (max-width: 768px){.blog-text__content h2{margin-bottom:1rem}}.blog-text__content h3{margin-top:1.5rem;margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.blog-text__content h3{font-size:1.125rem}}@media only screen and (max-width: 768px){.blog-text__content h3{margin-bottom:1rem}}.blog-text__content p{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.blog-text__content p{font-size:1.125rem}}.blog-text__content a{color:var(--blue);font-weight:700;text-decoration:none}.blog-text__content ul{list-style:disc}.blog-text__content ul li{margin-bottom:.25rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.blog-text__content ul li{font-size:1.125rem}}.blog-text__content ol{list-style:decimal}.blog-text__content ol li{margin-bottom:.25rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.blog-text__content ol li{font-size:1.125rem}}.vacancies{padding-top:9rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.vacancies{padding-top:4rem}}@media only screen and (max-width: 768px){.vacancies{padding-top:2rem;padding-bottom:2rem}}.vacancies__title{margin-bottom:3.75rem;font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;line-height:1.3}@media only screen and (max-width: 1080px){.vacancies__title{font-size:2.25rem;line-height:1.33}}@media only screen and (max-width: 768px){.vacancies__title{margin-bottom:2.5rem}}.vacancies img{width:100%;height:28rem;border-radius:3.75rem;object-fit:cover;object-position:center center;margin-bottom:5rem}@media only screen and (max-width: 768px){.vacancies img{height:12rem;margin-bottom:2rem;border-radius:1.5rem}}.vacancies__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media only screen and (max-width: 768px){.vacancies__grid{grid-template-columns:1fr;gap:1rem}}.vacancies .vacancy{padding:2rem;background-color:var(--dark);border-radius:3.75rem}@media only screen and (max-width: 768px){.vacancies .vacancy{padding:1.5rem;border-radius:1.5rem}}.vacancies .vacancy__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 1080px){.vacancies .vacancy__title{font-size:1.125rem}}.vacancies .vacancy__type{margin-bottom:.5rem;display:flex;align-items:center;gap:1rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancies .vacancy__type{font-size:1.125rem}}.vacancies .vacancy__type svg{width:2.25rem;height:2.75rem}.vacancies .vacancy__location{margin-bottom:1.5rem;display:flex;align-items:center;padding-right:3rem;gap:1rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.vacancies .vacancy__location{font-size:1.125rem}}.vacancies .vacancy__location svg{width:2.25rem;height:2.75rem}.vacancies .vacancy__button{width:100%;height:3.5rem}.vacancies .vacancy__button:after{display:none}.testimonials{padding-top:4.5rem;padding-bottom:4.5rem}@media only screen and (max-width: 768px){.testimonials{padding-top:2rem;padding-bottom:2rem}}.testimonials__content{max-width:36rem;margin-left:auto;margin-right:auto;text-align:center}@media only screen and (max-width: 768px){.testimonials__content{text-align:left;margin-left:unset}}.testimonials__title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:3rem;line-height:1.4}@media only screen and (max-width: 1080px){.testimonials__title{font-size:1.75rem;line-height:1.33}}.testimonials__text{margin-bottom:5rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal;font-size:1.25rem}@media only screen and (max-width: 1080px){.testimonials__text{font-size:1.125rem}}@media only screen and (max-width: 768px){.testimonials__text{margin-bottom:3rem}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media only screen and (max-width: 768px){.testimonials__grid{grid-template-columns:1fr}}.testimonials .testimonial{background-color:var(--dark);padding:2rem;border-radius:1.375rem;display:flex;flex-direction:column}.testimonials .testimonial img{width:7rem;height:auto;margin-bottom:1rem}.testimonials .testimonial p{margin-bottom:2rem;font-size:.875rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal}.testimonials .testimonial h3{margin-top:auto;font-size:1rem;font-family:Poppins,sans-serif;font-weight:700}.video-block{padding-top:2.5rem;padding-bottom:2.5rem}@media only screen and (max-width: 768px){.video-block{padding-top:2rem;padding-bottom:2rem}}.video-block .container{display:flex}.video-block video{max-width:50rem;width:100%;height:auto;margin-left:auto;margin-right:auto;border-radius:2.5rem}@media only screen and (max-width: 768px){.video-block video{border-radius:1.5rem}}:root{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:normal}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
