:root{--max-width:1100px;--border-radius:5px;--responsive-border-radius:.75rem;--btn-border-radius:2px;--box-shadow:#6363634a 0px 9px 36px 0px;--shadow-card:0 4px 12px -2px #0000001a;--shadow-hover:0 8px 25px -5px #00000026;--line-height:1.5;--line-height-large:2;--line-height-small:1.25;--primary-font-family:"proxima-nova",sans-serif;--foreground:#504c4a;--background:#fff;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,#fff0);--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135;--primary-color-orange:#fb6b1e;--secondary-color:#c6bbab;--accent-color:#e8dcca;--error-color:red;--primary-text-color:#504c4a;--dark-text-color:#020817;--light-text-color:#64748b;--grey-dark:#707070;--grey-medium:#b5b5b5;--grey-light:#a7a7a7;--grey-ultra-light:#f5f5f5;--cta-color:#fb6b1e;--cta-text-color:#fff;--mid-blue:#1d8fc9;--dark-blue:#1f5975;--ultra-light-blue:#e2e8f0}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(#0141ff66,#0141ff00);--secondary-glow:linear-gradient(to bottom right,#0141ff00,#0141ff00,#0141ff4d);--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw}body{color:var(--foreground);background:var(--background);font-family:var(--primary-font-family);line-height:var(--line-height)}a{color:inherit;line-height:var(--line-height);text-decoration:none}span{font-family:var(--primary-font-family);line-height:var(--line-height)}p,li{font-weight:400;font-family:var(--primary-font-family);line-height:var(--line-height)}h1,h2{font-weight:700;font-family:var(--primary-font-family);line-height:var(--line-height-small)}h3,h4,h5,h6{font-weight:600;font-family:var(--primary-font-family);line-height:var(--line-height-small)}.builder-blocks .builder-block.buttonCTA,.button.buttonCTA,.buttonCTA{background-color:var(--cta-color);color:var(--cta-text-color);border-radius:var(--responsive-border-radius);font-family:var(--primary-font-family);cursor:pointer;border:none;width:fit-content;padding:10px 30px;font-size:1rem;font-weight:700;transition:background-color .3s}.button.buttonCTA.fullWidth,button.fullWidth{width:100%;padding:10px}.buttonCTA:hover{background-color:#ea6219}.button.buttonCTA:disabled,.buttonCTA:disabled{opacity:.5;cursor:not-allowed;transition:all .3s}.button.buttonCTA:disabled:hover,.buttonCTA:disabled:hover{opacity:.3}.componentHeading{font-size:2rem;font-weight:700;font-family:var(--primary-font-family);color:var(--dark-text-color)}.componentSubHeading{font-size:1.5rem;font-weight:700;font-family:var(--primary-font-family);color:var(--dark-text-color)}@media (max-width:1023px){.componentHeading{font-size:1.85rem}.componentSubHeading{font-size:1.25rem}}.scrollbarLight::-webkit-scrollbar{width:10px}.scrollbarLight::-webkit-scrollbar-track{background:0 0}.scrollbarLight::-webkit-scrollbar-thumb{background-color:#e2e8f0;background-clip:padding-box;border:3px solid #0000;border-radius:10px}.scrollbarLight::-webkit-scrollbar-thumb:hover{background-color:#e2e8f0}.scrollbarLight::-webkit-scrollbar-button{display:none}.scrollbarLight{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}}
.styles-module__g2BSsa__gridContainer{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;height:auto;display:grid}.styles-module__g2BSsa__gridItem{border-radius:var(--border-radius);width:100%;height:360px;box-shadow:var(--box-shadow);position:relative;overflow:hidden}.styles-module__g2BSsa__gridImage{object-fit:cover;object-position:center;border-radius:var(--border-radius);width:100%;height:75%;display:block}.styles-module__g2BSsa__gridContainer .styles-module__g2BSsa__gridOverlay{background-color:#fff;border-radius:0 0 5px 5px;flex-direction:column;justify-content:space-between;gap:20px;width:100%;height:25%;padding:20px;transition:all 1s;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.styles-module__g2BSsa__gridItem:hover .styles-module__g2BSsa__gridOverlay{border-radius:var(--border-radius);height:100%}.styles-module__g2BSsa__textContainer{flex-direction:column;gap:20px;display:flex}.styles-module__g2BSsa__title{color:var(--primary-text-color);font-family:var(--primary-font-family);-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;min-height:46px;font-size:18px;font-weight:700;transition:all 1s;display:-webkit-box;overflow:hidden}.styles-module__g2BSsa__gridItem:hover .styles-module__g2BSsa__title{min-height:0;display:block}.styles-module__g2BSsa__description{color:var(--primary-text-color);font-family:var(--primary-font-family);-webkit-line-clamp:6;-webkit-box-orient:vertical;width:100%;padding-top:30px;font-size:18px;font-weight:500;transition:all 1s;display:-webkit-box;overflow:hidden}.styles-module__g2BSsa__gridItem:hover .styles-module__g2BSsa__description{padding-top:0}.styles-module__g2BSsa__gridContainer .styles-module__g2BSsa__gridOverlay .styles-module__g2BSsa__button{background-color:var(--primary-color-orange);border-radius:var(--border-radius);font-family:var(--primary-font-family);cursor:pointer;border:none;width:fit-content;min-width:100px;padding:14px;font-size:18px;font-weight:500;transition:background-color .3s}.styles-module__g2BSsa__gridContainer .styles-module__g2BSsa__gridOverlay .styles-module__g2BSsa__button:hover{background-color:#ea6219}.styles-module__g2BSsa__button .styles-module__g2BSsa__ctaLink{color:#fff;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;text-decoration:none;display:flex}.styles-module__g2BSsa__button a{text-decoration:none}@media (max-width:991px){.styles-module__g2BSsa__gridContainer{gap:10px}.styles-module__g2BSsa__gridItem{height:300px}.styles-module__g2BSsa__gridContainer .styles-module__g2BSsa__gridOverlay{gap:10px;padding:15px}.styles-module__g2BSsa__textContainer{gap:10px}.styles-module__g2BSsa__title{font-size:16px}.styles-module__g2BSsa__description{-webkit-line-clamp:5;font-size:16px}.styles-module__g2BSsa__button{padding:10px;font-size:16px}}@media (max-width:640px){.styles-module__g2BSsa__gridItem{height:280px}.styles-module__g2BSsa__gridContainer{grid-template-columns:repeat(1,1fr)}}
.styles-module__C061GW__itinerariesSection{flex-direction:row;align-items:stretch;gap:20px;width:100%;display:flex}.styles-module__C061GW__imgContainer{border-radius:var(--border-radius);width:50%;display:flex;overflow:hidden}.styles-module__C061GW__image{object-fit:cover;object-position:center;border-radius:var(--border-radius);width:100%;height:100%}.styles-module__C061GW__itineraries{flex-direction:column;gap:10px;width:50%;height:fit-content;display:flex}.styles-module__C061GW__day{border-radius:var(--border-radius);background-color:#f5f5f5;flex-direction:column;gap:5px;padding:20px;display:flex}.styles-module__C061GW__title{color:var(--primary-text-color);font-size:21px;font-weight:700;font-family:var(--primary-font-family);margin-bottom:5px}.styles-module__C061GW__attractionBox{flex-direction:row;justify-content:space-between;gap:5px;display:flex}.styles-module__C061GW__attractionBox p{color:var(--primary-text-color);font-size:18px;font-weight:500;font-family:var(--primary-font-family)}.styles-module__C061GW__attractionBox p:first-child{width:78%}.styles-module__C061GW__attractionBox p:nth-child(2){text-align:right;width:22%}.styles-module__C061GW__totalsBox .styles-module__C061GW__attractionBox:nth-child(2){margin-bottom:15px}.styles-module__C061GW__savings{border-radius:var(--border-radius);background-color:#33b415;flex-direction:row;justify-content:space-between;gap:5px;padding:20px;display:flex}.styles-module__C061GW__savings p{color:#fff;font-size:18px;font-weight:700;font-family:var(--primary-font-family)}@media (max-width:991px){.styles-module__C061GW__itinerariesSection{gap:10px}.styles-module__C061GW__day,.styles-module__C061GW__savings{padding:15px}.styles-module__C061GW__title{font-size:18px}.styles-module__C061GW__attractionBox p,.styles-module__C061GW__savings p{font-size:16px}}@media (max-width:640px){.styles-module__C061GW__itinerariesSection{flex-direction:column;height:100%!important}.styles-module__C061GW__imgContainer{width:100%}.styles-module__C061GW__image{height:350px}.styles-module__C061GW__itineraries{width:100%}}
.styles-module__klBD_W__rating{flex-direction:row;gap:2px;height:15px;display:flex}.styles-module__klBD_W__rating svg{width:15px;height:15px}@media (max-width:991px){.styles-module__klBD_W__rating svg{width:12px;height:12px}}
.styles-module__p6iUzG__benefitsContainer{grid-template-columns:1fr;gap:20px;width:100%;display:grid}.styles-module__p6iUzG__benefitBox{border-radius:var(--border-radius);background-color:#f5f5f5;flex-direction:column;gap:10px;width:100%;min-height:130px;padding:20px;display:flex}.styles-module__p6iUzG__headline{font-family:var(--primary-font-family);color:var(--primary-text-color);font-size:18px;font-weight:700}.styles-module__p6iUzG__copy{font-family:var(--primary-font-family);color:var(--primary-text-color);font-size:18px;font-weight:500}@media (max-width:1023px){.styles-module__p6iUzG__benefitsContainer{grid-template-columns:repeat(2,1fr);gap:10px}.styles-module__p6iUzG__benefitBox{min-height:100px;padding:15px}.styles-module__p6iUzG__headline,.styles-module__p6iUzG__copy{font-size:16px}}@media (max-width:640px){.styles-module__p6iUzG__benefitsContainer{grid-template-columns:1fr}}
.styles-module__aCHWZq__tag{color:#fff;letter-spacing:.3px;cursor:pointer;background-color:#1f5975;border-radius:5px;padding:8px 10px;font-family:proxima-nova,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:normal;display:inline-block}@media (max-width:640px){.styles-module__aCHWZq__tag{font-size:12px}}
.styles-module__4NY1LG__slide{border-radius:var(--border-radius);max-width:480px;height:380px;margin-left:10px;margin-right:10px;display:block;position:relative;overflow:hidden;box-shadow:0 10px 10px -5px #0003}.styles-module__4NY1LG__slickSlide .styles-module__4NY1LG__slide .styles-module__4NY1LG__sliderImage{object-fit:cover;object-position:center;border-radius:var(--border-radius);width:100%;height:70%}.styles-module__4NY1LG__slide .styles-module__4NY1LG__infoBox{background-color:#fff;border-radius:0 0 5px 5px;flex-direction:column;justify-content:space-between;gap:20px;width:100%;height:30%;padding:15px 20px 20px;transition:all 1s;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.styles-module__4NY1LG__slide:hover .styles-module__4NY1LG__infoBox{border-radius:var(--border-radius);height:100%;padding-top:20px}.styles-module__4NY1LG__textContainer{flex-direction:column;gap:20px;display:flex}.styles-module__4NY1LG__tagsContainer{flex-flow:wrap;align-items:center;gap:10px;min-height:30px;max-height:30px;transition:display 1s;display:flex;overflow-y:hidden}.styles-module__4NY1LG__carouselTag{padding:6px 8px;font-size:12px}.styles-module__4NY1LG__slide:hover .styles-module__4NY1LG__tagsContainer{display:none}.styles-module__4NY1LG__attractionTitle{color:var(--primary-text-color);font-family:var(--primary-font-family);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:18px;font-weight:700;transition:all 1s;overflow:hidden}.styles-module__4NY1LG__slide:hover .styles-module__4NY1LG__attractionTitle{white-space:normal;min-height:0;display:flex}.styles-module__4NY1LG__description{color:var(--primary-text-color);font-family:var(--primary-font-family);-webkit-line-clamp:6;-webkit-box-orient:vertical;width:100%;margin-top:30px;font-size:18px;font-weight:500;transition:all 1s;display:-webkit-box;overflow:hidden}.styles-module__4NY1LG__slide:hover .styles-module__4NY1LG__description{margin-top:0}.styles-module__4NY1LG__slide .styles-module__4NY1LG__infoBox .styles-module__4NY1LG__button{background-color:var(--primary-color-orange);border-radius:var(--border-radius);font-family:var(--primary-font-family);cursor:pointer;border:none;width:fit-content;min-width:100px;padding:14px;font-size:18px;font-weight:700;transition:background-color .3s}.styles-module__4NY1LG__slide .styles-module__4NY1LG__infoBox .styles-module__4NY1LG__button:hover{background-color:#ea6219}.styles-module__4NY1LG__button .styles-module__4NY1LG__ctaLink{color:#fff;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;text-decoration:none;display:flex}.styles-module__4NY1LG__button a{text-decoration:none}@media (max-width:1023px){.styles-module__4NY1LG__slide{height:320px;margin-right:10px}.styles-module__4NY1LG__textContainer{gap:10px}.styles-module__4NY1LG__tagsContainer{gap:6px}.styles-module__4NY1LG__description{-webkit-line-clamp:5;font-size:16px}.styles-module__4NY1LG__slide .styles-module__4NY1LG__infoBox .styles-module__4NY1LG__button{font-size:16px}}@media (max-width:640px){.styles-module__4NY1LG__attractionTitle{font-size:16px}}
