*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Swiper 11+
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 */
.swiper-container,
.swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* Google Fonts fallback for proprietary fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Anton&family=Archivo+Black&display=swap');

/* Original font-face declarations - fonts would need to be obtained separately */
@font-face {
  font-family: "Suisse Intl Mono";
  font-style: normal;
  font-weight: normal;
  src: local("Suisse Intl Mono"), url("includes/font/suisse/SuisseIntlMono-Regular-WebXL.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Montreal Bold"), url("includes/font/neuemontreal/PPNeueMontreal-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal Bold Squeezed";
  font-style: normal;
  font-weight: normal;
  src: local("Neue Montreal Bold Squeezed"), url("includes/font/neuemontrealsqueezed/OTNeueMontreal-BoldExtraSqueezed.ttf") format("truetype");
  font-display: swap;
}

html, body {
  background: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  font-family: "Suisse Intl Mono", "Space Mono", monospace;
  font-size: 11px;
  color: #f9fb34;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 145.4545454545rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 1.5454545455rem;
  padding-bottom: 1.5454545455rem;
  justify-content: space-between;
}
@media only screen and (min-width: 1080px) {
  #wrapper {
    max-height: 600px;
  }
}

.wrap {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding-right: clamp(18px, 5.6vw, 80px);
  padding-left: clamp(18px, 5.6vw, 80px);
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0.4545454545rem;
  grid-template-rows: auto;
}
@media only screen and (min-width: 1080px) {
  .wrap {
    grid-template-columns: repeat(12, 1fr);
  }
}

.media-carousel {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.media-carousel__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.media-carousel__item img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.media-carousel__item::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.media-carousel__item.swiper-slide-active {
  opacity: 1 !important;
  z-index: 1 !important;
}

/* Swiper fade effect overrides */
.media-carousel.swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.media-carousel.swiper .swiper-slide-active {
  opacity: 1;
}

header {
  position: relative;
  display: block;
  z-index: 10;
}

main {
  position: relative;
  z-index: 10;
}

.dc-logo,
.svg-logo {
  position: relative;
  display: block;
  width: auto;
  max-width: 11rem;
  height: auto;
  margin-bottom: 1.3636363636rem;
  fill: #f9fb34;
  grid-column: 1/span 4;
  justify-self: start;
}
@media only screen and (min-width: 1080px) {
  .dc-logo,
  .svg-logo {
    max-width: 9rem;
    grid-column: 1/span 3;
  }
}

.location-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.3636363636rem;
}

.location-item {
  margin-bottom: 0;
  font-family: "Neue Montreal Bold", "Anton", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.location-item:nth-child(1) {
  justify-self: start;
}
.location-item:nth-child(2) {
  justify-self: center;
}
.location-item:nth-child(3) {
  grid-column: 3;
  justify-self: end;
}

.claim {
  grid-column: 1/span 4;
  margin-bottom: 1.3636363636rem;
}

.link {
  color: inherit;
  text-decoration: none;
}

footer .wrap {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3636363636rem;
}

footer .link {
  margin-bottom: 0;
}

.text {
  position: relative;
  display: block;
}
.text-introduction {
  grid-column: 1 / span 4;
  max-width: 43.0909090909rem;
  margin-bottom: 1.3636363636rem;
}
@media only screen and (min-width: 1080px) {
  .text-introduction {
    grid-column: 1 / span 12;
    max-width: none;
  }
}
.content-block {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.4545454545rem;
}
.text-additional {
  max-width: 43.0909090909rem;
  grid-column: 1 / span 2;
  grid-row: 1;
  margin-bottom: 0.4545454545rem;
}
@media only screen and (min-width: 1080px) {
  .text-additional {
    grid-column: 1 / -1;
    max-width: none;
  }
}
.text-additional .text-brand {
  font-family: "Neue Montreal Bold", "Anton", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  margin-top: 1.4545454545rem;
}
.services-list {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1080px) {
  .services-list {
    grid-row: 2;
  }
}

.service-item {
  font-family: "Neue Montreal Bold Squeezed", "Archivo Black", sans-serif;
  font-size: 1.4rem;
  transform-origin: top left;
}
@media only screen and (min-width: 1080px) {
  .service-item {
    line-height: 20px;
  }
}

.image-list {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  grid-column: 1/span 6;
}
@media only screen and (min-width: 1080px) {
  .image-list {
    grid-column: 1/span 5;
  }
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

footer {
  position: relative;
  z-index: 10;
}
