.module-footer{width:100%}.module-footer__main{background-color:var(--color-footer-bg);padding:var(--space-16)var(--space-6)}@media (min-width:1024px){.module-footer__main{padding:var(--space-20)var(--space-20)}}@media (min-width:1440px){.module-footer__main{padding:var(--space-20)120px}}.module-footer__container{align-items:center;gap:var(--space-12);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.module-footer__container{align-items:flex-start;gap:var(--space-6);flex-direction:row}}.module-footer__sidebar{align-items:center;gap:var(--space-10);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.module-footer__sidebar{flex-shrink:0;align-items:flex-start;width:282px}}.module-footer__hotel-logo{justify-content:center;height:64px;display:flex}@media (min-width:1024px){.module-footer__hotel-logo{justify-content:flex-start;height:136px}}.module-footer__hotel-logo-img{object-fit:contain;width:auto;height:100%}.module-footer__sidebar-sections{display:none}@media (min-width:1024px){.module-footer__sidebar-sections{gap:var(--space-10);flex-direction:column;width:100%;display:flex}}.module-footer__social-section{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:1024px){.module-footer__social-section{align-items:flex-start}}.module-footer__social-icons{gap:var(--space-2);display:flex}@media (min-width:640px){.module-footer__social-icons{gap:var(--space-4)}}.module-footer__social-link{border:1px solid var(--color-footer-social-border);border-radius:var(--radius-full);width:32px;height:32px;transition:background-color var(--transition-normal);background:0 0;justify-content:center;align-items:center;text-decoration:none;display:flex}.module-footer__social-link:hover{background-color:var(--color-footer-social-border)}.module-footer__social-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__social-icon{object-fit:contain;width:20px;height:20px}.module-footer__app-section{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:1024px){.module-footer__app-section{align-items:flex-start}}.module-footer__app-badges{gap:var(--space-3);display:flex}.module-footer__app-badge-link{text-decoration:none;display:block}.module-footer__app-badge-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__app-badge{width:auto;height:36px}.module-footer__content{gap:var(--space-8);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.module-footer__content{gap:var(--space-10);flex:1}}.module-footer__row{align-items:center;gap:var(--space-8);text-align:center;flex-flow:column wrap;display:flex}@media (min-width:1024px){.module-footer__row{align-items:flex-start;gap:var(--space-6);text-align:left;flex-direction:row}}.module-footer__row--desktop-only{display:none}@media (min-width:1024px){.module-footer__row--desktop-only{display:flex}}.module-footer__block{gap:var(--space-3);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.module-footer__block{flex-shrink:0;width:282px}}.module-footer__block--desktop-only{display:none}@media (min-width:1024px){.module-footer__block--desktop-only{display:flex}}.module-footer__label{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--font-weight-bold,700);line-height:var(--leading-tight);color:var(--color-footer-label);text-transform:uppercase;margin:0}.module-footer__phone{font-family:var(--font-body);font-size:var(--text-xl);font-weight:var(--font-weight-medium,500);line-height:var(--leading-normal);color:var(--color-footer-body);margin:0}.module-footer__caption{font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-footer-caption);margin:0}.module-footer__body-text{font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-footer-body);margin:0}.module-footer__contact-details{gap:var(--space-1);flex-direction:column;display:flex}.module-footer__address-lines{font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-footer-body)}.module-footer__address-line{margin:0}.module-footer__cta-link{font-family:var(--font-heading);font-size:var(--text-sm);font-weight:var(--font-weight-bold,700);color:var(--color-footer-cta);text-transform:uppercase;border-bottom:1px solid var(--color-footer-cta);padding-bottom:var(--space-1);transition:opacity var(--transition-normal);align-self:center;text-decoration:none;display:inline-block}@media (min-width:1024px){.module-footer__cta-link{align-self:flex-start}}.module-footer__cta-link:hover{opacity:.7}.module-footer__cta-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__link-list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.module-footer__link-item{margin:0}.module-footer__link{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-medium,500);line-height:var(--leading-tight);color:var(--color-footer-link);transition:opacity var(--transition-normal);text-decoration:none}.module-footer__link:hover{opacity:.7}.module-footer__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__collapsibles{gap:var(--space-4);margin-top:var(--space-12);flex-direction:column;max-width:312px;margin-left:auto;margin-right:auto;display:flex}@media (min-width:1024px){.module-footer__collapsibles{display:none}}.module-footer__collapsible{width:100%}.module-footer__collapsible-trigger{width:100%;height:56px;padding:var(--space-2)var(--space-6);background-color:var(--color-footer-collapsed-bg);border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition-normal);border:none;justify-content:space-between;align-items:center;display:flex}.module-footer__collapsible-trigger:hover{opacity:.9}.module-footer__collapsible-trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__collapsible-title{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--font-weight-bold,700);color:var(--color-footer-label);text-transform:uppercase}.module-footer__collapsible-icon{color:var(--color-footer-label);transition:transform var(--transition-normal);flex-shrink:0}.module-footer__collapsible-icon--open{transform:rotate(180deg)}.module-footer__collapsible-content{max-height:0;transition:max-height var(--transition-slow),padding var(--transition-slow);padding:0 var(--space-6);overflow:hidden}.module-footer__collapsible-content--open{max-height:300px;padding:var(--space-4)var(--space-6)}.module-footer__mobile-extras{align-items:center;gap:var(--space-10);margin-top:var(--space-12);flex-direction:column;display:flex}@media (min-width:1024px){.module-footer__mobile-extras{display:none}}.module-footer__brands{background-color:var(--color-footer-hotels-bg);padding:var(--space-8)var(--space-6);border-bottom:1px solid var(--color-footer-body)}@media (min-width:1024px){.module-footer__brands{padding:var(--space-6)120px}}.module-footer__brands-container{align-items:center;gap:var(--space-6);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.module-footer__brands-container{flex-direction:row;justify-content:space-between;align-items:center}}.module-footer__signature-logo{justify-content:center;display:flex}.module-footer__signature-logo-img{object-fit:contain;width:auto;height:52px}@media (min-width:1024px){.module-footer__signature-logo-img{height:57px}}.module-footer__brand-logos{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (min-width:1024px){.module-footer__brand-logos{gap:var(--space-10);flex-wrap:nowrap;justify-content:flex-end}}.module-footer__brand-logo{justify-content:center;align-items:center;width:148px;height:46px;display:flex}@media (min-width:1024px){.module-footer__brand-logo{width:auto;height:38px}}.module-footer__brand-logo-link{align-items:center;text-decoration:none;display:flex}.module-footer__brand-logo-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.module-footer__brand-logo-img{object-fit:contain;width:auto;max-height:100%}.module-footer__legal{background-color:var(--color-footer-bottom-bg);padding:var(--space-4)var(--space-6)}@media (min-width:1024px){.module-footer__legal{padding:var(--space-4)120px}}.module-footer__legal-container{align-items:center;gap:var(--space-3);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}@media (min-width:1024px){.module-footer__legal-container{flex-direction:row;justify-content:space-between}}.module-footer__copyright{font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-footer-rights);margin:0}.module-footer__legal-links{gap:var(--space-4);display:flex}@media (min-width:1024px){.module-footer__legal-links{gap:var(--space-6)}}.module-footer__legal-link{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-medium,500);line-height:var(--leading-tight);color:var(--color-footer-policy);transition:opacity var(--transition-normal);text-decoration:none}.module-footer__legal-link:hover{opacity:.7}.module-footer__legal-link:focus-visible{outline:2px solid var(--color-footer-policy);outline-offset:2px}
.hero-simple{background-color:var(--color-hero-simple-bg,var(--color-bg));width:100%}.hero-simple__container{justify-content:flex-end;align-items:flex-start;gap:var(--space-4);width:100%;max-width:var(--container-max,1440px);padding:var(--space-16)var(--space-6);flex-direction:column;margin:0 auto;display:flex}@media (min-width:1024px){.hero-simple__container{align-items:flex-end;gap:var(--space-16);padding:var(--space-16)120px;flex-direction:row}}@media (min-width:1440px){.hero-simple__container{gap:126px}}.hero-simple__heading{gap:var(--space-4);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.hero-simple__heading{gap:var(--space-6);flex-shrink:0;width:50%}}.hero-simple__label{font-family:var(--font-body);font-size:var(--text-lg);font-weight:var(--font-weight-bold,700);line-height:var(--leading-normal);color:var(--color-hero-simple-label,var(--color-primary));text-transform:uppercase;margin:0}@media (min-width:1024px){.hero-simple__label{font-size:var(--text-xl)}}.hero-simple__title{font-family:var(--font-heading);font-size:var(--text-5xl);font-weight:var(--font-weight-medium,500);color:var(--color-hero-simple-heading,var(--color-secondary));margin:0;line-height:1.08}@media (min-width:1024px){.hero-simple__title{font-size:var(--text-6xl);line-height:1.05}}.hero-simple__body-section{gap:var(--space-4);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.hero-simple__body-section{gap:var(--space-6);width:50%;padding-top:var(--space-20);flex-shrink:0}}.hero-simple__body{font-family:var(--font-body);font-size:var(--text-lg);font-weight:var(--font-weight-normal,400);line-height:var(--leading-normal);color:var(--color-hero-simple-body,var(--color-text));margin:0}.hero-simple__actions{align-items:center;gap:var(--space-4);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.hero-simple__actions{align-items:center;gap:var(--space-6);flex-direction:row}}.hero-simple__cta-primary{min-width:100%;height:48px;padding:0 var(--space-6);background-color:var(--color-hero-simple-btn-bg,var(--color-secondary));color:var(--color-hero-simple-btn-text,#fff);font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-bold,700);line-height:var(--leading-normal);text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;transition:opacity var(--transition-normal);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (min-width:1024px){.hero-simple__cta-primary{min-width:auto}}.hero-simple__cta-primary:hover{opacity:.85}.hero-simple__cta-primary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.hero-simple__cta-secondary{height:48px;transition:opacity var(--transition-normal);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hero-simple__cta-secondary:hover{opacity:.7}.hero-simple__cta-secondary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.hero-simple__cta-secondary-text{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-bold,700);line-height:var(--leading-normal);color:var(--color-hero-simple-btn-secondary,var(--color-secondary));text-transform:uppercase;white-space:nowrap;border-bottom:1px solid var(--color-hero-simple-btn-secondary,var(--color-secondary));padding-bottom:var(--space-1)}
