@import url(https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary_color:#0f1b31;--secondary_color:#f3d88f;--header_color_light:#273970;--header_color_dark:#729ddd;--text_color_light:#454545;--text_color_dark:#fff;--button_color:#0f1b31;--button_hover_color:#273970;--divider_color:#152a50;--body_color_dark:#1a2333;--body_color_light:#fff;--white:#fff;--black:#000;--grey:#d9d9d9}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}::-webkit-scrollbar{background-color:#fff;background-color:var(--body_color_light);height:10px;width:10px}::-webkit-scrollbar-thumb{background:#273970;background:var(--button_hover_color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0f1b31;background:var(--button_color)}.App{background-color:#fff;background-color:var(--body_color_light);color:#454545;color:var(--text_color_light)}.App.dark{background-color:#1a2333;background-color:var(--body_color_dark);color:#fff;color:var(--text_color_dark)}img{-webkit-user-drag:none;pointer-events:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.link-button{align-items:center;background-color:#0f1b31;background-color:var(--button_color);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:600;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.App.dark .link-button{background-color:#729ddd;background-color:var(--header_color_dark);color:#1a2333;color:var(--body_color_dark)}.link-button:hover{background-color:#273970;background-color:var(--button_hover_color)}.App.dark .link-button:hover{background-color:#86b6ff}.link-button[disabled]{cursor:not-allowed}.App.dark .link-button[disabled],.link-button[disabled],.link-button[disabled]:hover{background-color:#d3d3d3;color:#a9a9a9}.App.dark .link-button[disabled]{cursor:not-allowed}.App.dark .link-button[disabled]:hover{background-color:#d3d3d3;color:#a9a9a9}.icon{background-color:#0f1b31!important;background-color:var(--button_color)!important}.icon:hover{background-color:#273970!important;background-color:var(--button_hover_color)!important}.quote{font-family:Lora,serif;font-optical-sizing:auto;font-style:italic;font-weight:400}.list{font-size:18px;list-style-position:inside;padding-left:25px;text-indent:-25px}.loading-overlay{align-items:center;background-color:#ffffffe6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.hidden{display:none}@media (max-width:450px){.list{padding-left:20px;text-indent:-20px}}.App.dark .banner-section{border-bottom:10px solid var(--primary_color)}.banner{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.banner-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.text-cutout{align-items:center;background-color:#ffffffb3;border-radius:50%;box-shadow:0 0 1rem #00000080;display:flex;flex-direction:column;gap:1rem;height:300px;justify-content:center;padding:1rem;position:relative;text-align:center;width:300px}.text-cutout p{color:var(--header_color_light);font-size:24px;font-weight:600;margin:0}.icon-bounce-animation{animation:bounce 3s infinite;color:var(--header_color_light);cursor:pointer}@keyframes bounce{to{transform:translateY(0)}50%{transform:translateY(-10px)}}.intro-section{border-bottom:2px solid var(--primary_color);padding:5rem 20%}.intro-container{display:flex;flex-direction:column;gap:2rem}.intro-container h1{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}h1{color:var(--header_color_light);font-size:29px;font-weight:400;line-height:1.2em;text-align:center}.App.dark h1{color:var(--header_color_dark)}p{font-size:18px;line-height:1.35em}.about-section{background-color:#f8f9ff;border-bottom:2px solid var(--primary_color);padding:5rem 0}.App.dark .about-section h1{color:var(--header_color_light)}.App.dark .about-section p{color:var(--text_color_light)}.about-container{display:flex;flex-direction:row;gap:10rem;justify-content:center;padding-top:2rem}.about-image{border-radius:10px;height:500px;object-fit:cover;width:400px}.about-text{width:400px}.about-container div{display:flex;flex-direction:column;gap:1rem}.quality-section{padding:5rem 10%;text-align:center}.quality-section .header{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:5rem}.quality-section .content{display:flex;flex-direction:row;gap:2rem;text-align:left}@media (max-width:980px){.about-container{align-items:center;flex-direction:column;gap:5rem}}@media (max-width:768px){.intro-section{padding:5rem 10%}.about-image{height:400px;width:300px}.about-text{width:300px}.quality-section .content{flex-direction:column}}header{background-color:var(--primary_color);box-shadow:0 4px 6px #00000040;display:flex;justify-content:space-between;left:0;padding:.5rem 2rem;position:fixed;right:0;top:0;z-index:2;z-index:9998}.activeNav{border-bottom:2px solid var(--secondary_color);padding-bottom:.5rem}#brand{align-items:center;column-gap:10px;display:flex}.logoIcon{height:80px;width:150px}.logoIcon,.logoIconNoText{transition:width .3s ease,height .3s ease}.logoIconNoText{height:50px;width:50px}#brand a{height:100%;width:100%}.nav{align-items:center;display:flex}.listNav{column-gap:2rem;display:flex;list-style:none}.listNav a{color:var(--white);padding-bottom:.5rem;position:relative;text-decoration:none}.listNav a:before{background-color:var(--secondary_color);bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:top left;transition:transform .3s ease;width:100%}.listNav a:hover:before{transform:scaleX(1)}.listNav .listItemNav{font-size:20px;font-weight:700}.hamburger-container,.nav-container-button{display:none}#hamburger-icon{cursor:pointer;display:none;margin:auto 0}#hamburger-icon div{background-color:var(--white);height:3px;margin:6px 0;transition:.5s;width:35px}.open .bar1{transform:rotate(-45deg) translate(-6px,6px)}.open .bar2{opacity:0}.open .bar3{transform:rotate(45deg) translate(-6px,-8px)}.open .mobile-menu{align-items:center;background-color:var(--primary_color);display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;padding:10px 0;z-index:9999!important}.mobile-menu{display:none;height:auto;position:absolute;right:0;top:92px;transition:top .3s ease;width:100%}.scrolled-menu{top:60px;transition:top .3s ease}.mobile-menu li{margin-bottom:10px}.themeButton{align-items:center;background-color:var(--primary_color);border:none;border-radius:4px;color:var(--white);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;text-decoration:none;transition:.5s ease}.themeButton:hover{color:var(--secondary_color);transition:.5s ease}.themeButton option{background-color:var(--primary_color)}@media (max-width:880px){header .nav{display:none}#hamburger-icon{display:block}.hamburger-container{display:flex;gap:1rem}.nav-container-button{display:block}}@media (max-width:450px){header{padding:.5rem 1rem}}.footerContainer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;padding:20px}.App .footerContainer{background-color:var(--primary_color);color:var(--white)!important}.footerLeft{column-gap:20px;display:flex}.iconStyle{color:var(--white)}.iconStyle:hover{color:var(--secondary_color)}.link-to-dev{color:#07f;font-weight:700;text-decoration:underline}.project-banner{align-items:center;background-image:url(/static/media/project_management_banner.daf54adaa67b26b8a675.jpg);background-size:cover;display:flex;height:100vh;justify-content:flex-end;overflow:hidden;position:relative;width:100%}.App .project-banner h1{color:var(--header_color_light)}.project-banner .quote{color:var(--text_color_light)}.project-shape-cutout{align-items:end;background-color:#ffffffb3!important;clip-path:polygon(75% 0,100% 0,100% 100%,75% 100%,50% 50%);display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem 2rem 2rem 40%;position:absolute;right:0;top:0;width:70vw}.description-section{display:flex;flex-direction:column;gap:2rem;padding:5rem 20%}.description-section h1{margin-bottom:3rem}.description-section .list-container{display:flex;flex-direction:column;gap:1rem}@media (max-width:1200px){.project-shape-cutout{clip-path:polygon(80% 0,100% 0,100% 100%,80% 100%,60% 50%);padding-left:52%;width:80vw}}@media (max-width:992px){.project-banner{align-items:center;flex-direction:column;justify-content:flex-start}.project-shape-cutout{align-items:center;border-radius:10px;clip-path:none;height:20vh;justify-content:center;padding:1rem;position:relative;text-align:center;top:45vh}}@media (max-width:768px){.description-section{padding:5rem 10%}}@media (max-width:450px){.project-shape-cutout{height:40vh;top:30vh}}.banner-section{border-bottom:10px solid var(--primary_color)}.realizations-banner{align-items:center;background-image:url(/static/media/realizations_banner.95c9cd7ea1c43380afa4.jpg);background-size:cover;display:flex;height:100vh;justify-content:flex-end;overflow:hidden;position:relative;width:100%}.realizations-shape-cutout{align-items:start;clip-path:polygon(75% 0,50% 50%,75% 100%,0 100%,0 50%,0 0);display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;padding:2rem 40% 2rem 2rem;position:absolute;top:0;width:70vw}.App .realizations-shape-cutout{background-color:var(--body_color_light)}.App.dark .realizations-shape-cutout{background-color:var(--body_color_dark)}.title{margin-bottom:1rem}.realizations-section{border-bottom:2px solid var(--primary_color);padding:5rem 2rem}.App.dark .realizations-section{border-bottom:2px solid #fff}.showcase-container{grid-column-gap:2rem;grid-row-gap:1rem;column-gap:2rem;display:grid;grid-template-columns:1fr 1fr;row-gap:1rem}.showcase-description{align-items:start;display:flex;flex-direction:column;justify-content:center}@media (max-width:1200px){.realizations-shape-cutout{padding-right:35%;padding-top:5rem}.showcase-container{grid-template-columns:1.25fr .75fr}}@media (max-width:992px){.realizations-banner{align-items:center;flex-direction:column;justify-content:flex-start}.realizations-shape-cutout{align-items:center;border-radius:10px;clip-path:none;height:50vh;justify-content:center;padding:1rem;position:relative;text-align:center;top:30vh}.showcase-container{grid-template-columns:1fr}}@media (max-width:768px){.realizations-shape-cutout{height:60vh;width:90vw}.image-gallery-thumbnails .image-gallery-thumbnails-container{white-space:inherit!important}}@media (max-width:450px){.realizations-shape-cutout{height:75vh;top:20vh;width:95vw}.realizations-section{padding-left:.5rem;padding-right:.5rem}}@media (max-width:380px){.realizations-shape-cutout{height:100vh;top:10vh;width:100vw}}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.form-section{border-bottom:2px solid var(--primary_color);display:flex;flex-direction:row;gap:5rem;justify-content:space-evenly;padding:10rem 10rem 5rem}.App.dark .form-section{border-bottom:2px solid #fff}.form-section .info-container{display:flex;flex-direction:column}.form-section h1{text-align:left}.form-section .form-container{display:flex;flex-direction:column;gap:1rem}.form-section .form-container input,textarea{border:1px solid #00000040;border-radius:10px;box-sizing:border-box;font-size:16px;padding:10px;width:100%}.form-section .form-container input:focus,textarea:focus{border:1px solid var(--primary_color)}.form-section .form-container .form-row{display:flex;gap:1rem}.location-section{display:flex;flex-direction:row;justify-content:center;padding:5rem 10%}.info-container{width:600px}.info-container h1{text-align:left}.info-container .details{display:flex;flex-direction:column;gap:.5rem}.location-container{height:400px;width:600px}@media (max-width:992px){.form-section{gap:2.5rem;padding:10rem 5rem 5rem}.info-container{width:400px}.location-container{height:400px;width:600px}}.contact-link{align-items:center;color:var(--text_color_light);display:flex;flex-direction:row;gap:1rem}.App.dark .contact-link{color:var(--text_color_dark)}@media (max-width:768px){.form-section{display:flex;padding:10rem 10% 5rem}.form-section,.location-section{flex-direction:column;gap:2.5rem}.info-container{width:auto}.location-container{height:400px;width:auto}}.notFound{height:100vh;position:relative;row-gap:2rem;text-align:center}.notFound,.notFound div{align-items:center;display:flex;flex-direction:column;justify-content:center}.notFound div{row-gap:1rem}.notFound h1{color:var(--primary_color);font-size:5em}.notFound h2{font-weight:400}
/*# sourceMappingURL=main.8a9c5330.css.map*/