.btn-default{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none}.btn-default .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-default .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-default .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-default .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-default:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-default:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-default:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-light{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none;color:#fff;border:2px solid #fff}.btn-light .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-light .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-light .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-light .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-light:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-light:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-light:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-light:hover{background-color:#fff;color:#000}.btn-dark{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none;color:#000;border:2px solid #000;background-color:#fff}.btn-dark .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-dark .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-dark .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-dark .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-dark:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-dark:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-dark:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-dark:hover{background-color:#000;color:#fff;border-color:#fff}@keyframes waterDropMerge{0%{transform:scale(1)}10%{transform:scale(1.45)}100%{transform:scale(1)}}#intro.bg-right{display:grid;grid-template-columns:1fr 1fr;padding-right:0;position:relative}#intro.bg-right .content{padding-block:10rem;height:100%;display:flex;flex-direction:column;justify-content:center}#intro.bg-right .content p{max-width:40rem;padding-right:2rem}@media screen and (max-width:767px){#intro.bg-right .content p br{display:none}}#intro.bg-right figure{border-radius:0 0 0 2rem;max-height:99vh;margin-top:-5rem;animation:translate-bottom 2s ease-in-out forwards}#intro.bg-right figure img{min-width:calc(100% + 2rem);animation:translate-left 2s ease-in-out forwards}@keyframes translate-left{from{min-width:calc(100% + 2rem)}to{min-width:100%}}@keyframes translate-bottom{from{margin-top:-5rem}to{margin-top:0}}#intro.bg-right:after{content:'';position:absolute;left:50%;bottom:10vw;transform:translateX(-40%);width:14rem;max-width:250px;height:3rem;background:url(/images/wave.svg)repeat-x 50%;background-size:100%;background-position:-7rem;animation:wave-slide 2s ease-in-out forwards}@keyframes wave-slide{from{background-position:-7rem}to{background-position:0}}@media screen and (min-width:2560px){#intro.bg-right:after{transform:translateX(-16%)}}@media screen and (max-width:998px){#intro.bg-right:after{display:none}}@media screen and (max-width:767px){#intro.bg-right{grid-template-columns:1fr}#intro.bg-right .content{padding-block:22rem 2rem}#intro.bg-right figure{position:absolute;max-height:100%;max-width:35rem;top:0;right:0;z-index:-1;min-height:100%}#intro.bg-right:after{bottom:-1rem;width:25vw}}@media screen and (max-width:480px){#intro.bg-right{height:calc(100vh - 1rem);max-height:50rem}#intro.bg-right .content{display:block;height:fit-content;padding-block:0;position:absolute;bottom:1rem;left:1rem}#intro.bg-right figure{border-radius:0 0 2rem 2rem;width:100%;height:100%;object-fit:cover;object-position:center center;flex:1;min-height:0}}.card-on-bg{position:relative;padding-inline:1rem;padding-block:2rem 5rem}.card-on-bg img{position:absolute;top:-10%;left:0;width:100%;height:120%;object-fit:cover;z-index:-1}.card-on-bg .card{background:rgba(255,255,255,.85);backdrop-filter:blur(5px);border-radius:2rem;padding:3rem;max-width:32rem;margin-inline:auto;color:#000}.card-on-bg .card>.btn-default{margin-bottom:0}@media screen and (max-width:767px){.card-on-bg .card{padding:3rem 2rem}}@media screen and (max-width:480px){.card-on-bg .card{padding:1rem}}#pourquoi{background-color:#cef1ff;padding-block:4rem}#pourquoi .content{margin-inline:auto}#pourquoi .content h2{color:#000;margin-bottom:2rem}#pourquoi .content .cards{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.5rem}@media screen and (max-width:767px){#pourquoi .content .cards{grid-template-columns:1fr;gap:1rem}}#pourquoi .content .cards h3{font-size:1.2rem;font-weight:500;margin-bottom:2rem}@media screen and (min-width:1921px){#pourquoi .content .cards h3{margin-bottom:6rem}}#pourquoi .content .cards .card1,#pourquoi .content .cards .card2,#pourquoi .content .cards .card3,#pourquoi .content .cards .card4{padding:2rem 1rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;margin-inline:auto;overflow:hidden}@media screen and (max-width:767px){#pourquoi .content .cards .card1,#pourquoi .content .cards .card2,#pourquoi .content .cards .card3,#pourquoi .content .cards .card4{padding:2rem 1.5rem}}#pourquoi .content .cards .card1 p,#pourquoi .content .cards .card2 p,#pourquoi .content .cards .card3 p,#pourquoi .content .cards .card4 p{font-size:.8rem}@media screen and (max-width:767px){#pourquoi .content .cards .card1 p,#pourquoi .content .cards .card2 p,#pourquoi .content .cards .card3 p,#pourquoi .content .cards .card4 p{font-size:1rem}}#pourquoi .content .cards .card1{background-color:#fff;color:#000;position:relative}#pourquoi .content .cards .card1:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/wave.svg);background-size:210%;background-position:20% 15%;background-repeat:no-repeat;opacity:.1}#pourquoi .content .cards .card2{background-color:#051c2c}#pourquoi .content .cards .card3{background-color:#042f54}#pourquoi .content .cards .card4{background-color:#027af2;position:relative}#pourquoi .content .cards .card4:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/wave.svg);background-size:210%;background-position:35% 80%;background-repeat:no-repeat;filter:brightness(100);opacity:.1}#sectors-list{--bleed:2rem;padding-block:var(--bleed);overflow-x:visible}@media screen and (min-width:1200px){#sectors-list{--bleed:calc((100vw - 1200px) / 2 + 2rem)}}@media screen and (min-width:2200px){#sectors-list{--bleed:calc((100vw - 2200px) / 2 + 2rem)}}#sectors-list .content{overflow-x:visible}#sectors-list .content nav{width:calc(100% + (var(--bleed) * 2));margin-left:calc(var(--bleed) * -1);margin-right:calc(var(--bleed) * -1);padding-left:var(--bleed);padding-right:var(--bleed);overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}#sectors-list .content nav::-webkit-scrollbar{display:none}#sectors-list .content nav ul{overflow-x:visible;--gap:.5rem;--item-width:clamp(220px, 25vw, 1000px);display:grid;grid-auto-flow:column;grid-auto-columns:var(--item-width);gap:var(--gap);width:max-content;margin:0;padding:0;list-style:none}@media screen and (max-width:998px){#sectors-list .content nav ul{--item-width:clamp(220px, 30vw, 1000px)}}@media screen and (max-width:767px){#sectors-list .content nav ul{--item-width:clamp(220px, 50vw, 1000px);gap:calc(var(--gap) * 2)}}@media screen and (max-width:480px){#sectors-list .content nav ul{grid-template-columns:1fr;margin-inline:auto}}#sectors-list .content nav ul li{width:var(--item-width);border-radius:1.3rem;overflow:hidden}#sectors-list .content nav ul li img{transition:all .3s ease-in-out}#sectors-list .content nav ul li div{background-color:#cef1ff;padding:.25rem 0;text-align:center;color:#000;border-radius:1rem;margin-top:-1.2rem;z-index:5;position:relative;transition:all .3s ease-in-out}#sectors-list .content nav ul li a:hover img{transform:scale(1.05)}#sectors-list .content nav ul li a:hover div{color:#fff;background-color:#027af2}#sectors-list .content .swiper-buttons{padding:1rem 0;display:flex;justify-content:end;gap:.5rem}#sectors-list .content .swiper-btn{display:inline-block;width:1rem;height:1rem;transition:opacity .15s ease-in-out;cursor:pointer;user-select:none}#sectors-list .content .swiper-btn img{width:100%;height:100%;object-fit:cover}#sectors-list .content .swiper-btn:first-of-type img{transform:scaleX(-1)}#sectors-list .content .swiper-btn.disabled{opacity:.5;cursor:default}#multisectorielle{background-color:#cef1ff;color:#000;padding-block:3rem}#multisectorielle .content>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem}@media screen and (max-width:767px){#multisectorielle .content>div{gap:1rem}}@media screen and (max-width:550px){#multisectorielle .content>div{grid-template-columns:1fr}}#multisectorielle .content>div img{border-radius:2rem;max-width:30rem}@media screen and (max-width:767px){#multisectorielle .content>div img{max-width:20rem}}@media screen and (max-width:550px){#multisectorielle .content>div img{max-width:100%}}#multisectorielle .content>div nav{padding-block:1rem}#multisectorielle .content>div nav ul{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;height:100%}#multisectorielle .content>div nav ul li a{border-bottom:1px solid #000;display:flex;font-size:1.3rem;align-items:center;justify-content:space-between;transition:all .25s ease}#multisectorielle .content>div nav ul li a:after{content:'';width:.75rem;height:.75rem;background-image:url(/images/arrow-blue.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;filter:brightness(0);transition:all .25s ease}#multisectorielle .content>div nav ul li a:hover{color:#027af2;border-color:#027af2}#multisectorielle .content>div nav ul li a:hover:after{filter:brightness(1);scale:1.2;transform:translateX(.2rem)}#sub-hero{padding-block:6rem}#sub-hero .content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width:767px){#sub-hero .content{grid-template-columns:1fr}}#sub-hero .content>div:nth-child(1){max-width:25rem}#sub-hero .content>div:nth-child(2):not(:has(>ul)),#sub-hero .content>div:nth-child(3):not(:has(>ul)){display:grid;grid-template-columns:1fr 1fr;gap:2rem}#sub-hero .content>div:nth-child(2):not(:has(>ul)) img,#sub-hero .content>div:nth-child(3):not(:has(>ul)) img{max-width:2rem;margin-bottom:1rem}#sub-hero .content>div:nth-child(2):has(>ul){display:flex;align-items:center}#sub-hero .content>div:nth-child(2):has(>ul) li{position:relative;padding-left:2rem}#sub-hero .content>div:nth-child(2):has(>ul) li::before{content:'';position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background-image:url(/images/wave.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}#sub-hero .content>div:nth-child(2):has(>ul) li:not(:last-child){margin-bottom:1rem}#faq{background:#051c2c;padding:4rem 1rem}#faq .content{max-width:40rem;margin:0 auto}#faq .content>h3{text-align:center}#faq .content>p{text-align:center;margin-bottom:1.5rem}#faq .content>.btn-default{margin-inline:auto;margin-bottom:2rem}#faq .content .faq-items{display:flex;flex-direction:column;gap:.75rem}#faq .content .faq-items .faq-item{background:#122e51;border-radius:.5rem;overflow:hidden;transition:all .25s ease}#faq .content .faq-items .faq-item.active .faq-answer{max-height:fit-content;padding-bottom:1rem;opacity:1}#faq .content .faq-items .faq-item.active .faq-icon{transform:rotate(0)}#faq .content .faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;transition:background-color .25s ease}#faq .content .faq-question h3{color:#fff;font-size:1rem;font-weight:500;margin:0;flex:1;padding-right:1rem}#faq .content .faq-toggle{background:#051c2c;border:none;border-radius:.25rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease;flex-shrink:0}#faq .content .faq-toggle:hover{background:#4a5f7a}#faq .content .faq-icon{color:#fff;font-size:1.25rem;transition:transform .3s ease;transform:rotate(0)}#faq .content .faq-answer{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;padding-inline:1rem}#cta{background:url(/images/wave-dark.svg)no-repeat 50%;background-size:cover;padding:6rem 0}@media screen and (max-width:767px){#cta{background-size:220%}}#cta .content{text-align:center}#cta .content h2{max-width:25rem;margin-inline:auto}#cta .content p{max-width:35rem;margin-inline:auto}#cta .content a{margin-inline:auto}.ratings>a{display:flex;align-items:center;gap:1.5rem;--star-color:#027AF2;--star-bg:#d8d8d8}.ratings .reviews-count{font-size:.75rem;transform:translateY(.1rem)}.ratings .logo{width:4rem;transform:translateY(.1rem)}.ratings .stars{display:inline-flex}.ratings .stars span{font-size:1.25rem;font-weight:500;margin-right:.25rem}.ratings .stars ul{display:flex;align-items:center;gap:.1rem}.ratings .stars ul>li{width:.7rem;height:.7rem;background-color:var(--star-color);mask:url(/images/star-rating/single-star.svg)no-repeat center/100% 100%}.ratings .stars ul>li.-partial{background:linear-gradient(to right,var(--star-color) var(--percent),var(--star-bg) var(--percent))}.ratings .stars ul>li.-empty{background-color:var(--star-bg)}.testimonials-swiper .swiper-slide{background-color:#cef1ff;color:#000;padding:1.5rem;border-radius:2rem;font-size:.8rem}.testimonials-swiper .swiper-slide strong{text-transform:uppercase;font-weight:500}.testimonials-swiper .swiper-slide p:first-of-type{margin-bottom:.5rem}.testimonials-swiper .swiper-slide svg{width:3.5rem;margin-bottom:2rem}.testimonials-swiper .swiper-slide svg .st0{fill:#027af2}.testimonials-swiper .controls{justify-self:flex-end;margin-bottom:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.testimonials-swiper .swiper-button-next,.testimonials-swiper .swiper-button-prev{all:unset;position:relative;cursor:pointer;display:inline-block;transition:scale .3s ease;width:1.2rem}.testimonials-swiper .swiper-button-next::after,.testimonials-swiper .swiper-button-prev::after{all:unset}.testimonials-swiper .swiper-button-prev svg{transform:scaleX(-1)}*{box-sizing:border-box}html{font-size:clamp(16px,calc(.8vw + 10px),24px);scroll-behavior:smooth;overflow-x:hidden}body{background:#051c2c;color:#fff;font-family:nunito sans,sans-serif;font-weight:300;line-height:1.5;min-width:300px;overflow-x:clip;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}body.freeze{overflow:hidden;width:100%;height:100%;position:fixed}body main{height:100%}body #didomi-host{position:absolute}body>header,section:not(.bg-section):not(.card-on-bg),.bg-section>.content{padding-inline:2rem}@media screen and (max-width:767px){body>header,section:not(.bg-section):not(.card-on-bg),.bg-section>.content{padding-inline:1rem}}@media screen and (min-width:calc(2200px + (7rem * 2))){body>header,section:not(.bg-section):not(.card-on-bg),.bg-section>.content{padding-inline:calc((100% - 2200px)/2)}}h1,h2,h3,h4{font-family:indivisible,sans-serif;line-height:1;margin-bottom:1rem;white-space:pre-line}h1{font-size:3rem;font-weight:700}@media screen and (max-width:998px){h1{font-size:2.75rem}}@media screen and (max-width:767px){h1{font-size:2.5rem}}h2{font-weight:500;font-size:2.2rem}h3{font-size:1.75rem}h4{font-size:1.25rem}strong{font-weight:700}em{font-style:italic}p{margin-bottom:1rem;line-height:1.3}p:last-of-type{margin-bottom:0}a{cursor:pointer;text-decoration:none;color:inherit;transition:color .25s ease-in-out}a:hover{color:#cef1ff}img{width:100%;display:block;height:auto}figure{overflow:hidden}figure img{object-fit:cover;min-width:100%;min-height:100%}.full-height{display:flex;align-items:center;min-height:100vh}main>:first-child.full-height{min-height:calc(100vh - var(--header-height))}.full-width{padding-inline:0 !important;gap:0}.full-width .content{padding-inline:2rem}@media screen and (min-width:calc(1600px + (7rem * 2))){.full-width .content{padding-left:calc((100vw - 1600px)/2)}}@media screen and (min-width:calc(1600px + (7rem * 2))){.full-width.alt .content{padding-right:calc((100vw - 1600px)/2)}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto !important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.parallax figure{overflow:hidden;position:relative;width:100%;aspect-ratio:1/1.09}.parallax figure img{position:absolute;bottom:0;left:0;width:100%;height:120%;object-fit:cover;object-position:center;padding:0}#merge-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}#merge-popup h2{font-size:1.5rem}#merge-popup .popup-content{background-color:#051c2c;color:#fff;max-width:1200px;width:90%;max-height:90%;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;border-radius:1rem;overflow:hidden;align-items:center}#merge-popup .popup-content .popup-left{padding:3rem}#merge-popup .popup-content .popup-left p{max-width:22rem}#merge-popup .popup-content .popup-right{height:100%;padding:3rem;justify-self:right}#merge-popup .popup-content .popup-right figure{height:100%;max-width:350px}#merge-popup .popup-content .popup-right figure img{object-fit:contain}@media screen and (max-width:998px){#merge-popup .popup-content{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){#merge-popup .popup-content{grid-template-columns:1fr}#merge-popup .popup-content .popup-left{padding-top:1rem;grid-row:2}#merge-popup .popup-content .popup-left p{max-width:none}#merge-popup .popup-content .btn-default{margin-bottom:0}#merge-popup .popup-content .popup-right{grid-row:1;justify-self:center;padding-bottom:1rem}#merge-popup .popup-content .popup-right figure{max-width:80%;margin-inline:auto}}#merge-popup[hidden]{display:none !important}.btn-default{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none}.btn-default .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-default .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-default .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-default .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-default:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-default:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-default:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-light{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none;color:#fff;border:2px solid #fff}.btn-light .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-light .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-light .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-light .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-light:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-light:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-light:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-light:hover{background-color:#fff;color:#000}.btn-dark{margin-block:1rem;font-size:.9rem;display:flex;align-items:center;line-height:1rem;width:max-content;transition:all .3s ease-in-out;cursor:pointer;background:0 0;border:none;color:#000;border:2px solid #000;background-color:#fff}.btn-dark .btn-label{padding:.5rem 1rem;background-color:#027af2;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:1rem;transition:all .3s ease-in-out;z-index:2;position:relative}.btn-dark .btn-label:after{content:'';position:absolute;top:.25rem;right:-.15rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-dark .btn-label:before{content:'';position:absolute;top:.25rem;right:-1.35rem;width:1.5rem;height:1.5rem;border-radius:1rem;background-color:#027af2;z-index:-1;transform:scale(1);transition:right .5s ease-out}.btn-dark .btn-icon{background-color:#027af2;width:2rem;height:2rem;background-image:url(/images/arrow-right.svg);background-repeat:no-repeat;background-size:2rem .75rem;background-position:0;border-radius:1rem;transition:all .3s ease-out;overflow:hidden;z-index:3;transform:translateX(0)}.btn-dark:hover .btn-label{border-radius:1rem 0 0 1rem}.btn-dark:hover .btn-label:after{animation:waterDropMerge 1.5s ease-out;right:-1.5rem}.btn-dark:hover .btn-icon{border-radius:0 1rem 1rem 0;transform:translateX(-.55rem)}.btn-dark:hover{background-color:#000;color:#fff;border-color:#fff}@keyframes waterDropMerge{0%{transform:scale(1)}10%{transform:scale(1.45)}100%{transform:scale(1)}}body>header{display:flex;align-items:center;justify-content:space-between;min-height:70px;position:absolute;top:.5rem;width:100%;z-index:9001}body>header .brand{z-index:9001;display:flex;align-items:center}body>header .brand img{width:auto}body>header>nav{display:flex;flex:1;align-items:center}body>header>nav .active-link{color:#cef1ff}@media screen and (max-width:767px){body>header>nav{background-color:#051c2c;flex-direction:column;justify-content:flex-start;position:fixed;top:0;left:0;padding-top:4rem;width:100vw;height:100vh;transform:translateX(100%);transition:all .25s ease-in-out;z-index:50;overflow-y:scroll}body>header>nav.active{transform:translateX(0)}body>header>nav a{font-size:1.25rem}}body>header>nav .primary{display:flex;margin-inline:auto 0;gap:2rem;padding-inline:2rem;width:fit-content;max-width:35rem;align-items:center;justify-content:space-evenly;background:rgba(255,255,255,.25);backdrop-filter:blur(2px);border-radius:2rem;font-size:.8rem;isolation:isolate}@media screen and (max-width:767px){body>header>nav .primary{background:0 0;margin-inline:0;padding-block:2rem 1rem;display:block;text-align:start;max-width:100%;width:100%}}body>header>nav .primary .menu-item{padding-block:.5rem}body>header>nav .primary .menu-item a{padding-block:.5rem}body>header>nav .primary .menu-item a:hover{color:#cef1ff}body>header>nav .primary .menu-item:hover .dropdown{display:flex}@media screen and (max-width:767px){body>header>nav .primary .menu-item:nth-child(4){margin-bottom:.5rem}}body>header>nav .primary .menu-item:nth-child(4) a{border:1px solid #fff;border-radius:1rem;padding:.2rem 1rem;animation:border-color .5s ease-in-out}body>header>nav .primary .menu-item:nth-child(4) a:hover{border-color:#cef1ff;animation:all .5s ease-in-out}body>header>nav .primary .menu-item:nth-child(4) a.active-link{border-color:#cef1ff}@media screen and (max-width:767px){body>header>nav .primary .menu-item:nth-child(4) a{border:none;padding:0;margin-bottom:2.5rem}}body>header>nav .primary .dropdown{display:none;flex-direction:column;max-height:10rem;flex-wrap:wrap;margin-top:.5rem;position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(2px);border-radius:.5rem;min-width:max-content}@media screen and (max-width:767px){body>header>nav .primary .dropdown{display:block;position:static;background-color:transparent;z-index:1;max-height:fit-content}}@media screen and (max-width:767px){body>header>nav .primary .menu-item:nth-child(1) .dropdown{border-top:1px solid #fff;border-radius:0;margin-bottom:1rem}body>header>nav .primary .menu-item:nth-child(1) .dropdown a{text-align:left}body>header>nav .primary .menu-item:nth-child(2) .dropdown{border-top:1px solid #fff;border-radius:0;margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;column-gap:2rem}body>header>nav .primary .menu-item:nth-child(2) .dropdown a{text-align:left}}body>header>nav .primary .dropdown-item{padding:1rem;text-decoration:none;display:block;color:#000}body>header>nav .primary .dropdown-item:hover{color:#027af2 !important}@media screen and (max-width:767px){body>header>nav .primary .dropdown-item{color:#fff;font-size:1rem;text-align:center;padding:.75rem 0}body>header>nav .primary .dropdown-item:last-child{padding-bottom:0}body>header>nav .primary .dropdown-item:hover{color:#fff;background-color:transparent}}body>header>nav .primary .lang{text-transform:capitalize}@media screen and (max-width:767px){body>header>nav .primary{flex-direction:column;align-items:center;gap:0;padding-inline:1rem}}body>header .burger-menu{display:none;z-index:9001;width:30px;height:18px;justify-content:space-between;flex-direction:column;cursor:pointer}@media screen and (max-width:767px){body>header .burger-menu{display:flex}}body>header .burger-menu span{width:100%;background-color:#fff;height:2px;transition:transform .25s ease-in-out}body>header .burger-menu.active span:nth-child(1){transform:translateY(7px)rotate(45deg)}body>header .burger-menu.active span:nth-child(2){transform:scale(0)}body>header .burger-menu.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}body>footer .primary{display:flex;flex-wrap:wrap;padding-block:4rem 2rem;justify-content:space-between}body>footer .primary .brand-block{margin-right:4rem;margin-bottom:2rem}body>footer .primary .brand-block img{width:200px}body>footer .primary>div:nth-child(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:fit-content;gap:9vw}@media screen and (max-width:480px){body>footer .primary>div:nth-child(2){flex-direction:column;gap:2rem}}body>footer .primary>div:nth-child(2) nav header{font-family:indivisible,sans-serif;font-weight:700;margin-bottom:.5rem}body>footer .primary>div:nth-child(2) nav ul li{margin-bottom:.5rem}body>footer .primary>div:nth-child(2) nav a:not(header){font-size:.9rem}@media screen and (max-width:767px){body>footer .primary>div:nth-child(2) nav a:not(header){font-size:1rem}}body>footer .primary>div:nth-child(2) nav:nth-child(2) ul{display:grid;grid-template-columns:1fr 1fr;gap:0 2rem}body>footer .socials{display:flex;gap:.75rem}body>footer .secondary{display:flex;align-items:center;justify-content:space-between;background-color:#042f54;padding-block:.5rem;font-size:.7rem;border-radius:3rem 3rem 0 0}@media screen and (max-width:767px){body>footer .secondary{flex-direction:column;flex-wrap:nowrap;text-align:center;padding-top:1rem;padding-bottom:1rem}body>footer .secondary p{margin-bottom:.5rem}}body>footer .secondary a:hover{color:#027af2}