@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap);
*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Poppins,Helvetica,sans-serif;background:#f4f4f4;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.container{max-width:1000px;margin:0 auto}.faq-container{margin-bottom:30px}.faq-container h2{text-align:center;margin-bottom:30px}.intro-section{margin-bottom:30px}.intro-text{font-size:28px;font-weight:bold;line-height:1.4em;text-align:center}input{padding:5px 15px;border-radius:10px;border:1px solid #1d2329;height:44px;line-height:44px}input[type=date]{font-family:Poppins,Helvetica,sans-serif;width:100%;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;text-align:left}input[type=submit]{font-family:Poppins,Helvetica,sans-serif;height:auto;line-height:auto;cursor:pointer;border:none}select{position:relative;padding:0 15px;border-radius:10px;border:1px solid #1d2329;height:44px;line-height:44px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:#000}select::after{position:absolute;content:"⌄";top:50%;right:15px;width:5px;height:5px;transform:translateY(50%)}input[type=submit]{background:#1d2329;width:fit-content;color:#fff;transition:all .3s ease-in-out;font-weight:bold}input[type=submit]:hover{background:#4cb1ca}.ac{padding:10px 15px;border-radius:25px;margin-bottom:20px;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4)}.ac .ac-trigger:focus{color:#000 !important}.iti{width:100%}.iti input{width:100%}h1{font-size:60px;font-weight:bold;text-align:center}h2{font-size:25px;font-weight:700}h3{color:#fff;font-size:25px}p{font-size:20px}@media screen and (max-width: 1024px){.container{max-width:760px}}@media screen and (max-width: 768px){.container{width:100%;padding:0 20px}h1{font-size:30px}.intro-text{font-size:22px}}.navigation{background-color:#fff;position:fixed;box-shadow:0 0 5px gray;left:0;right:0;top:0;z-index:9990}.navigation .mobile-nav-trigger{display:none;font-size:28px;color:#4cb1ca}.navigation .container{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.navigation__logo{display:flex;flex-direction:column;align-items:center;font-size:16px;gap:3px;font-weight:900}.navigation__logo img{height:60px}.navigation .wa-icon i{color:green;font-size:44px}.navigation a.book-now{background:#4cb1ca;border:none;padding:5px 10px;font-weight:900;border-radius:5px;font-size:16px;color:#fff;transition:all .3s ease-in-out}.navigation a.book-now:hover{background:#37889c;color:#fff}.navigation ul{display:flex;align-items:center;gap:15px}.navigation ul li{text-decoration:none;color:#fff;cursor:pointer;transition:.3s all ease-in-out;font-weight:bold}.navigation ul li.active{color:#4cb1ca}.navigation ul li.dropdown-toggle{position:relative;display:flex;gap:8px}.navigation ul li.dropdown-toggle .dropdown-toggle-activator{display:inline-block;padding:3px 0;color:#1d2329}.navigation ul li.dropdown-toggle i{color:#1d2329}.navigation ul li.dropdown-toggle .dropdown-items-container{position:absolute;top:20px;left:0;min-width:max-content;opacity:0;overflow:visible;display:none;transition:all .3s ease-in-out}.navigation ul li.dropdown-toggle .dropdown-items-container.active{display:block}.navigation ul li.dropdown-toggle .dropdown-items-container.visible{opacity:100%}.navigation ul li.dropdown-toggle .triangle-container{position:relative;height:18px}.navigation ul li.dropdown-toggle .triangle-up{position:absolute;bottom:0;left:30px;width:0;height:0;border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);border-bottom:15px solid #2a3947}.navigation ul li.dropdown-toggle .dropdown-items{padding:20px 15px;display:flex;flex-direction:column;background:#2a3947;border-radius:15px}.navigation ul li.dropdown-toggle .dropdown-items li{width:100%}.navigation ul li.dropdown-toggle .dropdown-items a{text-align:left;color:#fff}.navigation ul li.dropdown-toggle .dropdown-items a:hover,.navigation ul li.dropdown-toggle .dropdown-items a.active{color:#4cb1ca}.navigation ul li a{text-decoration:none;color:#1d2329;cursor:pointer;transition:.3s all ease-in-out;font-weight:bold}.navigation ul li a:hover,.navigation ul li a.active{color:#4cb1ca}.navigation__left a{color:#fff;text-decoration:none}.navigation__right{display:flex;align-items:center;justify-content:center;gap:15px}.mobile-nav{position:fixed;top:70px;right:-100%;bottom:0;background:#1d2329;width:200px;padding:20px;transition:all .3s ease-in-out}.mobile-nav.active{right:0}.mobile-nav__list a{color:#fff;text-decoration:none;margin-bottom:20px;display:block;font-size:18px;text-align:center}.mobile-nav__list a.active{color:#4cb1ca}.mobile-nav__buttons{display:flex;align-items:center;justify-content:center;gap:15px;list-style:none}.mobile-nav__buttons .mobile-nav-whatsapp{background:green}.mobile-nav__buttons .mobile-nav-whatsapp i{color:#fff}.mobile-nav__buttons .mobile-nav-email{background:#37889c}.mobile-nav__buttons .mobile-nav-email i{color:#fff}.mobile-nav__buttons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;background:#fff;color:#1d2329;font-size:24px;text-decoration:none}.mobile-nav .book-now{background:#4cb1ca;padding:5px 10px;color:#fff;font-weight:bold;border-radius:10px;transition:all .3s ease-in-out}.mobile-nav .book-now:hover{background:#37889c}@media screen and (max-width: 1024px){.navigation{padding:0 15px}.navigation ul{display:none}.navigation .mobile-nav-trigger{display:inline;font-size:34px}.navigation__right{display:flex;align-items:flex-end;justify-content:flex-end;gap:15px;flex-grow:1;padding-right:25px}.navigation .wa-icon i{font-size:40px}}footer{background:#fff;padding:30px 0;box-shadow:0px -1px 1px 0px rgba(0,0,0,.3)}footer .container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}footer .footer-top{padding:30px 0;width:100%;border-bottom:1px solid #ccc;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}footer .footer-top ul{display:flex;gap:20px}footer .footer-top ul.social-media-list li{font-size:2em}footer .footer-top ul a{flex-grow:1;font-family:Poppins,Helvetica,sans-serif;font-weight:bold;text-decoration:none;color:#1d2329}footer .footer-top ul a:active,footer .footer-top ul a:hover{color:#4cb1ca}footer .footer-bottom{display:flex;width:100%}footer .footer-bottom__left{display:flex;gap:30px}footer .footer-bottom__left p{font-size:14px}footer .footer-bottom__left-details{display:flex;flex-direction:column;justify-content:center;gap:15px}footer .footer-bottom__left-details ul{display:flex;gap:10px}footer .footer-bottom__left-details ul li a{font-size:14px;text-decoration:none;font-weight:bold;color:#1d2329}footer .footer-bottom__left-details ul li a:active,footer .footer-bottom__left-details ul li a:hover{color:#4cb1ca}footer .logo{width:100px}footer .buttons{display:flex;align-items:center;gap:20px}footer .buttons a{padding:10px 15px;color:#fff;display:flex;gap:10px;align-items:center;text-decoration:none;font-weight:bold;border-radius:10px}footer .buttons a i{color:#fff}footer .buttons .book-now{background:#4cb1ca}footer .buttons .whatsapp{background:green}footer .buttons .email{background:#37889c}@media screen and (max-width: 768px){footer .container{flex-direction:column}footer .logo{margin-bottom:20px;text-align:center}footer .buttons{flex-direction:column;gap:15px}}@media screen and (max-width: 1024px){footer{padding-top:0}footer .footer-top{flex-direction:column;gap:30px}footer .footer-bottom{width:100%;justify-content:center}footer .footer-bottom__left{flex-direction:column;align-items:center;gap:10px}footer .footer-bottom__left-details{align-items:center}footer .footer-bottom__left-details ul{flex-direction:column}footer .footer-bottom__left-details ul li{text-align:center}}.mobile-nav{position:fixed;top:75px;right:-100%;bottom:0;background:#fff;width:200px;padding:20px;transition:all .3s ease-in-out;box-shadow:0 5px gray;z-index:999}.mobile-nav.active{right:0}.mobile-nav__list a{color:#1d2329;text-decoration:none;margin-bottom:20px;display:block;font-size:20px;text-align:center;font-weight:bold}.mobile-nav__list a.active{color:#4cb1ca}.mobile-nav__buttons{display:flex;align-items:center;justify-content:center;gap:15px;list-style:none}.mobile-nav__buttons .mobile-nav-whatsapp{background:green}.mobile-nav__buttons .mobile-nav-whatsapp i{color:#fff}.mobile-nav__buttons .mobile-nav-email{background:#37889c}.mobile-nav__buttons .mobile-nav-email i{color:#fff}.mobile-nav__buttons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#fff;color:#1d2329;font-size:24px;text-decoration:none}.mobile-nav .book-now{background:#4cb1ca;padding:5px 10px;color:#fff;font-weight:bold;border-radius:10px;transition:all .3s ease-in-out}.mobile-nav .book-now:hover{background:#37889c}.mobile-dropdown-item span{color:#1d2329;text-decoration:none;margin-bottom:20px;font-size:18px;text-align:center;font-weight:bold;display:flex;align-items:center;justify-content:center;gap:5px}.mobile-dropdown-item span.active{color:#4cb1ca}.mobile-dropdown-item .mobile-dropdown-menu-list{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.mobile-dropdown-item .mobile-dropdown-menu-list ul li a{font-size:14px;margin-bottom:10px;line-height:1.3em}.mobile-dropdown-item .mobile-dropdown-menu-list ul li:last-of-type{margin-bottom:20px}.mobile-dropdown-item .mobile-dropdown-menu-list.active{max-height:500px;transition:max-height .3s ease-in-out}
@charset "UTF-8";
/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */

.ac{margin-top:8px;border:1px solid #eee;background-color:#fff;box-sizing:border-box}.ac .ac-header{margin:0;padding:0}.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:#111;text-align:left;width:100%;padding:8px 32px 8px 8px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}.ac .ac-trigger::after{content:"+";text-align:center;width:15px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);position:absolute;right:10px;top:50%}.ac .ac-trigger:focus{color:#8a8a8a}.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:#111;padding:8px;margin:0}.ac.js-enabled .ac-panel{visibility:hidden}.ac.is-active .ac-panel{visibility:visible}.ac.is-active>.ac-header .ac-trigger::after{content:"–"}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(1952df896c6a79bb730c.png?1);
  background-repeat: no-repeat;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url(276410ffdcdd2ff8dca2.png?1);
  }
}

.iti__globe {
  background-image: url(405a087a9bc2c9a618e0.png);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__globe {
    background-image: url(401ac80960f5164ada63.png);
  }
}
.whats-included-and-pricing-breakdown{margin-bottom:50px}.whats-included-and-pricing-breakdown>.container{display:grid;grid-template-columns:1fr 1fr;gap:50px}.included{background:#fff;border-radius:15px;padding:20px 40px;display:flex;flex-direction:column;font-weight:bold;gap:20px;width:100%;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4)}.included h2{font-size:20px;text-align:center}.included ul{display:flex;flex-direction:column;gap:15px;line-height:1.5em;list-style:circle}.included.included-itinerary{padding:20px 30px}.itinerary{display:flex}.itinerary__item{display:flex;align-items:center}.itinerary__item span{display:flex;align-items:center;font-weight:bold;gap:5px;width:80px}.itinerary__description{display:flex;flex-grow:1}@media screen and (max-width: 768px){.whats-included-and-pricing-breakdown>.container{display:grid;grid-template-columns:1fr;gap:30px}.included{margin-bottom:0}.included.included-itinerary{padding:20px}.itinerary__item span{width:70px}.itinerary__time{font-size:.8em}}.tour-booking-form{margin-bottom:50px;display:none}.tour-booking-form.active{display:block}.tour-booking-form .container{border-radius:20px;background:#fff;padding:30px;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4)}.tour-booking-form .book-now-container{display:flex;align-items:center;gap:15px;margin-top:10px}.tour-booking-form .book-now-container p{font-size:16px}.tour-booking-form h2{margin-bottom:30px}.tour-booking-form .form-container{display:grid;grid-template-columns:1fr 30%;gap:50px}.tour-booking-form .book-now-container .total-price{display:flex;flex-direction:column;gap:5px}.tour-booking-form .book-now-container .total-price p{margin:0;font-size:14px}.tour-booking-form .book-now-container .total-price #price-value-eur,.tour-booking-form .book-now-container .total-price #price-value-usd{align-self:flex-end}.tour-booking-form .reach-out p{text-align:center;line-height:1.5em;margin-bottom:20px}.tour-booking-form .reach-out__buttons{display:flex;justify-content:center;gap:10px}.tour-booking-form .reach-out a{padding:10px 15px;color:#fff;font-weight:bold;font-size:14px;border-radius:10px;display:flex;gap:5px;text-decoration:none;align-items:center}.tour-booking-form .reach-out a i{font-size:18px}.tour-booking-form .reach-out a.whatsapp{background:green}.tour-booking-form .reach-out a.email{background-color:#4cb1ca}.tour-booking-form .booking-form{display:flex;flex-direction:column;gap:10px}.tour-booking-form .booking-form input{margin-bottom:10px}.tour-booking-form .booking-form input[type=submit]{margin-bottom:0}.tour-booking-form .booking-form .labeled-field{display:flex;flex-direction:column;gap:10px}.tour-booking-form .booking-form .date-time-group{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tour-booking-form .booking-form .date-time-group>div{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.tour-booking-form h2{line-height:1.5em}.tour-booking-form .form-container{display:grid;grid-template-columns:1fr}.tour-booking-form .total-price{display:none}.tour-booking-form .booking-form{gap:10px}.tour-booking-form .booking-form .date-time-group{grid-template-columns:1fr;gap:10px}.tour-booking-form .booking-form .date-time-group>div{display:flex;flex-direction:column;gap:10px}}.tour-options-container{margin-bottom:50px}.tour-options-container .tour-options{display:flex;justify-content:space-between;gap:0}.tour-options-container h2{text-align:center;margin-bottom:30px}.tour-option{position:relative;display:flex;flex-direction:column;border-radius:15px;background:#fff;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);transition:all .3s ease-in-out}.tour-option:hover{transform:scale(1.03)}.tour-option .tag-container{position:absolute;top:10px;left:10px;display:flex;gap:10px}.tour-option .tag-container .tag{padding:5px 10px;border-radius:5px;background:#fff;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4)}.tour-option .tag-container .tag p{margin-bottom:0;font-size:12px;font-weight:bold}.tour-option img{border-top-left-radius:15px;border-top-right-radius:15px;width:100%}.tour-option h3{color:#000;margin-bottom:10px;font-weight:bold;font-size:22px;line-height:1.3em}.tour-option p{line-height:1.3em;margin-bottom:20px;font-size:18px}.tour-option__content{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;padding:15px}.tour-option__actions{display:flex;gap:10px}.tour-option__action-button{padding:10px;color:#fff;display:flex;width:fit-content;gap:5px;align-items:center;text-decoration:none;font-weight:bold;border-radius:10px;background:#1d2329;transition:all .3s ease-in-out;border:none;cursor:pointer;font-size:16px}.tour-option__action-button:hover{background:#4cb1ca}.tour-option__booking-button{background-color:#1e90ff}.tour-option__booking-button:hover{background-color:#4cb1ca}@media screen and (max-width: 768px){.tour-options-container .tour-options{flex-direction:column;gap:30px}.tour-options-container .tour-option{width:100% !important}}#gallery{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:rgba(0,0,0,.9);z-index:9998;display:flex;flex-direction:column;align-items:center;justify-content:center}#gallery.active{pointer-events:auto;opacity:1;transition:all .5s ease-in-out}#gallery__main-image{max-width:75vw;max-height:75vh;height:auto;width:auto;border-radius:10px}#gallery__close-button{position:absolute;top:30px;right:30px;color:#fff;font-size:30px;cursor:pointer}#gallery__previous-image,#gallery__next-image{color:#fff;font-size:30px;cursor:pointer}#gallery__controls-container{padding-top:20px;display:flex;align-items:center;justify-content:center;gap:20px}#gallery__image-counter{font-size:22px;width:65px;color:#fff;user-select:none;text-align:center}#gallery-preview{margin-bottom:50px}#gallery-preview .container{display:grid;grid-template-columns:1fr 1fr;gap:20px}#gallery-preview .container img{width:100%;border-radius:15px}@media screen and (max-width: 768px){#gallery-preview{padding:0 0 30px 0;margin-bottom:20px}#gallery-preview .container{grid-template-columns:1fr 1fr;gap:20px}#gallery-preview .container img:nth-child(n+5){display:none}}.gallery-image{cursor:pointer;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4)}#more-tours{margin-bottom:50px}#more-tours h2{text-align:center;margin-bottom:30px}#more-tours .tour-options{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:30px}#more-tours .tour-option{position:relative;display:flex;flex-direction:column;border-radius:15px;background:#fff;box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-webkit-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);-moz-box-shadow:3px 5px 5px 0px rgba(29,35,41,.4);transition:all .3s ease-in-out}#more-tours .tour-option .tour-option-content{padding:15px}#more-tours .tour-option .tour-option-content h3{margin-bottom:10px;color:#000;font-weight:bold;font-size:20px}#more-tours .tour-option img{height:200px;width:100%;border-top-left-radius:15px;border-top-right-radius:15px}#more-tours .tour-option p{margin-bottom:20px;font-size:16px;line-height:1.3em}#more-tours .tour-option .tour-option-link{padding:10px;color:#fff;display:flex;width:fit-content;gap:5px;align-items:center;text-decoration:none;font-weight:bold;border-radius:10px;background:#1d2329;transition:all .3s ease-in-out;border:none;cursor:pointer}#more-tours .tour-option .tour-option-link:hover{background:#4cb1ca}#more-tours .tour-option:hover{transform:scale(1.03)}@media screen and (max-width: 768px){#more-tours .tour-options{grid-template-columns:1fr}}#loader-container{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7);display:none;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:9999}#loader-container p{color:#fff}#loader-container.active{display:flex}.loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader::before,.loader::after{content:"";box-sizing:border-box;position:absolute;inset:0px;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}.loader::after{border-color:#4cb1ca;animation:prixClipFix 2s linear infinite,rotate .5s linear infinite reverse;inset:6px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}75%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}100%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}}.spearfishing-background{background-image:url(4cb558785feb3ca2a8f2.webp);background-position:top center;background-size:cover;color:#fff;margin-top:80px;height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center;padding:0 15px;margin-bottom:30px}.spearfishing-background h1{font-size:48px}.spearfishing-background h1 span{font-size:32px}.spearfishing-background p{line-height:1.3em}.spearfishing-tour-options .tour-option{width:320px}.spearfishing-photos{padding:30px 0}.spearfishing-photos .container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.spearfishing-photos .container img{width:100%}#discover-spearfishing-modal{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:rgba(0,0,0,.9);z-index:9998;display:flex;flex-direction:column;align-items:center;justify-content:center}#discover-spearfishing-modal.active{pointer-events:auto;opacity:1;transition:all .5s ease-in-out}@media screen and (max-width: 768px){.spearfishing-background{height:250px}.spearfishing-background h1{font-size:30px;line-height:1.3em}.spearfishing-background h1 span{font-size:20px}}

/*# sourceMappingURL=spearfishing.css.map*/