/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-homepage-hero {
  padding-top: 0;
}
.block-homepage-hero__slide {
  height: calc(100vh - 4rem);
  min-height: 37.5rem;
  overflow: hidden;
  padding-bottom: clamp(1.6875rem, -3.7704439252rem + 11.3707165109vw, 6.25rem);
  position: relative;
}
@media (min-width: 75rem) {
  .block-homepage-hero__slide {
    height: calc(100vh - 6.375rem);
  }
}
.block-homepage-hero__slide, .block-homepage-hero__slide.slick-slide {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide > .container {
    max-width: none;
    padding-left: 12%;
    padding-right: 0;
  }
}
.block-homepage-hero__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-homepage-hero__figure::after {
  content: "";
  display: block;
  height: 57.212%;
  height: 75%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-homepage-hero__figure img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.block-homepage-hero__slide-trip-content {
  width: 10.5rem;
  position: relative;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-content {
    width: auto;
    position: static;
  }
}
.block-homepage-hero__slide-trip-content::before {
  content: "";
  display: block;
  width: calc(100% + 3.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: -3.25rem;
  top: -1rem;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-content::before {
    width: 100%;
    left: 0.9375rem;
    top: -0.75rem;
  }
}
.block-homepage-hero__slide-title {
  margin: 0;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-title {
    max-width: 48.125rem;
    font-size: 6.25rem;
    line-height: 5rem;
  }
}
.block-homepage-hero__slide-trip-video-button {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-video-button {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.block-homepage-hero__slide-trip-video-button::after {
  content: "\ea2f";
  font-family: "iconfont-oars";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cf3339;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-video-button::after {
    font-size: 0.8125rem;
  }
}
@media (min-width: 48rem) {
  .block-homepage-hero__content-1 {
    padding-bottom: 0.9375rem;
  }
}
.block-homepage-hero__content-2 {
  display: flex;
  margin-top: 3.375rem;
}
@media (min-width: 48rem) {
  .block-homepage-hero__content-2 {
    margin-top: 0;
  }
}
.block-homepage-hero__slide-trip-title {
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: ff-good-headline-web-pro, sans-serif;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-title {
    max-width: 13.9375rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.block-homepage-hero__slide-trip-location {
  display: block;
}
.block-homepage-hero__slide-trip-location:not([class*=is-style]) {
  display: none;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slide-trip-location:not([class*=is-style]) {
    margin-bottom: 0.125rem;
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
  }
}
.block-homepage-hero .c-btn-tertiary {
  font-size: clamp(0.75rem, 0.4509345794rem + 0.6230529595vw, 1rem);
  line-height: 1.125rem;
  color: #fff;
}
.block-homepage-hero .c-btn-tertiary::before {
  background-color: #fff;
  transform: translateX(-100%);
}
.block-homepage-hero .c-btn-tertiary:hover, .block-homepage-hero .c-btn-tertiary:focus {
  color: #fff;
}
.block-homepage-hero .c-btn-tertiary:hover::before, .block-homepage-hero .c-btn-tertiary:focus::before {
  transform: translateX(-5px);
}
.block-homepage-hero .c-btn-tertiary::after {
  content: "\ea18";
  font-family: "iconfont-oars";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0.25rem;
}
.block-homepage-hero__slides-progress {
  display: none;
}
@media (min-width: 48rem) {
  .block-homepage-hero__slides-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 4.167%;
    bottom: 12.5rem;
  }
  .block-homepage-hero__slides-progress::after {
    content: "";
    position: absolute;
    bottom: -65.625rem;
    left: 5px;
    width: 1px;
    height: 62.5rem;
    background-color: #f5b335;
    z-index: 9;
  }
}
.block-homepage-hero__slides-progress-count, .block-homepage-hero__slides-progress-total {
  font-size: 0.75rem;
  line-height: 1;
  font-family: ff-good-headline-web-pro, sans-serif;
  color: #fff;
}
.block-homepage-hero__slides-progress-bar {
  margin: 0.375rem 0;
  height: 11.375rem;
  width: 1px;
  background-color: #fff;
  position: relative;
}
.block-homepage-hero__slides-progress-bar-slider {
  background-color: #fff;
  height: 7rem;
  width: 0.1875rem;
  position: absolute;
  top: 0;
  left: -1px;
  transition: top 300ms ease;
}
@media (min-width: 48rem) {
  .block-homepage-hero + .block-adventure-finder {
    margin-top: -7.5rem;
    margin-bottom: 2.625rem;
  }
}