@charset "UTF-8";
/**
 * Discover arrow: data URI so the icon works from any compiled CSS.
 * A file path like `url('./img/arrow.svg')` resolves relative to the generated
 * .css: OK for `scss/main.css` → `scss/img/`, broken for `blocks/.../css/*.css`.
 */
/**
 * Breakpoints
 */
/**
 * Functions
 */
/**
 * Mixin core
 */
/**
 * Full-bleed a swiper stage out of its centered container so slides (and the
 * side nav arrows anchored to it) reach the viewport edges on mobile.
 * The intro/content sibling keeps its container padding.
 *
 * $flex-centered: pass true when the target is a flex ITEM inside a
 * flex column with `align-items: center` (e.g. highlights cards-stage): the
 * flex centering already lands the 100vw box at the viewport edges, so the
 * negative inline margin must be omitted to avoid a double shift. For normal
 * block-flow parents (gallery, awards, post_preview) leave it false.
 */
section.uh-awards__section {
  padding-inline: 0;
  box-sizing: border-box;
}
section.uh-awards__section:nth-child(odd) {
  background: var(--bg-alt);
}
@media screen and (max-width: 1198px) {
  section.uh-awards__section .container {
    max-width: 100%;
  }
}

/* Awards year nav shell — pill strip markup/CSS is shared (`.uh-anchor-pills` in `_general.scss`). */
.uh-awards-years-outer {
  position: relative;
  z-index: 800;
  margin-bottom: 40px;
}
@media screen and (max-width: 1198px) {
  .uh-awards-years-outer {
    margin-bottom: 30px;
  }
}

.uh-awards-years {
  width: 100%;
  padding: 1px 0;
  box-sizing: border-box;
}

.uh-awards-years__shell {
  width: 100%;
  box-sizing: border-box;
}
.uh-awards-years__shell .uh-anchor-pills {
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.uh-awards-years-outer.is-fixed .uh-awards-years {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 801;
  width: 100%;
  padding: 10px 0;
  background: var(--bg);
  box-shadow: 0 1px 0 var(--stroke);
  box-sizing: border-box;
}
@media screen and (max-width: 1198px) {
  .uh-awards-years-outer.is-fixed .uh-awards-years {
    padding: 8px 0;
  }
}
.uh-awards-years-outer.is-fixed .uh-awards-years .uh-anchor-pills__line {
  display: none;
}

.uh-awards__section[id] {
  scroll-margin-top: clamp(72px, 14vh, 140px);
}

.uh-awards__intro-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1198px) {
  .uh-awards__intro-wrapper {
    margin-bottom: 40px;
    margin-inline: 30px;
  }
}

.uh-awards__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.uh-awards__swiper-stage {
  position: relative;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1198px) {
  .uh-awards__swiper-stage {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    margin-inline: calc(50% - 50vw);
  }
}
.uh-awards__swiper-stage.is-awards-nav-hidden .uh-swiper-nav {
  display: none;
}

.uh-awards__swiper-stage .uh-awards__swiper {
  width: 100%;
  box-sizing: border-box;
}

.uh-awards__swiper .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 1200px) {
  .uh-awards__swiper .swiper-wrapper {
    justify-content: center;
  }
}

.uh-awards__swiper .swiper-slide {
  width: 300px;
  box-sizing: border-box;
  height: auto;
  overflow: visible !important;
}

.uh-awards__swiper-stage .uh-swiper-nav {
  z-index: 4;
}

.uh-awards__swiper-stage .uh-swiper-nav--prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.uh-awards__swiper-stage .uh-swiper-nav--next {
  right: 0;
  transform: translate(50%, -50%);
}

[dir=rtl] .uh-awards__swiper-stage .uh-swiper-nav--prev {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

[dir=rtl] .uh-awards__swiper-stage .uh-swiper-nav--next {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}

.uh-swiper-nav--awards {
  border: 1px solid var(--bg-alt);
  background: var(--primary-color);
  color: var(--primary-color-as);
}
.uh-swiper-nav--awards:hover:not(:disabled) {
  background: var(--hover-color);
  color: var(--hover-color-as);
}
.uh-swiper-nav--awards i {
  font-size: 18px;
}
@media screen and (max-width: 1198px) {
  .uh-swiper-nav--awards {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .uh-swiper-nav--awards i {
    font-size: 16px;
  }
}

.uh-awards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  flex: 0 0 18%;
  max-width: 300px;
  padding: 30px 20px 20px;
  background: var(--bg-alt);
  border-radius: var(--card-radius);
  border: 1px solid var(--stroke);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 1198px) {
  .uh-awards__card {
    flex: 1;
  }
}

.uh-awards__list--swiper .uh-awards__card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.uh-awards__hotel {
  margin: 0;
  width: 100%;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  color: var(--body-color);
}

.uh-awards__media {
  width: 100%;
  background: #fff;
}

.uh-awards__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.uh-awards__award-name {
  margin: 0;
  width: 100%;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--title-color);
}

/* Mobile — Figma 473:29276 */
@media screen and (max-width: 1198px) {
  .uh-awards__section {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-inline: 16px;
  }
  .uh-awards__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .uh-awards__list--swiper {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
  }
  .uh-awards__swiper-stage .uh-awards__swiper {
    padding: 0;
  }
  .uh-awards__swiper .swiper-slide {
    width: min(300px, 100vw - 62px);
  }
  .uh-awards__grid {
    gap: 10px;
  }
  .uh-awards__card {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .uh-awards__list--swiper .uh-awards__card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .uh-awards__swiper-stage .uh-swiper-nav--prev {
    left: 0;
    transform: translate(0, -50%);
    border-radius: 0 40px 40px 0;
    border-width: 1px;
    border-left-width: 0;
    border-style: solid;
    border-color: var(--bg-alt);
    padding-right: 5px;
  }
  .uh-awards__swiper-stage .uh-swiper-nav--next {
    right: 0;
    transform: translate(0, -50%);
    border-radius: 40px 0 0 40px;
    border-width: 1px;
    border-right-width: 0;
    border-style: solid;
    border-color: var(--bg-alt);
    padding-left: 5px;
  }
  [dir=rtl] .uh-awards__swiper-stage .uh-swiper-nav--prev {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    border-radius: 40px 0 0 40px;
    border-left-width: 1px;
    border-right-width: 0;
    padding-right: 0;
    padding-left: 5px;
  }
  [dir=rtl] .uh-awards__swiper-stage .uh-swiper-nav--next {
    right: auto;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 0 40px 40px 0;
    border-right-width: 1px;
    border-left-width: 0;
    padding-left: 0;
    padding-right: 5px;
  }
}