.accordion .blockBackground{padding:2rem 3rem;background-color:var(--d-dark-blue);border-radius:60px}@media screen and (min-width: 992px){.accordion .blockBackground{padding:5rem 6rem}}.accordion .text-container.center{text-align:center;margin-left:auto;margin-right:auto}.accordion .text-container h1,.accordion .text-container h2,.accordion .text-container h3{margin:0}.accordion .text-container h1:last-of-type,.accordion .text-container h2:last-of-type,.accordion .text-container h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}.accordion .accordions{min-height:300px}.accordion .accordion-description{position:absolute;top:0;left:0;transform:rotateX(-90deg);transform-style:preserve-3d;transition:transform ease .5s,opacity ease .5s;height:100%;overflow-y:auto;transition-delay:0ms;transform-origin:center top;display:grid;place-items:center}.accordion .accordion-description.active{transform:rotateX(0);z-index:5;transition-delay:.5s}.accordion .accordion-heading{cursor:pointer;padding:1.5rem 0;opacity:.6;transition:opacity linear .3s}.accordion .accordion-heading:hover,.accordion .accordion-heading.active{opacity:1}.accordion .accordion-heading:not(:last-of-type){border-bottom:1px solid var(--d-orange)}.accordion .accordion-container h3,.accordion .accordion-container p{margin:0}@media only screen and (max-width: 425px){.accordion .container{padding:13px;display:flex;flex-direction:column;align-items:center}.accordion .text-container h1{font-size:25px}.accordion .text-container p{font-size:16px}.accordion .accordion-container{width:100%;padding:10px;overflow:hidden}.accordion .accordion-container .accordion-heading h3{font-size:20px}.accordion .accordion-container .accordions{overflow:hidden;padding:10px}.accordion .accordion-container .accordions .accordion-description{padding:10px;height:95%;width:95%}.accordion .accordion-container .accordions .accordion-description p{font-size:15px}}.contact-button{position:fixed;height:60px;width:60px;bottom:10px;right:10px;border-radius:100%;z-index:100;background-color:var(--d-orange);display:flex;align-items:center;justify-content:center}a{width:fit-content}section.contact-hero{min-height:calc(100vh - 200px);display:flex;align-items:center}section.contact-hero .bg-pattern{position:absolute;top:0;bottom:calc(-1 * var(--header-height));width:50%;background:linear-gradient(0deg,#02243b 5%,#07446c,#02243b 95%);right:0;z-index:-1;border-top-left-radius:10rem}section.contact-hero .container{height:100%}section.contact-hero .container .row{height:100%;width:100%;margin:0}section.contact-hero .hero-content .row{height:100%}section.contact-hero .hero-content .row .col-12{padding:0}section.contact-hero .hero-content .row .hero-text{display:flex;flex-direction:column;justify-content:end}section.contact-hero .hero-content .row .hero-contact-info{display:flex;flex-direction:column;justify-content:end}section.contact-hero .hero-content .row .hero-contact-info div{display:flex;margin:.5rem 0}section.contact-hero .hero-content .row .hero-contact-info div a{color:#fff;width:fit-content;font-size:14px}section.contact-hero .hero-content .row .hero-contact-info div a.email{text-decoration:underline}section.contact-hero .hero-content .row .hero-contact-info div svg{width:13px;margin-right:1.25rem;color:var(--d-light-blue)}section.contact-hero .hero-content h1,section.contact-hero .hero-content h2,section.contact-hero .hero-content h3{margin:0}section.contact-hero .hero-content h1:last-of-type,section.contact-hero .hero-content h2:last-of-type,section.contact-hero .hero-content h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}section.contact-hero .hero-contact-form{height:100%;display:flex;flex-direction:column;justify-content:end;border-top-left-radius:400px;padding:4rem 0 1rem 5rem}section.contact-hero .hero-contact-form .content{height:80%}section.contact-hero .hero-contact-form .content .captcha-container{font-size:12px;color:#bababa;opacity:75%;margin-top:1rem}section.contact-hero .hero-contact-form .content .form-header{margin-bottom:3rem}section.contact-hero .hero-contact-form .content .tags .selected{border:var(--d-orange) 2px solid}section.contact-hero .hero-contact-form .content .tags span{display:inline-block;width:fit-content;padding:.5rem 1.5rem;margin-right:1rem;margin-bottom:1rem;border:var(--d-blue) 2px solid;border-radius:70px}section.contact-hero .hero-contact-form .content .tags span:last-of-type{margin:0}section.contact-hero .hero-contact-form .content .input-fields form{display:grid;grid-template-rows:auto auto auto auto auto;grid-template-columns:repeat(2,minmax(200px,1fr));gap:10px}section.contact-hero .hero-contact-form .content .input-fields form .wf-group:has(input[name=Naam]),section.contact-hero .hero-contact-form .content .input-fields form .wf-group:has(input[name=Email]){grid-column:span 2}section.contact-hero .hero-contact-form .content .input-fields form .wf-group:has(textarea[name=Textarea]){grid-column:span 2}section.contact-hero .hero-contact-form .content .input-fields form .wf-group:has(textarea[name=Textarea]) textarea{height:10rem;padding:10px;resize:none}section.contact-hero .hero-contact-form .content .input-fields form .wf-group:has(input[name=Onderwerp]){display:none}section.contact-hero .hero-contact-form .content .input-fields form button{grid-column:span 2}section.contact-hero .hero-contact-form .content .input-fields form .wf-group input,section.contact-hero .hero-contact-form .content .input-fields form .wf-group textarea{background-color:var(--d-dark-blue-lighter);border:transparent 2px solid;border-radius:20px;color:#fff;padding:1.4rem 20px}section.contact-hero .hero-contact-form .content .input-fields form .wf-group input::placeholder,section.contact-hero .hero-contact-form .content .input-fields form .wf-group textarea::placeholder{color:#fff}section.contact-hero .hero-contact-form .content .input-fields form .wf-group input:focus,section.contact-hero .hero-contact-form .content .input-fields form .wf-group textarea:focus{border:2px solid var(--d-orange)}section.contact-hero .hero-contact-form .content .input-fields form .wf-group input{border-radius:70px}section.contact-hero .hero-contact-form .content .input-fields form .wf-group .wf-label{display:none}@media only screen and (max-width: 445px){section.contact-hero div.hero-content{padding:0}section.contact-hero .hero-contact-form div.content{padding:0 40px}section.contact-hero .hero-contact-form div.content .input-fields form{display:flex;flex-direction:column}section.contact-hero .hero-contact-form div.content .input-fields form .wf-group:nth-child(4),section.contact-hero .hero-contact-form div.content .input-fields form .wf-group:nth-child(7),section.contact-hero .hero-contact-form div.content .input-fields form .wf-group:nth-child(8){grid-column:span 1}}@media only screen and (max-width: 768px){section.contact-hero div.hero-content{padding:0}section.contact-hero .hero-contact-form div.content{padding:0}}@media only screen and (max-width: 990px){section.contact-hero{height:fit-content;width:100%}section.contact-hero .bg-pattern{display:none}section.contact-hero .hero-content{width:100%;padding:0}section.contact-hero .hero-content .hero-text h1{font-size:30px}section.contact-hero .hero-content .hero-text p{font-size:16px}section.contact-hero .hero-contact-form{position:relative;padding:3rem 13px 13px;border-radius:0;width:100%}section.contact-hero .hero-contact-form .tags{margin-bottom:2rem}section.contact-hero .hero-contact-form .tags span{font-size:16px}}@media only screen and (max-width: 1439px) and (min-width: 991px){section.contact-hero .hero-content{padding:0}section.contact-hero .hero-contact-form{padding:0 1rem 0 4.5rem}section.contact-hero .hero-contact-form .content .form-header{margin-bottom:1rem}}@media only screen and (min-width: 1024px){section.contact-hero .hero-contact-form .content .tags span:hover{border:var(--d-orange) 2px solid;cursor:pointer}}.contact-form .background{background:#02243a;background:linear-gradient(0deg,#02243a 15%,#043656 50%,#06436b 65%,#0e85d2);border-top-left-radius:90px}.contact-form .contact-block{padding:3rem;display:flex;justify-content:space-between;width:100%}.contact-form .contact-block .captcha-container{font-size:12px;color:#bababa;opacity:75%;margin-top:1rem}.contact-form .contact-block .actual-form .inputs form{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;gap:10px}.contact-form .contact-block .actual-form .inputs form label{display:none}.contact-form .contact-block .actual-form .inputs form button[type=submit]{grid-column:span 2}.contact-form .contact-block .actual-form .inputs form .wf-group:first-of-type{grid-column:span 2}.contact-form .contact-block .actual-form .inputs form .wf-group:last-of-type{grid-column:span 2}.contact-form .contact-block .actual-form .inputs form .wf-group input{border-radius:70px;height:51px;border:2px solid transparent;background-color:#00315199;color:#fff;padding-left:1.5rem}.contact-form .contact-block .actual-form .inputs form .wf-group input::placeholder{color:#fff}.contact-form .contact-block .actual-form .inputs form .wf-group input:focus{border:2px solid var(--d-orange)}.contact-form .contact-block .contact-info h3{font-size:35px}.contact-form .contact-block .contact-info p{margin:0}@media only screen and (max-width: 425px){.contact-form{padding-left:10px;padding-right:0}.contact-form .contact-block{padding:3rem 0 0 10px}.contact-form .contact-block .contact-info h3{font-size:30px}.contact-form .contact-block .actual-form{width:100%}.contact-form .contact-block .actual-form .inputs form{display:flex;flex-direction:column}.contact-form .contact-block .actual-form .inputs form .wf-group:first-of-type{grid-column:span 1}.contact-form .contact-block .actual-form .inputs form .wf-group:last-of-type{grid-column:span 1}}@media only screen and (max-width: 1200px) and (min-width: 425px){.contact-form .contact-block{padding:2rem}.contact-form .contact-block .actual-form .inputs form{display:block}.contact-form .contact-block .actual-form .inputs form button[type=submit]{width:100%}}.new-news-overview{background:#02243a;background:linear-gradient(0deg,#02243a,#003151,#02243a)}.new-news-overview .news-items{display:flex;flex-direction:column}.new-news-overview .news-items .news-item{width:100%;border-bottom:1px var(--d-orange) solid;margin-top:2rem}.new-news-overview .news-items .news-item:last-child{border-bottom:none}.new-news-overview .news-items .news-item:first-child img{border-top-left-radius:110px;overflow:hidden;margin:0}.new-news-overview .filters form{display:flex;flex-direction:column}.new-news-overview .filters form label{margin-bottom:1rem}.new-news-overview .filters form select{width:75%;background-color:transparent;border-color:var(--d-orange);border-radius:10px;padding:10px;color:#fff}.new-news-overview .filters form select option{background-color:var(--d-orange);color:#fff;border-radius:10px;border-right:solid red}.card-news{width:100%;margin-bottom:2rem}.card-news .card-image img{width:18rem;height:16rem;object-fit:cover}.card-news .card-information{margin-left:2rem}.card-news a p,.card-news a h2{font-size:26px;width:fit-content;color:#fff}.card-news a{width:fit-content;display:block}@media only screen and (max-width: 425px){.news-item .card-news .row{display:flex;flex-direction:column}.news-item .card-news .row .card-information{margin-left:0}.news-item .card-news .row .card-image img{width:100%}}.block-card{--image-tl-radius: 90px;aspect-ratio:1/1;position:relative;background:linear-gradient(180deg,#00315200,#00315254,#003152a6,#003152)}.block-card .block-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.block-card .block-content{position:absolute;bottom:0;left:0;padding:1rem 2.5rem;max-height:90%;overflow-y:auto;z-index:5}.block-card .block-description{display:none;margin:0}.block-card .block-title{margin-bottom:.5rem}.block-contact a{color:#fff}.block-card:hover .block-description{display:block}.block-card:hover .block-below{transform:translateY(100%) rotateX(0)}.block-card .block-below{position:absolute;bottom:0;left:0;width:100%;transform:translateY(100%) rotateX(90deg);transform-style:preserve-3d;perspective:300px;transition:transform ease-in-out .3s;transform-origin:center top;padding:.75rem 2.5rem;background-color:var(--d-dark-blue-lighter)}a.block-card{color:#fff}.text-hero .content{max-width:800px}.text-hero .content h1,.text-hero .content h2,.text-hero .content h3{margin:0}.text-hero .content h1:last-of-type,.text-hero .content h2:last-of-type,.text-hero .content h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}.bullet-points .bullet-point{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center}.bullet-points .bullet-point .bullet-text{height:100%;transition:opacity .3s ease}.bullet-points .bullet-point .bullet-arrow{height:100%;cursor:pointer}@media screen and (min-width: 768px){.bullet-points .bullet-point{gap:2.5rem}}@media only screen and (max-width: 425px){.bullet-points{height:100%}.bullet-points .heading{font-size:35px}.bullet-points .bullet-point .bullet-text{font-size:16px}}.burger-menu{position:fixed;top:0;right:0;bottom:0;left:0;transform:translate(-100%);z-index:10000;transition:transform linear .4s}.burger-menu.no-transition{transition:none}.burger-menu .information{position:absolute;bottom:3rem}.burger-menu .information a{color:#fff;margin:0 1rem;font-size:14px}.burger-menu .information a:first-of-type{margin-left:0}.burger-menu .delmar-logo{position:absolute;top:40px}.burger-menu.active{transform:translate(0)}.burger-menu .background{position:absolute;top:0;left:0;bottom:0;background:linear-gradient(89deg,#e85c1e 12.92%,#e85c1ebf 36.35%,#e85c1e87 58.75%,#e85c1e57,#e85c1e00 70%);-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);pointer-events:none}@media screen and (max-width: 768px){.burger-menu .background{background:linear-gradient(89deg,#e85c1e 32.92%,#e85c1ebf 56.35%,#e85c1e87 78.75%,#e85c1e57,#e85c1e00 90%)}}.burger-menu .container{height:100%;position:relative}.burger-menu .primary-nav ul{display:flex;flex-direction:column;gap:3rem}.burger-menu .primary-nav li{line-height:1}.burger-menu .primary-nav a{color:#fff;font-size:2.1875rem;font-weight:300;position:relative;padding-bottom:5px}.burger-menu .primary-nav a:before{content:"";position:absolute;border:1px solid white;transform:scale(0);transition:transform .35s ease;width:100%;bottom:0}.burger-menu .primary-nav a:hover:before{transform:scale(1)}.burger-menu .primary-nav a:hover{border-bottom-width:2px;width:50px}@media only screen and (max-width: 425px){.burger-menu .primary-nav{margin-bottom:2rem}.burger-menu .information{display:flex;flex-direction:column;gap:.25rem}.burger-menu .information a{margin:0}}@media only screen and (max-height: 500px){.burger-menu .primary-nav ul{gap:.5rem}.burger-menu .primary-nav a{font-size:1.25rem}.burger-menu .information{bottom:1rem}}.copyrightfooter{background-color:var(--d-orange);color:#fff;padding:3rem 0;position:relative}.copyrightfooter .contact{gap:3rem}.blink-branding{position:absolute;right:5rem;bottom:0;height:1.75rem;background-color:#0ee589;padding:.5rem;border-radius:.5rem .5rem 0 0;display:flex;align-items:center;justify-content:center;transition-property:height,padding,background-color;transition-duration:.5s;transition-timing-function:ease}@media (max-width: 768px){.blink-branding{right:1rem}}.blink-branding svg{height:100%;width:auto;color:#fff;transition:color .5s ease}.blink-branding:hover{height:2.25rem;padding:.5rem .5rem 1rem;background-color:#313131}.blink-branding:hover svg{color:#0ee589}.copyrightfooter a{color:inherit;text-decoration:none}.copyrightfooter p{margin:0}@media only screen and (max-width: 425px){.copyrightfooter .contact{flex-direction:column;gap:1rem}}.flip-card-wrapper{max-width:360px;cursor:pointer}.flip-card-wrapper .flip-card{position:relative;transform-style:preserve-3d;transition:.6s;height:100%}.flip-card-wrapper .flip-card .front{background-color:var(--d-dark-blue-lighter);padding:2.5rem;backface-visibility:hidden;height:100%}.flip-card-wrapper .flip-card .back{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;transform:rotateY(-180deg)}.flip-card-wrapper.flipped .flip-card{transform:rotateY(180deg)}.delmar-footer{padding:3rem 0;background:linear-gradient(180deg,#02243a,#02243a 40.63%,#003151);box-shadow:0 4px 4px #00000040}.logo-socials{display:flex;flex-direction:column}.socials{list-style-type:none;margin:auto 0 0;padding:0}.pages{padding:0;margin:0;color:#fff;list-style-type:none}.pages a{text-decoration:none}input,textarea{outline:0;border:2px solid #fff;padding:.375rem .75rem;border-radius:10px;color:#000;height:42px;margin:0}input:hover,input:focus,textarea:hover,textarea:focus{border-color:var(--d-orange)}.wf-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}input[type=submit]{margin-top:1.5rem}div[data-lastpass-icon-root]{display:none}.fullscreen-image{height:25rem;position:relative;display:flex;align-items:center}.fullscreen-image .container .text-container{text-align:center}.fullscreen-image .background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.fullscreen-image .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0031514d;border-bottom-right-radius:430px}@media only screen and (max-width: 768px){.fullscreen-image{height:15rem}}.delmar-header{height:var(--header-height);display:flex;align-items:center;position:fixed;top:0;left:0;right:0;z-index:11000;margin-bottom:10rem}.delmar-header.menu-active.scrolled .background{background:transparent}.delmar-header.scrolled .background{background:var(--d-dark-blue)}.delmar-header.scrolled .burger-active{background:transparent}.delmar-header.scrolled .delmar-logo{margin-top:0}.delmar-header.scrolled .delmar-logo img{height:100%}.delmar-header .background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;transition:background-color .3s}.delmar-header .container{position:relative;z-index:1}.delmar-header .delmar-logo{height:30px;transition:margin-top .3s ease}.delmar-header .delmar-logo img{transition:height .3s ease;height:50px;object-fit:cover}.delmar-header .delmar-logo.stay{margin-top:0}.delmar-header .delmar-logo.stay img{height:100%}.hamburger-icon{--rotate-line: 44deg;display:flex;height:25px;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer}.hamburger-line{height:1px;width:35px;background:#fff;transition:all cubic-bezier(.86,0,.07,1) .3s}.hamburger-icon.active .hamburger-line:nth-of-type(2){opacity:0}.hamburger-icon.active .hamburger-line:nth-of-type(1){transform:rotate(var(--rotate-line));transform-origin:top left}.hamburger-icon.active .hamburger-line:nth-of-type(3){transform:rotate(calc(var(--rotate-line) * -1));transform-origin:bottom left}@media only screen and (max-width: 425px){.delmar-header .delmar-logo img{height:45px}}.image-carousel{position:relative;overflow:hidden;max-width:100%;padding-left:18.438rem}.image-carousel .carousel{margin:2rem 0}.image-carousel .carousel .splide__track{border-top-left-radius:90px}.image-carousel .carousel .splide__track .splide__slide img{width:100%;height:100%;cursor:pointer}.image-carousel .carousel .splide__track .splide__slide .splide__slide__row:last-child{transform:translate(50%);position:relative}.image-carousel .image-container{max-height:360px;max-width:650px}.image-carousel .swiper-wrapper{transition-timing-function:linear;transition-duration:5s}#click-overlay{display:none}#click-overlay #black-underlay{background-color:#000000b3;position:absolute;height:100%;width:100%}#click-overlay.active{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;height:100%;width:100%;z-index:12000;top:0;left:0}#click-overlay.active img{height:75%;width:50%;object-fit:cover;z-index:13000}#click-overlay.active #close{position:absolute;top:25px;right:25px;cursor:pointer}#click-overlay.active .nav-buttons .arrow{position:absolute;top:50%;cursor:pointer}#click-overlay.active .nav-buttons .left-arrow{transform:translateY(-50%) rotate(-90deg);left:5rem}#click-overlay.active .nav-buttons .right-arrow{transform:translateY(-50%) rotate(90deg);right:5rem}@media only screen and (max-width: 768px){.image-carousel{margin-left:10px;padding-left:0}.image-carousel #click-overlay .nav-buttons .left-arrow{left:0}.image-carousel #click-overlay .nav-buttons .right-arrow{right:0}.image-carousel #click-overlay.active img{object-fit:contain}}.main-hero{min-height:calc(100dvh - 200px);position:relative;align-items:center}@media screen and (max-width: 992px){.main-hero{align-items:end}}.main-hero .container{height:100%}.main-hero .background-image{position:absolute;right:0;top:0;height:100%;overflow:hidden;border-top-left-radius:400px}.main-hero .background-image:before{content:"";background:linear-gradient(180deg,#02243a00 66.67%,#02243a8f 84.38%,#02243a);width:100%;height:100%;position:absolute}.main-hero img{height:100%;width:100%;object-fit:cover}.main-hero .text-container{position:relative;z-index:100;max-width:600px}.main-hero .text-container p{width:95%}.main-hero .text-container h1,.main-hero .text-container h2,.main-hero .text-container h3{margin:0}.main-hero .text-container h1:last-of-type,.main-hero .text-container h2:last-of-type,.main-hero .text-container h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}@media only screen and (max-width: 425px){.main-hero .container{height:100%}.main-hero .background-image{display:none}.main-hero .text-container{margin-top:2rem}.main-hero .text-container h1,.main-hero .text-container h2,.main-hero .text-container h3{font-size:2rem}}@media only screen and (max-width: 853px) and (max-height: 394px){.main-hero .container{height:100%}.main-hero .background-image{display:none}.main-hero .text-container{margin-top:2rem}.main-hero .text-container h1,.main-hero .text-container h2,.main-hero .text-container h3{font-size:2rem}}@media only screen and (max-width: 991px) and (min-width: 425px){.main-hero .background-image img{filter:brightness(.5)}}.news-card-post-date{font-weight:300;color:var(--d-light-blue)}.news-card{padding:1.5rem 2.5rem;border-right:1px solid #0e85d2;border-bottom:1px solid #0e85d2;position:relative}.news-card:before{content:"";left:-1px;top:0;height:100%;position:absolute;border-left:1px solid #0e85d2}.news-card-image{max-width:100%;margin-bottom:1rem}section.news-content{background:#02243a;background:linear-gradient(0deg,#02243a 20%,#003151 47%,#003151 52%,#02243a 80%);display:flex}section.news-content .entry-title{margin-top:10rem;margin-bottom:10rem}@media only screen and (max-width: 435px){section.news-content{flex-direction:column}}.latest-news{display:flex;flex-direction:column;align-items:end;height:100%}.latest-news .latest-news-image{width:75%}.latest-news .latest-news-image img{border-top-left-radius:300px}.latest-news .latest-news-cards{width:75%;padding:2rem 3rem;background-color:var(--d-dark-blue-lighter);position:sticky;top:var(--header-height)}@media only screen and (max-width: 425px){.latest-news{width:100%;padding:10px}.latest-news .latest-news-image{width:100%}.latest-news .latest-news-image img{border-top-left-radius:0}.latest-news .latest-news-cards{width:100%;padding:10px}}@media only screen and (min-width: 426px) and (max-width: 768px){.latest-news .latest-news-image{width:100%;left:0}.latest-news .latest-news-cards{width:100%}}.latest-card{padding:1.5rem 0;border-bottom:var(--d-orange) 1px solid}.latest-card:first-child{padding-top:0}.latest-card .card-title p{color:#fff;font-size:24px;margin-bottom:.5rem}.latest-card:last-child{border-bottom:none}.latest-card .news-card-description{margin-bottom:0}.news-overview{position:relative}.page-hero{height:730px;max-height:70vh;position:relative}.page-hero .hero-image{position:absolute;width:100%;height:100%;object-fit:cover;border-bottom-right-radius:430px;z-index:-1}.page-hero .container{display:flex;align-items:center;height:100%;position:relative;z-index:1}.page-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0031514d;border-bottom-right-radius:430px}.projects-overview{overflow:hidden}.projects-overview .splide__track{border-top-left-radius:90px}.projects-overview .project-carousel{margin-left:18.438rem;position:relative;margin-top:2rem}.projects-overview .project-carousel.mirrored{margin-left:0;margin-right:18.438rem}.projects-overview .project-carousel.mirrored .splide__track{border-top-left-radius:0;border-top-right-radius:90px}.projects-overview .project-carousel.mirrored .project-overlay{left:0;right:auto;background:#003151;background:linear-gradient(270deg,#00315100,#00315133 23%,#00315198 53%,#003151 90%)}.projects-overview .project-carousel .project-overlay{height:100%;width:25%;background:#003151;background:linear-gradient(90deg,#00315100,#00315133 23%,#00315198 53%,#003151 90%);position:absolute;right:0;z-index:100;pointer-events:none}.projects-overview .project-carousel .project-row{margin-top:0!important}.projects-overview .text-content{position:relative}.projects-overview .text-content .text-container{width:100%;display:flex;flex-direction:column}.projects-overview .text-content .text-container.left{align-items:start;text-align:start}.projects-overview .text-content .text-container.left p{max-width:800px}.projects-overview .text-content .text-container.center{align-items:center;text-align:center}.projects-overview .text-content .text-container.center p{max-width:500px}.projects-overview .text-content .text-container h1,.projects-overview .text-content .text-container h2,.projects-overview .text-content .text-container h3{margin:0}.projects-overview .text-content .text-container h1:last-of-type,.projects-overview .text-content .text-container h2:last-of-type,.projects-overview .text-content .text-container h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}.projects-overview .text-content .all-projects-btn{position:absolute;top:50%;transform:translateY(-50%);right:50px}.block-card{max-width:360px}.block-card .img-gradient{width:100%;height:100%;z-index:1;position:relative;background:linear-gradient(180deg,#02243a00 48.96%,#02243a54 61.98%,#02243aa6 76.56%,#02243a)}@media only screen and (max-width: 768px){.projects-overview .text-content .text-container h1{font-size:30px}.projects-overview .text-content .text-container p{font-size:16px}.projects-overview .text-content .all-projects-btn{position:relative;transform:none;right:0;top:0;text-align:center}.projects-overview .project-carousel{margin-left:0;padding:10px}.projects-overview .project-carousel.mirrored{margin-right:10px}}@media only screen and (max-width: 1024px) and (min-width: 768px){.projects-overview .text-content .all-projects-btn.left{position:relative;right:0;transform:none}.projects-overview .text-content .all-projects-btn.center{position:relative;right:0;left:0;margin-inline:auto;width:fit-content;margin-top:2rem}}.rounded-image.right{display:flex;justify-content:end}.rounded-image .image-container{height:55vh;overflow:hidden;position:relative}.rounded-image .image-container img{width:100%;height:100%;object-fit:cover}.rounded-image.right .image-container img{border-top-left-radius:300px}.rounded-image.left .image-container img{border-bottom-right-radius:300px}@media only screen and (max-width: 425px){.rounded-image .image-container{height:45vh}}.team{overflow:hidden;position:relative}.team .container-fluid{margin-left:18.438rem;padding:2rem 0;position:relative;height:100%}.team .container-fluid .row{height:100%}.team .container-fluid .team-list-container{height:24rem}.team .splide__track{border-top-left-radius:90px;height:100%}.team .block-card .team-description{opacity:0;max-height:0;overflow:hidden;margin-bottom:0;transition:opacity 1s ease,max-height 1s ease,margin-bottom 1s ease}.team .block-card .team-contact{position:absolute;bottom:1px;left:0;width:100%;transform:translateY(45px);transition:transform ease 1s;transform-origin:center top;padding:.5rem 2.5rem;background-color:var(--d-dark-blue-lighter);z-index:5}.team .block-card:hover .team-contact{transform:translate(0)}.team .block-card{height:21rem!important;overflow:hidden;transition:height 1s ease}.team .block-card .img-gradient{width:100%;height:100%;z-index:1;position:relative;background:linear-gradient(180deg,#00315200,#00315254,#003152a6,#003152)}.team .block-card:hover{height:24rem!important}.team .block-card:hover .team-description{opacity:1;max-height:200px;margin-bottom:2rem}.team .block-card .team-contact a{color:var(--d-orange)}.team .flip-card-wrapper{max-width:360px}.team .flip-card-wrapper .flip-card .front{background-color:var(--d-dark-blue)}.team .flip-card img{height:100%;object-fit:cover}.team .team-information{display:flex;align-items:center;height:100%}.team .team-information .text-container{max-width:80%;height:100%;display:flex;flex-direction:column;justify-content:center}.team .team-information .text-container h1,.team .team-information .text-container h2,.team .team-information .text-container h3{font-size:1.75rem;margin:0}.team .team-information .text-container h1:last-of-type,.team .team-information .text-container h2:last-of-type,.team .team-information .text-container h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}.team .team-information .text-container p{font-size:15px}@media only screen and (max-width: 576px){.team{height:fit-content}}@media only screen and (max-width: 1024px){.team{overflow:visible}.team .container-fluid{margin-left:0;padding:0 13px;height:fit-content}.team .container-fluid .team-list-container{position:relative}}.text-image-card{padding:3rem}.text-image-card .image-card{display:flex;overflow:hidden;border-top-left-radius:60px;min-height:350px}.text-image-card .image-col{width:360px}.text-image-card .text-col{padding:4rem 6rem;background-color:var(--d-dark-blue-lighter);display:flex;flex-direction:column;justify-content:center}.text-image-card .text-col.light-blue{background-color:var(--d-dark-blue)}.text-image-card .block-card{--img-tl-radius: 0;aspect-ratio:unset;height:100%}.text-image-card .block-card .img-gradient{width:100%;height:100%;z-index:1;position:relative;background:linear-gradient(180deg,#02243a00 48.96%,#02243a54 61.98%,#02243aa6 76.56%,#02243a)}@media only screen and (max-width: 768px){.text-image-card{padding:3rem 0}.text-image-card .image-card{flex-direction:column}.text-image-card .image-card .image-col{height:10rem;width:100%}.text-image-card .image-card .image-col .block-card{max-width:100%}.text-image-card .image-card .image-col .block-card .block-content{width:100%;padding:1rem 2rem}.text-image-card .image-card .text-col{padding:1rem 2rem}}.text-images{position:relative;min-height:calc(100vh - var(--header-height) - 8rem);display:flex;flex-wrap:wrap}.text-images .contains-bottom{display:flex;align-items:center}.text-images .contains-bottom .bottom{display:none}.text-images .text-container{max-width:600px;min-height:20.5rem;display:flex;flex-direction:column;justify-content:center}.text-images .text-container.top h1,.text-images .text-container.top h2,.text-images .text-container.top h3{margin:0}.text-images .text-container.top h1:last-of-type,.text-images .text-container.top h2:last-of-type,.text-images .text-container.top h3:last-of-type{margin-bottom:1rem;color:var(--d-light-blue)}.text-images .text-container .social-media{justify-content:start;margin-bottom:10px}.text-images .text-container .social-media a{margin-right:10px;color:var(--d-light-blue)}.text-images .images-grid-container{right:0;top:0;height:100%}@media (min-width: 992px){.text-images .images-grid-container{position:absolute}}.text-images .images-grid{height:100%;display:grid;grid-template-columns:1fr;gap:2rem;border-radius:0;overflow:hidden}@media (min-width: 768px){.text-images .images-grid{grid-template-columns:1fr 1fr}}@media (min-width: 992px){.text-images .images-grid{border-radius:90px 0 0 90px}}.text-images .images-grid img,.text-images .images-grid iframe{width:100%;height:20.5rem;max-height:100%;object-fit:cover}@media only screen and (max-width: 990px){.text-images .images-grid{gap:1rem}.text-images .images-grid img,.text-images .images-grid iframe{padding:5px;height:15rem;width:100%}}@media only screen and (min-width: 991px) and (max-width: 1439px){.text-images .text-container{height:25rem}.text-images .images-grid{gap:1rem}.text-images .images-grid img,.text-images .images-grid iframe{height:25rem;width:100%}}.text-center{text-align:center}.text-light-blue{color:var(--d-light-blue)}html.active,body.active{margin:0;height:100%;overflow:hidden}:root{--d-orange: #e85c1e;--d-orange-light: #efb9a1;--d-dark-blue: #02243a;--d-dark-blue-lighter: #003151;--d-blue: #0671b7;--d-light-blue: #a5c4d9;--bs-heading-color: #fff;--header-height: 6rem}html{font-size:17px;height:100%}body{height:100%;width:100%;background:var(--d-dark-blue);color:#fff}p{font-size:1rem;line-height:180%}h1,h2{font-size:2.1875rem;line-height:140%}h3{font-size:1.4375rem;line-height:140%}p,h1,h2,h3,h4{margin-bottom:1rem;font-weight:300}ul,ol{list-style-type:none;padding:0;margin:0}p ul,p ol{list-style-type:initial;margin:initial;padding:initial}img{max-width:100%}.color-inherit{color:inherit}a{color:var(--d-orange);text-decoration:none}svg{pointer-events:none}svg path{fill:currentColor}.btn,input[type=submit]{--btn-bg-color: var(--d-orange);border-radius:70px;color:var(--btn-color);border:2px solid var(--btn-bg-color)!important;padding:10px 32px;text-decoration:none;margin-top:.5rem;height:auto;background-color:transparent}.btn:hover,input[type=submit]:hover{background-color:var(--d-orange)}.btn-fill{--btn-bg-color: var(--d-orange);--btn-color: #fff;--bs-btn-hover-bg: transparent;position:relative;border-radius:70px;color:var(--btn-color);border:2px solid var(--btn-bg-color)!important;padding:10px 32px;text-decoration:none;overflow:hidden;margin-top:.5rem;height:auto;z-index:1}.btn-fill:before{content:"";transform:scaleX(0);position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--btn-bg-color);transform-origin:left center;transition:transform ease .3s;z-index:-1}.btn-fill:hover:before{transform:scaleX(1)}main>section:first-of-type:not(.no-spacing){margin-top:var(--header-height)}main>section{margin-bottom:4rem}main>section.section-padding{padding:4rem 0}@media (min-width: 768px){main>section{margin-bottom:8rem}main>section.section-padding{margin-bottom:2rem;padding:6rem 0}}[data-section-color=light-blue]{background:linear-gradient(180deg,var(--d-dark-blue) 0%,var(--d-dark-blue-lighter) 15%,var(--d-dark-blue-lighter) 85%,var(--d-dark-blue) 100%)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--d-dark-blue-lighter)}::-webkit-scrollbar-thumb{background:var(--d-orange);border-radius:25px}.highlight-orange{background-color:var(--d-orange);color:#fff}.highlight-light-blue{background-color:var(--d-light-blue);color:var(--d-dark-blue)}.highlight-light-orange{background-color:var(--d-orange-light);color:var(--d-dark-blue)}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem}.pagination-prev{transform:rotate(180deg)}.pagination-next,.pagination-prev{transition:transform .3s ease}.pagination-prev svg,.pagination-next svg{width:25px;color:var(--d-orange)}.pagination-prev:hover{transform:rotate(180deg) translate(-3px)}.pagination-next:hover{transform:translate(3px)}.pagination-page{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px 0;background-color:var(--d-orange);margin:0;color:#fff;transition:all .3s ease}.pagination-page.active{background-color:var(--d-orange-light);color:var(--d-orange)}.pagination-page:hover{border-radius:10px}.notifications{position:fixed;top:calc(var(--header-height) + 2rem);left:0;right:0;display:flex;justify-content:center;z-index:1000}.notifications .alert{position:relative}.notifications .alert .close{display:inline-block;padding:.5rem;font-size:1.125rem;cursor:pointer;pointer-events:all;position:relative;z-index:1}.grecaptcha-badge{visibility:hidden}
