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

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

@font-face {
  font-family: Seriguela Display;
  src: url('../fonts/seriguela-display-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #00859e;
  --black: #000;
  --white: white;
  --dark-gray: #4d4d4d;
  --hoover-red: #98002e;
  --tomato-red: #98002e;
  --gold: #887e6f;
  --light-gray: #acbdc7;
  --maroon: #4e0806;
  --synthese: synthese;
  --light-teal: #7398a5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: portada, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Seriguela Display, Impact, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 105%;
}

h3 {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: synthese;
  font-size: .9em;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  margin-bottom: 20px;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gt America Compressed;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 16px;
}

a {
  color: #000;
}

a:focus-visible, a[data-wf-focus-visible] {
  border: 2px solid var(--black);
}

ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  font-size: .9em;
}

strong {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 600;
}

.hero {
  border-top: .5px solid #000;
  border-bottom: .5px solid #000;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.footer {
  justify-content: flex-end;
  align-items: stretch;
}

.hero.footer.mini {
  height: auto;
}

.hero.future {
  background-color: #d1d3d4;
}

.navbar {
  z-index: 1000;
  border-bottom: .5px solid var(--black);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
}

.main-col {
  z-index: 10;
  max-width: none;
}

.main-col.with-bg-change {
  margin-top: 10%;
  margin-bottom: 10%;
  position: relative;
}

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

.logo-link {
  flex: 1;
}

.logo-link.w--current {
  flex: 1;
  margin-bottom: 4px;
  margin-right: 40px;
}

.logo-link.w--current:focus-visible, .logo-link.w--current[data-wf-focus-visible] {
  border: 2px solid var(--black);
}

.nav-link-drawer {
  color: #fff;
  text-align: left;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 8px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 135%;
  display: block;
}

.nav-link-drawer:hover {
  opacity: .8;
}

.nav-link-drawer:focus-visible, .nav-link-drawer[data-wf-focus-visible] {
  border: 2px solid #fff;
}

.nav-link-drawer.w--current {
  color: #fff;
  border-bottom: 1px #fff;
}

.my-draw-in-line {
  transform-origin: 0%;
  background-color: #dcdcdc;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.side-curtain-open {
  transform-origin: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.hamburger-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.hamburger-menu {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 20px;
  transition: height .2s, width .2s;
  display: flex;
}

.hamburger-menu:hover {
  transform: scale(1.05);
}

.hamburger-menu:focus-visible, .hamburger-menu[data-wf-focus-visible] {
  border: 2px solid #000;
}

.no-margin-table {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex: 1;
  padding: 0;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 40px;
  display: flex;
}

.icon-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  display: flex;
}

.sm-icon {
  color: #fff;
  width: 1em;
  padding-bottom: 0;
}

.sm-icon:hover {
  transform: scale(1.3);
}

.sm-icon:focus-visible, .sm-icon[data-wf-focus-visible] {
  border-color: var(--white);
}

.grantee-card {
  cursor: pointer;
  background-color: #e6e1e1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.wrapper-close {
  flex: 1;
  height: 100%;
}

.caption {
  color: var(--dark-gray);
  margin-bottom: 8px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .7em;
  font-weight: 200;
  line-height: 130%;
}

.menu-button {
  z-index: 500;
  justify-content: flex-end;
  padding: 0;
}

.curtain-scroll {
  z-index: 3;
  background-color: #fff;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.keep {
  white-space: nowrap;
}

.nav-link-drawer-2 {
  color: #fff;
  text-align: left;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.nav-link-drawer-2:hover {
  opacity: .8;
}

.nav-link-drawer-2.w--current {
  color: #fff;
  border-bottom: 1px #fff;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.logo-nav {
  opacity: 1;
  color: var(--black);
  width: 160px;
  margin-bottom: -7px;
}

.logo-nav:focus-visible, .logo-nav[data-wf-focus-visible] {
  border: 1px solid var(--white);
}

.plus-circle {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.plus-circle:focus-visible, .plus-circle[data-wf-focus-visible] {
  border: 2px solid #000;
}

.signature {
  height: 75px;
}

.signature.fade-in-effect.hoover-sig {
  height: 52px;
}

.photographer {
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .5em;
  font-weight: 200;
  line-height: 140%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-arrow {
  z-index: 2;
  opacity: 1;
  flex: none;
  width: 16px;
  display: flex;
  position: relative;
}

.link-arrow.left-arrow {
  transform: rotate(180deg);
}

.section-opener {
  height: 300vh;
  display: flex;
  position: relative;
}

.curtain-scroll-black {
  z-index: 10;
  background-color: var(--teal);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.read-mores {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  border-top: .5px solid #000;
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .7em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.read-mores.fade-in-effect {
  justify-content: space-between;
  align-items: center;
}

.read-mores.fade-in-effect.no-top-margin, .read-mores.second {
  margin-top: 0;
}

.read-mores.second.fade-in-effect {
  border-top-style: none;
}

.secondary-nav {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-right: .5px solid #000;
  flex-flow: column;
  min-width: 200px;
  max-width: 200px;
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
}

.secondary-nav-link {
  color: var(--dark-gray);
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 4px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .7em;
  font-weight: 500;
  line-height: 120%;
}

.secondary-nav-link:hover, .secondary-nav-link.w--current {
  color: var(--hoover-red);
}

._40px-margin-top {
  margin-top: 40px;
}

.main-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-aligned-flexbox {
  text-align: right;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.secondary-nav-inner {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: -30px;
  display: flex;
  position: sticky;
  top: 120px;
}

.main-content-container {
  z-index: 5;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.main-content-container.home-content-container {
  max-width: 1000px;
}

.sm-icon-2 {
  color: #fff;
  width: 1em;
}

.sm-icon-2:hover {
  transform: scale(1.3);
}

.sm-icon-2:focus-visible, .sm-icon-2[data-wf-focus-visible] {
  border-color: #fff;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--tomato-red);
  background-color: var(--tomato-red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.button:where(.w-variant-d4c3463b-0878-c5d8-9ff9-2f440d081561) {
  color: var(--hoover-red);
  background-color: #0000;
}

.button:where(.w-variant-0e71321b-8198-f3e2-0011-125f2bf67fc4) {
  border-color: var(--white);
}

.button.knockout {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tomato-red);
  justify-content: center;
  align-items: center;
}

.button.btn {
  flex: none;
}

.button.ghost, .button.ghost-2, .button.ghost-3, .button.ghost-4 {
  color: var(--hoover-red);
  background-color: #0000;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.narrow-col {
  width: 30%;
}

.narrow-col.right-padded {
  flex: none;
}

.right-padded {
  border-right: .5px solid #000;
  margin-right: 15px;
  padding-right: 15px;
}

.wider-col {
  z-index: 10;
  width: 68%;
}

.quote {
  color: #00859e;
  font-family: Seriguela, Impact, sans-serif;
  font-size: 2rem;
  line-height: 105%;
}

.attribution {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Seriguela, Impact, sans-serif;
  font-size: 1.6rem;
}

.author-block {
  color: var(--tomato-red);
  text-transform: uppercase;
  font-family: Seriguela Display, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 90%;
}

.yellow-type {
  color: #f3c108;
}

.keep-2 {
  white-space: nowrap;
}

.inline-intro {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 700;
}

.letter-author {
  margin-bottom: 0;
  font-weight: 700;
}

.letter-author-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 120%;
}

.sticky {
  position: sticky;
  top: 120px;
}

.animation-mask {
  overflow: hidden;
}

.draw-in-line {
  background-color: var(--gold);
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 12px;
  margin-bottom: 20px;
}

.draw-in-line.home {
  background-color: #887e6e;
  height: 1px;
}

.curtain-image {
  width: 100%;
}

.curtain-image.smaller-image {
  max-width: 200px;
}

.tomato-red-type {
  color: var(--tomato-red);
}

.quote-mark {
  width: 50px;
  margin-bottom: 10px;
}

.hub-graphic {
  max-width: 300px;
}

.hub-graphic.fade-in-effect {
  max-width: 390px;
}

.reach-impact {
  height: 36px;
}

.reacg-impact-container {
  background-color: #a8a9ac;
  margin-top: 20px;
  margin-bottom: 20px;
}

.seriguela {
  font-family: Seriguela Display, Impact, sans-serif;
  font-size: 5em;
  line-height: 90%;
}

.sidebar-curtain {
  background-color: var(--white);
  transform-origin: 0%;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.image-container {
  margin-bottom: 10px;
  position: relative;
}

._20px-margin-bottom {
  margin-bottom: 20px;
}

._20px-margin-bottom.image-magnifier-img {
  max-width: 100%;
  display: block;
}

.author-description {
  color: var(--teal);
  margin-top: 20px;
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 500;
  line-height: 125%;
}

.black-type, .text-span-2 {
  color: var(--black);
}

.absolute-background-image {
  z-index: -1;
  opacity: .3;
  width: 80%;
  margin-top: -20%;
  position: absolute;
}

.opening-ornament {
  float: left;
  width: 75px;
  margin-right: 10px;
}

.real-thin {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 200;
}

.color-changer {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  padding: 120px 30px;
  font-size: 1.2rem;
  line-height: 160%;
  display: flex;
  position: static;
}

.color-changer.hoover {
  background-color: #acbdc7;
}

.read-mores-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #98002e;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  font-size: .7em;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.hero-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  width: 60%;
  display: flex;
  position: relative;
}

.hero-right.footer.mini {
  width: 40%;
}

.hero-right.positioning {
  justify-content: center;
  align-items: center;
}

.image-layer-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-layer-3.leading {
  object-position: 50% 50%;
  background-color: #3f2026;
  max-width: none;
}

.image-layer-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 125%;
  position: absolute;
}

.image-layer-2.generating {
  height: 100%;
}

.image-layer-2.leading {
  object-position: 50% 50%;
  width: 125%;
  max-width: none;
  height: 100%;
}

.image-layer-2.communicating {
  object-position: 50% 50%;
  height: 100%;
}

.image-layer-2.footer {
  object-position: 0% 100%;
  height: 125%;
}

.image-layer-2.revitalizing {
  height: 100%;
}

.image-layer-2.china {
  object-position: 0% 50%;
  height: 100%;
}

.image-layer-1 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-layer-1.generating {
  object-position: 50% 100%;
  height: 125%;
}

.image-layer-1.leading {
  object-fit: cover;
  object-position: 50% 50%;
  width: 125%;
  max-width: none;
  height: 100%;
}

.image-layer-1.communicating {
  object-position: 50% 50%;
  height: 100%;
}

.image-layer-1.footer {
  object-position: 0% 100%;
  height: 100%;
}

.image-layer-1.revitalizing {
  object-position: 50% 100%;
}

.image-layer-1.china-2 {
  object-fit: contain;
  width: 85%;
}

.image-layer-1.home {
  object-position: 50% 50%;
}

.h1-internal {
  margin-bottom: 12px;
  font-family: Seriguela Display, Impact, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 90%;
}

.h1-internal._20px-margin-bottom {
  margin-bottom: 20px;
}

.internal-hero-content {
  flex-flow: column;
  display: flex;
}

.hero-left {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 30px;
  display: flex;
}

.hero-left.teal-background {
  color: var(--white);
  background-color: #557885;
}

.hero-left.footer {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--tomato-red);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.hero-left.footer.mini {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 60%;
}

.hero-left.burgundy-background {
  background-color: var(--tomato-red);
  color: var(--white);
}

.hero-left.mini-toc {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  position: relative;
}

.hero-left.mini-toc._2 {
  justify-content: space-between;
  align-items: center;
}

.hero-left.mini-toc._3 {
  text-align: right;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-left.toc {
  flex: 1;
}

.teal-background {
  background-color: var(--teal);
}

.freedom-frequency {
  width: 30%;
}

.title-deck {
  color: var(--teal);
  margin-top: 4px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.teal-type {
  color: var(--teal);
}

.half-col {
  z-index: 10;
  width: 50%;
}

.half-col.right-padded.inner {
  margin-right: 0;
}

.half-col.left-padded {
  padding-left: 15px;
}

.flex-container {
  z-index: 10;
  max-width: none;
  display: flex;
}

._10px-margin-bottom {
  margin-bottom: 10px;
}

.skip-link {
  z-index: 999;
  color: #fff;
  background-color: #000;
  padding: 8px;
  position: absolute;
  top: -100px;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  top: 0;
}

.skip-link.w--current {
  color: #fff;
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.nav-menu {
  justify-content: center;
  align-items: stretch;
}

.nav-menu.main-menu {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 0 auto;
}

.nav-link {
  text-align: left;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 24px 0 25px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .65em;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.nav-link:hover {
  border-bottom-color: #98002e;
}

.nav-link.w--current {
  color: #000;
  border-bottom: 2px solid #98002e;
}

.nav-link.hide-desktop {
  display: none;
}

.home-tagline-new {
  color: #98002e;
  font-family: Seriguela Display, Impact, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 90%;
}

.hero-home {
  height: 100vh;
  position: relative;
}

.home-deck {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.home-hero-content-new {
  width: 370px;
  height: 100%;
  margin-right: 10%;
}

.home-flex-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-flex-box.align-right {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 60px;
}

.bg-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h1-home {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 100%;
}

.hero-container {
  z-index: 2;
  max-width: none;
  padding: 100px 30px 0;
  position: relative;
}

.footer-nav {
  opacity: 1;
  color: var(--white);
  width: 160px;
  margin-bottom: -7px;
}

.footer-nav:focus-visible, .footer-nav[data-wf-focus-visible] {
  border: 1px solid #fff;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 0;
  display: flex;
}

.button-row.always-vertical {
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 20px;
}

.move-up-box-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-number-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-label {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
}

.section-number {
  color: var(--teal);
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 100%;
}

.fly-diagram {
  aspect-ratio: 1;
  object-position: 50% 0%;
  width: 100%;
  margin: 30px;
  position: relative;
}

.next-up-linkbox {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.line-portrait {
  max-height: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-portrait.fade-in-effect.adjustment {
  object-position: 50% 100%;
  max-height: 240px;
}

.bottom-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-left {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.letter-spacing {
  letter-spacing: -.25px;
}

.centered-column {
  z-index: 10;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.hoover-letter {
  font-style: italic;
}

.section-label-menu {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
  display: none;
}

.hide-for-desktop {
  display: none;
}

.relative-positioned {
  position: relative;
}

.brain {
  z-index: 5;
  width: 60%;
  position: absolute;
  inset: 3% -9% auto auto;
}

.ferris-car {
  width: 25%;
  position: absolute;
  inset: 0% 36% 100% 37.5%;
}

.ferris-car._1 {
  inset: auto auto 4% 21%;
}

.ferris-car._2 {
  inset: 15% auto auto 8%;
}

.ferris-car._3 {
  inset: 15% 8% auto auto;
}

.ferris-car._4 {
  inset: auto 21% 4% auto;
}

.ferris-car._5 {
  top: 1%;
}

.ferris-car._6 {
  inset: auto 1% 29% auto;
}

.ferris-car._7 {
  inset: auto auto 29% 1%;
}

.all-cars {
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.wheel {
  vertical-align: baseline;
}

.modal {
  z-index: 9999;
  background-color: var(--hoover-red);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal__close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal__close:hover {
  transform: scale(1.05);
}

.button-svg {
  width: 100%;
  height: 100%;
}

.modal__content {
  min-width: 92vw;
  max-height: 92vh;
  position: relative;
}

.modal__video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.toc-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.toc-tile {
  border-left: .5px solid #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.toc-tile.w--current {
  cursor: default;
}

.toc-tile.mini-toc {
  width: 26%;
}

.toc-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.toc {
  border-top: .5px solid #000;
  border-bottom: .5px solid #000;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toc-label {
  background-color: var(--light-gray);
  transform-origin: 50% 100%;
  height: 100%;
  padding: 20px;
}

.toc-label.current {
  background-color: var(--black);
  color: var(--white);
}

.section-label-toc {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: ff-real-text-pro, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
}

.hero-righ-toc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: stretch;
  width: 60%;
  display: flex;
  position: relative;
}

.bg-image-toc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
}

.toc-section-name {
  text-align: left;
  margin-bottom: 0;
  line-height: 130%;
}

.toc-image-continer {
  overflow: hidden;
}

.paginator {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-layer-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-magnifier {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-magnifier-lens {
  border: 2px solid var(--white);
  opacity: 0;
  pointer-events: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  transition: opacity .153ms;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8vw #0006;
}

.toc-tile-current {
  border-left: .5px solid #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.toc-tile-current.w--current {
  cursor: default;
}

.toc-tile-current.mini-toc {
  width: 26%;
}

.pre-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  margin-bottom: 0;
  font-family: ff-real-text-pro, sans-serif;
  font-size: .7em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.pre-button.fade-in-effect {
  justify-content: space-between;
  align-items: center;
}

.pre-button.fade-in-effect.no-top-margin, .pre-button.second {
  margin-top: 0;
}

.pre-button.second.fade-in-effect {
  border-top-style: none;
}

.video-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: .5px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .animation-container {
    max-width: 1100px;
  }

  .h1-internal {
    font-size: 6rem;
  }

  .line-portrait.larger {
    max-height: 330px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.2em;
  }

  .hero {
    flex-flow: column;
    height: auto;
  }

  .hero.footer {
    flex-flow: column;
  }

  .navbar {
    height: 70px;
  }

  .no-margin-table {
    grid-column-gap: 19px;
  }

  .column {
    width: 100%;
    height: auto;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-nav {
    width: 120px;
  }

  .secondary-nav {
    display: none;
    top: 70px;
  }

  .main-content-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .seriguela {
    font-size: 4.2em;
  }

  .absolute-background-image {
    width: 100%;
  }

  .color-changer {
    padding: 80px 20px;
  }

  .hero-right, .hero-right.footer.mini {
    width: 100%;
  }

  .hero-left {
    width: 100%;
    padding: 70px 20px 40px;
  }

  .hero-left.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-left.footer.mini {
    width: 100%;
  }

  .hero-left.mini-toc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-left.mini-toc._2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-left.toc {
    justify-content: space-between;
    align-items: flex-start;
  }

  .freedom-frequency {
    width: 50%;
  }

  .nav-menu.main-menu {
    background-color: #acbdc7;
    padding: 30px 20px;
  }

  .nav-link {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 30px;
    font-family: portada, sans-serif;
    font-size: 1em;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-link.hide-desktop {
    display: flex;
  }

  .home-flex-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav {
    width: 120px;
    margin-bottom: -10px;
  }

  .footer-nav.fade-in-effect.black-type {
    color: var(--black);
  }

  .button-row.hide-for-desktop {
    margin-bottom: 23px;
    display: flex;
  }

  .line-portrait.fade-in-effect.adjustment {
    margin-top: 39px;
  }

  .section-label-menu {
    width: 100px;
    padding-bottom: 4px;
    display: block;
  }

  .hide-for-desktop {
    display: block;
  }

  .hide-for-desktop.bottom-left {
    display: flex;
  }

  .toc-tile.mini-toc {
    width: 33%;
  }

  .toc {
    flex-flow: column;
    height: auto;
  }

  .toc.mini-toc {
    flex-flow: row;
  }

  .hero-righ-toc {
    width: 100%;
  }

  .toc-tile-current.mini-toc {
    width: 33%;
  }
}

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

  h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    margin-bottom: 10px;
  }

  .logo-link {
    padding-left: 0;
  }

  .column {
    padding-right: 0;
  }

  .nav-container {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .narrow-col {
    width: 100%;
  }

  .right-padded {
    border-right-style: none;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .wider-col {
    order: -9999;
    width: 100%;
  }

  .author-block {
    margin-top: 20px;
  }

  .sticky.left-aligned-flexbox {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .internal-hero-content, .hero-left.mini-toc, .half-col {
    width: 100%;
  }

  .half-col.right-padded.inner {
    border-right-style: solid;
    margin-bottom: 0;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 15px;
  }

  .flex-container {
    flex-flow: column;
  }

  .flex-container.inner {
    flex-flow: row;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-color: #f9f5ef;
  }

  .home-tagline-new {
    font-size: 2.4rem;
  }

  .home-hero-content-new {
    margin-right: 0%;
  }

  .home-flex-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .bg-image {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .bg-image.home {
    aspect-ratio: auto;
  }

  .h1-home {
    font-size: 2.4rem;
  }

  .centered-column {
    order: -9999;
    width: 100%;
  }

  .brain {
    right: 0%;
  }

  .bg-image-toc {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}

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

  .main-col {
    flex-flow: column;
  }

  .nav-link-drawer {
    font-size: 1em;
    font-weight: 400;
  }

  .column {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .icon-row {
    width: 120px;
  }

  .wrapper-close {
    display: none;
  }

  .keep {
    white-space: normal;
  }

  .main-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .main-content-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .narrow-col {
    width: 100%;
  }

  .narrow-col.right-padded {
    order: 9999;
  }

  .right-padded {
    border-right-style: none;
  }

  .wider-col {
    width: 100%;
  }

  .h1-internal {
    font-size: 3.3rem;
  }

  .hero-left.footer, .hero-left.mini-toc {
    padding-top: 30px;
  }

  .freedom-frequency {
    width: 80%;
  }

  .half-col {
    width: 100%;
  }

  .half-col.right-padded {
    border-bottom-style: none;
  }

  .half-col.right-padded.inner {
    border-bottom: .5px solid #000;
    border-right-style: none;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .flex-container, .flex-container.inner {
    flex-flow: column;
  }

  .home-tagline-new {
    font-size: 2.2rem;
  }

  .hero-home {
    height: 100vh;
  }

  .home-deck {
    font-size: 1.1rem;
  }

  .home-hero-content-new {
    width: 100%;
  }

  .home-flex-box.align-right {
    display: block;
  }

  .h1-home {
    font-size: 2.1rem;
  }

  .button-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-row.hide-for-desktop {
    width: 160px;
  }

  .move-up-box-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-number {
    font-size: 3.4rem;
  }

  .centered-column {
    width: 100%;
  }

  .toc-tile {
    border-top: .5px solid #000;
    border-left-style: none;
  }

  .toc-tile.mini-toc {
    width: 100%;
  }

  .toc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toc.mini-toc {
    flex-flow: column;
  }

  .paginator {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toc-tile-current {
    border-top: .5px solid #000;
    border-left-style: none;
  }

  .toc-tile-current.mini-toc {
    width: 100%;
  }

  .video-button-container.fade-in-effect {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-d8d9b34d-5945-26cc-ba3f-3f6d9cdb9103-5c922bcc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_40910716-9b91-224d-a2fd-e3c0272f10b6-5c922bcc, #w-node-_5dc749ec-1515-b20b-e802-46bda568ae6d-5c922bce, #w-node-_8efab14c-1900-b36a-ffb4-384c5b846103-176c4606, #w-node-a1b37459-9577-3b4b-82ab-3248ab42e401-2d743a79, #w-node-fe58e03e-346d-64df-a054-39c806e479cb-8f9ba29b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-d8d9b34d-5945-26cc-ba3f-3f6d9cdb9103-5c922bcc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_40910716-9b91-224d-a2fd-e3c0272f10b6-5c922bcc, #w-node-_5dc749ec-1515-b20b-e802-46bda568ae6d-5c922bce, #w-node-_8efab14c-1900-b36a-ffb4-384c5b846103-176c4606, #w-node-a1b37459-9577-3b4b-82ab-3248ab42e401-2d743a79, #w-node-fe58e03e-346d-64df-a054-39c806e479cb-8f9ba29b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Seriguela';
  src: url('../fonts/seriguela-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seriguela Display';
  src: url('../fonts/seriguela-display-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seriguela Display';
  src: url('../fonts/seriguela-display-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}