.StatusFrontendPage_main__ysG5r{display:flex;height:100vh;height:100svh;flex-direction:column;align-items:center;justify-content:center}.StatusFrontendPage_header__yLsZI{margin-bottom:8px;font-size:24px;font-weight:700;text-align:center}.StatusFrontendPage_text__QEH__{margin-bottom:8px}.StatusFrontendPage_buttonContainer__oDtKd{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.StatusFrontendPage_successMessage__T_hnv{background:lime}.StatusFrontendPage_failMessage__TQYbk{background:red}.StatusFrontendPage_failMessage__TQYbk,.StatusFrontendPage_successMessage__T_hnv{position:absolute;top:calc(100% + 6px);padding:8px;border-radius:8px;text-align:center}.StatusFrontendPage_revalidateForm__r9r1_{width:900px;padding:1.5rem;border-radius:.5rem;margin-top:2rem;margin-right:auto;margin-left:auto;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.StatusFrontendPage_inputGroup__rrFZE{display:flex;flex-direction:column;margin-bottom:1rem;gap:.5rem}.StatusFrontendPage_label__ECi7a{color:#374151;font-size:.875rem;font-weight:500}.StatusFrontendPage_input__nfAgs{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}.StatusFrontendPage_input__nfAgs:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.5);outline:none}.StatusFrontendPage_button__7M1MI{width:100%;padding:.5rem 1rem;border:none;border-radius:.375rem;background-color:#2563eb;color:#fff;cursor:pointer;font-size:1rem;transition:background-color .2s}.StatusFrontendPage_button__7M1MI:hover{background-color:#1d4ed8}.Loader_loader__bCYWF{animation:var(--loader-animation)}.NpsError_container__CLQkH{display:flex;height:23.875rem;flex-direction:column;align-items:center;justify-content:center;padding:1.5em 0;font-size:1rem;gap:1em}@media (min-width:640px){.NpsError_container__CLQkH{min-width:39.5em;height:14.25em}}.NpsError_container__CLQkH>button{background:transparent}.NpsError_errorTitle__QAXvT{margin:0 1.5em;color:var(--black-base);font-weight:700;text-align:center;font-size:1.375rem;line-height:1.625rem}.NpsError_errorDescription__HlpOb{text-align:center;font-size:.875rem;line-height:1rem}.NpsError_button__tEOXQ{height:2.5em;font-size:1rem}.ButtonOld_buttonLoader__w_5B0{min-width:24px}.ButtonOld_buttonLoader__w_5B0 path{stroke:var(--grey-medium)}.ButtonOld_buttonPrimary__5iweP{font-size:.875rem;line-height:1rem;display:flex;min-height:40px;align-items:center;justify-content:center;padding:4px 8px;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:var(--black-base);cursor:pointer;font-weight:700;outline:2px solid var(--grey-light)}.ButtonOld_buttonPrimary__5iweP:hover{background:linear-gradient(180deg,#ffe700,#ffd000);box-shadow:0 2px 0 0 #b27e01;filter:brightness(1.03);outline:none}:is(.ButtonOld_buttonPrimary__5iweP:hover .ButtonOld_buttonLoader__w_5B0) path{stroke:#f5a623}.ButtonOld_buttonPrimary__5iweP:active{background:linear-gradient(1turn,#ffe700,#ffd000);box-shadow:0 -2px 0 0 #b27e01;outline:none}.ButtonOld_buttonPrimary__5iweP:disabled,.ButtonOld_buttonPrimary__5iweP[disabled]{background:linear-gradient(180deg,#fffbd8,#fff0ae);box-shadow:0 2px 0 0 #e3ce9d;color:var(--grey-medium);pointer-events:none}.ButtonOld_alwaysActiveButton__hf1eA{background:linear-gradient(180deg,#ffe700,#ffd000);box-shadow:0 2px 0 0 #b27e01;outline:none}.ButtonOld_buttonSecondary__z96Lb{font-size:.875rem;line-height:1rem;display:flex;min-height:32px;align-items:center;justify-content:center;padding:7px;border-radius:2px;color:var(--blue);cursor:pointer;outline:2px solid var(--blue)}.ButtonOld_buttonSecondary__z96Lb:hover{filter:brightness(1.2)}.ButtonOld_buttonFunctional__8smkf{font-size:.875rem;line-height:1rem;display:flex;min-height:32px;align-items:center;justify-content:center;border-radius:2px;background:var(--white);cursor:pointer}.ButtonOld_buttonUnstyled__bM_Lo{cursor:pointer}.Button_button__86Aws{position:relative;display:flex;align-items:center;justify-content:center;color:inherit;cursor:pointer;transition:all .2s ease-in-out}.Button_button__86Aws .Button_buttonLoader__7bHGq{width:1.5rem;height:1.5rem}.Button_button__86Aws:disabled{pointer-events:none}.Button_loaderWrapper__ujEhB{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:var(--border-radius)}.Button_grey__BhIUO,.Button_lime__6u3aI,.Button_orange__S_lIj,.Button_whiteBordered__rqJ9N,.Button_white__BSKz9{padding:.75rem 1rem;border-radius:var(--border-radius)}.Button_orange__S_lIj{background-color:var(--secondary)}.Button_orange__S_lIj:disabled{opacity:var(--disabled-opacity)}.Button_orange__S_lIj:hover:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--hover-alpha)) 0,rgb(0 0 0/var(--hover-alpha)) 100%),var(--secondary)}.Button_orange__S_lIj:active:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--pressed-alpha)) 0,rgb(0 0 0/var(--pressed-alpha)) 100%),var(--secondary)}.Button_orange__S_lIj{color:var(--white)}.Button_orange__S_lIj .Button_loaderWrapper__ujEhB{background:var(--secondary)}.Button_grey__BhIUO{background-color:var(--background)}.Button_grey__BhIUO:disabled{opacity:var(--disabled-opacity)}.Button_grey__BhIUO:hover:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--hover-alpha)) 0,rgb(0 0 0/var(--hover-alpha)) 100%),var(--background)}.Button_grey__BhIUO:active:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--pressed-alpha)) 0,rgb(0 0 0/var(--pressed-alpha)) 100%),var(--background)}.Button_grey__BhIUO .Button_loaderWrapper__ujEhB{background:var(--background)}.Button_grey__BhIUO .Button_buttonLoader__7bHGq path{fill:var(--black)}.Button_white__BSKz9{background-color:var(--white)}.Button_white__BSKz9:disabled{opacity:var(--disabled-opacity)}.Button_white__BSKz9:hover:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--hover-alpha)) 0,rgb(0 0 0/var(--hover-alpha)) 100%),var(--white)}.Button_white__BSKz9:active:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--pressed-alpha)) 0,rgb(0 0 0/var(--pressed-alpha)) 100%),var(--white)}.Button_white__BSKz9 .Button_loaderWrapper__ujEhB{background:var(--white)}.Button_white__BSKz9 .Button_buttonLoader__7bHGq path{fill:var(--secondary)}.Button_whiteBordered__rqJ9N{background-color:var(--white)}.Button_whiteBordered__rqJ9N:disabled{opacity:var(--disabled-opacity)}.Button_whiteBordered__rqJ9N:hover:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--hover-alpha)) 0,rgb(0 0 0/var(--hover-alpha)) 100%),var(--white)}.Button_whiteBordered__rqJ9N:active:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--pressed-alpha)) 0,rgb(0 0 0/var(--pressed-alpha)) 100%),var(--white)}.Button_whiteBordered__rqJ9N{box-shadow:var(--box-shadow)}.Button_whiteBordered__rqJ9N .Button_loaderWrapper__ujEhB{background:var(--white)}.Button_whiteBordered__rqJ9N .Button_buttonLoader__7bHGq path{fill:var(--secondary)}.Button_lime__6u3aI{background-color:var(--primary)}.Button_lime__6u3aI:disabled{opacity:var(--disabled-opacity)}.Button_lime__6u3aI:hover:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--hover-alpha)) 0,rgb(0 0 0/var(--hover-alpha)) 100%),var(--primary)}.Button_lime__6u3aI:active:not(:disabled){background:linear-gradient(0deg,rgb(0 0 0/var(--pressed-alpha)) 0,rgb(0 0 0/var(--pressed-alpha)) 100%),var(--primary)}.Button_lime__6u3aI .Button_loaderWrapper__ujEhB{background:var(--white)}.Button_lime__6u3aI .Button_buttonLoader__7bHGq path{fill:var(--black)}@keyframes CookiesBanner_appearance__B453j{0%{bottom:-80px;opacity:0}to{bottom:8px;opacity:1}}@keyframes CookiesBanner_hiding__zA_S9{0%{bottom:8px;opacity:1}to{bottom:-80px;opacity:0}}.CookiesBanner_banner__r22U4{position:fixed;bottom:24px;left:0;animation:CookiesBanner_appearance__B453j .3s ease-in-out}.CookiesBanner_bannerMobile__XQhSl{right:4px;left:4px}.CookiesBanner_bannerDesktop__CwNDi{width:100vw;pointer-events:none}.CookiesBanner_bannerHiding__EXRSc{animation:CookiesBanner_hiding__zA_S9 .3s ease-in-out}.CookiesBanner_content__uO2zd{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;margin:0 auto;background:var(--white);box-shadow:0 4px 8px 0 rgb(0 0 0/6%),0 0 0 1px hsla(0,0%,42%,.08)}.CookiesBanner_contentMobile__s8lHi{font-size:.875rem;line-height:1rem;gap:8px}.CookiesBanner_contentDesktop__8RjyZ{max-width:756px;font-size:14px;font-weight:400;line-height:16px;pointer-events:all}.CookiesBanner_bannerButton___qFYM{margin-left:8px;cursor:pointer}.CookiesBanner_link__YF9Eo{color:var(--secondary)}.Footer_footer__aVbev{padding:12px 8px;background:var(--white)}@media (min-width:992px){.Footer_footer__aVbev{width:100%;justify-content:space-around;padding:24px 58px}}.Footer_footerContent__orQaq{max-width:var(--xl-screen);margin:0 auto;gap:40px}.Footer_mainSection__4Mjee{display:flex;flex-direction:column;gap:16px}@media (min-width:992px){.Footer_mainSection__4Mjee{display:grid;grid-column-gap:24px;-moz-column-gap:24px;column-gap:24px;grid-template-columns:repeat(4,1fr)}}.Column_title__FGQzu{margin-bottom:4px;font-size:16px;font-weight:500;line-height:20px}@media (min-width:640px){.Column_title__FGQzu{margin-bottom:8px;font-size:18px;line-height:22px}}.Column_list__d1I7y{display:flex;flex-wrap:wrap;gap:4px}@media (min-width:768px){.Column_list__d1I7y{flex-direction:column;gap:8px}}.Column_list__d1I7y>li{font-size:14px;font-weight:400;line-height:16px}@media (min-width:768px){.HotelsColumn_countryGroup__C_2NK{width:100%}}.HotelsColumn_countryLinks__CVdgC{display:flex;flex-wrap:wrap;gap:4px}@media (min-width:768px){.HotelsColumn_countryLinks__CVdgC{width:100%;flex-wrap:nowrap}}.CenterSection_topSection__APRkE{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:16px}@media (min-width:640px){.CenterSection_container__E8DUk{grid-column:2/span 2}}.DownloadAppSection_container__MYeZR{border-radius:12px;text-align:left}.DownloadAppSection_title___H7dr{margin-bottom:8px;font-size:16px;font-weight:500;line-height:20px}@media (min-width:640px){.DownloadAppSection_title___H7dr{margin-bottom:12px;font-size:18px;line-height:22px}}.DownloadAppSection_qrCode__IvFEh,.DownloadAppSection_qrWrapper__xD_uW{display:none}@media (min-width:992px){.DownloadAppSection_qrCode__IvFEh,.DownloadAppSection_qrWrapper__xD_uW{display:flex;width:260px;height:260px;align-items:center;justify-content:center}}.DownloadAppSection_qrCode__IvFEh{border-radius:8px;margin-bottom:12px;background:var(--background)}.DownloadAppSection_loader__bwibQ{width:60px;animation:DownloadAppSection_spin__TR9H3 1s linear infinite;color:var(--white)}.DownloadAppSection_loader__bwibQ path{fill:var(--secondary)}.DownloadAppSection_goToStoresContainer__E2nzc{display:flex;justify-content:flex-start;gap:8px}@media (min-width:640px){.DownloadAppSection_goToStoresContainer__E2nzc{display:flex;justify-content:center;gap:12px}}@keyframes DownloadAppSection_spin__TR9H3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GoToStoreIcon_goToStoreIcon__e1Ko_{width:44px;height:44px;cursor:pointer}@media (min-width:640px){.GoToStoreIcon_goToStoreIcon__e1Ko_{width:56px;height:56px}}.GoToStoreIcon_mobileBanner__fRRqX{width:141px;max-width:100%;height:44px;flex-shrink:1;cursor:pointer}.LeftSection_leftSection__bfGZe{display:flex}.RightSection_rightSection__ACLoQ{font-size:12px;font-weight:400;line-height:14px}@media (min-width:640px){.RightSection_rightSection__ACLoQ{padding-left:8px;font-size:14px;line-height:16px}}.RightSection_legalInfo__HWkZz{display:flex;flex-direction:column;gap:8px}@media (min-width:640px){.RightSection_legalInfo__HWkZz{gap:16px}}.RightSection_legalLinks__KS_hC{display:flex;flex-direction:column;gap:4px}.RightSection_legalLink__FCG4c{color:var(--grey1)}.RightSection_legalLink__FCG4c:hover{color:var(--black)}.RightSection_rightContainer__Dj0ZP{display:flex;flex-direction:column;gap:8px}@media (min-width:640px){.RightSection_rightContainer__Dj0ZP{gap:16px}}.RightSection_linksSection__ZwFAe{display:flex;flex-direction:column}.Logos_footerLogos__MH_iV{display:flex;width:47px;height:47px;margin-bottom:8px;gap:16px}.Logos_footerLogo__daA_e svg{width:40px;height:40px}.SocialLink_title__w3GOZ{margin-bottom:4px;font-size:16px;font-weight:500;line-height:20px}@media (min-width:640px){.SocialLink_title__w3GOZ{margin-bottom:8px;font-size:18px;line-height:22px}}.SocialLink_linksContainer__c1OPt{display:flex;overflow:hidden;width:-moz-min-content;width:min-content;border-radius:8px;gap:8px;isolation:isolate}.SocialLink_linkWrapper__VnhtF{display:flex;width:44px;height:44px;align-items:center;justify-content:center}@media (min-width:640px){.SocialLink_linkWrapper__VnhtF{width:56px;height:56px}}.EarlyBookingSwiper_earlyBookingsHeader__8D75j{position:relative;display:flex;align-items:flex-start;margin-bottom:.75rem;font-size:1.75rem;font-weight:500;line-height:2.125rem}@media (min-width:640px){.EarlyBookingSwiper_earlyBookingsHeader__8D75j{align-items:center;margin-bottom:.75rem;font-size:2.5rem;font-weight:500}}.EarlyBookingSwiper_icon__OWad2{width:2.25rem;height:2.25rem;align-self:flex-start;margin-top:-5px}@media (min-width:640px){.EarlyBookingSwiper_icon__OWad2{width:3.375rem;height:3.375rem;margin-top:0}}.EarlyBookingSwiper_mobileSwiper__Hrei_{margin:0 -.5rem}.EarlyBookingSwiper_mobileSwiper__Hrei_ .swiperWrapper{padding:0 .5rem}.EarlyBookingSwiper_mobileSwiper__Hrei_ .swiperTrack{gap:.5rem}.EarlyBookingSwiper_cardTop__vyizE{position:relative}.EarlyBookingSwiper_skeletonHeader__1axmx{width:15.625rem;height:2.875rem;border-radius:var(--border-radius);margin-bottom:.75rem;animation:var(--skeleton-animation);background-color:#e0e0e0}.EarlyBookingSlideSkeleton_skeletonSlide__p9_sZ{display:flex;width:240px;height:280px;align-items:flex-end;padding:8px;border-radius:4px;margin-bottom:40px;animation:EarlyBookingSlideSkeleton_skeletonLoading__FEHCw 1.5s infinite;background-color:var(--grey3)}@media (min-width:992px){.EarlyBookingSlideSkeleton_skeletonSlide__p9_sZ{width:284px;height:392px}}.EarlyBookingSlideSkeleton_regionContainerSkeleton__wRdKW{display:flex;overflow:hidden;height:124px;flex-wrap:wrap;align-content:flex-start;gap:2px}.EarlyBookingSlideSkeleton_regionSkeleton__26xR6{width:90px;height:40px;border-radius:11px;animation:EarlyBookingSlideSkeleton_skeletonLoading__FEHCw 1.5s infinite;background:#fff}@keyframes EarlyBookingSlideSkeleton_skeletonLoading__FEHCw{0%{opacity:.75}50%{opacity:1}to{opacity:.75}}.EarlyBookingSlide_earlyBookingSlide__j77VQ{position:relative;display:flex;overflow:hidden;width:236px;height:318px;flex-direction:column;padding:7px;border-radius:8px;background:var(--white)}@media (min-width:640px){.EarlyBookingSlide_earlyBookingSlide__j77VQ{width:284px;height:392px;padding:8px}}.EarlyBookingSlide_earlyBookingImageContainer__MRn9k{position:relative;width:100%;height:126px}@media (min-width:640px){.EarlyBookingSlide_earlyBookingImageContainer__MRn9k{height:160px}}.EarlyBookingSlide_earlyBookingImage__v_6L0{width:100%;height:126px;border-radius:8px;-o-object-fit:cover;object-fit:cover}@media (min-width:640px){.EarlyBookingSlide_earlyBookingImage__v_6L0{height:160px}}.EarlyBookingSlide_earlyBookingSlideLink__A0hyY{position:absolute;z-index:1;bottom:0;left:0;width:100%;height:100%}.EarlyBookingSlide_earlyBookingSlideHeaderSection__aQJjW{position:absolute;display:flex;flex-direction:column;padding:8px;gap:8px}@media (min-width:640px){.EarlyBookingSlide_earlyBookingSlideHeaderSection__aQJjW{padding:12px}}.EarlyBookingSlide_earlyBookingSlideHeader__rsbtm{color:var(--black);font-size:16px;font-weight:500}@media (min-width:640px){.EarlyBookingSlide_earlyBookingSlideHeader__rsbtm{font-size:18px}}.EarlyBookingSlide_earlyBookingSlidePrice__DnmyU{color:var(--black);font-size:16px}@media (min-width:640px){.EarlyBookingSlide_earlyBookingSlidePrice__DnmyU{font-size:18px}}.EarlyBookingSlide_earlyBookingSlideTourDetails__zR3lo{margin-top:10px;color:var(--black);font-size:16px;font-weight:500}@media (min-width:640px){.EarlyBookingSlide_earlyBookingSlideTourDetails__zR3lo{margin-top:12px;font-size:18px}}.EarlyBookingSlide_earlyBookingRegions__UtDrH{display:flex;flex-wrap:wrap;margin-top:12px;gap:4px}@media (min-width:640px){.EarlyBookingSlide_earlyBookingRegions__UtDrH{gap:8px}}.EarlyBookingSlide_earlyBookingRegionName__GPGKh{color:var(--black);font-size:12px;font-weight:500;line-height:18px}@media (min-width:640px){.EarlyBookingSlide_earlyBookingRegionName__GPGKh{margin-bottom:2px;font-size:14px}}.EarlyBookingSlide_earlyBookingRegionPrice__9So9T{color:var(--black);font-size:12px;font-weight:400}@media (min-width:640px){.EarlyBookingSlide_earlyBookingRegionPrice__9So9T{font-size:14px;line-height:16px}}.EarlyBookingSlide_earlyBookingRegion__0u3fn{display:flex;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);align-items:center;justify-content:center;padding:7px 12px;border-radius:8px;background:var(--background)}@media (min-width:640px){.EarlyBookingSlide_earlyBookingRegion__0u3fn{padding:8px 12px}}.EarlyBookingSlide_earlyBookingRegion__0u3fn:last-child{display:flex;height:44px;align-items:center;justify-content:center}@media (min-width:640px){.EarlyBookingSlide_earlyBookingRegion__0u3fn:last-child{height:52px}}.EarlyBookingSlide_earlyBookingRegion__0u3fn:last-child p{text-align:center}.Layout_pageContainer__y9zok{position:relative;display:flex;min-width:59rem;max-width:77.5rem;justify-content:center;padding-bottom:2.5rem;margin:1.5rem 0;gap:1.5rem}.Layout_pageContainerMobile__QC6Rm{width:auto;min-width:revert;flex-direction:column;justify-content:flex-start;margin:.75rem .5rem;gap:.75rem}.Layout_pageContent__YyANT{display:flex;width:54.75rem;flex-direction:column}.Layout_pageContentMobile__4K20X{width:100%;align-items:flex-start}.SearchTypeTabs_tabs__uMF72{display:flex;overflow:auto;height:100%;align-items:center}.SearchTypeTabs_tabs__uMF72::-webkit-scrollbar{display:none;-webkit-appearance:none;appearance:none}.SearchTypeTabs_tabs__uMF72{-ms-overflow-style:none;scrollbar-width:none}.SearchTypeTab_tab__N5Cd6{display:flex;align-items:center;padding:.4375rem .75rem .4375rem .5rem;border-radius:.5rem;color:var(--black);cursor:pointer;gap:.5rem;transition:all .15s ease-in-out}.SearchTypeTab_tab__N5Cd6 svg{width:1.5rem;height:1.5rem}.SearchTypeTab_tabCompact__9l5Je.SearchTypeTab_tabCompact__9l5Je{padding:.5rem .75rem .5rem .5rem}.SearchTypeTab_tabText___Hiay{font-size:.875rem;font-weight:500;line-height:1.1429}.SearchTypeTab_tabActive__jvQNZ{background:#fff;color:var(--secondary)}:is(.SearchTypeTab_tabActive__jvQNZ svg) path{fill:var(--secondary)}.SearchTypeTab_tabActiveCompact__tdTTg.SearchTypeTab_tabActiveCompact__tdTTg{background:var(--white);color:var(--secondary)}:is(.SearchTypeTab_tabActiveCompact__tdTTg.SearchTypeTab_tabActiveCompact__tdTTg svg) path{stroke:var(--secondary)}.SeoHeader_expandedSeoHeader__VB5Xy{position:sticky;z-index:5;top:0;width:100%;padding:0 4.125rem;background:var(--primary);font-size:1rem}.SeoHeader_expandedSeoHeaderMobile__Jv2NN{position:relative;height:100%;padding:0}.SeoHeader_seoHeaderMobile___uxmD{position:fixed;z-index:5;top:0;display:flex;width:100%;height:4.875rem;justify-content:center;padding:0;animation:SeoHeader_slideDownFadeIn__2cRfE .3s ease-in-out;background:var(--primary);font-size:1rem}.SeoHeader_defaultHeaderContent__Fl7rd{display:flex;width:100%;max-width:77.5rem;height:100%;align-items:center;justify-content:center;padding:.37rem 1rem;font-size:1rem}.SeoHeader_defaultHeaderLogo__Ed5gB{height:100%;padding:.95rem 0;font-size:1rem}.SeoHeader_defaultHeaderLogoMobile__61raJ{height:100%}.SeoHeader_defaultHeaderMenu__Sjpoz{padding:.87rem 0}@keyframes SeoHeader_slideDownFadeIn__2cRfE{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.SearchHeader_searchHeader__YGbfC{z-index:5;top:0;display:flex;width:100%;justify-content:center;padding:0;background:var(--primary);font-size:1rem}.SearchHeader_searchHeaderContent__K7iBs{display:flex;width:100%;max-width:77.5rem;height:100%;align-items:center;justify-content:center;padding:.37rem 1rem;font-size:1rem}.SearchHeader_searchHeaderLogoMobile__dpXG8{height:100%;flex-shrink:0;padding:.95rem 0;font-size:1rem}.SearchHeader_searchHeaderMobile__OJ9Dq{height:4.875rem}.SearchHeader_searchHeaderContentMobile__gTYow{padding:.37rem 1rem}.SearchHeader_searchHeaderMenu__UsPgo{padding:.87rem 0}.ArchivedPackage_container__giT6g{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 0;gap:1.5rem}.ArchivedPackage_wrapper__BMvNx{display:flex;max-width:30rem;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.ArchivedPackage_title__4IFg8{font-size:1.125rem;line-height:1.375rem;font-weight:500}.ArchivedPackage_lookOther__r_lHX{font-size:.75rem;line-height:.875rem}.ArchivedPackage_lookOther__r_lHX span{font-weight:500}.SimilarLoader_container__WqMU2{display:flex;width:22.5rem;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;gap:1rem;text-align:center;font-size:1.375rem;line-height:1.625rem}.SimilarLoader_title__C5BTx{font-size:2.125rem;line-height:2.125rem;font-weight:500}.PaymentQR_loader__044en{height:19.625rem;justify-content:center;font-weight:500;gap:.25rem}.PaymentQR_loader__044en,.PaymentQR_qrWrapper__7UEdP{display:flex;flex-direction:column;align-items:center;font-size:1rem;line-height:1.25rem}.PaymentQR_qrWrapper__7UEdP{width:22.625rem;padding:1.5rem;border-radius:var(--border-radius);background:var(--white);gap:1rem;text-align:center}.PaymentQR_timeout__1xECc{color:var(--grey1);font-size:1rem}.PaymentQR_chooseDifferentMethod__nrPaL{border:none;background:transparent;color:var(--secondary);cursor:pointer;outline:none;font-size:1rem;line-height:1.25rem}.PaymentQR_iframe__umbRo{border:none}.PaymentAdvice_container__7Ei1k{width:-moz-max-content;width:max-content}.PaymentAdvice_title__nlyFP{font-size:1.375rem;line-height:1.625rem;display:flex;font-weight:500;gap:.5rem}.PaymentAdvice_subTitle__2O8lT{margin:1rem 0 .5rem;font-weight:500;font-size:1rem;line-height:1.25rem}.PaymentAdvice_commonText__7XRk3{margin-top:1rem;font-size:1rem;line-height:1.25rem}.PaymentInstructions_instructions__B3PuL{display:flex;flex-direction:column;gap:.5rem}.PaymentInstructions_instruction__lQUDX{display:flex;max-width:37.5rem;align-items:center;gap:.5rem;font-size:1rem;line-height:1.25rem}.PaymentInstructions_instructionMobile__ux6hr{align-items:flex-start;margin-top:.25rem!important;font-size:.875rem;line-height:1rem}.PaymentInstructions_instructionNumber__DkBwi{display:flex;width:2rem;height:2rem;flex:0 0 2rem;align-items:center;justify-content:center;padding:.3125rem .6875rem .375rem;border-radius:1.875rem;background:var(--white)}@media (min-width:640px){.HeroAppBanner_appBannerContainer__XfYBV{position:absolute;top:0;right:0;display:flex;height:100%;align-items:flex-start;padding-top:24px}}@media (min-width:992px){.HeroAppBanner_appBannerContainer__XfYBV{padding-right:0}}.HeroAppBanner_appBanner__CXrFR{display:none}@media (min-width:768px){.HeroAppBanner_appBanner__CXrFR{display:flex;max-width:270px;align-items:center;justify-content:space-between;padding:12px 7px 12px 12px;border-radius:8px;background-color:var(--white)}}.HeroAppBanner_textWrapper__HEJUH{flex:1 1;margin-right:16px}.HeroAppBanner_promoTitle__oiYDc{margin-bottom:4px;color:var(--black);font-size:14px;line-height:18px}@media (min-width:640px){.HeroAppBanner_promoTitle__oiYDc{font-size:16px;line-height:20px}}.HeroAppBanner_promoText__fNoLW{font-size:12px;font-weight:400;line-height:14px}@media (min-width:992px){.HeroAppBanner_promoText__fNoLW{font-size:14px;line-height:16px}}.HeroAppBanner_salePercent__yXr_0{color:var(--secondary);font-size:14px;font-weight:400;line-height:16px}.HeroAppBanner_qrWrapper__Cu68X{display:flex;width:100px;align-items:center;justify-content:center}.HeroAppBanner_loader__VSLVy{width:60px;animation:HeroAppBanner_spin__x4n98 1s linear infinite;color:var(--white)}.HeroAppBanner_loader__VSLVy path{fill:var(--secondary)}@keyframes HeroAppBanner_spin__x4n98{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SearchBlock_searchBlock__djTqk{display:flex;width:100%;flex-direction:column;gap:4px}@media (min-width:992px){.SearchBlock_searchBlock__djTqk{gap:8px}}.SearchBlock_searchForm__P3GaY{display:flex;flex-direction:column;gap:12px}@media (min-width:992px){.SearchBlock_searchForm__P3GaY{border-radius:8px;gap:6px}}.SearchForm_searchForm__HqOlz{position:relative}.SearchForm_searchFormWizardOpen__Rnnrh{position:fixed;z-index:2;top:0;left:0;width:100%}.SearchForm_searchFormCigarette__pQCZa{position:absolute!important}.EllipsisLoader_ellipsisLoader__hs_eh{display:flex;align-items:center;justify-content:center}.EllipsisLoader_ellipsisLoader__hs_eh div{width:10px;height:10px;border-radius:50%;margin:2px;animation:EllipsisLoader_blink__SN9Qg 1s infinite;background-color:grey}.EllipsisLoader_ellipsisLoader__hs_eh div:first-child{animation-delay:0s}.EllipsisLoader_ellipsisLoader__hs_eh div:nth-child(2){animation-delay:.2s}.EllipsisLoader_ellipsisLoader__hs_eh div:nth-child(3){animation-delay:.4s}@keyframes EllipsisLoader_blink__SN9Qg{0%,to{opacity:.2}50%{opacity:1}}.ButtonPreview_buttonPreview__k6RHS.ButtonPreview_buttonPreview__k6RHS{width:150px;min-height:56px;padding:0 24px;border-radius:0 8px 8px 0;color:var(--white);font-size:18px;font-weight:500;line-height:22px}.ButtonPreview_buttonLoader__k05mG{width:16px;height:16px}.ButtonPreview_buttonLoader__k05mG path{stroke:var(--white)}.Month_container__bIbcf{display:flex;min-width:80px;height:42px;flex-grow:1;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.Month_container__bIbcf:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.Month_container__bIbcf:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.Month_contentContainer__zkryZ{text-align:center}.Month_noInfo__61u4Q{color:var(--grey-light)}.Month_backgroundClassname0__7oJbs{background:var(--white)}.Month_segmentColorClassname0__r3jW9{color:var(--grey-light);opacity:1}.Month_priceColorClassname0__PnEct{color:var(--grey-light)}.Month_backgroundClassname1__8WMx0{background:#fbfdf2}.Month_segmentColorClassname1__vA3Xf{color:#919499;opacity:1}.Month_priceColorClassname1__pttcS{color:#17181a}.Month_backgroundClassname2__9Q7GM{background:#fbfdf2}.Month_segmentColorClassname2__BGaiF{color:#919499;opacity:1}.Month_priceColorClassname2__g4BLP{color:#17181a}.Month_backgroundClassname3__WAfnH{background:#f1f7d2}.Month_segmentColorClassname3__FZs6I{color:#17181a;opacity:.5}.Month_priceColorClassname3__mnwZk{color:#17181a}.Month_backgroundClassname4__RLA0v{background:#cce763}.Month_segmentColorClassname4__M2bhw{color:#17181a;opacity:.5}.Month_priceColorClassname4__N24iF{color:#17181a}.Month_backgroundClassname5__HpEau{background:#6abf40}.Month_segmentColorClassname5__MukKa{color:#cce763;opacity:1}.Month_priceColorClassname5__YkxH_{color:var(--white)}.Month_loader__v6fHz{width:1.5rem}.Month_loader__v6fHz>g{fill:var(--secondary)}.MainContainer_mainSection__6B2Nr{position:relative;display:flex;flex-direction:row;margin-bottom:16px;gap:16px}.MainContainer_mainSectionMobile__Sm4uP{flex-direction:column-reverse}.MainContainer_floatingPanelContainer__EWeqO{position:sticky;z-index:5;bottom:0;left:0;width:100vw;padding-bottom:20px}.MainContainer_mapOpen__4rfLg{z-index:6}.FloatingPanelMobile_floatingPanelWrapper__oPkv0{position:relative;width:100%;height:50px;padding:0 54px;pointer-events:none}.FloatingPanelMobile_floatingPanelWrapper__oPkv0 button{pointer-events:all}.FloatingPanelMobile_bottomPanelWrapper__o5U1H{display:flex;height:100%;border-radius:var(--border-radius);background-color:var(--white);box-shadow:var(--box-shadow)}.FloatingPanelMobile_buttonContainer__1rMtv{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between}.FloatingPanelMobile_bottomPanelWrapper__o5U1H .FloatingPanelMobile_button__eiaih{display:block;flex:1 1;padding:8px 12px;border:none;background-color:var(--white)}:is(.FloatingPanelMobile_bottomPanelWrapper__o5U1H .FloatingPanelMobile_button__eiaih):active{background-color:#f1f1f1}.FloatingPanelMobile_separator__PRxEh{flex:0 0 1px;margin:.5rem 0;background-color:var(--black);opacity:.08}.SubscribeButton_button__1L9DE{border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.SubscribeButton_text__J3ClD{font-size:.75rem;line-height:1rem}.ShowFiltersButton_content__tnDvf{height:1rem}.ShowFiltersButton_firstButton__S4yo_{border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.ShowFiltersButton_counter__FL1Ec{position:absolute;display:flex;width:1rem;height:1rem;align-items:center;justify-content:center;border-radius:50%;background-color:var(--secondary);color:var(--white);font-style:normal;font-weight:500;transform:translate(11px,-4px);font-size:.75rem;line-height:1rem}.ShowFiltersButton_text__bPUES{font-size:.75rem;line-height:1rem}.ToggleMapButton_button__ttNFX{border-bottom-right-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.ToggleMapButton_button__ttNFX:active{background-color:#f1f1f1}.ToggleMapButton_text__v0fPM{font-size:.75rem;line-height:1rem}.LeftSection_stickyBox__kxG1R{z-index:auto;height:-moz-fit-content;height:fit-content}.LeftSection_sidebar__YNwiT{width:235px;min-width:235px;padding:12px 15px 12px 8px;border-radius:8px;background-color:var(--white)}.LeftSection_sidebarMobile__w7Z_W a,.LeftSection_sidebarMobile__w7Z_W button{font-size:1.125rem;line-height:1.375rem}.LeftSection_subscribeWrapper__yXEsK{margin-bottom:1em}.PricewatchSubscribe_mobileWrapper__Wuj7y{position:fixed;z-index:1;overflow:hidden;padding:16px 8px;background-color:#fff;inset:0}.ReviewsBlockController_blockWrapperLocked__6g5CW{cursor:wait;pointer-events:none}.HotelsPageMobile_hotelsPageMobileWrapper__w54mR{min-height:100vh}.HotelsOffersPage_offersPage__lYPGp{padding:.75em .5em 0;animation:HotelsOffersPage_fadeIn__Poatp .3s ease-in-out forwards}@keyframes HotelsOffersPage_fadeIn__Poatp{0%{opacity:0}to{opacity:1}}.WishlistButton_wishlistHeartWrapper__xULJf.WishlistButton_wishlistHeartWrapper__xULJf{position:absolute;top:1em;right:1em;width:auto;height:auto}.WishlistButton_wishlistHeartWrapperMobile__qB_eL.WishlistButton_wishlistHeartWrapperMobile__qB_eL{top:.5em;right:.5em;width:auto;height:auto}.WishlistButton_wishlistHeartSvg__BKGf1.WishlistButton_wishlistHeartSvg__BKGf1{width:2em;height:2em}.WishlistButton_wishlistHeartSvg__BKGf1.WishlistButton_wishlistHeartSvg__BKGf1:hover{stroke:none}.WishlistButton_wishlistHeartSvgMobile__7ogpa.WishlistButton_wishlistHeartSvgMobile__7ogpa{width:1.5em;height:1.5em}.WishlistButton_wishlistHeartSvgMobile__7ogpa.WishlistButton_wishlistHeartSvgMobile__7ogpa:hover{stroke:none}.PriceChartSkeleton_wrapper__phprr{display:flex;flex-direction:column;align-items:center;padding:.5rem 0 0;border-radius:.5rem;background:var(--white);overflow-x:hidden}.PriceChartSkeleton_list__WL6bP{display:flex;height:2.5rem;align-items:flex-end;padding:0;margin-bottom:2.125rem;gap:.125rem;list-style:none}.PriceChartSkeleton_listMobile__m5FAR{gap:.13rem}.PriceChartSkeleton_item__hNi_V{display:flex;width:2.1875rem;height:100%;flex-direction:column;align-items:center;justify-content:flex-end}.PriceChartSkeleton_itemMobile__nlWiU{width:1.5rem}.PriceChartSkeleton_bar__YMAKF{width:100%;border-radius:.5rem;animation:var(--skeleton-animation);background-color:var(--grey3)}.PriceChartSkeleton_lineOne__pQl7G{width:2.75rem;height:.0625rem;margin-bottom:1rem;background:var(--grey3)}.PriceChartSkeleton_lineTwo__SKk00{width:4rem;height:.0625rem;margin-bottom:2rem;background:var(--grey3)}.PriceChartSkeleton_lineTwoMobile__Du46q{margin-bottom:2.25rem}.PriceChart_wrapper__zHynl{overflow:hidden;padding:.5rem 0 0;border-radius:.5rem;background:var(--white);isolation:isolate}.PriceChart_lockedWrapper__i_Wc6{cursor:loading;pointer-events:none}.PriceChart_wrapper__zHynl .swiper{padding-bottom:3rem}.PriceChart_mobileWrapper__9H1p1 .swiper{padding-bottom:0}.PriceChart_wrapper__zHynl .swiper-wrapper{height:4.75rem;align-items:flex-end}.PriceChart_slide__kbHYj.PriceChart_slide__kbHYj{width:2.1875rem;height:4.75rem}.PriceChart_mobileSlide__GrExJ.PriceChart_mobileSlide__GrExJ{width:1.5rem;height:4.75rem}.PriceChart_leftArrow__7KoTz{height:2.25rem}.PriceChart_leftArrow__7KoTz path{fill:var(--grey2)}.PriceChart_rightArrow__zJvfu{height:2.25rem}.PriceChart_rightArrow__zJvfu path{fill:var(--grey2)}.PriceChart_rightArrowWrapper___XJTQ{right:0}.PriceChart_leftArrowWrapper__gTbyk,.PriceChart_rightArrowWrapper___XJTQ{position:absolute;z-index:1;top:0;display:flex;width:1.75rem;height:100%;justify-content:center;padding-top:1.25rem;background:var(--white)}.PriceChart_leftArrowWrapper__gTbyk{left:0}.GoodbyeMessage_container__5Liwz{display:flex;flex-direction:column;align-items:center;padding:1.75em 1em 1em}@media (min-width:992px){.GoodbyeMessage_container__5Liwz{width:37.5rem;padding:2.25em 0 1.5em}}.GoodbyeMessage_text___xAeV{margin-top:1em;color:var(--black-base);font-size:1.25rem;font-weight:700;text-align:center;white-space:pre-line;font-size:1.125rem;line-height:1.375rem}.GoodbyeMessage_flamingo__JooD5{width:10.375rem;height:6.125rem}