/* FunIceland homepage tour-category chooser */
#site .fi-home-highlights--pending {
  left: -1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: -1px;
  width: 1px;
  z-index: -1;
}

#site .fi-home-highlights__mobile-video {
  display: none;
}

#site .hero-image-section .item > .fi-home-highlights {
  color: #ffffff;
  margin: 0 auto;
  max-width: 1080px;
  padding: 42px 24px 34px;
  position: relative;
  text-align: center;
  z-index: 3;
}

#site .fi-home-highlights__inner {
  margin: 0 auto;
  max-width: 980px;
}

#site .fi-home-highlights__eyebrow {
  color: #b9ddff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 6px;
  text-transform: uppercase;
}

#site .fi-home-highlights h1 {
  color: #ffffff;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 12px rgba(5, 26, 51, 0.55);
}

#site .fi-home-highlights__intro {
  color: #f3f8fc;
  font-size: 19px;
  line-height: 1.45;
  margin: 8px 0 20px;
  text-shadow: 0 1px 8px rgba(5, 26, 51, 0.6);
}

#site .fi-home-highlights__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 0 auto;
}

#site .fi-home-highlights__card {
  align-items: flex-end;
  background-color: #174e86;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 124px;
  overflow: hidden;
  padding: 12px 11px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#site .fi-home-highlights__card::before {
  background: linear-gradient(to top, rgba(6, 28, 53, 0.9), rgba(6, 28, 53, 0.08) 70%);
  content: "";
  inset: 0;
  position: absolute;
}

#site .fi-home-highlights__card span {
  position: relative;
}

#site .fi-home-highlights__card:hover,
#site .fi-home-highlights__card:focus {
  border-color: #ffffff;
  box-shadow: 0 7px 18px rgba(4, 24, 48, 0.38);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transform: translateY(-3px);
}

#site .fi-home-highlights__card:focus {
  outline: 2px solid #ff6934;
  outline-offset: 2px;
}

#site .fi-home-highlights__cta {
  align-items: center;
  background: #f4511e;
  border: 1px solid #ff8a62;
  border-radius: 5px;
  box-shadow: 0 5px 13px rgba(80, 24, 9, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  line-height: 1;
  margin-top: 21px;
  min-height: 43px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#site .fi-home-highlights__cta:hover,
#site .fi-home-highlights__cta:focus {
  background: #e94514;
  box-shadow: 0 7px 16px rgba(80, 24, 9, 0.36);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}

#site .fi-home-highlights__cta:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

#site .fi-home-highlights__cta .material-icons {
  font-size: 18px;
}

@media (max-width: 767px) {
  #site .hero-image-section .video-wrapper .fi-home-highlights__mobile-video {
    display: block;
    height: 100%;
    width: 100%;
  }

  #site .hero-image-section .video-wrapper .fi-home-highlights__mobile-video video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  #site .hero-image-section .item > .fi-home-highlights {
    padding: 29px 16px 24px;
  }

  #site .fi-home-highlights h1 {
    font-size: 32px;
  }

  #site .fi-home-highlights__intro {
    font-size: 16px;
    margin-bottom: 16px;
  }

  #site .fi-home-highlights__cards {
    -ms-overflow-style: none;
    grid-auto-columns: minmax(145px, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: none;
  }

  #site .fi-home-highlights__cards::-webkit-scrollbar {
    display: none;
  }

  #site .fi-home-highlights__card {
    min-height: 118px;
  }

  #site .fi-home-highlights__cta {
    margin-top: 14px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  #site .fi-home-highlights h1 {
    font-size: 27px;
  }

  #site .fi-home-highlights__card {
    font-size: 14px;
  }
}
