/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/image-cover/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.image-cover {
  min-height: 50rem;
  height: calc(100vh - 11rem);
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image-cover > div:not(.scroll-container) {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  padding-left: calc((100vw - 144rem) / 2);
  padding-right: calc((100vw - 144rem) / 2);
  overflow: hidden;
  position: relative;
  padding-bottom: 9rem;
  padding-top: 9.6rem;
}
.image-cover > div:not(.scroll-container) > div {
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
}
.image-cover > div:not(.scroll-container) > div .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: auto;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem;
}
.image-cover > div:not(.scroll-container) > div .text-container > .q16 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-cover > div:not(.scroll-container) > div .text-container .opacity-bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  right: 0;
  bottom: -0.5rem;
  height: 100%;
  background-color: black;
}
.image-cover > div:not(.scroll-container):hover {
  cursor: pointer;
}
.image-cover .scroll-container {
  position: absolute;
  width: 400%;
  bottom: 5.1rem;
}
.image-cover .scroll-svg {
  position: -webkit-sticky;
  position: sticky;
  left: calc((100vw - 144rem) / 2 + 66.8rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-cover .scroll-svg svg {
  opacity: 0.2;
}
.image-cover .scroll-svg svg:not(:last-of-type) {
  margin-right: 0.8rem;
}
.image-cover .scroll-svg svg.selected {
  opacity: 1;
}
.image-cover .scroll-svg svg:hover {
  cursor: pointer;
}
.image-cover img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0px;
  top: 0rem;
}
.image-cover .image-phone {
  display: none;
}
.image-cover .r40 {
  margin-bottom: 2rem;
  max-width: 57rem;
  margin-left: 12.8rem;
  color: attr(data-color);
}
.image-cover p:last-of-type {
  margin-bottom: 2.7rem;
  margin-left: 12.8rem;
  max-width: 50.7rem;
  color: attr(data-color);
}
.image-cover .cta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 12.8rem;
  z-index: 1;
}
.image-cover .arrow-left, .image-cover .arrow-right {
  -ms-grid-row-align: center;
      align-self: center;
  width: 2.25rem;
  height: 3.8rem;
}
.image-cover .arrow-left:hover, .image-cover .arrow-right:hover {
  cursor: pointer;
}
.image-cover .arrow-left {
  position: absolute;
  display: none;
  left: max(6.4rem, (100vw - 144rem) / 2 + 6.4rem);
}
.image-cover .arrow-right {
  position: absolute;
  display: none;
  right: max(6.4rem, (100vw - 144rem) / 2 + 6.4rem);
}

.image-cover:first-of-type {
  top: -9.6rem;
  margin-bottom: -9.6rem;
}

@media only screen and (max-width: 900px) {
  .image-cover:first-of-type {
    top: -6rem;
    margin-bottom: -6rem;
  }
  .image-cover .image-phone {
    display: block;
  }
  .image-cover .r40 {
    margin-left: 0;
  }
  .image-cover .image-desktop {
    display: none;
  }
  .image-cover .text-container {
    padding: 0 2.4rem;
  }
  .image-cover > div:not(.scroll-container) {
    padding-top: 6rem;
  }
  .image-cover > div:not(.scroll-container) h2, .image-cover > div:not(.scroll-container) p:last-of-type, .image-cover > div:not(.scroll-container) .cta {
    margin-left: 0;
  }
  .image-cover > div:not(.scroll-container) p:last-of-type {
    font-size: 1.8rem;
  }
  .image-cover .scroll-container {
    display: none;
  }
  .image-cover svg {
    display: none;
  }
}

/*# sourceMappingURL=style-image-cover.css.map*/