<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  --outline-color-default-global: #0c0c0b;
  --outline-color-default: #0c0c0b;
  --outline-color-error: #931b23;
}

*:focus,
*:focus-visible {
  outline-offset: 2px;
}

.mouseevents *:focus {
  outline: 0;
}

.keyevents *:focus {
  outline: var(--outline-color-default, var(--outline-color-default-global)) solid 2px;
}

:root {
  --default-font-fallbacks: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.site-branding {
  display: flex;
}
.site-branding .logo-wrapper {
  display: flex;
}
.site-branding .logo {
  width: auto;
}
.site-branding .logo-link {
  outline-offset: -2px;
}
@media (max-width: 1071px) {
  .site-branding .logo--desktop {
    display: none;
  }
}
@media (min-width: 1072px) {
  .site-branding .logo--mobile {
    display: none;
  }
}
.site-branding .product-title {
  display: inline-flex;
  margin-left: 5px;
  align-self: center;
  font-feature-settings: normal;
  font-family: "Nantes", var(--localized-font-fallback), var(--default-font-fallbacks);
  letter-spacing: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-branding .product-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1071px) {
  .site-branding .product-title {
    font-size: 20px;
  }
}
@media (min-width: 1072px) {
  .site-branding .product-title {
    font-size: 24px;
  }
}
@media (max-width: 1071px) {
  .site-branding .product-title {
    line-height: 24px;
  }
}
@media (min-width: 1072px) {
  .site-branding .product-title {
    line-height: 28px;
  }
}
.site-branding a {
  text-decoration: none;
}

.footer .navbar-group-before a,
.footer .navbar-group-after a, .footer ul.menu .menu-item a, .footer .menu--social-networks .menu-item a {
  display: inline;
  text-decoration: none;
}
.footer .navbar-group-before a svg,
.footer .navbar-group-after a svg, .footer ul.menu .menu-item a svg, .footer .menu--social-networks .menu-item a svg {
  vertical-align: middle;
  fill: currentColor;
}

.footer ul.menu {
  padding: 0;
}
.footer .menu-item {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.footer ul.menu .menu-item a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.footer ul.menu .menu-item a:hover {
  text-decoration: underline;
}
.footer .menu--legal, .footer .menu--business-info-legal {
  display: flex;
  justify-content: center;
  width: auto;
  flex-wrap: wrap;
}
.footer .menu--legal .menu-item, .footer .menu--business-info-legal .menu-item {
  margin-right: 24px;
}
.footer .menu--social-networks {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  margin: 0;
  line-height: 1;
  color: inherit;
}
.footer .menu--social-networks .menu-item {
  margin-inline-end: 16px;
}
.footer .menu--social-networks .menu-item a:focus, .footer .menu--social-networks .menu-item a:hover {
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.4);
}
.footer .menu--social-networks .menu-item a .icon {
  display: block;
  width: 18px;
  height: 18px;
}
.footer .menu--social-networks .menu-item .link-social {
  display: inline-block;
  line-height: initial;
  padding: 4px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.footer .menu--booking-holdings-logos {
  margin-top: 24px;
  text-align: center;
}
.footer .menu--booking-holdings-logos .item {
  display: inline-block;
  margin: 0 16px;
}
@media (min-width: 768px) and (max-width: 1071px) {
  .footer .menu--booking-holdings-logos .item {
    margin: 0 12px;
  }
}
.footer .menu--booking-holdings-logos .logo {
  height: 28px;
  width: 122px;
}
.footer .menu--booking-holdings-logos .logo.booking {
  height: 28px;
  width: 92px;
}
.footer .menu--booking-holdings-logos .logo.kayak {
  width: 89px;
}
.footer .menu--booking-holdings-logos .logo.opentable {
  width: 98px;
  height: 24px;
}
.footer .menu--booking-holdings-logos .logo.priceline {
  width: 92px;
}
.footer .menu--booking-holdings-logos .logo.agoda {
  width: 48px;
}
.footer .menu--booking-holdings-logos .logo.rentalcars {
  width: 122px;
}
.footer .menu--booking-holdings-logos {
  margin-top: 24px;
}
.footer .menu--booking-holdings-logos .item {
  margin: 0 32px 0 0;
}
@media (min-width: 768px) and (max-width: 1071px) {
  .footer .menu--booking-holdings-logos .item {
    margin: 0 24px 0 0;
  }
}

.footer .navbar-group-title {
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .navbar-group-before {
  margin-bottom: 16px;
}
.footer .navbar-group-before a,
.footer .navbar-group-after a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.footer .navbar-group-before a:hover,
.footer .navbar-group-after a:hover {
  text-decoration: underline;
}
.footer .large {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer .large {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1071px) {
  .footer .large {
    font-size: 20px;
  }
}
@media (min-width: 1072px) {
  .footer .large {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .footer .footer-row-first .navbar-group:first-child {
    margin-left: 0;
  }
}
.footer .footer-row-first .navbar-group {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer .footer-row-first .navbar-group {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 1071px) {
  .footer .footer-row-first .navbar-group {
    flex: 1 1 50%;
  }
}
@media (min-width: 1072px) {
  .footer .footer-row-first .navbar-group {
    margin-left: 16px;
    flex: 0 1 20%;
  }
}

.footer {
  --outline-color-default: #ffffff;
}

.footer {
  z-index: 0;
  padding: 55px 0 60px;
  color: #ffffff;
  background: #0c0c0b;
}
.footer * {
  font-size: 14px;
  line-height: 1.7;
}
.footer a:not(.button) {
  color: #ffffff !important;
}
.footer .footer-row-first {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 1071px) {
  .footer .footer-row-first {
    justify-content: flex-start;
  }
}
@media (min-width: 1072px) {
  .footer .footer-row-first {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer .footer-row-first &gt; .column {
    flex-grow: 1;
  }
}
.footer .footer-row-first .site-branding + .navbar-group--social-networks {
  margin-top: 32px;
}
.footer .footer-row-first .column:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-row-second {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-row-second * {
  color: rgba(255, 255, 255, 0.8);
}
.footer .booking-holdings-group {
  flex-grow: 10;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.footer.opentable .footer-row-first .column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1071px) {
  .footer.opentable .footer-row-first .column {
    flex-wrap: wrap;
  }
}
.footer.opentable .footer-row-second {
  margin-top: 16px;
}
.footer.opentable .footer-row-second:has(.navbar-group--legal) {
  justify-content: flex-start;
}
.footer.opentable .footer-row-second * {
  color: #ffffff;
}
.footer.opentable .footer-row-second .copyright {
  flex: 0 0 100%;
  margin-top: 16px;
}
.footer.opentable .footer-row-third {
  margin-top: 16px;
  border-top: 1px solid #6f737b;
}
.footer.opentable .footer-row-third .booking-holdings-group {
  margin-top: 16px;
}</pre></body></html>