:root {
  --bffsp-spacing-1: clamp(20px, 2.23vw + 7.14px, 50px);
  --bffsp-spacing-2: clamp(40px, 4.46vw + 14.29px, 100px);
}

main {
  color: #000000;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  background-size: 800px;
}

.header-banners-super {
  display: none !important;
}

.fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--play {
  display: none !important;
}

.bffsp {
  position: relative;
}
.bffsp.has-intro {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.bffsp .animated {
  transition: 0.475s ease-in-out all;
}
.bffsp [animate] {
  opacity: 0;
  transform: translateY(clamp(60px, 4.84vw + 32.14px, 125px));
}
.bffsp h1,
.bffsp h2,
.bffsp blockquote {
  font-family: "American Type";
  color: #000000;
  text-align: center;
  line-height: 0.8em;
}
.bffsp h1 {
  font-size: 4rem;
  margin-top: 50px;
}
.bffsp h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  margin-top: 25px;
  font-weight: 400;
}
.bffsp blockquote {
  padding: var(--bffsp-spacing-1) 0;
  font-size: 3rem;
  line-height: 1.2em;
  font-family: "Tiempos Fine";
}
.bffsp h4,
.bffsp p {
  font-family: "American Type";
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
}
.bffsp h4.credits,
.bffsp p.credits {
  font-size: 1em;
  margin-top: var(--bffsp-spacing-2);
}
.bffsp-hero {
  height: calc(100vh - 50px);
  background-size: cover;
  background-position: center center;
}
.bffsp-content {
  padding-right: clamp(20px, 1.86vw + 9.29px, 45px);
}
.bffsp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--bffsp-spacing-2);
}
.bffsp-cover {
  width: 100%;
  height: calc((var(--vh, 1svh) * 90) - 50px);
  min-height: clamp(550px, -7.44vw + 592.86px, 450px);
  padding: var(--bffsp-spacing-1) 0;
}
@media (max-width: 766px) and (orientation: portrait) {
  .bffsp-cover {
    height: auto;
    min-height: auto;
  }
}
.bffsp-cover__media {
  height: 100%;
  margin: auto;
  aspect-ratio: 0.64;
  background-color: #CBCBCB;
}
@media (max-width: 766px) and (orientation: portrait) {
  .bffsp-cover__media {
    width: 85%;
    height: auto;
  }
}
.bffsp-cover__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bffsp-gallery {
  overflow: auto;
  position: relative;
  width: 60%;
  margin: var(--bffsp-spacing-2) 0;
  outline: 2px solid #000000 !important;
  outline-offset: 1em;
}
.bffsp-gallery--container {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.bffsp-gallery--container.single {
  pointer-events: none;
}
.bffsp-gallery--container.single .swiper-button-next, .bffsp-gallery--container.single .swiper-button-prev {
  display: none;
}
.bffsp-gallery--container .swiper-button-next {
  right: 15%;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .bffsp-gallery--container .swiper-button-next {
    right: 10%;
  }
}
.bffsp-gallery--container .swiper-button-prev {
  left: 15%;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .bffsp-gallery--container .swiper-button-prev {
    left: 10%;
  }
}
.bffsp-gallery__item {
  aspect-ratio: 0.8;
  background-color: #ffffff;
}
.bffsp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bffsp-gallery__item img[data-fancybox] {
  cursor: pointer;
}
.bffsp-intro {
  position: fixed;
  top: 50px;
  width: 100%;
  height: calc((var(--vh, 1svh) * 100) - 50px);
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--bffsp-spacing-1);
  z-index: 2;
  transition: 0.425s ease-in-out opacity;
}
.bffsp-intro.is-complete {
  opacity: 0;
}
.bffsp-intro img {
  width: 100%;
}
.bffsp-intro__badge, .bffsp-intro__claim {
  opacity: 0;
}
.bffsp-intro__badge {
  width: clamp(100px, 9.3vw + 46.43px, 225px);
  transform: translateY(100%);
}
.bffsp-intro__logo {
  width: clamp(275px, 26.04vw + 125px, 625px);
  padding: var(--bffsp-spacing-1) 0;
}
.bffsp-intro__logo--container {
  position: relative;
}
.bffsp-intro__logo--container > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  z-index: 2;
}
.bffsp-intro__claim {
  width: clamp(200px, 11.16vw + 135.71px, 350px);
  transform: translateY(-100%);
}

.is--desktop {
  display: block;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .is--desktop {
    display: none;
  }
}

.is--mobile {
  display: none;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .is--mobile {
    display: block;
  }
}

@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/Tiempos-Fine.woff2") format("woff2"), url("../fonts/Tiempos-Fine.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
::selection {
  background-color: #ffffff;
}