@font-face {
  font-family: Peridot;
  src: url('../fonts/fonnts.com-Peridot_PE_Variable_Regular-1.otf') format("opentype");
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridot PE Variable;
  src: url('../fonts/fonnts.com-Peridot_PE_Variable_Regular-1.otf') format("opentype");
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.flex-block {
  background-color: #070512;
  background-image: url('../images/Glow-1.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hero-banner {
  background-color: #000;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero {
  background-image: url('../images/Glow-1.svg'), url('../images/Hero-Background.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 660px;
  padding: 100px 60px 60px;
  display: flex;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: -.9vh;
  font-family: Peridot PE Variable, Arial, sans-serif;
  font-size: 12vh;
  font-weight: 400;
  line-height: 85%;
}

.button-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block {
  color: #acacac;
  letter-spacing: -.1vh;
  max-width: none;
  margin-top: 0;
  font-family: Peridot PE Variable, Arial, sans-serif;
  font-size: 2.4vh;
  font-weight: 400;
  line-height: 130%;
}

.text-span {
  color: #fff;
}

.link-block {
  background-color: #fff;
  background-image: url('../images/Blur-1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  opacity: 1;
  background-color: #b5b5b5;
}

.link-block.black {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block.black:hover {
  background-color: #404040;
}

.link-block.black._60 {
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.play {
  background-color: #fff;
  background-image: url('../images/Blur-1.svg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block.nav {
  margin-top: 40px;
}

.link-block.nav:hover {
  opacity: .5;
  background-color: #fff;
}

.link-block.sub {
  height: 50px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.button-cta {
  color: #000;
  letter-spacing: -.1vh;
  font-family: Peridot PE Variable, Arial, sans-serif;
  font-size: 2vh;
  font-weight: 500;
  text-decoration: none;
}

.button-cta.white {
  color: #fff;
  letter-spacing: -.05vh;
  font-size: 1.8vh;
  font-weight: 500;
}

.button-cta.minify {
  letter-spacing: -.05vh;
  font-size: 1.6vh;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.descriptor {
  color: #8c8c8c;
  font-family: peridot-pe-variable, sans-serif;
  text-decoration: none;
}

.descriptor.white {
  color: #fff;
  line-height: 100%;
}

.descriptor.white.little {
  opacity: 1;
  margin-right: 6px;
  font-size: 10px;
}

.descriptor.hite {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.descriptor.black {
  color: #000;
}

.descriptor.small {
  color: #acacac;
}

.div-block-3 {
  max-width: 60%;
}

.trailer {
  background-color: #ffffffe3;
  background-image: url('../images/Glow-1.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 60px;
  display: flex;
}

.div-block-4 {
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  height: 500px;
}

.about {
  background-image: linear-gradient(#00000069, #00000069), url('../images/About-the-Show.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.section-anchor {
  color: #fff;
  margin-bottom: 0;
  font-family: peridot-pe-variable, sans-serif;
  font-size: 1.8vh;
  line-height: 120%;
}

.section-anchor.sense {
  color: #fff;
  font-size: 1.4vh;
}

.section-anchor.sense.app {
  color: #acacac;
}

.section-anchor.black {
  color: #000;
}

.section-anchor.pop {
  margin-top: 0;
  font-size: 1.2vh;
}

.heading-2 {
  color: #fff;
  letter-spacing: -.3vh;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: peridot-pe-variable, sans-serif;
  font-size: 8vh;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading-2.sense {
  letter-spacing: -.25vh;
  font-size: 6vh;
}

.heading-2.sense.black.shot {
  letter-spacing: -.15vh;
  margin-bottom: 20px;
  font-size: 3vh;
}

.heading-2.black {
  color: #000;
}

.heading-2.play {
  z-index: 10;
  font-size: 5vh;
  display: block;
  position: relative;
}

._60px-spacer {
  height: 60px;
}

.paragraph {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: peridot-pe-variable, sans-serif;
}

.paragraph-2.right-aligned {
  font-size: 2.4vh;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-2.right-aligned.grey {
  color: #acacac;
}

.paragraph-2.right-aligned.episode-number {
  margin-top: 15px;
  margin-left: 6px;
  font-size: 1.6vh;
}

.paragraph-2.right-aligned.black {
  color: #000;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.subscribe {
  background-image: url('../images/Thinking-Background-1.png'), url('../images/Pink-Background.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 60px;
  display: flex;
}

.heading-3 {
  letter-spacing: -.2vh;
  margin-top: 0;
  margin-bottom: 0;
  font-family: peridot-pe-variable, sans-serif;
  font-size: 5vh;
  font-weight: 400;
  line-height: 100%;
}

.heading-3.white {
  color: #fff;
}

._20px-spacer {
  height: 20px;
}

.about-copy {
  background-image: linear-gradient(#0003, #0003), url('../images/About-the-Show.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

.episodes {
  background-image: url('../images/Glow.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

.div-block-8 {
  background-image: url('../images/Future-Background.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 60px;
}

.div-block-8.voice {
  background-image: url('../images/Ep1_ThorInterview.png');
}

.div-block-8.vision {
  background-image: url('../images/Hero-Background.png');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-8.thinking {
  background-image: url('../images/Thinking-Background-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-8.learning {
  background-image: url('../images/Craig-Scientist.png');
  background-position: 50% 20%;
}

.div-block-8.doing {
  background-image: url('../images/ricky-magic.png');
}

.div-block-9 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  max-width: 35%;
  display: flex;
}

.div-block-10 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-11 {
  margin-top: 20px;
}

.div-block-12 {
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 20px 4px;
  display: block;
}

.small-button {
  color: #fff;
  font-family: peridot-pe-variable, sans-serif;
  font-size: 1.2vh;
}

.image {
  margin-left: 20px;
}

.image.invert {
  filter: invert();
}

.guests {
  background-image: linear-gradient(#252525, #252525);
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

.individual-episodes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._4x3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  border: 1px solid #666;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
}

.ibm {
  filter: invert();
}

.ibm.nyrob {
  width: 150px;
}

._100px-spacer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: block;
}

.tutorials {
  background-image: linear-gradient(#567bfd, #567bfd);
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

.team {
  background-image: url('../images/Glow-1.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 100px 60px;
}

._3x2-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  height: auto;
}

.div-block-16 {
  background-image: url('../images/Lizzie.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}

.div-block-16.craig {
  background-image: url('../images/Craig-Yorick.png');
}

.div-block-16.willa {
  background-image: url('../images/Willa.png');
}

.div-block-16.production {
  background-image: linear-gradient(#252525, #252525);
  justify-content: center;
  align-items: center;
  display: flex;
}

._10px-spacer {
  height: 10px;
}

.image-2 {
  width: 120px;
}

.div-block-17 {
  max-width: 80%;
}

.div-block-17.no-perc {
  max-width: none;
}

.div-block-18 {
  opacity: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-18.space {
  opacity: 1;
  filter: none;
  border-left: 1px solid #ffffff36;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding-left: 16px;
}

.image-3 {
  opacity: 1;
  width: 100px;
  margin-bottom: 5px;
  margin-right: 0;
}

.image-3.footer {
  width: 30px;
  margin-bottom: 0;
  margin-right: 5px;
}

.link-block-2 {
  opacity: .55;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-2:hover {
  opacity: 1;
}

.image-4 {
  width: 12px;
  margin-left: 10px;
}

.quiz {
  background-image: url('../images/Pink-Background.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 60px;
  display: flex;
}

.div-block-19 {
  opacity: 1;
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20.logo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.anthropic {
  filter: invert();
  width: 100%;
}

._30x-spacer {
  width: 100%;
  height: 30px;
}

.elevenlabs {
  width: 100%;
}

.daily {
  width: auto;
}

.image-5, .image-6 {
  width: 100%;
}

.div-block-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.background-video {
  z-index: 1;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.div-block-24 {
  background-image: url('../images/Glow.svg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-7 {
  margin-top: 20px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  background-image: url('../images/Grandfather.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 30px;
  display: flex;
}

.div-block-26.band {
  background-image: url('../images/Punk.png');
  background-position: 80% 0;
}

.div-block-27 {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._30px-spacer {
  height: 30px;
}

.sticky-nav {
  z-index: 1;
  clear: none;
  box-shadow: none;
  background-color: #c6c6c669;
  border: 1px solid #ffffff36;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: auto;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-nav.black {
  box-shadow: none;
  background-color: #140c1e75;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 500px;
}

.text-block-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-8 {
  filter: none;
  margin-bottom: 3px;
  margin-right: 16px;
}

.navbar {
  position: sticky;
  top: 140px;
}

.glass-effect {
  z-index: 0;
  filter: url('../images/');
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-30 {
  z-index: 300;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 20px;
}

.glass-tint {
  border-radius: inherit;
  background-color: #353535a1;
  background-image: url('../images/Glow-1.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-31 {
  box-shadow: none;
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.glass-filter {
  display: flex;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.div-block-33 {
  flex-flow: column;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: none;
}

.nav1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.2vh;
  margin-bottom: 5px;
  font-family: peridot-pe-variable, sans-serif;
  font-size: 4vh;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.nav1:hover {
  opacity: .5;
  color: #fff;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-block-3 {
  opacity: 1;
}

.link-block-3:hover {
  opacity: .5;
}

.image-9 {
  width: 100px;
}

.div-block-35 {
  z-index: 301;
  background-color: #ffffffe6;
  background-image: url('../images/Glow-1.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-36 {
  z-index: 304;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  display: flex;
  position: relative;
}

.div-block-37 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-38 {
  width: 40%;
  height: 100%;
}

.div-block-38.left {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding: 30px 60px 60px 30px;
  display: flex;
}

.div-block-38.right {
  background-image: url('../images/Hoodie-1.png');
  background-position: 0%;
  background-size: cover;
}

.image-10 {
  width: 80px;
  margin-bottom: 40px;
}

.div-block-39 {
  margin-top: 40px;
}

.form {
  display: flex;
}

.text-field {
  background-color: #e4e1e1;
  border-radius: 6px;
  height: 60px;
  padding-left: 20px;
  font-size: 1.8vh;
}

.submit-button {
  background-color: #000;
  border-radius: 6px;
  height: 60px;
  margin-left: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Peridot PE Variable, Arial, sans-serif;
  font-size: 1.8vh;
}

.image-11 {
  width: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-40 {
  z-index: 303;
  position: absolute;
  inset: 0%;
}

.div-block-42 {
  display: none;
}

.text-block-3 {
  letter-spacing: -.05vh;
  font-family: Peridot PE Variable, Arial, sans-serif;
  font-size: 1.8vh;
}

.popup {
  z-index: 5;
  position: fixed;
  inset: 0%;
}

.div-block-43 {
  z-index: 5;
  background-image: url('../images/Hoodie2-1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: auto;
  margin-bottom: 60px;
  margin-right: 60px;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-44 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-12 {
  filter: invert();
  width: 20px;
  max-width: none;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

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

.div-block-47 {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.thor {
  opacity: 0;
  background-image: url('../images/Screenshot-2025-08-22-at-8.10.49-PM.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thor.two {
  opacity: 0;
  background-image: url('../images/Joseph.png');
}

.thor.fay {
  opacity: 0;
  background-image: url('../images/Fay.png');
}

.thor.kwin {
  opacity: 0;
  background-image: url('../images/Kwin.png');
}

.thor.ricky {
  opacity: 0;
  background-image: url('../images/Ricky.png');
}

.thor.amanda {
  opacity: 0;
  background-image: url('../images/amanda.png');
}

.thor.leo {
  opacity: 0;
  background-image: url('../images/Screenshot-2025-08-22-at-8.36.23-PM.png');
}

.thor.sam {
  opacity: 0;
  background-image: url('../images/Screenshot-2025-08-22-at-8.38.01-PM.png');
  background-position: 50%;
}

.thor.nick {
  opacity: 0;
  background-image: url('../images/nick.png');
}

.thor.jacob {
  opacity: 0;
  background-image: url('../images/Jacob.png');
}

.thor.olivia {
  opacity: 0;
  background-image: url('../images/Screenshot-2025-08-22-at-8.54.06-PM.png');
}

.thor.ryan {
  opacity: 0;
  background-image: url('../images/Screenshot-2025-08-22-at-8.57.14-PM.png');
  border-radius: 0;
}

.image-13 {
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.youtube {
  z-index: 500;
  background-color: #000000d6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-48 {
  z-index: 4;
  width: 1200px;
  position: relative;
}

.image-16 {
  filter: invert();
  width: 30px;
  margin-top: -80px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-49 {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.video {
  z-index: 3;
}

.lightbox-link {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .paragraph {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-7 {
    width: 60%;
  }

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

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

  .div-block-16.craig, .div-block-16.lizzie, .div-block-16.willa, .div-block-16.production {
    height: 200px;
  }

  .div-block-20.logo {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-16 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 10vh;
  }

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

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

  .div-block-3 {
    max-width: 100%;
  }

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

  .div-block-7 {
    width: 70%;
  }

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

  .div-block-9 {
    max-width: 80%;
  }

  ._4x3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16.production {
    height: 120px;
  }

  ._10px-spacer {
    display: none;
  }

  .image-2 {
    width: 80px;
  }

  .div-block-17 {
    max-width: none;
  }

  .div-block-29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-36 {
    flex-flow: column;
  }

  .div-block-38.left {
    width: 100%;
  }

  .div-block-38.right {
    order: -1;
    width: 100%;
    height: 300px;
    display: none;
  }

  .image-11 {
    margin-right: 0;
  }

  .div-block-41 {
    margin-top: 40px;
  }

  .div-block-45 {
    margin-top: 20px;
  }

  .image-14 {
    width: 30px;
  }

  .image-15 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/Hero-Background.png');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding: 200px 30px 40px;
  }

  .div-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading {
    letter-spacing: -.3vh;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vh;
  }

  .button-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
  }

  .text-block {
    color: #acacac;
    letter-spacing: -.05vh;
    font-size: 2.4vh;
  }

  .link-block {
    background-color: #fff;
    background-image: url('../images/Blur-1.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .link-block:hover {
    background-color: silver;
  }

  .link-block.black {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block.play {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-cta {
    letter-spacing: -.05vh;
    flex: none;
    font-size: 2.1vh;
  }

  .button-cta.white {
    letter-spacing: -.05vh;
    font-size: 2.1vh;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .descriptor.white {
    margin-left: 40px;
  }

  .descriptor.white.cf {
    display: none;
  }

  .descriptor.hite.black.premiere {
    margin-left: 0;
  }

  .descriptor.black {
    margin-left: 60px;
  }

  .descriptor.small {
    margin-top: 10px;
    font-size: 1.2vh;
    line-height: 120%;
    display: flex;
  }

  .descriptor.small.upper {
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-3 {
    flex: 0 auto;
    max-width: none;
  }

  .trailer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/About-the-Show.png');
    background-position: 0 0, 50%;
    padding: 60px 30px;
  }

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

  .section-anchor {
    font-size: 2.4vh;
  }

  .section-anchor.sense {
    width: 100%;
    font-size: 1.8vh;
  }

  .section-anchor.sense.black {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8vh;
  }

  .section-anchor.sense.app {
    width: 100%;
    font-size: 1.8vh;
  }

  .section-anchor.black {
    margin-top: 0;
    font-size: 2.4vh;
  }

  .section-anchor.pop.down {
    display: none;
  }

  .heading-2 {
    letter-spacing: -.2vh;
    font-size: 5vh;
  }

  .heading-2.sense {
    letter-spacing: -.15vh;
    font-size: 4vh;
  }

  .heading-2.play {
    text-align: center;
    letter-spacing: -.08vh;
    margin-bottom: 0;
    font-size: 4vh;
  }

  .heading-2.play.over {
    text-align: left;
  }

  ._60px-spacer {
    height: 30px;
  }

  .paragraph-2.right-aligned {
    width: 100%;
    font-size: 2.2vh;
  }

  .paragraph-2.right-aligned.episode-number {
    margin-top: 8px;
    font-size: 1.4vh;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-3 {
    text-align: center;
    letter-spacing: -.1vh;
    margin-bottom: 6px;
    font-size: 4vh;
  }

  .heading-3.white {
    font-size: 4vh;
  }

  .episodes {
    padding: 60px 30px;
  }

  .div-block-8, .div-block-8.voice, .div-block-8.vision, .div-block-8.thinking, .div-block-8.learning, .div-block-8.doing {
    padding: 30px;
  }

  .div-block-9 {
    max-width: 80%;
  }

  .small-button {
    font-size: 1.2vh;
  }

  .image {
    width: 14px;
  }

  .image.invert {
    width: 14px;
    margin-left: 10px;
  }

  .guests {
    padding: 60px 30px;
  }

  ._4x3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-14 {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._100px-spacer {
    height: 30px;
  }

  .tutorials {
    padding: 60px 30px;
  }

  .team {
    padding: 60px 20px;
  }

  ._3x2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-16.craig {
    height: 200px;
    margin-bottom: 0;
  }

  .div-block-16.lizzie, .div-block-16.willa, .div-block-16.production {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._10px-spacer {
    display: flex;
  }

  .div-block-17 {
    max-width: none;
  }

  .div-block-18.space {
    display: none;
  }

  .quiz {
    background-color: #fa79be00;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 30px;
  }

  .div-block-20.logo {
    grid-template-columns: 1fr 1fr;
  }

  .anthropic._2nd {
    height: 60%;
  }

  .background-video {
    height: 250px;
  }

  .div-block-26 {
    height: 150px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-26.band {
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
  }

  .div-block-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  ._30px-spacer {
    height: 10px;
  }

  .sticky-nav.black {
    width: 100%;
  }

  .div-block-33, .div-block-35 {
    display: none;
  }

  .div-block-36 {
    flex-flow: column;
    height: auto;
  }

  .div-block-38.left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38.right {
    width: 100%;
    height: 200px;
    display: none;
  }

  .image-10 {
    width: 60px;
    margin-bottom: 20px;
  }

  .form {
    flex-flow: column;
  }

  .submit-button {
    margin-left: 0;
  }

  .image-11 {
    width: 30px;
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-41 {
    margin-top: 20px;
  }

  .div-block-42 {
    background-image: url('../images/Hoodie-1.png');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-43 {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }
}


@font-face {
  font-family: 'Peridot';
  src: url('../fonts/fonnts.com-Peridot_PE_Variable_Regular-1.otf') format('opentype');
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridot PE Variable';
  src: url('../fonts/fonnts.com-Peridot_PE_Variable_Regular-1.otf') format('opentype');
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}