.a87159 {
  box-sizing: border-box;
}
.a87159__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url("/assets/spec/single/87159/assets/cover-mob.png?v=2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media  all and (min-width: 1024px) {
  .a87159__header {
    height: 720px;
    background-size: auto 100%;
    background-image: url("/assets/spec/single/87159/assets/cover.png?v=2");
  }
}
.a87159__header-text {
  width: 100%;
  margin: 12px;
  max-width: 656px;
  aspect-ratio: 656 / 156;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/spec/single/87159/assets/text-mob.svg?v=2");
}
@media  all and (min-width: 540px) {
  .a87159__header-text {
    margin: 24px;
  }
}
@media  all and (min-width: 1024px) {
  .a87159__header-text {
    max-width: 706px;
    aspect-ratio: 706 / 157;
    background-image: url("/assets/spec/single/87159/assets/text.svg?v=2");
    margin: 0;
    margin-top: -54px;
  }
}
.a87159__container-sm {
  margin: 0 auto;
  width: 100%;
  max-width: 890px;
}
.a87159__container-md {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.a87159__h1 {
  color: #CCAC70;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
  letter-spacing: -1.08px;
  text-align: center;
}
@media  all and (min-width: 1024px) {
  .a87159__h1 {
    text-align: center;
    font-size: 50px;
  }
}
.a87159__h2 {
  color: #1A1A1A;
  font-family: 'PT Sans', inherit, "San Francisco", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  font-size: 18px;
  text-align: center;
}
@media  all and (min-width: 1024px) {
  .a87159__h2 {
    text-align: center;
    font-size: 20px;
  }
}
.a87159 .sp-sharer {
  width: fit-content;
  padding-bottom: 16px;
}
@media  all and (min-width: 768px) {
  .a87159 .sp-sharer {
    padding-bottom: 16px;
  }
}
.a87159 .sp-sharer--center {
  margin: 0 auto;
}
.a87159__block-header {
  color: #1A1A1A;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(204, 172, 111, 0) 0%, #CCAC6F 50%, rgba(204, 172, 111, 0) 100%);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media  all and (min-width: 768px) {
  .a87159__block-header {
    height: 60px;
    font-size: 20px;
    font-weight: 500;
  }
}
.a87159__block:after {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  background: linear-gradient(90deg, rgba(204, 172, 111, 0) 0%, #CCAC6F 50%, rgba(204, 172, 111, 0) 100%);
}
@media  all and (min-width: 768px) {
  .a87159__block:after {
    height: 60px;
    font-size: 20px;
    font-weight: 500;
  }
}
.a87159__block iframe {
  width: 100%;
  margin: 0;
  aspect-ratio: 16/9;
  padding: 0;
  display: block;
}
.a87159__comments-title {
  color: #CCAC70;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 54px */
  letter-spacing: -1.08px;
  text-align: center;
}
@media  all and (min-width: 1024px) {
  .a87159__comments-title {
    font-size: 50px;
    text-align: center;
  }
}
.a87159__collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  padding-top: 0px;
  padding-bottom: 0px;
  grid-gap: 4px;
  grid-auto-rows: minmax(160px, auto);
  grid-auto-flow: dense;
}
@media  all and (min-width: 540px) {
  .a87159__collage {
    padding-bottom: 4px;
    padding-top: 4px;
  }
}
.a87159__collage-wrapper {
  /*max-width: 1600px;*/
  margin: 0 -12px;
}
@media  all and (min-width: 540px) {
  .a87159__collage-wrapper {
    margin: 0 0;
  }
}
.a87159__collage__item {
  position: relative;
  overflow: hidden;
  background: #0c0a05;
  min-height: 100px;
}
.a87159__collage__item-link {
  display: block;
  width: 100%;
  height: 100%;
}
.a87159__collage__item-pic {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.1) rotate(2deg);
  transition: all ease 0.5s;
}
.a87159__collage__item-pic.loaded {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.a87159__collage__item:hover .a87159__collage__item-pic {
  transform: scale(1.1) rotate(2deg);
}
.a87159__collage__item:hover .a87159__collage__item-desc {
  transform: translate(0, 0);
  box-shadow: -20px 0 78px #000;
}
.a87159__collage__holder {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  pointer-events: none;
}
.a87159__collage__holder img {
  display: block;
  width: 150%;
  height: auto;
  mask-image: linear-gradient(0deg, #000, transparent, transparent);
}
.a87159 [data-ratio="2"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 120px;
}
.a87159 [data-ratio="3"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 150px;
}
.a87159__collage__item-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  transform: translate(0, 100%);
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  transition: all ease 0.7s;
  box-shadow: 0 0 12px #000;
  z-index: 2;
}
.a87159 p {
  text-align: left;
  margin-bottom: 24px;
}
@media  all and (min-width: 1024px) {
  .a87159 p {
    text-align: center;
    margin-bottom: 40px;
  }
}
a.mfp-download {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  text-decoration: none;
  border-radius: 8px;
  background: transparent;
  opacity: 0.3;
  padding: 8px 12px;
  color: white !important;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}
a.mfp-download:hover {
  opacity: 0.8;
  background: red;
}
a.mfp-download:active {
  transform: scale(0.9);
}
/*# sourceMappingURL=index.css.map */