@font-face {
  font-family: Bolivia condensed;
  src: url('../fonts/Bolivia-Condensed.woff2') format("woff2"), url('../fonts/Bolivia-Condensed.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #eee;
  font-family: Bolivia condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 110%;
}

a {
  color: #000;
  text-decoration: none;
}

ol {
  margin-top: 0;
  padding-left: 1rem;
}

li {
  text-indent: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 0;
}

.intro-text {
  margin-top: 0;
  margin-bottom: 0;
}

.intro-text.center {
  text-align: center;
}

.leader {
  flex-direction: column;
  padding-left: .5rem;
  display: flex;
}

.leader.center {
  align-items: center;
}

.bleeder {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 70vh;
}

.background-video {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.models {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo {
  z-index: 3;
  color: #eee;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.logo._100svh {
  height: 100svh;
  padding: 1rem;
  position: relative;
}

.body {
  background-color: #000;
}

.supersedia {
  z-index: 6;
  color: #000;
  height: 100svh;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
  position: relative;
}

.button {
  z-index: 999;
  cursor: pointer;
  background-color: #eee;
  border-radius: 3rem;
  width: 5rem;
  height: 5rem;
  padding-left: .125rem;
  padding-right: .125rem;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.information {
  padding: 1rem;
  display: flex;
  position: relative;
}

.model-description {
  flex: 1;
  align-self: flex-end;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 120%;
}

.intro {
  flex-direction: row;
  flex: 1;
  margin-bottom: 6rem;
  display: flex;
}

.overview {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: start;
}

.model-image {
  object-fit: cover;
  height: 100%;
}

.gradient {
  background-image: linear-gradient(#fff 23%, #0000 80%);
  align-self: stretch;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-pagination {
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
  display: inline-block;
}

.swiper-arrow:hover {
  background-color: #3732350f;
}

.swiper-arrow.button-prev {
  transform: rotate(-180deg);
}

.section.is--dark {
  color: #fff;
  background-color: #000;
  max-width: 100vw;
  overflow: hidden;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider2.tall {
  overflow: hidden;
}

.container {
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-tall_img {
  width: 100%;
  height: 85vh;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_photo {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 100%;
  margin-left: -15%;
  position: relative;
  inset: 0%;
}

.text-opacity {
  opacity: 1;
  transition: opacity .35s;
  display: none;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 33.3%;
}

.columns {
  width: 100%;
  display: flex;
}

.column-wrap {
  flex: 1;
}

.column__item-img {
  background-color: #ec6609;
}

.column__item-img.grey {
  background-color: #b1b1b1;
}

.logotype {
  z-index: 999;
  width: 100%;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logotype._100svh {
  z-index: 5;
  height: 100svh;
  position: sticky;
}

.bleed {
  border-top: .03rem dotted #000;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.imprint {
  flex: 1;
  margin-left: 1rem;
}

.adress {
  white-space: nowrap;
  margin-right: 2rem;
}

.legalinfo {
  font-size: .8rem;
  line-height: 120%;
  display: flex;
}

.column__item-caption {
  text-transform: uppercase;
  justify-content: space-around;
  padding-top: .45rem;
  padding-bottom: .35rem;
  padding-left: 5rem;
  font-size: 14px;
  line-height: 100%;
  display: block;
}

.page-wrapper {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.credits {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .65rem;
  line-height: 120%;
}

.credits.right {
  text-align: right;
}

.portrait {
  flex: 1;
}

.details, .details-alt {
  z-index: 2147483647;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.body-alt {
  color: #000;
  background-color: #fff;
}

.information-alt {
  flex-direction: column;
  height: 100vh;
  padding: 20% 1rem 1rem;
  position: relative;
}

.page-wrapper-alt {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.supersedia-alt {
  z-index: 6;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

@media screen and (min-width: 1280px) {
  .logotype._100svh {
    z-index: 5;
    position: sticky;
  }
}

@media screen and (max-width: 991px) {
  .intro-text {
    width: 100%;
    font-size: 2.5rem;
  }

  .button {
    width: 4rem;
    height: 4rem;
    bottom: 1rem;
    right: 1rem;
  }

  .overview {
    grid-template-columns: 1fr;
  }

  .model-image {
    width: 100%;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .swiper-slide {
    width: 50%;
  }

  .logotype {
    height: 6rem;
  }

  .column__item-caption {
    padding-left: 3rem;
    font-size: 10px;
  }

  .credits.right {
    text-align: right;
  }

  .details, .details-alt {
    top: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-left: .5rem;
  }

  .intro-text {
    font-size: 2rem;
  }

  .leader, .bleeder {
    padding-left: 0;
  }

  .swiper-component.slider2.tall {
    overflow: visible;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .logotype {
    height: 4rem;
  }

  .adress {
    margin-right: .125rem;
  }

  .column__item-caption {
    flex-direction: column;
    padding-left: 2rem;
  }

  .credits {
    flex: 1;
  }

  .details, .details-alt {
    white-space: nowrap;
    top: 4.5rem;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .logotype {
    height: 2.5rem;
  }

  .imprint {
    margin-left: 0;
  }

  .legalinfo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .details, .details-alt {
    top: 2.8rem;
  }
}

#w-node-b5c021e4-2057-1438-a689-da2479eeb99e-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510752b1-e1fa-ab8a-8564-69214c1a7279-a9deaa1d, #w-node-_63b0ebbe-1321-610a-4cc6-3372aa32870b-a9deaa1d {
  align-self: start;
}

#w-node-_92ee020e-9c1f-82fe-ab3a-a44671c98004-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a2deae-543a-72cc-60e5-9b0c0b35a5ea-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_26b61cb6-eb0e-228f-3b8c-608e56c71a93-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6bfc7f-5aac-dfec-b8da-625d5e56d7fc-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3df34e59-d357-1636-55aa-675ea83d0d02-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fdffe22-98e4-414b-d5a2-32dd6f408bc4-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b7266b87-5d67-cbcb-d67e-be5bf093d4b9-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d068ff09-6172-2a3c-b57c-ee8983b26d2e-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_287f2074-0142-2d0b-2820-e7d4ba39a7be-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bb4a963-7809-3e02-c27f-304578943de0-a9deaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'Bolivia condensed';
  src: url('../fonts/Bolivia-Condensed.woff2') format('woff2'), url('../fonts/Bolivia-Condensed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}