/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/homepage-hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* Responsive Queries
========================================================= */
/* Media Breakpoints
========================================================= */
/* Between Breakpoints
========================================================= */
/* Fonts (fonts defined in theme.json)
========================================================= */
/* BG Image
========================================================= */
/* EM to PX
========================================================= */
/* REM to PX
========================================================= */
/* Global Transition ( property, duration, easing )
========================================================= */
/* Clamp Dynamic Resize
========================================================= */
/* Buttons
========================================================= */
/* Form Inputs
========================================================= */
/* Additional Helper Mixins
========================================================= */
.homepage-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homepage-slider .chevron-left,
.homepage-slider .chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 320 512%27%3E%3Cpath fill=%27white%27 d=%27M2.3 250.3c-3.1 3.1-3.1 8.2 0 11.3l216 216c3.1 3.1 8.2 3.1 11.3 0s3.1-8.2 0-11.3L19.3 256 229.7 45.7c3.1-3.1 3.1-8.2 0-11.3s-8.2-3.1-11.3 0l-216 216z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 100;
  transition: all 200ms ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .homepage-slider .chevron-left,
  .homepage-slider .chevron-right {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
}
.homepage-slider .chevron-left {
  left: 60px;
}
@media only screen and (max-width: 1024px) {
  .homepage-slider .chevron-left {
    left: 10px !important;
  }
}
.homepage-slider .chevron-right {
  transform: scaleX(-1) translateY(-50%);
  right: 60px;
}
@media only screen and (max-width: 1024px) {
  .homepage-slider .chevron-right {
    right: 10px !important;
  }
}
.homepage-slider.hover-left .chevron-left {
  opacity: 1;
  left: 50px;
}
.homepage-slider.hover-right .chevron-right {
  opacity: 1;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .homepage-slider {
    height: 500px;
  }
}
.homepage-slide-entry {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  filter: grayscale(100%);
  transition: filter 1000ms ease-in-out;
}
.homepage-slide-entry img {
  display: block;
  margin: 0 auto;
  transition: width 1000ms ease-in-out;
}
.homepage-slide-entry:not(:first-child) .homepage-slide-entry-caption {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.98) translateY(-50%);
}
.homepage-slide-entry.active {
  filter: grayscale(0%);
}
.homepage-slide-entry.active img {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .homepage-slide-entry.active img {
    width: 75%;
  }
}
.homepage-slide-entry.next img {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .homepage-slide-entry.next img {
    width: 85%;
  }
}
.homepage-slide-entry.prev img {
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .homepage-slide-entry.prev img {
    width: 95%;
  }
}
.homepage-slide-entry.bottom {
  transition-duration: 0s;
}
.homepage-slide-entry.bottom img {
  transition-duration: 0s;
}
.homepage-slide-entry-image {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 200ms ease-in-out;
}
.homepage-slide-entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.5));
}
.homepage-slide-entry-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 6rem;
  text-align: center;
  width: 100%;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .homepage-slide-entry-caption {
    font-size: 2rem;
  }
}
.homepage-slide-entry-caption div:nth-child(2) {
  font-weight: 500;
}

/*# sourceMappingURL=style-index.css.map*/