.header{width:100%;background:#000;color:#fff;height:75px;display:flex;position:relative;font-weight:700;align-items:center}.header span{font-family:Roboto,sans-serif}.header .loading-dots>div{width:8px;height:8px;margin:3px}.header ul{list-style:none}@media only screen and (max-width:767px){.header{height:auto;padding:10px 0}}.header>.container{width:100%}@media only screen and (max-width:991px){.header>.container{display:none}}.header__inner-container{display:flex;align-items:center;justify-content:space-between}.header .inner-list.desktop{position:absolute;top:135%;left:-37%;min-width:180px;border-radius:6px;display:flex;z-index:-2;flex-direction:column;text-align:center;padding:15px 25px;opacity:0;row-gap:10px;transition:all .3s;background:#000}.header .inner-list.desktop a,.header .inner-list.desktop span{font-size:1rem;color:#fff;transition:all .25s}.header .inner-list.desktop a:hover,.header .inner-list.desktop span:hover{color:#fed900}.header__logo{transform:translateY(3px)}.header__lang-dropdown>span{text-transform:uppercase}.header__lang-dropdown>.inner-list.desktop{min-width:100px;left:-22%}.header__lang-flag{margin-right:6px;border-radius:50%;height:18px;border:1.5px solid rgba(255,255,255,.75)}.header__nav{display:flex;align-items:center}.header__nav>ul{display:flex}.header__nav>ul li{margin:0 20px;position:relative;display:flex;align-items:center}.header__nav>ul li:hover>a{color:#fed900}.header__nav>ul li:hover>.arrow-dropdown{border-top:9px solid #fed900}.header__nav>ul li:hover>.inner-list{opacity:1;z-index:5}.header__nav>ul li a,.header__nav>ul li span{color:#fff;transition:all .25s;font-size:1.2rem}.header__nav>ul li.header__sign-up{border:1px solid #fff;border-radius:6px;padding:.6rem 1.5rem}.header__nav>ul li.header__sign-up:hover{border:1px solid #fed900}.header__nav__search-input{position:relative}.header__nav__search-input .search-jobs-input{width:100%}.header__nav__search-dropdown{position:absolute;top:100%;width:110%;overflow:auto;left:-.8rem;z-index:2;padding-left:25px;padding-right:25px;padding-block:0;max-height:0;border-radius:6px;background-color:#000;transition:all .1s}.header__nav__search-dropdown.opened{padding:30px 25px;max-height:300px!important}.header__nav__search-dropdown>ul{display:flex;flex-direction:column;row-gap:10px}.header__nav__search-dropdown>ul a{font-size:1rem;color:#fff;transition:all .25s}.header__nav__search-dropdown>ul a:hover{color:#fed900}.header__nav__search-icons{margin:0 20px}.header__nav__search-icons i{font-size:1.2rem;cursor:pointer;transition:all .25s}.header__nav__search-icons i:hover{color:#fed900}.header__nav__search-icons i.fa.fa-close{font-size:1.75rem;margin-left:20px}.header__mobile{width:100%;background-color:#000;min-height:40px;display:flex;align-items:center}@media only screen and (min-width:992px){.header__mobile{display:none}}.header__mobile .loading-dots{margin-top:2.15rem}.header__mobile>.container{width:100%}.header__mobile div.hamburger-menu{cursor:pointer;width:25px;height:25px;position:relative}.header__mobile div.hamburger-menu__icon-1,.header__mobile div.hamburger-menu__icon-1::after,.header__mobile div.hamburger-menu__icon-1::before{display:block;content:'';width:100%;height:3.4px;transition:all .25s ease-in-out;border-radius:6px;background-color:#fff;box-shadow:0 0 5px rgba(255,255,255,.4);position:absolute}.header__mobile div.hamburger-menu__icon-1{top:50%;transform:translateY(-50%)}.header__mobile div.hamburger-menu__icon-1::before{top:-7px}.header__mobile div.hamburger-menu__icon-1::after{top:7px}.header__mobile .inner-list{display:flex;flex-direction:column;padding:0 15px;opacity:0;visibility:hidden;max-height:0;transition:all .35s;flex:0 0 100%}.header__mobile .inner-list.opened{visibility:visible;padding:15px 15px 0}.header__mobile .inner-list>a{font-size:.97rem}.header__mobile .inner-list>a:hover{color:#fed900}.header__mobile .inner-list>a:not(:last-of-type){margin-bottom:15px}.header__mobile__right-side{display:flex;align-items:center;-moz-column-gap:2rem;column-gap:2rem}.header__mobile__search-icons i{font-size:1.9rem;cursor:pointer}.header__mobile__search-icons i.fa.fa-close{font-size:2.7rem}.header__mobile__search-input{position:absolute;width:100%;top:100%;left:0;max-height:0;padding:0 2rem;transition:all .25s;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.25)}.header__mobile__search-input input{max-height:0}.header__mobile__search-input.opened{padding:1rem 2rem;transition:all .3s}.header__mobile__search-input.opened input{opacity:1;visibility:visible;max-height:100px}.header__mobile__search-input input{border:1px solid rgba(51,51,51,.25);visibility:hidden;opacity:0;transition:all .3s;width:100%}.header__mobile__inner-container{width:100%;display:flex;align-items:center;justify-content:space-between}.header__mobile__nav{height:100vh;position:absolute;top:0;left:35%;background-color:#34b9b9;transition:all .2s linear;padding:3rem 0 3rem 2rem;display:flex;flex-direction:column;padding-block:3rem;row-gap:3rem;width:65vw;z-index:10;opacity:0;visibility:hidden}.header__mobile__nav.opened{visibility:visible;opacity:1;max-height:100vh!important}.header__mobile__nav.opened i.fa-close{opacity:1}.header__mobile__nav i.fa-close{cursor:pointer;color:#fff;align-self:flex-end;font-size:2.3rem;opacity:0;transition:all .2s;margin-right:8%}.header__mobile__nav__search-dropdown{width:100%;background-color:#fff;max-height:0;transition:all .2s linear}.header__mobile__nav__search-dropdown ul{margin-block:0;opacity:0;visibility:hidden;display:flex;flex-direction:column;row-gap:1.2rem}.header__mobile__nav__search-dropdown ul a{font-size:1rem}.header__mobile__nav__search-dropdown ul a:hover{color:#fed900}.header__mobile__nav__search-dropdown ul span{color:#000;font-size:1rem}.header__mobile__nav__search-dropdown.opened{border-top:1px solid rgba(0,0,0,.2);margin:2rem auto 0 auto;overflow:auto;min-height:12vh;max-height:40vh!important}.header__mobile__nav__search-dropdown.opened ul{opacity:1;visibility:visible;margin-top:2rem;margin-bottom:1.5rem}.header__mobile__nav>ul{list-style:none;display:flex;flex-direction:column;row-gap:1.5rem}.header__mobile__nav>ul li{position:relative;display:flex;align-items:center;-moz-column-gap:.7rem;column-gap:.7rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.5)}.header__mobile__nav>ul li.with-submenu{cursor:pointer}.header__mobile__nav>ul li i{color:#fff;width:22px;font-size:1.2rem}.header__mobile__nav>ul li a,.header__mobile__nav>ul li span{color:#fff;font-weight:700;transition:all .25s;font-size:1.1rem}.header__mobile__nav>ul li a:hover,.header__mobile__nav>ul li span:hover{color:#fed900}.header__mobile__lang-dropdown{position:relative;text-transform:uppercase}.header__mobile__lang-dropdown>span{font-size:1.1rem}.header__mobile__lang-dropdown .arrow-dropdown{background-color:transparent;margin-top:2px}.header__mobile__lang-dropdown>.inner-list{color:#fff;position:absolute;top:180%;opacity:0;max-height:0;display:flex;flex-direction:column;row-gap:.75rem;margin-top:.35rem}.header__mobile__lang-dropdown>.inner-list>a{color:#fff}.header__mobile__lang-dropdown__lang-flag{margin-right:6px;border:1.5px solid rgba(255,255,255,.75)}.team-hero__all-content{display:flex;flex-direction:column;position:relative}@media only screen and (min-width:992px){.team-hero__all-content{height:100vh}}.team-hero__image{display:none}@media only screen and (min-width:992px){.team-hero__image{position:absolute;top:0;display:block;width:100%;height:100%}}.team-hero__content{display:flex;flex-direction:column;row-gap:1rem;padding:1.8rem 15px;background-color:#fff}@media only screen and (min-width:992px){.team-hero__content{position:absolute;top:15%;left:50%;transform:translateX(-50%);z-index:3;max-width:1140px;width:70%;padding:4rem}}@media only screen and (min-width:1500px){.team-hero__content{bottom:15%;display:flex;justify-content:center}}.team-hero__cols{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:2;grid-gap:.6rem}@media only screen and (min-width:768px){.team-hero__cols{grid-gap:1.3rem}}.team-hero__col{background-color:#f6f6f6;border-radius:1rem;display:flex;padding:.6rem 1rem;align-items:center;-moz-column-gap:.8rem;column-gap:.8rem}@media only screen and (min-width:768px){.team-hero__col{padding:.7rem 1.8rem}}.team-hero__col *{color:#34b9b9;font-weight:700}.team-hero__col>i{font-size:2rem}.team-hero__col>.text{display:flex;flex-direction:column}.team-hero__col>.text span.number{font-size:1.3rem}@media only screen and (min-width:768px){.team-hero__col>.text span.number{font-size:1.4rem}}@media only screen and (min-width:768px){.team-hero__col>.text p{font-size:1rem;line-height:20px}}.overlay-card{position:relative;height:275px;border-radius:0 0 6px;box-shadow:0 0 4px rgba(0,0,0,.2)}@media (hover:hover){.overlay-card__quote{position:absolute;z-index:2;top:0;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;height:0;padding:0 15px;transition:height .35s ease-out;background-color:rgba(52,185,185,.8)}.overlay-card__quote>p{text-transform:uppercase;color:#fff;font-weight:700;opacity:0;transition:all .25s}.overlay-card:hover .overlay-card__quote{height:100%}.overlay-card:hover .overlay-card__quote>p{opacity:1}}.overlay-card__image{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;bottom:0;height:100%;border-radius:6px 6px 0 0}.overlay-card__content{position:absolute;top:88%;left:50%;transform:translateX(-50%);z-index:3;border-radius:6px;display:flex;width:80%;flex-direction:column;align-items:center;row-gap:7px;padding:.85rem 2rem;background-color:#fff;text-align:center}.overlay-card__name{color:#34b9b9;font-weight:700}.overlay-card__role{font-size:.9rem}.overlay-card__linkedin{height:30px;border-radius:6px;background-color:#000}.team-list{padding-block:1.8rem;padding-bottom:8.5rem}@media only screen and (min-width:576px){.team-list{padding-block:4.5rem}}.team-list .working-area-block:not(:last-of-type){margin-bottom:9.75rem}@media only screen and (min-width:576px){.team-list .working-area-block:not(:last-of-type){margin-bottom:11rem}}.team-list .working-area-block__title{margin-bottom:1.8rem;text-align:left}@media only screen and (min-width:576px){.team-list .working-area-block__title{text-align:left}}.yellow-banner-alt{background:#fed900;padding-block:4.5rem}.yellow-banner-alt>.container{align-items:flex-start}@media only screen and (max-width:575px){.yellow-banner-alt{padding-block:1.8rem}}.yellow-banner-alt h2,.yellow-banner-alt p{margin-bottom:3rem}@media only screen and (max-width:575px){.yellow-banner-alt h2,.yellow-banner-alt p{margin-bottom:1.8rem}}@media only screen and (min-width:992px){.yellow-banner-alt p{width:70%}}.footer{background-color:#000;padding-top:70px;padding-bottom:40px;color:#fff}@media only screen and (max-width:575px){.footer{padding-top:40px;padding-bottom:25px}}.footer *{font-size:.85rem}.footer>.container{display:grid;grid-template-columns:1.5fr 1fr 1fr;justify-items:center}@media only screen and (max-width:575px){.footer>.container{display:flex;flex-direction:column;align-items:center}}.footer__left,.footer__right{display:flex;flex-direction:column}@media only screen and (max-width:575px){.footer__left{margin-bottom:25px}}.footer__center{align-self:center}@media only screen and (max-width:575px){.footer__center{margin-bottom:15px}}.footer__center .app-images{display:flex}@media only screen and (min-width:768px){.footer__right{margin-left:auto}}@media only screen and (max-width:767px){.footer__menu{width:75%}}@media only screen and (max-width:575px){.footer__menu{margin-bottom:5px;width:100%}}.footer__menu ul{display:grid;list-style:none;grid-template-columns:repeat(3,1fr);text-align:left;justify-items:start}@media only screen and (max-width:575px){.footer__menu ul{grid-template-columns:repeat(2,1fr);-moz-column-gap:10px;column-gap:10px}}.footer__menu li{transition:all .25s;margin-bottom:7px}.footer__menu li:hover{transform:scale(1.04)}.footer__menu a{font-family:Roboto,sans-serif;font-weight:500;color:#fff;text-transform:uppercase}.footer__follow-us{display:flex;align-items:center;justify-content:flex-end}.footer__follow-us>span{margin-bottom:4px}