.Nav_section__U2mHg{position:fixed;top:0;width:100%;z-index:5;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(10px)}.Nav_navbar__XYnQ5{display:flex;justify-content:space-between;align-items:center;margin:0 auto;max-width:1400px;min-height:120px;padding:0 10px;top:0;width:100vw;z-index:5}@media screen and (max-width:430px){.Nav_navbar__XYnQ5{margin:0;justify-content:center}}.Nav_logo__s_NHB{height:120px;width:120px;display:block}@media screen and (max-width:430px){.Nav_logo__s_NHB{display:none}}.Nav_menu__5S4Qe{display:flex;align-items:center;gap:40px;text-transform:uppercase;letter-spacing:4px;color:var(--secondary);font-weight:400}.Nav_menu__5S4Qe li:hover{cursor:pointer}.Nav_menu__5S4Qe li:after{content:"";position:absolute;width:95%;transform:scaleX(0);height:2px;bottom:-4px;left:0;background-color:var(--secondary);transform-origin:bottom right;transition:transform .25s ease-out}.Nav_menu__5S4Qe li:hover:after{transform:scaleX(1);transform-origin:bottom left}.Nav_menuScroll__5DDPU{color:var(--primary);display:flex;align-items:center;gap:40px;text-transform:uppercase;letter-spacing:4px;font-weight:400;transition:all .5s ease-in-out}.Nav_info__KwJ3e{display:flex;flex-direction:column}@media screen and (max-width:430px){.Nav_info__KwJ3e{justify-content:center;align-items:center}}.Nav_info__KwJ3e h3{font-size:14px;font-weight:600;color:var(--secondary-font-color);text-align:end}@media screen and (max-width:430px){.Nav_info__KwJ3e h3{font-size:10px;text-align:center}}.Nav_info__KwJ3e .Nav_buttonContainer__icHfi{display:flex;gap:10px;margin-top:10px;width:100%}.Nav_info__KwJ3e .Nav_buttonContainer__icHfi span{transform:translateX(20px)}@media screen and (max-width:430px){.Nav_info__KwJ3e .Nav_buttonContainer__icHfi span{display:none}}@keyframes Nav_bounce__kKLwN{0%{transform:scale(1) translate(0)}1%{transform:scaleY(.95) translateY(5px)}2%{transform:scaleY(1.05) translateY(-10px)}3%{transform:scale(1) translate(0)}to{transform:scale(1) translate(0)}}.Nav_info__KwJ3e .Nav_button__AZ9d_{background-color:var(--accent);color:#fff;font-size:12px;font-weight:600;padding:10px;flex:1;display:flex;justify-content:center;align-items:center}@media screen and (max-width:430px){.Nav_info__KwJ3e .Nav_button__AZ9d_{font-size:10px;padding:10px}}.Nav_info__KwJ3e .Nav_buttonAnimate__Dzw9y{animation:Nav_bounce__kKLwN 20s infinite;animation-delay:10s}@font-face{font-family:__brownSugar_a7c12e;src:url(/_next/static/media/be7334b3ece232ac-s.p.otf) format("opentype");font-display:swap}@font-face{font-family:__brownSugar_Fallback_a7c12e;src:local("Arial");ascent-override:62.99%;descent-override:21.00%;line-gap-override:0.00%;size-adjust:119.07%}.__className_a7c12e{font-family:__brownSugar_a7c12e,__brownSugar_Fallback_a7c12e}.Cta_ctasection__gCivY{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.7)),url(/images/walkwaytobeach.webp) no-repeat;background-position:50%;background-attachment:fixed;height:calc(100vh - 228.5px - 120px);width:100%;background-size:cover;padding:20px;display:flex;flex-direction:column;justify-content:center;margin-top:120px}.Cta_ctasection__gCivY span{font-weight:300}@media screen and (max-width:430px){.Cta_ctasection__gCivY{height:calc(100vh - 120px - 137px);background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.7)),url(/images/walkwaytobeachmobile.webp) no-repeat;background-position:50%;background-attachment:fixed;background-size:cover}}@media screen and (max-height:1080px){.Cta_ctasection__gCivY{height:calc(100vh - 168px - 120px);background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.7)),url(/images/walkwaytobeachmobile.webp) no-repeat;background-position:50%;background-attachment:fixed;background-size:cover}}.Cta_cta__c_DQp{color:#fff;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.Cta_cta__c_DQp h1{letter-spacing:5px;font-weight:300;font-size:var(--fs-300);margin-bottom:20px}@media screen and (max-width:810px){.Cta_cta__c_DQp h1{font-size:100px}}@media screen and (max-width:430px){.Cta_cta__c_DQp h1{font-size:var(--fs-300)}}.Cta_cta__c_DQp h2{color:#c8c8c8;margin-top:40px;font-size:var(--fs-1000);line-height:1.5;text-transform:uppercase;letter-spacing:3px;font-weight:600}@media screen and (max-height:900px){.Cta_cta__c_DQp h2{font-size:var(--fs-1100)}}@media screen and (max-width:810px){.Cta_cta__c_DQp h2{font-size:16px}}@media screen and (max-width:430px){.Cta_cta__c_DQp h2{width:100%;font-size:12px}}.Cta_ctaButtons__fs2I1{margin-top:50px;display:flex;gap:50px}@media screen and (max-width:430px){.Cta_ctaButtons__fs2I1{flex-direction:column;gap:40px}}@keyframes Cta_bounce__1jRTK{0%{transform:scale(1) translate(0)}30%{transform:scaleY(.8) translateY(10px)}75%{transform:scaleY(1.1) translateY(-25px)}to{transform:scale(1) translate(0)}}.Cta_ctaButtons__fs2I1 :first-child{background-color:var(--accent);color:#fff;animation:Cta_bounce__1jRTK .75s infinite}.Cta_ctaButtons__fs2I1 :last-child{background:transparent;border:2px solid #fff;color:#fff}.Cta_ctaBtn__n_9bw{margin-top:20px;background:transparent;border:2px solid #fff;padding:5px 40px}.Footer_footer__BTjab{background-image:linear-gradient(180deg,#5b969c,#61a1a7,#67abb2,#6eb6be,#74c1c9);color:#fff;padding-top:50px;padding-bottom:5px}.Footer_footer__BTjab h4,.Footer_footer__BTjab h5{margin:20px 0;position:relative;color:#fff}.Footer_footer__BTjab li{width:-moz-fit-content;width:fit-content}.Footer_container__D7p53{display:flex}.Footer_content__8hJlU{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto}.Footer_categories__Q_lnl{display:flex;gap:80px}@media screen and (max-width:810px){.Footer_categories__Q_lnl{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:430px){.Footer_categories__Q_lnl{flex-direction:column;justify-content:center;align-items:center;gap:30px}}.Footer_categories__Q_lnl h5{font-weight:500;font-size:16px}.Footer_imageContainer__H6oFT{height:300px;width:300px;position:relative}.Footer_imageContainer__H6oFT>*{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.Footer_category__VeoVL li{margin-bottom:10px}@media screen and (max-width:430px){.Footer_category__VeoVL{text-align:center}.Footer_category__VeoVL li{margin:0 auto 10px;font-size:14px}}.Footer_generalCategory__rJ6X7 h4,.Footer_generalCategory__rJ6X7 h5{text-align:center;font-size:16px;font-weight:500}.Footer_generalCategory__rJ6X7 li{margin-bottom:20px}@media screen and (max-width:430px){.Footer_generalCategory__rJ6X7{padding:0 10px}}@media(width >= 430px){.Footer_contactCategory__Tm5pN li{text-align:start}}.Footer_clientCategory__nak4B li{width:100%}@media screen and (max-width:430px){.Footer_clientCategory__nak4B{width:100%}.Footer_clientCategory__nak4B a,.Footer_clientCategory__nak4B li{width:90%}}.Footer_socialCategory___dMyB{text-align:center}.Footer_socialContainer__K2tNZ{display:flex;width:100%;justify-content:space-between;gap:25px}.Footer_socialContainer__K2tNZ a>*,.Footer_socialContainer__K2tNZ li>*{height:30px;width:30px}.Footer_button__tGtvB{padding:5px 10px;font-size:var(--fs-1100);font-weight:500;letter-spacing:2px;text-transform:capitalize;color:#fff;display:flex;justify-content:center;align-items:center}@media screen and (max-width:430px){.Footer_button__tGtvB{height:47px;margin:0 auto}}.Footer_copyrightContainer__Nxnw0{margin:40px auto 0;text-align:center}@media screen and (max-width:430px){.Footer_copyrightContainer__Nxnw0{font-size:14px}}.Footer_signatureContainer__jcT6L{margin:10px auto 0;font-size:12px}.Footer_seal__WyJQU{height:50px;width:150px;position:relative}.Footer_verified__W2Y3Q{display:flex}