/* Breakpoints */
/* Spacing */
/* Fonts */
/* Colors */
/* Margins */
h1,
h2,
h3,
h4,
h5,
h6, p, ul {
  padding: 0;
  padding-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6, p, ul {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

*, body, h1,
h2,
h3,
h4,
h5,
h6, p {
  border: 0;
}

button {
  background-color: transparent;
}

a, button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", "Arial Narrow", "Impact", "Haettenschweiler", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #dcdad6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  position: relative;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #dcdad6;
  background-color: #141414;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  body {
    font-size: 20px;
  }
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  pointer-events: all;
  word-wrap: break-word;
  max-width: 100%;
  font-optical-sizing: auto;
}

p {
  color: #dcdad6;
  font-optical-sizing: auto;
}

ul {
  list-style-type: none;
  font-optical-sizing: auto;
}

button {
  width: -moz-fit-content;
  width: fit-content;
  font-family: unset;
  letter-spacing: unset;
  text-transform: unset;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: all;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #000;
}
body.openmenu {
  overflow: hidden;
}

.site-container {
  width: 100%;
  max-width: 1728px;
  padding-left: clamp(50px, 9.9206349206vw, 150px);
  padding-right: clamp(50px, 9.9206349206vw, 150px);
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .site-container {
    max-width: 100%;
    padding-left: min(50px, 3.30687831vw);
    padding-right: min(50px, 3.30687831vw);
  }
}
.site-container.noright {
  padding-right: 0;
}

@media (pointer: fine) {
  body,
  body * {
    cursor: none !important;
  }
  #cursor {
    position: fixed;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(220, 218, 214, 0.28);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease, background 0.35s ease;
  }
  #cursor.hover {
    width: 64px;
    height: 64px;
    border-color: rgba(240, 180, 50, 0.5);
    background: rgba(240, 180, 50, 0.04);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  #cursor-dot {
    position: fixed;
    width: 4px;
    height: 4px;
    background: rgba(220, 218, 214, 0.9);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s, transform 0.15s;
  }
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.75) 0%, transparent 100%);
  padding: min(20px, 1.32275132vw) min(60px, 3.96825397vw);
  height: min(220px, 14.55026455vw);
}
.navbar.fixed-top {
  position: fixed;
  height: auto;
  padding-top: 40px;
}
.navbar .navbar-brand {
  line-height: 0;
  padding: 0;
  margin-left: auto;
}
.navbar .navbar-brand .logo-dark {
  display: none;
}
.navbar .navbar-brand .logo-light {
  display: block;
}
.navbar .navbar-brand img {
  height: 42px;
  width: auto;
}
.navbar .navbar-menu {
  display: none;
}
.navbar .navbar-menu .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar .navbar-menu .navbar-nav li a {
  text-decoration: none;
  font-weight: 400;
  font-size: max(min(14px, 0.92715232vw), 12px);
  line-height: 1.4em;
  color: #dcdad6;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .navbar .navbar-menu .navbar-nav li a {
    font-size: 11px;
  }
}
.navbar .navbar-menu .navbar-nav li a:hover {
  text-decoration: underline;
  color: #dcdad6;
}
.navbar .navbar-menu .navbar-nav li a.selected {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  font-weight: 600;
}
.navbar .navbar-menu .navbar-nav li a:focus {
  outline: none;
}
.navbar .navbar-menu .navbar-nav li a.haschilds {
  padding-right: 20px;
  background: url(../../assets/img/down-arrow-menu.svg) right bottom no-repeat;
  background-size: min(20px, 1.32275132vw) min(20px, 1.32275132vw);
}
.navbar .navbar-menu .navbar-nav li a.cta-button {
  border: 1px solid #dcdad6;
  padding: min(20px, 1.32275132vw) min(30px, 1.98795181vw);
  text-transform: uppercase;
}
.navbar .navbar-menu .navbar-nav li a.cta-button:hover {
  background-color: #dcdad6;
  color: #141414;
  text-decoration: none;
}
.navbar .navbar-menu .navbar-nav li a.cta-button.highlight {
  background-color: #f0b432;
  border-color: #f0b432;
}
.navbar .navbar-menu .navbar-nav .submenu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: fit-content;
  position: fixed;
  left: 0;
  background-color: transparent;
  padding-top: min(9px, 0.59405941vw);
  visibility: hidden;
  transition: visibility 0.4s ease-in;
}
.navbar .navbar-menu .navbar-nav .submenu.shows {
  visibility: visible;
  display: block !important;
}
.navbar .navbar-menu .navbar-nav .submenu li {
  margin-bottom: min(9px, 0.59405941vw);
}
.navbar .navbar-menu .navbar-nav .submenu li a {
  color: #dcdad6;
  text-decoration: none;
  font-size: max(min(14px, 0.92715232vw), 10px);
}
.navbar .navbar-menu .navbar-nav .submenu li a:hover {
  text-decoration: underline;
}
.navbar .nav-hamburger {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 6px;
  z-index: 1;
  flex-shrink: 0;
}
.navbar .nav-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #dcdad6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbar .nav-hamburger.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.navbar .nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.navbar .nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.navbar .nav-balance {
  display: none;
}
@media (max-width: 660px) {
  .navbar {
    position: fixed;
    height: 70px;
    padding: 0 24px;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.85) 0%, transparent 100%);
  }
  .navbar .navbar-brand img {
    height: 38px;
  }
}

.menu-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(460px, 90vw);
  background: rgba(10, 10, 10, 0.97);
  z-index: 900;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  overflow-y: auto;
}
.menu-overlay.open {
  transform: translateX(0);
  pointer-events: all;
}
@media (max-width: 660px) {
  .menu-overlay {
    left: 0;
    right: 0;
    width: auto;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0s linear 0.5s;
  }
  .menu-overlay.open {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.5s ease, transform 0s linear 0s;
  }
}
.menu-overlay .menu-overlay-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.menu-overlay .menu-overlay-nav li {
  text-align: center;
}
.menu-overlay .menu-overlay-nav li .overlay-link {
  font-family: "Bebas Neue", "Arial Narrow", "Impact", "Haettenschweiler", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 700;
  color: #dcdad6;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.menu-overlay .menu-overlay-nav li .overlay-link:hover, .menu-overlay .menu-overlay-nav li .overlay-link.selected {
  color: #f0b432;
  letter-spacing: 0.15em;
}
@media (max-width: 660px) {
  .menu-overlay .menu-overlay-nav li .overlay-link {
    font-size: clamp(36px, 9vw, 56px);
  }
}
.menu-overlay .menu-overlay-nav li .overlay-sub {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.menu-overlay .menu-overlay-nav li .overlay-sub.open {
  max-height: 400px;
}
.menu-overlay .menu-overlay-nav li .overlay-sub li {
  padding-top: 10px;
}
.menu-overlay .menu-overlay-nav li .overlay-sub li a {
  font-size: 13px;
  color: rgba(220, 218, 214, 0.55);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.menu-overlay .menu-overlay-nav li .overlay-sub li a:hover, .menu-overlay .menu-overlay-nav li .overlay-sub li a.selected {
  color: #f0b432;
}

footer {
  background-color: #010101;
  color: #dcdad6;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: min(3.30687831vw, 50px);
  padding-bottom: min(3.30687831vw, 50px);
  gap: min(3.30687831vw, 50px);
}
@media (max-width: 660px) {
  footer .footer {
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 660px) {
  footer .footer.site-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer .footer * {
  color: #dcdad6;
}
footer .footer .footer-logo a {
  display: inline-block;
}
footer .footer .footer-logo img {
  height: 52px;
  width: auto;
}
footer .footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(16px, 1.05820106vw);
}
footer .footer .footer-main h1,
footer .footer .footer-main h2,
footer .footer .footer-main h3 {
  font-family: "Bebas Neue", "Arial Narrow", "Impact", "Haettenschweiler", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 1em;
  text-transform: capitalize;
  text-box: trim-both cap alphabetic;
  margin: 0;
}
@media (max-width: 660px) {
  footer .footer .footer-main h1,
  footer .footer .footer-main h2,
  footer .footer .footer-main h3 {
    margin-bottom: 15px;
  }
}
footer .footer .footer-main p {
  font-family: "Space Mono", "Courier New", "Courier", monospace;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-transform: capitalize;
  color: #888;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 660px) {
  footer .footer .footer-main p {
    font-size: 16px;
  }
}
footer .footer .footer-main a {
  font-size: min(14px, 0.92715232vw);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #dcdad6;
}
footer .footer .footer-main a:hover {
  opacity: 0.7;
}
@media (max-width: 660px) {
  footer .footer .footer-main a {
    font-size: 13px;
  }
}
footer .footer .footer-menus {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: min(60px, 3.96825397vw);
}
@media (max-width: 660px) {
  footer .footer .footer-menus {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
footer .footer .footer-menus .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer .footer-menus .footer-menu li a {
  font-family: "Space Mono", "Courier New", "Courier", monospace;
  font-size: min(16px, 1.05820106vw);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 15px;
  color: #dcdad6;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  transition: color 0.2s ease-out;
}
footer .footer .footer-menus .footer-menu li a:hover {
  color: #f0b432;
}
@media (max-width: 660px) {
  footer .footer .footer-menus .footer-menu li a {
    font-size: 15px;
  }
}
footer .footer .footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
footer .footer .footer-social p {
  font-size: min(12px, 0.79365079vw);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0;
}
footer .footer .footer-social .social {
  display: flex;
  gap: 24px;
  align-items: center;
}
footer .footer .footer-social .social a img {
  height: 32px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.2s;
}
footer .footer .footer-social .social a img:hover {
  opacity: 1;
}
footer .footer .footer-endline {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(30px, 1.98675497vw);
  flex-wrap: wrap;
}
@media (max-width: 660px) {
  footer .footer .footer-endline {
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
  }
}
footer .footer .footer-endline .footer-copyright {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.5;
  margin: 0;
  color: #c9c2b8;
}
footer .footer .footer-endline .footer-copyright br {
  display: none;
}
@media (max-width: 660px) {
  footer .footer .footer-endline .footer-copyright br {
    display: inline;
  }
}
footer .footer .footer-endline .footer-legal {
  display: flex;
  gap: min(24px, 1.5873016vw);
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer .footer-endline .footer-legal a {
  font-size: min(13px, 0.86021164vw);
  opacity: 0.5;
  text-decoration: none;
  color: #dcdad6;
}
footer .footer .footer-endline .footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 660px) {
  footer .footer .footer-endline .footer-legal a {
    font-size: 12px;
  }
}

.mt_none {
  padding-top: 0 !important;
}

.mt_sm {
  padding-top: min(35px, 2.3148148148vw) !important;
}
@media (max-width: 660px) {
  .mt_sm {
    padding-top: 15px !important;
  }
}

.mt_md {
  padding-top: min(50px, 3.3068783069vw) !important;
}
@media (max-width: 660px) {
  .mt_md {
    padding-top: 30px !important;
  }
}

.mt_lg {
  padding-top: min(75px, 4.9603174603vw) !important;
}
@media (max-width: 660px) {
  .mt_lg {
    padding-top: 45px !important;
  }
}

.mt_xlg {
  padding-top: min(100px, 6.6137566138vw) !important;
}
@media (max-width: 660px) {
  .mt_xlg {
    padding-top: 60px !important;
  }
}

.mb_none {
  padding-bottom: 0 !important;
}

.mb_sm {
  padding-bottom: min(35px, 2.3148148148vw) !important;
}
@media (max-width: 660px) {
  .mb_sm {
    padding-bottom: 15px !important;
  }
}

.mb_md {
  padding-bottom: min(50px, 3.3068783069vw) !important;
}
@media (max-width: 660px) {
  .mb_md {
    padding-bottom: 30px !important;
  }
}

.mb_lg {
  padding-bottom: min(75px, 4.9603174603vw) !important;
}
@media (max-width: 660px) {
  .mb_lg {
    padding-bottom: 45px !important;
  }
}

.mb_xlg {
  padding-bottom: min(100px, 6.6137566138vw) !important;
}
@media (max-width: 660px) {
  .mb_xlg {
    padding-bottom: 60px !important;
  }
}

.button {
  text-decoration: none !important;
  transition: 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #dcdad6;
  color: #dcdad6 !important;
  font-size: 16px;
  line-height: 1em;
  font-family: "Space Mono", "Courier New", "Courier", monospace;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  padding: 0 0 13px 0;
  user-select: none;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  padding-right: 49px;
  background-image: url(../../assets/img/button-arrow.svg);
  background-size: auto 16px;
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.button:hover {
  background-image: url(../../assets/img/button-arrow-hover.svg);
  color: #f0b432 !important;
  border-color: #f0b432;
}
.button.nounderline {
  border-bottom-width: 0;
}
.button.nounderline:hover {
  border-bottom-width: 1px;
}
.button.secondary {
  background: none;
  padding: 0;
  opacity: 0.4;
}
.button.secondary:hover {
  background: none;
}
.button.highlight, .button.primary {
  color: #f0b432 !important;
  border-bottom-color: #f0b432 !important;
  background-image: url(../../assets/img/button-arrow-hover.svg);
}
@media (max-width: 1000px) {
  .button {
    font-size: 14.5502645503px;
  }
}

.col.medium,
.intro.medium {
  max-width: 75%;
  margin: auto;
}
.col.small,
.intro.small {
  max-width: 60%;
  margin: auto;
}
.col.center,
.intro.center {
  align-items: center;
}
.col.center h1,
.col.center h2,
.col.center h3,
.col.center h4,
.col.center h5,
.col.center h6,
.intro.center h1,
.intro.center h2,
.intro.center h3,
.intro.center h4,
.intro.center h5,
.intro.center h6 {
  width: 100%;
  text-align: center;
  background-position: center bottom !important;
}
.col.center p,
.intro.center p {
  width: 100%;
  text-align: center;
}
.col.center figure,
.intro.center figure {
  align-items: center;
}
.col.center figure figcaption,
.intro.center figure figcaption {
  text-align: center;
}
.col.center .button-row,
.intro.center .button-row {
  justify-content: center;
}
.col.flex-end,
.intro.flex-end {
  align-items: flex-end;
}
.col.flex-end h1,
.col.flex-end h2,
.col.flex-end h3,
.col.flex-end h4,
.col.flex-end h5,
.col.flex-end h6,
.intro.flex-end h1,
.intro.flex-end h2,
.intro.flex-end h3,
.intro.flex-end h4,
.intro.flex-end h5,
.intro.flex-end h6 {
  width: 100%;
  text-align: right;
  background-position: right bottom !important;
}
.col.flex-end p,
.intro.flex-end p {
  width: 100%;
  text-align: right;
}
.col.flex-end .button-row,
.intro.flex-end .button-row {
  justify-content: flex-end;
}
.col.flex-end figure,
.intro.flex-end figure {
  align-items: flex-end;
}
.col.flex-end figure figcaption,
.intro.flex-end figure figcaption {
  text-align: right;
}
.col .widget,
.intro .widget {
  width: 100%;
}
.col > div,
.intro > div {
  width: 100%;
}
.col > div:last-child h1,
.col > div:last-child h2,
.col > div:last-child h3,
.col > div:last-child h4,
.col > div:last-child h5,
.col > div:last-child h6,
.col > div:last-child .text-tag-block,
.intro > div:last-child h1,
.intro > div:last-child h2,
.intro > div:last-child h3,
.intro > div:last-child h4,
.intro > div:last-child h5,
.intro > div:last-child h6,
.intro > div:last-child .text-tag-block {
  margin-bottom: 0;
}
.col h1,
.col h2,
.intro h1,
.intro h2 {
  font-family: "Bebas Neue", "Arial Narrow", "Impact", "Haettenschweiler", sans-serif;
  font-size: clamp(68px, 7.9365079365vw, 120px);
  font-weight: 400;
  line-height: 0.92;
  color: #dcdad6;
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 100%;
  text-box: trim-both cap alphabetic;
}
.col h3,
.intro h3 {
  font-family: "Bebas Neue", "Arial Narrow", "Impact", "Haettenschweiler", sans-serif;
  font-size: clamp(58px, 4.7619047619vw, 72px);
  font-weight: 400;
  line-height: 0.92;
  color: #dcdad6;
  text-transform: uppercase;
  margin-bottom: min(40px, 2.64550265vw);
  font-size: min(4.7619047619vw, 72px);
  text-transform: uppercase;
  line-height: 1.04878049em;
  width: 100%;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 660px) {
  .col h3,
  .intro h3 {
    margin-bottom: 24px;
    font-size: 42px;
  }
}
.col h4,
.intro h4 {
  margin-bottom: min(35px, 2.31481481vw);
  font-size: min(2.7777777778vw, 42px);
  line-height: 1.09677419em;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 660px) {
  .col h4,
  .intro h4 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.col h5,
.intro h5 {
  color: #dcdad6;
  font-size: min(28px, 1.85185185vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.14285714em;
  margin-bottom: min(40px, 2.64550265vw);
  width: 100%;
  max-width: 80%;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 660px) {
  .col h5,
  .intro h5 {
    margin-bottom: 17px;
    font-size: 24px;
  }
}
.col h6,
.intro h6 {
  color: #dcdad6;
  font-size: min(7.9365079365vw, 120px);
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdad6;
  width: max-content;
  max-width: max-content;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1000px) {
  .col h6,
  .intro h6 {
    font-size: 7.9365079365vw;
  }
}
@media (max-width: 660px) {
  .col h6,
  .intro h6 {
    font-size: 42px;
  }
}
.col h6 strong,
.intro h6 strong {
  color: #f0b432;
}
.col s,
.intro s {
  text-transform: none;
  text-decoration: none;
}
.col p,
.intro p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: min(1.19047619vw, 18px);
  line-height: 1.5;
  color: #dcdad6;
  margin-bottom: clamp(14px, 1.65343915vw, 25px);
  max-width: 50%;
  text-box: trim-both cap alphabetic;
}
.col p:last-child,
.intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 660px) {
  .col p,
  .intro p {
    max-width: 90%;
    font-size: 17px !important;
  }
}
.col a,
.intro a {
  color: #dcdad6;
  text-decoration: none;
}
.col a:hover,
.intro a:hover {
  color: #f0b432;
}
.col ul,
.col ol,
.intro ul,
.intro ol {
  margin: min(30px, 1.98412698vw) 0;
  padding-left: 30px;
  list-style: disc;
}
.col ul li,
.col ol li,
.intro ul li,
.intro ol li {
  margin-bottom: min(15px, 0.99206349vw);
  font-size: min(clamp(15px, 1.1904761905vw, 18px), 18px);
  line-height: 1.45454545em;
  color: #dcdad6;
}
@media (max-width: 1000px) {
  .col ul li,
  .col ol li,
  .intro ul li,
  .intro ol li {
    font-size: 14.5502645503px;
    margin-bottom: 9.9206349206px;
  }
}
.col ol,
.intro ol {
  list-style: decimal;
}
.col dl,
.intro dl {
  width: min(1000px, 65.78947368vw);
  max-width: 100%;
}
.col dl dt,
.intro dl dt {
  font-weight: 700;
  font-size: min(1.455026455vw, 22px);
  background-color: #2a2a2a;
  color: #f0b432;
  padding: 10px 25px 0px 25px;
}
@media (max-width: 1000px) {
  .col dl dt,
  .intro dl dt {
    font-size: 14.5502645503px;
    margin-top: 19.8412698413px;
  }
}
.col dl dd,
.intro dl dd {
  margin-bottom: min(10px, 0.66137566vw);
  font-size: min(clamp(15px, 1.1904761905vw, 18px), 18px);
  background-color: #2a2a2a;
  padding: 0px 25px 10px 25px;
}
@media (max-width: 1000px) {
  .col dl dd,
  .intro dl dd {
    font-size: 14.5502645503px;
    margin-bottom: 5.291005291px;
  }
}
.col dl dd p,
.intro dl dd p {
  text-align: left !important;
}
.col img,
.intro img {
  max-width: 100%;
  height: auto;
}
.col figure,
.intro figure {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.col figure:last-child,
.intro figure:last-child {
  margin-bottom: 0;
}
.col figure:first-child,
.intro figure:first-child {
  margin-top: 0;
}
.col figure > img,
.intro figure > img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.col figure ul,
.intro figure ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto;
  width: 100%;
  gap: 30px;
}
.col figure ul li,
.intro figure ul li {
  flex: 1;
}
.col figure ul li img,
.intro figure ul li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.col figure iframe,
.intro figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.col figure video,
.intro figure video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.col figure figcaption p,
.intro figure figcaption p {
  margin-top: 1em;
  font-size: calc(min(1.455026455vw, 22px) * 0.8);
  color: #1e1e1e;
  padding-left: 0.25em;
}
@media (max-width: 890px) {
  .col figure figcaption p,
  .intro figure figcaption p {
    font-size: 11.6547619048px;
  }
}
.col .text-tag-block,
.intro .text-tag-block {
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #f0b432;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 25px;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 660px) {
  .col .text-tag-block,
  .intro .text-tag-block {
    margin-bottom: 15px;
  }
}
.col .text-tag-block.has-bg,
.intro .text-tag-block.has-bg {
  background-color: #f0b432;
  color: #010101;
  padding: 8px 10px;
}
.col.fullparwidth p,
.col.fullparwidth h4,
.col.fullparwidth h5,
.intro.fullparwidth p,
.intro.fullparwidth h4,
.intro.fullparwidth h5 {
  max-width: 100% !important;
}

.intro {
  margin-bottom: 42px;
}

/*# sourceMappingURL=custom.css.map */
