@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{background-position:200%0}50%{background-position:-200%0}}@keyframes cardIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0/.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@font-face{font-display:swap;font-family:"Raleway";font-style:normal;font-weight:400;src:url(/wp-content/themes/sailingloc/assets/fonts/raleway-v37-latin-regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:"Raleway";font-style:normal;font-weight:700;src:url(/wp-content/themes/sailingloc/assets/fonts/raleway-v37-latin-700.woff2)format("woff2")}:root{--white:#ffffff;--blue:#093745;--blueshadowlight:#a5dbe536;--green:#668d5c;--greenCard:#81b69911;--greenTittle:#14323e;--tWhite:rgba(255, 255, 255, 0.8);--orange:#c75c2b;--deep:#0a1628;--ocean:#0d3b5e;--teal:#4dd2c0;--teal-dim:#2fa898;--teal-light:rgba(77, 210, 192, 0.12);--teal-mid:rgba(77, 210, 192, 0.25);--tiny:#e8f8f6;--foam:#e8f8f6;--sand:#f5f0e8;--error:#e05c5c;--danger:#e05c5c;--text:#1a2e40;--amber:#c96e28;--sage:#668d5c;--sky:#4ab3c8;--blueSky:#6dd4e8;--blue-mid:#0d4f65;--greenBlue:#0f727f;--greenNav:#0f7380;--greenOcean:#093644;--blueshadow:#a5dbe5;--sidebar-w:230px;--border-teal:rgba(15, 114, 127, 0.28);--border-gold:rgba(184, 146, 42, 0.25);--beige:#f5f1eb;--bg:#f0ede7;--surface:#f5f1eb;--border:#ddd8cf;--shadow-sm:0 2px 8px rgba(9, 55, 69, 0.07);--shadow-md:0 6px 24px rgba(9, 55, 69, 0.11);--radius:16px;--radius-sm:10px;--font-body:"Outfit", system-ui, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--transition:0.2s cubic-bezier(0.4, 0, 0.2, 1);--transparent:#b3b0aa6c;--accent-teal:#0f727f;--accent-teal-light:rgba(15, 114, 127, 0.12);--accent-teal-dark:#0c5f6b;--accent-orange:#c7702b;--bg-page:#f5f1eb;--border-light:#ddd8cf;--text-primary:#1a2e40;--text-secondary:#5f6e75;--logout-bg:#e9e2d8;--logout-text:#5f4c3b;--logout-bg-hover:#dcd2c4;--logout-text-hover:#3e2c1f;--card-bg:#ffffff;--muted:#5f6e75}body,html{overflow-x:hidden}html{scrollbar-width:none}body{font-family:Raleway,Verdana,Geneva,Tahoma,sans-serif;font-size:1rem;margin:0}::-webkit-scrollbar{display:none;height:0}#logoImg{margin-top:25px}img{height:auto;display:block;max-width:100%}nav#mainNav{width:100%;height:78px;position:fixed;overflow:visible;top:0;left:0;background-color:var(--greenOcean);box-shadow:0 2px 10px rgb(0 0 0/.1);z-index:1000;align-items:center;justify-content:space-between;padding:0 20px}.nav-left{align-items:center;gap:15px}nav#mainNav img#logoImg{padding:10px 0;border-radius:50%}.account-btn img{width:75px;height:75px;margin-top:31%;object-fit:contain;border-radius:50%}.account-btn:hover img{transform:scale(1.08);box-shadow:0 0 0 3px var(--orange,#c7702b),0 6px 20px rgb(239 159 39/.25)}nav#mainNav h2{color:var(--white);font-family:Cantarell,Verdana,Geneva,Tahoma,sans-serif;margin:0;font-size:0}.nav-left,.nav-links-container,.nav-right,nav#mainNav{display:flex}.nav-links-container ul a{color:var(--white);text-decoration:none;font-family:Cantarell,sans-serif;font-size:1.5rem;transition:color .2s ease}.nav-links-container ul a:hover{color:#9fe1cb}nav#mainNav ul{list-style:none;padding:0;margin:0;display:flex;gap:20px}nav#mainNav li{text-align:center}.nav-right{align-items:center;gap:15px}nav#mainNav button#menuToggle{display:none;width:40px;height:40px;background-color:#fff0;border:0;cursor:pointer;align-items:center;justify-content:center}nav#mainNav button#menuToggle img{width:30px;height:30px}.skip-link{position:absolute;top:-40px;left:0;background:var(--greenNav);color:#fff;padding:8px;text-decoration:none;z-index:100}.skip-link:focus{top:0}#mobileModal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(15 115 128/.98);z-index:9999;opacity:0;transition:opacity .3s ease;overflow-y:auto}#mobileModal .modal-content{min-height:100vh;padding:80px 20px 40px;display:flex;flex-direction:column;background-color:#fff0}#mobileModal .modal-header{position:fixed;top:0;left:0;width:100%;height:70px;background-color:var(--greenOcean);display:flex;justify-content:flex-end;align-items:center;padding:0 20px;z-index:10}#mobileModal .close-modal{background:0 0;border:0;color:var(--white);font-size:40px;font-weight:300;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;padding:0}#mobileModal .close-modal:hover{transform:scale(1.2)}#mobileModal .modal-body,#mobileModal .modal-menu{display:flex;align-items:center;justify-content:center;width:100%}#mobileModal .modal-body{flex:1;padding:20px}#mobileModal .modal-menu{flex-direction:column;list-style:none;max-width:400px;margin:0 auto;padding:0}#mobileModal .modal-menu li{display:flex;justify-content:center;width:100%;margin-bottom:15px;opacity:0;transform:translateY(20px);animation:slideInUp .4s ease forwards}#mobileModal .modal-menu a{width:100%;max-width:350px;margin:0 auto;display:block;color:var(--white);text-decoration:none;font-family:"Cantarell",sans-serif;font-size:1.4rem;padding:18px 25px;background-color:rgb(255 255 255/.1);border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid #fff0}#mobileModal .modal-menu li:nth-child(1){animation-delay:.1s}#mobileModal .modal-menu li:nth-child(2){animation-delay:.15s}#mobileModal .modal-menu li:nth-child(3){animation-delay:.2s}#mobileModal .modal-menu li:nth-child(4){animation-delay:.25s}#mobileModal .modal-menu li:nth-child(5){animation-delay:.3s}#mobileModal .modal-menu a:focus,#mobileModal .modal-menu a:hover{background-color:rgb(255 255 255/.2);border-color:rgb(255 255 255/.3);transform:translateY(-3px);box-shadow:0 5px 15px rgb(0 0 0/.2)}#page,body{display:flex;flex-direction:column;min-height:100vh;width:100%}main{min-height:calc(100vh - 120px);width:100%}@media screen and (max-width:876px){#mobileModal .modal-menu a{width:95%;max-width:320px;font-size:1.4rem;padding:18px 25px}nav#mainNav img#logoImg{width:80px;margin-top:18px}nav#mainNav h2{display:none}}@media screen and (max-width:900px) and (min-width:700px){#mobileModal .modal-menu a{width:70%;max-width:340px;font-size:1.3rem;padding:16px 20px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}#mobileModal .modal-menu{max-width:380px}#mobileModal .modal-body{padding:25px 20px}}@media screen and (max-width:866px) and (min-width:738px){#mobileModal .modal-body ul[class=modal-menu] a,#mobileModal .modal-content .modal-body .modal-menu a,#mobileModal div.modal-body ul li a{width:65%;max-width:300px;min-width:250px;font-size:1.2rem;padding:14px 18px;line-height:1.4;display:block;margin-left:auto;margin-right:auto}#mobileModal .modal-body{display:flex;justify-content:center;align-items:center;padding:25px 20px}#mobileModal .modal-menu{width:100%;display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:787px) and (min-width:700px){#mobileModal .modal-menu a{width:75%;max-width:320px;font-size:1.25rem;padding:15px 18px}}@media screen and (min-width:577px) and (max-width:900px){#mobileModal .modal-menu a{width:calc(100% - 40px);max-width:350px;font-size:clamp(1.2rem,2.5vw,1.4rem);padding:clamp(14px,3vw,18px) clamp(16px,4vw,24px);box-sizing:border-box}}@media screen and (min-width:500px) and (max-width:800px){#mobileModal .modal-menu a{width:80%;max-width:380px;font-size:1.5rem;padding:20px 30px;margin:0 auto 12px}#mobileModal .modal-menu{max-width:420px}#mobileModal .modal-body{padding:30px 25px}}@media screen and (min-width:500px) and (max-width:650px){#mobileModal .modal-menu a{width:85%;max-width:380px;font-size:1.5rem;padding:20px 28px}}@media screen and (min-width:651px) and (max-width:800px){#mobileModal .modal-menu a{width:75%;max-width:400px;font-size:1.6rem;padding:22px 32px}}@media screen and (max-width:576px){#mobileModal .modal-menu a{font-size:1.2rem;padding:16px 20px}#mobileModal .modal-content{padding:80px 15px 30px}}@media screen and (max-width:400px){#mobileModal .modal-menu a{width:100%;max-width:280px;font-size:1.2rem;padding:14px 20px}#mobileModal .close-modal{font-size:35px;width:45px;height:45px}}@media screen and (max-width:850px) and (max-height:600px){#mobileModal .modal-menu a{width:65%;max-width:300px;font-size:1.2rem;padding:14px 16px;margin:0 auto 8px}#mobileModal .modal-menu li{margin-bottom:8px}}@media screen and (max-width:876px) and (orientation:landscape){#mobileModal .modal-body{align-items:flex-start;padding-top:40px}#mobileModal .modal-menu a{width:70%;max-width:350px;font-size:1.4rem;padding:16px 24px}#mobileModal .modal-menu li{display:inline-block;width:48%;margin:0 1% 10px}}.dest-page{background:var(--sand);color:var(--text);overflow-x:hidden}.dest-hero{overflow:hidden}.dest-hero__bg{position:absolute;inset:0;background:linear-gradient(170deg,rgb(9 54 68/.5)0,rgb(9 55 68/.96) 100%),url("/wp-content/themes/sailingloc//assets/images/destinations-hero.jpg")center/cover no-repeat}.dest-hero__shimmer{position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgb(77 210 192/.06) 50%,transparent 70%);background-size:200% 100%;animation:shimmer 8s ease-in-out infinite;pointer-events:none}.dest-hero__content{position:relative;z-index:2}.dest-hero__label{font-weight:600;color:var(--teal)}.dest-hero__label::after,.dest-hero__label::before{display:block;background:var(--teal);opacity:.5}.dest-hero h1{font-weight:700;color:var(--white);line-height:1.1;font-family:"Playfair Display",serif;font-size:clamp(2rem,8vw,3.2rem);margin-bottom:.5rem}.dest-hero h1 em{color:var(--teal)}.dest-hero__sub{color:var(--tWhite);font-weight:300}.dest-wave{width:100%;margin-top:-48px;line-height:0}.dest-main{background:var(--sand)}.dest-tabs{justify-content:center;padding:0 2rem}.dest-tab{position:relative;font-family:"Outfit",sans-serif;color:var(--muted);transition:color .25s}.dest-tab::after{content:"";position:absolute;bottom:-2px;left:15%;right:15%;height:2px;background:var(--greenBlue);transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.dest-tab.active,.dest-tab:hover{color:var(--blue)}.dest-tab.active::after{transform:scaleX(1)}.dest-filter{align-items:center;padding:0 2rem}.dest-filter__input{flex:1;background:var(--white);color:var(--text);font-family:"Outfit",sans-serif;outline:0;transition:border-color .2s,box-shadow .2s}.dest-filter__input::placeholder{color:var(--muted)}.dest-filter__input:focus{border-color:var(--teal-dim);box-shadow:0 0 0 3px rgb(77 210 192/.15)}.dest-filter__btn{background:var(--greenBlue);color:var(--white);font-family:"Outfit",sans-serif;letter-spacing:.06em;white-space:nowrap;transition:background .2s,transform .15s}.dest-filter__btn:hover{background:var(--greenNav);transform:translateY(-1px)}.dest-section-title{padding:0 1.5rem}.dest-section-title h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700;color:var(--greenTittle);margin-bottom:.5rem}.dest-section-title h2 em{color:var(--greenBlue)}.dest-section-title p{color:var(--muted);font-weight:300;color:#7a8a92;font-size:.9rem}.dest-grid{display:grid;grid-template-columns:repeat(12,1fr);padding:0 2rem}.dest-card{cursor:pointer;background:var(--blue);border:1px solid rgb(9 54 68/.08);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;opacity:0;animation:cardIn .55s ease forwards}.dest-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgb(9 54 68/.25)}.dest-card:nth-child(1){animation-delay:.05s}.dest-card:nth-child(2){animation-delay:.12s}.dest-card:nth-child(3){animation-delay:.19s}.dest-card:nth-child(4){animation-delay:.26s}.dest-card:nth-child(5){animation-delay:.33s}.dest-card:nth-child(6){animation-delay:.4s}.dest-card:nth-child(7){animation-delay:.47s}.dest-card:nth-child(8){animation-delay:.54s}.dest-card:nth-child(9){animation-delay:.61s}.dest-card--lg{grid-column:span 5;aspect-ratio:3/4}.dest-card--md,.dest-card--sm{grid-column:span 4;aspect-ratio:3/4}.dest-card--sm{grid-column:span 3}.dest-card--wide{grid-column:span 7;aspect-ratio:16/9}.dest-card--half{grid-column:span 6;aspect-ratio:4/3}.dest-card__img{inset:0;transition:transform .55s ease;background:var(--ocean)}.dest-card:hover .dest-card__img{transform:scale(1.07)}.dest-card__overlay{background:linear-gradient(to top,rgb(9 54 68/.95)0,rgb(9 54 68/.35) 50%,rgb(9 54 68/.05) 100%)}.dest-card__badge{background:var(--orange);color:var(--white);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dest-card__badge--teal{background:var(--teal-dim);color:var(--white)}.dest-card__badge--beige{background:var(--beige);color:var(--blue)}.dest-card__region{letter-spacing:.16em;color:var(--teal)}.dest-card__name{font-size:clamp(1.2rem,2.2vw,1.65rem);color:var(--white)}.dest-card__meta{flex-wrap:wrap;color:var(--tWhite)}.dest-card__meta span{display:flex;align-items:center;gap:.3rem}.dest-card__cta{letter-spacing:.07em;color:var(--teal);border-bottom:1px solid rgb(77 210 192/.35);transition:color .2s,border-color .2s,gap .2s}.dest-card__cta:hover{color:var(--beige);border-color:rgb(251 240 202/.5)}.dest-no-result{color:var(--muted);font-size:1rem}.dest-cta{padding:0 2rem}.dest-cta__btn{background:#fff0;border:1.5px solid var(--greenBlue);color:var(--greenBlue);font-family:"Outfit",sans-serif;text-transform:uppercase}.dest-cta__btn:hover{background:var(--greenBlue);color:var(--white);transform:translateY(-2px)}::after,::before{box-sizing:border-box}body{background:var(--bg);color:var(--blue)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:0;background:0 0}body,button,input{font-family:var(--font-body)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:rgb(9 55 69/.12);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:rgb(9 55 69/.22)}@media (max-width:1024px){:root{--sidebar-w:200px}}@media screen and (min-width:577px) and (max-width:768px){#mainFooter{padding:30px 20px 10px}.footer-logo{margin-bottom:20px}.footer-logo img{width:50px}.footer-logo h2{font-size:1.5rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;text-align:center}}*,.dest-page *,.dest-page ::after,.dest-page ::before{box-sizing:border-box;margin:0;padding:0}.dest-page{font-family:"Outfit",sans-serif;background:#f5f0e8;color:#1a2e40}.dest-hero{position:relative;height:50vh;min-height:300px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:2rem;background:linear-gradient(170deg,rgb(9 54 68/.5),rgb(9 55 68/.96)),url("/wp-content/themes/sailingloc//assets/images/destinations-hero.jpg")center/cover}.dest-hero__shimmer{display:none}.dest-hero__content{text-align:center;color:#fff;padding:0 1rem}.dest-hero__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#4dd2c0;margin-bottom:.5rem}.dest-hero__label::after,.dest-hero__label::before{content:"";width:28px;height:1px;background:#4dd2c0}.dest-hero h1 em{font-style:italic;color:#4dd2c0}.dest-hero__sub{font-size:.9rem;opacity:.9}.dest-wave{display:none}.dest-main{background:#f5f0e8;padding:2rem 1rem 3rem}.dest-tabs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgb(9 55 69/.1);padding-bottom:1rem}.dest-tab{background:0 0;border:0;font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#7a8a92;padding:.8rem;width:100%;border-radius:40px;cursor:pointer}.dest-tab.active{background:#0f727f;color:#fff}.dest-filter{display:flex;flex-direction:column;gap:.8rem;max-width:500px;margin:0 auto 2rem}.dest-filter__input{padding:.9rem 1rem;border:1.5px solid rgb(9 55 69/.2);border-radius:12px;font-size:1rem}.dest-filter__btn{background:#0f727f;color:#fff;border:0;padding:.9rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer}.dest-panel{display:none}.dest-panel.active{display:block}.dest-section-title{text-align:center;margin-bottom:2rem}.dest-section-title h2{font-family:"Playfair Display",serif;font-size:1.8rem;color:#14323e}.dest-section-title h2 em{color:#0f727f;font-style:italic}.dest-grid{display:flex;flex-direction:column;gap:1.8rem;max-width:600px;margin:0 auto}.dest-card{position:relative;border-radius:20px;overflow:hidden;background:#093745;box-shadow:0 8px 20px rgb(0 0 0/.1);min-height:420px;width:100%}.dest-card__img{position:absolute;top:0;left:0}.dest-card__logo{width:80px;margin-bottom:.75rem}.dest-card__logo img{width:100%;height:auto;display:block;border-radius:50%}.dest-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(9 54 68/.9),rgb(9 54 68/.4),rgb(9 54 68/.1))}.dest-card__badge{position:absolute;top:1rem;left:1rem;background:#c7702b;color:#fff;font-size:.75rem;padding:.3rem 1rem;border-radius:30px;z-index:2}.dest-card__badge--teal{background:#2fa898}.dest-card__badge--beige{background:#f5f1eb;color:#093745}.dest-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;z-index:1}.dest-card__region{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#4dd2c0;margin-bottom:.3rem}.dest-card__name{font-family:"Playfair Display",serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.5rem}.dest-card__meta{display:flex;gap:1rem;font-size:.85rem;color:rgb(255 255 255/.8);margin-bottom:1rem}.dest-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;color:#4dd2c0;text-decoration:none;border-bottom:1px solid #4dd2c0;padding-bottom:.2rem}.dest-card__cta:hover{gap:.7rem;color:#f5f1eb}.dest-no-result{display:none;text-align:center;padding:2rem;color:#7a8a92}.dest-cta{text-align:center;margin-top:2.5rem}.dest-cta__btn{display:inline-block;border:2px solid #0f727f;color:#0f727f;padding:.8rem 2rem;border-radius:40px;text-decoration:none;font-weight:600;letter-spacing:.1em;font-size:.85rem;transition:all .2s}.dest-cta__btn:hover{background:#0f727f;color:#fff}@media (min-width:768px){.dest-main{padding:2rem 2rem 3rem}.dest-tabs{flex-direction:row;justify-content:center;border-bottom:2px solid rgb(9 55 69/.1)}.dest-tab{width:auto;padding:1rem 2rem;background:0 0;border-radius:0;position:relative}.dest-tab.active{background:0 0;color:#093745}.dest-tab.active::after{content:"";position:absolute;bottom:-2px;left:20%;right:20%;height:2px;background:#0f727f}.dest-filter{flex-direction:row;max-width:600px}.dest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem;max-width:1000px}.dest-card{min-height:400px}.dest-card__name{font-size:1.4rem}.dest-section-title h2{font-size:2rem}}@media (min-width:1024px){.dest-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.dest-card{aspect-ratio:16/9;min-height:auto;grid-column:span 4}.dest-panel.active .dest-grid .dest-card:nth-child(1),.dest-panel.active .dest-grid .dest-card:nth-child(2){grid-column:span 6}.dest-card--half,.dest-card--lg{grid-column:span 6}.dest-card__body{padding:1rem}.dest-card__name{font-size:1.2rem}.dest-card__cta,.dest-card__meta{font-size:.75rem}}#mainFooter,.footer-content{width:100%;display:flex;flex-direction:column}#mainFooter{background-color:var(--greenOcean);padding:20px 10px 3px;align-items:center;text-align:center;color:var(--white);position:relative;margin-top:auto;height:auto;bottom:auto;font-size:1rem}.footer-content{max-width:1200px;margin:0 auto;align-items:stretch}.footer-links,.footer-logo{display:flex;justify-content:center}.footer-logo{flex-direction:row;align-items:center;gap:15px;margin-bottom:25px}.footer-logo h2{font-family:"Cantarell",sans-serif;font-size:2rem;margin:0;color:var(--white)}.footer-links{flex-wrap:wrap;gap:40px;align-items:flex-start}.footer-column{flex:0 1 220px;min-width:200px}.footer-column h3{font-family:"Cantarell",sans-serif;font-size:1.3rem;margin-bottom:20px;color:var(--beige);border-bottom:2px solid var(--greenBlue);padding-bottom:10px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-bottom a,.footer-column a{text-decoration:none;transition:color .3s ease}.footer-column a{color:var(--white);font-size:.95rem}.footer-column a:hover{color:var(--beige);padding-left:5px;transition:all .3s ease}.footer-bottom{margin-top:17px;padding-top:25px;border-top:1px solid rgb(255 255 255/.15);width:100%;font-size:.9rem;color:var(--beige)}.footer-bottom a{color:var(--beige)}.footer-bottom a:hover{color:var(--white);text-decoration:underline}.footer-social-section{margin-top:2rem;margin-bottom:2rem;text-align:center}.footer-social-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:.75rem;margin-top:1rem}.footer-social-item{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;line-height:1;text-decoration:none;background:var(--greenNav);padding:.6rem 1rem;border-radius:40px;transition:all .2s ease;white-space:nowrap}.footer-social-item img{width:24px;height:auto;transition:transform .2s ease}.footer-social-item:hover{background:var(--orange);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md,0 4px 12px rgb(9 55 69 / .1))}.footer-social-item:hover img{transform:scale(1.05);filter:brightness(0) invert(1)}@media (min-width:620px) and (max-width:755px){.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:15px;justify-items:stretch}.footer-column{flex:unset;min-width:unset;width:100%}.footer-column:nth-child(odd){text-align:right}.footer-column:nth-child(even){text-align:left}.footer-column h3{font-family:"Cantarell",sans-serif;font-size:1.1rem;display:block!important;width:100%!important;border-bottom:2px solid var(--greenBlue)!important;padding-bottom:10px!important;margin-bottom:20px!important;color:var(--beige)!important;float:none!important}.footer-column a{font-size:.85rem}}@media (max-width:619px){.footer-links{display:flex;flex-direction:column;align-items:center;gap:24px}.footer-column{flex:unset;min-width:unset;width:100%;text-align:center}.footer-column h3{font-family:"Cantarell",sans-serif;display:block!important;width:100%!important;border-bottom:2px solid var(--greenBlue)!important;padding-bottom:10px!important;margin-bottom:20px!important;color:var(--beige)!important;float:none!important}}@media screen and (max-width:400px){.nav-right{gap:6px}#mobileModal .modal-menu a{width:100%;max-width:280px;font-size:1.2rem;padding:14px 20px}#mobileModal .close-modal{font-size:35px;width:45px;height:45px}}@media screen and (max-width:576px){nav#mainNav h2{display:block}.nav-right{gap:8px}#mobileModal .modal-menu a{font-size:1.2rem;padding:16px 20px}#mobileModal .modal-content{padding:80px 15px 30px}.footer-links{flex-direction:column;align-items:center;gap:20px}.footer-column{flex:1 1 100%;max-width:100%}.footer-column,.footer-column h3{text-align:center}.footer-logo h2{font-size:1.3rem}.footer-logo img{width:45px}nav#mainNav{width:100%;max-width:100vw;box-sizing:border-box}}@media screen and (min-width:577px) and (max-width:768px){.nav-right{display:flex;align-items:center;gap:10px}.footer-links,.footer-logo{flex-direction:column;gap:30px;text-align:center}.footer-column h3{border-bottom:none;padding-bottom:0}.footer-logo{gap:10px;width:100%;justify-content:center}.footer-logo img{width:50px}.footer-logo h2{font-size:1.8rem}body{margin:0;padding:0}#mainFooter{padding:30px 16px 10px;box-sizing:border-box}.footer-content{width:100%;max-width:100%;box-sizing:border-box}.footer-bottom{margin-top:24px;padding-top:16px;font-size:.8rem}.footer-social-row{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.8rem}.footer-social-item{width:auto;padding:.5rem .7rem;font-size:.8rem}.footer-social-item img{width:20px}}@media (max-width:640px){.dest-card--half,.dest-card--lg,.dest-card--md,.dest-card--sm,.dest-card--wide{grid-column:span 12;aspect-ratio:4/3}.dest-tab{padding:1.1rem 1.3rem;font-size:.7rem;letter-spacing:.1em}.dest-filter{flex-direction:column}.dest-filter__btn{width:100%;text-align:center}}@media screen and (min-width:500px) and (max-width:650px){#mobileModal .modal-menu a{width:85%;max-width:380px;font-size:1.5rem;padding:20px 28px}}@media screen and (min-width:500px) and (max-width:800px){#mobileModal .modal-menu a{width:80%;max-width:380px;font-size:1.5rem;padding:20px 30px;margin:0 auto 12px}#mobileModal .modal-menu{max-width:420px}#mobileModal .modal-body{padding:30px 25px}}@media (max-width:768px){nav#mainNav{width:100%!important;max-width:100vw!important;box-sizing:border-box!important}}@media screen and (min-width:577px) and (max-width:900px){#mobileModal .modal-menu a{width:calc(100% - 40px);max-width:350px;font-size:clamp(1.2rem,2.5vw,1.4rem);padding:clamp(14px,3vw,18px) clamp(16px,4vw,24px);box-sizing:border-box}}@media screen and (min-width:651px) and (max-width:800px){#mobileModal .modal-menu a{width:75%;max-width:400px;font-size:1.6rem;padding:22px 32px}}@media screen and (max-width:900px) and (min-width:700px){nav#mainNav h2{display:block}nav#mainNav ul{gap:4px!important}.nav-right{gap:8px}#mobileModal .modal-menu a{width:70%;max-width:340px;font-size:1.3rem;padding:16px 20px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}#mobileModal .modal-menu{max-width:380px}#mobileModal .modal-body{padding:25px 20px}}@media screen and (max-width:866px) and (min-width:738px){#mobileModal .modal-body ul[class=modal-menu] a,#mobileModal .modal-content .modal-body .modal-menu a,#mobileModal div.modal-body ul li a{width:65%;max-width:300px;min-width:250px;font-size:1.2rem;padding:14px 18px;line-height:1.4;display:block;margin-left:auto;margin-right:auto}#mobileModal .modal-body{display:flex;justify-content:center;align-items:center;padding:25px 20px}#mobileModal .modal-menu{width:100%;display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:876px){nav#mainNav h2{font-size:1.3rem}.nav-links-container{display:none!important}nav#mainNav button#menuToggle{display:flex;width:40px;height:40px;background-color:#fff0;border:0;cursor:pointer;align-items:center;justify-content:center}nav#mainNav button#menuToggle img{width:30px;height:30px;transition:transform .3s ease}nav#mainNav button#menuToggle:hover img{transform:scale(1.1)}#mobileModal .modal-menu a{width:95%;max-width:320px;font-size:1.4rem;padding:18px 25px}}@media screen and (min-width:877px){.nav-links-container{display:flex!important}#mobileModal,nav#mainNav button#menuToggle{display:none!important}}@media screen and (max-width:787px) and (min-width:700px){#mobileModal .modal-menu a{width:75%;max-width:320px;font-size:1.25rem;padding:15px 18px}}@media screen and (max-width:850px) and (max-height:600px){#mobileModal .modal-menu a{width:90%;max-width:300px;font-size:1.2rem;padding:14px 16px;margin:0 auto 8px}#mobileModal .modal-menu li{margin-bottom:8px}}@media (max-width:1024px){.dest-card--lg,.dest-card--md,.dest-card--sm{grid-column:span 6}.dest-card--wide{grid-column:span 12;aspect-ratio:16/8}.dest-card--half{grid-column:span 6}}@media (max-width:1150px) and (min-width:769px){.footer-logo{width:100%;justify-content:center;text-align:center}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.footer-column{flex:none;min-width:0;max-width:100%}.footer-column:nth-child(odd),.footer-column:nth-child(odd) h3,.footer-column:nth-child(odd) li,.footer-column:nth-child(odd) ul{text-align:right}.footer-column:nth-child(odd) a:hover{padding-left:0;padding-right:5px}.footer-column:nth-child(even),.footer-column:nth-child(even) h3,.footer-column:nth-child(even) li,.footer-column:nth-child(even) ul{text-align:left}.footer-column:nth-child(even) a:hover{padding-left:5px;padding-right:0}.footer-social-row{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:1rem}.footer-social-item{width:auto}}@media screen and (max-width:1200px) and (min-width:768px){nav#mainNav h2{font-size:1.2rem}nav#mainNav ul{gap:7px}.nav-right{gap:12px}}@media screen and (min-width:1200px){nav#mainNav{padding:0 40px}nav#mainNav h2{font-size:1.5rem}nav#mainNav ul{gap:60px}.nav-right{gap:20px}}@media screen and (max-width:1400px) and (min-width:1201px){nav#mainNav h2{font-size:1.4rem}.nav-right,nav#mainNav ul{gap:15px}}@media screen and (max-width:876px) and (orientation:landscape){.footer-social-row{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.75rem}.footer-social-item{width:auto}#mobileModal .modal-body{align-items:flex-start;padding-top:40px}#mobileModal .modal-menu a{width:100%;max-width:350px;font-size:1rem;padding:16px 24px}#mobileModal .modal-menu li{display:inline-block}}@media screen and (max-height:500px) and (orientation:landscape){nav#mainNav{height:60px}.nav-links-container{top:60px}nav#mainNav img#logoImg{width:67px;margin-top:15px}}.footer-logo img,nav#mainNav img#logoImg{object-fit:contain;display:block}.dest-card__img{display:block;width:100%;height:100%;object-fit:cover}.footer-logo img{width:70px;height:70px;border-radius:50%}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}body{padding:0}