/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_image_hotpoints__swiper__i figure picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_image_hotpoints__swiper__i figure picture picture, .sn_image_hotpoints__swiper__i figure picture img {
  width: 100%;
  height: 100%;
}
.sn_image_hotpoints__swiper__i figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sn_image_hotpoints {
  overflow: hidden;
}
.sn_image_hotpoints__canvas {
  position: relative;
}
.sn_image_hotpoints__canvas__i {
  position: absolute;
  z-index: 10;
  transform: translate3d(-50%, calc(-100% - 3.125rem), 0);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
@media only screen and (min-width: 36em) {
  .sn_image_hotpoints__canvas__i {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 75em) {
  .sn_image_hotpoints__canvas__i {
    margin-top: 0;
  }
}
.sn_image_hotpoints__canvas__i:hover svg-sprite {
  color: #F3BB3F;
}
.sn_image_hotpoints__canvas__i svg-sprite {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.35s ease;
}
@media only screen and (min-width: 75em) {
  .sn_image_hotpoints__canvas__i svg-sprite {
    width: 2.125rem;
    height: 2.125rem;
    margin-bottom: 0.375rem;
  }
}
.sn_image_hotpoints__canvas__i .line {
  border-left: 0.0625rem dashed #fff;
  height: 1.25rem;
  margin-top: 0.3125rem;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media only screen and (min-width: 75em) {
  .sn_image_hotpoints__canvas__i .line {
    height: 3.125rem;
    margin-top: 0.625rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_image_hotpoints__canvas__i .title {
    display: none;
  }
}
@media only screen and (min-width: 62em) and (max-width: 74.99em) {
  .sn_image_hotpoints__canvas__i .title {
    font-size: 1rem;
  }
}
.sn_image_hotpoints__canvas__btn {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  left: 0;
  text-align: center;
  pointer-events: none;
  z-index: 20;
}
.sn_image_hotpoints__canvas__btn a, .sn_image_hotpoints__canvas__btn button {
  pointer-events: auto;
}
.sn_image_hotpoints__swiper {
  overflow: visible;
}
.sn_image_hotpoints__swiper > .swiper-wrapper > .swiper-slide {
  width: calc((100% - 0.05rem) / 1.05);
  margin-right: 1rem;
}
.sn_image_hotpoints__swiper__i figure {
  aspect-ratio: 342/264;
  position: relative;
}