:root {
  --bg: #f1f1f1;
  --dynamic-bg-based-text: #222831;
  --snow-white: #ebede9;
  --steel-blue: #151d28;
  --charcoal-grey: #10141f;
  --cloudy-white: #c7cfcc;
  --screen: 1400px;
  --white: white;
  --darkest-blue: #05031f;
  --neutral-0: #eee;
  --primary: #26626e;
  --cyber-purple: #5e00bd;
  --cyber-blue: #008fe7;
  --accent: #cac7ff;
  --color-20: #153fff;
  --rust: #d84a4c;
  --lavender-blush: #ede3e9;
  --yellow: #e6ab5f;
  --eggshell: #e6e4ce;
  --color-22: #fff06c;
  --color-14: white;
  --color-13: #e7f0ff;
  --black: black;
  --cyber-green: #00a764;
  --cyber-orange: #fa0;
  --shadow-5: #05031f80;
  --purple: #34223a;
  --dark-accent-text: #3a327a;
  --light-text: #cecce0;
  --blush: #f567c2;
  --color-27: #87ff7c;
  --text-shadow-offset: -2px;
  --neutral-8: #393e46;
  --neutral-9: #222831;
  --shadow-2: #05031f1a;
  --coral-blaze: #cf573c;
  --red-japan: #bf1624;
  --cyber-purple-dark: #450094;
  --midnight-abyss: #1e1c3f;
  --ocean-breeze: #4f8fba;
  --steve-white: #fdfff3;
  --neon-sapphire: #1730e9;
  --flaming-coral: #e01f4e;
  --orange: #ff8621;
  --mist-grey: #a8b5b2;
  --midnight-black: #090a14;
  --aqua-mist: #73bed3;
  --cool-slate: #3c5e8b;
  --ocean-grey: #394a50;
  --color-12: #cfe2ff;
  --color-11: #b6d4ff;
  --color-19: #156eff;
  --shadow-1: #05031f0d;
  --color-7: #1f85d6;
  --text-shadow: #05031f73;
  --royal-plum: #482150;
  --berry-crush: #cc4b69;
  --steve-secondary: #b33184;
  --antique-beige: #c09473;
  --orchid-pink: #a23e8c;
  --meadow-green: #75a743;
  --cherry-red: #a53030;
  --mulberry: #411d31;
  --deep-sea: #253a5e;
  --plum-wine: #752438;
  --fresh-grass: #468232;
  --emerald-isle: #25562e;
  --stormy-sky: #202e37;
  --deep-night: #1e1d39;
  --berry-splash: #c65197;
  --purp-shadow: #333;
  --dark-text: #46426d;
  --accent-2: #233b4b;
  --cornflower-blue: #6b9cec;
  --wisteria: #c09bd8;
  --fairy-tale: #ebc3db;
  --color: black;
  --color-2: #121a24;
  --color-3: #1a2d44;
  --color-4: #1f4165;
  --color-5: #235789;
  --color-6: #236daf;
  --color-8: #58aaff;
  --color-9: #7db8ff;
  --color-10: #9bc6ff;
  --color-15: #ff7715;
  --color-16: #15fbff;
  --color-17: #15ccff;
  --color-18: #159dff;
  --color-21: #ca73ff;
  --color-23: #ff60bc;
  --color-24: #c4ff73;
  --color-25: #f582ff;
  --color-26: #ffa667;
  --bg-scroll-pc: 0px;
  --bear-pc: 0px;
  --slider-pc: 0px;
  --emerald-leaf: #378055;
  --vibrant-orchid: #a948ae;
  --hot-pink-burst: #dc15a7;
  --vivid-violet: #a010c9;
  --electric-green: #31d64d;
  --container-01-built: 0px;
  --size: 0px;
  --cyber-violet: #5400e4;
  --glitch-text-accent: var(--dynamic-bg-based-text);
  --profile-build-in: 0px;
  --steve-primary: #04063d;
  --steve-green: #7bf47d;
  --steve-purple: #6d4488;
  --steve-black: black;
  --steve-primary-light: white;
  --steve-primary-dark: white;
  --midnight-blue: #172038;
  --sea-foam: #a4dddb;
  --forest-shadow: #19332d;
  --olive-glow: #a8ca58;
  --pale-sage: #d0da91;
  --brick-red: #4d2b32;
  --clay-brown: #7a4841;
  --sunlit-sand: #ad7757;
  --rosewood: #d7b594;
  --blush-beige: #e7d5b3;
  --blackberry-wine: #341c27;
  --rustic-chestnut: #602c2c;
  --amber-ember: #884b2b;
  --golden-sunset: #be772b;
  --burnt-gold: #de9e41;
  --golden-sand: #e8c170;
  --royal-purple: #241527;
  --burnt-orange: #da863e;
  --violet-dusk: #402751;
  --purple-dream: #7a367b;
  --rose-petal: #df84a5;
  --slate-blue: #577277;
  --riverstone: #819796;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

a {
  color: inherit;
  text-decoration: none;
}

.body {
  background-color: var(--bg);
  color: var(--dynamic-bg-based-text);
  background-image: url('../images/noise.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  max-width: 100vw;
  height: max-content;
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  line-height: 1.6em;
  display: block;
  overflow: visible;
}

.body.theme-light {
  background-color: var(--snow-white);
  color: var(--steel-blue);
}

.body.theme-dark {
  background-color: var(--charcoal-grey);
  color: var(--cloudy-white);
  background-image: none;
}

.navbar {
  z-index: 999;
  max-width: var(--screen);
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  opacity: 1;
  text-transform: uppercase;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  display: grid;
  position: relative;
  inset: 0% auto auto;
}

.container {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.brand {
  margin-bottom: 20px;
}

.image {
  width: 25vw;
  max-width: 600px;
}

.menu-trigger {
  height: 15px;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.menu-trigger-wrapper {
  background-color: #0000;
}

.menu-trigger-wrapper.w--open {
  background-color: var(--white);
  border-radius: 100px;
}

.hero-fancy-box {
  perspective: 1101px;
  transform-style: preserve-3d;
  border-radius: 20px;
  width: 95vw;
  max-width: calc(95vh - 65px);
  height: 100vh;
  max-height: calc(95vh - 65px);
  margin: 20px auto;
  display: block;
  position: relative;
  overflow: visible;
  transform: rotateX(-74deg)rotateY(4deg)rotateZ(-20deg)perspective(862px)translate(0);
}

.frame-layer {
  background-image: url('../images/l9_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  margin-top: -55%;
  position: absolute;
  inset: 50% 0% 0% -5%;
}

.frame-layer._9 {
  background-position: 50% 100%;
}

.frame-layer._8 {
  perspective: 1400px;
  transform-style: preserve-3d;
  background-image: url('../images/l8_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._7 {
  perspective: 1200px;
  transform-style: preserve-3d;
  background-image: url('../images/l7_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._6 {
  perspective: 1000px;
  transform-style: preserve-3d;
  background-image: url('../images/l6_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._5 {
  perspective: 800px;
  transform-style: preserve-3d;
  background-image: url('../images/l5_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._4 {
  perspective: 600px;
  transform-style: preserve-3d;
  background-image: url('../images/l4_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._3 {
  perspective: 400px;
  transform-style: preserve-3d;
  background-image: url('../images/l3_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._2 {
  perspective: 200px;
  transform-style: preserve-3d;
  background-image: url('../images/l2_1.avif');
  background-position: 50% 100%;
  transform: translate3d(0, 0, 0);
}

.frame-layer._1 {
  perspective: 2000px;
  background-image: url('../images/l1.avif');
  background-position: 50% 100%;
  transform: perspective(2000px)translate(0);
}

.no-movement-layer {
  width: 110%;
  height: 110%;
  margin-top: -55%;
  position: absolute;
  top: 50%;
  left: -5%;
}

.no-movement-layer._1 {
  background-image: url('../images/l1.avif');
  background-position: 50%;
  background-size: cover;
}

.no-movement-layer._9 {
  background-image: url('../images/l9_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-img {
  z-index: 2;
  aspect-ratio: 1;
  mix-blend-mode: normal;
  width: 90vw;
  max-width: 600px;
  position: relative;
}

.hero-img.wrapper {
  aspect-ratio: 1;
  transform-style: preserve-3d;
  border-radius: 20px;
  width: 100%;
  max-width: 45vh;
  height: auto;
  max-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.hero-img.wrapper.flexible {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-img.skew-container {
  perspective: 2000px;
  transform-style: preserve-3d;
  width: 100%;
  max-width: none;
  margin-top: -50%;
  position: absolute;
  top: 50%;
  transform: perspective(50vw)perspective(2000px);
}

.gradient-overlay-wrapper {
  z-index: 4;
  aspect-ratio: 1;
  opacity: .6;
  filter: blur(30px);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-image: url('../images/blur2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  border-radius: 25%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 51px);
}

.image-skew {
  aspect-ratio: 1;
  filter: brightness(200%) hue-rotate(322deg);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: none;
}

.image-skew._9 {
  z-index: 1;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -160px);
}

.image-skew._1 {
  z-index: 2;
  transform: translate(0);
}

.image-skew._1._1-2 {
  transform: rotate(90deg)translate(0);
}

.image-skew.base {
  z-index: 3;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -50px);
}

.image-skew._7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -40px);
}

.image-skew._8 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -20px);
}

.image-skew._6 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -140px);
}

.image-skew._5 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -120px);
}

.image-skew._4 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -100px);
}

.image-skew._3 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -80px);
}

.image-skew._2 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -60px);
}

.image-skew._10 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#06052a, #06052a);
  transform: scale(1.9)translate3d(0, 0, -200px);
}

.image-skew._55 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -120px);
}

.div-block {
  z-index: 1;
  opacity: .22;
  mix-blend-mode: screen;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #0026ff, #fff0 71%);
  position: absolute;
  inset: 0%;
  transform: scale(1.5)translate3d(0, 0, -147px);
}

.menu-trigger-bear {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 30px;
}

.circle-to-stroke {
  box-shadow: 0 -4px 0 0 var(--white);
  border-radius: 20px;
  width: 16px;
  height: 20px;
  margin-right: -3px;
  transition: transform .2s;
  transform: rotate(-28deg);
}

.circle-to-stroke.right {
  width: 19px;
  height: 17px;
  margin-left: -1px;
  margin-right: 0;
  transform: rotate(45deg);
}

.circle-to-stroke.head {
  width: 16px;
  height: 11px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0);
}

.circle-to-stroke.left {
  width: 19px;
  height: 17px;
  margin-right: -1px;
  transform: rotate(-45deg);
}

.hero-backgrop {
  z-index: -1;
  background-color: var(--darkest-blue);
  transform-style: preserve-3d;
  width: 200%;
  height: 200%;
  margin-top: -50%;
  margin-left: -100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(0, 0, -200px);
}

.disappear {
  opacity: .37;
  filter: invert();
  background-image: url('../images/bera-face-dark.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 34px;
  margin-top: 13px;
  transition: opacity .2s;
  position: absolute;
}

.hero {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  height: 50vw;
  max-height: 66vw;
  margin: -20px auto 100px;
  position: relative;
  top: 25px;
  overflow: hidden;
}

.background-video {
  filter: saturate(200%);
  width: auto;
  height: 100%;
  display: none;
}

.overlay-shadow {
  z-index: 3;
  background-image: none;
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-shadow.full {
  z-index: 2;
  background-color: var(--neutral-0);
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: none;
  height: 100%;
  inset: 0%;
}

.overlay-shadow.full.blur {
  opacity: 0;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  mix-blend-mode: normal;
  background-color: #0000;
}

.content-wrapper {
  max-width: var(--screen);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95vw;
  margin: 100px auto;
  padding: 20px;
  display: flex;
}

.content-wrapper.blue {
  background-color: var(--primary);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
}

.content-wrapper.blue.bears {
  background-image: url('../images/image_1.avif');
  background-position: 50% 0;
  background-size: cover;
}

.content-wrapper.blue.bears.scrolly-bg {
  background-image: url('../images/bear-topia-image_1.avif');
  border-radius: 0;
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-wrapper.blue.centred {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.content-wrapper.blue.no-white {
  background-color: var(--cyber-purple);
  box-shadow: 50vw 0 0 0 var(--cyber-purple), -50vw 0 0 0 var(--cyber-purple), 0 -50vh 0 25vh var(--cyber-purple);
  border-radius: 0;
  width: 100vw;
  max-width: none;
  margin-top: 0;
  padding: 100px;
}

.content-wrapper.blue.no-white.bear-2-wrapper {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  position: relative;
}

.content-wrapper.blue.no-white.bear-2-wrapper.kuma-7 {
  background-image: none;
}

.content-wrapper.hide-overflow {
  overflow: hidden;
}

.content-wrapper.hide-overflow.sliding-tiles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
}

.content-wrapper.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrapper.centre-wide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.image-2 {
  z-index: 4;
  opacity: 0;
  width: 80%;
  max-width: 500px;
  height: auto;
  display: block;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.welcome-overlay {
  z-index: 5;
  max-width: var(--screen);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 15vw 15vw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 80%;
  height: max-content;
  margin: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.the-characters {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
}

.the-characters.no-margin {
  margin-bottom: 0;
}

.scroll-prompt-animation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  display: none;
  position: absolute;
}

.arrow-head {
  aspect-ratio: 1;
  box-shadow: 6px 6px 0 0 var(--accent);
  width: 5vw;
  transform: rotate(45deg);
}

.arrow-body {
  background-color: var(--accent);
  background-image: linear-gradient(180deg, var(--bg), var(--accent));
  width: 8px;
  height: 100%;
  margin-bottom: -6vw;
}

.cta-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-link:hover {
  color: var(--color-20);
}

.hero-flexbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  margin-bottom: 20px;
}

.hero-flexbox.vertical-overflowing {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-bera-graphic {
  aspect-ratio: 4 / 5;
  background-color: var(--rust);
  box-shadow: 0 10px 50px -25px var(--darkest-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1vw;
  flex: 1 0 auto;
  width: 15vw;
  height: auto;
}

.hero-bera-graphic._2 {
  background-color: var(--lavender-blush);
  background-image: url('../images/Artboard120_7.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bera-graphic._3 {
  background-color: var(--bg);
  background-image: url('../images/Artboard120_6.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bera-graphic._4 {
  background-color: var(--yellow);
  background-image: url('../images/Artboard7_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bera-graphic._1 {
  aspect-ratio: 4 / 4;
  background-color: var(--eggshell);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-bera-graphic._5 {
  background-color: var(--yellow);
  background-image: url('../images/Artboard120_9.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bera-graphic._6 {
  background-color: var(--primary);
}

.hero-bera-graphic._7 {
  background-color: var(--color-22);
  background-image: url('../images/Artboard12_25Artboard12_24.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bera-graphic._9 {
  aspect-ratio: auto;
  background-color: var(--color-14);
  height: 80px;
}

.hero-bera-graphic._10 {
  background-color: var(--neutral-0);
  background-image: url('../images/Artboard120_8.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--darkest-blue);
  max-width: 800px;
}

.content-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: calc(var(--screen) * .5);
  width: auto;
  margin-right: auto;
}

.content-text-block.dark-text {
  z-index: 5;
  color: var(--neutral-0);
  width: auto;
  max-width: 80vw;
  margin-right: 0;
  padding-bottom: 40px;
  position: relative;
}

.content-text-block.dark-text.blut-bg {
  box-shadow: 0 20px 50px -20px var(--bg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--darkest-blue);
  background-color: #ffffff54;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  overflow: hidden;
}

.content-text-block.truncated {
  mix-blend-mode: normal;
}

.content-text-block.truncated.for-dark-bg {
  color: inherit;
  max-width: calc(var(--screen) * .6);
  max-width: calc(var(--screen) * .6);
  margin-top: 40px;
  margin-left: auto;
  position: relative;
}

.bold-text {
  font-size: 40px;
  line-height: 1.4em;
}

.paragraph {
  max-width: none;
}

.heading-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4em;
}

.tiles-flexbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.div-block-3 {
  background-color: var(--color-13);
  color: var(--black);
  background-image: url('../images/Artboard11_17.avif');
  background-size: contain;
  border: 1px #000;
  border-radius: 500px;
  width: 100px;
  height: 100px;
}

.div-block-3._2 {
  background-image: url('../images/Artboard11_19.avif');
}

.div-block-3._3 {
  background-image: url('../images/Artboard11_20.avif');
}

.div-block-3._4 {
  background-image: url('../images/Artboard11_8.avif');
}

.div-block-3._5 {
  background-image: url('../images/Artboard11_15.avif');
}

.div-block-3._6 {
  background-image: url('../images/Artboard11_21.avif');
}

.div-block-3._7 {
  background-image: url('../images/Artboard11_11.avif');
}

.div-block-3._8 {
  background-image: url('../images/Artboard11_3.avif');
}

.div-block-3._9 {
  background-image: url('../images/Artboard11_7.avif');
}

.div-block-3._10 {
  background-image: url('../images/Artboard11_14.avif');
}

.provider-flex {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
  position: relative;
}

.provider-flex.spacious {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-bottom: 40px;
}

.provider-flex.spacious.reverse {
  animation-direction: reverse;
}

.provider-tile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: 1;
  border: 3px none var(--white);
  background-color: var(--cyber-green);
  box-shadow: none;
  object-fit: fill;
  border-radius: 2px;
  flex: 1 0 auto;
  align-items: center;
  width: 20vw;
  min-width: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.provider-tile._2 {
  background-color: var(--cyber-orange);
}

.provider-tile._2:hover {
  box-shadow: 0 10px 50px -13px var(--shadow-5);
}

.provider-tile._3 {
  background-color: var(--cyber-purple);
}

.provider-tile._4 {
  background-color: var(--cyber-blue);
}

.provider-tile._5 {
  background-color: var(--rust);
}

.provider-img {
  width: 100%;
  height: auto;
}

.provider-img.lightning {
  background-image: url('../images/dnd-spell.gif');
  background-position: 50%;
  background-size: cover;
}

.provider-img.lightning-2 {
  background-image: url('../images/ezgif-4-b148ae0e1e.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.provider-img.ligtning-3 {
  background-image: url('../images/ezgif-3-1e8179707f.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.provider-img.lightning-4 {
  background-image: url('../images/ezgif-3-8ad95b52e7.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.provider-title {
  z-index: 4;
  opacity: .4;
  pointer-events: auto;
  text-transform: uppercase;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: max-content;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4em;
  display: block;
  position: relative;
  inset: auto 0% 0 0;
  overflow: visible;
}

.social-footer-link {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 4rem;
  height: auto;
  padding: .5em;
  transition: padding .2s;
}

.social-icon:hover {
  padding: 0;
}

.social-icon.bg-white {
  background-image: radial-gradient(circle closest-corner, #fff 44%, #000 45%, #0000009e 47%, #0000 49%, #0000);
  border-radius: 8px;
}

.hero-heading {
  color: #f4eadd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2em;
}

.hero-heading.gradient-text {
  mix-blend-mode: screen;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 0, #1963fd 27%, #6fe3b9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: LOUDNOISE, sans-serif;
  font-size: 71px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3em;
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease;
}

.hero-heading.gradient-text.skew-text-art {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--purple) 42%, var(--dark-accent-text));
  color: var(--light-text);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bg);
  mix-blend-mode: normal;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: .7em;
  position: relative;
  inset: 0%;
  transform: skew(0deg, -11deg);
}

.hero-heading.gradient-text.skew-text-art.toddz {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--yellow) 42%, var(--blush));
}

.hero-heading.gradient-text.skew-text-art.grid-child {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--cyber-blue), var(--color-27));
  font-family: "Saiba 45", sans-serif;
  font-size: 150px;
  font-weight: 900;
  line-height: .9em;
}

.hero-heading.gradient-text.skew-text-art.grid-child.hero-only {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--rust);
  text-shadow: var(--text-shadow-offset) 9px 0 var(--rust);
  margin-bottom: 40px;
  font-size: 120px;
  font-weight: 900;
  transform: skew(0deg, -11deg);
}

.hero-heading.gradient-text.purples {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--neutral-8) 27%, var(--neutral-9));
  mix-blend-mode: normal;
  font-family: "Saiba 45", sans-serif;
  font-weight: 900;
}

.grid-of-nfts {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-of-nfts.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.grid-of-nfts.grid.home, .grid-of-nfts.grid.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-of-nfts.profiles {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  max-width: 90vw;
  display: grid;
}

.art-square {
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.art-square.grid-child {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.art-square.profile-art {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  background-color: var(--shadow-2);
  object-fit: none;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: calc(100% + 30px);
  max-width: none;
  overflow: hidden;
  transform: translate(-15px, -15px);
}

.art-square.profile-art.character-tile-img {
  background-color: #0000;
  width: auto;
  height: 110%;
  overflow: visible;
  transform: translate(-25%, -5%);
}

.art-square.profile-art {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  object-fit: none;
  background-color: #05031f1a;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: calc(100% + 30px);
  max-width: none;
  overflow: hidden;
  transform: translate(-15px, -15px);
}

.btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--coral-blaze);
  box-shadow: none;
  color: var(--snow-white);
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%, 0% 51%, 5% 36%, 5% 25%, 0% 40%, 0% 73%, 5% 58%, 5% 46%, 0% 62%, 0% 30%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%, 0% 51%, 5% 36%, 5% 25%, 0% 40%, 0% 73%, 5% 58%, 5% 46%, 0% 62%, 0% 30%);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 20px 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.btn:hover {
  background-color: var(--ocean-breeze);
  box-shadow: none;
  color: var(--steve-white);
}

.btn.read-more {
  background-color: var(--neutral-8);
  color: var(--neutral-0);
  line-height: 1em;
  transition: background-color .2s;
}

.btn.read-more:hover {
  background-color: var(--primary);
}

.btn.sec {
  background-color: var(--neon-sapphire);
  background-image: linear-gradient(147deg, var(--cyber-purple-dark), var(--neon-sapphire) 92%);
  box-shadow: none;
  color: var(--neutral-0);
}

.btn.sec:hover {
  box-shadow: 0 0 0 2px var(--flaming-coral), -4px 10px 0 2px var(--flaming-coral);
}

.text-block {
  font-size: 24px;
}

.curtain-tile-overlay {
  background-color: var(--purple);
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.curtain-tile-overlay:hover {
  opacity: 0;
}

.curtain-tile-overlay.toddz {
  background-color: var(--orange);
}

.image-26 {
  border-radius: 100px;
  width: 2em;
  max-height: 4em;
}

.text-block-2 {
  line-height: 1.4em;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.menu-holder {
  letter-spacing: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-weight: 800;
  line-height: 1em;
}

.menu-link {
  opacity: .5;
  transition: opacity .2s;
  position: relative;
}

.menu-link:hover {
  opacity: 1;
  color: var(--ocean-breeze);
}

.menu-link.w--current {
  box-shadow: 0 0 0 1px var(--mist-grey);
  opacity: 100;
  color: var(--mist-grey);
  border-radius: 3px;
  padding: 5px 5px 5px 10px;
  font-size: 15px;
}

.menu-link.launch-app {
  background-color: var(--midnight-black);
  box-shadow: 0 0 0 2px var(--midnight-abyss);
  color: var(--aqua-mist);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 70%, 85% 100%, 0% 100%, 0% 30%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 70%, 85% 100%, 0% 100%, 0% 30%);
  padding: 12px 30px 10px;
}

.menu-link.launch-app:hover {
  background-color: var(--cool-slate);
  box-shadow: none;
  color: var(--white);
}

.art-square-img {
  width: 110%;
  min-width: 110%;
  max-width: none;
  height: auto;
  min-height: 110%;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.art-square-img.disappear-on-hover {
  z-index: 4;
  opacity: .5;
  transition: all .2s;
}

.profile-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--midnight-black);
  transform-origin: 50%;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  width: calc(25% - 30px);
  max-width: 350px;
  min-height: 200px;
  padding: 20px 20px 30px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.profile-tile:hover {
  box-shadow: 0 0 0 1px var(--ocean-grey), 0 15px 60px -30px var(--black);
  transform: none;
}

.profile-tile.full-width-sectional {
  flex-flow: row;
  width: 100%;
}

.profile-tile.full-width-sectional:hover {
  box-shadow: none;
  transform: none;
}

.profile-tile.full-width-sectional.dramatic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral-9);
  color: var(--neutral-0);
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}

.profile-details {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  max-width: 800px;
  position: relative;
}

.profile-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1em;
}

.profile-subheading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1em;
}

.profile-para {
  opacity: .4;
  font-size: 16px;
  line-height: 1.4em;
}

.go-home {
  z-index: 2;
  position: relative;
}

.go-home.w--current {
  flex: 0 auto;
}

.go-home.mobile {
  display: none;
}

.wire-bear {
  background-color: var(--color-12);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--white), var(--color-11));
  border-radius: 18px;
  width: 50%;
  max-width: 45vw;
}

.link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--dynamic-bg-based-text);
  font-size: inherit;
  line-height: inherit;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link:hover {
  box-shadow: 0 1px 0 0 var(--color-19);
  color: var(--color-19);
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 0;
}

.ico {
  font-family: bootstrap-icons;
}

.bi {
  font-family: bootstrap-icons;
  font-size: inherit;
  line-height: inherit;
  margin-top: -.3em;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.slide-bg-steps {
  aspect-ratio: 47;
  filter: grayscale();
  background-image: url('../images/accessories_2.avif');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  max-width: none;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.div-block-4 {
  aspect-ratio: 27 / 2;
  background-image: url('../images/accessories_1.avif');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.gallery-filters {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px 20px;
  display: grid;
}

.faux-collapsing-sections {
  position: relative;
}

.radio-button {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filter-section {
  width: 100%;
  display: flex;
}

.filter-section.open {
  flex-flow: column;
}

.filter-section.open.hidden, .filter-section.hidden {
  display: none;
}

.filters {
  background-color: var(--shadow-1);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.option {
  box-shadow: 0 1px 0 0 var(--shadow-2);
  text-transform: capitalize;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7.5px 10px 5px;
  transition: all .2s;
  display: flex;
}

.option:hover {
  padding-right: 0;
  font-weight: 700;
}

.text-field {
  background-color: var(--shadow-2);
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1em;
}

.field-label {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 12px;
  font-size: 17px;
  font-weight: 800;
}

.gallery-ui-oragniser {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form {
  flex-flow: column;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.filters-nav-bar-wrapper {
  background-color: #0000;
  position: sticky;
  top: 0;
}

.filters-payload {
  width: 100%;
}

.overlay {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0%;
}

.overlay-content {
  aspect-ratio: 2;
  background-color: var(--shadow-5);
  box-shadow: 0 20px 50px -20px var(--darkest-blue);
  opacity: 0;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  margin: auto;
  padding: 0;
  display: flex;
  overflow: visible;
  transform: scale(.5);
}

.overlay-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral-0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: scroll;
}

.grid-details {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overlay-img-wrapper {
  aspect-ratio: 1;
  background-image: none;
  background-size: auto;
  background-color: var(--bg-colour);
  border-radius: 10px 0 0 10px;
  flex: 1 0 auto;
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.cell {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  text-align: left;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  width: calc(50% - 8px);
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.cell.wide {
  width: calc(100% - 5px);
}

.category-icon {
  aspect-ratio: 1;
  opacity: .5;
  background-image: url('../images/hexagon-half.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  height: 100%;
  max-height: 30px;
  padding: 5px;
  overflow: hidden;
  background-color: var(--shadow-2) !important;
}

.category-icon.fingerprint {
  background-image: url('../images/fingerprint.svg');
  background-size: 75% 75%;
}

.category-icon.invert-style.mouth {
  background-image: url('../images/mouth.avif');
}

.category-icon.invert-style.eyes {
  background-image: url('../images/eye.avif');
}

.category-icon.invert-style.headwear {
  background-image: url('../images/cap.avif');
}

.category-icon.invert-style.hair {
  background-image: url('../images/hair.avif');
}

.category-icon.invert-style.body {
  background-image: url('../images/body.avif');
}

.category-icon.invert-style.background, .category-icon.background {
  background-image: url('../images/wallpaper.avif');
}

.category-icon.type {
  background-image: url('../images/type.avif');
  background-size: contain;
}

.category-icon.mouth {
  background-image: url('../images/mouth.avif');
}

.category-icon.eyes {
  background-image: url('../images/eye.avif');
}

.category-icon.special {
  background-image: url('../images/special.avif');
  background-size: contain;
}

.category-icon.headwear {
  background-image: url('../images/cap.avif');
}

.category-icon.hair {
  background-image: url('../images/hair.avif');
}

.category-icon.body {
  background-image: url('../images/body.avif');
}

.category-icon.ears {
  background-image: url('../images/ear.avif');
}

.category-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
}

.category-payload {
  text-transform: capitalize;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.spacer {
  background-color: var(--shadow-2);
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.overlay-img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-header {
  text-align: left;
  width: 100%;
}

.background-video-2 {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-video-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 500px;
  min-height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
}

.hero-video-overlay {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--cyber-purple), transparent 58%);
  opacity: 1;
  width: 100vw;
  height: 500px;
  min-height: 100vh;
  position: relative;
  top: 0;
}

.bear-container {
  z-index: 2;
  aspect-ratio: 1;
  opacity: 1;
  mix-blend-mode: screen;
  width: 500px;
  min-width: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-absolute-centre-wrapper {
  z-index: 1;
  width: auto;
  min-width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-absolute-centre-wrapper._2 {
  z-index: 2;
}

.svg-container {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-absolute-centre {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.code-embed {
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.code-embed-2 {
  opacity: 0;
  position: absolute;
}

.hero-text-container {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  text-shadow: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: max-content;
  min-width: auto;
  height: 500px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 0 0 0%;
}

.heading-4 {
  color: var(--cyber-green);
  text-shadow: none;
  word-break: break-all;
  font-size: inherit;
  line-height: inherit;
  width: .75em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
}

.heading-4.chron {
  color: var(--cyber-green);
  font-family: "Saiba 45 Outline", sans-serif;
}

.text-block-4 {
  text-shadow: 0 1px 1px #0003;
  font-family: "Exo 2", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
}

.cta-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-link-2:hover {
  color: var(--cyber-green);
}

.bi-2 {
  font-size: inherit;
  line-height: inherit;
  margin-top: -.3em;
}

.paragraph-4 {
  margin-bottom: 0;
}

.cta-link2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-link2:hover {
  color: #153fff;
}

.bi-3 {
  font-size: inherit;
  line-height: inherit;
  margin-top: -.3em;
}

.paragraph-5 {
  margin-bottom: 0;
}

.hero-text-wrapper-bg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--royal-plum);
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  font-family: Welbut, sans-serif;
  font-size: 15vw;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flex-block-6 {
  z-index: 20;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--white);
  flex: 1;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  font-size: 2.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0;
}

.background-video-3 {
  z-index: 1;
  min-width: 100vw;
  min-height: 150vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kuma-img {
  border-radius: 4px;
  max-width: none;
  height: 40px;
}

.kuma-img.jp {
  display: block;
}

.kuma-img.en {
  display: none;
}

.hero-action-contents {
  z-index: 15;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.k-pro-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.k-profile {
  aspect-ratio: 1;
  border: 10px solid var(--shadow-5);
  background-color: var(--cyber-purple);
  border-radius: 500px;
  width: 10vw;
  min-width: 150px;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.k-profile._2 {
  background-color: var(--cyber-blue);
}

.k-profile._3 {
  background-color: var(--cyber-green);
}

.k-img {
  mix-blend-mode: luminosity;
}

.tagline-block {
  box-shadow: 20px 20px 0 0 var(--cyber-green);
  opacity: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  align-items: center;
  max-width: 60vw;
  padding: 40px;
  font-family: "Exo 2", sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 25vh 10vw auto auto;
  transform: translate(100%);
}

.image-27 {
  background-color: var(--shadow-5);
  width: 50vw;
  max-width: 50%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Saiba 45", sans-serif;
  font-size: 100px;
  line-height: 1em;
}

.code-embed-3 {
  mix-blend-mode: hard-light;
}

.no-over {
  width: 100vw;
  height: max-content;
  overflow: hidden;
}

.image-28 {
  z-index: 4;
  width: 100%;
  max-width: none;
  height: 150%;
  position: absolute;
  inset: 0% -20% 0% auto;
}

.div-block-5 {
  background-color: var(--shadow-2);
  position: relative;
}

.boza-heading-txt {
  color: var(--cyber-blue);
  word-break: break-all;
  overflow-wrap: anywhere;
  mix-blend-mode: normal;
  width: 1em;
  font-family: "Saiba 45", sans-serif;
  font-size: 200px;
  line-height: .8em;
  position: absolute;
  top: -20%;
  left: -.4em;
}

.boza-heading-txt.kuma-7 {
  color: var(--cyber-orange);
}

.provider-flex-wrapper {
  color: var(--black);
  margin-top: 40px;
  transform: translate(-20px);
}

.provider-flex-wrapper.reverse {
  animation-direction: reverse;
}

.hero-poster-image {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-text-container-2 {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  text-shadow: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: max-content;
  min-width: auto;
  height: 500px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 0 0 0%;
}

.heading-6 {
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.k-profile-2 {
  aspect-ratio: 1;
  background-color: #5e00bd;
  border: 10px solid #05031f80;
  border-radius: 500px;
  width: 10vw;
  min-width: 150px;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.k-profile-2._3 {
  background-color: #00a764;
}

.k-profile-2._2 {
  background-color: #008fe7;
}

.hero-text-container-3 {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  text-shadow: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: max-content;
  min-width: auto;
  height: 500px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: 0 0 0%;
}

.flex-block-7 {
  z-index: 20;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  flex: 1;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  font-size: 2.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Saiba 45", sans-serif;
  font-size: 100px;
  line-height: 1em;
}

.hero-video-overlay-2 {
  z-index: 1;
  opacity: 1;
  background-image: radial-gradient(circle at 100% 0, #5e00bd, #0000 58%);
  width: 100vw;
  height: 500px;
  min-height: 100vh;
  position: relative;
  top: 0;
}

.background-video-4 {
  z-index: 1;
  min-width: 100vw;
  min-height: 150vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-8 {
  color: #00a764;
  text-shadow: none;
  word-break: break-all;
  font-size: inherit;
  line-height: inherit;
  width: .75em;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8.chron {
  color: #00a764;
  font-family: "Saiba 45 Outline", sans-serif;
}

.paragraph-6 {
  margin-bottom: 0;
}

.hero-2 {
  filter: none;
  background-image: url('../images/cp6-image_1cp6-image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 750px;
  min-height: 150vh;
  position: relative;
  overflow: hidden;
}

.paragraph-7 {
  margin-bottom: 0;
}

.cta-link-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-link-3:hover {
  color: #00a764;
}

.code-embed-4 {
  opacity: 0;
}

.kuma-chronicles-banner-foreground {
  opacity: .09;
  filter: none;
  background-image: url('../images/kuma-glitter.avif');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  width: 200vw;
  height: 100px;
  position: relative;
}

.kuma-chronicles-banner-foreground.bg {
  background-image: url('../images/kuma-glitter.avif');
  height: 100px;
  animation-direction: reverse;
}

.hero-bg-word {
  opacity: 1;
  mix-blend-mode: soft-light;
  max-width: none;
  height: 20vw;
}

.background-words-kuma-chronicles {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .1;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.body-wrapper {
  width: 100vw;
  height: max-content;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.kuma-chronicles-banner-foreground-wrapper {
  position: relative;
  overflow: hidden;
}

.kuma-chronicles-banner-foreground-wrapper.bg {
  opacity: 1;
  mix-blend-mode: hard-light;
  transform: rotate(9deg);
}

.hero-button-organiser {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.hero-content-grid {
  z-index: 6;
  max-width: var(--screen);
  grid-template-rows: 15fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.hero-content-grid.bg {
  grid-template-rows: 54vh 46vh;
  position: absolute;
}

.hero-content-grid.right-orientate {
  justify-content: center;
  align-items: flex-end;
}

.glitter {
  height: 30px;
  position: absolute;
  top: -16px;
  right: 40px;
}

.constrained-container {
  max-width: var(--screen);
  background-image: url('../images/blur-50_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.constrained-container.container-01 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.constrained-container.container-01.card-slide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: block;
}

.constrained-container.z-1 {
  z-index: 1;
}

.constrained-container.z-1.no-bg-blur {
  color: var(--dynamic-bg-based-text);
  background-image: none;
  background-size: auto;
  flex-flow: column;
  display: flex;
}

.constrained-container.z-2 {
  z-index: 2;
  background-image: none;
  background-size: auto;
}

.container-01-numb {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1em;
}

.bento {
  width: calc(50% - 15px);
}

.bento._3 {
  border-radius: 20px;
  width: auto;
  max-width: 500px;
  padding: 40px;
}

.title-qual {
  margin-top: 0;
  margin-bottom: 40px;
}

.bento-header-img {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

.spinning-stamp {
  transform-origin: 50%;
  height: 200px;
}

.stamp-wrapper {
  position: absolute;
  inset: -100px auto auto -100px;
}

.container-head.primary {
  font-size: 64px;
  line-height: 1em;
}

.container-head.primary.m-b-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.centre {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centre.margin-bottom-40 {
  margin-bottom: 40px;
}

.image-29 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: -120px;
}

.image-29.bottom {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.heading-9 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4em;
}

.paragraph-8 {
  max-width: none;
}

.btn-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .5;
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.btn-2.read-more {
  line-height: 1em;
  transition: background-color .2s;
}

.btn-2.read-more:hover {
  opacity: 1;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--berry-crush);
  filter: blur(500px);
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  margin: auto auto auto 0;
  position: absolute;
  inset: 0%;
}

.content {
  z-index: 2;
  background-color: var(--shadow-2);
  box-shadow: none;
  -webkit-backdrop-filter: blur(90px);
  backdrop-filter: blur(90px);
  border-radius: 0;
  flex: 0 auto;
  padding: 40px;
  position: relative;
}

.info-organiser {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  max-height: none;
  display: grid;
  position: relative;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--flaming-coral);
  border-radius: 20px;
  flex-flow: wrap;
  flex: 1 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: calc(66vw - 50px);
  height: 100%;
  display: grid;
}

.image-wrapper.left {
  transform-origin: 100%;
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper.right {
  transform-origin: 0%;
  grid-template-columns: auto 1fr;
}

.image-wrapper.down {
  background-image: linear-gradient(270deg, var(--red-japan), transparent);
  transform-origin: 100%;
  border-top-right-radius: 1000vw;
  border-bottom-right-radius: 1000vw;
  justify-content: flex-end;
  align-items: center;
  height: max-content;
  display: flex;
}

.info-img-01 {
  max-height: 40vw;
}

.image-window {
  aspect-ratio: 1;
  background-color: var(--white);
  background-image: url('../images/76e629f9c50c6ff59f36b7e4c88b0b0b.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1000%;
  width: 600px;
  max-width: 80vw;
  height: 600px;
  max-height: 80vw;
  position: relative;
}

.image-window.yellow {
  background-image: url('../images/7c8065e65b33c3a5aa7878ceb2e759a0.avif');
}

.image-window.green {
  background-image: url('../images/d6998e4ef07a360549eea3800251316b.avif');
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Welbut, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.interview-box {
  z-index: 1;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: max-content;
  min-height: 600px;
  max-height: 900px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.desk-bg {
  z-index: 3;
  background-image: url('../images/noise.webp'), url('../images/noise.webp'), url('../images/circles--2.svg'), radial-gradient(circle farthest-corner at 50% 100%, var(--antique-beige), var(--orchid-pink));
  box-shadow: none;
  opacity: 1;
  background-position: 0 0, 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.youtube {
  aspect-ratio: 16 / 9;
  box-shadow: 10px -10px 60px -20px var(--darkest-blue);
  background-image: url('../images/fen-interview.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  max-height: 600px;
}

.footer-subscribe {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: max-content;
  margin-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3 {
  z-index: 2;
  max-width: var(--screen);
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--ocean-breeze);
}

.footer-link-three.theme-trigger {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  z-index: 2;
  max-width: var(--screen);
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.code {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.image-30 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -50px 25% 0% auto;
}

.image-30.right-larger {
  z-index: 4;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  position: relative;
  inset: 0%;
}

.content-wrapper-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95vw;
  max-width: 95vw;
  margin: 100px auto;
  padding: 20px;
  display: flex;
}

.content-wrapper-2.hide-overflow {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.content-wrapper-2.hide-overflow.sliding-tiles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper-2.hide-overflow.adjacent-m-b-0 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--midnight-abyss), var(--darkest-blue));
  color: var(--neutral-0);
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.content-wrapper-2.hide-overflow.centre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.provider-title-2 {
  z-index: 2;
  background-color: var(--bg);
  pointer-events: auto;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: max-content;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 20px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  display: block;
  position: absolute;
  inset: auto 0% 0 0;
  overflow: visible;
}

.provider-tile-artwork {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: 1;
  background-color: var(--neutral-0);
  box-shadow: 0 10px 60px -25px var(--midnight-abyss);
  object-fit: fill;
  border: 3px #fff;
  border-radius: 15px;
  flex: 1 0 auto;
  align-items: center;
  width: 25vh;
  min-width: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.provider-tile-artwork._2:hover {
  box-shadow: 0 10px 50px -13px #05031f80;
}

.m-b-20 {
  margin-bottom: 40px;
  line-height: 1em;
}

.social-footer-link-2 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.head-secndary {
  color: var(--orchid-pink);
  margin-top: 10px;
}

.head-secndary.m-b-100 {
  margin-bottom: 100px;
}

.head-secndary.m-b-50 {
  margin-bottom: 50px;
}

.profile-socials-block {
  margin-top: auto;
}

.flex-block-8 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: stretch;
}

.body-internal-wrapper {
  margin-top: 0;
}

.image-31 {
  width: 400px;
}

.team-member-wrapper {
  z-index: 10;
  aspect-ratio: 1 / 2;
  max-width: 40vw;
  font-weight: 500;
  position: relative;
}

.team-member-wrapper.major {
  justify-content: flex-start;
  align-items: flex-end;
}

.team-member-wrapper.sec {
  background-image: none;
}

.blury-image-32 {
  z-index: -1;
  opacity: 1;
  width: 100vw;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-block-9 {
  z-index: 3;
  position: relative;
}

.ani_man_wrapper {
  z-index: -1;
  text-transform: uppercase;
  perspective: 500px;
  perspective-origin: 50% calc(50% - 150px);
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  font-family: Welbut, sans-serif;
  display: grid;
  transform: rotateX(-7deg)rotateY(0)rotateZ(39deg);
}

.ani_man_wrapper.art-director {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  transform: translate(0, -56px)rotateX(-7deg)rotateY(0)rotateZ(18deg);
}

.ani_man_wrapper.lead-designer {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(-115px, 20px)rotateX(31deg)rotateY(0)rotateZ(18deg);
}

.ani_man_banner {
  transform-style: preserve-3d;
  font-size: 62px;
  line-height: 1em;
  animation: 24s linear infinite rotate;
  display: flex;
}

.ani_man_banner.designer-leaad {
  font-size: 57px;
  animation-direction: reverse;
}

.ani_man_panel {
  transform: translate(-50%, -50%) rotateY(var(--angle)) translateZ(190px);
  transform-style: preserve-3d;
  width: 50px;
  height: 120px;
  position: absolute;
  overflow: hidden;
}

.tile-colour-wrapper {
  z-index: 2;
  border-radius: 15px;
  flex: 0 auto;
  align-self: stretch;
  font-weight: 700;
  display: flex;
  position: relative;
}

.art-pill {
  z-index: 4;
  background-color: var(--shadow-5);
  border-radius: 100px;
  position: relative;
}

.art-pill._2 {
  aspect-ratio: 1;
  box-shadow: inset 0 0 0 50px var(--white);
  background-color: #0000;
  border-radius: 1000px;
}

.image-32 {
  opacity: .08;
  height: 80vh;
  position: absolute;
  inset: -28% -50% auto auto;
  transform: rotate(18deg);
}

.flex-block-10 {
  position: relative;
}

.bear-ring {
  aspect-ratio: 1;
  background-image: url('../images/panda-circle.avif');
  background-position: 0 0;
  background-size: contain;
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bear-ring.rotate360 {
  z-index: 4;
}

.flex-block-11 {
  display: block;
}

.heading-12 {
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 49px;
  padding-bottom: 20px;
}

.image-glitter-window {
  aspect-ratio: 1;
  background-image: url('../images/faint-blue-blur_1.avif'), url('../images/picture-window-2.webp');
  background-position: 0 0, 0 0;
  background-size: contain, cover;
  justify-content: center;
  align-items: flex-end;
  max-width: 80vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-glitter-window.right {
  background-image: url('../images/faint-blue-blur_1.avif'), url('../images/picture-window-2-right.webp');
}

.glitter-gradient-overlay {
  z-index: 3;
  height: 100%;
  position: absolute;
  left: 0;
}

.glitter-gradient-overlay.right {
  left: auto;
  right: 0;
}

.bear-img {
  z-index: 2;
  filter: saturate(0%);
  transform-origin: 100%;
  object-fit: cover;
  flex: 1 0 auto;
  max-width: none;
  height: 100%;
  transition: all .2s;
  transform: perspective(110px);
}

.bear-img:hover {
  filter: none;
}

.bear-img.right {
  transform: translate(33%);
}

.glitter-bg {
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
}

.glitter-bg.right {
  filter: drop-shadow(20px 2px 20px #000000b3);
}

.frontal-blur {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.provider-serial {
  z-index: 5;
  margin-top: 0;
  font-weight: 900;
  position: relative;
}

.art-square-img-wrapper {
  z-index: 3;
  aspect-ratio: 1;
  background-color: var(--white);
  box-shadow: 0 15px 60px -30px var(--midnight-abyss);
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.image-33 {
  z-index: 0;
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.text-header-bookends {
  height: .8em;
  position: relative;
  left: 0;
  right: auto;
}

.text-header-bookends.start {
  margin-top: 3px;
  margin-right: -3px;
}

.text-header-bookends.end {
  margin-top: auto;
  margin-bottom: 5px;
  margin-left: -2px;
}

.text-header-bookends.end.half {
  margin-bottom: -3px;
}

.header-with-bookends {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 50px;
  display: grid;
  position: relative;
}

.image-34 {
  position: absolute;
  left: 0;
}

.image-35 {
  filter: saturate(200%) grayscale();
  position: absolute;
  transform: translate(-56px, 102px);
}

.flex-block-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin: auto auto auto 5vw;
}

.heading-13 {
  letter-spacing: -10px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 40px;
  font-size: 19vw;
  line-height: .5em;
  display: flex;
}

.heading-13.glitch-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
}

.heading-13.glitch-text.sec {
  letter-spacing: 5px;
  font-size: 90px;
  font-weight: 100;
  animation-direction: reverse;
}

.hero-poster {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.text-span {
  letter-spacing: -4px;
  font-size: 50%;
  line-height: 1;
}

.glitch-text {
  line-height: 1;
  display: block;
  position: relative;
}

.hero-text-org {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 60px;
  font-family: "Exo 2", sans-serif;
  position: static;
  inset: auto auto auto 0%;
}

.flex-block-14 {
  height: 100%;
}

.colour-bg {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--ocean-breeze);
  background-image: url('../images/noise.webp'), url('../images/circles--2.svg'), radial-gradient(circle farthest-corner at 0% 0%, var(--meadow-green), transparent 71%), radial-gradient(circle farthest-corner at 0% 100%, var(--ocean-breeze), transparent);
  background-position: 0 0, 50% 100%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, cover, auto, auto;
  border-radius: 2000px 2000px 0% 0;
  height: 95%;
  position: absolute;
  inset: auto 0% 0%;
}

.colour-bg.adv {
  background-color: var(--neon-sapphire);
}

.colour-bg.techi {
  background-color: var(--flaming-coral);
}

.preview-image-flex {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  position: relative;
  transform: translate(0%);
}

.img-window-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/window-white-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-height: 30%;
  display: flex;
}

.primary-image-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
}

.img-square-wrapper {
  aspect-ratio: 1;
  border: 2px none var(--dark-accent-text);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  perspective: 312px;
  border-radius: 1000px;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.image-36 {
  opacity: .21;
  transform-origin: 0 0;
  mix-blend-mode: soft-light;
  width: auto;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: rotate(-23deg)translate(-50%, -50%);
}

.image-37 {
  width: calc(100vw + 10px);
  max-width: none;
  position: relative;
  transform: translate(-5px, 5px);
}

.art-square-inner {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.mouseposition {
  z-index: 5;
  width: 50%;
  height: 50%;
  position: absolute;
}

.mouseposition._1 {
  inset: auto 0% 0% auto;
}

.mouseposition._3 {
  inset: auto auto 0% 0%;
}

.mouseposition._2 {
  inset: 0% 0% auto auto;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/eat.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 190px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  box-shadow: 0 0 13px #0000001a;
}

.mouseposition-2 {
  z-index: 3;
  width: 50%;
  height: 50%;
  position: absolute;
}

.mouseposition-2._1 {
  inset: 0% auto auto 0%;
}

.mouseposition-2._2 {
  inset: 0% 0% auto auto;
}

.mouseposition-2._3 {
  inset: auto auto 0% 0%;
}

.mouseposition-2._4 {
  inset: auto 0% 0% auto;
}

.trigger-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-card-window {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  box-shadow: 0 15px 60px -30px var(--midnight-abyss);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  margin-top: 5vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flex-block-15 {
  padding-top: 20px;
  padding-right: 30px;
}

.container-4 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 450px;
  max-width: 90vw;
  margin-top: 60px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 140px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.section {
  background-color: #0000000d;
  padding: 150px 20px;
}

.features-right {
  grid-row-gap: 200px;
  perspective: 1000px;
  perspective-origin: 0 0;
  flex-direction: column;
  width: 700px;
  max-width: 90vw;
  display: flex;
  position: relative;
}

.features-right.compact {
  grid-row-gap: 50px;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-wrapper.centre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.features-card {
  background-color: var(--shadow-5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 95vw;
  padding: 0 40px;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
  transform: none;
}

.features-card.third {
  margin-bottom: 15px;
  top: 140px;
}

.features-card.second {
  margin-bottom: 30px;
  top: 100px;
}

.features-card.first {
  margin-bottom: 45px;
  top: 60px;
}

.features-card.fourth {
  top: 195px;
}

.image-39 {
  opacity: .22;
  filter: none;
}

.hero-inner-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bio {
  display: none;
  overflow: auto;
}

.team-styles-scripting, .ui-code, .code-embed-5, .code-embed-6, .code-embed-7 {
  position: absolute;
}

.hero-poster-bg {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.character-bento {
  justify-content: space-between;
}

.fw-container {
  max-width: var(--screen);
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.fw-container.m-b-100 {
  margin-bottom: 100px;
}

.character-tile {
  background-image: none;
  border-radius: 30px;
  flex-flow: row;
  width: 28.5%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.character-tile._1 {
  background-image: url('../images/noise.webp'), radial-gradient(circle farthest-side at 0% 50%, var(--cherry-red), var(--mulberry));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.character-tile._1.transition-tile {
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--aqua-mist), var(--deep-sea));
}

.character-tile._2 {
  background-image: url('../images/noise.webp'), radial-gradient(circle farthest-side at 0% 50%, var(--ocean-breeze), var(--deep-sea));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.character-tile._2.transition-tile {
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--coral-blaze), var(--plum-wine));
}

.character-tile._3 {
  background-image: url('../images/noise.webp'), radial-gradient(circle farthest-side at 0% 50%, var(--fresh-grass), var(--emerald-isle));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.character-tile._3.transition-tile {
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--meadow-green), var(--emerald-isle));
}

.character-img {
  flex: 0 auto;
  height: 250px;
  position: relative;
  transform: translate(-20%);
}

.character-text-visible-wrapper {
  z-index: 2;
  flex: 1 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  position: absolute;
  right: 0;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
}

.flare {
  z-index: -1;
  filter: blur(20px);
  transform-origin: 50%;
  width: 200%;
  max-width: none;
  animation: 9s linear infinite forwards rotate360;
  position: absolute;
  top: -50%;
  left: -50%;
}

.flare._2 {
  opacity: .5;
  filter: none;
  animation: 11s linear infinite reverse rotate360;
}

.flare-container {
  opacity: 0;
}

.head-secndary-2 {
  color: #a23e8c;
}

.head-secndary-2.m-b-100 {
  margin-bottom: 100px;
}

.art-poster {
  background-image: url('../images/girl-poster_2.avif'), radial-gradient(circle farthest-corner at 50% 50%, var(--stormy-sky), transparent), linear-gradient(to bottom, #10141feb, #10141feb);
  box-shadow: none;
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  border-radius: 20px;
  flex: 1;
  order: -1;
  align-self: stretch;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.art-poster.empty {
  background-image: none;
}

.flex-block-17 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
  position: relative;
}

.option-tile-link {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  background-color: var(--steel-blue);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  transition: background-color .2s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.option-tile-link:hover {
  background-color: var(--stormy-sky);
}

.flex-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--deep-sea);
  box-shadow: 0 0 0 2px var(--stormy-sky);
  background-image: url('../images/faint-blue-blur_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 30px;
  padding: 20px;
}

.flex-block-18._2 {
  background-image: url('../images/wood-blue.webp'), url('../images/faint-blue-blur_1.avif');
  background-position: 50% 0, 50% 100%;
  background-size: cover, cover;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.option-tile-img {
  max-width: none;
  height: calc(100% + 40px);
  position: absolute;
  inset: -20px 0% 0% auto;
}

.heading-15 {
  z-index: 2;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.heading-16 {
  z-index: 2;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.5em;
  position: relative;
}

.arrow {
  opacity: .09;
  filter: invert();
  width: auto;
  max-width: none;
  height: 3em;
  transition: all .2s;
  position: absolute;
  top: -20px;
  transform: translate(-200%);
}

.flex-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
}

.exit-btn {
  position: relative;
}

.article-wide-image-wrapper-fade-bottom {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.overlay-element {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent, var(--deep-night));
  position: absolute;
  inset: 0%;
}

.overlay-element._0 {
  background-image: none;
}

.overlay-element.to-bg {
  background-image: linear-gradient(180deg, var(--charcoal-grey), #01010200 100%, transparent);
}

.heading-17 {
  font-size: 60px;
  font-weight: 100;
  line-height: 1.5;
}

.section-2 {
  margin-bottom: 100px;
}

.paragraph-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
}

.paragraph-9 {
  width: calc(50% - 40px);
  margin-top: 40px;
}

.image-42 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -50px 25% 0% auto;
}

.image-42.right-larger {
  z-index: 4;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  position: relative;
  inset: 0%;
}

.desk-bg-2 {
  z-index: 3;
  box-shadow: none;
  opacity: 1;
  background-image: url('../images/noise.webp'), url('../images/noise.webp'), url('../images/circles--2.svg'), radial-gradient(circle at 50% 100%, #008fe7, #a010c9);
  background-position: 0 0, 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.profile-tile-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: 350px;
  min-height: 200px;
  padding: 20px 20px 30px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.profile-tile-2:hover {
  transform: none;
  box-shadow: 0 15px 60px -30px #05031f;
}

.ani_man_banner-2 {
  color: #05031f;
  transform-style: preserve-3d;
  font-size: 62px;
  line-height: 1em;
  animation: 24s linear infinite rotate;
  display: flex;
}

.ani_man_banner-2.designer-leaad {
  color: #05031f;
  font-size: 57px;
  animation-direction: reverse;
}

.art-pill-2 {
  z-index: 4;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
}

.art-pill-2._2 {
  aspect-ratio: 1;
  background-color: #0000;
  border-radius: 1000px;
  box-shadow: inset 0 0 0 50px #fff;
}

.flex-block-20 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
}

.profile-tile-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform-origin: 50%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #090a14;
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  width: calc(25% - 30px);
  max-width: 350px;
  min-height: 200px;
  padding: 20px 20px 30px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.profile-tile-3:hover {
  transform: none;
  box-shadow: 0 0 0 1px #394a50, 0 15px 60px -30px #000;
}

.flex-block-21 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
}

.profile-tile-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform-origin: 50%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #090a14;
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  width: calc(25% - 30px);
  max-width: 350px;
  min-height: 200px;
  padding: 20px 20px 30px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.profile-tile-4:hover {
  transform: none;
  box-shadow: 0 0 0 1px #394a50, 0 15px 60px -30px #000;
}

.italic-text {
  color: var(--berry-splash);
}

.hero-vertical-wrapper {
  flex-flow: row;
  justify-content: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.image-43 {
  opacity: 1;
  width: 600px;
  max-width: none;
}

.heading-18 {
  letter-spacing: -10px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 40px;
  font-size: 19vw;
  line-height: .5em;
  display: flex;
}

.heading-18.glitch-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  line-height: 1;
}

.heading-19 {
  letter-spacing: -10px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 40px;
  font-size: 19vw;
  line-height: .5em;
  display: flex;
}

.heading-19.glitch-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
}

.heading-19.glitch-text.sec {
  letter-spacing: 5px;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  animation-direction: reverse;
}

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--snow-white);
  text-shadow: 0 1px 50px var(--charcoal-grey);
}

.image-44 {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-poster-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  min-height: 300px;
}

.footer-poster-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 40%;
  max-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-45 {
  width: 450px;
  max-width: 80vw;
  margin-top: 100px;
  margin-bottom: 20px;
}

.general-page-header {
  width: 100vw;
  height: 45vw;
  margin-bottom: 60px;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.div-block-9 {
  background-color: var(--deep-sea);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    width: 45vw;
  }

  .hero-img {
    width: 50vw;
    margin-top: auto;
  }

  .hero-img.wrapper {
    display: none;
    transform: rotate(0)translate3d(-56px, 0, 111px);
  }

  .hero-img.skew-container {
    perspective: 45vw;
    transform: rotateX(-21deg)rotateY(0)rotateZ(0)rotateX(-21deg)rotateY(2deg)rotateZ(45deg);
  }

  .gradient-overlay-wrapper {
    opacity: 1;
    filter: blur(30px);
    mix-blend-mode: lighten;
    transform: translate3d(0, 0, 97px);
  }

  .image-skew._1 {
    transform: translate(0, 26px);
  }

  .image-skew.base {
    transform: translate3d(0, 50px, -50px);
  }

  .circle-to-stroke.right, .circle-to-stroke.head, .circle-to-stroke.left {
    box-shadow: 0 -4px 0 0 var(--darkest-blue);
  }

  .disappear {
    filter: none;
  }

  .hero {
    height: auto;
    max-height: none;
  }

  .content-wrapper.blue {
    flex-flow: column;
  }

  .welcome-overlay {
    grid-template-columns: 1fr 15vw 15vw;
  }

  .the-characters {
    font-size: 65px;
  }

  .cta-link {
    font-size: 30px;
  }

  .hero-flexbox.vertical-overflowing {
    margin-left: 7.5vw;
  }

  .hero-bera-graphic {
    background-color: #916adf;
    width: 16vw;
  }

  .hero-bera-graphic._3 {
    background-color: #f3a560;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-bera-graphic._5 {
    background-color: #e67c9e;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-text-block.dark-text {
    max-width: 80vw;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .content-text-block.dark-text.blut-bg {
    transition: opacity .2s;
    transform: translate(0, -50%);
  }

  .content-text-block.truncated.for-dark-bg {
    max-width: none;
  }

  .tiles-flexbox {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .provider-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .provider-tile {
    min-width: 180px;
  }

  .provider-title {
    font-size: 17px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero-heading.gradient-text {
    font-size: 45px;
    line-height: 1.4em;
  }

  .hero-heading.gradient-text.skew-text-art.grid-child {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13vw;
  }

  .hero-heading.gradient-text.skew-text-art.grid-child.hero-only {
    font-size: 80px;
  }

  .grid-of-nfts.grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-of-nfts.grid.gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-of-nfts.profiles {
    grid-template-columns: 1fr 1fr;
  }

  .art-square.grid-child {
    width: 100%;
    max-width: 33vw;
  }

  .art-square.grid-child.hidden {
    min-width: auto;
    max-width: none;
  }

  .profile-tile {
    width: calc(33.33% - 30px);
  }

  .wire-bear {
    flex: 1;
    max-width: none;
  }

  .filters-nav-bar-wrapper {
    width: 25%;
    min-width: 180px;
  }

  .overlay-content {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: max-content;
    max-height: 90vh;
    overflow: scroll;
  }

  .overlay-img-wrapper {
    border-radius: 10px 10px 0 0;
    width: 90vw;
    height: 90vw;
  }

  .overlay-img {
    border-radius: 10px 10px 0 0;
  }

  .cta-link-2, .cta-link2 {
    font-size: 30px;
  }

  .hero-poster-image {
    left: 0;
  }

  .cta-link-3 {
    font-size: 30px;
  }

  .hero-button-organiser {
    width: 100%;
  }

  .hero-content-grid {
    z-index: 6;
    grid-template-rows: auto;
  }

  .hero-content-grid.right-orientate {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .constrained-container {
    max-width: 95vw;
  }

  .constrained-container.container-01 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .bento._3 {
    flex: 1 0 auto;
    width: calc(50% - 15px);
  }

  .centre {
    text-align: center;
  }

  .image-29 {
    display: none;
  }

  .content {
    text-align: left;
    flex: 1 0 auto;
    min-width: auto;
  }

  .info-organiser {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--midnight-abyss);
    background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--steve-secondary), transparent 41%);
    background-position: 0 0;
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: auto;
    display: grid;
  }

  .info-organiser.right {
    flex-flow: column-reverse;
  }

  .interview-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 100vw;
    overflow: hidden;
  }

  .desk-bg {
    display: none;
  }

  .youtube {
    max-width: 90vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    bottom: 20px;
  }

  .image-30, .image-30.right-larger {
    display: none;
  }

  .provider-title-2 {
    font-size: 17px;
  }

  .provider-tile-artwork {
    min-width: 180px;
  }

  .blury-image-32 {
    display: none;
  }

  .flex-block-9 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .art-pill, .art-pill._2, .art-pill.duplicate {
    display: none;
  }

  .bear-img {
    filter: none;
  }

  .flex-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-13.glitch-text {
    font-size: 140px;
  }

  .heading-13.glitch-text.sec {
    letter-spacing: -2px;
    font-size: 71px;
  }

  .hero-text-org {
    justify-content: flex-start;
    align-items: center;
    inset: 0%;
  }

  .colour-bg {
    display: none;
  }

  .preview-image-flex {
    flex-flow: wrap;
    flex: 1 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 20px;
    transform: none;
  }

  .img-window-wrapper {
    width: 100px;
  }

  .primary-image-wrapper {
    flex: 1 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .img-square-wrapper {
    height: 100%;
    inset: 0 auto auto;
  }

  .features-left {
    margin-bottom: 40px;
    top: 40px;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .features-card.third {
    padding-left: 0;
    padding-right: 0;
    top: 60px;
  }

  .features-card.second {
    padding-left: 0;
    padding-right: 0;
    top: 40px;
  }

  .features-card.first {
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .flex-block-16 {
    justify-content: center;
    align-items: center;
  }

  .hero-inner-wrapper {
    height: 50vw;
  }

  .character-text-visible-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .art-poster {
    min-height: 400px;
  }

  .flex-block-17 {
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-block-18 {
    flex-flow: column;
  }

  .flex-block-19 {
    margin-top: 40px;
  }

  .card-wrapper {
    justify-content: center;
  }

  .image-42, .image-42.right-larger, .desk-bg-2, .art-pill-2, .art-pill-2._2, .art-pill-2.duplicate {
    display: none;
  }

  .profile-tile-3, .profile-tile-4 {
    width: calc(33.33% - 30px);
  }

  .hero-vertical-wrapper {
    flex-flow: column-reverse;
    height: auto;
    position: relative;
  }

  .image-43 {
    max-width: 80vw;
  }

  .heading-18.glitch-text {
    font-size: 120px;
    line-height: .8em;
  }

  .heading-19.glitch-text {
    font-size: 140px;
  }

  .heading-19.glitch-text.sec {
    letter-spacing: -2px;
    font-size: 60px;
    line-height: .7em;
  }

  .flex-block-22 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container {
    min-width: auto;
  }

  .brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img.wrapper {
    margin-left: auto;
    margin-right: auto;
    transform: translate(8px, 52px);
  }

  .hero-img.skew-container {
    perspective: 65vw;
    transform: rotate(0)rotateX(0)rotateY(9deg)rotateZ(55deg);
  }

  .gradient-overlay-wrapper {
    mix-blend-mode: lighten;
  }

  .image-skew._1 {
    transform: translate(0);
  }

  .image-skew.base {
    transform: translate3d(0, 0, -50px);
  }

  .hero {
    height: auto;
    max-height: none;
  }

  .content-wrapper.blue.bears {
    padding-bottom: 200px;
  }

  .welcome-overlay {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .the-characters {
    font-size: 50px;
  }

  .cta-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .hero-flexbox.vertical-overflowing {
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    position: relative;
    top: 0%;
    transform: translate(0);
  }

  .hero-bera-graphic {
    width: auto;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .content-text-block.dark-text {
    text-align: center;
  }

  .content-text-block.dark-text.blut-bg {
    transform: none;
  }

  .content-text-block.truncated.for-dark-bg {
    text-align: left;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tiles-flexbox {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-heading.gradient-text {
    font-size: 55px;
    line-height: 1.4em;
  }

  .grid-of-nfts.grid.gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .art-square.grid-child {
    width: 100%;
    min-width: 100px;
    max-width: none;
  }

  .art-square.grid-child.hidden {
    width: auto;
    display: none;
  }

  .btn {
    line-height: 1.3em;
  }

  .profile-tile {
    width: calc(50% - 30px);
  }

  .go-home.mobile, .go-home.mobile.w--current {
    display: block;
  }

  .go-home.desktop {
    display: none;
  }

  .heading-3 {
    text-align: left;
  }

  .gallery-filters {
    background-color: #ffffffb3;
  }

  .field-label {
    text-align: left;
  }

  .field-label.no-caret {
    text-align: left;
    display: block;
  }

  .gallery-ui-oragniser {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filters-nav-bar-wrapper {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .svg {
    flex: 0 auto;
    width: max-content;
    display: block;
  }

  .filters-btn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    font-size: inherit;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .filters-btn.w--open {
    background-color: var(--color-7);
    border-radius: 100px;
  }

  .filters-payload {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #0000;
  }

  .text-block-3 {
    display: block;
  }

  .container-2 {
    display: flex;
  }

  .cta-link-2, .cta-link2, .cta-link-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .hero-button-organiser {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-grid.right-orientate {
    position: relative;
  }

  .heading-9 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    bottom: 10px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13.glitch-text {
    font-size: 100px;
  }

  .heading-13.glitch-text.sec {
    font-size: 50px;
  }

  .hero-text-org {
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-inner-wrapper {
    height: 50vw;
  }

  .character-bento {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .character-tile {
    width: 100%;
  }

  .flex-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .card-wrapper {
    justify-content: center;
  }

  .paragraph-9 {
    width: auto;
  }

  .profile-tile-3, .profile-tile-4 {
    width: calc(50% - 30px);
  }

  .hero-vertical-wrapper {
    flex-flow: column-reverse;
    height: auto;
    position: relative;
  }

  .heading-18.glitch-text, .heading-19.glitch-text {
    font-size: 100px;
  }

  .heading-19.glitch-text.sec {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 80vw;
  }

  .hero-img.wrapper {
    transform: translate(8px, -7px);
  }

  .hero-img.skew-container {
    perspective: 150vw;
    transform: rotateX(2deg)rotateY(4deg)rotateZ(35deg);
  }

  .content-wrapper.blue.bears {
    padding-bottom: 400px;
  }

  .welcome-overlay {
    width: 100%;
  }

  .flex-block-2 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .content-text-block.dark-text.blut-bg {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .paragraph {
    font-size: 20px;
  }

  .hero-heading {
    font-size: 29px;
  }

  .hero-heading.gradient-text {
    font-size: 35px;
  }

  .hero-heading.gradient-text.skew-text-art.grid-child.hero-only {
    font-size: 50px;
    transform: none;
  }

  .grid-of-nfts.grid {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-of-nfts.grid.gallery, .grid-of-nfts.profiles {
    grid-template-columns: 1fr;
  }

  .art-square.grid-child {
    width: 80vw;
    max-width: none;
  }

  .art-square.grid-child.hidden {
    display: none;
  }

  .btn {
    padding: 13px 20px 15px;
  }

  .profile-tile, .wire-bear {
    width: 100%;
  }

  .constrained-container.container-01 {
    flex-flow: column;
  }

  .bento._3 {
    width: auto;
  }

  .container-head.primary {
    font-size: 50px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .desk-bg {
    max-height: 100vw;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    flex-flow: wrap;
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-b-20, .head-secndary, .head-secndary-2 {
    font-size: 28px;
  }

  .option-tile-link {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    padding-right: 20px;
  }

  .option-tile-img {
    height: 100%;
    max-height: 70vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0 auto 0%;
  }

  .arrow {
    display: none;
  }

  .flex-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .desk-bg-2 {
    max-height: 100vw;
  }

  .profile-tile-3, .profile-tile-4 {
    width: 100%;
  }

  .text-block-6 {
    text-align: center;
    line-height: 1.2em;
  }
}

#w-node-f8c7a25a-8357-00b3-53c8-69d42eb0ca9a-cb302cd2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8625dbbe-76ac-5cab-2dbd-a9494011dd9a-cb302cd2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a420c040-27fe-f5e3-0dee-47f2aef69c78-cb302cd2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_87f3b08d-b48e-d185-9a3d-5b8bb7a9ed54-cb302cd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17c0aea7-7333-55d3-ad0a-989fceeec6a0-cb302cd2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_17c0aea7-7333-55d3-ad0a-989fceeec6a2-cb302cd2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_17c0aea7-7333-55d3-ad0a-989fceeec6a4-cb302cd2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-dd830028-3d12-8fa1-a679-c1d9082d45a9-cb302cd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7f4d793-ac7a-9be7-7737-a482204c2a9e-cb302cd2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a7f4d793-ac7a-9be7-7737-a482204c2aa0-cb302cd2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a7f4d793-ac7a-9be7-7737-a482204c2aa2-cb302cd2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_8333d110-bc48-7db8-201a-9451c9c70cbf-cb302cd2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_109dff02-d827-050b-e5a6-f9f25aac9f7b-cb302cd2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_109dff02-d827-050b-e5a6-f9f25aac9f7d-cb302cd2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_109dff02-d827-050b-e5a6-f9f25aac9f7f-cb302cd2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_6b2bc3e1-a75a-97cc-249c-e03024e9a365-cb302cd2, #w-node-_34889638-5d31-e5a3-9ce4-da745a64397a-9a78f42a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6dc1c6f1-4bae-f1ed-bc7c-1b2a9a78f42d-9a78f42a {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ee7b41ca-73d4-504e-0cdd-40cdc0c853a2-c0c853a0, #w-node-_994e6c8d-f4cd-bcb1-21ab-6d6d50cd11b5-c0c853a0 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-b91e50fd-2790-d7e7-c07d-10af45f9f0b7-cb302cd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7c28e1b7-3f4d-bab6-aa23-719774f52cd0-cb302cd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_95be6e61-e309-11ad-c012-e6eb782ede0f-cb302cd4 {
  place-self: auto stretch;
}

#w-node-_03e4c10a-40e9-539d-d21b-5a1f44417c57-cb302cd4, #w-node-c83eb6f7-f151-07fd-b2c5-4452b938ea39-cb302cd4, #w-node-b985ca74-b6e3-e148-2076-bb89f2a094ba-cb302cd4, #w-node-c29684b3-6486-8910-2170-d29b2bba5d73-cb302cd4, #w-node-_04a12634-8efd-a245-b266-91687705b542-cb302cd4, #w-node-_217f78b7-8636-477d-a4be-894a44f0ff53-cb302cd4, #w-node-a6f72768-8c99-048a-fbcb-79838395d32f-cb302cd4, #w-node-_43b0ee88-646f-aca1-ccb5-a367f9ef6731-cb302cd4, #w-node-fceaf1cc-7c4a-4df2-36a8-44897248fe27-cb302cd4, #w-node-b91e50fd-2790-d7e7-c07d-10af45f9f0b7-cb302cd5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e637932a-f9d7-9ff4-fad9-0855de3d80ec-7f48433d, #w-node-e637932a-f9d7-9ff4-fad9-0855de3d80ed-7f48433d, #w-node-c2c78af5-e899-0169-b1db-586e5814a00c-7f48433d, #w-node-c2c78af5-e899-0169-b1db-586e5814a00d-7f48433d {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c246-c7ab98ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c248-c7ab98ef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24a-c7ab98ef {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24b-c7ab98ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24d-c7ab98ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24f-c7ab98ef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c251-c7ab98ef {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c252-c7ab98ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c254-c7ab98ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c256-c7ab98ef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c258-c7ab98ef {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c259-c7ab98ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c25b-c7ab98ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c25d-c7ab98ef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c25f-c7ab98ef {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c260-c7ab98ef {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6dc1c6f1-4bae-f1ed-bc7c-1b2a9a78f42d-9a78f42a {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8c7a25a-8357-00b3-53c8-69d42eb0ca9a-cb302cd2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8625dbbe-76ac-5cab-2dbd-a9494011dd9a-cb302cd2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a420c040-27fe-f5e3-0dee-47f2aef69c78-cb302cd2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87f3b08d-b48e-d185-9a3d-5b8bb7a9ed54-cb302cd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c246-c7ab98ef {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c248-c7ab98ef {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24a-c7ab98ef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6670498e-3f2a-e6f5-24d6-a899ae57c24b-c7ab98ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'LOUDNOISE';
  src: url('../fonts/LOUDNOISE.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-UltraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-BlackItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-Acumin_Pro_Bold.ttf') format('truetype'), url('../fonts/fonnts.com-AcuminPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-Acumin_Pro_Bold_Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin';
  src: url('../fonts/fonnts.com-AcuminPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LOUDNOISE';
  src: url('../fonts/LOUDNOISESKEW.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LOUDNOISE';
  src: url('../fonts/LOUDNOISEBLACK.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LOUDNOISE';
  src: url('../fonts/LOUDNOISEBLACKSKEW.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saiba 45';
  src: url('../fonts/SAIBA-45.ttf') format('truetype'), url('../fonts/SAIBA-45.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saiba 45 Outline';
  src: url('../fonts/SAIBA-45-Outline.ttf') format('truetype'), url('../fonts/SAIBA-45-Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Welbut';
  src: url('../fonts/Welbut__.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2.0-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}