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

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

@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averiaseriflibre;
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --albie-popup-blue: #125ba5;
  --whiteish: #fff;
  --albie-yellow: #f7cb4b;
  --albie-pistacchio: #e6e3ba;
  --albie-light-red: #ff5a7f;
  --albie-red: #c73354;
  --65-alpha-white: #ffffffbf;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.big-title {
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: clamp(60px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
}

.main-paragraph {
  color: var(--albie-popup-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.2;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  background-color: var(--whiteish);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  box-shadow: 0 4rem 4rem #0003;
}

.separator-bio {
  aspect-ratio: 5;
  justify-content: center;
  align-items: center;
  height: 4em;
  display: flex;
}

.bio-container {
  z-index: 2;
  aspect-ratio: 1;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.img-stack-container {
  z-index: 2;
  aspect-ratio: 1;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-weight: 400;
  display: block;
  position: relative;
  box-shadow: 0 4rem 4rem #0003;
}

.stack-img-3 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.sticky-container {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: static;
  top: 0;
}

.sticky-container.switch {
  flex-flow: row-reverse;
}

.image-fit {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
}

.bio-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.stack-img-2 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.stack-img-1 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.section-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-img-albie {
  background-image: url('../images/bg-01.jpg');
  background-size: auto;
  width: 100%;
  height: 100%;
}

.lottie-animation {
  height: 3rem;
}

.lottie-animation-2 {
  width: 7rem;
  transform: rotate(-20deg);
}

.nav-info {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  top: 4vw;
}

.button-nav {
  filter: drop-shadow(0 11px 5px #00000080);
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  transition: opacity;
  display: block;
  position: relative;
}

.parents-section {
  background-image: url('../images/ALBE_SWIRL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.section-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1;
  display: flex;
}

.section-subhead {
  color: var(--albie-popup-blue);
  text-align: center;
  text-wrap: balance;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.section-container {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: var(--whiteish);
  border-radius: 4.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  padding: 2rem 5vw;
  display: flex;
  box-shadow: 0 1rem 1rem #0003;
}

.section-container.yellow {
  background-color: var(--albie-yellow);
}

.section-container.pistacchio {
  background-color: var(--albie-pistacchio);
}

.action-btn {
  background-color: var(--albie-light-red);
  color: var(--whiteish);
  text-align: center;
  -webkit-text-stroke-color: var(--albie-red);
  text-transform: none;
  border-radius: 1rem;
  padding: 1rem 2rem 1.2rem;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.action-btn:hover {
  background-color: var(--albie-light-red);
  letter-spacing: .05em;
}

.action-btn:active {
  background-color: var(--albie-red);
  color: var(--albie-yellow);
  border-radius: 15rem;
  box-shadow: 0 0 #00000026;
}

.parents-item-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 11px;
}

.parents-pg {
  color: var(--albie-popup-blue);
  text-align: center;
  text-wrap: balance;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-span {
  color: var(--albie-red);
}

.nav-btn-off {
  z-index: 200;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.btn-img-wrapper {
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: relative;
  box-shadow: 0 7px 5px #0003;
}

.nav-btn-on {
  z-index: 201;
  opacity: 1;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-btn-title {
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1;
}

.sectiion-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.item-thumbnail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  color: var(--albie-popup-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
  overflow: hidden;
}

.th-img {
  width: 100%;
  overflow: clip;
}

.thumbnail-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: grid;
  overflow: visible;
}

.activities-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.bio-section-m {
  background-color: #c7dfbd;
  height: 200vh;
  display: none;
  position: relative;
}

.originals-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.main-heading {
  color: var(--albie-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.lottie-animation-5 {
  width: 9vw;
}

.text-span-2 {
  color: var(--albie-red);
}

.related-section {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  position: relative;
}

.big-title-2 {
  color: #125ba5;
  text-align: center;
  text-transform: uppercase;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: clamp(60px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
}

.main-paragraph-2 {
  color: #125ba5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
  line-height: 1.2;
}

.lottie-animation-6 {
  height: 3rem;
}

.about-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.footer-social-link {
  color: #fff;
  margin-left: 12px;
}

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

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

.footer-dark {
  z-index: 8888;
  background-color: #08114d;
  height: auto;
  padding: 10vw 5vw 8vw;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-small {
  color: #f9d62b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.container-4 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  color: #fff;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #f9d62b;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-center {
  color: var(--albie-popup-blue);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-about {
  color: var(--albie-popup-blue);
  text-align: center;
  width: 50vw;
  max-width: 1280px;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
}

.text-span-3 {
  color: var(--albie-red);
}

.text-span-4 {
  color: var(--albie-light-red);
}

.text-span-5 {
  color: #8aa489;
}

.text-span-6 {
  color: #5bbcda;
}

.div-block-17 {
  width: 20vw;
}

.eo-thumb-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--albie-popup-blue);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  font-family: Fredoka, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
}

.eo-thumb-wrrapper {
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.eo-thumb-title {
  line-height: 1;
}

.eo-related-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eo-badge {
  z-index: 9;
  aspect-ratio: 1;
  width: 25%;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.section-6 {
  width: 100%;
  position: relative;
  overflow: visible;
}

.th-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 1.5vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.th-ep-title {
  text-align: center;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.bg-img-tibitz {
  background-image: url('../images/bg-tibitz.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-rosie {
  background-image: url('../images/bg-rosie.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-zia {
  background-image: url('../images/bg-zia.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-jay {
  background-image: url('../images/BG-JAY.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-huggy {
  background-image: url('../images/bg-huggy.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.ic-play {
  z-index: 9;
  width: 3.5vw;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.ic-act {
  z-index: 9;
  width: 4rem;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.edye-play-cta {
  width: 15vw;
}

.navbar-3 {
  z-index: 9997;
  background-color: #0000;
  width: 100%;
  height: 90px;
  padding: 10px 32px;
  display: block;
  position: fixed;
}

.nav-menu-2 {
  background-color: var(--65-alpha-white);
  border-radius: 3rem;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0 1.5rem 1.5rem #0003;
}

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

.container-6 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-10 {
  height: 100%;
  max-height: 50px;
}

.menu-button-3 {
  height: 100%;
}

.menu-button-3.w--open {
  background-color: #0000;
  padding: 1rem;
}

.brand-4, .nav-main-container {
  height: 100%;
}

.nav-link-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-btn--m {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--albie-popup-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-btn--m.mobile {
  display: none;
}

.logo-edye-footer {
  max-width: 150px;
  margin-bottom: 20px;
}

.stores-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  color: #20409a;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}

.social-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-nav-wrapper {
  background-color: #20409a;
  height: 100%;
  padding-bottom: 100px;
}

.footer-contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #f9d62b;
  width: 1px;
  height: 8px;
}

.footer-nav-divider {
  background-color: #fff;
  width: 1px;
  height: 1.1rem;
}

.footer-nav {
  color: #fff;
  padding: 16px 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav:hover {
  color: #f7d62b;
}

.footer-nav:active {
  color: #4083c5;
}

.footer-nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.mascot-container {
  justify-content: center;
  align-items: center;
  max-width: 15em;
  display: flex;
  position: absolute;
  inset: 2% auto auto 22%;
}

.footer {
  margin-top: 3em;
  position: relative;
}

.store-link {
  max-width: 152px;
}

.copyright-txt {
  color: #4084c5;
  margin-top: 3em;
  font-size: .8em;
  line-height: 1;
}

.footer-nav-txt {
  color: #f9d62b;
  letter-spacing: .5px;
  font-family: Fredoka, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.footer-nav-txt:hover {
  color: #fff;
}

.footer-nav-txt:active {
  color: #4084c5;
}

.lottie-animation-12 {
  background-image: linear-gradient(#fff, #fff);
}

.sticky_wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky_trigger {
  height: 300svh;
}

.sticky_track {
  position: absolute;
  inset: 0%;
}

.ray-hero-wrapper-2 {
  z-index: 110;
  aspect-ratio: 1;
  background-color: #0000;
  width: 500px;
  display: block;
  position: absolute;
}

.hero-container {
  z-index: 1;
  background-color: #0004ff;
  background-image: radial-gradient(circle, #0000004d, #000000bf), url('../images/bg-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.sticky_element {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-contents-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-character-wrapper {
  aspect-ratio: 1;
  background-color: #0000;
  height: 50svh;
}

.shader {
  z-index: 1;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.door-left-2 {
  z-index: 2;
  background-color: red;
  background-image: url('../images/door1.jpg');
  background-position: 100%;
  background-size: cover;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
}

.sticky_trigger-2 {
  height: 300vh;
}

.door-right {
  z-index: 2;
  background-color: #b00;
  background-image: url('../images/door1.jpg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
}

.hero-logo-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #0000;
  height: 30svh;
}

.image-10 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .main-paragraph {
    line-height: 1.25;
  }

  .section-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: block;
  }

  .section-subhead {
    line-height: 1.25;
  }

  .action-btn {
    padding-bottom: 1.2rem;
  }

  .action-btn:hover {
    letter-spacing: .05em;
  }

  .parents-pg {
    line-height: 1.25;
  }

  .nav-btn-title {
    font-size: 1.3vw;
  }

  .related-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
    display: flex;
  }

  .eo-thumb-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: var(--albie-popup-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    text-decoration: none;
    display: flex;
  }

  .eo-thumb-wrrapper {
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
  }

  .eo-thumb-title {
    color: var(--albie-popup-blue);
    font-family: Fredoka, sans-serif;
    font-size: 2rem;
    line-height: 1;
  }

  .eo-thumb-img {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .eo-related-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .navbar-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .big-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .page-headings.text-align-center {
    grid-column-gap: .85rem;
    grid-row-gap: .85rem;
    padding: 1rem;
    box-shadow: 0 2rem 2rem #0003;
  }

  .separator-bio {
    height: 2.5em;
  }

  .bio-container, .img-stack-container {
    aspect-ratio: 1;
  }

  .stack-img-3 {
    transform: translate(0);
  }

  .sticky-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-section {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .stack-img-1 {
    transform: translate(0);
    box-shadow: 0 2rem 2rem #0003;
  }

  .lottie-animation-2 {
    width: 4rem;
  }

  .nav-info {
    font-size: .8rem;
  }

  .parents-section {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .section-heading {
    font-size: 10vw;
  }

  .section-subhead {
    font-size: 1.4rem;
  }

  .section-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    max-width: 740px;
  }

  .action-btn {
    text-transform: none;
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
  }

  .action-btn:hover {
    letter-spacing: 0;
  }

  .parents-pg {
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-5, .image-6, .image-7 {
    width: 9rem;
  }

  .nav-btn-off {
    z-index: 2;
  }

  .btn-img-wrapper {
    width: 9vw;
    height: 9vw;
  }

  .link-block {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 100%;
  }

  .nav-btn-title {
    text-align: center;
    font-size: 2.5vw;
  }

  .sectiion-container {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .item-thumbnail:hover {
    box-shadow: none;
    transform: none;
  }

  .thumbnail-container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .activities-section {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .bio-section-m {
    height: auto;
  }

  .originals-section {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .main-heading {
    font-size: 8vw;
  }

  .lottie-animation-5 {
    width: 20vw;
  }

  .related-section {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .big-title-2 {
    font-size: 8vw;
  }

  .main-paragraph-2 {
    font-size: 1rem;
  }

  .about-section {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .text-about {
    width: 80vw;
    font-size: 7vw;
  }

  .div-block-17 {
    width: 45vw;
  }

  .eo-thumb-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 50%;
  }

  .eo-thumb-wrrapper {
    border-radius: 1.2rem;
  }

  .eo-thumb-title {
    font-size: 1.4rem;
  }

  .eo-related-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
  }

  .th-wrapper {
    width: 100%;
  }

  .ic-play {
    width: 6vw;
  }

  .edye-play-cta {
    width: 35vw;
  }

  .navbar-3 {
    z-index: 9999;
    background-color: #0000;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    display: block;
    position: fixed;
  }

  .nav-menu-2 {
    background-color: #fffc;
    border-radius: 5vw;
    flex-flow: wrap;
    width: 95%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

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

  .container-6 {
    min-width: auto;
    max-width: none;
    height: 60px;
    padding-top: 0;
  }

  .lottie-animation-10 {
    height: 100%;
    max-height: 50px;
  }

  .menu-button-3 {
    background-color: #fff0;
  }

  .menu-button-3.w--open {
    background-color: #fff0;
    height: 100%;
  }

  .brand-4 {
    height: 100%;
  }

  .nav-main-container {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .link-btn--m {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    color: var(--albie-popup-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Oswald Variablefont Wght, Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .link-btn--m.mobile {
    display: flex;
  }

  .link-btn--m.desktop {
    display: none;
  }

  .logo-edye-footer {
    max-width: 120px;
  }

  .stores-container {
    grid-column-gap: 6rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    place-content: stretch center;
    width: 75%;
  }

  .social-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: center;
    width: 80%;
  }

  .footer-nav-wrapper {
    height: auto;
    padding-bottom: 100px;
  }

  .footer-nav-divider {
    display: none;
  }

  .footer-nav-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .mascot-container {
    max-width: 8em;
    top: -3%;
    left: 7%;
  }

  .footer {
    width: 100%;
    min-height: auto;
    margin-top: 2.4em;
    position: relative;
  }

  .store-link {
    max-width: 100px;
  }

  .lottie-animation-12 {
    width: 100%;
  }

  .ray-hero-wrapper-2 {
    width: auto;
    height: 60vh;
    display: block;
  }

  .hero-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .sticky_element {
    height: 100svh;
  }

  .hero-contents-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 95px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-character-wrapper {
    aspect-ratio: 1;
    background-color: #0000;
    height: 60svh;
    position: static;
  }

  .sticky_trigger-2 {
    height: 300svh;
  }

  .door-right {
    display: block;
  }

  .hero-logo-wrapper {
    background-color: #0000;
    height: 20svh;
  }
}

@media screen and (max-width: 767px) {
  .main-paragraph {
    font-size: 1rem;
  }

  .page-headings.text-align-center {
    padding: .8rem;
  }

  .bio-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    max-width: 85%;
  }

  .bio-section {
    display: flex;
  }

  .lottie-animation {
    height: 1.5rem;
  }

  .parents-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-size: 8vw;
    display: block;
  }

  .section-subhead {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .section-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 5vw;
    width: 90vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-container.yellow, .section-container.pistacchio {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .action-btn {
    padding-bottom: .85rem;
    font-size: 1.3rem;
  }

  .parents-item-container {
    flex-flow: column;
    width: 80%;
  }

  .parents-pg {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.25;
  }

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

  .image-5, .image-6, .image-7 {
    width: 7rem;
  }

  .btn-img-wrapper {
    display: block;
  }

  .link-block {
    flex-flow: column;
    width: 100%;
  }

  .nav-btn-title {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .sectiion-container {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3rem;
  }

  .item-thumbnail {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .thumbnail-container {
    flex-flow: column;
    width: 100%;
  }

  .activities-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bio-section-m {
    display: flex;
  }

  .originals-section {
    height: 100vh;
  }

  .related-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-paragraph-2 {
    font-size: 1rem;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .eo-thumb-container {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .eo-thumb-wrrapper {
    border-radius: 1rem;
  }

  .eo-thumb-title {
    font-size: 1.2rem;
  }

  .th-wrapper {
    border-radius: 1.5rem;
  }

  .th-ep-title {
    font-size: 1.1rem;
  }

  .ic-play {
    width: 3.1rem;
  }

  .navbar-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .lottie-animation-10 {
    height: auto;
  }

  .menu-button-3 {
    background-color: #fff0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-4 {
    display: none;
  }

  .nav-main-container {
    justify-content: center;
    align-items: center;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1.6rem;
  }

  .logo-edye-footer {
    max-width: 110px;
  }

  .stores-container, .social-container {
    width: 90%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-nav-wrapper {
    padding-bottom: 5em;
  }

  .divider {
    display: none;
  }

  .footer-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: .8em;
    margin-bottom: 1.8em;
  }

  .mascot-container {
    max-width: 6em;
    top: -4%;
  }

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

  .sticky_trigger {
    height: 200vh;
  }

  .ray-hero-wrapper-2 {
    width: auto;
    height: auto;
    max-height: 50vh;
    inset: auto auto 5%;
  }

  .hero-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero-contents-wrapper {
    flex-flow: column;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-character-wrapper {
    aspect-ratio: 1;
    background-color: #0000;
  }

  .sticky_trigger-2 {
    height: 200vh;
  }

  .hero-logo-wrapper {
    object-fit: fill;
    background-color: #0000;
    width: 50svw;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .big-title {
    font-size: 16vw;
  }

  .main-paragraph {
    font-size: 1.2rem;
  }

  .page-headings.text-align-center {
    padding: 2rem 1rem;
    transform: rotate(-2deg);
  }

  .separator-bio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .bio-container {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .img-stack-container {
    width: 100%;
    height: 50vh;
    min-height: 350px;
  }

  .stack-img-3 {
    object-fit: cover;
    width: 95%;
    max-width: 400px;
    height: 100%;
    left: 0%;
    transform: translate(-50%);
  }

  .sticky-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    position: sticky;
    top: auto;
  }

  .sticky-container.switch {
    flex-flow: column;
  }

  .image-fit {
    aspect-ratio: auto;
  }

  .bio-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: none;
  }

  .stack-img-2 {
    width: 95%;
    max-width: 400px;
    height: 100%;
    position: relative;
    left: 0%;
    transform: translate(-50%);
  }

  .stack-img-1 {
    width: 95%;
    max-width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0%;
    transform: translate(-50%);
  }

  .bg-img-albie {
    background-image: url('../images/bg-01.jpg');
    background-size: auto;
  }

  .lottie-animation-2 {
    width: 6rem;
  }

  .nav-info {
    margin-bottom: 5vh;
    font-size: .7rem;
  }

  .button-nav {
    width: 18vw;
    height: auto;
  }

  .parents-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section-heading {
    font-size: 9vw;
    display: block;
  }

  .section-subhead {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .section-container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 5vw;
  }

  .section-container.yellow {
    border-radius: 10vw;
    width: 95vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-container.pistacchio {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .action-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
  }

  .parents-item-container {
    width: 100%;
  }

  .parents-pg {
    width: 100%;
    font-size: 1rem;
  }

  .btn-img-wrapper {
    width: 16vw;
    height: 16vw;
  }

  .link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    display: flex;
  }

  .nav-btn-title {
    font-size: .85rem;
  }

  .th-img {
    z-index: 6;
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .thumbnail-container {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .bio-section-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .originals-section {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    height: auto;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .main-heading {
    width: 90vw;
    font-size: 15vw;
  }

  .lottie-animation-5 {
    width: 45vw;
  }

  .code-embed {
    width: 95vw;
  }

  .related-section {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .big-title-2 {
    font-size: 16vw;
  }

  .main-paragraph-2 {
    font-size: 1.2rem;
  }

  .about-section {
    height: auto;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

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

  .footer-copyright-center {
    letter-spacing: 3px;
    font-size: 10px;
  }

  .text-about {
    width: 90vw;
    font-size: 10vw;
    line-height: 1;
  }

  .div-block-17 {
    width: 80vw;
  }

  .eo-thumb-container {
    width: 100%;
  }

  .eo-related-wrapper {
    flex-flow: column;
  }

  .th-wrapper {
    border-radius: 2.2rem;
    width: 100%;
  }

  .edye-play-cta {
    width: 65vw;
  }

  .navbar-3 {
    height: auto;
  }

  .nav-menu-2 {
    border-radius: 10vw;
  }

  .lottie-animation-10 {
    height: 25px;
  }

  .menu-button-3 {
    background-color: #fff0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .link-btn--m {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .logo-edye-footer {
    max-width: 90px;
  }

  .stores-container {
    grid-column-gap: 2.8rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .social-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-nav-wrapper {
    padding-bottom: 60px;
  }

  .footer-contents {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider {
    width: 16px;
    height: 1px;
  }

  .footer-nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mascot-container {
    max-width: 5em;
    top: -3%;
    left: 6%;
  }

  .footer {
    margin-top: 5em;
    position: relative;
  }

  .store-link {
    max-width: 32%;
  }

  .copyright-txt {
    text-align: center;
    margin-top: 2em;
    font-size: .8em;
    line-height: 1.2;
  }

  .footer-nav-txt {
    text-align: center;
    font-size: 1em;
  }

  .ray-hero-wrapper-2 {
    width: 80svw;
    height: auto;
    display: block;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .hero-contents-wrapper {
    padding-top: 0;
  }

  .hero-character-wrapper {
    width: 90svw;
    height: auto;
  }

  .door-right {
    display: block;
  }

  .hero-logo-wrapper {
    max-width: 80svw;
    height: auto;
    margin-top: 101px;
  }
}


@font-face {
  font-family: 'Stintultracondensed';
  src: url('../fonts/StintUltraCondensed-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}