@font-face {
  font-family: "Los Andes Lota Grotesque Alt 1";
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Bold.woff') format("woff"), url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Semi-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Los Andes Lota Grotesque Alt 1";
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Los Andes Lota Grotesque Alt 1";
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Los Andes Lota Grotesque Alt 1";
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Extra-Light.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lemonilla;
  src: url('../fonts/Lemonilla.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--background: white;
  --color--text: #101010;
  --text: black;
  --primary: white;
  --dark--background: black;
  --dark--text: white;
  --color--text-secondary: #101010b3;
  --dark--text-secondary: #ffffffb3;
  --color--border: #1010100d;
  --color--button-bg-secondary: #1010100d;
  --color--secondary: #ff80ff;
  --light-gray: #dadada;
  --dark-gray: #494949;
  --color--primary: magenta;
  --color--button-text: #101010;
  --dark--primary: #8467ff;
  --dark--secondary: #b2a2fa;
  --dark--button-bg-secondary: #ffffff0d;
  --dark--border: #ffffff0d;
  --dark--button-text: #101010;
}

body {
  background-color: var(--color--background);
  color: var(--color--text);
  font-family: Manrope;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.container-w3 {
  z-index: 5;
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global-padding {
  padding-left: 4em;
  padding-right: 4em;
}

.text-style {
  text-align: left;
  font-family: "Los Andes Lota Grotesque Alt 1", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-image {
  background-color: #000;
  background-image: linear-gradient(180deg, #f3f 1%, var(--text) 87%);
  padding-top: 6em;
  padding-bottom: 4em;
  position: relative;
  overflow: hidden;
}

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

.text-center.words_split {
  text-align: left;
}

.text-center.is-footer {
  font-family: "Los Andes Lota Grotesque Alt 1", sans-serif;
}

.typo-zoom-sticky {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
}

.typo-zoom-text-image.is-mobile {
  display: none;
}

.hero_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_title_wrapper {
  text-align: center;
  font-family: "Los Andes Lota Grotesque Alt 1", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.hero_sub_wrapper {
  text-align: center;
  padding-top: 1rem;
  font-family: "Los Andes Lota Grotesque Alt 1", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.section-text {
  background-color: var(--text);
  color: var(--primary);
  padding-top: 8em;
  padding-bottom: 4em;
}

.image-wrapper-1 {
  z-index: 99999;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 16px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper_image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1rem;
  width: 80%;
  height: 80%;
  position: static;
  inset: 0%;
  overflow: clip;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.image-hero {
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #ffd3fe;
  background-image: linear-gradient(#fff0, #ffffff40 30%, #fff6 50%, #ffffff40 70%, #fff0);
  flex-flow: row;
  width: 120%;
  margin-left: -10.5rem;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 43%;
  overflow: hidden;
  transform: rotate(5deg);
}

.marquee.is-rev {
  transform: rotate(-10deg);
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-image {
  width: 10rem;
}

.rays {
  z-index: 1;
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.typo-zoom-text-lottie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  position: absolute;
  inset: 0% 0% 3%;
}

.typo-zoom-text-lottie.is-mobile, .words_split_code {
  display: none;
}

.embad_substack {
  z-index: 999;
  border: 1px #000;
  border-radius: 1rem;
  height: 360px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-embed_footer {
  background-color: #000;
  background-image: linear-gradient(0deg, #f3f, var(--text) 77%);
  padding-top: 6em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.text-signature {
  padding-left: 3%;
  padding-right: 3%;
  font-family: Lemonilla, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.black-font {
  font-weight: 900;
}

.light-text {
  font-weight: 200;
}

.font-logo {
  font-family: Lemonilla, sans-serif;
  font-size: 2rem;
}

.section-typo-zoom-in-desktop {
  background-color: var(--color--background);
  width: 100%;
  height: 310vh;
  margin-bottom: -2px;
}

.section-typo-zoom-in-mobil {
  width: 100%;
  height: 310vh;
  margin-bottom: -2px;
  display: none;
}

.mode-selector {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.toggle-switch {
  padding-bottom: 0;
  padding-right: 0;
}

.body {
  background-color: var(--dark--background);
  color: var(--dark--text);
}

.mode-switch {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.switch-link.is-dark {
  color: var(--dark--text-secondary);
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.toggle_component {
  border: 1px solid var(--color--border);
  background-color: var(--color--button-bg-secondary);
  cursor: pointer;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding: .25rem;
  transition: opacity .2s;
  display: flex;
}

.toggle_dot {
  background-color: var(--color--secondary);
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
}

.toggle_component-2 {
  background-color: #1010100d;
  border: 1px solid #1010100d;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  padding: .25rem;
  transition: opacity .2s;
  display: flex;
}

.toggle_dot-2 {
  background-color: #5f4bb6;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
}

.mode-switch-copy {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.section-footer {
  background-color: #f3f;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer-text {
  color: var(--primary);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.footer-link {
  color: #ffd9fe;
  font-family: "Los Andes Lota Grotesque Alt 1", sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .p-sm-end {
    font-size: .75rem;
  }

  .global-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-style {
    font-size: 1.5rem;
  }

  .section-image {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .typo-zoom-sticky {
    height: auto;
    min-height: 98svh;
    position: static;
  }

  .typo-zoom-sticky-inner {
    justify-content: center;
    align-items: center;
    min-height: 98svh;
  }

  .typo-zoom-text-wrapper {
    width: 80vw;
  }

  .typo-zoom-text-image {
    display: none;
  }

  .typo-zoom-text-image.is-mobile {
    display: block;
  }

  .hero_title_wrapper {
    font-size: 2.5rem;
    transition: none;
  }

  .hero_sub_wrapper {
    padding-top: 0;
    font-size: 1.5rem;
  }

  .section-text {
    padding-top: 6em;
  }

  .image-hero {
    margin-top: -6%;
    margin-bottom: -2%;
    display: block;
    position: relative;
  }

  .marquee {
    z-index: 0;
    margin-left: -9%;
  }

  .rays {
    bottom: 30%;
  }

  .typo-zoom-text-lottie {
    display: none;
    bottom: 8%;
  }

  .typo-zoom-text-lottie.is-mobile {
    display: block;
    bottom: 0%;
  }

  .embad_substack {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .text-signature {
    font-size: 3rem;
  }

  .font-logo {
    font-size: 1.75rem;
  }

  .section-typo-zoom-in-desktop {
    height: 100%;
    display: none;
  }

  .section-typo-zoom-in-mobil {
    background-color: var(--color--background);
    height: auto;
    min-height: 98svh;
    display: block;
  }

  .bg-color {
    background-color: var(--text);
  }

  .icon-embed-xxsmall {
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 1.85em;
  }

  .text-style {
    font-size: 1.25rem;
  }

  .section-image {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }

  .typo-zoom-text-wrapper {
    width: 90vw;
  }

  .hero_title_wrapper {
    font-size: 2.25rem;
  }

  .hero_sub_wrapper {
    padding-top: .25rem;
  }

  .section-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-hero {
    margin-top: -5%;
    margin-bottom: -1%;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .typo-zoom-text-lottie {
    bottom: 25%;
  }

  .section-embed_footer {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .text-signature {
    font-size: 2rem;
  }

  .font-logo {
    font-size: 1.5rem;
  }

  .section-typo-zoom-in-desktop, .section-typo-zoom-in-mobil {
    height: 98svh;
  }

  .section-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .p-sm-end {
    padding-bottom: 1.5em;
  }

  .text-style {
    font-size: 1.25rem;
  }

  .typo-zoom-text-wrapper {
    width: 98vw;
  }

  .hero_title_wrapper {
    font-size: 2rem;
  }

  .hero_sub_wrapper {
    padding-top: 0;
    font-size: 1.125rem;
  }

  .section-text {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .image-hero {
    margin-top: -5%;
    margin-bottom: -4%;
  }

  .typo-zoom-text-lottie {
    bottom: 27%;
  }

  .embad_substack {
    height: 500px;
  }

  .font-logo {
    font-size: 1.25rem;
  }
}


@font-face {
  font-family: 'Los Andes Lota Grotesque Alt 1';
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Bold.woff') format('woff'), url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Semi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Los Andes Lota Grotesque Alt 1';
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Los Andes Lota Grotesque Alt 1';
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Los Andes Lota Grotesque Alt 1';
  src: url('../fonts/Los-Andes--Lota-Grotesque-Alt-1-Extra-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonilla';
  src: url('../fonts/Lemonilla.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}