:root {
  --default-level2: #32343b;
}

.epidsode-section {
  margin-top: 70px;
  overflow: hidden;
}

.container {
  text-align: center;
}

.container.description {
  margin-top: 20px;
}

.container.welcome {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero {
  background-color: var(--default-level2);
  padding-top: 40px;
  padding-bottom: 120px;
}

.logo.big {
  max-width: 80%;
  margin: 20px;
  display: none;
}

.body {
  background-color: #121212;
  background-image: url('../images/bg-su.svg');
  background-position: 50%;
  background-size: auto 100vh;
  background-attachment: scroll;
  height: 100dvw;
  overflow: hidden;
}

.episode-card-wrapper {
  z-index: 2;
  background-image: url('../images/ep-card.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.formal {
  color: #121212;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-weight: 800;
}

.formal.big {
  font-size: 36px;
  line-height: 40px;
}

.formal.small {
  font-size: 16px;
  line-height: 20px;
}

.formal.button-text {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.formal.button-text.b {
  margin-left: 8px;
  margin-right: 16px;
  font-weight: 300;
}

.formal.button-text.c {
  color: #121212;
}

.formal.button-text.d {
  color: #121212;
  margin-left: 8px;
  margin-right: 16px;
  font-weight: 300;
}

.formal.paragraph {
  color: #fff;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  display: inline;
}

.formal.paragraph.bold {
  font-weight: 800;
}

.formal.header {
  color: #fff;
}

.formal.bottom {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.episode-marker-wrapper {
  z-index: 2;
  background-image: url('../images/stroke-m.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.marker {
  color: #121212;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.marker.big {
  transform: rotate(-2deg);
}

.marker.paragraph-standalone {
  margin-top: 10px;
  margin-bottom: 10px;
  transform: rotate(-7deg);
}

.marker.paragraph-following {
  margin-top: -20px;
  margin-bottom: 10px;
  transform: rotate(-7deg);
}

.episode-film-section {
  background-image: url('../images/simple-bg-1.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.episode-film-section.var-b {
  background-image: url('../images/simple-bg-2.svg');
}

.episode-film-wrapper {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.episode-film {
  max-width: none;
  height: 100%;
}

.episode-film-deco {
  z-index: 3;
  max-width: none;
  height: 115%;
  position: absolute;
  overflow: scroll;
}

.button {
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.button.semi {
  background-color: #00000040;
}

.button.filled {
  background-color: #fff;
  border-style: none;
  position: relative;
  overflow: hidden;
}

.icon.lead {
  z-index: 2;
  width: 36px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.icon.lead.with-bg {
  margin-left: 8px;
  margin-right: 24px;
}

.icon.social {
  width: 72px;
}

.button-wrapper {
  display: inline-block;
}

.paragraph-wrapper {
  text-align: center;
  position: relative;
}

.pattern.lead {
  z-index: 1;
  width: 9em;
  height: 70px;
  position: absolute;
  left: -3em;
}

.underline.hosts {
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner.solid {
  background-image: url('../images/complex-bg-1.svg');
  background-position: 50%;
  background-size: auto 100%;
  width: 150vw;
  height: 150px;
  transform: rotate(3deg);
}

.banner.solid.right-tilt {
  transform: rotate(2deg);
}

.banner.solid.right-tilt.var-b {
  background-image: url('../images/complex-bg-3.svg');
}

.banner.solid.left-tilt {
  background-image: url('../images/complex-bg-2.svg');
  transform: rotate(-2deg);
}

.banner.solid.left-tilt.var-b {
  background-image: url('../images/complex-bg-4.svg');
}

.welcome {
  margin-top: -80px;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.footer {
  background-color: var(--default-level2);
  margin-top: -160px;
  padding-top: 160px;
}

.bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.episode-stack-img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.social-desc {
  color: #fff;
  font-family: Lexend, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.partner-logo {
  width: 256px;
}

.partner-logo-wrapper {
  margin: 8px;
  padding: 8px;
  display: inline-block;
}

.link-block {
  display: block;
}

.pop-box {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  display: none;
  position: relative;
}

.link-section {
  text-decoration: none;
}

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

.cta-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 100%;
  transform: none;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
  overflow: auto;
}

.indicators-container {
  grid-column-gap: 8px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.indicator {
  opacity: .35;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  min-width: 16px;
  max-width: 800px;
  height: 4px;
  transition: opacity .3s;
}

.indicator.indicator-active {
  opacity: 1;
}

.cta-view {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  height: 32px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.dark-bg-page {
  background-color: #121212;
  background-image: url('../images/bg-su.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.pages-track {
  align-content: flex-start;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.pages-view {
  z-index: 0;
  width: 100vw;
  height: 100dvh;
  display: block;
  position: fixed;
}

.guide-view {
  z-index: 0;
  align-content: flex-start;
  width: 100vw;
  height: 100dvh;
  overflow: scroll;
}

.page-container-full {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.track-spacer {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.guide-track {
  grid-column-gap: 10vw;
  flex-direction: row;
  display: flex;
}

.touch-layer {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-2 {
  text-align: center;
  max-width: 1500px;
}

.container-2.menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  max-width: 50%;
}

.heading {
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.container-3.second {
  flex-direction: row-reverse;
}

.content-section {
  background-color: #32343b;
}

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

.info-card {
  background-color: #fff;
  background-image: url('../images/curvy-1-light.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 500px;
  display: flex;
}

.filler-1 {
  width: 100%;
}

.rich-text-block {
  color: #fff;
}

.scrolling-text {
  width: 50%;
  overflow: scroll;
}

.form-small {
  width: 100%;
  padding: 16px;
}

.show-card-wrapper {
  z-index: 2;
  background-image: url('../images/ep-card.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}

.pages-track-ve {
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.cta-wrapper-ve {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0);
}

.indicator-view {
  z-index: 3;
  flex-direction: row;
  align-items: center;
  width: 24px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.indicators-container-ve {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.indicator-ve {
  opacity: .35;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  width: 4px;
  height: 12px;
  transition: height .2s, opacity .3s;
  box-shadow: 0 0 4px #0003;
}

.indicator-ve.indicator-active {
  opacity: 1;
  height: 16px;
  box-shadow: 0 0 2px #ffffff80;
}

.columns {
  flex-direction: row-reverse;
  order: 0;
  display: flex;
}

.container-4 {
  background-image: url('../images/complex-bg-2.svg');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
}

.page-header {
  background-color: #32343b;
}

.body-common {
  background-color: #121212;
  background-image: url('../images/bg-su.svg');
  background-position: 50%;
  background-size: auto 100vh;
  background-attachment: scroll;
}

.unmute-btn {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.html-embed-4 {
  background-color: #0003;
  background-image: url('../images/unmute-b.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  height: 100vh;
}

.control-view {
  z-index: 3;
  background-image: linear-gradient(to top, #000000b3, #0000);
  flex-direction: row;
  align-items: stretch;
  padding: 8px;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

.flex-block {
  flex: 1;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.html-embed-5 {
  flex: 1;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.dark-bg-xontwnt-page {
  background-color: #121212;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.epidsode-section-full {
  margin-top: 70px;
  overflow: hidden;
}

.btn-control {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.btn-control.special {
  border: 2px solid #ffa600;
  box-shadow: 0 2px 5px #0003;
}

.text-block {
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.field-label {
  font-weight: 400;
}

.pause-overlay {
  z-index: 2;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 36px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.btn-control-large {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.btn-control-large.special {
  border: 2px solid #ffa600;
  box-shadow: 0 2px 5px #0003;
}

.large-icon-img {
  width: 72px;
  position: relative;
  left: 2px;
}

.image-2 {
  position: relative;
  left: 1px;
}

.arrow-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  flex-direction: row-reverse;
  padding: 8px 16px;
  display: flex;
}

.arrow-btn.home {
  background-color: #202020;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
}

.chat-btn-icon {
  width: 36px;
  height: 36px;
}

.episode-nav-buttons {
  direction: rtl;
  color: #fff;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 28px;
}

.logo-float {
  opacity: .8;
  background-image: url('../images/logo-w.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 128px;
  height: 48px;
  position: fixed;
  inset: 16px auto auto 16px;
}

@media screen and (max-width: 991px) {
  .episode-film-wrapper.no-margin {
    justify-content: flex-start;
  }

  .pages-track {
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    overflow: visible;
  }

  .touch-layer {
    display: block;
  }

  .scrolling-text {
    width: 90%;
    max-width: 800px;
  }

  .pages-track-ve {
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/bg-su.svg');
    background-size: auto 100vh;
  }

  .episode-film-wrapper {
    height: 125px;
    margin-bottom: 0;
  }

  .icon.social.small {
    width: 48px;
  }

  .banner.solid.left-tilt {
    margin-top: -50px;
  }

  .cta-wrapper.cta-active {
    z-index: 5;
    transform: translate(0, -450px);
  }

  .container-3 {
    flex-direction: column;
  }

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

  .html-embed-3 {
    display: block;
  }

  .form-small {
    justify-content: center;
    margin-bottom: 0;
    padding: 8px;
    display: flex;
  }

  .columns {
    flex-direction: column;
  }

  .body-common {
    background-image: url('../images/bg-su.svg');
    background-size: auto 100vh;
  }

  .unmute-btn.cta-active {
    transform: translate(0, -416px);
  }

  .chat-btn-icon {
    width: 24px;
    height: 24px;
  }

  .episode-nav-buttons {
    font-size: 14px;
    line-height: 18px;
  }
}


