.roundButtonWrapper{display:inline-flex}.roundButtonWrapper,.roundButtonWrapper--btn{cursor:pointer;align-items:center;justify-content:center}.roundButtonWrapper--btn{width:24px;height:24px;background:#fff;position:relative;display:flex;overflow:hidden;z-index:0;border:0}.roundButtonWrapper--btn>img{width:80%;transition:transform .2s var(--material-cubic-bezier)}.roundButtonWrapper--text{color:#716f77;font-size:16px;margin-left:20px}.roundButtonWrapper:hover>button img{transform:translateX(-5px)}.buttonWrapper{cursor:pointer;display:flex;align-items:center;background:transparent;outline:none;color:#000;font-size:16px;position:relative;overflow:hidden;z-index:0;text-decoration:none;padding:12px 40px;border:1px solid #000;border-radius:40px}@media screen and (max-width:768px){.buttonWrapper{padding:12px 20px}}.buttonWrapper.dark{color:#fff;border:1px solid #fff}.buttonWrapper[disabled]{pointer-events:none;opacity:.5}.buttonWrapper:hover>svg{transform:translateX(5px)}.buttonWrapper>svg{width:24px;height:24px;margin-left:5px;transition:all .2s var(--material-cubic-bezier)}.careerDetailsWrapper{padding:130px 0 150px}.careerDetailsWrapper__content{display:flex;align-items:flex-start}@media screen and (max-width:768px){.careerDetailsWrapper__content{flex-direction:column}}.careerDetailsWrapper__action{display:flex;align-items:center;margin-bottom:50px}.careerDetailsWrapper__text{width:60%;padding-right:150px}@media screen and (max-width:768px){.careerDetailsWrapper__text{width:100%;padding-right:0;margin-bottom:40px}}.careerDetailsWrapper__text--jobtype{font-size:16px;text-transform:uppercase}.careerDetailsWrapper__text--title{font-size:45px;font-weight:900;line-height:1.3;margin:0 0 20px;color:var(--ascent-color)}.careerDetailsWrapper__text--hug{display:flex;align-items:center;margin-bottom:40px}.careerDetailsWrapper__text--hug>span{display:flex;align-items:center}.careerDetailsWrapper__text--hug>span:not(:last-child){margin-right:40px}.careerDetailsWrapper__text--hug>span>img{margin-right:10px}.careerDetailsWrapper__text--richtext{margin-bottom:20px}.careerDetailsWrapper__text--richtext h2{font-size:20px}.careerDetailsWrapper__text--richtext p{opacity:.7;line-height:1.5}.careerDetailsWrapper__text--richtext ul li{opacity:.7;line-height:1.5;margin-bottom:20px}.careerDetailsWrapper__text--skills{display:flex;align-items:center}.careerDetailsWrapper__text--skills>span{margin-right:10px;padding:8px 16px;background-color:#f7f9f8}.careerDetailsWrapper__form{width:40%;box-shadow:0 3px 10px rgba(226,234,248,.698);border-radius:20px;padding:40px 60px;position:-webkit-sticky;position:sticky;top:100px}@media screen and (max-width:768px){.careerDetailsWrapper__form{width:100%;padding:20px}}.formRow{display:flex;gap:16px}@media screen and (max-width:480px){.formRow{flex-flow:row wrap;gap:0}}.formRow>div{flex:1 1 50%}@media screen and (max-width:480px){.formRow>div{flex:1 1 100%}}.formField{border-bottom:2px solid #e3e3e3;margin-top:30px;margin-bottom:40px;position:relative;min-height:40px}.formField.required>label:after{content:"*";color:#cc3131}.formField.message{min-height:200px}.formField.message>textarea{resize:none}.formField.file{border:1px dashed #cedae3}.formField.file:hover{border-color:var(--ascent-color)}.formField.select{font-family:inherit}.formField.select:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:20px;width:24px;height:24px;background:url(/images/ic-caret.svg) 50%/contain no-repeat}.formField:focus-within{border-color:var(--ascent-color)}.formField>label{position:absolute;pointer-events:none;left:0;height:20px;top:-30px;color:#161735;font-size:16px;transform-origin:left;transition:all .2s var(--material-cubic-bezier)}.formField>input,.formField>select,.formField>textarea{color:var(--primary-color);height:100%;width:100%;position:absolute;inset:0;background:transparent;outline:none;border:0;font-size:16px;font-family:Satoshi,sans-serif;-webkit-appearance:none}.formField>textarea{padding-top:14px}.checkboxWrapper{display:flex;align-items:flex-start;line-height:1.5;margin-bottom:20px}.checkboxWrapper a{color:#2b79a2}.checkboxWrapper--checkbox{display:inline-block;position:relative;width:20px;height:20px;line-height:20px;flex:0 0 20px;margin-top:2px;margin-right:8px;cursor:pointer}.checkboxWrapper--checkbox>input{opacity:0;position:absolute;inset:0;padding:0;margin:0}.checkboxWrapper--checkbox>input:checked+label img{opacity:1}.checkboxWrapper--checkbox>label{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;border:1px solid #c5ced7;border-radius:4px;width:20px;height:20px;line-height:20px}.checkboxWrapper--checkbox>label img{width:100%;height:100%;opacity:0}.checkboxWrapper--text strong{color:#cc3131}.careerFormWrapper{padding:40px 0}.careerFormWrapper--disclaimer a{color:var(--ascent-color)}.careerFormWrapper--fileUploader{opacity:0}.careerFormWrapper--fileUploaderLabel{height:75px;display:flex;align-items:center;justify-content:center}.careerFormWrapper--fileUploaderLabel>img{height:24px;width:24px;margin-right:15px}.careerFormWrapper--fileUploaderLabel>span{font-size:14px}.careerFormWrapper--fileUploaderLabel--file{font-weight:700}.contactFormWrapper{padding:150px 0 80px;background-color:#f7f9f8}.contactFormWrapper__content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:768px){.contactFormWrapper__content{grid-template-columns:1fr}}.contactFormWrapper__content__text--subtitle{display:inline-flex;font-size:16px;font-weight:700;color:#1a1a2f;background-color:#e1fadc;padding:4px 8px;border-radius:8px;margin-bottom:10px}@media screen and (max-width:768px){.contactFormWrapper__content__text--subtitle{font-size:12px}}.contactFormWrapper__content__text--subheading{color:#161735;font-size:16px}.contactFormWrapper__content__text--contactInfo{color:#686a7f}.contactFormWrapper__content__text--contactInfo a{color:#2b79a2}.contactFormWrapper__content__text h1{display:block;font-size:55px;font-weight:400;line-height:1.3;margin-top:0;margin-bottom:40px;position:relative;color:#161735}@media screen and (max-width:768px){.contactFormWrapper__content__text h1{font-size:32px;width:100%;line-height:1.5}}.contactFormWrapper__content__text h1>span{color:var(--ascent-color)}.contactFormWrapper__content__text p{font-size:16px;line-height:2;color:#716f77;margin-bottom:40px}@media screen and (max-width:768px){.contactFormWrapper__content__text p{font-size:14px}}.contactFormWrapper__content__text--row{display:flex;align-items:center;margin-bottom:20px}.contactFormWrapper__content__text--row>img{margin-right:40px}.contactFormWrapper__content__text--row--text strong{display:block;font-size:20px;font-weight:700;color:var(--primary-color)}.contactFormWrapper__content__text--row--text p{margin:0;font-size:20px;color:#737887}.contactFormWrapper__content__form--cta{color:#fff;background-color:#263877}.scrollTop{position:fixed;bottom:20px;right:20px;opacity:0;transform:translateY(100%);transition:all .2s var(--material-cubic-bezier)}.scrollTop.show{opacity:1;transform:translateY(0)}.scrollTopBtn:hover>button img{transform:translateX(0) translateY(-4px)!important}.scrollTopBtn button{width:40px;height:40px;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.whatsappFab{cursor:pointer;position:fixed;bottom:80px;right:-5px;writing-mode:tb;padding:12px 6px 12px 11px;background-color:var(--ascent-color);color:#fff;border-radius:0 12px 12px 0;transform:rotate(180deg);display:flex;align-items:center;transition:transform .2s var(--material-cubic-bezier)}.whatsappFab>img{width:20px;height:20px;margin-bottom:8px;transform:scaleY(-1)}.whatsappFab:hover{transform:rotate(180deg) translateX(5px)}.footerWrapper{background:#f2f2f5;padding-top:20px}@media screen and (max-width:480px){.footerWrapper{padding:40px 0 0}}.footerWrapper .footerWrapper__content{display:flex;align-items:flex-end;justify-content:space-between;padding:25px 0}@media screen and (max-width:768px){.footerWrapper .footerWrapper__content{flex-direction:column;padding:25px 20px}}.footerWrapper .footerWrapper__content:not(:last-child){border-bottom:1px solid rgba(0,0,0,.5)}.footerWrapper .footerWrapper__disclaimer{padding-top:20px;color:#99989e;font-size:14px}.footerWrapper .footerWrapper__row{display:flex;align-items:flex-start;justify-content:space-between;gap:70px;width:100%}@media screen and (max-width:768px){.footerWrapper .footerWrapper__row{margin-left:0;width:100%;gap:20px;flex-flow:row wrap}}.footerWrapper .footerWrapper__row.center{align-items:center}.footerWrapper .footerWrapper__col{color:#918f8f}@media screen and (max-width:768px){.footerWrapper .footerWrapper__col:not(:last-child){margin-bottom:40px}}.footerWrapper .footerWrapper__col__social{display:flex;align-items:center;gap:10px}@media screen and (max-width:768px){.footerWrapper .footerWrapper__col.logo{width:100%}}.footerWrapper .footerWrapper__col.logo>img{width:245px;height:auto;margin-bottom:15px}@media screen and (max-width:768px){.footerWrapper .footerWrapper__col.logo>img{margin-bottom:20px}}.footerWrapper .footerWrapper--descriptionText{font-size:16px;color:var(--primary-color);display:flex;align-items:center;margin:0}@media screen and (max-width:768px){.footerWrapper .footerWrapper--descriptionText{font-size:14px}}.footerWrapper .footerWrapper--descriptionText:not(:last-child){margin-bottom:15px}.footerWrapper .footerWrapper--descriptionText a{color:var(--primary-color)}.footerWrapper .footerWrapper--descriptionText.address{white-space:pre}.footerWrapper .footerWrapper--descriptionText>span{display:flex;align-items:center}.footerWrapper .footerWrapper--descriptionText>span:not(:last-child){margin-right:12px}.footerWrapper .footerWrapper--descriptionText>span>img{margin-right:10px}.footerWrapper .footerWrapper--title{font-size:18px;font-weight:500;color:var(--ascent-color);margin-bottom:15px;display:flex;align-items:center;height:30px}.footerWrapper .footerWrapper--nav{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:768px){.footerWrapper .footerWrapper--nav{flex-direction:column;align-items:flex-start}}.footerWrapper .footerWrapper--nav.row{flex-direction:row}@media screen and (max-width:768px){.footerWrapper .footerWrapper--nav.row{flex-direction:column}}.footerWrapper .footerWrapper--nav>a{color:var(--primary-color);text-decoration:none;font-size:16px;display:flex}@media screen and (max-width:768px){.footerWrapper .footerWrapper--nav>a{font-size:14px}}.footerWrapper .footerWrapper--addressItem{display:flex;align-items:center}.footerWrapper .footerWrapper--addressItem img{width:24px}.footerWrapper .footerWrapper--addressItem p{margin-left:20px;color:#c2c1c5;font-size:16px}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateX(0);opacity:1}}.heroWrapper{display:flex;align-items:flex-start;justify-content:center;min-height:600px;height:auto;position:relative;flex-direction:column;padding:150px 0 120px;overflow-x:clip}@media screen and (max-width:768px){.heroWrapper{height:auto;min-height:auto;padding:100px 0 80px}}.heroWrapper.full{height:100svh;padding:0}@media screen and (max-width:768px){.heroWrapper.full{height:auto}}.heroWrapper--hero{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;right:0;top:0;bottom:0;opacity:0;animation:fadeInTop .6s .2s var(--material-cubic-bezier) forwards}@media screen and (max-width:768px){.heroWrapper--hero{object-position:center;object-fit:cover;height:100%;width:100%;min-width:100%;top:auto}}.heroWrapper__content{color:var(--primary-color);position:relative;display:flex;align-items:center}@media screen and (max-width:768px){.heroWrapper__content{flex-direction:column}.heroWrapper__content--text{width:100%}}.heroWrapper__content--text.half{width:50%}@media screen and (max-width:768px){.heroWrapper__content--text.half{width:100%}}.heroWrapper__content--text.center{width:100%;text-align:center}.heroWrapper__content--text.center .heroWrapper__content--text--title{width:100%}.heroWrapper__content--text.center .heroWrapper__content--text--title span{display:block}.heroWrapper__content--text.center p{margin:20px auto 40px}.heroWrapper__content--text.center a{display:inline-flex}.heroWrapper__content--text--subtitle{display:inline-flex;font-size:16px;font-weight:700;color:#1a1a2f;background-color:#e1fadc;padding:4px 8px;border-radius:8px;margin-bottom:10px}@media screen and (max-width:768px){.heroWrapper__content--text--subtitle{font-size:12px}}@media screen and (max-width:480px){.heroWrapper__content--text--title{width:100%}}.heroWrapper__content--text--description{max-width:700px;line-height:1.8;color:#686a7f}@media screen and (max-width:768px){.heroWrapper__content--text--description{width:60%}}.heroWrapper__content--image{opacity:0;animation:fadeInTop .6s .2s var(--material-cubic-bezier) forwards}@media screen and (max-width:768px){.heroWrapper__content--image,.heroWrapper__content--image>img{width:100%}}.heroWrapper__content--item{position:relative}.heroWrapper__content h1{display:inline;font-size:55px;font-weight:400;line-height:1.3;margin-top:0;margin-bottom:40px;position:relative;color:#161735}@media screen and (max-width:768px){.heroWrapper__content h1{font-size:32px;width:100%;line-height:1.5}}.heroWrapper__content h1 span{display:block;color:#2b79a2;opacity:0;animation:textIn 1s .4s var(--material-cubic-bezier) forwards}.heroWrapper__content p{font-size:16px;margin-bottom:40px}@media screen and (max-width:768px){.heroWrapper__content p{font-size:14px;line-height:1.5}}.heroWrapper__bottomImage img{width:100%;height:auto}.heroWrapper__bleedImage{position:absolute;width:50%;top:0;right:0;bottom:0}@media screen and (max-width:768px){.heroWrapper__bleedImage{position:relative;width:100%}}.heroWrapper__bleedImage>img{width:100%;height:100%;object-fit:cover}.getInTouchWrapper{position:relative;padding:100px 0;background-color:#fff}@media screen and (max-width:768px){.getInTouchWrapper{padding:50px 0}}.getInTouchWrapper>img{position:absolute}.getInTouchWrapper__content{position:relative;color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:70px 80px;border-radius:16px;background:url(/images/get-in-touch.png) 50%/cover no-repeat}@media screen and (max-width:768px){.getInTouchWrapper__content{flex-direction:column;padding:40px 20px}}.getInTouchWrapper__content--title{color:#fff;font-size:48px;text-align:center}@media screen and (max-width:768px){.getInTouchWrapper__content--title{font-size:24px;width:100%;margin:0}}.getInTouchWrapper__content--text{width:50%;text-align:center}@media screen and (max-width:768px){.getInTouchWrapper__content--text{width:100%}}.getInTouchWrapper__content--text p{color:#fff;font-size:18px;line-height:1.8;margin-top:0;margin-bottom:40px;max-width:900px}@media screen and (max-width:768px){.getInTouchWrapper__content--text p{max-width:100%;font-size:14px}}.getInTouchWrapper__content--text a{display:inline-flex}.getInTouchWrapper__content--image{margin-left:auto}@media screen and (max-width:768px){.getInTouchWrapper__content--image{width:80%;margin-right:20px}}.headerBg{position:absolute;top:0;left:0;right:0;opacity:0;height:60px;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;transition:all .2s var(--material-cubic-bezier)}.headerBg.show{opacity:1}.headerWrapper{position:fixed;top:0;left:0;right:0;height:60px;display:flex;align-items:center;z-index:100}@media screen and (max-width:768px){.headerWrapper{height:60px}}.headerWrapper__content{display:flex;align-items:center}.headerWrapper__content--logo{z-index:10;display:inline-flex;align-items:center}.headerWrapper__content--logo>img{height:40px}@media screen and (max-width:768px){.headerWrapper__content--logo>img{height:30px}}.headerWrapper__content__hamburger{position:absolute;right:20px;display:none;align-items:center;justify-content:center;flex-direction:column;width:40px;height:40px;z-index:100}@media screen and (max-width:768px){.headerWrapper__content__hamburger{display:flex}}.headerWrapper__content__hamburger span{width:70%;height:2px;background-color:var(--primary-color);margin:4px 0;transition:all .4s var(--material-cubic-bezier);transform-origin:center}.headerWrapper__content__hamburger>input{width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0;opacity:0}.headerWrapper__content__hamburger:has(:checked) span:first-of-type{transform:rotate(45deg) translateX(8px) translateY(8px)}.headerWrapper__content__hamburger:has(:checked) span:nth-of-type(2){transform:translateX(100%);opacity:0}.headerWrapper__content__hamburger:has(:checked) span:nth-of-type(3){transform:rotate(-45deg) translateX(6px) translateY(-6px)}.headerWrapper__content__hamburger:has(:checked)+nav{opacity:1;visibility:visible}.headerWrapper__content__nav{display:flex;align-items:center;margin-left:auto}@media screen and (max-width:768px){.headerWrapper__content__nav{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;height:100svh;width:100%;opacity:0;visibility:hidden;transition:all .4s var(--material-cubic-bezier)}}.headerWrapper__content__nav--navLink{font-size:18px;text-decoration:none;position:relative;display:inline-flex}.headerWrapper__content__nav--navLink a{color:var(--primary-color)}.headerWrapper__content__nav--navLink a.active{color:var(--ascent-color)}.headerWrapper__content__nav--navLink:before{content:"";position:absolute;bottom:-10px;height:2px;width:100%;background:var(--ascent-color);transform:scaleX(0);opacity:0;transition:all .2s var(--material-cubic-bezier)}.headerWrapper__content__nav--navLink:not(:last-child){margin-right:40px}@media screen and (max-width:768px){.headerWrapper__content__nav--navLink:not(:last-child){margin-right:0;margin-bottom:40px}}.headerWrapper__content__nav--navLink:hover:before{transform:scaleX(1);opacity:1}.headerWrapper__content__nav--navLink:hover .headerWrapper__content__nav__subnav{opacity:1;visibility:visible;transform:translateY(0)}.headerWrapper__content__nav--navLink.active{color:var(--ascent-color)}.headerWrapper__content__nav__subnav{position:absolute;top:45px;display:flex;flex-direction:column;min-width:220px;background-color:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-40px);transition:all .2s var(--material-cubic-bezier)}@media screen and (max-width:768px){.headerWrapper__content__nav__subnav{display:none}}.headerWrapper__content__nav__subnav:before{content:"";position:absolute;top:-15px;left:0;right:0;width:100%;height:20px}.headerWrapper__content__nav__subnav>a{padding:15px;font-size:18px;color:var(--primary-color);text-decoration:none;position:relative}.headerWrapper__content__nav__subnav>a:hover{color:var(--ascent-color)}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}@keyframes progress{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes textIn{0%{opacity:0;filter:blur(20px)}to{opacity:1;filter:blur(0)}}.heroCarouselWrapper{min-height:500px;height:90vh;max-height:780px;display:flex;align-items:center;padding-top:80px;padding-bottom:80px;position:relative;opacity:0;transition:opacity .4s var(--material-cubic-bezier);overflow:hidden}@media screen and (max-width:768px){.heroCarouselWrapper{height:55vh}}.heroCarouselWrapper.active{opacity:1}.heroCarouselWrapper .bg{position:absolute;inset:0;z-index:-1;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 80px,#000 calc(100% - 500px),transparent);mask-image:linear-gradient(180deg,transparent 0,#000 80px,#000 calc(100% - 500px),transparent)}.heroCarouselWrapper .bg>img{width:100%;height:100%;object-fit:cover;object-position:center}.heroCarouselWrapper__content{height:100%}.heroCarouselWrapper__content--carouselItem{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.heroCarouselWrapper__content--carouselItem--textWrapper{max-width:50%}.heroCarouselWrapper__content--carouselItem--textWrapper h1{font-size:55px;font-weight:400;line-height:1.3;margin-top:0;margin-bottom:30px;position:relative;color:#161735}@media screen and (max-width:768px){.heroCarouselWrapper__content--carouselItem--textWrapper h1{font-size:32px}}.heroCarouselWrapper__content--carouselItem--textWrapper h1>strong{font-weight:400;opacity:0;animation:textIn 1s .4s var(--material-cubic-bezier) forwards}.heroCarouselWrapper__content--carouselItem--textWrapper h1>span{color:#2b79a2;display:block;opacity:0;animation:textIn 1s .8s var(--material-cubic-bezier) forwards}.heroCarouselWrapper__content--carouselItem--textWrapper p{margin:0 0 80px;font-size:20px;color:var(--primary-color);opacity:0;animation:textIn 1s 1.2s var(--material-cubic-bezier) forwards}@media screen and (max-width:768px){.heroCarouselWrapper__content--carouselItem--textWrapper p{font-size:16px;margin:0}}.heroCarouselWrapper__content--carouselItem--textWrapper button{border:0;background-color:#263877}.heroCarouselWrapper__content--carouselItem--textWrapper button svg,.heroCarouselWrapper__content--carouselItem--textWrapper button>a{color:#fff}.heroCarouselWrapper__content .keen-slider{height:100%;box-sizing:content-box;padding:0 100px;margin:0 -100px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 100px,#000 calc(100% - 100px),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 100px,#000 calc(100% - 100px),transparent)}.heroCarouselWrapper__content .pagination{display:flex;align-items:center;justify-content:flex-end;margin-bottom:30px;gap:30px}@media screen and (max-width:768px){.heroCarouselWrapper__content .pagination{justify-content:flex-start;gap:12px}}.heroCarouselWrapper__content .pagination button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:transparent;border:0;outline:none;font-size:16px;color:#686a7f}@media screen and (max-width:768px){.heroCarouselWrapper__content .pagination button{font-size:0;background-color:currentColor;padding:0;width:10px;height:10px;border-radius:20px;opacity:.5}}.heroCarouselWrapper__content .pagination button:after{content:attr(data-title);height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;font-weight:700}.heroCarouselWrapper__content .pagination button.active{color:#161735;font-weight:700}.heroCarouselWrapper__content .countdown{--duration:5000ms;display:flex;align-items:center;background-image:linear-gradient(90deg,#dde5e9,#dde5e9);background-position:50%;background-size:100% 1px;background-repeat:no-repeat;overflow:hidden}.heroCarouselWrapper__content .countdown .countdown-progress{background-color:#2b79a2;height:3px;width:100%;animation:progress var(--duration) linear forwards}.homeServiceWrapper__tab{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:768px){.homeServiceWrapper__tab{overflow:auto;margin:0 -20px 20px;padding:0 20px}}.homeServiceWrapper__tab--item{cursor:pointer;padding:20px;color:#1a1a2f;border-radius:40px;font-size:20px;transition:all .2s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__tab--item{white-space:nowrap;font-size:16px;padding:12px}}.homeServiceWrapper__tab--item.active{color:#fff;background-color:#010101}.homeServiceWrapper__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:40px 0}@media screen and (max-width:768px){.homeServiceWrapper__grid{grid-template-columns:1fr;margin:0}}.homeServiceWrapper__grid--item{background:linear-gradient(89.95deg,#010101 .04%,#161735 74.47%,#010101 99.95%);border-radius:20px;padding:20px;position:relative;overflow:hidden}@media(hover:hover){.homeServiceWrapper__grid--item:hover .homeServiceWrapper__grid--item--title{transform:translateY(-60px)}.homeServiceWrapper__grid--item:hover .homeServiceWrapper__grid--item--view{transform:translateY(-20px)}.homeServiceWrapper__grid--item:hover .homeServiceWrapper__grid--item--bg{transform:scale(1);opacity:1}.homeServiceWrapper__grid--item:hover>a{visibility:visible;opacity:1;transform:translate(-50%,-50%) scale(1)}}.homeServiceWrapper__grid--item--bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.1);opacity:0;transition:all .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__grid--item--bg{opacity:1}}.homeServiceWrapper__grid--item--view{aspect-ratio:1/1;position:relative;transition:transform .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__grid--item--view{aspect-ratio:3/2}}.homeServiceWrapper__grid--item--title{font-size:16px;text-align:center;color:#fff;position:relative;transition:transform .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__grid--item--title{transform:translateY(-20px)}}.homeServiceWrapper__grid--item>a{display:inline-flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:50%;width:80%;z-index:20;visibility:hidden;opacity:0;transform:translateX(-50%) scale(1.1);transition:all .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__grid--item>a{position:relative;opacity:1;visibility:visible;transform:translateX(-50%) translateY(-10px) scale(1);width:auto}}.homeServiceWrapper__content{height:520px;position:relative;background:linear-gradient(89.95deg,#010101 .04%,#161735 74.47%,#010101 99.95%);border-radius:20px;overflow:hidden}.homeServiceWrapper__content--bg{position:absolute;inset:0;transition:transform 1s var(--material-cubic-bezier);width:110%;height:110%}@media screen and (max-width:768px){.homeServiceWrapper__content--bg{object-fit:cover;object-position:center bottom}}.homeServiceWrapper__content--item{padding-top:50px;padding-left:50px;position:absolute;inset:0;opacity:0;visibility:hidden;z-index:1;transition:all .2s var(--material-cubic-bezier)}@media screen and (max-width:768px){.homeServiceWrapper__content--item{padding-top:20px;padding-left:20px}}.homeServiceWrapper__content--item p{color:#fff;line-height:1.5;font-size:32px;font-weight:400;width:50%}@media screen and (max-width:768px){.homeServiceWrapper__content--item p{font-size:20px;width:100%}}.homeServiceWrapper__content--item--icon{position:absolute;top:50%;right:50px;width:40%;transition:transform 1s var(--material-cubic-bezier);transform:translateY(-50%) rotate(-10deg)}.homeServiceWrapper__content--item--icon--view{aspect-ratio:1/1}@media screen and (max-width:768px){.homeServiceWrapper__content--item--icon{top:auto;bottom:-5%;right:0;width:80%;transform:rotate(-10deg)}}.homeServiceWrapper__content--item.active{opacity:1;visibility:visible}.homeServiceWrapper__content--item.active .homeServiceWrapper__content--item--icon{transform:translateY(-50%) rotate(-20deg)}@media screen and (max-width:768px){.homeServiceWrapper__content--item.active .homeServiceWrapper__content--item--icon{transform:rotate(-20deg)}}.careerFeatureWrapper{margin:100px 0}.careerFeatureWrapper__itemWrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}@media screen and (max-width:768px){.careerFeatureWrapper__itemWrapper{grid-template-columns:1fr}}.careerFeatureWrapper__itemWrapper--item{padding-left:50px;position:relative;line-height:1.3}.careerFeatureWrapper__itemWrapper--item:before{content:"";position:absolute;width:20px;height:20px;border-radius:5px;background-color:#2b79a2;top:0;left:0;transform:rotate(45deg) translateX(10px) translateY(-5px)}.careerFeatureWrapper__itemWrapper--item h2{font-size:20px;margin:0 0 16px;color:#161735}.careerFeatureWrapper__itemWrapper--item p{font-size:20px;margin:0;color:var(--primary-color)}.quoteWrapper{padding:200px 0;overflow:hidden}@media screen and (max-width:768px){.quoteWrapper{padding:100px 0}}.quoteWrapper.active .quoteWrapper--icon{transform:translate(0);opacity:1}.quoteWrapper .wrapper{position:relative;height:100%}.quoteWrapper--icon{position:absolute;width:100px;height:100px;opacity:0;transition:all .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.quoteWrapper--icon{width:40px;height:40px}}.quoteWrapper--icon.left{left:50px;top:-150px;transform:translate(100%,100%)}@media screen and (max-width:768px){.quoteWrapper--icon.left{left:20px;top:-50px}}.quoteWrapper--icon.right{right:50px;bottom:-150px;transform:translate(-100%,-100%)}@media screen and (max-width:768px){.quoteWrapper--icon.right{right:20px;bottom:-50px}}.quoteWrapper__content{text-align:center;width:70%;margin:0 auto}.quoteWrapper__content strong{font-size:45px;font-weight:400;color:#161735}@media screen and (max-width:768px){.quoteWrapper__content strong{font-size:24px}}.quoteWrapper__content strong>span{color:#2b79a2}.privacyPolicyWrapper{padding-bottom:80px}.privacyPolicyWrapper p{line-height:1.5;margin-bottom:20px}.privacyPolicyWrapper ol{counter-reset:item}.privacyPolicyWrapper ol li{display:block;line-height:1.5;margin-top:10px;margin-bottom:10px}.privacyPolicyWrapper ol li:before{content:counters(item,".") " ";counter-increment:item}.privacyPolicyWrapper .message{padding:10px;background-color:#f5f5f5;border-radius:4px;margin:40px 0}.ourServicesWrapper .serviceItem{scroll-margin-top:100px;background:#010101 url(/images/home/home-service-bg.png) 50%/cover fixed;border-radius:24px;margin:40px 0}.ourServicesWrapper .serviceItem__column{padding:40px 0}.ourServicesWrapper .serviceItem__column .twoColumnWrapper__content__text.right{padding-left:40px}@media screen and (max-width:768px){.ourServicesWrapper .serviceItem__column .twoColumnWrapper__content__text.right{padding-left:0;padding-right:0}}.ourServicesWrapper .serviceItem__column .twoColumnWrapper__content__text.left{padding-right:40px}@media screen and (max-width:768px){.ourServicesWrapper .serviceItem__column .twoColumnWrapper__content__text.left{padding-left:0;padding-right:0}}.ourServicesWrapper .serviceItem__column img{height:400px}.twoColumnWrapper{padding:150px 0;position:relative;overflow:hidden}@media screen and (max-width:768px){.twoColumnWrapper{padding:40px 0}}.twoColumnWrapper.light{background-color:#f7f7f7}.twoColumnWrapper__content{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.twoColumnWrapper__content{grid-template-columns:1fr}}.twoColumnWrapper__content__image{width:100%;opacity:0;transform:scale(1.1);transition:all .4s .4s var(--material-cubic-bezier)}@media screen and (max-width:768px){.twoColumnWrapper__content__image{order:1}}.twoColumnWrapper__content__image.bleed{position:absolute;width:50%;top:0;right:0;bottom:0}@media screen and (max-width:768px){.twoColumnWrapper__content__image.bleed{position:relative;width:100%}}.twoColumnWrapper__content__image.active{opacity:1;transform:scale(1)}.twoColumnWrapper__content__image img{width:100%}.twoColumnWrapper__content__image--view{aspect-ratio:2/1}@media screen and (max-width:768px){.twoColumnWrapper__content__image--view{aspect-ratio:3/2}}.twoColumnWrapper__content__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;opacity:0;transition:all .4s .2s var(--material-cubic-bezier)}@media screen and (max-width:768px){.twoColumnWrapper__content__text{padding-top:40px;order:2}}.twoColumnWrapper__content__text.left{padding-left:80px;transform:translateX(100px)}@media screen and (max-width:768px){.twoColumnWrapper__content__text.left{padding-left:0}}.twoColumnWrapper__content__text.right{padding-right:80px;transform:translateX(-100px)}@media screen and (max-width:768px){.twoColumnWrapper__content__text.right{padding-right:0}}.twoColumnWrapper__content__text.active{opacity:1;transform:translateX(0)}.twoColumnWrapper__content__text span{display:inline-flex;font-size:16px;font-weight:700;color:#1a1a2f;background-color:#e1fadc;padding:4px 8px;border-radius:8px;margin-bottom:12px}@media screen and (max-width:768px){.twoColumnWrapper__content__text span{font-size:12px}}.twoColumnWrapper__content__text h1{color:#161735;font-size:40px;font-weight:500;margin:0;padding-bottom:30px}@media screen and (max-width:768px){.twoColumnWrapper__content__text h1{font-size:24px}}.dark .twoColumnWrapper__content__text h1{color:#fff}.twoColumnWrapper__content__text p{line-height:1.3;font-size:20px;color:#686a7f;margin:0 0 30px}.dark .twoColumnWrapper__content__text p{color:#c7c9d9}@media screen and (max-width:768px){.twoColumnWrapper__content__text p{font-size:14px}}.termsOfUseWrapper{padding-bottom:80px}.termsOfUseWrapper p{line-height:1.5;margin-bottom:20px}.termsOfUseWrapper ol{counter-reset:item}.termsOfUseWrapper ol li{display:block;line-height:1.5;margin-top:10px;margin-bottom:10px}.termsOfUseWrapper ol li:before{content:counters(item,".") " ";counter-increment:item}.termsOfUseWrapper .message{padding:10px;background-color:#f5f5f5;border-radius:4px;margin:40px 0}.whyUsAboutWrapper{position:relative;background-color:#121212;background-image:url(/images/home/why-us-bg.png);background-repeat:no-repeat;background-size:100% auto;background-attachment:fixed;padding:150px 0 100px;overflow:hidden}@media screen and (max-width:768px){.whyUsAboutWrapper{padding:80px 0}}.whyUsAboutWrapper__twoColumn{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:768px){.whyUsAboutWrapper__twoColumn{grid-template-columns:1fr}}.whyUsAboutWrapper__twoColumn--item{color:#fff;line-height:1.3;margin:0}.whyUsAboutWrapper__twoColumn h2{font-size:45px}@media screen and (max-width:768px){.whyUsAboutWrapper__twoColumn h2{font-size:24px}}.whyUsAboutWrapper__twoColumn p{font-size:20px}@media screen and (max-width:768px){.whyUsAboutWrapper__twoColumn p{font-size:16px}}.whyUsAboutWrapper__twoColumnWrapper{padding:40px 0}.canvasWrapper{position:fixed;top:0;left:0;z-index:20;width:100vw;height:100svh;pointer-events:none}.canvasWrapper *{pointer-events:none!important}.titleWrapper{padding:80px 0;text-align:center;position:relative}.titleWrapper>img{object-fit:cover;object-position:center;z-index:-1}.titleWrapper.wider{padding:130px 0 100px}.titleWrapper.light>*{color:#fff}.titleWrapper--text{color:#2a2c3a;font-size:45px;font-weight:500;margin:0 0 20px}.light .titleWrapper--text{color:#fff}@media screen and (max-width:768px){.titleWrapper--text{font-size:24px}}.titleWrapper--text>span{color:#2b79a2}.titleWrapper--description{color:var(--primary-color);font-size:20px;margin:0}.light .titleWrapper--description{color:#918f8f}@media screen and (max-width:768px){.titleWrapper--description{font-size:14px}}.whyUsWrapper{padding:100px 0;background-color:#121212;position:relative}@media screen and (max-width:768px){.whyUsWrapper{background:linear-gradient(90deg,#121212,#13376e)}}.whyUsWrapper .wrapper{position:relative}.whyUsWrapper__bg{position:absolute;inset:0;object-fit:cover;object-position:top;width:100%;height:100%}@media screen and (max-width:768px){.whyUsWrapper__bg{display:none}}.whyUsWrapper__title{padding:0}.whyUsWrapper__twoColumn{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:768px){.whyUsWrapper__twoColumn{grid-template-columns:1fr}}.whyUsWrapper__twoColumn--item{color:#fff;line-height:1.3;margin:0}.whyUsWrapper__twoColumn h2{font-size:45px}.whyUsWrapper__twoColumn p{font-size:20px}.whyUsWrapper__whyUsItems{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px;margin:80px 0}@media screen and (max-width:768px){.whyUsWrapper__whyUsItems{grid-template-columns:1fr}}.whyUsWrapper__whyUsItems--item{border:1px solid #55555f;padding:40px 20px;text-align:center;justify-content:center;border-radius:16px;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.05));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s var(--material-cubic-bezier);transform:translateX(-50px);opacity:0;filter:blur(20px)}@media screen and (max-width:768px){.whyUsWrapper__whyUsItems--item{padding:20px}}.active .whyUsWrapper__whyUsItems--item{opacity:1;transform:translateX(0);filter:blur(0)}.whyUsWrapper__whyUsItems--item:first-child{transition-delay:.1s}.whyUsWrapper__whyUsItems--item:nth-child(2){transition-delay:.2s}.whyUsWrapper__whyUsItems--item:nth-child(3){transition-delay:.3s}.whyUsWrapper__whyUsItems--item:nth-child(4){transition-delay:.4s}.whyUsWrapper__whyUsItems--item:nth-child(5){transition-delay:.5s}.whyUsWrapper__whyUsItems--item--view{aspect-ratio:1/1}@media screen and (max-width:768px){.whyUsWrapper__whyUsItems--item--view{width:60%;margin:0 auto}}.whyUsWrapper__whyUsItems--item h3{color:#fff;font-size:16px;font-weight:500;margin-bottom:0;margin-top:20px}.whyUsWrapper__ctaWrapper{display:flex;align-items:center;justify-content:center}.careerListing{padding:80px 0 150px}.careerListing .wrapper{position:relative}.careerListing .titleWrapper{padding-top:0}.careerListing--btn{position:absolute;top:0;right:60px}@media screen and (max-width:768px){.careerListing--btn{top:-10px;right:80px}}.careerListing--btn.next{right:0}@media screen and (max-width:768px){.careerListing--btn.next{right:20px}}.careerListing--btn.next img{transform:scaleX(-1)}.careerListing__filter{display:flex;align-items:center;padding:30px 0;gap:10px;overflow:auto}@media screen and (max-width:768px){.careerListing__filter{padding:20px 0}}.careerListing__filter--item{cursor:pointer;padding:10px 30px;border-radius:10px}.careerListing__filter--item.active{color:#fff;background-color:var(--primary-color)}.careerListing__content__list{display:flex;flex-direction:column;gap:10px}.careerListing__content__list--empty{color:var(--primary-color);text-align:center}.careerListing__content .careerItem{color:#000;background-color:#fff;padding:25px 50px;display:flex;align-items:center;justify-content:flex-start;border-radius:16px;border:1px solid #e8e8e8}@media screen and (max-width:768px){.careerListing__content .careerItem{padding:25px}}.careerListing__content .careerItem:hover .button{transform:translateX(0);opacity:1}.careerListing__content .careerItem--title{font-size:24px;font-weight:500;margin:0}.careerListing__content .careerItem--description{font-size:16px;line-height:1.8;color:#918f8f;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.careerListing__content .careerItem--logo{margin-top:auto;height:40px;max-width:160px}.careerListing__content .careerItem .button{display:flex;align-items:center;margin-left:auto;color:#686a7f;transform:translateX(20px);opacity:0;transition:all .4s var(--material-cubic-bezier)}.careerListing__content .careerItem .button>img{margin-left:6px}