html,
body {
  border: none;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
div,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  box-sizing: border-box;
  font-family: var(--primaryfont);
}
body {
  line-height: 1.618rem;
  position: relative;
  background: #fff;
  font-family: var(--primaryfont);
  color: var(--dark);
  width: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a,
button,
input,
select,
textarea {
  cursor: pointer !important;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--primaryfont);
}
input,
button,
textarea,
select {
  border: 1px solid var(--grey);
  background-color: unset;
  font-family: var(--primaryfont);
  font-size: 0.875rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--primaryfont);
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark);
}
p,
span,
a,
button,
select,
option {
  font-family: var(--primaryfont);
  line-height: 1.618;
}
p,
a {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  p {
    font-weight: 400;
  }
}
p > strong {
  font-weight: 700;
}
a {
  font-weight: 400;
  font-size: 0.875rem;
}
h1 {
  font-size: 3.6rem;
}
h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
h3 {
  font-size: 2rem;
  line-height: 1.3;
  color: var(--primary);
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 24px;
    line-height: 1.618;
  }
  h2 {
    line-height: 1.618;
  }
}
input::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  font-size: 0.75rem;
  color: var(--gray);
  font-family: var(--primaryfont);
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
*:focus {
  outline: none;
}
:is(a, button) > * {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: Slabo;
  src: url(/font/Slabo27px-Regular.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(/font/Inter-VariableFont_opszwght.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Hachu;
  src: url(/font/HachiMaruPop-Regular.ttf) format("truetype");
  font-weight: "regular";
  font-style: normal;
}
@font-face {
  font-family: Overtherainbow;
  src: url(/font/OvertheRainbow-Regular.ttf) format("truetype");
  font-weight: "regular";
  font-style: normal;
}
:root {
  --primary: #ff0000;
  --dark: #1b1b1b;
  --littledark: #676767;
  --white: #fff;
  --light: #eee;
  --grey: #d3d3d3;
  --gray: #bbbbbb;
  --blue: #1e73d5;
  --pastelblue: #e0f0ff;
  --googleblue: #1163ff;
  --cyan: #50e6e6;
  --green: #25d366;
  --success: #efe;
  --suspect: #fee;
  --error: #a66;
  --primaryfont: "Slabo";
  --background: rgba(0, 0, 0, 0.4);
  --boxshadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
select,
select option {
  font-size: 0.75rem;
}
input[type="date"] {
  font-size: 0.75rem;
  font-weight: 200;
}
.clearance-flat {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 1;
  height: 1px;
}
.clearance {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 1;
  height: 1rem;
}
.clearancex2 {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 1;
  height: 2rem;
}
.spacer {
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--gray);
  margin: 1rem 0;
}
@keyframes tadaa {
  0% {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: inherit;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    pointer-events: auto;
  }
}
.dont-touch {
  pointer-events: none;
}
.freeze {
  opacity: 0.4;
  pointer-events: none;
}
.cta-zone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 200px;
  transform-origin: bottom;
  transition: 0.5s all ease;
}
.cta-zone > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.cta-zone > span > .cta-button:not(:last-of-type) {
  margin-right: 6px;
}
.cta-zone > span:last-of-type {
  justify-content: flex-end;
}
.cta-zone.center > span {
  justify-content: center;
}
.cta-zone.hide {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.cta-button.super-hide {
  max-width: 0;
  padding: 0;
  margin: 0;
  max-height: 0;
  border: 0 !important;
}
.cta-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: fit-content;
  transition: 0.5s all ease;
  border-radius: 4px;
  padding: 8px;
}
.cta-button > p {
  font-family: Inter, sans-serif;
  pointer-events: none;
  font-size: 1rem;
  transition: 0.5s all ease;
  color: inherit;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.cta-button > img {
  pointer-events: none;
  transition: 0.5s all ease;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .cta-button {
    width: 100%;
    height: auto;
  }
  .cta-button > p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}
.cta-button.small {
  padding: 4px 8px;
  max-width: 80%;
  width: fit-content;
}
.cta-button.small > p {
  max-width: unset;
}
.cta-button.smaller {
  padding: 4px;
  max-width: 80%;
}
.cta-button.smaller > p {
  line-height: 1.3;
  font-size: 0.65rem;
  text-align: center;
}
.cta-button.bubble {
  font-size: 0.75rem;
  padding: 4px 12px;
  background-color: var(--pastelblue);
  border-color: var(--googleblue);
  border-radius: 8px;
  max-width: unset;
  width: auto;
  animation: tadaa 0.5s ease forwards;
}
.cta-button.bubble > p {
  color: var(--googleblue);
}
.cta-button.dark {
  background-color: var(--dark);
  color: var(--white);
  border: 1px solid var(--dark);
}
.cta-button.white {
  color: var(--primary);
  border: 1px solid var(--white);
  background-color: var(--white);
}
.cta-button.primary {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.cta-button.primary > p {
  color: var(--white);
  font-weight: 700;
}
.cta-button.primary > img {
  filter: invert(1);
}
.cta-button.blue {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
}
.cta-button.cyan {
  background-color: #0ff;
  color: var(--dark);
  border: 1px solid cyan;
}
.cta-button.google-blue {
  background-color: var(--googleblue);
  color: var(--white);
  border: 1px solid var(--googleblue);
}
.cta-button.green {
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
}
.cta-button.line:hover {
  border: 1px solid var(--dark);
  background-color: var(--light);
}
.cta-button.line:hover > p {
  color: var(--dark);
}
.cta-button.line {
  background-color: unset;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.cta-button.line > p {
  color: var(--primary);
}
.cta-button.line > img {
  filter: invert(0);
}
.cta-button.link {
  background-color: unset;
  color: unset;
  border: unset;
  padding: 0;
}
.cta-button.link > p {
  border-bottom: 1px solid var(--dark);
}
.cta-button.link > img {
  filter: invert(0);
}
.cta-button.simple {
  display: inline-flex;
  padding: 0;
  width: fit-content;
  margin: 0;
  border: unset;
  border-radius: unset;
  cursor: pointer;
}
.cta-button.simple p {
  font-size: 0.65rem;
  max-width: unset;
  font-weight: 600;
}
.cta-button.simple img {
  filter: unset;
}
.cta-button.hide {
  display: none;
}
.cta-button.hoz-hide {
  max-width: 0;
  pointer-events: none;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  border: 0px;
}
.cta-button.light {
  background-color: var(--pastelblue);
  color: var(--googleblue);
  border: 1px solid var(--googleblue);
}
button:hover {
  filter: grayscale(0.3);
}
.loader.show {
  pointer-events: auto;
  opacity: 1;
}
.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  inset: 0;
  background-color: #fffc;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  pointer-events: none;
  transition: 0.5s all ease;
  opacity: 0;
}
.loader > img {
  width: 56px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input,
select,
textarea {
  border: unset;
  background-color: unset;
  padding: 4px;
}
input,
select,
textarea {
  border: 1px solid var(--grey);
}
.hide,
label.hide,
option.hide {
  display: none !important;
}
table,
table thead {
  width: 100%;
}
table tr {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
table tr > th,
table tr > td {
  width: auto;
  font-size: 0.75rem;
  padding: 4px 8px;
  text-align: center;
}
.main {
  position: relative;
  width: 100%;
  padding: 32px;
  background-color: #fafafa;
  border: 16px solid var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .main {
    background-size: contain;
    background-position: top;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding: 32px 0;
  }
}
.h1-title {
  display: inline-block;
  position: relative;
}
.paymentError {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  background-color: var(--background);
}
.paymentError > div {
  width: 33%;
  max-width: 480px;
  height: auto;
  padding: 32px;
  text-align: center;
}
.paymentError > div > p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
}
form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 12px;
}
form label.half {
  width: calc(50% - 8px) !important;
}
form label.quarter {
  width: calc(25% - 8px) !important;
}
form label.third {
  width: calc(33.33% - 8px) !important;
}
form label.full {
  width: 100%;
}
form label {
  position: relative;
}
form label > p {
  font-size: 0.75rem;
}
form label > input,
form label > select,
form label > textarea {
  width: 100%;
  background-color: var(--white);
  font-size: 0.75rem;
}
label.invalid:after {
  content: "Required";
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 3;
  display: block;
  color: var(--error);
  font-size: 0.75rem;
}
label.wrong:after {
  content: "Incorrect format";
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 3;
  display: block;
  color: var(--error);
  font-size: 0.75rem;
}
tr.statushide,
tr.eventhide {
  display: none !important;
}
.section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
  transition: 0.3s all ease;
}
.section > div:first-of-type:not(.release) {
  position: relative;
  width: 80%;
  margin: 0 auto;
  transition: 0.3s all ease;
}
.section > button,
.section > a {
  margin: 40px auto 0;
}
.section > .release {
  width: calc(100% - 64px);
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
  .section > div:first-of-type:not(.release) {
    width: 90%;
  }
}
.banner-section.slide-down:after {
  bottom: 16px;
}
.banner-section {
  text-align: center;
  padding: 32px 0;
  color: var(--white);
  position: relative;
}
.banner-section > p,
.banner-section > h2 {
  color: var(--white);
}
.banner-section > p {
  font-size: 1.318rem;
}
.banner-section > p.event-date {
  font-size: 1rem;
  border-top: 2px solid var(--white);
  display: inline-block;
  padding-top: 16px;
  margin-top: 16px;
}
.banner-section > div:not(.clearance) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.banner-section > div:not(.clearance) > img {
  display: block;
}
.banner-section > div:not(.clearance) > span {
  width: 100%;
}
.banner-section > div:not(.clearance) > span > h2 {
  color: var(--white);
}
.banner-section:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.banner-section.blue {
  background-color: var(--blue);
}
.banner-section.blue:after {
  background-color: var(--blue);
}
.banner-section.dark {
  background-color: var(--dark);
}
.banner-section.dark:after {
  background-color: var(--dark);
}
.highlight {
  font-weight: 700;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.highlight.white {
  color: var(--white);
}
.highlight.cyan {
  color: var(--cyan);
}
.highlight.blue {
  color: var(--blue);
}
.registerbtn {
  position: fixed;
  top: calc(100dvh - 64px);
  left: 32px;
  z-index: 100;
  padding: 16px;
  background-color: gold;
  border: unset;
  border-radius: 32px;
  border: 2px solid var(--dark);
  box-shadow: #00000040 0 54px 55px, #0000001f 0 -12px 30px, #0000001f 0 4px 6px,
    #0000002b 0 12px 13px, #00000017 0 -3px 5px;
  animation: pulse-animation 1s infinite;
}
.registerbtn > p {
  color: var(--dark);
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .registerbtn {
    padding: 16px;
    width: 90%;
    left: 16px;
    text-align: center;
  }
}
.w.notice {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 100;
}
.w.notice > div:not(.countdown) {
  border: 2px solid var(--white);
  padding: 8px;
  border-radius: 4px;
  background-color: #1164ff;
  margin-bottom: 12px;
  width: 160px;
}
.w.notice > div:not(.countdown) > p {
  display: block;
  color: var(--white);
  font-family: sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.w.notice > div:not(.countdown) > p:not(:last-of-type) {
  margin-bottom: 8px;
}
.w.notice > div:not(.countdown) > p.large {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.w.notice > div:not(.countdown) > p.gap {
  letter-spacing: 8px;
  text-align: center;
  font-weight: 200;
}
.w.notice > div:not(.countdown) > p:nth-of-type(2) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .w.notice {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
  }
  .w.notice > div:not(.countdown) {
    margin-bottom: unset;
    align-content: center;
  }
  .w.notice > div {
    width: 100%;
  }
  .w.notice > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .w.notice > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .w.notice > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .w.notice > div:nth-child(4) {
    grid-column: 1 / -1;
    width: 100%;
  }
}
@keyframes pulse-animation {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.about-section {
  background-color: var(--dark);
}
.about-section > div:first-of-type {
  position: relative;
  width: 100%;
  min-height: 40dvh;
  overflow: hidden;
}
.about-section > div:first-of-type > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 4px solid var(--white);
  border-radius: 4px;
}
.about-section > div:last-of-type {
  width: 80%;
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.about-section > div:last-of-type > img {
  width: calc(25% - 16px);
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 4px solid var(--white);
  border-radius: 4px;
  max-height: 320px;
}
.about-section > div:last-of-type > div {
  width: calc(50% - 8px);
  color: var(--white);
  text-align: left;
}
.about-section > div:last-of-type > div > *:not(.highlight) {
  color: var(--white);
}
.about-section > div:last-of-type > div > *:not(.highlight) a,
.about-section > div:last-of-type > div > *:not(.highlight) button {
  animation: pulse-animation 1s infinite;
}
.about-section > div:last-of-type > div > h2 {
  margin-bottom: 32px;
}
.about-section > div:last-of-type > div > h2 > span {
  display: block;
  width: 100%;
  text-align: center;
}
.about-section > div:last-of-type > div > h2 > span > p {
  display: inline-block;
  width: fit-content;
  font-size: 1.3rem;
  margin-bottom: 32px;
  border-bottom: 4px solid var(--white);
}
.about-section > div:last-of-type > div > h2 + div p {
  margin-bottom: 16px;
}
.about-section > div:last-of-type a:not(.cta-button) {
  color: var(--white);
  margin-top: 32px;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  background: #ee4035;
  color: #fff;
  line-height: 2rem;
  padding: 12px;
  text-decoration: none;
  border: 4px solid var(--white);
}
.about-section > div:last-of-type a:not(.cta-button) > img {
  filter: invert(1);
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .about-section > div:first-of-type:not(.release) {
    width: 90%;
  }
  .about-section > div:last-of-type {
    display: block;
    width: 90%;
  }
  .about-section > div:last-of-type > img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .about-section > div:last-of-type > div {
    width: 100%;
    margin: 32px auto;
  }
  .about-section > div:last-of-type > h4 {
    text-align: center;
  }
}
.w.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
}
.w.hero h1 {
  font-family: Inter, sans-serif;
}
.w.hero > div.content {
  width: 66%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px;
  z-index: 5;
}
.w.hero > div.content > img {
  width: 160px;
}
.w.hero > div.content > h1 {
  font-size: 3.6rem;
  color: var(--white);
}
.w.hero > div.content > h2 {
  color: var(--white);
}
.w.hero > div.content > p {
  color: var(--white);
}
.w.hero > div.content > span {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.w.hero > div.content > span > a:not(.cta-button) {
  display: inline-block;
  width: 180px;
}
.w.hero > div.content > span > a:not(.cta-button) > img {
  width: 90px;
}
.w.hero > div.content > span > a:not(.cta-button) > img.whitereward {
  width: 100% !important;
  border: 1px solid var(--grey);
  padding: 32px;
  box-sizing: content-box;
  background: var(--white);
}
.w.hero > div.background {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--grey);
}
.w.hero > div.background > img,
.w.hero > div.background > video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
@media only screen and (max-width: 767px) {
  .w.hero > div.content {
    width: 90%;
    padding: 0;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .w.hero > div.content > h1 {
    font-size: 2.4rem;
  }
  .w.hero > div.content > h2 {
    font-size: 1.3rem;
  }
  .w.hero > div.content .clearancex2 {
    display: none;
  }
  :is(.w.hero > div.content > .highlight, .w.hero > div.content > span)
    > a:not(.cta-button)
    > img.whitereward {
    box-sizing: border-box;
  }
  .w.hero > div.background:after {
    background-size: unset;
  }
}
header {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
header > div:first-of-type {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  padding: 0 16px;
}
header > div:first-of-type > a {
  position: relative;
  width: 80px;
  height: fit-content;
}
header > div:first-of-type > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header > div:first-of-type > nav {
  flex: 1;
  border-bottom: 2px solid var(--dark);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
}
header > div:first-of-type > nav > ul {
  list-style-type: none;
}
header > div:first-of-type > nav > ul > li {
  display: inline-block;
  padding: 4px 16px;
}
header > div:first-of-type > nav > ul > li > a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 700;
  text-transform: uppercase;
}
header > div:first-of-type > nav > ul > li:first-of-type {
  padding: 4px 16px 4px 0;
}
header > div:first-of-type > nav > ul > li:last-of-type {
  padding: 4px 0 4px 16px;
}
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
footer {
  background-color: var(--light);
  position: relative;
  z-index: 20;
}
footer > div {
  width: 80% !important;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
footer > div > div {
  width: calc(25% - 16px);
}
footer > div > div > a {
  text-decoration: none;
  color: var(--dark);
  display: block;
  margin-bottom: 8px;
}
footer > div > div > label {
  width: 100%;
  border: 1px solid var(--gray);
  padding: 8px;
}
footer > div > div > label > input,
footer > div > div > label > button {
  border: unset;
}
footer .highlight {
  font-size: 1rem;
  color: var(--dark);
}
footer p {
  font-size: 0.875rem;
  color: var(--littledark);
  font-weight: 200;
}
footer p.success-message {
  color: var(--green);
  border: 1px solid var(--green);
  padding: 4px 8px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 64px 0 !important;
  }
  footer > div > div {
    width: 100%;
  }
}
.birthday-bash {
  width: 100%;
  position: relative;
}
.b.notice {
  position: fixed;
  top: 32px;
  z-index: 10;
  left: 32px;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.b.notice > div:last-of-type {
  position: relative;
  background-color: var(--white);
  padding: 12px 32px 12px 48px;
  left: -14%;
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
  text-align: center;
  z-index: 2;
}
.b.notice > div:last-of-type > p {
  font-size: 700;
  color: var(--dark);
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: left;
  font-family: sans-serif;
}
.b.notice > div:last-of-type > img {
  width: 128px;
}
.b.notice > div:first-of-type {
  aspect-ratio: 1 / 1;
  min-height: 142px;
  width: fit-content;
  position: relative;
  z-index: 8;
  padding: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--dark);
  align-content: center;
  border: 4px solid var(--white);
}
.b.notice > div:first-of-type > span {
  display: block;
  color: var(--white);
  font-family: sans-serif;
  line-height: 1;
}
.b.notice > div:first-of-type > span:first-of-type {
  font-size: 4rem;
  font-weight: 700;
}
.b.notice > div:first-of-type > span:nth-of-type(2) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .b.notice {
    width: 100%;
    left: unset;
    transform: unset;
    position: relative;
    top: unset;
    justify-content: center;
    background-color: var(--dark);
  }
  .b.notice > div:first-of-type {
    min-height: unset;
    aspect-ratio: 1 / 1;
    display: block;
    min-width: 108px;
  }
  .b.notice > div:first-of-type > span:first-of-type {
    font-size: 2rem;
  }
  .b.notice > div:last-of-type {
    text-align: left;
    padding: 12px 16px;
    left: 0;
    background-color: var(--dark);
  }
  .b.notice > div:last-of-type > p {
    font-size: 1.3rem;
    display: none;
  }
  .b.notice > div:last-of-type > img {
    width: 128px;
  }
}
.b.about-section {
  background-color: var(--dark);
}
.b.about-section p {
  font-family: Inter;
}
.b.about-section > div:first-of-type {
  position: relative;
  width: 80%;
  height: 40dvh;
  overflow: hidden;
}
.b.about-section > div:first-of-type > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b.about-section > div:last-of-type {
  width: 80%;
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
}
.b.about-section > div:last-of-type > img {
  width: calc(25% - 16px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  max-height: unset !important;
}
.b.about-section > div:last-of-type > div {
  width: calc(50% - 8px);
  color: var(--white);
  text-align: center;
}
.b.about-section > div:last-of-type > div > *:not(.highlight) {
  color: var(--white);
}
.b.about-section > div:last-of-type > div > *:not(.highlight) > span > a > p {
  color: var(--white);
}
.b.about-section > div:last-of-type > div > h2 {
  font-family: Inter;
  font-size: 2rem;
}
.b.about-section > div:last-of-type > div > h2 > span {
  display: block;
  width: 100%;
  text-align: center;
}
.b.about-section > div:last-of-type > div > h2 > span > p {
  font-family: inherit;
  display: inline-block;
  width: fit-content;
  font-weight: 400;
  margin-bottom: 32px;
  border-bottom: 4px solid var(--white);
  font-family: Inter;
}
.b.about-section > div:last-of-type a:not(.cta-button) {
  color: var(--white);
  margin: 32px auto 0;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  background: #ee4035;
  color: #fff;
  line-height: 2rem;
  padding: 12px;
  text-decoration: none;
  border: 4px solid var(--white);
  font-family: Inter, sans-serif;
}
.b.about-section > div:last-of-type a:not(.cta-button) > img {
  filter: invert(1);
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .b.about-section > div:first-of-type:not(.release) {
    width: 90%;
  }
  .b.about-section > div:last-of-type {
    display: block;
    width: 90%;
  }
  .b.about-section > div:last-of-type > img {
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: unset;
  }
  .b.about-section > div:last-of-type > div {
    width: 100%;
    margin: 32px auto;
  }
  .b.about-section > div:last-of-type > h4 {
    text-align: center;
  }
}
.b.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
}
.b.hero .countdown-container {
  width: 128px;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .b.hero .countdown-container {
    width: 100%;
    right: unset;
    position: relative;
    top: unset;
  }
  .b.hero .countdown-container > div.countdown {
    border-radius: unset;
  }
}
.b.hero h1,
.b.hero p {
  font-family: Inter, sans-serif;
}
.b.hero .quote {
  width: 260px;
  color: #fff;
  text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 15px #ffea00,
    0 0 20px #ffea00;
  position: absolute;
  top: -33%;
  right: 0%;
  transform: rotate(-20deg);
  z-index: 5;
  font-size: 3rem;
  font-family: Overtherainbow;
}
.b.hero > div.content {
  width: 80%;
  position: absolute;
  padding: 32px;
  z-index: 5;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%);
}
.b.hero > div.content .bash {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  color: #fff000;
  opacity: 1;
  z-index: 5;
  text-transform: uppercase;
  line-height: 1;
  font-family: Inter, sans-serif;
}
.b.hero > div.content > h1 {
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-family: Inter, sans-serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.b.hero > div.content .cta-zone {
  margin: 32px auto 0;
}
.b.hero > div.content .cta-zone > span {
  justify-content: center;
}
.b.hero > div.content .cta-zone > span a p {
  color: var(--white);
}
.b.hero > div.content > span:not(.cta-zone) {
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  background-color: #ee4035;
  width: 80%;
}
.b.hero > div.content > span:not(.cta-zone) > p {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  font-family: Inter;
}
.b.hero > div.content > span:not(.cta-zone) > p:first-of-type {
  text-align: center;
}
.b.hero > div.content > span:not(.cta-zone) > img {
  width: 160px;
}
.b.hero > div.background {
  width: 100%;
  height: 100%;
  position: relative;
}
.b.hero > div.background > img:first-of-type {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  z-index: 4;
  opacity: 1;
}
.b.hero > div.background > img:last-of-type {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.b.hero > div.background:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1107.623'%20height='1719.221'%20viewBox='0%200%201107.623%201719.221'%3e%3cg%20id='Group_4'%20data-name='Group%204'%20transform='translate(-3424%202545.111)'%3e%3cg%20id='arrow-ios-forward-outline'%20transform='translate(2940.014%20-1242.716)'%20opacity='0.239'%3e%3cpath%20id='Path_3'%20data-name='Path%203'%20d='M190.851,1474.8c-27.724.047-54.592-8.277-75.94-23.526-24.266-17.343-39.53-42.3-42.424-69.355s6.82-54,27-74.873L631.065,758.78,118.471,209.488c-19.907-21.132-29.221-48.233-25.881-75.3s19.06-51.875,43.679-68.924C161.088,46.436,193.892,37.39,226.777,40.3s62.87,17.52,82.73,40.3L882.616,694.338c35.99,37.745,35.99,92.162,0,129.907l-593.28,613.733C265.193,1463.084,228.612,1476.763,190.851,1474.8Z'%20transform='translate(412%20-1342.161)'%20fill='%23f0f0f0'/%3e%3c/g%3e%3cg%20id='arrow-ios-forward-outline-2'%20data-name='arrow-ios-forward-outline'%20transform='translate(3210.014%20-958.716)'%20opacity='0.239'%3e%3cpath%20id='Path_3-2'%20data-name='Path%203'%20d='M190.851,1474.8c-27.724.047-54.592-8.277-75.94-23.526-24.266-17.343-39.53-42.3-42.424-69.355s6.82-54,27-74.873L631.065,758.78,118.471,209.488c-19.907-21.132-29.221-48.233-25.881-75.3s19.06-51.875,43.679-68.924C161.088,46.436,193.892,37.39,226.777,40.3s62.87,17.52,82.73,40.3L882.616,694.338c35.99,37.745,35.99,92.162,0,129.907l-593.28,613.733C265.193,1463.084,228.612,1476.763,190.851,1474.8Z'%20transform='translate(412%20-1342.161)'%20fill='%23f0f0f0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  left: 50%;
  display: block;
  transform: translate(-50%);
  z-index: 2;
  top: 0;
  background-repeat: no-repeat;
  background-size: 70vw;
  background-position: 60% 40%;
  opacity: 0.5;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .b.hero {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: unset;
  }
  .b.hero > div.content {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding: 32px 16px;
    background-color: var(--dark);
    text-align: left;
  }
  .b.hero > div.content .quote {
    top: unset;
    bottom: -6%;
    font-size: 1.3rem;
    right: -64px;
  }
  .b.hero > div.content .bash {
    font-size: 3.6rem;
    text-align: left;
  }
  .b.hero > div.content > h1 {
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
  }
  .b.hero > div.content > span:not(.cta-zone) {
    width: 100%;
    border: unset;
    background: unset;
    border-top: 4px solid var(--white);
    text-align: left;
  }
  .b.hero > div.content > span:not(.cta-zone) > p {
    border: unset !important;
    font-size: 1rem;
    padding: 8px 0;
    color: var(--white);
    text-align: left !important;
  }
  .b.hero > div.content .cta-zone {
    margin: 16px auto 0;
  }
  .b.hero > div.content .cta-zone > span {
    justify-content: center;
  }
  .b.hero > div.content .cta-zone > span a {
    text-align: center;
    padding: 16px;
  }
  .b.hero > div.content .cta-zone > span a > p {
    line-height: 1.3rem;
  }
  .b.hero > div.content .clearancex2 {
    display: none;
  }
  :is(.b.hero > div.content > .highlight, .b.hero > div.content > span) > img {
    width: 128px;
  }
  .b.hero > div.background {
    width: 100%;
    height: 40dvh;
  }
  .b.hero > div.background:before {
    background: linear-gradient(45deg, #e3000099 24%, #fff0 80%);
  }
}
div.countdown {
  background-color: gold;
  border-radius: 4px;
  border: 4px solid var(--dark);
  border-top: 12px solid var(--dark);
}
div.countdown * {
  font-family: Inter;
}
div.countdown > span {
  background: red;
  height: 16px;
  width: 100%;
  display: block;
}
div.countdown p:first-of-type {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 8px auto 0;
  line-height: 1.3rem;
}
div.countdown p {
  font-size: 4rem;
  position: relative;
  margin-bottom: 16px;
  line-height: 3rem;
  width: 100%;
  text-align: center;
}
div.countdown p:after {
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
}
div.countdown p:nth-of-type(2):after {
  content: "Days";
}
div.countdown p:nth-of-type(3):after {
  content: "Hours";
}
div.countdown p:nth-of-type(4):after {
  content: "Minutes";
}
div.countdown p:nth-of-type(5):after {
  content: "Seconds";
}
@media only screen and (max-width: 767px) {
  div.countdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 8px;
  }
  div.countdown > span,
  div.countdown > p:first-of-type {
    width: 100%;
  }
  div.countdown > p:first-of-type {
    height: 1rem;
    margin-bottom: 8px;
  }
  div.countdown > p {
    width: calc(25% - 8px);
    font-size: 3rem;
  }
}
