@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--background: #fff;--primary: rgba(0, 83, 117, .75);--secondair: #eeedeb;--text-dark: #3c3c3c;--text-light: var(--background)}body.home .header{background-color:#fff}.header{padding-top:2rem;padding-bottom:2rem;background-color:var(--secondair)}.header nav{display:flex;align-items:center}.header .logo{width:5.95363rem;height:6.875rem;margin-right:auto}@media only screen and (max-width: 1080px){.header .logo{width:3.6875rem;height:4.25rem}}@media only screen and (max-width: 1080px){.header .menu-menu-1-container{display:none}}.header .header-menu{display:flex}.header .header-menu li{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;margin-right:3.75rem}@media only screen and (max-width: 1080px){.header .header-menu li{font-size:.875rem}}.header .header-menu li a{color:var(--text-dark)}.header .header-menu li.menu-item-has-children{position:relative;padding-right:1.5rem;align-items:center}.header .header-menu li.menu-item-has-children ul{position:absolute;flex-direction:column;gap:.75rem;width:max-content;padding:1rem;border-radius:.375rem;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:4px 4px 10px #5b5b5b12;display:none;z-index:2}.header .header-menu li.menu-item-has-children ul li{margin-right:unset}.header .header-menu li.menu-item-has-children:after{position:absolute;content:"";top:30%;transition:.3s;right:0;width:1rem;height:.5rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 8"><path d="m1 1.5 5 5 5-5" stroke="%233C3C3C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat}.header .header-menu li.menu-item-has-children:hover ul{display:flex}.header .header-menu li.menu-item-has-children:hover:after{rotate:180deg;transform-origin:center}.header .header-cta button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.header .header-cta button{font-size:.875rem}}@media only screen and (max-width: 768px){.header .header-cta button{width:100%}}@media only screen and (max-width: 1080px){.header .header-cta button{display:none}}.header__toggle{display:none}@media only screen and (max-width: 1080px){.header__toggle{display:block;background:transparent;border:none}.header__toggle svg{height:1.5rem;width:auto}}footer.footer{padding-top:5rem;padding-bottom:5rem;background-color:var(--primary)}@media only screen and (max-width: 1080px){footer.footer{padding-top:2.5rem;padding-bottom:2.5rem}}footer.footer .footer__grid{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width: 768px){footer.footer .footer__grid{grid-template-columns:1fr;gap:2rem}}footer.footer .footer__list{padding-inline-start:0;margin-bottom:0;margin-top:0;display:flex;flex-direction:column;gap:1rem}footer.footer .footer__list li{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;font-weight:600;color:var(--text-light)}footer.footer .footer__list li a{color:inherit}footer.footer .footer__contact{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;font-weight:600;color:var(--text-light);margin-bottom:.5rem}footer.footer .footer__address p{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;color:var(--text-light);margin-bottom:2rem}@media only screen and (max-width: 768px){footer.footer .footer__address p{margin-bottom:unset}}footer.footer .footer__link{display:block;margin-bottom:.125rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;color:var(--text-light);text-decoration:underline}footer.footer .footer__kvk{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;color:var(--text-light)}footer.footer .footer__general{margin-top:auto}footer.footer .footer__logos{display:flex;flex-direction:column;align-items:flex-end;gap:2.5rem}@media only screen and (max-width: 768px){footer.footer .footer__logos{grid-row:1;align-items:flex-start}}footer.footer .footer__logo{width:6.375rem;height:7.36163rem;margin-left:auto}@media only screen and (max-width: 768px){footer.footer .footer__logo{margin-left:unset}}footer.footer .footer__logo img{width:6.375rem;height:7.36163rem}footer.footer .footer__socials{display:flex;gap:.65rem}footer.footer .footer__social{width:1.625rem;height:1.625rem}.mobile-menu{display:none}.mobile-menu .header-container{display:flex;flex-direction:column}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-top:2rem}.mobile-menu__top .logo svg{height:1.83469rem;width:auto}@media only screen and (max-width: 768px){.mobile-menu__top .logo svg{height:1.60338rem}}.mobile-menu__close{display:block;background:transparent;border:none;padding:0;cursor:pointer}.mobile-menu__close svg{width:1.6875rem}.mobile-menu.is-open{position:absolute;z-index:10;left:0;top:0;display:block;width:100vw;height:100vh;background-color:var(--secondair);text-align:center}.mobile-menu.is-open .menu-menu-1-container{display:flex;text-align:left}.mobile-menu.is-open .menu-menu-1-container ul{flex-direction:column;justify-content:flex-start;padding-inline-start:0;gap:1.5rem;margin-bottom:2.5rem}.mobile-menu.is-open .menu-menu-1-container ul li:after{display:none}.mobile-menu.is-open .menu-menu-1-container ul li a{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600}@media only screen and (max-width: 1080px){.mobile-menu.is-open .menu-menu-1-container ul li a{font-size:1rem}}.mobile-menu.is-open .menu-menu-1-container ul li ul.sub-menu{display:block;position:relative;background:unset;box-shadow:unset;margin-bottom:0;padding-bottom:0}.mobile-menu.is-open .menu-menu-1-container ul li ul.sub-menu li{margin-bottom:1rem}.mobile-menu__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);width:100%}@media only screen and (max-width: 1080px){.mobile-menu__button{font-size:.875rem}}@media only screen and (max-width: 768px){.mobile-menu__button{width:100%}}.page-header{padding-top:5rem;padding-bottom:5rem;background-color:var(--secondair)}.page-header__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.3;max-width:55rem}.page-main{padding-top:5rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.page-main{padding-top:2.5rem;padding-bottom:2.5rem}}.page-main__grid{display:grid;grid-template-columns:4fr 3fr;gap:4rem}@media only screen and (max-width: 1080px){.page-main__grid{grid-template-columns:1fr;gap:1rem}}.page-main__grid .slds-button.slds-button_brand{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);background-color:var(--primary);color:var(--text-light)}@media only screen and (max-width: 1080px){.page-main__grid .slds-button.slds-button_brand{font-size:.875rem}}@media only screen and (max-width: 768px){.page-main__grid .slds-button.slds-button_brand{width:100%}}.page-main__content{padding-right:4rem;font-family:Open Sans,sans-serif;font-style:normal}.page-main__content p{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;line-height:1.5;font-weight:400}.page-main__content p+p{margin-top:1.5rem}.page-main__content ul{margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}.page-main__content ul li{list-style:disc}.page-main__content ul li em{font-style:normal}.page-main__content ol li{list-style:normal}.page-main__content ol li em{font-style:normal}.page-main__content h2{font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal;margin-bottom:3.75rem}@media only screen and (max-width: 1080px){.page-main__content h2{font-size:1.5rem}}.page-main__content h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal;margin-top:2rem;margin-bottom:1.5rem}@media only screen and (max-width: 1080px){.page-main__content h3{font-size:1.125rem}}.page-main__content a{color:inherit;text-decoration:underline}.page-main__requirements{padding-right:4rem}.page-main__requirements ul{list-style:disc}.page-main__requirements ul li{margin-bottom:.25rem}.sidebar{display:flex;flex-direction:column}.sidebar form{display:flex;gap:1rem;margin-bottom:5.75rem}@media only screen and (max-width: 576px){.sidebar form{flex-direction:column}}.sidebar form input[type=search]{display:flex;width:22.75rem;padding:.125rem 1.625rem;align-items:center;border-radius:.375rem;background:#eeedeb;border:none}@media only screen and (max-width: 576px){.sidebar form input[type=search]{width:unset;height:3rem}}.sidebar form input[type=submit]{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.sidebar form input[type=submit]{font-size:.875rem}}@media only screen and (max-width: 768px){.sidebar form input[type=submit]{width:100%}}.sidebar__details{background-color:var(--primary);padding:1.5rem;border-radius:.75rem;color:var(--text-light);margin-bottom:3rem}.sidebar__details h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal;margin-bottom:.5rem}@media only screen and (max-width: 1080px){.sidebar__details h3{font-size:1.125rem}}.sidebar__details p{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:1.44;font-weight:400}.sidebar__details ul{margin-top:0;margin-bottom:.75rem;padding-inline-start:0}.sidebar__details ul:last-of-type{margin-bottom:0}.sidebar__details li{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400}.sidebar__actions{display:flex;flex-direction:column;gap:1rem;width:18.5rem;margin-left:auto;margin-bottom:2rem}@media only screen and (max-width: 1080px){.sidebar__actions{margin-left:unset;margin-right:auto}}@media only screen and (max-width: 576px){.sidebar__actions{width:unset}}.sidebar__actions.vacancy{margin-top:2rem;margin-bottom:0}.sidebar__actions button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);display:flex;width:100%;justify-content:center;align-items:center;gap:1rem}@media only screen and (max-width: 1080px){.sidebar__actions button{font-size:.875rem}}@media only screen and (max-width: 768px){.sidebar__actions button{width:100%}}.sidebar__actions button.filled{background-color:var(--primary);color:var(--text-light)}.sidebar__actions button svg{width:1.5rem}.sidebar__list-title{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal}@media only screen and (max-width: 1080px){.sidebar__list-title{font-size:1.125rem}}.sidebar__list{margin-top:4rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:0;padding-inline-start:0}.sidebar__list li{width:100%;background-color:var(--secondair);padding:1.5rem;border-radius:.75rem}.sidebar__list li a{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media only screen and (max-width: 576px){.sidebar__list li a{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.sidebar__list li h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600;color:var(--text-dark)}@media only screen and (max-width: 1080px){.sidebar__list li h3{font-size:1rem}}.sidebar__list li span{display:block;font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600;font-size:1rem;text-decoration:underline;color:var(--text-dark);white-space:nowrap}@media only screen and (max-width: 1080px){.sidebar__list li span{font-size:1rem}}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}a{text-decoration:none}img,picture{max-width:100%;display:block}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background)}body.fixed{position:fixed}body.search{padding-top:0;padding-bottom:0}.container{padding:0 2rem;margin-left:auto;margin-right:auto;position:relative;max-width:80rem}@media only screen and (max-width: 1080px){.container{padding:0 1.5rem}}.slds-scope .container{padding:0}@media only screen and (max-width: 1080px){.slds-scope .container{padding:0}}main{overflow-x:hidden}.pt-none{padding-top:0}.pt-normal{padding-top:3rem}@media only screen and (max-width: 1080px){.pt-normal{padding-top:1.25rem}}.pt-large{padding-top:6rem}@media only screen and (max-width: 1080px){.pt-large{padding-top:2.5rem}}.pb-none{padding-bottom:0}.pb-normal{padding-bottom:3rem}@media only screen and (max-width: 1080px){.pb-normal{padding-bottom:1.25rem}}.pb-large{padding-bottom:6rem}@media only screen and (max-width: 1080px){.pb-large{padding-bottom:2.5rem}}.page-not-found{padding-top:12rem;padding-bottom:8rem}.page-not-found__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}@media only screen and (max-width: 1080px){.page-not-found__title{font-size:2rem}}.page-not-found__text{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:1.44;font-weight:400;margin-bottom:2rem}.page-not-found__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.page-not-found__button{font-size:.875rem}}@media only screen and (max-width: 768px){.page-not-found__button{width:100%}}.wp-block-buttons-is-layout-flex{display:flex;gap:1rem}.is-content-justification-center{justify-content:center}.search-results{padding-top:5rem;padding-bottom:5rem}.hero__grid{display:grid;grid-template-columns:repeat(2,1fr);background-color:var(--secondair);border-radius:.75rem}@media only screen and (max-width: 768px){.hero__grid{grid-template-columns:1fr}}.hero__content{padding:5rem}@media only screen and (max-width: 1080px){.hero__content{padding:3rem}}@media only screen and (max-width: 768px){.hero__content{padding:2rem 1.5rem}}.hero__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}@media only screen and (max-width: 1080px){.hero__title{font-size:2rem}}.hero__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);background:var(--primary);color:var(--background);border:none}@media only screen and (max-width: 1080px){.hero__button{font-size:.875rem}}@media only screen and (max-width: 768px){.hero__button{width:100%}}.hero__image{min-height:31rem;height:100%;width:100%}.hero__image img{height:100%;width:100%;object-fit:cover;border-radius:0rem .75rem .75rem 0rem}@media only screen and (max-width: 768px){.hero__image{min-height:unset;height:18rem}.hero__image img{border-radius:0rem 0rem .75rem .75rem}}.search{padding-top:5rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.search{padding-top:2.5rem;padding-bottom:2.5rem}}.search__heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.75rem;gap:1.5rem}@media only screen and (max-width: 1080px){.search__heading{flex-direction:column;align-items:flex-start;margin-bottom:2rem}}.search__heading form{display:flex;gap:1rem}@media only screen and (max-width: 768px){.search__heading form{width:100%}}.search__heading form input[type=search]{display:flex;width:22.75rem;padding:.125rem 1.625rem;align-items:center;border-radius:.375rem;background:#eeedeb;border:none}@media only screen and (max-width: 768px){.search__heading form input[type=search]{width:100%}}.search__heading form input[type=submit]{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.search__heading form input[type=submit]{font-size:.875rem}}@media only screen and (max-width: 768px){.search__heading form input[type=submit]{width:100%}}@media only screen and (max-width: 768px){.search__heading form input[type=submit]{width:unset}}.search__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal}@media only screen and (max-width: 1080px){.search__title{font-size:1.5rem}}.search__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.75rem}@media only screen and (max-width: 768px){.search__grid{grid-template-columns:1fr;gap:1.5rem}}.search__item img{height:2rem;width:auto;margin-bottom:1.5rem}.search__item h3{color:var(--text-dark);font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600;margin-bottom:.5rem}@media only screen and (max-width: 1080px){.search__item h3{font-size:1rem}}.search__item p{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400;color:var(--text-dark)}.vacancies{padding-top:5rem;padding-bottom:5rem;background-color:var(--primary)}@media only screen and (max-width: 1080px){.vacancies{padding-top:2.5rem;padding-bottom:2.5rem}}.vacancies__title{color:var(--text-light);margin-bottom:2.5rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal}@media only screen and (max-width: 1080px){.vacancies__title{font-size:1.5rem}}@media only screen and (max-width: 1080px){.vacancies__title{margin-bottom:2rem}}.vacancies__grid{column-count:2;gap:1.25rem}@media only screen and (max-width: 1080px){.vacancies__grid{column-count:1}}.vacancies__vacancy{width:100%;background-color:#fff;padding:1.5rem;border-radius:.75rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.125rem}@media only screen and (max-width: 1080px){.vacancies__vacancy{margin-bottom:1rem}}.vacancies__vacancy h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600;color:var(--text-dark)}@media only screen and (max-width: 1080px){.vacancies__vacancy h3{font-size:1rem}}.vacancies__vacancy span{display:block;font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:normal;font-weight:600;font-size:1rem;text-decoration:underline;color:var(--text-dark);white-space:nowrap}@media only screen and (max-width: 1080px){.vacancies__vacancy span{font-size:1rem}}.vacancy__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);background-color:var(--primary);color:var(--text-light);margin-top:3rem}@media only screen and (max-width: 1080px){.vacancy__button{font-size:.875rem}}@media only screen and (max-width: 768px){.vacancy__button{width:100%}}.about-us{padding-top:5rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.about-us{padding-top:2.5rem;padding-bottom:2.5rem}}.about-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media only screen and (max-width: 1080px){.about-us__grid{grid-template-columns:1fr;gap:2rem}}.about-us__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal;margin-bottom:1.5rem}@media only screen and (max-width: 1080px){.about-us__title{font-size:1.5rem}}.about-us__text{margin-bottom:2.5rem}.about-us__text p{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:1.44;font-weight:400}.about-us__text p+p{margin-top:1.5rem}@media only screen and (max-width: 1080px){.about-us__text{margin-bottom:1.5rem}}.about-us__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.about-us__button{font-size:.875rem}}@media only screen and (max-width: 768px){.about-us__button{width:100%}}.about-us__blocks{display:flex;flex-direction:column;gap:1.5rem}.about-us__block{background-color:var(--secondair);padding:2rem;border-radius:.75rem}.about-us__block-title{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal;margin-bottom:1rem}@media only screen and (max-width: 1080px){.about-us__block-title{font-size:1.125rem}}.about-us__block-text{font-family:Open Sans,sans-serif;font-style:normal;font-size:.8725rem;line-height:1.85;font-weight:400}.content-image{margin-bottom:5rem}@media only screen and (max-width: 1080px){.content-image{margin-bottom:2.5rem}}.content-image__grid{display:grid;grid-template-columns:repeat(2,1fr);border-radius:.75rem}@media only screen and (max-width: 768px){.content-image__grid{grid-template-columns:1fr}}.content-image__grid.bg-primary{background-color:var(--primary);color:var(--text-light)}.content-image__grid.bg-secondair{background-color:var(--secondair);color:var(--text-dark)}.content-image__grid.bg-secondair .content-image__button{border-color:var(--text-dark);color:var(--text-dark)}.content-image__grid.reversed .content-image__content{grid-column:2;grid-row:1}@media only screen and (max-width: 768px){.content-image__grid.reversed .content-image__content{grid-column:1;grid-row:2}}.content-image__grid.reversed .content-image__image{grid-column:1;grid-row:1}.content-image__grid.reversed .content-image__image img{border-radius:.75rem 0rem 0rem .75rem}@media only screen and (max-width: 768px){.content-image__grid.reversed .content-image__image img{border-radius:.75rem .75rem 0rem 0rem}}.content-image__content{padding:5rem}@media only screen and (max-width: 1080px){.content-image__content{padding:3rem}}@media only screen and (max-width: 768px){.content-image__content{padding:2rem 1.5rem}}.content-image__title{margin-bottom:1.5rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.3}@media only screen and (max-width: 1080px){.content-image__title{font-size:2rem}}@media only screen and (max-width: 1080px){.content-image__title{padding-bottom:1rem}}.content-image__text{margin-bottom:2.5rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:1.125rem;line-height:1.44;font-weight:400}@media only screen and (max-width: 1080px){.content-image__text{margin-bottom:1.5rem}}.content-image__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);border-color:var(--text-light);color:var(--text-light)}@media only screen and (max-width: 1080px){.content-image__button{font-size:.875rem}}@media only screen and (max-width: 768px){.content-image__button{width:100%}}.content-image__image{min-height:31rem;height:100%;width:100%}.content-image__image img{height:100%;width:100%;object-fit:cover;border-radius:0rem .75rem .75rem 0rem}@media only screen and (max-width: 768px){.content-image__image{min-height:unset;height:18rem}.content-image__image img{border-radius:0rem 0rem .75rem .75rem}}.page-header{background-color:var(--secondair);padding-top:7.5rem;padding-bottom:5rem}@media only screen and (max-width: 1080px){.page-header{padding-top:3rem;padding-bottom:2.5rem}}.page-header__title{font-family:Open Sans,sans-serif;font-style:normal;font-size:2.5rem;font-weight:700;line-height:1.3}@media only screen and (max-width: 1080px){.page-header__title{font-size:2rem}}.text{padding-top:2.5rem;padding-bottom:2.5rem;color:var(--text-dark)}.text__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media only screen and (max-width: 1080px){.text__grid{grid-template-columns:1fr;gap:1rem}}.text__grid.one-column{grid-template-columns:1fr;gap:1rem}.text__grid.align-center{width:100%;grid-template-columns:1fr;gap:1rem;justify-content:center;text-align:center}@media only screen and (max-width: 768px){.text__grid.align-center{text-align:left}}.text__grid.align-center .text__title,.text__grid.align-center .text__text{margin-left:auto;margin-right:auto;max-width:50rem}.text__title{max-width:31rem;width:100%;font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal}@media only screen and (max-width: 1080px){.text__title{font-size:1.5rem}}.text__text{max-width:37rem;width:100%;font-family:Open Sans,sans-serif;font-style:normal}.text__text p{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;line-height:1.5;font-weight:400}.text__text p+p{margin-top:1.5rem}.text__text ul{margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}.text__text ul li{list-style:disc}.text__text ul li em{font-style:normal}.text__text ol li{list-style:normal}.text__text ol li em{font-style:normal}.text__text h2{font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal;margin-bottom:3.75rem}@media only screen and (max-width: 1080px){.text__text h2{font-size:1.5rem}}.text__text h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal;margin-top:2rem;margin-bottom:1.5rem}@media only screen and (max-width: 1080px){.text__text h3{font-size:1.125rem}}.text__text a{color:inherit;text-decoration:underline}.partners{padding-top:5rem;padding-bottom:5rem;background-color:var(--secondair)}@media only screen and (max-width: 1080px){.partners{padding-top:2.5rem;padding-bottom:2.5rem}}.partners__title{margin-bottom:3.5rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal}@media only screen and (max-width: 1080px){.partners__title{font-size:1.5rem}}.partners__grid{display:flex;justify-content:space-between;gap:5rem;align-items:center}@media only screen and (max-width: 1080px){.partners__grid{justify-content:space-around;column-gap:3rem;row-gap:2rem;flex-wrap:wrap}}.partners__logo{width:8rem}@media only screen and (max-width: 768px){.partners__logo{width:6rem}}.partners__logo img{width:100%;height:auto;object-fit:contain}.team{padding-top:2rem;padding-bottom:2rem}@media only screen and (max-width: 1080px){.team{padding-top:1.25rem;padding-bottom:1.25rem}}.team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media only screen and (max-width: 1080px){.team__grid{grid-template-columns:1fr}}.team__card{display:flex;height:fit-content}.team__image{width:16.1875rem;height:15.5rem;border-radius:.75rem 0rem 0rem .75rem}.team__image img{width:16.1875rem;min-width:16.1875rem;height:15.5rem;border-radius:.75rem 0rem 0rem .75rem;object-fit:cover;object-position:center center}@media only screen and (max-width: 768px){.team__image{width:10rem;height:13rem}.team__image img{min-width:10rem;width:10rem;height:13rem}}.team__info{border-radius:0rem .75rem .75rem 0rem;background-color:var(--secondair);width:100%;padding:2rem 1.5rem;display:flex;flex-direction:column}.team__info a{color:var(--text-dark);text-decoration:underline;font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;line-height:1.5;font-weight:400}@media only screen and (max-width: 768px){.team__info a{font-size:.875rem}}.team__name{color:var(--text-dark);margin-bottom:.5rem;font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:400;line-height:1.33}@media only screen and (max-width: 1080px){.team__name{font-size:1.375rem;line-height:1.45}}@media only screen and (max-width: 768px){.team__name{margin-bottom:0;font-size:1rem}}.team__function{color:var(--text-dark);margin-bottom:auto;font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;line-height:1.5;font-weight:400}@media only screen and (max-width: 768px){.team__function{font-size:.875rem}}.team__text{font-family:Open Sans,sans-serif;font-style:normal}.team__text p{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;line-height:1.5;font-weight:400}.team__text p+p{margin-top:1.5rem}.team__text ul{margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}.team__text ul li{list-style:disc}.team__text ul li em{font-style:normal}.team__text ol li{list-style:normal}.team__text ol li em{font-style:normal}.team__text h2{font-family:Open Sans,sans-serif;font-style:normal;font-size:2rem;font-weight:600;line-height:normal;margin-bottom:3.75rem}@media only screen and (max-width: 1080px){.team__text h2{font-size:1.5rem}}.team__text h3{font-family:Open Sans,sans-serif;font-style:normal;font-size:1.5rem;font-weight:600;line-height:normal;margin-top:2rem;margin-bottom:1.5rem}@media only screen and (max-width: 1080px){.team__text h3{font-size:1.125rem}}.team__text a{color:inherit;text-decoration:underline}.cta{padding-top:1rem;padding-bottom:1rem}.cta__buttons{display:flex;justify-content:center;gap:1rem}.cta__button{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary)}@media only screen and (max-width: 1080px){.cta__button{font-size:.875rem}}@media only screen and (max-width: 768px){.cta__button{width:100%}}.cta__button-one{background-color:var(--primary);color:var(--text-light)}body{font-family:Open Sans,sans-serif;font-style:normal}.slds-button.slds-button_brand{font-family:Open Sans,sans-serif;font-style:normal;font-size:1rem;font-weight:600;line-height:normal;cursor:pointer;padding:.875rem 1.625rem;border:none;border:2px solid var(--primary);border-radius:.375rem;background:transparent;color:var(--primary);background-color:var(--primary)!important;color:var(--text-light)!important}@media only screen and (max-width: 1080px){.slds-button.slds-button_brand{font-size:.875rem}}@media only screen and (max-width: 768px){.slds-button.slds-button_brand{width:100%}}
