@source "../views";@source "../../content";:root *,:root *:before,:root *:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root html{interpolate-size:allow-keywords}}:root body{line-height:1.5;-webkit-font-smoothing:antialiased}:root img,:root picture,:root video,:root canvas,:root svg{display:block;max-width:100%}:root input,:root button,:root textarea,:root select{font:inherit}:root p,:root h1,:root h2,:root h3,:root h4,:root h5,:root h6{overflow-wrap:break-word}:root p{text-wrap:pretty}:root h1,:root h2,:root h3,:root h4,:root h5,:root h6{text-wrap:balance}:root #root,:root #__next{isolation:isolate}body{display:flex;flex-direction:column;align-items:center;background-color:var(--bg-light)}.container-flex{width:100%;display:flex;flex-direction:column;justify-content:center;align-content:center;gap:3rem}ul{list-style:none;padding:0;margin:0}a{outline-color:transparent;text-decoration:none;position:relative;height:100%;transition:color .4s ease}a:after{content:"";width:0;transition:width .4s ease;height:2px;position:absolute;bottom:-10px;left:0;z-index:1;background-color:var(--coral)}a:hover:after{width:100%}a:link,a:visited{color:inherit}a:hover{color:var(--teal-dark)}.accent-text{color:var(--peach);font-weight:var(--fw-heading-bold)}a.theme-dark{color:var(--amber)}a.theme-dark:hover{color:var(--olive)}:root{--amber: #fbc227;--olive: #98ba3c;--emerald: #3da563;--teal: #00887a;--teal-dark: #006876;--slate: #2f4858;--peach: #ffc2b2;--coral: #fe8a7d;--brick: #c1564c;--bg-light: #ffffff;--bg-light-2: #f4f2ee;--white-opacity: rgba(255, 255, 255, .25);--text-dark: #1f2f36;--text-light: #f4f2ee;--gradient-1: linear-gradient(to bottom, #2f4858, #295465, #1e606f, #0f6c76, #00787a, #00807b, #00887a, #029077, #109674, #209b6f, #2ea069, #3da563);--gradient-2: linear-gradient(45deg,rgba(0, 104, 118, 1) 0%, rgba(0, 136, 122, 1) 50%, rgba(61, 165, 99, 1) 100%)}:root{--font-heading: "Work Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont;--font-body: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont;--fw-heading-light: 400;--fw-heading-regular: 500;--fw-heading-semibold: 600;--fw-heading-bold: 700;--fw-body: 500;--fw-ui: 600}body{font-family:var(--font-body);font-weight:var(--fw-body)}h1{font-family:var(--font-heading);font-weight:var(--fw-heading-bold)}h2{font-family:var(--font-heading);font-weight:var(--fw-heading-semibold)}h3,h4{font-family:var(--font-heading);font-weight:var(--fw-heading-regular)}button,.label{font-family:var(--font-heading);font-weight:var(--fw-ui)}.theme-dark{color:var(--text-light)}.theme-dark a:hover{color:var(--peach)}.theme-dark a:after{background-color:var(--peach)}.container{width:80vw;max-width:1600px;margin:auto;padding:0}section{position:relative;width:100%}.navigation{background-color:var(--white-opacity);position:fixed;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem 3rem;z-index:100;isolation:isolate}.navigation .navigation-links{display:flex;align-content:center;justify-content:flex-start;flex-wrap:wrap;gap:3rem;text-transform:capitalize}.hero{position:relative;width:100%}.hero a:hover:after{display:none}.hero-wrap{display:flex;flex-direction:row;align-items:center}.hero-text{flex:1;padding-right:2rem}.hero-text .label{color:var(--teal-dark);font-size:clamp(1.25rem,3vw,1.75rem);text-transform:uppercase}.hero-text .title{font-size:clamp(2rem,5vw,4rem);color:var(--text-dark)}.hero-text .description{margin:2.5rem 0 3rem;font-size:clamp(1rem,1.5vw,1.25rem);color:var(--text-dark)}.hero-text .additional{color:var(--teal);font-size:1rem;margin-top:-.75rem}.hero-arrow{width:100%;display:flex;justify-content:center;align-items:center}.button-cta{width:fit-content;padding:1rem 1.5rem;border-radius:2rem;text-transform:uppercase;background-color:var(--slate);color:var(--text-light);box-shadow:0 8px 20px #2f48588c,0 4px 12px #00887a40,0 2px 6px #fbc2272e;transition:transform .4s ease,box-shadow .4s ease,background-color .4s ease}.button-cta:hover{background-color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 14px 40px #2f485899,0 8px 24px #00887a66,0 4px 12px #fbc22747}.hero-image{flex:1;max-width:900px;max-height:900px;width:100%;height:100%}.hero-image img{border-radius:20px;box-shadow:0 8px 20px #2f48588c,0 4px 12px #00887a40,0 2px 6px #fbc2272e}.inner-padding{padding:4rem 3rem}.hero.inner-padding{padding-top:5rem;padding-bottom:5rem}.services{background-color:var(--bg-light-2);width:100%}.services .services-container{display:flex;flex-direction:column;gap:4rem}.services .service{background-color:var(--slate);border-radius:20px;display:flex;box-shadow:0 8px 20px #2f48588c,0 4px 12px #00887a40,0 2px 6px #fbc2272e}.services .service.right{flex-direction:row-reverse}.services .service.right .service-image{border-radius:0 20px 20px 0}.services .service-image{max-width:500px;max-height:500px;width:100%;height:100%;overflow:hidden;border-radius:20px 0 0 20px}.services .service-image img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:transform .4s ease,box-shadow .4s ease}.services .service:hover .service-image img{transform:scale(1.06)}.services .service-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem}.services .service-title{margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2rem)}.services .service-text,.services .service-list{margin-bottom:1rem;font-size:1rem}.services .service-list{margin:.75rem 0 0;padding:0}.services .service-list li{position:relative;padding-left:1.4rem;margin-bottom:.4rem}.services .service-list li:before{content:"";position:absolute;left:0;top:.65em;width:8px;height:8px;border-radius:50%;background-color:var(--amber)}.highlight{background-color:var(--bg-light)}.reviews{background-color:var(--bg-light-2)}.reviews-title{width:100%;text-align:center;margin-bottom:3rem;color:var(--slate)}.reviews-wrap{margin:3rem 0 0;display:grid;gap:1rem 1rem;grid-template-columns:repeat(3,1fr)}.review{background-color:var(--peach);border-radius:20px;padding:2rem;box-shadow:0 8px 20px #2f485840,0 4px 12px #00887a2e,0 2px 6px #fbc2272e}.review-a{grid-column:1;grid-row:1 / 3}.review-d{grid-column:3;grid-row:1 / 3}.review-quote{color:var(--brick)}.intro-wrap{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.review-name{font-family:var(--font-heading);font-weight:var(--fw-ui);font-size:clamp(1.125rem,2vw,1.5rem);color:var(--brick)}.review-text{color:var(--slate);font-style:italic;margin:0}.review-rating{display:flex}.highlight-title{color:var(--teal-dark);margin-bottom:2.5rem}.highlight-image{margin-top:4rem}.baner{background:var(--gradient-2)}.baner-title{color:var(--text-light);margin-bottom:2rem}.baner-text{color:var(--text-light)}.link-wrap{display:flex;align-items:center;gap:.5rem}.contact{background-color:var(--slate)}.contact-title{color:var(--peach)}.contact-wrap{margin-top:3rem;display:grid;grid-template-columns:1fr 2fr}.contact-wrap :last-child{margin-bottom:0}.details-title{font-size:1.25rem;color:var(--peach);margin-bottom:2rem}.contact-detail{margin-bottom:3rem}.contact-detail a{display:block;margin-bottom:1.125rem;width:fit-content}.contact-detail :last-child{margin-bottom:0}.contact-detail p,.contact-detail a{margin-left:24px}.detail-wrap{display:flex;gap:8px;align-items:center;margin-bottom:1rem}.detail-title{font-size:1rem;font-weight:var(--fw-ui)}.contact-details{flex:1}.contact-map{flex:2}.contact-map iframe{border-radius:12px}.map-placeholder{width:100%;display:flex;align-items:center;justify-content:center}.placeholder-text{width:100%;display:flex;align-items:center;flex-direction:column;text-align:center}.footer{width:100%;background-color:var(--slate)}.footer-content{text-align:center;position:relative}.footer-content:before{content:"";position:absolute;width:100%;height:1px;left:0;bottom:2.5rem;background-color:var(--peach)}.hero{position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1;pointer-events:none}.hero-bg svg{width:100%;height:120%}.hero-bg polyline{fill:none;stroke-width:1.5;opacity:.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30 10;animation:moveLines linear infinite}.hero-bg polyline:nth-child(odd){stroke:var(--amber)}.hero-bg polyline:nth-child(2n){stroke:var(--peach)}.hero-bg polyline:nth-child(1){animation-duration:18s}.hero-bg polyline:nth-child(2){animation-duration:24s}.hero-bg polyline:nth-child(3){animation-duration:30s}.hero-bg polyline:nth-child(4){animation-duration:22s}.hero-bg polyline:nth-child(5){animation-duration:28s}.hero-bg polyline:nth-child(6){animation-duration:35s}.hero-bg polyline:nth-child(7){animation-duration:26s}.hero-bg polyline:nth-child(8){animation-duration:32s}.hero-bg polyline:nth-child(9){animation-duration:20s}.hero-bg polyline:nth-child(10){animation-duration:38s}@keyframes moveLines{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}@media(prefers-reduced-motion:reduce){.hero-bg polyline{animation:none}}.navigation-brand{font-family:var(--font-heading);font-weight:var(--fw-heading-bold);font-size:1.125rem;color:inherit;white-space:nowrap}.navigation-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.navigation-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:6px;background:none;border:none;cursor:pointer;z-index:101}.navigation-toggle .toggle-bar{display:block;width:100%;height:3px;background-color:var(--slate);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navigation-toggle.is-open .toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.navigation-toggle.is-open .toggle-bar:nth-child(2){opacity:0}.navigation-toggle.is-open .toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.container{width:90vw}.inner-padding{padding:2rem 1rem}.navigation{padding:.75rem 1rem}.navigation.is-open{background-color:var(--bg-light);-webkit-backdrop-filter:none;backdrop-filter:none}.navigation .navigation-links{display:none;flex-direction:column;width:100%;gap:0;padding:1rem 0}.navigation .navigation-links.is-open{display:flex}.navigation .navigation-link a{display:block;padding:.75rem 0;min-height:44px}.navigation .navigation-link a:after{bottom:0}.hero.inner-padding{padding-top:4rem;padding-bottom:3rem}.hero-wrap{flex-direction:column}.hero-text{padding-right:0;margin-bottom:2rem}.hero-image{max-width:100%}.hero-arrow svg{width:40px;height:40px}.services .service,.services .service.right{flex-direction:column}.services .service.right .service-image{border-radius:20px 20px 0 0}.services .service-image{max-width:100%;border-radius:20px 20px 0 0}.services .service-content{padding:1.5rem}.reviews-wrap{grid-template-columns:1fr;margin-top:1.5rem}.review-a,.review-d{grid-column:auto;grid-row:auto}.contact-wrap{grid-template-columns:1fr;gap:2rem}.contact-map{min-height:300px}.contact-detail a{min-height:44px;display:flex;align-items:center}@media(min-width:768px){.container{width:85vw}.inner-padding{padding:3rem 2rem}.reviews-wrap{grid-template-columns:repeat(2,1fr)}.review-a,.review-d{grid-row:auto}.contact-wrap{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.container{width:80vw}.inner-padding{padding:4rem 3rem}.navigation{padding:1rem 3rem}.navigation .navigation-links{display:flex;flex-direction:row;width:auto;gap:3rem;padding:0}.navigation .navigation-link a{min-height:auto;padding:0}.navigation .navigation-link a:after{bottom:-10px}.navigation-toggle{display:none}.hero.inner-padding{padding-top:5rem;padding-bottom:5rem}.hero-wrap{flex-direction:row}.hero-text{padding-right:2rem;margin-bottom:0}.hero-arrow svg{width:80px;height:80px}.services .service{flex-direction:row}.services .service.right{flex-direction:row-reverse}.services .service.right .service-image{border-radius:0 20px 20px 0}.services .service-image{max-width:500px;border-radius:20px 0 0 20px}.services .service-content{padding:3rem}.reviews-wrap{grid-template-columns:repeat(3,1fr);margin-top:3rem}.review-a{grid-column:1;grid-row:1 / 3}.review-d{grid-column:3;grid-row:1 / 3}.contact-wrap{grid-template-columns:1fr 2fr}}
