@font-face {
  font-family: Tiempos Text;
  src: url('../fonts/tiempos-text-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiempos Headline;
  src: url('../fonts/tiempos-headline-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #411954;
  --secondary-light: #fff2de;
  --background-primary: #e08168;
  --background-secondary: #ffe3db;
  --black: black;
  --secondary-light-2: var(--background-primary);
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

p {
  margin-bottom: 24px;
}

.body {
  background-image: url('../images/clara.png');
  background-position: 50%;
  background-size: cover;
}

.body-2 {
  background-image: url('../images/coffeeshop.png');
  background-position: 50%;
  background-size: cover;
}

.html-embed {
  margin-bottom: 40px;
  position: fixed;
  inset: auto 0% 0%;
}

.body-3 {
  padding: 32px;
}

.body-4 {
  background-color: #e8a302;
  border: 1px #000;
}

.heading {
  color: #3a175e;
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.paragraph {
  color: #3a175e;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.section {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  border: 1px solid var(--primary);
  height: 64px;
  color: var(--primary);
  background-color: #f78a77;
  border-radius: 6px;
  margin-bottom: 12px;
  font-family: Geograph, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-field::placeholder {
  color: var(--primary);
}

.text-field.light {
  background-color: #ffe3db;
}

.form-block {
  margin-top: 32px;
}

.submit-button {
  color: #ffe3db;
  background-color: #2e0c52;
  border-radius: 6px;
  width: auto;
  max-width: 380px;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Geograph, sans-serif;
  font-size: 20px;
}

.success-message {
  background-color: #e8a302;
  border: 1px solid #967c48;
}

.text-block {
  color: #3a175e;
  font-family: Varela Round, sans-serif;
}

.nav-link {
  color: var(--primary);
}

.body-5 {
  background-color: #e08168;
}

.body-5.lia {
  background-color: var(--secondary-light);
}

.body-5.john {
  background-color: #656470;
}

.body-5.mayor {
  background-color: #ba928e;
}

.body-5.margot {
  background-color: #e08168;
}

.navbar {
  background-color: var(--background-primary);
}

.image-2 {
  height: 32px;
}

.container {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.brand {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  z-index: 9999;
  background-color: var(--primary);
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-2.chapter-overlay {
  background-color: var(--primary);
  display: none;
  overflow: auto;
}

.link-block {
  display: flex;
}

.link-block.chapter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
}

.link-block.chapter:hover {
  background-color: #ffffff1a;
}

.link-block.chapter.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-block-2 {
  color: var(--secondary-light);
}

.text-block-2.nav-chapter {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Geograph, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-3 {
  color: var(--secondary-light);
}

.text-block-3.nav-title {
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: Tiempos Text, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.link {
  color: var(--secondary-light);
}

.text-block-4 {
  color: var(--background-secondary);
  font-family: Geograph, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-block-4.nav {
  color: var(--primary);
}

.nav {
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.button {
  background-color: var(--background-secondary);
  color: var(--black);
  border-radius: 6px;
  padding: 12px 24px;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button.nav {
  background-color: var(--primary);
  color: var(--secondary-light);
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.quick-stack {
  height: 80vh;
  padding-top: 0;
}

.cell {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cell-2, .cell-3 {
  justify-content: space-around;
  align-items: center;
}

.image-3 {
  border-radius: 12px;
  width: 92px;
  height: 92px;
}

.div-block-5 {
  text-align: right;
}

.section-2 {
  color: #fff;
  text-align: left;
  padding-left: 32px;
  font-family: Geograph, sans-serif;
}

.button-2 {
  background-color: var(--secondary-light);
  color: var(--primary);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
}

.heading-2 {
  color: var(--secondary-light);
  margin-top: 24px;
  margin-bottom: -18px;
}

.link-block-2 {
  padding-top: 12px;
  padding-right: 12px;
}

.link-block-3 {
  font-size: 18px;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
  display: none;
}

.section-3 {
  background-image: url('../images/Jon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.section-3.lia {
  background-image: url('../images/Margot.svg');
  background-size: 100%;
}

.section-3.clara {
  background-image: url('../images/Name-Clara.svg');
  background-size: 100%;
}

.section-3.morgan {
  background-image: url('../images/Morgan.svg');
  background-size: 90%;
}

.section-3.john {
  background-image: url('../images/JOHN.svg');
  background-size: 105%;
}

.section-3.mayor {
  background-image: url('../images/Mayor-Gleam.svg');
  background-position: 50% 0;
  background-size: 102%;
}

.section-4 {
  background-color: #37353e;
  border-radius: 24px;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  font-family: Geograph, sans-serif;
}

.section-4.lia, .section-4.morgan {
  background-color: var(--background-secondary);
}

.div-block-6 {
  max-width: 720px;
  color: var(--secondary-light);
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geograph, sans-serif;
}

.heading-3 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 34px;
  font-family: Geograph, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.heading-3.john {
  color: #f2e0e3;
}

.heading-3.mayor {
  color: #efe1e3;
  margin-bottom: 18px;
}

.paragraph-2 {
  margin-bottom: 24px;
  font-family: Geograph, sans-serif;
  font-weight: 400;
}

.rich-text-block {
  color: var(--primary);
  font-family: Geograph, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rich-text-block.john {
  color: #f2e0e3;
}

.rich-text-block.mayor {
  color: #efe1e3;
}

.heading-4 {
  color: var(--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiempos Headline, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-4.john {
  color: #f2e0e3;
  margin-top: 24px;
}

.heading-4.mayor {
  color: #efe1e3;
}

.image-4 {
  margin-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
}

.thumbnail {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.main-media-player {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.pause-button-icon {
  width: 11px;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: #fffffff2;
  font-weight: 600;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.genre {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: var(--primary);
  text-align: left;
  font-family: Geograph, sans-serif;
  font-size: 16px;
}

.button-3 {
  background-color: var(--secondary-light);
  color: var(--primary);
  border-radius: 6px;
  font-family: Geograph, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-primary);
  border-radius: 12px;
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  width: 24rem;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
}

.image-5 {
  border: 3px #000;
  border-radius: 100px;
  width: 8rem;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 0;
  display: flex;
}

.text-block-6 {
  color: var(--secondary-light);
}

.text-block-7 {
  color: var(--primary);
  text-align: center;
  font-family: Geograph, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-7.dark {
  color: var(--background-secondary);
  text-align: center;
  border: 1px #000;
  font-style: normal;
  text-decoration: none;
}

.text-block-7.mayor {
  color: #37353e;
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.heading-5 {
  color: var(--background-secondary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiempos Headline, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-5.lia {
  color: var(--primary);
}

.heading-5.mayor {
  color: #37353e;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 124px;
  height: 124px;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.example-section {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  background-image: radial-gradient(circle at 30%, #4968be, #0000 6%);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tracklist {
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.body-6 {
  background-color: #fff2de;
}

.section-5 {
  background-color: #f78977;
  border-radius: 24px;
  min-height: 80vh;
  margin: 16px;
}

.image-7 {
  width: 50vw;
  max-width: 80%;
  height: auto;
  margin-top: 319px;
  margin-right: -54px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-6 {
  color: #2e0c52;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-13 {
  padding: 10vh;
}

.heading-7 {
  color: #2e0c52;
  max-width: 45vw;
  margin-top: 8px;
  margin-bottom: -10px;
  font-family: Tiempos Headline, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.heading-8 {
  color: #2e0c52;
  max-width: 55vw;
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Geograph, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3 {
  color: #bb4b3a;
  font-family: Geograph, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-14 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-9 {
  color: #fff2de;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffd696;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geograph, sans-serif;
  font-size: 240px;
  line-height: 125px;
}

.section-6 {
  background-color: #ffe3db;
}

.hero-heading-left {
  border-bottom: 1px solid #e4ebf3;
  border-radius: 24px;
  padding: 64px 0 80px;
  position: relative;
}

.hero-heading-left.info {
  border: 1px #000;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.single {
  max-width: 80%;
}

.margin-bottom-24px {
  color: var(--primary);
  margin-bottom: 24px;
  font-family: Geograph, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.div-block-15 {
  border: 3px none var(--primary);
  background-color: #ffe3db;
  border-radius: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.heading-10 {
  color: var(--primary);
  text-align: center;
  font-family: Tiempos Headline, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-10.secondary {
  font-size: 32px;
}

.section-7 {
  margin-bottom: 64px;
}

.hero-heading-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vh;
  display: block;
}

.heading-11 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-16 {
  margin-top: 64px;
}

.image-9, .link-block-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list {
  color: var(--primary);
  padding-left: 20px;
  font-family: Geograph, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.heading-12 {
  color: var(--primary);
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-size: 24px;
  line-height: 24px;
}

.heading-12.john {
  color: #f2e0e3;
  margin-top: 9px;
  margin-bottom: 24px;
}

.heading-12.gleam {
  color: #efe1e3;
}

.html-embed-2 {
  border-radius: 0;
}

.button-4 {
  background-color: var(--primary);
  border-radius: 8px;
  padding: 16px 32px;
  font-family: Geograph, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-block-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17, .div-block-18 {
  display: flex;
}

.link-2 {
  color: var(--primary);
  text-decoration: underline;
}

.html-embed-3, .html-embed-4, .html-embed-5 {
  margin-bottom: 24px;
}

.div-block-19 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Tiempos Text, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-3 {
    width: 15%;
    height: 100px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .section-3 {
    background-size: 100%;
  }

  .section-3.lia {
    margin-top: 28px;
  }

  .section-4 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .main-media-player {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .duration, .elapsed, .media-player-volume-wrapper {
    display: none;
  }

  .example {
    padding: 75px 20px;
  }

  .example-section {
    background-image: radial-gradient(circle at 30%, #4968be 10%, #0000 10%);
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-one {
    flex-direction: column-reverse;
  }

  .section-5 {
    min-height: auto;
  }

  .image-7 {
    width: 45vw;
    height: auto;
    margin-top: 242px;
    margin-right: 5px;
  }

  .heading-6 {
    max-width: 55vw;
  }

  .div-block-13 {
    padding: 5vh;
  }

  .heading-7 {
    max-width: 50vw;
    font-size: 28px;
    line-height: 32px;
  }

  .hero-heading-left {
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-8 {
    padding-left: 3vh;
  }
}

@media screen and (max-width: 767px) {
  .text-field {
    text-align: left;
    background-color: #fff;
    border: 1px solid #3a175e;
    height: 44px;
    font-family: Varela Round, sans-serif;
  }

  .submit-button {
    height: 44px;
    font-family: Varela Round, sans-serif;
  }

  .div-block {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-2 {
    height: 28px;
  }

  .text-block-2.nav-chapter {
    font-size: .9rem;
  }

  .text-block-3.nav-title {
    font-size: 1.75rem;
  }

  .button {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-3 {
    width: 20%;
  }

  .heading-2 {
    margin-bottom: -12px;
    font-size: 30px;
  }

  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: block;
  }

  .image-4 {
    margin-top: 82px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .text-block-7 {
    text-align: center;
  }

  .div-block-11 {
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
  }

  .div-block-12 {
    align-items: flex-start;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .example-section {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 29%);
  }

  .section-5 {
    margin: 12px;
  }

  .image-7 {
    width: 120vw;
    max-width: 120%;
    height: auto;
    margin-top: -66px;
    margin-left: -43px;
    position: relative;
    right: auto;
  }

  .heading-6 {
    max-width: 90vw;
    font-size: 18px;
  }

  .heading-7 {
    max-width: 90vw;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-8 {
    max-width: 90vw;
    font-size: 18px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.bottom {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-split.single {
    max-width: 100%;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .image-8 {
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .form-block {
    margin-top: 16px;
  }

  .submit-button {
    width: 100%;
    display: block;
    position: static;
  }

  .image-2 {
    height: 24px;
  }

  .link-block.chapter {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-block-2.nav-chapter {
    font-size: .8rem;
  }

  .text-block-3.nav-title {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 72px;
    height: 72px;
  }

  .section-2 {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
  }

  .heading-2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .section-3.lia {
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .section-3.morgan {
    background-position: 50% 2%;
  }

  .section-3.john {
    background-position: 50% 5%;
  }

  .section-4 {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 36px;
  }

  .image-4 {
    margin-top: 39px;
  }

  .button-3 {
    background-color: var(--primary);
    height: 48px;
    color: var(--secondary-light);
    align-self: stretch;
    padding-top: 13px;
    font-size: 18px;
    font-weight: 500;
    overflow: visible;
  }

  .div-block-7 {
    flex-direction: column;
    width: auto;
    padding: 12px;
  }

  .div-block-10 {
    flex: 0 auto;
    min-width: 25vw;
    padding: 0 10px 8px 0;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-11 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
  }

  .div-block-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .image-6 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .example-section {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 20%);
  }

  .section-5 {
    margin: 6px;
  }

  .image-7 {
    width: auto;
    max-width: 120%;
    margin-top: -40px;
    margin-left: -29px;
    margin-right: 0;
    position: relative;
  }

  .heading-6 {
    margin-top: 9px;
  }

  .div-block-13 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-7 {
    max-width: 100vw;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-8 {
    max-width: 100vw;
    margin-top: 16px;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 32px;
    font-weight: 500;
  }

  .div-block-14 {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-9 {
    margin-bottom: -39px;
    font-size: 105px;
  }

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

  .hero-split.single {
    max-width: 100%;
  }

  .heading-10 {
    text-align: left;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-10.secondary {
    text-align: center;
  }

  .heading-11 {
    line-height: 24px;
  }

  .list {
    padding-left: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: auto;
    font-size: 64px;
    line-height: 64px;
  }
}

#w-node-_4fc5703b-edb7-8ac2-cd09-ff10c387d587-c387d57e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4fc5703b-edb7-8ac2-cd09-ff10c387d587-c387d57e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/tiempos-text-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/tiempos-headline-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}