button.primary__button{cursor:pointer;text-transform:capitalize;border:none;outline:none;justify-content:center;align-items:center;gap:10px;padding:.8rem 1.5rem;font-size:clamp(1rem,2vw,1.2rem);transition:all .3s ease-in-out;display:flex}button.primary__button.primary{color:#041f39;background-color:#fff}button.primary__button.secondary{color:#fff;background-color:#041f39}@media screen and (width>=769px){button.primary__button{padding:1rem 3rem}}button.primary__button:hover svg{transform:translate(10px)}button.primary__button svg{width:25px;height:25px;transition:all .3s ease-in-out}main.home{width:100%;height:calc(100vh - var(--header-height));flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:0 2rem;font-family:Neue Montreal,sans-serif;display:flex;position:relative}main.home .slides__wrapper{flex:1;width:100%;height:100%;display:flex;position:absolute;overflow:hidden}main.home .slides__wrapper .slides__inner__wrapper{width:100%;height:100%;position:absolute;overflow:hidden}main.home .slides__wrapper .slide__item{will-change:transform;backface-visibility:hidden;width:100%;height:100%;position:absolute;transform:translateZ(0)}main.home .slides__wrapper .slide__item figure{width:100%;height:100%;position:absolute}main.home .slides__wrapper .slide__item figure img{-o-object-fit:cover;object-fit:cover;filter:brightness(30%);width:100%;height:100%;display:inline-block}main.home .text__wrapper{flex-flow:column;justify-content:center;align-items:flex-start;gap:2.5rem;width:min(100%,1000px);padding:0 1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (width>=769px){main.home .text__wrapper{padding:0 4rem}}@media screen and (width>=1366px){main.home .text__wrapper{padding:0 6rem}}main.home .text__wrapper p{color:#fff;letter-spacing:-.01rem;text-wrap:balance;width:min(90%,800px);font-size:clamp(24px,5vw,54px);font-weight:800;line-height:1.5}main.home .slide__navigation{justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;bottom:10%;right:10%}main.home .slide__navigation button{cursor:pointer;background-color:#fff;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media screen and (width>=769px){main.home .slide__navigation button{width:50px;height:50px}}main.home .slide__navigation button.previous__btn:hover svg{transform:translate(-5px)}main.home .slide__navigation button.next__btn:hover svg{transform:translate(5px)}main.home .slide__navigation button svg{width:50%;height:50%;transition:all .3s ease-in-out}main.contact__us{width:100%;padding:2rem 1rem;position:relative}@media (width>=769px){main.contact__us{padding:3rem}}main.contact__us .title{color:#041f39;font-size:clamp(2rem,4vw,4rem);font-weight:700;text-decoration:underline}main.contact__us form{width:min(100%,500px);margin:2rem auto 0}main.contact__us form>:not(:first-child){margin:1.2rem 0 0}main.contact__us form input{border:1px solid #333;outline:none;width:100%;height:50px;padding:0 1rem;font-size:1rem}main.contact__us form textarea{border:1px solid #333;outline:none;width:100%;min-height:100px;padding:1rem;font-size:1rem}header{z-index:10;background-color:#fff;position:sticky;top:0}header .header__wrapper{width:100%;height:var(--header-height);justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:relative;overflow:visible;box-shadow:0 1px 4px #00000029}@media (width>=769px){header .header__wrapper{padding:0 3rem}}header .header__wrapper figure{width:90px;height:45px}@media (width>=769px){header .header__wrapper figure{width:125px;height:50px}}header .header__wrapper figure img{-o-object-fit:cover;object-fit:cover;width:90%;height:90%;display:inline-block}@media (width<=768px){header .header__wrapper nav.desktop__nav{display:none}}header .header__wrapper nav.desktop__nav ul{justify-content:center;align-self:flex-end;align-items:center;gap:3rem;list-style:none;display:flex}header .header__wrapper nav.desktop__nav li{list-style:none}header .header__wrapper nav.desktop__nav li a{color:#1f4e79;font-size:1rem;font-weight:500;text-decoration:none}header .header__wrapper button.mobile__nav__button{background-color:#0000;border:none;outline:none;width:35px;height:35px;transition:all .3s ease-in;display:inline-block}@media (width>=769px){header .header__wrapper button.mobile__nav__button{display:none}}header .header__wrapper button.mobile__nav__button svg{width:30px;height:30px}header .header__wrapper nav.mobile__nav{z-index:2;opacity:0;visibility:hidden;background-color:#fff;min-width:200px;min-height:200px;padding:1rem;transition:all .3s ease-in-out;position:absolute;top:100%;right:0}@media (width>=769px){header .header__wrapper nav.mobile__nav{display:none}}header .header__wrapper nav.mobile__nav.open{opacity:1;visibility:visible;transform:translateY(0%)}header .header__wrapper nav.mobile__nav ul{flex-flow:column;justify-content:center;align-items:flex-start;gap:1rem;list-style:none;display:flex}header .header__wrapper nav.mobile__nav li{list-style:none}header .header__wrapper nav.mobile__nav li a{color:#1f4e79;font-size:1rem;font-weight:500;text-decoration:none}.dropdown__wrapper{display:block;position:relative}.dropdown__wrapper>button{cursor:pointer;text-align:left;color:#1f4e79;background-color:#0000;border:none;outline:none;font-size:1rem;font-weight:500;text-decoration:none}.dropdown__wrapper .dropdown__container{opacity:0;z-index:0;visibility:hidden;background-color:#fff;min-width:150px;max-height:0;padding:8px;transition:opacity .1s ease-in-out,max-height .6s ease-in-out;position:absolute;top:0%;right:100%}@media (width>=769px){.dropdown__wrapper .dropdown__container{top:100%;left:0;right:unset}}.dropdown__wrapper .dropdown__container.open{opacity:1;z-index:2;visibility:visible;max-height:999px;transition:opacity .3s ease-in-out,max-height .6s ease-in-out}.dropdown__wrapper .dropdown__container a{color:#1f4e79;padding:8px 1rem;font-size:1rem;font-weight:500;text-decoration:none;display:block}.dropdown__wrapper .dropdown__container a:not(:last-of-type){border-bottom:1px solid #f0f0f0}footer{border-top:.5px solid #333;position:relative}footer div.footer__content__wrapper{z-index:3;flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:4rem;width:100%;max-width:1440px;margin:0 auto;padding:3rem 1rem;display:flex}@media (width>=769px){footer div.footer__content__wrapper{padding:3rem}}footer div.footer__content__wrapper .logo__copyright{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:5rem;display:flex}footer div.footer__content__wrapper .logo__copyright figure.logo{width:125px;height:50px}footer div.footer__content__wrapper .logo__copyright figure.logo img{-o-object-fit:cover;object-fit:cover;width:90%;height:90%;display:inline-block}footer div.footer__content__wrapper .logo__copyright span{color:#333;font-size:.7rem;font-weight:500}footer div.footer__content__wrapper .contact__methods{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:2rem;display:flex}footer div.footer__content__wrapper .contact__methods span,footer div.footer__content__wrapper .contact__methods a{color:#333;justify-content:flex-start;align-items:center;gap:10px;width:min(70%,400px);font-size:.8rem;font-weight:500;text-decoration:none;display:flex}footer div.footer__content__wrapper .contact__methods span svg,footer div.footer__content__wrapper .contact__methods a svg{width:25px;height:25px}footer div.footer__content__wrapper .email__links__wrapper{flex-grow:1}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper span{color:#333;font-size:clamp(.9rem,3vw,1rem);font-weight:600}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper>div{border-bottom:1px solid #333;width:250px;height:45px;position:relative}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper>div input{color:#333;background-color:#0000;border:none;outline:none;width:100%;height:100%;padding:0 .4rem;font-size:1rem;font-weight:500;display:block}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper>div button{background-color:#0000;border:none;outline:none;width:30px;height:30px;position:absolute;top:50%;right:0;transform:translateY(-50%)}footer div.footer__content__wrapper .email__links__wrapper .email__wrapper>div button svg{width:95%;height:95%}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper{flex-wrap:wrap;justify-content:center;align-items:flex-start;display:flex}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper .links__container{flex-grow:1;flex-shrink:0}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper .links__container>h3{color:#333;border-bottom:.5px solid #000;width:100px;margin:0 0 1rem;padding:0 0 .5rem;font-size:.9rem;font-weight:700}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper .links__container ul{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;list-style:none;display:flex}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper .links__container ul li{min-width:120px;list-style:none;position:relative}footer div.footer__content__wrapper .email__links__wrapper .links__wrapper .links__container ul li a{color:#1f4e79;justify-content:flex-start;align-items:center;gap:10px;font-size:.8rem;font-weight:400;text-decoration:none;display:flex}footer .copyright{color:#041f39;text-align:center;border-top:.5px solid #333;width:100%;padding:1rem 0;font-size:.7rem;font-weight:500}*,:before,:after,::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:#3b82f680;--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: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family: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:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.invisible{visibility:hidden}.resize{resize:both}:root{--header-height:55px}@media screen and (width>=1024px){:root{--header-height:80px}}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.ttf)format("truetype")}@font-face{font-family:Open Sans;src:url(/fonts/OpenSans-Regular.ttf)format("truetype")}@font-face{font-family:Nunito;src:url(/assets/Nunito-Regular-BzIFT1ox.ttf)format("truetype")}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Regular.otf)format("opentype")}*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-size:16px}body{color:#000;scroll-behavior:smooth;width:100%;max-width:2560px;min-height:100dvh;margin:0 auto;font-family:Neue Montreal,sans-serif}
