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

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

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.clock-timer {
  z-index: 4;
  color: #fff;
  background-color: #ededed00;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  position: absolute;
  bottom: .5rem;
}

.clock-timer.black {
  z-index: 2000;
  pointer-events: none;
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
}

.clock-timer.black.right {
  text-align: right;
  left: auto;
  right: 1.5rem;
}

.popout-x {
  z-index: 4001;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popout-x.menu {
  height: 6svh;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  padding-right: 1.75rem;
  right: 0;
}

.popout-x.coming-soon {
  opacity: .5;
  height: 6svh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  right: 0;
}

.top-navi-grid {
  z-index: 2000;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.top-logo-image {
  object-fit: contain;
  height: 100%;
  display: block;
}

.stylist-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8svh;
  display: block;
  position: relative;
}

.nav-menu-link-top {
  color: #292929;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.nav-menu-link-top.w--current {
  text-decoration: none;
}

.nav-menu-link-top.logo {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: relative;
}

.nav-menu-link-top.logo.w--current {
  text-decoration: none;
}

.nav-menu-link-top.footer-logo {
  opacity: 1;
  display: none;
}

.nav-menu-link-top.footer-top {
  text-transform: uppercase;
  font-size: 10px;
}

.nav-menu-link-top.footer-top:hover {
  color: #000;
}

.nav-menu-link-top.footer-top.w--current {
  text-decoration: none;
}

.nav-menu-link-top.footer-bottom {
  color: #969696;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}

.nav-menu-link-top.menu {
  z-index: 5999;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 1rem 1.5rem .75rem 1rem;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.nav-menu-link-top.menu:hover {
  text-decoration: none;
}

.nav-menu-link-top.audio {
  z-index: 100;
  justify-content: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: .5rem;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.nav-menu-link-top.audio:hover {
  text-decoration: none;
}

.nav-menu-link-top.footer {
  color: #3f3f3f;
  justify-content: center;
  align-items: center;
}

.nav-holder {
  z-index: 5000;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .85;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  height: 6svh;
  display: flex;
  position: fixed;
  top: 0;
}

.down-arrow {
  color: #fff;
  line-height: 16px;
  display: none;
  transform: rotate(90deg);
}

.bottom-footer-div {
  z-index: 4000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6svh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.footer-under-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.footer-top-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  font-weight: 700;
  display: flex;
}

.acordion-body {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.popout-info-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
}

.x-closer-image-3 {
  filter: invert();
  width: 100%;
  max-width: 16px;
}

.stylist-container {
  grid-column-gap: 100vw;
  grid-row-gap: 100vw;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.stylist-bar {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
  position: relative;
}

.accordion-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  display: flex;
}

.stylist-contact-text {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-family: Abel, sans-serif;
  font-size: 12px;
}

.footer-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.footer-holder._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-nav-div-2025 {
  z-index: 6000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
}

.accordion-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.block-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block-section.about {
  justify-content: flex-start;
  align-items: center;
  min-height: 94svh;
  padding-top: 18svh;
  padding-bottom: 9svh;
}

.footer-ends-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-bg-close {
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-bg-close.menu, .dark-bg-close.coming-soon {
  z-index: 3990;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-content-wrapper {
  z-index: 2;
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.full-content-wrapper.fixed {
  background-color: #fcfcfc00;
  position: fixed;
  inset: 0%;
}

.popout-content-elements {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popout-main-box {
  z-index: 3999;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popout-main-box.center-menu {
  background-color: #000;
  border-radius: 0 0 0 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 8svh 1rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
}

.popout-main-box.coming-soon {
  background-color: #000;
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24vh;
  height: 100%;
  max-height: 20vh;
  padding: 2rem;
  position: absolute;
  top: auto;
  right: auto;
  overflow: visible;
}

.footer-grids-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-popout {
  z-index: 5000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0%;
  right: 0%;
}

.mobile-menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  place-items: flex-end center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.about-div.center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.about-text {
  color: #222;
  text-align: center;
  width: 100%;
  max-width: 392px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.about-text.policy-left {
  text-align: left;
  max-width: 500px;
}

.top-logo-webp {
  height: 100%;
  position: relative;
}

.home-grid {
  z-index: 4;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.morph-body {
  background-color: #fff;
}

.grid-background {
  position: absolute;
  inset: 0%;
}

.home-button {
  z-index: 3;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 1px;
  padding: .75rem 3rem;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.home-button:hover {
  border-color: #6d6d6d;
}

.half-vid-div {
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-button-div {
  z-index: 5;
  grid-column-gap: 5svh;
  grid-row-gap: 5svh;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.nav-icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  max-width: 24px;
  height: 100%;
}

.nav-icons.whiten {
  filter: brightness(0%) invert();
}

.nav-icon-on {
  filter: invert();
  height: 100%;
  padding: 1rem 1rem .75rem;
  overflow: clip;
}

.nav-icon-on.whiten {
  filter: brightness(0%) invert();
}

.nav-icon-off {
  filter: invert();
  height: 100%;
  padding: 1rem 1rem .5rem;
  display: none;
}

.nav-icon-off.whiten {
  filter: brightness(0%) invert();
}

.audio-code {
  z-index: 0;
  width: 1px;
  height: 1px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.menu-accordion-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.menu-accordion-link {
  color: #fff;
  letter-spacing: .5px;
  padding: .25rem .5rem;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.menu-accordion-link:hover {
  text-decoration: underline;
}

.accordion-item-wrapper-menu {
  box-shadow: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Inconsolata, monospace;
  transition: transform .3s;
  display: flex;
}

.home-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100vw;
  height: 100%;
  min-height: 100svh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.central-footer-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hidden-shopify-integration-code {
  display: none;
}

.by-link-tag {
  z-index: 5000;
  opacity: 1;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  font-family: Archivo, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 3rem;
  right: 1rem;
}

.by-link-tag:hover {
  text-decoration: underline;
}

.by-link-tag.w--current {
  text-decoration: none;
}

._404-logo {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  max-width: 700px;
}

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

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

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

.menu-link-text {
  color: #fff;
}

.home-links-div {
  z-index: 100;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  bottom: 20vh;
}

.home-links-div.single {
  grid-template-columns: 1fr;
  bottom: 2rem;
}

.home-links-div._404 {
  grid-template-columns: 1fr;
}

.homer-links {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.homer-links:hover {
  color: #491508;
}

.homer-links.w--current {
  text-decoration: none;
}

.home-link-text {
  line-height: 24px;
}

.coming-soon-popout {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  bottom: -100vh;
  left: 0%;
  right: 0%;
}

.coming-soon-div {
  z-index: 100;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.coming-soon-content {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.coming-soon-content.w--current {
  text-decoration: none;
}

.episode-name {
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #000;
  align-items: center;
  width: 70%;
  height: 100%;
  padding: 1rem;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 2.2vw;
  display: flex;
}

.element-container {
  min-height: 60vh;
  padding-top: 0%;
  position: relative;
}

.video-text-container {
  text-align: center;
  height: auto;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.video-text-container.tour-carousel-links {
  background-color: #fff;
  flex-direction: row-reverse;
  align-items: stretch;
  text-decoration: none;
  display: none;
}

.slide-imagen {
  z-index: auto;
  object-fit: contain;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 80vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.website-academy-buttons {
  transform-origin: 0%;
  cursor: pointer;
  background-color: #ffffff80;
  border: 1px solid #491508;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 8px -2px #b1b1b194;
}

.website-academy-buttons:hover {
  transform: scale(1.2);
}

.right-arrow {
  color: #491508;
  font-size: 24px;
  line-height: 24px;
}

.carousel-slides {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(.01deg)rotateZ(0);
}

.carousel-slides._9th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(240deg)rotateZ(0);
}

.carousel-slides._3rd {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(60deg)rotateZ(0);
}

.carousel-slides._8th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(210deg)rotateZ(0);
}

.carousel-slides._7th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(180deg)rotateZ(0);
}

.carousel-slides._10th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(270deg)rotateZ(0);
}

.carousel-slides._5th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(120deg)rotateZ(0);
}

.carousel-slides._4th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(90deg)rotateZ(0);
}

.carousel-slides._6th {
  transform-style: preserve-3d;
  transform: rotate(0)rotateX(0)rotateY(150deg)rotateZ(0);
}

.carousel-slides._2nd {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(30deg)rotateZ(0);
}

.carousel-slides._11th {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(300deg)rotateZ(0);
}

.carousel-slides._12th {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(330deg)rotateZ(0);
}

.element-item-div {
  z-index: 50;
  flex-flow: column;
  width: 50vw;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.element-item-div.border-big-box {
  border-color: #b49da9;
}

.element-item-div.border-blanca {
  border-color: #000;
}

.div-for-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-for-video.slb2 {
  z-index: 51;
  height: auto;
}

.div-for-video.slb2.video {
  object-fit: contain;
}

.rotation-container {
  transform-style: preserve-3d;
  width: 100vw;
  min-height: 99.5vh;
  transform: perspective(2000px)rotateX(0)rotateY(.01deg)rotateZ(0);
}

.episode-number {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  padding: 1rem;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.5vw;
  display: flex;
  position: relative;
}

.episode-number.ntwrk-explore {
  background-color: #1c1bcd80;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.matrix-explore {
  background-color: #223cff80;
  width: 30%;
  height: auto;
}

.episode-number.pink-box-explore {
  background-color: #ff9ccf;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.vw-explore {
  background-color: #dfb857;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.turismo-explore {
  background-color: #a3a3a3;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.supreme-explore {
  background-color: #ed1d24;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.tropico-explore {
  background-color: #ff8528;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number._110-color {
  background-color: #c9d986;
  border: .5px solid #000;
  width: 30%;
  height: auto;
}

.episode-number.brickini-explore {
  background-color: #59adb5;
  width: 30%;
  height: auto;
}

.episode-number.heaven-explore {
  background-color: #fffaa4;
  width: 30%;
  height: auto;
}

.right-cover {
  z-index: 59;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: auto;
  right: 35vw;
}

.right-cover.left {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 35vw;
  right: auto;
}

.media-container {
  transform-style: preserve-3d;
  border-radius: 0;
  display: flex;
  transform: translate3d(0, 0, 1500px);
}

.title-text {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.title-text.explore-button {
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  text-decoration: underline;
}

.rotater-div {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(.01deg)rotateZ(0);
}

._360-carousel {
  background-color: #be908d;
  background-image: linear-gradient(#c29794f5, #ffffffd9 50%, #be908d);
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._360-wheel-container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.3);
}

.carousel-video-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 991px) {
  .clock-timer.black {
    pointer-events: none;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .clock-timer.black.right {
    right: 1.25rem;
  }

  .popout-x.menu {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .top-navi-grid {
    flex-flow: row;
  }

  .top-logo-image {
    max-height: 24px;
  }

  .top-logo-image.footer {
    width: 100px;
    max-height: none;
  }

  .stylist-wrapper {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-link-top.w--current {
    text-decoration: none;
  }

  .nav-menu-link-top.footer-logo {
    display: flex;
  }

  .nav-menu-link-top.menu {
    justify-content: center;
    align-items: center;
    padding-right: 1.25rem;
    display: flex;
  }

  .nav-menu-link-top.audio {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .nav-holder {
    margin-top: .5rem;
  }

  .bottom-footer-div {
    padding-bottom: 12svh;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    overflow: hidden;
  }

  .footer-top-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 9svh;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    padding-top: 1rem;
    display: grid;
  }

  .stylist-bar {
    padding-top: 2rem;
  }

  .footer-holder {
    grid-column-gap: 9svh;
    grid-row-gap: 9svh;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-holder._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .top-nav-div-2025 {
    overflow: hidden;
  }

  .block-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-section.about {
    min-height: auto;
    padding-bottom: 12svh;
  }

  .footer-ends-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .popout-main-box.center-menu {
    border-bottom-left-radius: 24px;
  }

  .popout-main-box.coming-soon {
    border-radius: 24px;
    max-width: 20vh;
    max-height: 24vh;
  }

  .footer-grids-div {
    align-self: center;
    width: 100%;
    max-width: 360px;
    height: 100%;
    display: block;
  }

  .about-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 7svh;
    padding-bottom: 8svh;
  }

  .about-div.center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100svh;
    display: flex;
    inset: 0%;
  }

  .half-vid-div {
    border-radius: 24px;
  }

  .nav-icons {
    padding-bottom: .25rem;
  }

  .nav-icon-on, .nav-icon-off {
    padding-bottom: 1rem;
  }

  .central-footer-div {
    grid-column-gap: 6svh;
    grid-row-gap: 6svh;
    flex-flow: column;
    display: flex;
  }

  .by-link-tag.w--current {
    text-decoration: none;
  }

  ._404-logo {
    max-width: 90vw;
  }

  .home-links-div {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    bottom: 12vh;
  }

  .home-links-div.single {
    bottom: 8vh;
  }

  .homer-links.w--current {
    text-decoration: none;
  }

  .coming-soon-div {
    grid-template-columns: 1fr;
  }

  .coming-soon-content.w--current {
    text-decoration: none;
  }

  .episode-name {
    height: auto;
    padding: 1rem;
  }

  .video-text-container {
    height: auto;
  }

  .website-academy-buttons {
    box-shadow: 0 0 10px 1px #e7e7e7d9;
  }

  .element-item-div {
    width: 70vw;
  }

  .episode-number {
    height: auto;
    padding: 1rem 1px;
  }

  .right-cover {
    bottom: 8vh;
    right: 1.25rem;
  }

  .right-cover.left {
    left: 1.25rem;
  }

  .media-container {
    transform: translate3d(0, 0, 185vw);
  }
}

@media screen and (max-width: 767px) {
  .top-navi-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-content: end;
  }

  .stylist-wrapper {
    z-index: 20;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .popout-main-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .by-link-tag {
    font-size: 6px;
  }

  .episode-name {
    border-width: .25px .25px 0;
    justify-content: center;
    width: 200px;
    height: auto;
    padding: .5rem;
    font-size: 2.1vw;
    line-height: 2.6vw;
  }

  .video-text-container {
    flex-direction: column;
    width: 200px;
    height: auto;
  }

  .video-text-container.tour-carousel-links {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
  }

  .carousel-slides {
    width: 100%;
  }

  .element-item-div {
    max-width: 420px;
  }

  .episode-number {
    border-width: .25px;
    width: 200px;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .episode-number.ntwrk-explore, .episode-number.matrix-explore, .episode-number.pink-box-explore, .episode-number.vw-explore, .episode-number.turismo-explore, .episode-number.supreme-explore, .episode-number.tropico-explore, .episode-number._110-color, .episode-number.brickini-explore, .episode-number.heaven-explore {
    border: .25px solid #000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .media-container {
    clear: none;
    flex: 0 auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .title-text {
    text-align: center;
    max-width: none;
    font-size: 8px;
    line-height: 8px;
  }

  .title-text.explore-button {
    font-size: 8px;
    line-height: 8px;
  }

  ._360-carousel {
    object-fit: fill;
  }

  ._360-wheel-container {
    transform: scale(.5);
  }
}

@media screen and (max-width: 479px) {
  .footer-top-grid {
    justify-content: center;
  }

  .popout-info-div {
    flex-wrap: nowrap;
  }

  .stylist-bar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-holder {
    justify-content: flex-start;
  }

  .footer-ends-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-grids-div {
    max-width: none;
  }

  .episode-name {
    white-space: normal;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2.5vw;
    line-height: 3vw;
    overflow: visible;
  }

  .video-text-container {
    white-space: normal;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .slide-imagen {
    flex: 0 auto;
  }

  .carousel-slides {
    margin-top: -1rem;
  }

  .element-item-div {
    flex: 0 auto;
    width: 90vw;
    position: relative;
  }

  .episode-number {
    white-space: normal;
    width: 100%;
    padding: .5rem 0;
  }

  .media-container {
    justify-content: center;
    display: flex;
  }
}

#ny-dayinfo.w-node-_56a6eb26-ca60-d29c-c595-280e6842d615-f7c7111a {
  justify-self: start;
}

#w-node-_4fae1a36-386c-66c5-8d27-97d2fcd58d6a-fcd58d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#ny-dayinfo.w-node-_7ff18db1-21d8-f9b4-5027-55d7b53e8502-b53e84ff, #ny-dayinfo.w-node-e0b2c4eb-0930-5cc7-1405-632dde6f1015-f7c7112a {
  justify-self: start;
}

#w-node-_14d3aaac-9506-9aeb-a28c-f819110f306e-c7837aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#ny-dayinfo.w-node-_29fcbdf6-e347-4f1c-a667-d044d4a9d69d-c7837aba {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #ny-dayinfo.w-node-_56a6eb26-ca60-d29c-c595-280e6842d615-f7c7111a, #ny-dayinfo.w-node-_7ff18db1-21d8-f9b4-5027-55d7b53e8502-b53e84ff, #ny-dayinfo.w-node-e0b2c4eb-0930-5cc7-1405-632dde6f1015-f7c7112a, #ny-dayinfo.w-node-_29fcbdf6-e347-4f1c-a667-d044d4a9d69d-c7837aba {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'SPC';
  src: url('../fonts/ScienceProjectCompanyFont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SPC V4';
  src: url('../fonts/ScienceProjectCompany-v4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}