*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

pre {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

*:where([hidden]) {
  display: none;
}

*:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

*:where([draggable=true]) {
  -webkit-user-drag: element;
}

*:where(dialog:modal) {
  all: revert;
}

@font-face {
  font-family: "CF-Asty-Std";
  src: url("../fonts/CFAstyStd-Bold.woff2") format("woff2"), url("../fonts/CFAstyStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CF-Asty-Std";
  src: url("../fonts/CFAstyStd-Black.woff2") format("woff2"), url("../fonts/CFAstyStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CF-Asty-Std";
  src: url("../fonts/CFAstyStd-Book.woff2") format("woff2"), url("../fonts/CFAstyStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  background-color: #000000;
  font-family: CF-Asty-Std, sans-serif;
  font-size: clamp(0.969rem, 0.093vw + 0.945rem, 1.094rem);
  font-weight: 400;
  line-height: calc(clamp(0.969rem, 0.093vw + 0.945rem, 1.094rem) * 1.6);
  color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 200ms ease;
  overflow-x: hidden;
}
body[data-scroll=false] {
  overflow: hidden;
}
body.pink-it {
  background-color: #e9908e;
}

hr {
  margin: 0.5rem 0;
  color: #000000;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  font-size: 14vw;
  line-height: 10.5vw;
}

h2 {
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: calc(clamp(3rem, 9vw, 8rem) * 0.8);
}

h3 {
  font-size: clamp(1.5rem, 1.75vw, 2rem);
  line-height: calc(clamp(1.5rem, 1.75vw, 2rem) * 1.2);
}

h4 {
  font-size: clamp(1.1rem, 1.75vw, 1.3rem);
  line-height: calc(clamp(1.1rem, 1.75vw, 1.3rem) * 1.3);
}

h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small,
small {
  font-size: 75%;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

mark {
  padding: 0.1875em;
  background-color: yellow;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-clip: border-box;
}
a:focus {
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:focus {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  a {
    transition: color 200ms ease-out;
  }
  a:hover {
    color: #e9908e;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
ul li a,
ol li a {
  font-size: inherit;
  line-height: inherit;
}

.button,
button {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e9908e;
  background-clip: border-box;
  overflow: hidden;
  padding-top: 1rem;
  padding-right: 3.125rem;
  padding-bottom: 1rem;
  padding-left: 3.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 1rem;
  font-size: 1rem;
  text-align: center;
}
.button, .button:active, .button:focus, .button.active,
button,
button:active,
button:focus,
button.active {
  outline: none;
}
.button:visited,
button:visited {
  color: #000000;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  color: #000000;
  text-decoration: none;
}
.button:active, .button.active,
button:active,
button.active {
  background-image: none;
  outline: 0;
}
.button[disabled], .button fieldset[disabled],
button[disabled],
button fieldset[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
fieldset[disabled] .button,
fieldset[disabled] button {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  button:hover {
    transition: all 0.3s ease;
  }
}

.button,
button {
  height: auto;
}

.button-default {
  color: #000000;
  background-color: #e9908e;
  border-color: #e9908e;
}
.button-default:visited {
  color: #000000;
}
.button-default:focus {
  color: #000000;
  background-color: #e57b79;
  border-color: #e57b79;
}

.button-default {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-default:hover {
    color: #000000;
    background-color: #e57b79;
    border-color: #e57b79;
  }
}

.button-default:active,
.button-default.active {
  color: #000000;
  background-color: #e57b79;
  background-image: none;
  border-color: #e57b79;
}
.button-default:active:focus,
.button-default.active:focus {
  color: #000000;
  background-color: #e9908e;
  border-color: #e9908e;
}

@media (hover: hover) and (pointer: fine) {
  .button-default:active:hover,
  .button-default.active:hover {
    color: #000000;
    background-color: #e9908e;
    border-color: #e9908e;
  }
}

.button-default[disabled]:focus, .button-default[disabled]:hover, fieldset[disabled] .button-default:focus, fieldset[disabled] .button-default:hover {
  color: #000000;
  background-color: #e9908e;
  border-color: #e9908e;
}

.button-primary {
  color: #e9908e;
  background-color: #000000;
  border-color: #000000;
}
.button-primary:visited {
  color: #e9908e;
}
.button-primary:focus {
  color: #e9908e;
  background-color: #191919;
  border-color: #191919;
}

.button-primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    color: #e9908e;
    background-color: #191919;
    border-color: #191919;
  }
}

.button-primary:active,
.button-primary.active {
  color: #e9908e;
  background-color: #191919;
  background-image: none;
  border-color: #191919;
}
.button-primary:active:focus,
.button-primary.active:focus {
  color: #e9908e;
  background-color: #000000;
  border-color: #000000;
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:active:hover,
  .button-primary.active:hover {
    color: #e9908e;
    background-color: #000000;
    border-color: #000000;
  }
}

.button-primary[disabled]:focus, .button-primary[disabled]:hover, fieldset[disabled] .button-primary:focus, fieldset[disabled] .button-primary:hover {
  color: #e9908e;
  background-color: #000000;
  border-color: #000000;
}

.button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.button-success:visited {
  color: #ffffff;
}
.button-success:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #449d44;
}

.button-success {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #449d44;
  }
}

.button-success:active,
.button-success.active {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #449d44;
}
.button-success:active:focus,
.button-success.active:focus {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

@media (hover: hover) and (pointer: fine) {
  .button-success:active:hover,
  .button-success.active:hover {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
}

.button-success[disabled]:focus, .button-success[disabled]:hover, fieldset[disabled] .button-success:focus, fieldset[disabled] .button-success:hover {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.button-info:visited {
  color: #ffffff;
}
.button-info:focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.button-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #31b0d5;
  }
}

.button-info:active,
.button-info.active {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #31b0d5;
}
.button-info:active:focus,
.button-info.active:focus {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

@media (hover: hover) and (pointer: fine) {
  .button-info:active:hover,
  .button-info.active:hover {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
}

.button-info[disabled]:focus, .button-info[disabled]:hover, fieldset[disabled] .button-info:focus, fieldset[disabled] .button-info:hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.button-warning:visited {
  color: #ffffff;
}
.button-warning:focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #ec971f;
}

.button-warning {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #ec971f;
  }
}

.button-warning:active,
.button-warning.active {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #ec971f;
}
.button-warning:active:focus,
.button-warning.active:focus {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

@media (hover: hover) and (pointer: fine) {
  .button-warning:active:hover,
  .button-warning.active:hover {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }
}

.button-warning[disabled]:focus, .button-warning[disabled]:hover, fieldset[disabled] .button-warning:focus, fieldset[disabled] .button-warning:hover {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.button-danger:visited {
  color: #ffffff;
}
.button-danger:focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.button-danger {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #c9302c;
  }
}

.button-danger:active,
.button-danger.active {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c9302c;
}
.button-danger:active:focus,
.button-danger.active:focus {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

@media (hover: hover) and (pointer: fine) {
  .button-danger:active:hover,
  .button-danger.active:hover {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
  }
}

.button-danger[disabled]:focus, .button-danger[disabled]:hover, fieldset[disabled] .button-danger:focus, fieldset[disabled] .button-danger:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.button-link {
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: #ffffff;
}
.button-link, .button-link:active, .button-link.active, .button-link[disabled],
.button-link fieldset[disabled] {
  background-color: transparent;
  box-shadow: none;
}
.button-link, .button-link:hover, .button-link:focus, .button-link:active, .button-link.active {
  border-color: transparent;
}
.button-link:hover, .button-link:focus {
  color: #e9908e;
  background-color: transparent;
}
.button-link[disabled]:hover, .button-link[disabled]:focus, fieldset[disabled] .button-link:hover, fieldset[disabled] .button-link:focus {
  color: #b9b9b9;
  text-decoration: none;
}

.button-lg {
  padding-top: 1rem;
  padding-right: 3.125rem;
  padding-bottom: 1rem;
  padding-left: 3.125rem;
}

.button-sm {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.button-xs {
  font-size: 0.7rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

.button-fullwidth {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

input[type=submit].button-fullwidth,
input[type=reset].button-fullwidth,
input[type=button].button-fullwidth {
  width: 100%;
}

.button-image {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.button-image img {
  height: 25px;
}
.button-image .icon {
  flex: 0 0 auto;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.icon {
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
}

.icon use {
  color: inherit;
  fill: currentColor;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: grid;
  place-content: center;
  overflow: hidden;
  z-index: 2000;
}
body[data-scroll=true] #preloader {
  display: none;
}
#preloader .loading-line {
  position: relative;
  width: 150px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewY(-26deg);
}
#preloader .loading-line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcbc00;
  transform: scaleX(0);
  transform-origin: top left;
}

.layout-columns {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 100000;
  pointer-events: none;
  cursor: default;
  padding: 3.125rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
.layout-columns::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 1px;
  height: 100%;
  background-color: magenta;
  margin: auto;
}
.layout-columns::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 6.25rem);
  height: calc(100% - 6.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.layout-columns .grid-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 3.125rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  main {
    padding: 2rem;
  }
}

main section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-auto-flow: row;
}
@media (max-width: 400px) {
  main section {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
main section img, main section video {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.marquee {
  position: relative;
  width: 100vw;
  left: -3.125rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .marquee {
    left: -2rem;
  }
}
.marquee .marquee-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.marquee ul {
  flex-shrink: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  animation: marquee 40s linear infinite;
  animation-play-state: paused;
  gap: 2rem;
}
.marquee.active ul {
  animation-play-state: running;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}
.marquee ul[data-direction=reversed] {
  animation-direction: reverse;
}

nav.social {
  display: flex;
  gap: 0.5rem;
}
nav.social a {
  position: relative;
  background-color: #fcbc00;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
nav.social a img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

section.hero {
  grid-template-rows: min-content 3rem;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  padding-top: 15vh;
  row-gap: 7rem;
}
@media (max-width: 1700px) {
  section.hero {
    grid-template-rows: min-content 4rem;
  }
}
@media (max-width: 1025px) {
  section.hero {
    grid-template-rows: min-content 2rem;
    row-gap: 4rem;
  }
}
@media (max-width: 700px) {
  section.hero {
    padding-top: 13rem;
    grid-template-rows: min-content 1rem;
    row-gap: 3rem;
  }
}

.title {
  grid-column: 1/-1;
  grid-row: 1/3;
}
.title .title-inner {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.title .title-inner h1 {
  font-weight: 900;
  line-height: 8.4vw;
  text-transform: uppercase;
  color: #e9908e;
  letter-spacing: -0.02em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
body[data-scroll=false] .title .title-inner h1 div {
  overflow: hidden;
}
.title .title-inner h1 div {
  padding-top: 3%;
  padding-inline: 2%;
}
.title .title-inner h1 div span {
  display: block;
}
@media (max-width: 1025px) {
  .title .title-inner h1 {
    font-size: 21vmin;
    line-height: 12.6vmin;
  }
  .title .title-inner h1 div {
    padding-top: 3.5%;
  }
}

.rotor {
  position: absolute;
  top: 40%;
  left: -5%;
  margin: auto;
  z-index: 10;
  width: 12vw;
  height: 12vw;
  mix-blend-mode: difference;
  cursor: pointer;
  transform: rotate(180deg);
}
.rotor > * {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .rotor {
    transform: rotate(0deg);
  }
}
@media (max-width: 1025px) {
  .rotor {
    width: 13vmax;
    height: 13vmax;
  }
}
@media (max-width: 700px) {
  .rotor {
    width: 10vmax;
    height: 10vmax;
  }
}

.rotor span.arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20%;
  height: 30%;
}
.rotor span.arrow::after, .rotor span.arrow::before {
  content: "";
  position: absolute;
}
.rotor span.arrow::after {
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  inset: 0;
  margin: auto;
}
.rotor span.arrow::before {
  top: 0;
  left: 50%;
  margin: auto;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, 2px) rotate(45deg);
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}
@media (max-width: 1025px) {
  .rotor span.arrow {
    height: 40%;
  }
  .rotor span.arrow::after {
    width: 3px;
  }
  .rotor span.arrow::before {
    width: 1.5rem;
    height: 1.5rem;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
  }
}
@media (max-width: 700px) {
  .rotor span.arrow::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.hero-video {
  grid-column: 5/-5;
  grid-row: 2/4;
  background-color: #000000;
  aspect-ratio: 9/14;
  border-radius: 2rem;
  box-shadow: 0 0 160px rgba(0, 0, 0, 0.9);
  transform-origin: bottom;
  z-index: 10;
}
@media (max-width: 1025px) {
  .hero-video {
    grid-column: 4/-4;
  }
}
@media (max-width: 700px) {
  .hero-video {
    grid-column: 3/-3;
    border-radius: 1rem;
    transform-origin: center center;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.9);
  }
}

.article {
  grid-column: 5/-5;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1025px) {
  .article {
    grid-column: 4/-4;
  }
}
@media (max-width: 700px) {
  .article {
    grid-column: 2/-2;
  }
}
.article h4 {
  margin-bottom: -1rem;
  font-weight: 700;
  color: #fcbc00;
}

.site-cta p, .site-cta a {
  font-size: 0.95rem;
  line-height: 1.3;
}
.site-cta p {
  display: block;
  font-size: 0.8rem;
}
.site-cta .left,
.site-cta .right {
  position: fixed;
  bottom: 3.125rem;
}
.site-cta .left {
  left: 3.125rem;
}
.site-cta .right {
  right: 3.125rem;
}
.site-cta .left p {
  color: #e9908e;
  max-width: 35ch;
}
.site-cta .left p span {
  display: block;
}
.site-cta .right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.site-cta .right p {
  text-align: center;
  max-width: 30ch;
  margin-block: 1rem;
}
.site-cta .right > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75em 2em;
  background-color: #fcbc00;
  color: #000000;
  border-radius: 2rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .site-cta .right > a {
    transition: background-color 200ms ease;
  }
  .site-cta .right > a:hover {
    background-color: rgba(252, 188, 0, 0.8);
  }
}

@media (max-width: 1440px) {
  .site-cta .left,
  .site-cta .right {
    bottom: 2rem;
  }
  .site-cta .left {
    left: 2rem;
  }
  .site-cta .right {
    right: 2rem;
  }
}
@media (max-width: 1280px) {
  .site-cta {
    margin-block: -3vmax 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .site-cta .left,
  .site-cta .right {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .site-cta .left {
    order: 0;
  }
  .site-cta .left p {
    text-align: center;
    margin: auto;
  }
  .site-cta .right {
    order: 1;
  }
}
@media (max-width: 1025px) {
  .site-cta {
    margin-top: -2vmax;
  }
}
@media (max-width: 700px) {
  .site-cta {
    margin-top: 0vmax;
  }
}
section.hero .marquee-container {
  grid-column: 1/-1;
}

section.hero .marquee ul li {
  width: 25vw;
  aspect-ratio: 9/12;
  border-radius: 2rem;
}
@media (max-width: 700px) {
  section.hero .marquee ul li {
    width: 55vw;
    border-radius: 1rem;
  }
}

section.teaser .inner {
  grid-column: 1/-1;
  display: grid;
  width: 100%;
  height: auto;
  padding-block: 15vh;
  place-items: center;
}
@media (max-width: 700px) {
  section.teaser .inner {
    padding-block: 15vmin;
  }
}
section.teaser .inner svg {
  fill: #000000;
  width: 35vw;
}
@media (max-width: 1025px) {
  section.teaser .inner svg {
    width: 55vmin;
  }
}
@media (max-width: 700px) {
  section.teaser .inner svg {
    width: 70vmin;
  }
}

section.party {
  row-gap: 5rem;
}
section.party .description {
  grid-column: 3/span 4;
  grid-row: 1/1;
}
section.party .image {
  grid-column: 8/span 3;
  grid-row: 1/1;
  border-radius: 2rem;
  aspect-ratio: 9/14;
}
section.party .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.party .description h2 {
  text-transform: uppercase;
  font-weight: 900;
  max-width: 5ch;
  margin-bottom: 0.5rem;
}
section.party .description h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  max-width: 27ch;
}
section.party .description p {
  font-size: 1rem;
  line-height: 1.35;
  color: #000000;
}
section.party .description p a {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 4px;
}
section.party .description p + p {
  padding-top: 1rem;
}

@media (max-width: 1780px) {
  section.party .description {
    grid-column: 2/span 4;
  }
  section.party .image {
    grid-column: 7/span 5;
  }
}
@media (max-width: 1025px) {
  section.party .description {
    grid-column: 4/-4;
    grid-row: 2/2;
  }
  section.party .description h2 {
    max-width: inherit;
  }
  section.party .image {
    grid-column: 3/-3;
    grid-row: 1/1;
  }
}
@media (max-width: 700px) {
  section.party {
    row-gap: 3rem;
  }
  section.party .image {
    grid-column: 1/-1;
    border-radius: 1rem;
  }
  section.party .description {
    grid-column: 2/-2;
  }
  section.party .description h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
section.party .marquee-container {
  grid-column: 1/-1;
  grid-row: 2/2;
  height: -moz-fit-content;
  height: fit-content;
}
section.party .marquee-container .marquee-inner:first-of-type {
  background-color: black;
  margin-bottom: 1rem;
}
@media (max-width: 1025px) {
  section.party .marquee-container {
    grid-row: 3/3;
  }
  section.party .marquee-container .marquee-inner:first-of-type {
    margin-bottom: 0.3rem;
  }
}
section.party .marquee-container .marquee-inner:last-of-type {
  background-color: white;
}

section.party .marquee-container .marquee-inner:last-of-type ul li a {
  color: #000000;
}

@media (hover: hover) and (pointer: fine) {
  section.party .marquee-container .marquee-inner:last-of-type ul li a:hover {
    color: #fcbc00;
  }
}
section.party .marquee-container .marquee-inner ul li a {
  font-size: clamp(1.5rem, 1.7vw, 2.5rem);
  font-weight: 700;
  position: relative;
  padding-left: 3.5rem;
  line-height: 7rem;
}
section.party .marquee-container .marquee-inner ul li a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
section.party .marquee-container .marquee-inner ul li a img {
  width: 250px;
  height: auto;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 770px) {
  section.party .marquee-container .marquee-inner ul {
    gap: 1rem;
  }
  section.party .marquee-container .marquee-inner ul li a {
    line-height: 5rem;
    padding-left: 2rem;
  }
  section.party .marquee-container .marquee-inner ul li a::before {
    width: 1rem;
    height: 1rem;
  }
  section.party .marquee-container .marquee-inner ul li a img {
    width: 140px;
  }
}
section.cocktails {
  padding-block: 14vh 7vh;
  row-gap: 7vh;
}
section.cocktails .title {
  text-align: center;
  grid-column: 1/-1;
  margin-bottom: 3vh;
}
section.cocktails .title h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #000000;
}
section.cocktails .title h4 {
  max-width: 65ch;
  margin: 0 auto;
  line-height: 1.4;
}

@media (max-width: 1025px) {
  section.cocktails {
    padding-block: 7vh;
    row-gap: 5vh;
  }
  section.cocktails .title {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  section.cocktails {
    row-gap: 3rem;
  }
  section.cocktails .title h2 {
    margin-bottom: 1rem;
  }
  section.cocktails .title h4 {
    line-height: 1.2;
  }
}
section.cocktails .cocktail {
  grid-column: span 6;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.cocktails .cocktail ul li, section.cocktails .cocktail p {
  font-size: 1rem;
  line-height: 1.35;
}
section.cocktails .cocktail:has(> .video-container) {
  background-color: #000000;
  border-radius: 2rem;
}
section.cocktails .cocktail:has(> .video-container) .video-container {
  width: calc(50% - 1rem);
  aspect-ratio: 9/16;
  border-radius: inherit;
  overflow: hidden;
}
section.cocktails .cocktail:has(> .video-container) .recipe {
  flex: 1 1 0;
  padding-block: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
section.cocktails .cocktail:has(> .video-container) .recipe > * {
  color: #ffffff;
}
section.cocktails .cocktail:has(> .video-container) .recipe h4, section.cocktails .cocktail:has(> .video-container) .recipe h5 {
  font-weight: 700;
}
section.cocktails .cocktail:has(> .video-container) .recipe h4 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
section.cocktails .cocktail:has(> .video-container) .recipe h5 {
  margin-bottom: 0.5rem;
}
section.cocktails .cocktail:has(> .video-container) .recipe ul, section.cocktails .cocktail:has(> .video-container) .recipe p {
  margin-bottom: 1rem;
}
section.cocktails .cocktail:has(> .image) .image {
  flex: 0 1 auto;
  width: calc(50% - 1rem);
  height: 100%;
  overflow: hidden;
}
section.cocktails .cocktail:has(> .image) .image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1921px) {
  section.cocktails .cocktail:has(> .image) .image a {
    min-height: 400px;
  }
}
section.cocktails .cocktail:has(> .image) .image a img {
  position: absolute;
  top: 0;
  left: 0;
}
section.cocktails .cocktail:has(> .image) .description {
  flex: 1 1 0;
  align-self: center;
  padding-block: 3.5rem;
}
section.cocktails .cocktail:has(> .image) .description h3 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  max-width: 15ch;
}
section.cocktails .cocktail:has(> .image) .description p {
  color: #000000;
  margin-bottom: 2rem;
  max-width: 45ch;
}
section.cocktails .cocktail:has(> .image) .description > a {
  padding: 0.75em 2em;
  background-color: black;
  color: #ffffff;
  border-radius: 2rem;
  font-size: 1.1rem;
}

@media (hover: hover) and (pointer: fine) {
  section.cocktails .cocktail:has(> .image) .description h3 a {
    transition: color 300ms ease;
  }
  section.cocktails .cocktail:has(> .image) .description h3 a:hover {
    color: #a43d3e;
  }
  section.cocktails .cocktail:has(> .image) > a {
    transition: background-color 300ms ease;
  }
  section.cocktails .cocktail:has(> .image) > a:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1700px) {
  section.cocktails .cocktail:nth-child(even) {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  section.cocktails .cocktail:nth-child(odd) {
    grid-column-start: 7;
    grid-column-end: -2;
  }
  section.cocktails .cocktail:has(> .video-container) {
    padding: 2rem;
    flex-direction: column;
  }
  section.cocktails .cocktail:has(> .video-container) .video-container {
    width: 100%;
  }
  section.cocktails .cocktail:has(> .video-container) .recipe {
    flex: 0 1 auto;
    padding: 2rem;
  }
  section.cocktails .cocktail:has(> .video-container) .recipe h4 {
    font-size: clamp(1.5rem, 1.75vw, 2rem);
    margin-bottom: 1rem;
  }
  section.cocktails .cocktail:has(> .image) .description {
    padding-block: 2rem;
  }
  section.cocktails .cocktail:has(> .image) .description h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1300px) {
  section.cocktails .cocktail:has(> .image) {
    flex-direction: column;
  }
  section.cocktails .cocktail:has(> .image) .image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  section.cocktails .cocktail:has(> .image) .description {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-self: flex-start;
  }
  section.cocktails .cocktail:has(> .image) .description > * {
    flex: 0 1 auto;
    width: 100%;
  }
  section.cocktails .cocktail:has(> .image) .description > a {
    margin-top: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1025px) {
  section.cocktails .cocktail:nth-child(even) {
    grid-column-start: 1;
  }
  section.cocktails .cocktail:nth-child(odd) {
    grid-column-end: -1;
  }
  section.cocktails .cocktail:has(> .video-container) {
    padding: 1rem;
  }
  section.cocktails .cocktail:has(> .video-container) .recipe {
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  section.cocktails .cocktail:nth-child(even),
  section.cocktails .cocktail:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  section.cocktails .cocktail:has(> .video-container) {
    padding: 0;
    border-radius: 1rem;
    gap: 1rem;
  }
  section.cocktails .cocktail:has(> .video-container) .recipe {
    padding: 2rem;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr fit-content(100%) 1fr;
  padding-block: 3.125rem 0;
  padding-inline: 3.125rem;
  z-index: 100;
}
@media (max-width: 1440px) {
  header {
    padding-top: 2rem;
    padding-inline: 2rem;
  }
}
@media (max-width: 700px) {
  header {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

header .logo {
  grid-column: 1/1;
  width: 180px;
  height: auto;
}
@media (max-width: 1550px) {
  header .logo {
    width: 150px;
  }
}
@media (max-width: 770px) {
  header .logo {
    width: 120px;
  }
}
@media (max-width: 700px) {
  header .logo {
    grid-column: 1/-1;
    width: 170px;
  }
}
header .logo svg {
  width: 100%;
  height: auto;
  fill: white;
}

header nav {
  grid-column: 2/2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
@media (max-width: 770px) {
  header nav {
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  header nav {
    grid-column: 1/-1;
    grid-row: 2/2;
    padding-block: 1rem;
  }
}
@media (max-width: 400px) {
  header nav {
    gap: 1rem;
  }
}
header nav span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  padding-top: 2px;
  cursor: pointer;
}
@media (max-width: 1780px) {
  header nav span {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  header nav span {
    font-size: 0.8rem;
  }
}

header .sponsor {
  position: relative;
  grid-column: 3/3;
}
@media (max-width: 700px) {
  header .sponsor {
    grid-column: 1/-1;
    grid-row: 3/3;
    width: 110px;
  }
}
header .sponsor .schweppes-cta {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 180px;
  height: auto;
  isolation: isolate;
}
header .sponsor .schweppes-cta img {
  width: 100%;
  height: auto;
}
header .sponsor .schweppes-cta span {
  position: absolute;
  width: 100%;
  top: 28%;
  left: 10%;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(1deg) skewY(-26deg) scaleX(0.7);
  transform-origin: left bottom;
}
@media (max-width: 1025px) {
  header .sponsor .schweppes-cta {
    width: 130px;
  }
  header .sponsor .schweppes-cta span {
    font-size: 0.9rem;
  }
}
@media (max-width: 1550px) {
  header .sponsor .schweppes-cta {
    width: 150px;
  }
}
@media (max-width: 770px) {
  header .sponsor .schweppes-cta {
    width: 120px;
  }
}
@media (max-width: 700px) {
  header .sponsor .schweppes-cta {
    width: 100%;
  }
}

footer {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-flow: row;
  justify-items: center;
  padding-block: 2rem;
  padding-inline: 3.125rem;
  background-color: white;
  overflow: hidden;
}
@media (max-width: 1440px) {
  footer {
    padding-inline: 2rem;
  }
}
footer > * {
  grid-column: 1/-1;
}

footer .marquee-container {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 7vh;
  overflow: hidden;
}
footer .marquee-container .marquee {
  left: 0;
}

footer .marquee ul li {
  width: 80px;
}
footer .marquee ul li img {
  width: 100%;
  height: auto;
}

footer h3 {
  font-weight: 900;
  color: #e9908e;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

footer .logo {
  width: clamp(7rem, 80vw, 50rem);
  margin-bottom: 3rem;
}
@media (max-width: 700px) {
  footer .logo {
    margin-bottom: 2rem;
  }
}

footer .sponsor {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
footer .sponsor .sponsor-image {
  width: 190px;
}
footer .sponsor .sponsor-image span {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -0.5rem;
}
footer .sponsor .sponsor-image img {
  width: 100%;
  height: auto;
}
footer .sponsor p {
  font-size: 0.9rem;
  max-width: 40ch;
  text-align: center;
  color: #000000;
  line-height: 1.3;
}
footer .sponsor p a {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  color: #e9908e;
}

nav.network {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 55ch;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-block: 5rem;
}
@media (max-width: 1025px) {
  nav.network {
    max-width: 75ch;
  }
}
@media (max-width: 770px) {
  nav.network {
    margin-block: 3rem;
  }
}
nav.network a {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000000;
  padding-left: 1.3rem;
}
@media (max-width: 700px) {
  nav.network a {
    line-height: 1.2;
  }
}
nav.network a::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.copyright a, .copyright p {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1;
}
.copyright p span {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #000000;
}
.copyright nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (max-width: 1025px) {
  .copyright {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .copyright p {
    text-align: center;
  }
  .copyright a, .copyright p {
    line-height: 1.3;
  }
  .copyright p span {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    display: block;
  }
  .copyright nav {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */