nav{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;height:12vh;background-color:#f5f5f5;box-sizing:border-box}h2{font-size:2rem}.img-container{height:auto;margin-left:10px;width:100px;display:flex;align-items:center;box-sizing:border-box;margin-top:-8px}.logo{max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.logo-title{font-size:2rem;font-weight:400}.hamburger-menu{display:none;cursor:pointer}.bar{width:35px;height:3px;background-color:#000;margin:6px 15px;transition:transform .3s ease}.open .bar:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.open .bar:nth-child(2){transform:rotate(-45deg) translate(3px,-3px)}.menu{list-style:none;display:flex}.menu li{margin-right:20px}.dark{background-color:#333;color:#fff}.dark2{background-color:#fff}.dark-open{background-color:#333}.light-open{background-color:#f5f5f5}@media (max-width: 768px){.hamburger-menu{display:block}.menu{display:none}.menu.open{display:flex;flex-direction:column;align-items:center;position:absolute;top:11vh;left:0;right:0}.menu.open li{padding:13px 0}}@media (min-width: 769px){.hamburger-menu{display:none}.menu{display:flex}}:root{--navbar-height: 12vh;color:#434242}.body{position:relative;padding-top:5vh;overflow-x:hidden;box-sizing:border-box}.top{margin-top:6vh}.cover-picture{max-width:100vw;margin:auto}.title{display:flex;flex-direction:column;height:auto;background-color:#f7f7f7;padding:10px;box-sizing:border-box}.title h1{font-size:2rem;color:#dc0100}.title h2{font-size:1.5rem;color:#0e446a}.title p{padding-top:10px;color:#434242;font-size:1rem}.body-text{max-width:95vw;box-sizing:border-box}.subtitle{position:relative}.us-subtitle{padding-top:var(--navbar-height);margin-top:calc(var(--navbar-height) * -1)}.subtitle h2{margin:50px 0;height:auto;padding-left:20px;color:#fff;background-color:#0e446a;font-weight:700;font-size:1.5rem;min-width:180px;max-width:50vw;padding-right:10px;position:relative}.subtitle h2:after{content:"";position:absolute;right:0;top:0;width:5px;height:100%;background-color:#dc0100}.us-container{margin-left:20px;padding-bottom:20px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;max-width:100%;overflow-x:hidden;box-sizing:border-box;z-index:5}.us-container a{display:flex;align-items:center;text-decoration:none;color:inherit;margin:10px;box-sizing:border-box;color:#434242;z-index:5;transition:color .3s}.us-container a:hover{color:#0e466e}.us-container a:hover img{filter:brightness(0) saturate(40%) invert(23%) sepia(78%) saturate(3183%) hue-rotate(191deg) brightness(88%) contrast(54%)}.dark .us-container a:hover{color:#98d2fa}.dark .us-container a:hover img{filter:brightness(0) saturate(100%) invert(75%) sepia(48%) saturate(2604%) hue-rotate(168deg) brightness(101%) contrast(101%)}.us-container a img{width:50px;margin-right:10px}.services-subtitle{padding-top:var(--navbar-height);margin-top:calc(var(--navbar-height) * -1);width:100%}.services h2{padding-left:20px;color:#fff;background-color:#0e446a}.services{width:100%;background-color:#f7f7f7}.imgs{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin:auto;box-sizing:border-box}.imgs div{max-width:500px;height:400px;overflow:hidden;padding:30px 20px;box-sizing:border-box}.imgs div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dark h1{color:#f96666}.dark .title-h2{color:#98d2fa}.dark p,.dark a{color:#fff}.body-text div li{font-weight:500;font-size:1.5rem;padding:10px 0;text-decoration:none;list-style:none}.body-text div p{padding-bottom:20px}.why-us{padding-top:var(--navbar-height);margin-top:calc(var(--navbar-height) * -1)}.last-title{padding-top:50px}.last-title h2{height:auto;padding-left:20px;color:#fff;background-color:#0e446a;font-weight:700;font-size:1.5rem;width:60vw}.last-title p{padding:20px 40px;text-align:justify}.why-us_icons{display:flex;flex-direction:column;align-items:center;padding-top:20px;padding-bottom:50px}.why-us_icons img{width:300px}@media (min-width: 768px){.top{position:relative;display:flex;flex-direction:row}.title{justify-content:center;align-items:flex-start;order:-1;width:50%;height:auto;padding-left:20px}.title h1{font-size:3rem}.title h2{font-size:2rem}.title p{text-align:justify;padding-right:150px}.subtitle h2{min-width:200px;max-width:30vw;height:auto}.last-title h2{width:30vw;height:auto}.cover-picture{max-width:50%;margin:0}.us-container{flex-direction:row;justify-content:space-evenly}.imgs{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline}.why-us{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.last-title{display:flex;flex-direction:column;justify-content:center;max-width:60vw;align-items:center;height:auto;text-align:center}.why-us_icons{display:flex;flex-direction:row;justify-content:center}.last-img{max-width:50%;margin:0}}@media (min-width: 1200px){.subtitle h2{width:15vw}.last-title h2{width:30vw}}.form-background{height:100%;width:100%}.contact{background-color:#f7f7f7;display:flex;flex-direction:column}.contact-form_inputs form h2{padding:10px;font-weight:700}form{margin:auto;padding:10px}.reply-message{text-align:center;margin-top:1rem;margin-bottom:1.5rem;color:#f22a0a;font-weight:700}#contact{scroll-margin-top:12vh}@media (min-width: 768px){.contact{margin:auto;display:flex;flex-direction:row;justify-content:center;max-width:1100px;width:100%;height:auto}.contact-form{width:50%}.contact-img{order:-1;width:50%;width:600px;height:auto}}.footer{height:auto;background-color:#0e446a}.footer-container{display:flex;flex-direction:column;align-items:center}.footer-container a{color:#fff;display:flex;align-items:center;margin:10px}.footer-container a img{margin-right:10px;width:20px}.footer p{color:#fff;padding:10px 0;text-align:center;font-size:1rem}.dark{background-color:#333}@media (min-width: 768px){.footer{padding-top:5vh}.footer-container{padding-top:20px;padding-bottom:20px;flex-direction:row;justify-content:space-evenly}.footer-container a{text-decoration:none;margin:10px;box-sizing:border-box}.footer-container a img{margin-right:10px}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.flex{display:flex}.border{border-width:1px}.outline{outline-style:solid}#root{box-sizing:border-box;margin:0}.logo{height:300px}:root{font-family:Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;margin:0}
