:root {
  --shader-grad: #00000080;
  --edye-yellow: #f9d62b;
  --edye-coral: #f37780;
  --edye-red-dark: #e33844;
  --edye-night-blue: #08114d;
  --mobile-tracking: -.3vw;
  --color: white;
  --edye-blue: #214099;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #0006;
  width: 100%;
  height: 102px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-brand {
  height: 70px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Fredoka, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--edye-yellow);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  background-color: var(--edye-coral);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3rem;
  max-width: 30vw;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--edye-red-dark);
  color: #fff;
}

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

.hero-section {
  background-color: var(--edye-night-blue);
  height: 100vh;
  padding: 9.375rem 30px 80px;
  position: relative;
}

.hero-wrapper-two {
  z-index: 1;
  aspect-ratio: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-paragraph {
  color: #fff;
  margin-bottom: 1.8rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.5;
}

.hero-image {
  opacity: .63;
  height: 80%;
  margin-top: 0;
  font-size: 1.3px;
  display: none;
}

.hero-image.shadow-two {
  z-index: 10;
  aspect-ratio: auto;
  box-shadow: none;
  width: auto;
  max-width: none;
  height: 70%;
  margin-top: 0;
  position: relative;
}

.content-frame {
  background-color: var(--edye-night-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15vw 30px;
  display: flex;
  position: relative;
}

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

.sub-hero-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.parallax-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scroll_target {
  border: 1px #000;
  height: 100%;
  position: static;
}

.scroll_trigger {
  pointer-events: none;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading, .heading-2 {
  color: #fff;
}

.project-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.parallax-wrapper {
  position: relative;
}

.hero-heading {
  color: var(--edye-coral);
  text-align: center;
  letter-spacing: -5px;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.hero-heading.one, .hero-heading.two, .hero-heading.three {
  position: absolute;
}

.project-wrapper {
  z-index: 2;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 8vw 2vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.subhead-hero {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
}

.image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-bg {
  background-image: url('../images/bg-comosedice.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-bg.is-albie {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-albie.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-bg.is-respira {
  background-image: linear-gradient(180deg, #0003, var(--shader-grad)), url('../images/bg-respira.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-bg.is-como {
  background-image: linear-gradient(#0003, #00000080), url('../images/bg-comosedice.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.image-3 {
  height: 100%;
}

.div-block {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
  display: flex;
  position: relative;
}

.hero-heading-one {
  color: var(--edye-yellow);
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.hero-heading-one.one, .hero-heading-one.two, .hero-heading-one.three {
  position: absolute;
}

.hero-heading-two {
  color: var(--edye-yellow);
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.hero-heading-two.one, .hero-heading-two.two, .hero-heading-two.three {
  position: absolute;
}

.hero-heading-three {
  color: var(--edye-yellow);
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.hero-heading-three.one, .hero-heading-three.two, .hero-heading-three.three, .div-block-3, .div-block-4 {
  position: absolute;
}

.footer-dark {
  background-color: var(--edye-night-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 12vw 30px 10vw;
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.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-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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: var(--edye-yellow);
}

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

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

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--color);
  text-align: center;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.image-4 {
  color: #fff;
}

.heading-3 {
  color: var(--edye-coral);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.background-video {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  aspect-ratio: 1;
  opacity: .38;
  border: 10px solid #08114d;
  height: 100%;
}

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

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

.footer {
  margin-top: 0;
  display: block;
  position: relative;
}

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

.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;
}

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

.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-divider {
  background-color: #fff;
  width: 1px;
  height: 1.1rem;
}

.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;
}

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

.footer-nav-wrapper {
  color: #224099;
  background-color: #20409a;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 10vw;
}

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

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

.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;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.main-content-wrapper {
  flex-flow: column;
  display: flex;
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .project-paragraph {
    max-width: 75vw;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .content-frame {
    width: 100%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .sub-hero-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .project-heading {
    font-size: 3.5rem;
  }

  .hero-heading {
    font-size: 15vw;
  }

  .project-wrapper {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 16vw;
  }

  .subhead-hero {
    font-size: 2.2rem;
  }

  .hero-heading-one, .hero-heading-two, .hero-heading-three {
    font-size: 15vw;
  }

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

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

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

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

  .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%;
  }

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

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

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

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

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

  .content-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    max-width: 65vw;
  }

  .hero-section {
    padding: 60px 15px;
  }

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

  .content-frame {
    padding: 60px 32px;
  }

  .project-heading {
    font-size: 3rem;
  }

  .subhead-hero {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .heading-3 {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

  .divider {
    display: none;
  }

  .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;
  }

  .content-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .navbar-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-two {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--shader-grad);
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-primary {
    max-width: 100%;
  }

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

  .project-paragraph {
    max-width: 90vw;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .hero-image {
    max-width: 95%;
    height: auto;
  }

  .content-frame {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .parallax-section, .section {
    height: 100vh;
  }

  .project-heading {
    max-width: 90vw;
    font-size: 2rem;
  }

  .hero-heading {
    letter-spacing: var(--mobile-tracking);
    font-size: 15vw;
  }

  .project-wrapper {
    margin-bottom: 0;
    padding-bottom: 30vw;
  }

  .subhead-hero {
    font-size: 1.2rem;
  }

  .div-block-2 {
    height: 15vw;
  }

  .hero-heading-one, .hero-heading-two, .hero-heading-three {
    letter-spacing: var(--mobile-tracking);
    font-size: 15vw;
  }

  .icon {
    color: #fff;
  }

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

  .list-item {
    background-color: var(--edye-coral);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    display: flex;
  }

  .list-item-2 {
    background-color: var(--edye-coral);
    border-radius: 50px;
    width: 100%;
    min-height: 44px;
  }

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

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

  .footer {
    margin-top: 0;
    position: relative;
  }

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

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

  .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;
  }

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

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

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

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

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

  .content-wrapper {
    width: 90%;
  }
}


