*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-family:AllianceNo2,sans-serif}body{display:flex;flex-direction:column;align-items:center;position:relative;margin:0;width:100vw;overflow-x:hidden;font-family:poppins,sans-serif;color:#0f213e}h1{font-size:1.8rem;font-weight:700;line-height:1.3;margin:0}@media screen and (min-width: 1024px){h1{font-size:2.125rem;line-height:1.3}}h2{font-size:1.5rem;font-weight:700;line-height:1.3;margin:0;margin-bottom:1rem}@media screen and (min-width: 1024px){h2{font-size:1.5625rem;line-height:1.3;margin-bottom:2rem}}h3{font-size:1.15rem;font-weight:600;line-height:1.3;margin:0;margin-bottom:.75rem}@media screen and (min-width: 1024px){h3{font-size:1.375rem;line-height:1.3;margin-bottom:1.25rem}}p{font-size:1rem;font-weight:400;line-height:1.7}@font-face{font-family:AllianceNo2;src:url(https://use.typekit.net/cxe5apl.css);font-display:swap}.link{color:#0f213e;font-weight:700;font-size:1rem;display:flex;flex-direction:row;align-items:center;gap:.8rem}.link__icon{color:#ffa52c;transition:all .2s ease}.link--light{color:#fff}.link:hover{color:#ffa52c;cursor:pointer}.link:hover .link__icon{transform:translate(.2rem)}.logo{display:flex;flex-direction:row;align-items:center;gap:1rem;text-decoration:none}.logo__icon{width:2.5rem;height:auto}@media screen and (min-width: 1024px){.logo__icon{height:3.4688rem;width:3.01rem}}.logo__name{display:none;color:#0f213e;font-weight:700;font-size:1.5rem;padding-top:.35rem}@media screen and (min-width: 1024px){.logo__name{display:block;font-size:2.3125rem;line-height:1}}.logo--name .logo__name{display:block}.text-form{margin-bottom:.5rem}body .fui-input{background-color:transparent;border-radius:0;border:none;border-bottom:.1rem solid #FFA52C;color:#fff;font-size:1rem;font-family:poppins,sans-serif;padding-left:0;margin-bottom:.5rem}@media screen and (min-width: 1024px){body .fui-input{font-size:1rem}}body .fui-input::placeholder{color:#fff}body .fui-input:-webkit-autofill{background-color:transparent}body .fui-checkbox{color:#fff;font-family:poppins,sans-serif;font-size:.9rem}body .fui-checkbox-label{line-height:1.85}body .fui-checkbox-label a{color:#ffa52c;font-family:poppins,sans-serif;font-size:.9rem}body .fui-checkbox-label a:hover{color:#ffa52c}body .fui-row{gap:2rem}body .fui-select{background-color:transparent;border:none;border-bottom:.1rem solid #FFA52C;border-radius:0;color:#fff;font-family:poppins,sans-serif;font-size:1rem;padding:0;padding-bottom:.5rem}body .fui-i textarea{border:solid .08rem #FFA52C;padding:.5rem 1rem;min-height:10rem;margin-top:.8rem}body .fui-radio-label{color:#ffa52c;font-family:poppins,sans-serif;font-size:1rem}body .fui-radio label:before{background-color:transparent;border:solid .15rem #0F213E;border-radius:.2rem}body .fui-radio input:checked+label:before{background-color:#ffa52c}body .fui-checkbox label:before{background-color:transparent;border:solid #FFA52C .1rem;border-radius:0;height:1.25rem;width:1.25rem;top:.1rem}body .fui-checkbox input:checked+label:before{background-color:#ffa52c;border:solid #FFA52C .08rem}body .fui-submit{background-color:#0f213e;padding:0;border:none;color:#fff;font-family:poppins,sans-serif;font-weight:700;font-size:1rem;text-decoration:underline}@media screen and (min-width: 1024px){body .fui-submit{font-size:1rem}}body .fui-submit:after{content:url(../../assets/icons/chevron-right-yellow.svg);left:.8rem;position:relative;top:.1rem;transition:all .2s ease;color:#ffa52c}body .fui-submit:hover{background-color:#0f213e;color:#ffa52c;text-decoration:underline}body .fui-submit:hover:after{left:1rem}body .fui-btn-wrapper .fui-btn{margin-top:2rem}.card{width:100%;position:relative;text-decoration:none;color:#0f213e}.card__typeBox{background-color:#0f213e;height:2.625rem;width:2.625rem;-webkit-box-shadow:-3px 0px 6px 0px rgba(0,0,0,.16);-moz-box-shadow:-3px 0px 6px 0px rgba(0,0,0,.16);box-shadow:-3px 0 6px #00000029;position:absolute;top:.5rem;left:-.5rem;z-index:1;display:flex;justify-content:center;align-items:center;color:#ffa52c}.card__typeBox--light{background-color:#ffa52c;color:#fff}.card__icon{width:1.5rem}.card__imgBox{width:100%;aspect-ratio:16/9;overflow:hidden;display:flex;justify-content:center;align-items:center}.card__imgBox:hover{cursor:pointer}.card__imgBox--shadow{-webkit-box-shadow:0px 2px 10px 2px rgba(15,33,62,.1);-moz-box-shadow:0px 2px 10px 2px rgba(15,33,62,.1);box-shadow:0 2px 10px 2px #0f213e1a}.card__img{width:100%;height:100%;object-fit:cover;transition:all .2s ease}.card__ph{height:100%;width:100%;background-color:#ffa52c;overflow:hidden;display:flex;justify-content:center;align-items:center}.card__ph p{font-size:2.5rem;color:#fff;font-weight:700}.card__content{padding:2rem 2rem 4rem;display:flex;flex-direction:column;gap:.5rem}.card__type{color:#ffa52c;font-weight:700;font-size:.8rem;text-transform:uppercase}.card__title{margin-bottom:0;margin-top:.25rem}.card__text{margin-bottom:.25rem}.card .link{margin-top:.5rem}.card__imgLogo{height:6rem}.card--news{display:flex;flex-direction:column;height:100%;background-color:#d4d5d740}.card--news .card__content{display:flex;flex-direction:column;justify-content:space-between}.card--news .link{position:absolute;bottom:2rem}.card--news .card__imgBox{max-height:10.5rem}.card--news:hover .card__img{scale:1.04}.card--news:hover .link__icon{transform:translate(.2rem)}.card--simple .card__content{padding:0;padding-top:2rem}.crumbs{display:flex;flex-direction:row;align-items:center;gap:.5rem}.crumbs__link{text-decoration:none;color:#0f213e;text-transform:capitalize;font-size:.85rem;display:flex;flex-direction:row;align-items:center;gap:.5rem}.crumbs__link:hover{color:#ffa52c}.crumbs__icon{height:1rem;height:fit-content;padding-bottom:.15rem;color:#ffa52c}.crumbs--light .crumbs__link{color:#fff}.crumbs--light .crumbs__link:hover{color:#ffa52c}.socials{display:flex;flex-direction:row;gap:.75rem}@media screen and (min-width: 1024px){.socials{gap:1rem}}.socials__social{height:3rem;width:3rem;border:solid .1rem #FFA52C;border-radius:2rem;display:flex;justify-content:center;align-items:center}.socials__social:hover{background-color:#ffa52c}.socials__iconSocial{height:1rem;width:1rem;color:#0f213e}.share{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2.25rem}@media screen and (min-width: 1024px){.share{flex-direction:row;align-items:center;gap:3rem;margin-top:4.5rem}}.share__title{font-size:1.375rem;font-weight:600}.share__btns{display:flex;flex-direction:row;gap:1.5rem}.share__btn{color:#0f213e;fill:#0f213e;background-color:transparent;border:none}.share__btn:hover{color:#ffa52c;fill:#ffa52c;cursor:pointer}.share__icon{width:1.5rem;height:1.5rem}.share--light .share__title{color:#fff}.share--light .share__btn{color:#fff;fill:#fff}.share--light .share__btn:hover{color:#ffa52c;fill:#ffa52c;cursor:pointer}.formbox{width:100%;background-color:#0f213e;padding:1.75rem}@media screen and (min-width: 1024px){.formbox{width:60%;padding:4rem}}.formbox__title{color:#fff;margin-bottom:2rem}.cardRef{width:100%;overflow:hidden;color:#fff;text-decoration:none}.cardRef__imgBox{width:100%;aspect-ratio:7/8;overflow:hidden}.cardRef__img{width:100%;height:100%;object-fit:cover;scale:1.01;transition:all .2s ease}.cardRef__info{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}.cardRef__type{color:#ffa52c}.cardRef__title{margin-bottom:0}.cardRef__location{display:flex;flex-direction:row;gap:.5rem;align-items:center}.cardRef__locationIcon{margin-bottom:.3rem}.cardRef:hover .cardRef__img{transform:scale(1.04)}.map{height:21rem;width:100%}.map__box{height:100%;width:100%}.map--references{margin-bottom:4rem}.map-marker:before{content:url(/uploads/icons/location.svg);width:1.625rem;height:auto}.map-marker--privateSector:before{content:url(/uploads/icons/location.svg);width:1.625rem;height:auto}.map-marker--openbareSector:before{content:url(/uploads/icons/location-grey.svg);width:1.625rem;height:auto}.map-marker--projectontwikkeling:before{content:url(/uploads/icons/location-blue.svg);width:1.625rem;height:auto}.leaflet-tile-pane{filter:grayscale(1)}.leaflet-control-attribution{background:transparent!important;font-size:.625rem;opacity:.5}.leaflet-control-attribution,.leaflet-control-attribution a{color:#6b6b6b!important;text-decoration:none}.map-infowindow{padding-right:1rem}.map-infowindow h2{color:#ffa52c;font-size:1rem;margin-bottom:1rem}.map-infowindow-link{color:#0f213e}.map-infowindow-link:hover{color:#ffa52c}.placeholder{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;font-size:1.375rem;font-weight:700;height:100%;width:100%;background-color:#ffa52c}.margin{width:85%;max-width:1200px}@media screen and (min-width: 1024px){.margin{width:90%}}.section{margin:2rem 0}@media screen and (min-width: 768px){.section{margin:3.5rem 0}}@media screen and (min-width: 1024px){.section{margin:4.5rem 0}}.center{width:100%;display:flex;flex-direction:column;align-items:center}.grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media screen and (min-width: 768px){.grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.grid{grid-template-columns:repeat(3,1fr)}}.grid--wideGap{gap:3rem}@media screen and (min-width: 1024px){.grid--2col{grid-template-columns:repeat(2,1fr);gap:4.5rem}}.header{height:12vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;position:relative}@media screen and (min-width: 1024px){.header{height:6.625rem;position:relative}}.header__top{display:none}@media screen and (min-width: 1024px){.header__top{width:100vw;height:2.5rem;position:absolute;right:0;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center}}.header__topFill{display:none}@media screen and (min-width: 1024px){.header__topFill{display:block;width:40%;height:100%;position:absolute;right:0;background-color:#0f213e}}.header__subNavContainer{display:none}@media screen and (min-width: 1024px){.header__subNavContainer{display:flex;flex-direction:row;justify-content:flex-end;height:100%;z-index:1}}.header__subNavBox{display:none}@media screen and (min-width: 1024px){.header__subNavBox{height:100%;width:fit-content;background-color:#0f213e;padding-left:2.75rem;border-radius:0 0 0 4.5rem;display:flex;flex-direction:row;gap:1.5rem;align-items:center}}.header__subNav{display:none}@media screen and (min-width: 1024px){.header__subNav{display:block;color:#fff;text-decoration:none;font-weight:400;font-size:.875rem}.header__subNav:hover{color:#ffa52c}.header__subNav--highlight{font-size:.75rem;padding:.125rem 1rem;background-color:#ffa52c;border-radius:1rem}.header__subNav--highlight:hover{background-color:#f88e00;color:#0f213e}}.header__main{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%}.header__mainNavBox{display:none}@media screen and (min-width: 1024px){.header__mainNavBox{display:flex;flex-direction:row;height:100%;margin-right:-1.4rem}}.header__mainNav{display:none}@media screen and (min-width: 1024px){.header__mainNav{height:100%;padding:1.4rem;box-sizing:border-box;background-color:#fff0;display:flex;align-items:flex-end;font-size:1.125rem;line-height:1;font-weight:700;color:#0f213e;text-decoration:none}.header__mainNav:hover{color:#ffa52c;background-color:#ffffff40}}.header__btn{display:flex;flex-direction:column;gap:.5rem;background-color:transparent;border:none}@media screen and (min-width: 1024px){.header__btn{display:none}}.header__btn--open{position:fixed;top:0;right:7.5%;z-index:10;height:12vh;display:flex;align-items:center;justify-content:center}.header__bar{width:2rem;height:.2rem;background-color:#ffa52c;transition:all .4s ease}@media screen and (min-width: 1024px){.header__bar{display:none}}.header__bar--left{transform:rotate(45deg);transform-origin:top left}.header__bar--hide{opacity:0}.header__bar--right{transform:rotate(-45deg);transform-origin:bottom left}.header__mobileCon{height:100%;width:80vw;box-shadow:-1px 0 20px #ffffff0d;position:fixed;top:0;left:-80vw;z-index:10;display:flex;flex-direction:column;gap:2rem;background-color:#0f213e;padding:0 2rem 2rem;transition:all .4s ease}@media screen and (min-width: 1024px){.header__mobileCon{display:none}}.header--open{left:0}.header--closed{left:-80vw}.header__mobileWord{color:#ffa52c;font-weight:700;font-size:2.125rem;height:12vh;display:flex;align-items:center}.header__mobileNavCon{display:flex;flex-direction:column;gap:.75rem}.header__mobileNav{color:#fff;text-decoration:none;font-size:1.25rem;font-weight:700}.header__mobileNav--sub{font-weight:400;font-size:1rem}.header__mobileNav--subHighlight{font-weight:400;font-size:1rem;padding:.125rem 1rem;background-color:#ffa52c;border-radius:1rem;width:fit-content}.header__subNav--selected,.header__mainNav--selected,.header__mobileNav--selected{color:#ffa52c}.header__subNav--selected.header__subNav--highlight,.header__subNav--selected.header__mobileNav--subHighlight,.header__mainNav--selected.header__subNav--highlight,.header__mainNav--selected.header__mobileNav--subHighlight,.header__mobileNav--selected.header__subNav--highlight,.header__mobileNav--selected.header__mobileNav--subHighlight{background-color:#f88e00;color:#0f213e}.heroPrim{margin-top:-12vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 1024px){.heroPrim{margin-top:-6.625rem}}.heroPrim__bg{position:relative;width:100%;z-index:-1}.heroPrim__imgBox{width:100vw;height:25rem;overflow:hidden;border-radius:0 0 0 40%;position:relative}@media screen and (min-width: 1024px){.heroPrim__imgBox{height:39rem}}.heroPrim__overlay{height:100%;width:100%;border-radius:0 0 0 40%;box-shadow:10px -8px 17px -8px #0f213e4d inset;-webkit-box-shadow:10px -8px 17px -8px rgba(15,33,62,.3) inset;-moz-box-shadow:10px -8px 17px -8px rgba(15,33,62,.3) inset;position:absolute;top:0;left:0}.heroPrim__img{height:100%;width:100%;object-fit:cover}.heroPrim__fillBox{height:28rem;width:110vw;background-color:#ffa52c;border-radius:0 0 0 35%;box-shadow:10px -8px 17px -8px #0f213e4d inset;-webkit-box-shadow:10px -8px 17px -8px rgba(15,33,62,.3) inset;-moz-box-shadow:10px -8px 17px -8px rgba(15,33,62,.3) inset;overflow:hidden;position:absolute;top:0;left:-2.5vw;z-index:-3}@media screen and (min-width: 1024px){.heroPrim__fillBox{height:44rem;left:-2vw}}.heroPrim__textBox{background-color:#0f213e;width:100%;padding:1.75rem;margin-top:-10rem}@media screen and (min-width: 1024px){.heroPrim__textBox{margin-top:-18rem;padding:4rem;width:75%}}@media screen and (min-width: 1280px){.heroPrim__textBox{width:65%}}.heroPrim__text p{color:#fff;margin:1.5rem 0}.heroPrim__title{color:#fff;width:100%}@media screen and (min-width: 1024px){.heroPrim__title{width:90%}}.heroSec{display:flex;flex-direction:column;align-items:center}.heroSec__bg{width:100vw;display:flex;flex-direction:column;align-items:center;position:relative;z-index:-1}.heroSec__imgBox{width:100%;height:30vh;max-height:24rem;overflow:hidden;display:flex;justify-content:center;align-items:center;border-bottom-left-radius:1rem}@media screen and (min-width: 1024px){.heroSec__imgBox{width:90%;margin:0 5%;border-bottom-left-radius:20%}}.heroSec__img{width:100%;height:100%;object-fit:cover}.heroSec__placeholder{height:100%;width:100%;background-color:#0f213e;display:flex;flex-direction:row;align-items:center;justify-content:center}.heroSec__placeholderText{color:#fff;font-size:8rem;font-weight:700}.heroSec__overlay{height:calc(100% + 3rem);width:50%;position:absolute;bottom:-5%;right:0;border-bottom:solid #FFA52C 1.75rem}@media screen and (min-width: 1024px){.heroSec__overlay{margin-right:5%;border-bottom:solid #FFA52C 2.75rem}}.heroSec__overlayCurve{height:calc(100% + 3rem);width:40%;position:absolute;bottom:-5%;left:-10%;border-bottom:solid #FFA52C 1.75rem;border-left:solid #FFA52C 1.75rem;border-bottom-left-radius:40%;box-sizing:content-box}@media screen and (min-width: 1024px){.heroSec__overlayCurve{border-bottom:solid #FFA52C 2.75rem;border-bottom-left-radius:80%;border-left:none}}.heroSec__icon{display:none}@media screen and (min-width: 1024px){.heroSec__icon{display:block;width:17%;height:fit-content;position:absolute;left:0;bottom:-5%;color:#ffa52c}}.heroSec__textBox{background-color:#fff;padding:1.75rem;margin-top:-8rem;width:100%}@media screen and (min-width: 1024px){.heroSec__textBox{padding:4rem;width:65%;margin-left:2.5rem}}@media screen and (min-width: 1280px){.heroSec__textBox{margin-left:0}}.heroSec__title{display:flex;flex-direction:column;text-wrap:balance;margin-top:1.5rem;margin-bottom:1.5rem}.heroSec__title span{color:#ffa52c}.heroSec__content{display:flex;flex-direction:column}@media screen and (min-width: 1024px){.heroSec__content{flex-direction:row;justify-content:space-between;gap:4rem}}.heroSec__linksCon{margin-top:4rem;width:100%}@media screen and (min-width: 1024px){.heroSec__linksCon{width:25%}}.heroSec__linkLogo{width:12rem}.heroSec__links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;width:100%}.heroSec__link{background-color:#f2f7f9;text-decoration:none;color:#0f213e;font-weight:600;padding:.75rem 1.5rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.heroSec__link:hover{background-color:#ecf3f5}.heroSec__button{width:fit-content;margin-top:2rem;padding:.75rem 1.5rem;background-color:#0f213e}.heroTer{width:100%;min-height:27.4rem;overflow:hidden;position:relative;padding-block:2.5rem;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width: 1024px){.heroTer{padding-block:5rem;margin-bottom:4.5rem}}.heroTer__bg{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:-10}.heroTer__bg:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#0f213eeb}.heroTer__img{width:100%;height:100%;object-fit:cover}.heroTer__box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4rem}@media screen and (min-width: 1024px){.heroTer__box{flex-direction:row}}.heroTer__content{width:100%;display:flex;flex-direction:column}@media screen and (min-width: 1024px){.heroTer__content{width:58%}}.heroTer__title{display:flex;flex-direction:column;color:#ffa52c;margin-bottom:1rem;margin-top:2rem}@media screen and (min-width: 1024px){.heroTer__title{margin-bottom:1.5rem;margin-top:1.5rem}}.heroTer__text{color:#fff}.heroTer__logo{display:none}@media screen and (min-width: 1024px){.heroTer__logo{display:flex;justify-content:center;align-items:center;width:22%;border:solid #FFA52C .1rem}}.heroTer__logoImg{width:100%}.serviceList__cards{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem}@media screen and (min-width: 768px){.serviceList__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.serviceList__cards{grid-template-columns:repeat(4,1fr)}}.serviceList__card{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:.8rem}.serviceList__cardTitle{color:#ffa52c}.serviceList .link{justify-self:flex-end}.summary{width:100%;display:flex;flex-direction:column;align-items:center}.summary__top{position:relative;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 1024px){.summary__top{display:block}}.summary__imgBox{width:100%;aspect-ratio:3/2;overflow:hidden}@media screen and (min-width: 1024px){.summary__imgBox{width:55%}}.summary__img{height:100%;width:100%;object-fit:cover}.summary__textBox{width:100%;background-color:#ffa52c;color:#fff;padding:1.75rem}@media screen and (min-width: 1024px){.summary__textBox{width:55%;padding:4rem;position:absolute;right:0;bottom:-2.5rem}}.summary__title{width:90%}@media screen and (min-width: 1024px){.summary__title{width:100%}}.summary__main{background-color:#0f213e;width:100%;display:flex;justify-content:center;padding:10.75rem 0 5.75rem;margin-top:-7.25rem}@media screen and (min-width: 1024px){.summary__main{padding:15.75rem 0 10.75rem}}.summary__cards{display:grid;grid-template-columns:repeat(1,1fr);column-gap:3rem;row-gap:4.25rem;color:#fff}@media screen and (min-width: 768px){.summary__cards{grid-template-columns:repeat(2,1fr);row-gap:7.25rem}}@media screen and (min-width: 1024px){.summary__cards{grid-template-columns:repeat(3,1fr);row-gap:7.25rem}}.summary__cardTitle{color:#ffa52c;margin-top:1.5rem}.summary__cardImg{width:4.5rem;height:4rem}.quote{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0}@media screen and (min-width: 1024px){.quote{flex-direction:row;gap:0;padding:0 5%}}.quote__portret{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media screen and (min-width: 1024px){.quote__portret{width:30%}}.quote__text{width:90%;text-align:center;font-size:1.8rem;font-weight:500}@media screen and (min-width: 1024px){.quote__text{width:70%;text-align:left;font-size:2.125rem}}.quote__imgBox{height:12rem;width:12rem;border-radius:20rem;overflow:hidden;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.quote__img{height:100%;width:100%;object-fit:cover}.quote__quote{color:#ffa52c;font-size:12rem;font-weight:600;font-style:italic;line-height:2.3;z-index:1;position:absolute;left:calc(50% - 6.5rem);top:0;height:10rem;width:fit-content;transform:scale(-1)}.quote__name{text-transform:uppercase;font-size:1.15rem}@media screen and (min-width: 1024px){.quote__name{font-size:1.375rem}}.cta{display:flex;justify-content:center;align-items:center;width:100%}.cta__container{display:flex;justify-content:center;align-items:center}.cta__box{background-color:#ffa52c;padding:1.75rem;width:100%;max-width:42.4375rem;display:flex;flex-direction:column;align-items:flex-start;color:#fff}@media screen and (min-width: 768px){.cta__box{padding:2.6666666667rem 4rem;align-items:center}}@media screen and (min-width: 1024px){.cta__box{padding:2.6666666667rem 4rem}}.cta .link{background-color:#0f213e;padding:1rem 2rem}.cta--darkbg{background-color:#0f213e;width:100%;margin-bottom:-6rem;padding-block:4rem}.ctaImg{position:relative;display:flex;flex-direction:column-reverse}@media screen and (min-width: 1024px){.ctaImg{margin-bottom:12rem}}@media screen and (min-width: 1280px){.ctaImg{margin-bottom:22.5rem}}.ctaImg__content{background-color:#0f213e;color:#fff;width:100%;padding:1.75rem}@media screen and (min-width: 1024px){.ctaImg__content{width:60%;padding:4rem;padding-right:20%}}.ctaImg__title{color:#ffa52c}.ctaImg .link{margin-top:1.5rem}.ctaImg__logoBox{display:none}@media screen and (min-width: 1024px){.ctaImg__logoBox{display:block;width:fit-content;position:absolute;right:10%;top:15%}}@media screen and (min-width: 1280px){.ctaImg__logoBox{right:10%;top:25%}}@media screen and (min-width: 1024px){.ctaImg__logo{height:3rem;width:15rem}}.ctaImg__imgBox{width:100%;aspect-ratio:3/2;overflow:hidden}@media screen and (min-width: 1024px){.ctaImg__imgBox{width:55%;position:absolute;right:0;bottom:-20%}}@media screen and (min-width: 1280px){.ctaImg__imgBox{right:0;bottom:-50%}}.ctaImg__img{width:100%;height:100%;object-fit:cover}.ti{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 1024px){.ti{flex-direction:row;gap:4rem}}@media screen and (min-width: 1280px){.ti{align-items:flex-end}}.ti__imgBox{width:100%;aspect-ratio:3/2;overflow:hidden}@media screen and (min-width: 1024px){.ti__imgBox{width:60%}}.ti__img{width:100%;height:100%;object-fit:cover}.ti__content{width:100%}@media screen and (min-width: 1024px){.ti__content{width:40%}}@media screen and (min-width: 1280px){.ti__content{padding-bottom:2rem}}.ti__title{color:#ffa52c}@media screen and (min-width: 1024px){.ti--reversed{flex-direction:row-reverse;align-items:center}}@media screen and (min-width: 1024px){.ti--reversed .ti__imgBox{width:40%;aspect-ratio:5/4}}@media screen and (min-width: 1024px){.ti--reversed .ti__content{width:60%}}.tbi{display:flex;flex-direction:column;position:relative}@media screen and (min-width: 1024px){.tbi{flex-direction:row;justify-content:flex-end;margin-top:8.5rem}}.tbi__content{width:100%;background-color:#0f213e;color:#fff;padding:1.75rem}@media screen and (min-width: 1024px){.tbi__content{width:56%;padding:4rem}}.tbi__title{color:#ffa52c;width:100%}@media screen and (min-width: 1024px){.tbi__title{width:75%}}.tbi__imgBox{width:100%;aspect-ratio:3/2;overflow:hidden;z-index:-1}@media screen and (min-width: 1024px){.tbi__imgBox{min-height:22rem;position:absolute;top:-4rem;left:0;width:50%}}@media screen and (min-width: 1280px){.tbi__imgBox{min-height:auto}}.tbi__img{height:100%;width:100%;object-fit:cover}.tbi .link{margin-top:2rem}.tbi__downloads{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.tbi__download{color:#fff;font-weight:700;padding:.75rem 1.5rem;width:fit-content;background-color:#ffa52c;display:flex;flex-direction:row;align-items:center;gap:.8rem}.tbi__icon{color:#fff;padding-bottom:.3rem;height:1rem;transition:all .2s ease}.tbi__download:hover{background-color:#fff;color:#ffa52c}.tbi__download:hover .tbi__icon{transform:translate(.2rem);color:#ffa52c}.tbi--reversed{justify-content:flex-start;margin-top:2rem;margin-bottom:2rem}@media screen and (min-width: 1024px){.tbi--reversed{margin-top:4.5rem;margin-bottom:8.5rem}}.tbi--reversed .tbi__content{padding-right:12%}.tbi--reversed .tbi__title{width:100%}.tbi--reversed .tbi__imgBox{right:0;left:auto;bottom:-4rem;top:auto;z-index:1}.tbi__pdf:hover,.tbi__pdf:hover .tbi__icon{color:#0f213e}.breadcrumbs{margin-top:1rem;margin-bottom:-1.5rem}@media screen and (min-width: 1024px){.breadcrumbs{margin-top:7rem;margin-bottom:-3.5rem}}.prodSheet__title{color:#ffa52c;font-size:1.8rem;margin-bottom:1rem}@media screen and (min-width: 1024px){.prodSheet__title{font-size:2.125rem;margin-bottom:2rem}}.prodSheet__list{display:flex;flex-direction:column;gap:1.5rem}.prodSheet__item{background-color:#d4d5d733;padding:1rem;display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width: 1024px){.prodSheet__item{padding:2.5rem;flex-direction:row;gap:3rem}}.prodSheet__itemTitle{font-weight:600}.prodSheet__imgBox{height:100%;aspect-ratio:3/2;overflow:hidden}@media screen and (min-width: 1024px){.prodSheet__imgBox{width:30%}}.prodSheet__img{height:100%;width:100%;object-fit:cover}.prodSheet__ph{width:100%;height:100%;background-color:#0f213e;color:#fff;display:flex;justify-content:center;align-items:center}.prodSheet__ph p{font-weight:700;font-size:2rem}.prodSheet__content{width:100%}@media screen and (min-width: 1024px){.prodSheet__content{width:70%}}.prodSheet__text{margin-bottom:2.5rem}.table__title{color:#ffa52c}.table__table{display:none}@media screen and (min-width: 1024px){.table__table{display:inline-table;width:100%;border-collapse:collapse}}@media screen and (min-width: 1024px){.table__caption{caption-side:bottom;margin-top:1.5rem;font-style:italic}}@media screen and (min-width: 1024px){.table__thead{background-color:#ffa52c;color:#fff;text-align:left;text-transform:uppercase}}@media screen and (min-width: 1024px){.table__tbody{text-align:left}}@media screen and (min-width: 1024px){.table__tcolumn{padding:1rem 1.5rem}}@media screen and (min-width: 1024px){.table__tcolumn--data{border-bottom:solid rgba(15,33,62,.2) .1rem;padding-block:1.5rem}}@media screen and (min-width: 1024px){.table__tcolumn--link{width:18%}}@media screen and (min-width: 1440px){.table__tcolumn--link{width:14%}}.table__link{display:flex;flex-direction:row;gap:.8rem;align-items:center;color:#0f213e;text-decoration:none}.table__link:hover{color:#ffa52c}.table__link:hover .table__icon{transform:translate(.2rem)}.table__link--white{color:#fff;margin-top:.5rem}.table__link--white:hover{color:#0f213e}.table__icon{padding-bottom:.15rem;height:1rem;color:#ffa52c;transition:all .2s ease-in}.table__icon--white{color:#fff;margin-right:.25rem;transform:rotate(90deg)}.table__icon--blue{color:#0f213e}.table__list{display:flex;flex-direction:column;gap:.5rem;list-style:none}@media screen and (min-width: 1024px){.table__list{display:none}}.table__item{background-color:#ffa52c;color:#fff;padding:1rem}.table__bold{font-weight:700}.table__itemTitle{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:1.25rem}.table__itemInfoBox{display:flex;flex-direction:column;gap:.5rem}.table__itemInfoBox:before{content:"";display:block;height:0rem;width:100%}.table__itemTitle--open .table__icon{transform:rotate(-90deg)}.articles__title{color:#0f213e;font-size:1.8rem;margin-bottom:1rem}@media screen and (min-width: 1024px){.articles__title{font-size:2.125rem;margin-bottom:2rem}}.articles__title--no-margin{margin-bottom:0rem}.articles__intro{margin-bottom:2rem;max-width:45rem}.contact .crumbs{margin-bottom:1rem}.contact__text{width:100%;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.contact__text{width:40%;margin-bottom:3rem}}.contact__infoBox{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.contact__infoBox{margin-bottom:3rem}}.contact__infoBox a:hover{color:#ffa52c}.contact__info{display:flex;flex-direction:row;align-items:center;gap:1rem;text-decoration:none;color:#0f213e}.contactBg{display:none}@media screen and (min-width: 1024px){.contactBg{display:block;position:absolute;right:0;top:12vh;width:50%;height:50rem;aspect-ratio:1/1;z-index:-1;overflow:hidden}}@media screen and (min-width: 1024px){.contactBg{top:7rem}}.contactBg__img{height:100%;width:100%;object-fit:cover}.vloot{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:-6rem}.vloot__formCon{background-color:#0f213e;width:100%;display:flex;justify-content:center;padding:6rem 0}.vloot__form{display:flex;align-items:bottom;flex-direction:column}@media screen and (min-width: 1024px){.vloot__form{flex-direction:row;gap:5rem}}@media screen and (min-width: 1280px){.vloot__form{gap:8rem}}.vloot__iconsCon{display:grid;grid-template-rows:auto;grid-template-columns:repeat(2,1fr);padding:4rem 0;gap:1rem;justify-items:center;align-items:center}@media screen and (min-width: 1024px){.vloot__iconsCon{grid-template-rows:repeat(2,min-content);grid-template-columns:1fr;margin-top:auto;gap:5rem;flex-grow:1;justify-items:start}}.vloot__icon{max-width:15.625rem;width:100%;height:auto}.detail__title{width:100%}.detail__subTitle{font-weight:400;margin-top:.5rem}.detail__imgCon{width:100%;height:fit-content;display:flex;flex-direction:column;gap:.75rem}.detail__imgMain{display:inline-block;width:100%;height:fit-content;overflow:hidden}.detail__imgList{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:.25rem}@media screen and (min-width: 1024px){.detail__imgList{gap:.5rem}}.detail__imgBox{width:100%;aspect-ratio:1/1;overflow:hidden;padding:.25rem;border:solid 1px #D4D5D7;border-radius:5px;cursor:pointer}@media screen and (min-width: 1024px){.detail__imgBox{padding:.5rem}}.detail__imgBox:nth-child(-n+3){display:block}.detail__img{max-width:100%;object-fit:cover}.detail__imgSmall{width:100%;height:100%;object-fit:cover}.detail__content{margin-top:2rem}.detail__contentTitle,.detail__text{width:100%}.detail__contentTitle{color:#ffa52c;font-style:italic}.detail__text{margin-bottom:2rem}.detail__text h3{margin-top:2.5rem}.detail__text a{color:#ffa52c}.detail .hide{display:none}.detail__fiche{color:#ffa52c}.detail__fiche:hover{color:#0f213e}.detail__button{width:fit-content;padding:.75rem 1.5rem;background-color:#0f213e}.detail--no-m-bottom{margin-bottom:0}.refDetail{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#0f213e;color:#fff;padding:2.5rem 0}@media screen and (min-width: 768px){.refDetail{padding:3.5rem 0}}@media screen and (min-width: 1024px){.refDetail{padding:4.5rem 0 9rem}}.refDetail__title{margin-top:1rem}.refDetail__info{width:100%;display:flex;flex-direction:column;margin-top:1.75rem}@media screen and (min-width: 1024px){.refDetail__info{flex-direction:row;gap:4rem;margin-top:4rem}}.refDetail__imgCon{width:100%}@media screen and (min-width: 1024px){.refDetail__imgCon{width:75%}}.refDetail__imgMain{width:100%;aspect-ratio:3/2}.refDetail__imgList{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;margin-bottom:1rem}@media screen and (min-width: 768px){.refDetail__imgList{grid-template-columns:repeat(5,1fr)}}.refDetail__imgItem{width:100%;aspect-ratio:3/2;overflow:hidden}.refDetail__imgItem--hide{display:none}.refDetail__img{width:100%;height:100%;object-fit:cover}.refDetail__details{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}@media screen and (min-width: 1024px){.refDetail__details{width:25%;margin-top:2rem;gap:1.5rem}}.refDetail__text p{margin-bottom:1.5rem}.refDetail__text h2{margin-top:1.75rem}@media screen and (min-width: 1024px){.refDetail__text h2{margin-top:4rem}}.refDetail__text a{color:#ffa52c}.refDetail__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem}@media screen and (min-width: 1024px){.refDetail__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}}.refDetail__detail{display:flex;flex-direction:row;gap:2rem}.refDetail__row{display:flex;flex-direction:column;gap:.5rem}.refDetail__detailTitle{margin-bottom:0;font-size:1rem}.refDetail .hide{display:none}.refDetail__icon{width:1rem}.references{width:100%;background-color:#0f213e;color:#fff;display:flex;justify-content:center}.references__title{color:#fff;margin-block:1rem}.references__intro{max-width:50rem;margin-bottom:2rem}.references__mapCon{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.references__mapCon{align-items:flex-end}}.references__pType{display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:1.5rem 1rem;border-radius:1rem 1rem 0 0;width:100%}@media screen and (min-width: 768px){.references__pType{flex-direction:row;width:fit-content;gap:1.5rem;border-radius:.75rem 0 0;padding:1rem 1.75rem}}.references__pTypeBox{display:flex;flex-direction:row;gap:.5rem;align-items:center}.references__pTypeColor{height:1rem;width:1rem}.references__pTypeColor--yellow{background-color:#ffa52c}.references__pTypeColor--white{background-color:#fff}.references__pTypeColor--blue{background-color:#ffffff1a}.references__pTypeName{font-size:.85rem;line-height:1;margin-top:.2rem;font-weight:700}.references__pTypeName--blue{color:#0f213e}.references__pTypeName--yellow{color:#ffa52c}.references__pTypeName--grey{color:#d4d5d7}.references__list{width:100%}.references__filtersCon{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media screen and (min-width: 1024px){.references__filtersCon{flex-direction:row;align-items:center;gap:1.5rem}}.references__filters{display:flex;flex-direction:column;width:100%;position:relative}@media screen and (min-width: 1024px){.references__filters{width:12rem}}.references__filterOptions{display:flex;flex-direction:column;width:100%;background-color:#fff}@media screen and (min-width: 1024px){.references__filterOptions{position:absolute;top:3rem;left:0;z-index:1}}.references__filter{border:none;display:flex;align-items:center;text-align:left;font-family:poppins,sans-serif;font-size:.85rem;line-height:1;padding:1rem 1.25rem 1rem 1rem}.references__filter--subject{justify-content:space-between;height:3rem}.references__filter--subject:hover{cursor:pointer}.references__filter--option{gap:.75rem;padding:.5rem 1.25rem .5rem 1rem;color:#0f213e}.references__filter--option:first-child{padding-top:1rem}.references__filter--option:last-child{padding-bottom:1rem}.references__filterCheck{height:1.25rem;width:1.25rem;border:solid #FFA52C .1rem}.references__filterCheck--selected{background-color:#ffa52c}.references__filter--hide{display:none}.references__filterIcon{color:#ffa52c;transform:rotate(90deg);transition:all .2s ease}.references__filters-selected{margin-bottom:2rem;margin-top:-1rem;display:flex;flex-direction:row;align-items:center;gap:.85rem}.references__filter-selected{background-color:transparent;border:none;color:#fff;display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:1rem;font-weight:700}.references__del{background-color:#eb2b2b;border:none;color:#fff;display:flex;flex-direction:row;gap:.5rem;align-items:center;height:fit-content}.references__del--icon{fill:#fff;margin-bottom:.1rem}.references .hide{display:none}.references input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #FFA52C;border-radius:0;outline:none;cursor:pointer;position:relative}.references input[type=checkbox]{background-color:#fff}.references input[type=checkbox]:checked{background-color:#ffa52c;border-color:#ffa52c}.references input[type=checkbox]:checked:before{content:url(../../assets/icons/check-white.svg);display:block;padding:.1rem}.references input[type=checkbox]:hover{background-color:#ffa52c}.references__filter--open .references__filterIcon{transform:rotate(-90deg)}.references__filter--option:hover{cursor:pointer}.references__filter--option:hover .references__filterCheck{background-color:#ffa52c}.references__del:hover{color:#ffa52c;cursor:pointer}.references__del:hover .references__del--icon{fill:#ffa52c}[x-cloak]{display:none!important}.footer{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3rem}@media screen and (min-width: 1024px){.footer{margin-top:6rem}}.footer__top{background-color:#0f213e;color:#fff;width:100%;padding:5.5rem 0;display:flex;justify-content:center}.footer__main{margin-top:4.5rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:flex-start;row-gap:3rem}@media screen and (min-width: 1280px){.footer__main{margin-block:4.5rem;flex-direction:row;justify-content:space-between}}.footer__bottom{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0;font-size:.85rem}@media screen and (min-width: 1024px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__container{display:grid;grid-template-columns:1fr;row-gap:2rem}@media screen and (min-width: 1024px){.footer__container{grid-template-columns:1fr 1fr}}.footer__textBox{width:100%}@media screen and (min-width: 1024px){.footer__textBox{width:81%}}.footer__title{color:#ffa52c}.footer__formBox{width:100%}@media screen and (min-width: 1024px){.footer__formBox{width:85%}}.footer__info{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 1024px){.footer__info{flex-direction:row;justify-content:space-between;gap:4rem}}.footer__contact{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width: 1024px){.footer__contact{gap:.8rem}}.footer__contactItem{text-decoration:none;color:#ffa52c;display:flex;flex-direction:row;align-items:center;gap:1rem}.footer__contactItem:hover{color:#ffa52c}@media screen and (min-width: 1024px){.footer__contactItem{color:#0f213e;gap:2rem}.footer__contactItem:last-child{margin-left:3.25rem}}.footer__contactItem--no-hover:hover{color:#0f213e}.footer__icon{display:none;width:1.15rem;height:1.15rem}@media screen and (min-width: 1024px){.footer__icon{display:block}}.footer__navContainer{display:flex;flex-direction:column;gap:.25rem}@media screen and (min-width: 1024px){.footer__navContainer{gap:.8rem}}.footer__nav{color:#0f213e;text-decoration:none}.footer__nav:hover{color:#ffa52c}.footer__bottomCon{display:flex;flex-wrap:wrap;flex-direction:row;gap:.5rem;margin-bottom:.5rem}@media screen and (min-width: 1024px){.footer__bottomCon{flex-direction:row;margin-bottom:0rem}}.footer__bottomItem{display:flex;flex-direction:row;align-items:center;font-size:.75rem}@media screen and (min-width: 1024px){.footer__bottomItem{font-size:.85rem}}.footer__bottomItem:after{content:"";display:inline-block;height:.1rem;width:.3rem;background-color:#0f213e;margin-left:.5rem}.footer__bottomItem:last-child:after{display:none}.footer__gdprCon{display:flex;flex-direction:row;gap:1rem}.footer__gdpr{color:#0f213e}.footer__gdpr:hover{color:#ffa52c}.footer__madeby{display:flex;flex-direction:row;gap:.25rem;align-items:center;text-decoration:none;color:#0f213e;align-self:flex-end}.footer__madeby:hover{color:#ffa52c}.footer__g{width:1rem;height:1rem}.error{height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.error h1{color:#ffa52c;font-size:5rem}.error .btn{padding:.75rem 1.5rem;background-color:#0f213e;color:#fff;text-decoration:none;font-size:1rem}.error .btn:hover{background-color:#ffa52c}.textBuilder__title{margin-bottom:2rem;color:#ffa52c}@media screen and (min-width: 1024px){.textBuilder__title{margin-bottom:4rem}}.textBuilder__textBox p{margin-bottom:2rem}.textBuilder__textBox h4{color:#ffa52c;margin-bottom:1rem}.textBuilder__textBox ul,.textBuilder__textBox ol{margin-left:2.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.alert{min-height:25rem;margin-top:6rem}.alert__title{margin-bottom:1.5rem;color:#ffa52c}.alert__text{margin-bottom:1.5rem}
