@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Quagey;
  src: url('../fonts/Quagey-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--background: var(--yellow-theme--bg);
  --color--main: var(--yellow-theme--elements);
  --swatch--white: white;
  --swatch--pink: #f8c5c5;
  --swatch--yellow: #fff500;
  --swatch--blue: #c5e9f8;
  --dark--background: var(--yellow-theme--elements);
  --color--toggle-offset: 0rem;
  --swatch--black: black;
  --yellow-theme--elements: var(--swatch--black);
  --_ui-elements---size: 0px;
  --yellow-theme--font-family: Pangram, Arial, sans-serif;
  --blue-theme--elements: var(--swatch--grey);
  --blue-theme--bg: var(--swatch--blue);
  --color--svg-hover: var(--color--background);
  --dark--main: var(--yellow-theme--bg);
  --dark--toggle-offset: 2.9rem;
  --dark--svg-hover: var(--color--svg-hover);
  --pink-theme--elements: var(--swatch--offwhite);
  --pink-theme--bg: var(--swatch--pink);
  --pink-theme--dar-bg: var(--swatch--darkpink);
  --swatch--offwhite: #333229;
  --swatch--grey: #292c2a;
  --swatch--darkpink: #120202;
  --yellow-theme--bg: var(--swatch--yellow);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--background);
  height: 100%;
  color: var(--color--main);
  cursor: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--color--background);
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--color--background);
  letter-spacing: .15em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 24px;
}

a {
  color: var(--color--main);
  text-decoration: none;
}

.body {
  text-align: left;
  min-height: 900px;
  font-family: Pangram, Arial, sans-serif;
}

.mouse_click {
  z-index: 10;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #08146d1a;
  border: .2em solid #fff;
  border-radius: 100%;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.text-block-2 {
  letter-spacing: .1em;
  font-size: 1em;
}

.mouse_in {
  z-index: 9;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #08146d1a;
  border: .2em solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
}

.mouse_out {
  z-index: 9;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #08146d1a;
  border: .2em solid #fff;
  border-radius: 100%;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.intro_anim {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100svw;
  max-width: 1000px;
  height: 100svh;
  display: flex;
  position: relative;
  inset: 0%;
}

.lottie-animation-3 {
  width: auto;
  height: auto;
  transition: opacity .2s;
  position: static;
  inset: 0%;
}

.oklair_follow {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.artwork {
  z-index: auto;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.load_intro {
  z-index: 1000;
  background-color: var(--color--background);
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-warp {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100svw;
  height: 100svh;
  min-height: 900px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header {
  z-index: 11;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11em;
  max-height: 11em;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-picker {
  border: 5px solid var(--swatch--white);
  background-color: var(--swatch--pink);
  cursor: pointer;
  border-radius: 0;
  width: 50px;
  height: 50px;
  transition: transform .475s cubic-bezier(.86, 0, .07, 1);
}

.color-picker:hover {
  transform: scale(1.4);
}

.color-picker.yellow-button {
  background-color: var(--swatch--yellow);
}

.color-picker.blue-button {
  background-color: var(--swatch--blue);
}

.text-block-3 {
  color: var(--color--main);
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 1.5em;
}

.main {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  min-height: 900px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.menu {
  grid-column-gap: 50px;
  background-color: #fff0;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 90svw;
  text-decoration: none;
  display: flex;
}

.nav-block {
  grid-column-gap: 10px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  font-size: 1em;
  transition: background-color .475s, filter 2s;
  display: flex;
}

.nav-block:hover {
  background-color: var(--color--main);
  filter: hue-rotate(1800deg);
  color: var(--color--background);
}

.links {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 2.5em;
  line-height: 100%;
  text-decoration: none;
}

.frame-78 {
  grid-column-gap: 50px;
  background-color: var(--color--main);
  color: var(--color--background);
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.frame-78:hover {
  filter: hue-rotate(324deg);
  transform: scale(2);
}

.frame-78.button-links {
  text-transform: none;
  width: auto;
  max-width: 900px;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

.button-text {
  color: var(--color--background);
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer {
  z-index: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  line-height: .8rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.frame-95 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  margin: 1em;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.social {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 5em;
  margin: 1em;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: static;
}

.frame-96 {
  z-index: 10;
  grid-column-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 1% 1% auto;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: auto;
  text-decoration: none;
  transition: filter 2s linear;
  display: flex;
}

.vectors-wrapper-2:hover {
  filter: hue-rotate(1800deg);
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 70svh;
  height: 26svh;
  margin: 1em;
  padding: 2em;
  transition: background-color .2s, opacity .2s, filter 2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.div-block-9:hover {
  background-color: var(--dark--background);
  filter: hue-rotate(1800deg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.div-block-9.w--current {
  background-color: #0000;
  transition: filter 2s cubic-bezier(.075, .82, .165, 1);
}

.div-block-10 {
  padding: 25px;
}

.artwork-container {
  z-index: 1;
  background-color: var(--color--background);
  justify-content: center;
  align-items: center;
  width: 60svh;
  height: 60svh;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.artwork-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  max-height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-6-copy-copy-copy {
  border: 5px solid var(--swatch--white);
  background-color: var(--color--main);
  cursor: pointer;
  border-radius: 100vw;
  width: 6rem;
  height: 3rem;
  padding: 3.2px .2px .2px 4.2px;
}

.in-switch {
  width: 2rem;
  height: 2rem;
  margin-left: var(--color--toggle-offset);
  background-color: var(--color--background);
  border-radius: 100vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
  top: 1px;
  bottom: auto;
  right: auto;
}

.html-embed-2 {
  color: var(--color--main);
}

.icons_svg {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.icons_svg.button {
  height: 70px;
  color: var(--color--background);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  display: flex;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.css-modify {
  display: none;
}

.footer-text {
  text-align: center;
  font-family: Pangram, Arial, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.div-block-15 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 5em;
  margin: 1em 0;
  padding: 1em 0;
  display: flex;
  position: relative;
  inset: auto auto 0% 2%;
}

.nav-menu {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.lottie-animation-4 {
  height: 100%;
}

.center-div {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.text-block-5 {
  font-family: Pangram, Arial, sans-serif;
}

.container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.pop-up {
  z-index: 100;
  border: .5em solid var(--color--main);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  white-space: normal;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up.sign-up {
  border-color: var(--color--background);
  display: none;
  overflow: hidden;
}

.pop-up-content {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 10em 2em;
  display: flex;
  position: relative;
  overflow: auto;
}

.pop-up-content.sign-up {
  background-color: var(--swatch--black);
  width: 100%;
}

.heading {
  color: var(--color--main);
  display: flex;
}

.heading.sign {
  color: var(--swatch--white);
}

.colose-svg {
  color: var(--color--main);
  position: fixed;
  inset: 1em 1em auto auto;
}

.colose-svg.icons_svg {
  z-index: 10;
  display: flex;
  top: 3em;
  right: 3em;
}

.colose-svg.icons_svg.sign-up {
  color: var(--swatch--white);
}

.tour-dates {
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: auto;
}

.html-embed-8 {
  width: 100%;
}

.div-block-16 {
  background-color: var(--swatch--black);
  border-radius: 15px;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 1px;
  padding-top: 55px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.popup-wrap {
  z-index: 100;
  border: .5rem solid var(--yellow-theme--elements);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff03;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrap.store {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: hidden;
}

.popup-wrap.tour {
  overflow: hidden;
}

.popup-wrap.bio {
  display: none;
}

.div-block-18 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5em 1em;
  display: flex;
  position: fixed;
  overflow: auto;
}

.bg-div {
  z-index: auto;
  background-color: var(--color--background);
  opacity: .16;
  position: fixed;
  inset: 0%;
}

.text-block-6 {
  color: var(--swatch--white);
  text-align: center;
}

.lottie-animation-5 {
  width: auto;
  height: 7.9em;
}

.links-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100svw;
  margin-top: 11em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 16.2em;
  display: flex;
  position: relative;
}

.links-wrapper.listen {
  margin-top: 11em;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 12.5em;
  margin-top: 1em;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 900px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.button-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color--main);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95%;
  max-width: 600px;
  height: 140px;
  padding: 1em;
  transition: all 1s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.button-links:hover {
  filter: hue-rotate(1000deg);
  -webkit-backdrop-filter: hue-rotate(300deg);
  backdrop-filter: hue-rotate(300deg);
  color: var(--color--main);
  transform: scale(1.1);
  box-shadow: 0 0 17px 3px #0003;
}

.image-5 {
  width: auto;
  height: 6em;
}

.button_content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  min-height: 95px;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0;
  transition: all .975s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.div-block-24:hover {
  filter: hue-rotate(1000deg);
}

.div-block-25 {
  background-color: var(--color--background);
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-link {
  font-weight: 700;
  text-decoration: underline;
}

.div-block-26 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  width: 374px;
  display: block;
  position: fixed;
  top: 483.5px;
  right: 112.5px;
}

.image-7 {
  width: 375px;
  position: fixed;
  top: 466.5px;
  left: 158.5px;
}

.image-8 {
  width: 375px;
  position: static;
}

.marquee {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color--main);
  cursor: none;
  margin-top: 11em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marque-content.scroll {
  overflow: hidden;
}

.marquee-text {
  color: var(--color--background);
  letter-spacing: 1px;
  align-self: center;
  font-family: Quagey, Times New Roman, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
}

.lottie-animation-6 {
  align-self: center;
  width: 4em;
}

.lottie-animation-6.marquee-image {
  color: var(--color--background);
}

.html-embed-9 {
  display: none;
}

.div-block-27 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 600px;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.heading-3 {
  font-size: 3em;
}

.div-block-28 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color--background);
  justify-content: center;
  padding: 1.6em 1.6em 1.6em 0;
  display: flex;
}

.text-block-7 {
  text-align: left;
}

.html-embed-10 {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.div-block-29 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.cursor-wrappeer {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 3px solid var(--color--main);
  border-radius: 100px;
  width: 3em;
  height: 3em;
}

.code-embed {
  width: 100vh;
  height: auto;
  min-height: 300px;
}

.div-block-30 {
  width: 40%;
  display: flex;
  position: relative;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  padding-left: 2em;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: flex;
}

.p {
  text-align: left;
  height: auto;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.image-9 {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: auto;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body {
    aspect-ratio: auto;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .oklair_follow {
    display: flex;
  }

  .page-warp {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .main {
    height: auto;
    overflow: auto;
  }

  .menu {
    flex-wrap: wrap;
    align-content: center;
    overflow: visible;
  }

  .footer {
    height: auto;
    overflow: visible;
  }

  .artwork-wrapper {
    width: 100svw;
    height: 100svh;
    display: flex;
  }

  .div-block-15 {
    justify-content: center;
    width: 50%;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .lottie-animation-4 {
    text-align: left;
  }

  .tour-dates {
    max-width: 95svw;
  }

  .popup-wrap {
    width: 100svw;
    height: 100svh;
    inset: 0%;
  }

  .div-block-19 {
    margin-top: 10svh;
  }

  .div-block-21 {
    max-width: 600px;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-6 {
    width: 300px;
    right: 25.5px;
  }

  .image-7 {
    width: 300px;
    left: -3.5px;
  }

  .image-8 {
    width: 300px;
  }

  .image-9 {
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .page-warp {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
  }

  .header {
    height: 11em;
  }

  .main {
    margin-top: 10em;
    position: relative;
  }

  .button-text {
    font-size: 3em;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: center flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .social {
    margin-top: 0;
    margin-bottom: 0;
  }

  .frame-96 {
    align-items: center;
  }

  .div-block-15 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .text-block-4, .text-block-5 {
    display: none;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .links-wrapper {
    flex-direction: column;
  }

  .html-embed-10, .div-block-29 {
    width: 95%;
  }

  .div-block-30 {
    width: 80%;
    height: auto;
  }

  .div-block-31 {
    width: 80%;
    padding-top: 2em;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    box-sizing: border-box;
    object-fit: contain;
    width: auto;
    min-width: 90%;
    min-height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    text-transform: uppercase;
  }

  .lottie-animation-3 {
    min-height: 100%;
  }

  .lottie-animation-3:hover {
    color: var(--color--main);
  }

  .load_intro {
    z-index: 1000;
    position: fixed;
    inset: 0%;
  }

  .page-warp {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    justify-content: flex-start;
    height: auto;
    min-height: 100svh;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .div-block-5 {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    white-space: pre-wrap;
    word-break: break-all;
    flex-wrap: wrap;
    justify-content: center;
  }

  .color-picker.pink-button, .color-picker.yellow-button, .color-picker.blue-button {
    border-width: .2em;
    width: 40px;
    height: 40px;
  }

  .text-block-3 {
    text-align: center;
    white-space: break-spaces;
    word-break: break-all;
    overflow-wrap: break-word;
    flex: 0 auto;
    order: 1;
    width: auto;
  }

  .main {
    flex-flow: column;
    place-content: center flex-start;
    min-height: 100svh;
    max-height: none;
    margin-top: 12em;
    position: relative;
    overflow: visible;
  }

  .menu {
    grid-column-gap: 1em;
  }

  .nav-block {
    padding: 1em .5em;
  }

  .links {
    font-size: 2.4em;
  }

  .frame-78:hover {
    transform: scale(1.2);
  }

  .button-text {
    font-size: 2.1em;
  }

  .footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    height: 100%;
    padding: 1em;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .frame-95 {
    flex-wrap: wrap;
    align-content: center;
  }

  .social {
    grid-column-gap: .5em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-96 {
    width: 50%;
  }

  .vectors-wrapper-2 {
    width: auto;
  }

  .div-block-9.w--current {
    background-color: #0000;
    min-height: auto;
  }

  .artwork-container {
    opacity: .45;
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    white-space: break-spaces;
    word-break: break-all;
    overflow-wrap: break-word;
    width: 50%;
    padding-right: 1em;
  }

  .div-block-6-copy-copy-copy {
    min-width: 6rem;
  }

  .icons_svg {
    color: var(--color--main);
  }

  .icons_svg:hover {
    transform: none;
  }

  .icons_svg.button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .link-footer {
    display: flex;
  }

  .div-block-15 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .nav-menu {
    z-index: 1000;
    grid-column-gap: .5rem;
    grid-row-gap: .1rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .menu-button {
    background-color: #c8c8c8;
  }

  .menu-button.w--open {
    background-color: var(--color--main);
  }

  .lottie-animation-4 {
    width: 60svw;
    height: auto;
  }

  .center-div {
    width: 50%;
    height: auto;
    display: flex;
  }

  .text-block-4, .text-block-5 {
    display: flex;
  }

  .pop-up.sign-up {
    width: 100svw;
    height: 100svh;
    inset: 0;
  }

  .pop-up-content {
    padding: 6em 1em 0;
  }

  .pop-up-content.sign-up {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation-5 {
    height: 7em;
  }

  .links-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .body-2 {
    height: auto;
    display: block;
  }

  .div-block-19 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    height: 6.6em;
    margin-top: 0;
    display: flex;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    overflow: hidden;
  }

  .div-block-22 {
    width: 90%;
  }

  .button-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: var(--color--main);
    justify-content: center;
    width: 95%;
    height: 140px;
    padding: 0;
    display: flex;
  }

  .button-links:hover {
    transform: scale(1);
  }

  .image-5 {
    object-fit: cover;
    height: auto;
  }

  .button_content {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: row;
    justify-content: center;
    min-height: 95px;
    padding-right: 1em;
    display: flex;
  }

  .div-block-23 {
    object-fit: contain;
    justify-content: flex-start;
    width: 30%;
    height: 100%;
    display: flex;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .div-block-24.but {
    justify-content: center;
  }

  .heading-2 {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    flex: 0 auto;
    padding-right: 1em;
  }

  .text-link {
    font-weight: 700;
    text-decoration: underline;
  }

  .image-6 {
    top: 454.5px;
    right: -93.5px;
  }

  .image-7 {
    top: 454.5px;
    left: -103.5px;
  }

  .marquee {
    position: relative;
    inset: auto 0% 0%;
  }

  .marque-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: center;
    display: flex;
  }

  .marque-content.scroll {
    height: 4em;
  }

  .marquee-text {
    align-self: center;
    padding-bottom: 9px;
    font-family: Quagey, Times New Roman, sans-serif;
    font-size: 2.5em;
    line-height: 0;
  }

  .lottie-animation-6 {
    width: 5em;
  }

  .lottie-animation-6.marquee-image {
    width: 4em;
  }

  .html-embed-10 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-30, .div-block-31 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quagey';
  src: url('../fonts/Quagey-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quagey';
  src: url('../fonts/Quagey-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}