@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);:root{--base-font-size:16px;--primary:#f3f3f3;--paragraph:#666666;--black:#161616;--white:#FFFFFF}html{scroll-behavior:smooth}body,html{background-color:var(--primary);color:var(--paragraph);margin:0;padding:0;box-sizing:border-box;font-family:Urbanist,sans-serif;font-size:100%;font-weight:400}img,picture,svg,video{display:block;max-width:100%;height:auto;border-radius:20px}p{color:var(--paragraph);font-size:1.125rem;line-height:1.75rem;margin-bottom:0}h1,h2,h3,h4,h5,h6{color:var(--black);margin:0;font-weight:400}section{padding-block:3.5rem}@media (width >= 639.99px){section{padding-block:4.5rem}}@media (width >= 767.99px){section{padding-block:9.5rem}}section:has(+section){padding-block-end:0}section:last-child{padding-block-end:0}@media (width >= 991.99px){section:last-child{padding-block-end:7.5rem}}.subscribe{margin-block-end:40px}.copyright p{font-size:.875rem;margin:0}hr{margin-block:40px}.extract{margin-block-end:40px;max-width:100%}@media (width >= 767.99px){.extract{margin:40px auto 60px auto;max-width:700px}}#about p{color:var(--black);max-width:100%;font-size:3.75rem;line-height:3.75rem;font-weight:700}@media (width >= 767.99px){#about p{font-size:6rem;line-height:6rem}}.image-with-text{position:relative}.image-with-text__title{position:absolute;bottom:30px;left:20px;color:#fff;margin:0;font-weight:600;z-index:10;text-shadow:0 2px 4px rgba(0,0,0,.7);width:calc(100% - 40px)}@media (width >= 767.99px){.image-with-text__title{left:30px;width:calc(100% - 60px)}}.image-with-text img{position:relative;z-index:1}#blog .row{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));justify-content:center;gap:2rem}@media (width >= 640px){#blog .row{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),340px));gap:2rem}}@media (width >= 991.99px){#blog .row{grid-template-columns:repeat(3,1fr);gap:1.5rem}}#blog .row:has(>:nth-child(1):last-child){grid-template-columns:min(100%,380px)}#blog .row:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,min(100%,340px))}@media (max-width:639.99px){#blog .row:has(>:nth-child(2):last-child){grid-template-columns:1fr}}#blog .cta{margin-block-start:3rem}.banner{display:flex;justify-content:center;padding-inline:1rem}@media (width >= 639.99px){.banner{padding-inline:0}}.header{background-color:transparent;padding:20px 0;position:fixed;top:0;left:0;width:100%;z-index:999;transition:background-color .3s ease,box-shadow .3s ease,opacity .3s ease}.header .row{flex-direction:row;align-items:center;justify-content:space-between;margin-inline:0;gap:.5rem}@media (width >= 480px){.header .row{margin-inline:1rem;gap:1rem}}.header__column{display:flex;flex:1}.header__column:nth-child(2){justify-content:center}.header__column:nth-child(3){justify-content:flex-end}.header__brand{width:180px;position:relative;z-index:10}.header__brand img{transition:filter .4s ease-in-out}@media (width >= 991.99px){.header__brand{width:220px}}@media (width >= 1400px){.header__brand{width:240px}}.header__country-info{display:none;color:var(--paragraph)}@media (min-width:992px){.header__country-info{display:block}}.header__toggle{display:flex;flex-direction:column;justify-content:space-evenly;width:30px;height:auto;background:0 0;border:none;cursor:pointer;padding:0;z-index:10}@media (220px <= width <= 480px){.header__toggle{width:24px}}.header__toggle span{background-color:var(--white);height:2px;width:100%;border-radius:10px;transition:all .3s ease-in-out;transform-origin:center}@media (min-width:992px){.header__toggle{display:none}}.header.is-open .header__brand img{filter:brightness(1) invert(0)!important}.header.is-open .header__toggle span{background-color:var(--black)}.header.is-open .header__toggle span:first-child{transform:translateY(9px) rotate(45deg)}.header.is-open .header__toggle span:nth-child(2){opacity:0}.header.is-open .header__toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header.header--scrolled{background-color:rgba(255,255,255,.8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px rgba(0,0,0,.1)}@media (width >= 991.99px){.header.header--scrolled .header__brand img{filter:brightness(1) invert(0)!important}}.header.header--scrolled .header__toggle span{background-color:var(--black)}@media (min-width:992px){.header.header--hidden{opacity:0;pointer-events:none}}.header:not(.header--scrolled) .header__brand img{filter:brightness(0) invert(1)}.header:not(.header--scrolled) .header__country-info{color:var(--white)}@media (991.99px <= width <= 1399px){.header .container{padding-inline:3rem}}.single .header:not(.header--scrolled) .header__brand img{filter:none}.single .header:not(.header--scrolled) .header__country-info{color:var(--paragraph)}.language-selector{display:flex;align-items:center}.container{margin:0 auto;padding-inline:1rem;max-width:100%}@media (width >= 1400px){.container{padding-inline:0;max-width:1320px}}.container--fluid{padding-inline:1rem;max-width:100%}@media (width >= 991.99px){.container--960{max-width:960px}}@media (width >= 1199.99px){.container--1140{max-width:1140px}}.text--center{text-align:center}.text--start{text-align:start}.text--end{text-align:end}.fw--400{font-weight:400}.fw--500{font-weight:500}.fw--600{font-weight:600}.fw--700{font-weight:700}.fw--800{font-weight:800}.fw--900{font-weight:900}.row{display:flex;flex-direction:column;gap:2rem}@media (width >= 991.99px){.row{flex-direction:row}}.row>*{flex:1}.h1--s{font-size:2.5rem;line-height:1.2}.h1--m{font-size:3.25rem;line-height:1.2}.h1--l{font-size:clamp(2.125rem,4vw,4.25rem);line-height:1.2}.h2--s{font-size:1.25rem;line-height:1.2}.h2--m{font-size:1.375rem;line-height:1.2}.h3--xs{font-size:.875rem;line-height:1.2}.h3--s{font-size:1rem;line-height:1.2}.m-0{margin:0!important}.mb-0{margin-block-end:0!important}.mx-auto{margin:0 auto}.title{margin-block-end:1.25rem}@media (width >= 991.99px){.title{margin-block-end:3.5rem}}.portrait{max-height:600px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.overline-text{color:var(--paragraph);display:block;font-size:1.125rem;margin-block-end:.375rem;position:relative}.overline-text--with-style{padding-inline-start:10px}.overline-text--with-style::before{content:"";background-image:url(../images/icon/star.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;margin-inline-end:6px;width:20px;height:20px}.img-fill-height{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px;aspect-ratio:4/3}@media (width >= 991.99px){.img-fill-height{height:100%;aspect-ratio:auto}}.visible{visibility:visible!important}.invisible{visibility:hidden!important}h1{font-size:4rem;line-height:1.2}h2{font-size:3rem;line-height:1.2}h3{font-size:2rem;line-height:1.2}h4{font-size:1.5rem;line-height:1.2}h5{font-size:1.25rem;line-height:1.2}h6{font-size:1rem;line-height:1.2}.hero{position:relative;min-height:60svh;min-height:60dvh;width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:4.5rem 1rem 1.5rem;box-sizing:border-box;border:6px solid var(--white);border-radius:20px}@media (min-width:640px){.hero{min-height:100svh;min-height:100dvh}}@media (min-width:480px){.hero{padding:5rem 1.5rem 2rem;border-radius:28px}}@media (min-width:768px){.hero{padding:6rem 3rem 2.5rem;border:8px solid var(--white);border-radius:36px}}@media (min-width:1024px){.hero{padding:7rem 4rem 3.5rem;border-radius:40px}}.hero__bg-container{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__bg-container::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.45) 0,rgba(15,23,42,.2) 25%,rgba(15,23,42,.28) 55%,rgba(15,23,42,.85) 100%)}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform 1.2s ease-out}.hero__bg--active{opacity:1;transform:scale(1)}.hero__content{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center;color:#fff;pointer-events:none;padding:0 .5rem}@media (max-width:639.98px){.hero__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}}.hero__tag{display:inline-block;padding:.35rem .95rem;border-radius:50px;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.6px;margin-bottom:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.25);transition:opacity .25s ease-in-out}@media (min-width:480px){.hero__tag{font-size:.78rem;padding:.4rem 1.1rem;margin-bottom:.9rem}}@media (min-width:768px){.hero__tag{font-size:.9rem;margin-bottom:1rem}}.hero__title{color:var(--white);font-size:2rem;line-height:1.2;font-weight:300;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2),0 8px 24px rgba(0,0,0,.12),0 16px 48px rgba(0,0,0,.04);transition:opacity .25s ease-in-out}@media (min-width:768px){.hero__title{font-size:3rem}}@media (min-width:1024px){.hero__title{font-size:3.5rem}}.hero__slider{position:relative;z-index:2;margin-top:1.5rem}@media (max-width:639.98px){.hero__slider{display:flex;flex-direction:column;align-items:center;gap:0}}@media (min-width:640px) and (max-width:767.98px){.hero__slider{width:100%;margin-right:0;overflow:hidden}}@media (min-width:768px){.hero__slider{width:100%;margin-right:0;margin-top:2rem}}.hero__slider .swiper-wrapper{display:flex;align-items:flex-end}@media (min-width:640px) and (max-width:767.98px){.hero__slider .swiper-wrapper{justify-content:center;flex-wrap:nowrap;transform:none!important}}@media (min-width:768px){.hero__slider .swiper-wrapper{justify-content:flex-end}}.thumbs-slider{width:100%;overflow:visible;padding:24px 0 20px 4px;box-sizing:border-box}@media (max-width:639.98px){.thumbs-slider{padding:0;height:0;overflow:visible;pointer-events:none}.thumbs-slider .swiper-wrapper{opacity:0;height:0;overflow:hidden}}@media (min-width:640px) and (max-width:767.98px){.thumbs-slider{overflow:hidden;padding:20px 0 16px 0}}@media (min-width:768px){.thumbs-slider{padding:36px 0 28px 16px}}.thumbs-slider .swiper-slide{width:120px;height:170px;border-radius:16px;overflow:hidden;cursor:pointer;position:relative;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 22px -3px rgba(0,0,0,.45);opacity:.65;transform:scale(.92);transform-origin:center bottom;transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .35s ease,box-shadow .4s cubic-bezier(.25,1,.5,1),border-color .35s ease}.thumbs-slider .swiper-slide:not(.swiper-slide-active):hover{opacity:.9;transform:translateY(-4px) scale(.94);border-color:rgba(255,255,255,.6);box-shadow:0 12px 28px -4px rgba(0,0,0,.55)}@media (min-width:480px){.thumbs-slider .swiper-slide{width:145px;height:200px;border-radius:18px}}@media (min-width:768px){.thumbs-slider .swiper-slide{width:180px;height:250px;border-radius:20px}}@media (min-width:1024px){.thumbs-slider .swiper-slide{width:210px;height:290px;border-radius:22px}}.thumbs-slider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .5s ease}.thumbs-slider .swiper-slide:hover img{transform:scale(1.04)}.thumbs-slider .swiper-slide .card__info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem .85rem .8rem;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.4) 35%,rgba(0,0,0,.9) 100%);color:#fff;pointer-events:none}.thumbs-slider .swiper-slide .card__info .card__title{color:var(--white);margin:0;font-size:.82rem;font-weight:600;letter-spacing:.2px;line-height:1.3;text-shadow:0 2px 6px rgba(0,0,0,.7)}@media (min-width:480px){.thumbs-slider .swiper-slide .card__info .card__title{font-size:.88rem}}@media (min-width:768px){.thumbs-slider .swiper-slide .card__info .card__title{font-size:.95rem}}.thumbs-slider .swiper-slide.swiper-slide-active{opacity:1;transform:scale(1);z-index:5}.thumbs-slider .swiper-slide.swiper-slide-active img{transform:scale(1.02)}.hero__tag,.hero__title{transition:opacity .25s ease-in-out}.thumbs-slider__pagination{display:none}@media (max-width:639.98px){.thumbs-slider__pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:10px 0;width:100%;position:relative;z-index:10}}.thumbs-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet{margin:0!important}.thumbs-slider__pagination .swiper-pagination-bullet{flex-shrink:0;width:7px;height:7px;border-radius:100px;background:rgba(255,255,255,.45);opacity:1!important;cursor:pointer;transition:width .4s cubic-bezier(.34,1.56,.64,1),background .3s ease}.thumbs-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:22px;background:rgba(255,255,255,.95)}.timed-slider-container{position:relative;width:100%;height:400px;overflow:hidden;background-color:#111;border-radius:20px}@media (width >= 991.99px){.timed-slider-container{border-radius:40px;height:720px}}.slider-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;visibility:hidden;z-index:1;transition:opacity .8s ease,visibility .8s ease}.slide-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.25) 50%,rgba(0,0,0,.45) 100%);z-index:1;pointer-events:none}.slide-bg.active{opacity:1;visibility:visible;z-index:2}.slide-bg__text-overlay{position:absolute;top:0;left:0;right:0;bottom:130px;display:flex;align-items:center;justify-content:center;padding:20px 24px;z-index:5;pointer-events:none;text-align:center;flex-direction:column;gap:2rem}.slide-bg__text-overlay .cta,.slide-bg__text-overlay a,.slide-bg__text-overlay button{pointer-events:auto;position:relative;z-index:6}@media (width >= 768px){.slide-bg__text-overlay{bottom:180px;padding:30px 40px}}@media (width >= 991.99px){.slide-bg__text-overlay{bottom:220px;padding:40px 60px}}.slide-bg__text-overlay h2{color:var(--white);font-size:clamp(1.75rem,2.5vw + 1rem,4.5rem);line-height:1.15;margin:0;max-width:860px;text-wrap:balance;text-align:center;position:relative;z-index:5;text-shadow:0 2px 12px rgba(0,0,0,.4)}.slider-content{position:absolute;bottom:0;left:0;width:100%;z-index:3;padding:20px;display:flex;justify-content:center}@media (width >= 768px){.slider-content{padding:40px}}.cards-wrapper{display:grid;width:100%;max-width:1400px}@media (max-width:767.99px){.cards-wrapper{grid-template-columns:1fr}}@media (width >= 768px){.cards-wrapper{grid-template-columns:repeat(3,1fr);gap:20px}}.timed-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:12px;cursor:pointer;transition:background .3s ease,transform .3s ease,opacity .5s ease;position:relative}@media (max-width:767.99px){.timed-card{grid-area:1/1;opacity:0;pointer-events:none;transform:none}}.timed-card__vehicle-img{position:absolute;top:-40px;right:-5px;width:160px;height:auto;z-index:2;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);filter:drop-shadow(0 15px 15px rgba(0, 0, 0, .8))}@media (width >= 768px){.timed-card__vehicle-img{width:150px;top:-40px;right:-5px}}@media (width >= 1024px){.timed-card__vehicle-img{width:190px;top:-65px;right:-10px}}.timed-card.active .timed-card__vehicle-img,.timed-card:hover .timed-card__vehicle-img{transform:scale(1.05) translateY(-10px)}.timed-card:hover{background:rgba(255,255,255,.2)}.timed-card.active{background:rgba(255,255,255,.25);transform:translateY(-5px)}@media (max-width:767.99px){.timed-card.active{opacity:1;pointer-events:auto;transform:none;z-index:2}}.card-info{padding:15px;padding-right:110px;color:#fff}@media (width >= 768px){.card-info{padding:20px;padding-right:90px}}@media (width >= 1024px){.card-info{padding-right:120px}}.card-info h4{color:var(--white);margin:0 0 5px 0;font-size:1.125rem}@media (width >= 768px){.card-info h4{margin:0 0 8px 0}}.card-info p{margin:0;font-size:.85rem;line-height:1.4;color:#fff}.progress-bar{width:100%;height:4px;background:rgba(255,255,255,.2);position:absolute;top:0;left:0;border-radius:12px 12px 0 0;overflow:hidden}.progress-fill{height:100%;width:0%;background:#fff;border-radius:12px 12px 0 0}.timed-card.active .progress-fill{width:100%;transition:width 5s linear}footer{padding-block-start:4.5rem;padding-block-end:4.5rem;text-align:center}@media (width >= 991.99px){footer{text-align:start}}footer p{font-size:inherit;line-height:1.5em}footer hr{padding-inline:20px;border-color:#e1e1e1}footer ul{padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}footer ul li a{text-decoration:none;color:inherit}footer .row{gap:4rem}footer .footer__logo{margin-block-end:26px}footer .footer__logo img{max-width:200px;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto}@media (width >= 991.99px){footer .footer__logo img{margin:0}}footer .footer__description{color:var(--paragraph);font-size:.875rem}footer .footer__links{flex:1.5}footer .footer__links .row{flex-direction:column;flex-wrap:nowrap;gap:2rem;text-align:center}@media (width >= 991.99px){footer .footer__links .row{flex-direction:row;text-align:start}}footer .footer__links .row>*{flex:1}footer .footer__links ul{gap:3rem}@media (width >= 991.99px){footer .footer__links ul{gap:1rem}}footer .footer__links ul li{white-space:nowrap}footer .footer__links ul li a{text-decoration:underline}footer .footer__links ul li a:active,footer .footer__links ul li a:focus,footer .footer__links ul li a:focus-visible,footer .footer__links ul li a:hover{text-decoration:underline}form input{padding:10px;border:1px solid #e1e1e1;border-radius:20px;color:var(--black)}form input:focus{box-shadow:none;outline:0}form input[type=submit]{background-color:var(--black);color:var(--white);border:none;padding:10px 20px;cursor:pointer;transition:all .3s ease}form input[type=submit]:hover{background-color:var(--black);color:var(--white)}.form--inline{position:relative;width:100%}.form--inline input[type=email],.form--inline input[type=text]{box-sizing:border-box;width:100%;padding-right:110px}.form--inline input[type=submit]{position:absolute;top:50%;right:0;transform:translate(0,-50%)}.subscribe{position:relative}.subscribe__message{font-size:.85rem;margin-top:8px;display:none}.subscribe__message.is-visible{display:block}.subscribe__message--success{color:#137333}.subscribe__message--error{color:#c5221f}.social-network{display:flex;flex-direction:row;justify-content:center;align-self:center;list-style:none;gap:1rem;flex-wrap:wrap;padding:0;margin:0}@media (width >= 991.99px){.social-network{justify-content:flex-end}}.social-network li{margin:0;padding:0}.social-network a{display:flex;justify-content:center;align-items:center;height:40px;width:40px;background-color:#fcfcfc;border-radius:50%;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.social-network a:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.12);background-color:#fff}.social-network .icon{height:22px;width:22px}.icon{background-repeat:no-repeat;background-size:cover;background-position:center;height:28px;width:28px;display:block}.icon--instagram{background-image:url(../images/icon/instagram.png)}.icon--facebook{background-image:url(../images/icon/facebook.png)}.icon--twitter{background-image:url(../images/icon/twitter.png)}.icon--youtube{background-image:url(../images/icon/youtube.png)}.icon--tiktok{background-image:url(../images/icon/tiktok.png)}.icon--tripadvisor{background-image:url(../images/icon/tripadvisor.png)}.icon--whatsapp{background-image:url(../images/icon/whatsapp.png)}.icon--star{background-image:url(../images/icon/star.png)}.icon--map{background-image:url(../images/icon/map.png)}.icon--sea{background-image:url(../images/icon/sea.png)}.icon--location{background-image:url(../images/icon/location.png)}.icon--door-hanger{background-image:url(../images/icon/door-hanger.png)}.activities{display:flex;list-style:none;padding:0;margin-block-end:40px;flex-wrap:wrap;gap:.75rem .75rem;list-style:none;padding:0;margin-block-end:40px}@media (width >= 991.99px){.activities{justify-content:space-between;margin-block-end:80px}}.activities__item{display:inline-block;position:relative;padding-inline-start:0;background-color:var(--white);border-radius:20px;padding:4px 12px}@media (width >= 991.99px){.activities__item{background-color:transparent;padding:0 0 0 30px}}.activities__item::before{content:none;position:absolute;top:50%;left:0;height:20px;width:20px;transform:translate(0,-50%);background-image:url(../images/icon/star.png);background-repeat:no-repeat;background-size:cover;background-position:center}@media (width >= 991.99px){.activities__item::before{content:""}}.steps{padding:0;margin:0;list-style:none;counter-reset:custom-step-counter}.steps__item{position:relative;margin-block-end:2.5rem;padding-inline-start:4.5rem;min-height:3.5rem}.steps__item::before{counter-increment:custom-step-counter;content:"" counter(custom-step-counter);position:absolute;left:0;top:-.25rem;width:3.125rem;height:3.125rem;background-color:var(--white);color:var(--black);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:500}.steps__item .title{margin-block-end:.5rem}.steps__item p{margin:0;color:var(--paragraph)}@media (width >= 991.99px){.tours-layout>:first-child{flex:0 0 40%}}.tours-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (width >= 767.99px){.tours-grid{grid-template-columns:repeat(2,1fr)}}.tour-card__img{width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;border-radius:20px;margin-block-end:1rem}.tour-card__title{margin-block-end:.5rem}.tour-card__desc{margin-block-end:1rem;font-size:1rem;line-height:1.5rem}.tour-card>div[style]{margin-block-end:1rem;position:relative;border-radius:20px}.tour-card>div[style] .tour-card__img{margin-block-end:0;border-radius:20px;display:block;width:100%}.booking-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (width >= 600px){.booking-grid{grid-template-columns:repeat(2,1fr)}}@media (width >= 991.99px){.booking-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width >= 767.99px){.booking-grid--full{grid-template-columns:repeat(2,1fr)}}@media (width >= 1100px){.booking-grid--full{grid-template-columns:repeat(3,1fr)}}.booking-card{display:flex;flex-direction:column;background-color:var(--white);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 12px rgba(0,0,0,.06)}.booking-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.booking-card:hover .booking-card__img img{transform:scale(1.04)}.booking-card__img{position:relative;overflow:hidden;aspect-ratio:16/10;flex-shrink:0}.booking-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;transition:transform .4s ease}.booking-card__badge{position:absolute;top:12px;left:12px;background-color:#003580;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:20px;z-index:1;display:flex;align-items:center;gap:5px}.booking-card__badge svg{width:14px;height:14px;fill:currentColor;border-radius:0!important}.booking-card__location{position:absolute;bottom:12px;left:12px;background-color:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:20px;z-index:1;display:flex;align-items:center;gap:4px}.booking-card__location svg{fill:currentColor;border-radius:0!important;flex-shrink:0}.booking-card__body{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem 1.5rem 1.5rem;gap:.5rem}.booking-card__title{font-size:1rem;font-weight:600;color:var(--black);margin:0;line-height:1.3}.booking-card__desc{font-size:.875rem;color:var(--paragraph);line-height:1.55;margin:0;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.booking-card__footer{display:flex;align-items:center;justify-content:space-between;margin-block-start:.75rem;padding-block-start:.75rem;border-top:1px solid rgba(0,0,0,.07)}.booking-card__cta{display:inline-flex;align-items:center;gap:.375rem;color:#003580;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.booking-card__cta:hover{opacity:.7}.booking-card__source{font-size:.6875rem;color:var(--paragraph);opacity:.6}.booking-cta{margin-block-start:3rem;text-align:center}.booking-page-header{padding-block:6rem 3rem;text-align:center}.booking-page-header h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-block-end:1rem}.booking-page-header p{max-width:600px;margin-inline:auto}.navigation{display:flex;align-items:center;gap:2rem;border-radius:40px;padding:0 10px 0 20px;background-color:#e1e1e1}.navigation__button{text-decoration:none;background-color:var(--black);color:var(--white);padding:6px 12px;border-radius:20px;white-space:nowrap}.navigation__menu{display:flex;list-style:none;gap:3rem;padding:0}@media (991.99px <= width <= 1199px){.navigation__menu{gap:1.5rem}}.navigation__link{color:var(--paragraph);text-decoration:none;white-space:nowrap}@media (max-width:991.98px){.navigation{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f3f3f3;flex-direction:column;justify-content:center;border-radius:0;padding:0;opacity:0;visibility:hidden;z-index:9}.navigation__menu{flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%}.navigation__link{font-size:1.5rem;color:var(--black);text-align:center;opacity:0;transform:translateY(20px)}.navigation__button{font-size:1.25rem;padding:8px 20px;margin-top:1rem;opacity:0;transform:translateY(20px)}}@media (width >= 991.99px){header:not(.header--scrolled) .navigation{background:rgba(255,255,255,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:100px;box-shadow:inset 0 1px 1px rgba(255,255,255,.35),0 10px 30px rgba(0,0,0,.1)}header:not(.header--scrolled) .navigation__link{color:var(--white)}}@media (width >= 991.99px){.single:not(.header--scrolled) .navigation{border-radius:40px;background-color:#e1e1e1;box-shadow:none}.single:not(.header--scrolled) .navigation__link{color:var(--paragraph)}}.single .header__toggle span{background-color:var(--black)}.stats{display:flex;align-items:center;flex-direction:column;justify-content:center}.stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--black)}.stats .stat-item .stat-icon{width:80px;height:80px;color:var(--black);margin-bottom:.5rem;padding:1.25rem;border-radius:30px;background-color:var(--white)}.stats .stat-item .stat-number{font-size:3.75rem;font-weight:700;line-height:1}@media (width >= 767.99px){.stats .stat-item .stat-number{font-size:6rem}}.stats .stat-item .stat-desc{font-size:1rem;font-weight:400;color:var(--black)}.stats__icon{margin-block-end:40px}.stats .icon--door-hanger,.stats .icon--location,.stats .icon--map,.stats .icon--sea{height:100px;width:100px;background-size:contain;background-repeat:no-repeat}.stats__number{font-size:clamp(2rem,6vw,6rem);line-height:1;font-weight:800;color:var(--black)}.stats__desc{font-size:clamp(1.125rem,3vw,1.75rem);letter-spacing:.03em;text-transform:capitalize;margin-block-start:10px}.language-selector{position:relative}.language-selector select{position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13.7-5.9H20.3a17.6%2017.6%200%200%200-13.7%205.9 17.6%2017.6%200%200%200-5.2%2012.7c0%205%201.7%209.2%205.2%2012.6l137.9%20137.8a17.6%2017.6%200%200%200%2025.2%200L287%2082.3c3.4-3.4%205.2-7.6%205.2-12.6%200-5.3-1.8-9.4-5.2-12.8z%22%2F%3E%3C%2Fsvg%3E"),url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23666666%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%222%22%20y1%3D%2212%22%20x2%3D%2222%22%20y2%3D%2212%22%3E%3C%2Fline%3E%3Cpath%20d%3D%22M12%202a15.3%2015.3%200%200%201%204%2010%2015.3%2015.3%200%200%201-4%2010%2015.3%2015.3%200%200%201-4-10%2015.3%2015.3%200%200%201%204-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");background-repeat:no-repeat,no-repeat;background-position:right 12px center,left 12px center;background-size:12px,16px;padding:8px 32px 8px 36px;border:1px solid var(--paragraph);border-radius:20px;color:var(--paragraph);font-size:14px;cursor:pointer;outline:0;margin-right:20px}@media (width > 991.99px){.language-selector select{display:block}}header:not(.header--scrolled) .language-selector select{border-color:var(--white);color:var(--white);background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13.7-5.9H20.3a17.6%2017.6%200%200%200-13.7%205.9 17.6%2017.6%200%200%200-5.2%2012.7c0%205%201.7%209.2%205.2%2012.6l137.9%20137.8a17.6%2017.6%200%200%200%2025.2%200L287%2082.3c3.4-3.4%205.2-7.6%205.2-12.6%200-5.3-1.8-9.4-5.2-12.8z%22%2F%3E%3C%2Fsvg%3E"),url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%222%22%20y1%3D%2212%22%20x2%3D%2222%22%20y2%3D%2212%22%3E%3C%2Fline%3E%3Cpath%20d%3D%22M12%202a15.3%2015.3%200%200%201%204%2010%2015.3%2015.3%200%200%201-4%2010%2015.3%2015.3%200%200%201-4-10%2015.3%2015.3%200%200%201%204-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.single:not(.header--scrolled) .language-selector select{border-color:var(--paragraph);color:var(--paragraph);background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13.7-5.9H20.3a17.6%2017.6%200%200%200-13.7%205.9 17.6%2017.6%200%200%200-5.2%2012.7c0%205%201.7%209.2%205.2%2012.6l137.9%20137.8a17.6%2017.6%200%200%200%2025.2%200L287%2082.3c3.4-3.4%205.2-7.6%205.2-12.6%200-5.3-1.8-9.4-5.2-12.8z%22%2F%3E%3C%2Fsvg%3E"),url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23666666%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%222%22%20y1%3D%2212%22%20x2%3D%2222%22%20y2%3D%2212%22%3E%3C%2Fline%3E%3Cpath%20d%3D%22M12%202a15.3%2015.3%200%200%201%204%2010%2015.3%2015.3%200%200%201-4%2010%2015.3%2015.3%200%200%201-4-10%2015.3%2015.3%200%200%201%204-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.post-card{display:flex;flex-direction:column;background-color:transparent;height:100%;overflow:hidden}.post-card a{text-decoration:none}.post-card__img{overflow:hidden;border-radius:20px;height:260px}@media (width >= 640px){.post-card__img{height:300px}}.post-card__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.post-card__content{display:flex;flex-direction:column;flex-grow:1;margin-block-start:1.5rem}.post-card__content .card__link{margin-block-start:auto}.post-card__title{margin-block-end:.5rem}.post-card__desc{font-size:1rem;line-height:1.5rem;margin-block-end:1.25rem}.post-card__category{margin-block-end:1rem}.card__link{display:inline-flex;align-items:center;color:var(--black);text-decoration:none;font-weight:600;gap:.5rem;transition:opacity .3s}.card__link:hover{opacity:.7}.cta{text-decoration:none;background-color:var(--black);color:var(--white);padding:10px 20px;border-radius:20px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:500;transition:transform .5s cubic-bezier(.25,1,.5,1),background-color .4s ease,box-shadow .5s cubic-bezier(.25,1,.5,1),color .4s ease}.cta:hover{color:var(--white);background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.35)}.cta:hover .cta__icon{transform:translate(3px,-3px)}.cta__text{display:inline-block}.cta__icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .55s cubic-bezier(.25,1,.5,1)}.cta__icon svg{width:1.15em;height:1.15em;stroke:currentColor;stroke-width:1.75}.cta--lg{padding:14px 28px;font-size:1.05rem;border-radius:30px;box-shadow:0 4px 15px rgba(0,0,0,.2)}@media (width >= 768px){.cta--lg{padding:16px 36px;font-size:1.15rem}}.cta--arrow{gap:10px}.cta--arrow:not(:has(.cta__icon))::after{content:"↗";display:inline-block;font-size:1.15em;line-height:1;font-weight:300;transition:transform .55s cubic-bezier(.25,1,.5,1)}.cta--arrow:not(:has(.cta__icon)):hover::after{transform:translate(3px,-3px)}.commentlist{list-style:none;padding:0;margin:2rem 0 2.5rem}.commentlist .comment{background-color:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.25rem;border:1px solid rgba(0,0,0,.05);transition:box-shadow .2s ease}.commentlist .comment:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.commentlist .comment .children{list-style:none;padding-left:1.5rem;margin-top:1rem;border-left:3px solid var(--primary,#f0a500)}.commentlist .comment .children .comment{padding:1rem 1.5rem;margin-bottom:.75rem;border-radius:8px}.commentlist .comment-meta{padding:0}.commentlist .comment-content{background-color:var(--white);padding:0;border-radius:.75rem;margin-block-end:1rem}@media (width >= 991.99px){.commentlist .comment-content{padding:2rem 3rem 0 1rem}}.commentlist .comment-content p{margin:0;font-size:.95rem;line-height:1.65;color:var(--paragraph)}.commentlist .comment-body{display:flex;flex-direction:column;gap:.5rem}.commentlist .comment-author{display:flex;align-items:center;gap:.75rem}.commentlist .comment-author img.avatar{border-radius:50%;width:44px;height:44px;-o-object-fit:cover;object-fit:cover}.commentlist .comment-author .fn{font-weight:600;font-size:.95rem}.commentlist .comment-meta{font-size:.8rem;color:var(--paragraph);margin-bottom:.25rem}.commentlist .comment-meta a{color:inherit;text-decoration:none}.commentlist .comment-meta a:hover{text-decoration:underline}.commentlist .reply{margin-top:.5rem}.commentlist .reply a{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--black,#f0a500);text-decoration:none}.commentlist .reply a:hover{text-decoration:underline}.comment-respond{background-color:var(--white);padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.05)}@media (width >= 991.99px){.comment-respond{padding:2.5rem 3rem}}.comment-respond label{display:none}.comment-respond .comment-form{display:flex;flex-direction:column;gap:1rem}.comment-respond input[type=email],.comment-respond input[type=text],.comment-respond input[type=url],.comment-respond textarea{width:100%;box-sizing:border-box;padding:.85rem 1.1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;color:#222;background-color:#fafafa;transition:border-color .2s ease,box-shadow .2s ease;resize:vertical}.comment-respond input[type=email]::-moz-placeholder,.comment-respond input[type=text]::-moz-placeholder,.comment-respond input[type=url]::-moz-placeholder,.comment-respond textarea::-moz-placeholder{color:#aaa}.comment-respond input[type=email]::placeholder,.comment-respond input[type=text]::placeholder,.comment-respond input[type=url]::placeholder,.comment-respond textarea::placeholder{color:#aaa}.comment-respond input[type=email]:focus,.comment-respond input[type=text]:focus,.comment-respond input[type=url]:focus,.comment-respond textarea:focus{outline:0;border-color:var(--primary,#f0a500);box-shadow:none;background-color:var(--white)}.comment-respond textarea{min-height:140px}.comment-respond .comment-form-cookies-consent{display:flex;align-items:center;gap:.5rem}.comment-respond .comment-form-cookies-consent label{display:block;font-size:.82rem;color:#666;cursor:pointer}.comment-respond input[type=submit]{align-self:flex-start;padding:.75rem 2rem;background-color:var(--black,#111);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.comment-respond input[type=submit]:hover{background-color:var(--primary,#f0a500);transform:translateY(-1px)}.single-main{padding-top:120px;padding-bottom:60px}.single-post .entry-header{margin-bottom:30px}.single-post .entry-header .entry-title{font-size:clamp(2.25rem,4vw,4rem);line-height:clamp(2.5rem,5vw,4.5rem);margin-top:10px;margin-bottom:15px}.single-post .entry-header .entry-meta{color:#666;font-size:.9rem}.single-post .entry-thumbnail{margin-bottom:40px;height:320px;-o-object-fit:cover;object-fit:cover}@media (width >= 639.99px){.single-post .entry-thumbnail{height:400px}}@media (width >= 767.99px){.single-post .entry-thumbnail{height:600px}}.single-post .entry-thumbnail img{height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:20px!important}@media (width >= 767.99px){.single-post .entry-thumbnail img{border-radius:40px!important}}.single-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (width >= 991.99px){.single-layout{grid-template-columns:160px 1fr;gap:3rem}}@media (width >= 1199.99px){.single-layout{grid-template-columns:180px 1fr;gap:4rem}}@media (width < 991.99px){.single-sidebar{order:-1}}.sidebar-sticky{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25rem;align-items:center}@media (width >= 991.99px){.sidebar-sticky{position:sticky;top:120px;z-index:5;flex-direction:column;align-items:flex-start;gap:1rem}}.sidebar-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--paragraph);margin:0 0 .5rem 0}@media (width >= 991.99px){.sidebar-label{margin-bottom:.5rem}}.sidebar-author{display:flex;flex-direction:column}.author-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--black);transition:opacity .2s ease}.author-link:hover{opacity:.7}.author-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0;font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:0}.author-name{font-size:.75rem;font-weight:600;color:var(--black);line-height:1.3}.sidebar-divider{display:none}@media (width >= 991.99px){.sidebar-divider{display:block;width:100%;height:1px;background-color:rgba(0,0,0,.1);margin-block:.25rem}}.sidebar-share{display:flex;flex-direction:column}.share-icons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}@media (width >= 991.99px){.share-icons{flex-direction:column;gap:.5rem}}.share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;transition:transform .2s ease,opacity .2s ease;color:#fff;flex-shrink:0}.share-btn:hover{transform:scale(1.1);opacity:.85}.share-btn svg{border-radius:0!important}.share-btn--facebook{background-color:#1877f2}.share-btn--linkedin{background-color:#0a66c2}.share-btn--x{background-color:#000}.share-btn--pinterest{background-color:#e60023}.single-content{min-width:0}.entry-content{line-height:1.8;font-size:1.1rem}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{font-weight:600}.entry-content h2{font-size:clamp(1.25rem,3vw,1.875rem);line-height:1.25;margin-top:2.5rem;margin-bottom:1rem;color:var(--black)}.entry-content h3{font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.3;margin-top:2rem;margin-bottom:.75rem;color:var(--black)}.entry-content h4{font-size:clamp(1rem,2vw,1.25rem);line-height:1.3;margin-top:1.5rem;margin-bottom:.5rem;color:var(--black)}.entry-content h5{font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.4;margin-top:1.25rem;margin-bottom:.5rem;color:var(--black)}.entry-content h6{font-size:clamp(.875rem,1.25vw,1rem);line-height:1.4;margin-top:1rem;margin-bottom:.5rem;color:var(--paragraph)}.entry-content p{margin-bottom:1.25rem}.entry-content ol,.entry-content ul{padding-left:1.5rem;margin-bottom:1.25rem}.entry-content li{margin-bottom:.375rem}.entry-content blockquote{border-left:4px solid var(--black);padding-left:1.25rem;margin-inline:0;font-style:italic;color:var(--paragraph)}.entry-content img{width:100%;height:auto;border-radius:12px;margin-block:1.5rem}.post-navigation{margin-top:50px;padding-top:30px;border-top:1px solid #eee}.post-navigation .nav-links{display:flex;justify-content:space-between}