:root {
  --white: white;
  --black: black;
}

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

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

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

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

.loader {
  z-index: 9999;
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loader-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.progress-bar-wrapper {
  background-color: rgba(73, 73, 73, .3);
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: #9390ca;
  width: 100%;
  height: 6px;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-buttons {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: end;
}

.grid-buttons.nav {
  grid-template-columns: auto;
}

.icon {
  opacity: .35;
  margin-right: 10px;
  font-size: 12px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(32, 32, 32, 0);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s;
}

.nav-link:hover {
  color: #8f8f8f;
  background-color: #1f1f1f;
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(92, 92, 92, .25);
  border-radius: 3px;
}

.dropdown {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: rgba(255, 255, 255, .85);
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 5px;
  padding-right: 28px;
  font-weight: 400;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-dropdown {
  grid-template-rows: auto;
  padding: 12px;
}

.brand {
  height: 42px;
  padding-bottom: 0;
  padding-right: 35px;
}

.topnav-button {
  color: #272727;
  text-align: center;
  white-space: nowrap;
  background-color: #cbc9f3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  color: #000;
  background-color: #a29ef8;
}

.topnav-button.black {
  color: #fff;
  background-color: #222;
  font-weight: 600;
}

.dropdown-link {
  color: rgba(224, 224, 224, .65);
  border-radius: 4px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: rgba(255, 255, 255, .65);
  background-color: rgba(88, 101, 148, .03);
}

.dropdown-link.w--current {
  color: #757575;
  background-color: #363636;
}

.image-brand {
  width: 120px;
  height: 100%;
  max-height: none;
  padding-bottom: 3px;
}

.image-brand.dark {
  display: none;
}

.inner-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  min-width: 150px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .05);
}

.dropdown-list.w--open {
  background-color: #1f1f1f;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.navgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
}

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

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover-image.rev {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.device-hero-wrapper {
  width: 100%;
  height: 100%;
}

.device-hero-wrapper.medium {
  height: 80vh;
  min-height: 80vh;
  padding-left: 5vw;
  overflow: hidden;
}

.device-hero-wrapper.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.heading-wrapper-bottom {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.spinner-container {
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  position: relative;
}

.tag-wrapper {
  grid-column-gap: 8px;
  color: #9390ca;
  text-transform: uppercase;
  background-color: rgba(125, 93, 250, .2);
  border-radius: 5px;
  align-items: center;
  padding: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.heading-large {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1.1;
}

.bullet-icon-purple {
  background-color: #9390ca;
  border-radius: 200px;
  width: 8px;
  height: 8px;
}

.icon-arrow {
  height: 12px;
  margin-left: 10px;
}

.spinner-column {
  perspective: 2000px;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spinner-column._45-rev {
  perspective: 2000px;
  transform: rotate(-45deg);
}

.spinner-column._45 {
  perspective: 2000px;
  transform: rotate(45deg);
}

.spinner-column._90 {
  perspective: 2000px;
  transform: rotate(90deg);
}

.grid-2-col {
  grid-template-rows: auto;
  width: 100%;
}

.spinner-wrapper {
  flex-direction: column;
  flex: none;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button {
  color: #272727;
  text-align: center;
  white-space: nowrap;
  background-color: #cbc9f3;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.black {
  color: #c9c9c9;
  background-color: #181818;
  background-image: linear-gradient(360deg, #222, #2b2b2b);
  font-weight: 400;
  transition-property: all;
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 20px 35px rgba(0, 0, 0, .2);
}

.button.black:hover {
  background-image: linear-gradient(360deg, #242424, #1d1d1d);
  box-shadow: inset 0 -1px rgba(255, 255, 255, .1), 0 5px 15px rgba(0, 0, 0, .2);
}

.spinner-card {
  z-index: 3;
  border-radius: 40px;
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.spinner-card.f {
  transform: rotate(180deg);
}

.callout-wrapper-copy {
  z-index: 2;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  min-height: auto;
  display: flex;
  position: relative;
}

.section {
  background-color: #111;
  height: 80vh;
  position: relative;
  top: 0;
}

.main-paragraph-w {
  color: rgba(255, 255, 255, .47);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
}

.spin-icon {
  background-color: #1b1b1b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  overflow: hidden;
}

.spin-wrapper-center {
  flex: none;
  width: 100%;
  height: 80em;
  position: relative;
  overflow: hidden;
}

.content-wrapper-page {
  grid-row-gap: 1.8em;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.content-wrapper-page.c {
  text-align: center;
  border-style: none;
  align-items: center;
  width: 100%;
}

.main-spin {
  justify-content: center;
  align-items: center;
  width: 80em;
  height: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spin-heading-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22vw;
  max-width: 680px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s-row {
  flex-direction: column;
  justify-content: space-between;
  width: 15em;
  height: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-row._90 {
  transform: rotate(45deg);
}

.s-row._180 {
  transform: rotate(-45deg);
}

.img-logo-rotate {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-logo-rotate.r452 {
  transform: rotate(45deg);
}

.img-logo-rotate.r45 {
  transform: rotate(-45deg);
}

.s-row-h {
  justify-content: space-between;
  width: 80em;
  height: 15em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0;
  right: 0%;
  transform: translate(0, -50%);
}

.uppercase-regular {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4em;
  font-weight: 400;
  line-height: 1;
}

.spin-section {
  grid-column-gap: 4em;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.spin-section.padding {
  padding-top: 8em;
  padding-bottom: 8em;
}

.spin-section.over {
  background-color: #1d1d1d;
  border-radius: 48px;
  max-width: 1680px;
  height: 48em;
  margin-left: auto;
  margin-right: auto;
}

.flex-tag {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.bullet-icon {
  background-color: #cbc9f3;
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.text-tag {
  color: #cbc9f3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.container {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.footer {
  max-width: 1680px;
  padding-top: 6rem;
  padding-bottom: 4em;
}

.paragraph-small {
  color: rgba(230, 230, 230, .51);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-small.footer {
  color: rgba(83, 83, 83, .8);
  font-size: 1.6em;
}

.paragraph-small.lig {
  color: rgba(230, 230, 230, .56);
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-wrapper {
  z-index: 2;
  background-color: #fff;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  width: 100%;
  position: relative;
}

.footer-wrapper-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.link-footer {
  color: rgba(8, 8, 8, .7);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-footer:hover {
  color: #8b8b8b;
  border-bottom-color: rgba(0, 0, 0, .2);
}

.link-footer.small {
  text-align: left;
  width: 400px;
  font-size: 14px;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  justify-content: stretch;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.footer-cell {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.32em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current {
  color: rgba(134, 134, 134, .7);
}

.logo-footer {
  max-height: 60px;
  margin-bottom: 10px;
}

.footer-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.list-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.section-2 {
  background-color: #111;
  position: relative;
  top: 0;
}

.section-2.padding-side {
  padding: 100px 32px;
}

.cta-heading-wrapper {
  align-items: center;
  width: 660px;
  display: flex;
}

.spin-wrapper-side {
  flex: none;
  width: 50vw;
  height: 80em;
  position: relative;
  right: -2.5vw;
  overflow: hidden;
}

.half-section {
  flex: none;
  justify-content: flex-end;
  width: 50vw;
  display: flex;
}

.half-section.full {
  width: auto;
  padding-left: 6em;
}

.image-brand-2 {
  width: 120px;
  height: 100%;
  max-height: none;
  padding-bottom: 3px;
}

.spinner-container-2 {
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  position: relative;
}

.uppercase-large {
  color: #cbc9f3;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11em;
  font-weight: 400;
  line-height: .84;
}

.paragraph-m {
  color: rgba(224, 224, 224, .6);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
}

.spinner-hero {
  z-index: 1;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spinner-column-2 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spinner-column-2._45-rev {
  perspective: 2000px;
  transform: rotate(-45deg);
}

.spinner-column-2._45 {
  perspective: 2000px;
  transform: rotate(45deg);
}

.spinner-column-2._90 {
  perspective: 2000px;
  transform: rotate(90deg);
}

.spinner-hero-wrap {
  flex: none;
  width: 100%;
  height: 70vh;
  max-height: 560px;
}

.hero-header-wrapper {
  grid-row-gap: 2.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.container-wrapper {
  width: 100%;
}

.spinner-wrapper-2 {
  flex-direction: column;
  flex: none;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image {
  width: 150px;
}

.spinner-container-3 {
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  position: relative;
}

.spinner-column-3 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spinner-column-3._45-rev {
  perspective: 2000px;
  transform: rotate(-45deg);
}

.spinner-column-3._45 {
  perspective: 2000px;
  transform: rotate(45deg);
}

.spinner-column-3._90 {
  perspective: 2000px;
  transform: rotate(90deg);
}

.hero-header-wrapper-2 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.uppercase-large-2 {
  color: #85cff3;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11em;
  font-weight: 400;
  line-height: .84;
}

.spinner-container-4 {
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  position: relative;
}

.spinner-column-4 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spinner-column-4._45-rev {
  perspective: 2000px;
  transform: rotate(-45deg);
}

.spinner-column-4._45 {
  perspective: 2000px;
  transform: rotate(45deg);
}

.spinner-column-4._90 {
  perspective: 2000px;
  transform: rotate(90deg);
}

.paragraph-m-2 {
  color: rgba(224, 224, 224, .6);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.paragraph-m-2.min-width {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.uppercase-large-3 {
  color: #98fff4;
  letter-spacing: -.03em;
  text-transform: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriad Pro Semi Condensed, Verdana, sans-serif;
  font-size: 5em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.heading-small-2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 1.32em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small-2.w--current {
  color: rgba(134, 134, 134, .7);
}

.image-2 {
  width: 160px;
}

.heading-medium {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Georgia, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.4;
}

.div-block {
  width: auto;
}

.grid-footer-2 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.container-2 {
  max-width: 940px;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .navbar {
    z-index: 5;
  }

  .grid-buttons {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .grid-buttons.nav {
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding: 20px;
  }

  .icon.text-white {
    color: #0a1953;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #0a1953;
  }

  .dropdown {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .dropdown-toggle {
    color: #fff;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .wrappernav {
    position: fixed;
  }

  .brand {
    padding-left: 0;
  }

  .menu-mobile {
    border-radius: 200px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 1.8em;
    height: 1.8em;
    min-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
    font-weight: 400;
  }

  .topnav-button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .menu-button {
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .sticky-nav {
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sticky-nav.middle {
    width: 80%;
  }

  .inner-nav-wrapper {
    background-color: #000;
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 120px;
    box-shadow: 0 15px 25px -4px rgba(0, 0, 0, .07);
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .device-hero-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .device-hero-wrapper.medium {
    min-height: auto;
  }

  .device-hero-wrapper.center {
    z-index: 1;
    position: relative;
  }

  .spinner-container {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .spinner-column, .spinner-column._45-rev, .spinner-column._45, .spinner-column._90 {
    height: auto;
  }

  .grid-2-col {
    height: 100%;
  }

  .spinner-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #cbc9f3;
  }

  .spinner-card {
    border-radius: 12px;
  }

  .callout-wrapper-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .spin-icon {
    flex: none;
    width: 20vw;
    height: 20vw;
  }

  .spin-icon.xl {
    width: 30vw;
    height: 30vw;
  }

  .spin-wrapper-center {
    height: 80vw;
  }

  .spin-wrapper-center.xl {
    height: 150vw;
  }

  .content-wrapper-page.center-mobile {
    width: 100%;
  }

  .main-spin {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .main-spin.xl {
    width: 150vw;
    height: 150vw;
    left: -25vw;
  }

  .spin-heading-wrapper {
    width: 70vw;
  }

  .s-row {
    width: 20vw;
    height: 80vw;
  }

  .s-row._90 {
    justify-content: space-between;
    height: 80vw;
  }

  .s-row.xl {
    width: 30vw;
    height: 150vw;
  }

  .s-row._180 {
    height: 80vw;
  }

  .s-row-h {
    justify-content: space-between;
    width: 80vw;
    height: 20vw;
  }

  .s-row-h.xl {
    width: 150vw;
    height: 30vw;
  }

  .uppercase-regular {
    font-size: 36px;
  }

  .spin-section.over {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .container {
    flex: 0 auto;
    order: -1;
  }

  .container.footer {
    padding-top: 2rem;
    padding-bottom: 2em;
  }

  .link-footer.small {
    text-align: left;
    width: auto;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .footer-cell {
    justify-content: center;
    align-items: center;
  }

  .logo-footer {
    width: 210px;
    max-height: 48px;
    margin-bottom: 10px;
  }

  .footer-divider {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .cta-heading-wrapper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spin-wrapper-side {
    height: 100vw;
  }

  .spin-wrapper-side.inner {
    width: 100%;
  }

  .half-section {
    justify-content: center;
    width: 100%;
  }

  .half-section.full {
    padding-left: 0;
  }

  .spinner-container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .uppercase-large {
    font-size: 80px;
  }

  .spinner-hero {
    z-index: 1;
    grid-row-gap: 6em;
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .spinner-hero-wrap {
    height: 40vh;
  }

  .hero-header-wrapper {
    min-height: auto;
    padding-top: 6em;
  }

  .spinner-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .spinner-container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-header-wrapper-2 {
    min-height: auto;
    padding-top: 6em;
  }

  .uppercase-large-2 {
    font-size: 80px;
  }

  .spinner-container-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .uppercase-large-3 {
    font-size: 60px;
  }

  .heading-medium {
    font-size: 36px;
  }

  .grid-footer-2 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .topnav-button {
    width: 100%;
    font-size: 16px;
  }

  .navgrid {
    min-height: 75px;
  }

  .nav-menu, .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-large {
    font-size: 32px;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .grid-footer {
    grid-row-gap: 36px;
    flex-flow: column-reverse;
  }

  .footer-divider {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .half-section {
    width: 50vw;
  }

  .half-section.full {
    width: 100%;
  }

  .spinner-hero {
    height: auto;
    padding-top: 0;
  }

  .spinner-hero-wrap {
    height: 35vh;
  }

  .uppercase-large-3 {
    font-size: 40px;
  }

  .heading-medium {
    font-size: 25px;
  }

  .grid-footer-2 {
    grid-row-gap: 36px;
  }
}

@media screen and (max-width: 479px) {
  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    grid-template-columns: auto auto;
  }

  .icon.text-white {
    color: #0a1953;
  }

  .nav-link, .dropdown-toggle {
    font-size: 20px;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .topnav-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 10px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-brand {
    max-height: none;
  }

  .inner-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    border: 1px solid #e5e9f3;
  }

  .navgrid {
    padding-left: 30px;
    padding-right: 15px;
  }

  .nav-menu, .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .device-hero-wrapper {
    height: auto;
    overflow: hidden;
  }

  .device-hero-wrapper.medium {
    padding: 32px 0 32px 0;
  }

  .device-hero-wrapper.center {
    height: 100%;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .spinner-container {
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .heading-large {
    margin-top: 0;
    font-size: 32px;
  }

  .spinner-column {
    width: 25vw;
    height: 120vw;
  }

  .spinner-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.black {
    font-weight: 400;
  }

  .spinner-card {
    height: 32vw;
  }

  .callout-wrapper-copy {
    justify-content: center;
    padding-top: 12em;
  }

  .main-paragraph-w {
    font-size: 16px;
  }

  .spin-wrapper-center {
    height: auto;
  }

  .content-wrapper-page {
    grid-row-gap: 24px;
  }

  .main-spin {
    flex: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .spin-heading-wrapper {
    width: 70vw;
  }

  .s-row {
    grid-column-gap: 10px;
  }

  .s-row._90 {
    width: 20vw;
  }

  .s-row._90.xl {
    width: 30vw;
  }

  .s-row._180 {
    width: 20vw;
  }

  .s-row._180.xl {
    width: 30vw;
  }

  .s-row-h {
    grid-column-gap: 10px;
    flex: 1;
    justify-content: space-between;
  }

  .uppercase-regular {
    font-size: 28px;
    line-height: 1.15;
  }

  .spin-section {
    grid-column-gap: 10px;
    align-items: center;
  }

  .spin-section.over {
    border-radius: 24px;
    align-items: stretch;
    height: auto;
  }

  .bullet-icon {
    width: 7px;
    height: 7px;
  }

  .text-tag {
    font-size: 11px;
  }

  .container {
    grid-row-gap: 3em;
    flex: 0 auto;
  }

  .container.footer {
    z-index: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    padding-top: 1rem;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .paragraph-small.footer {
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph-small.lig {
    font-size: 14px;
  }

  .footer-wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .link-footer.small {
    text-align: center;
  }

  .grid-footer {
    grid-row-gap: 12px;
    align-content: space-between;
  }

  .heading-small {
    font-size: 14px;
    line-height: 1.3;
  }

  .logo-footer {
    align-self: center;
    width: 210px;
    max-height: 42px;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-heading-wrapper {
    text-align: left;
  }

  .cta-heading-wrapper.h {
    padding-left: 0;
    padding-right: 0;
  }

  .spin-wrapper-side {
    flex: none;
    align-self: flex-start;
    width: 100%;
    height: 80vw;
  }

  .half-section {
    text-align: center;
    flex: 1;
    justify-content: flex-start;
  }

  .half-section.full {
    padding-left: 0;
  }

  .image-brand-2 {
    max-height: none;
  }

  .spinner-container-2 {
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .uppercase-large {
    font-size: 48px;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .spinner-hero {
    z-index: 1;
    grid-row-gap: 4em;
    height: auto;
    padding-top: 0;
  }

  .spinner-column-2 {
    width: 25vw;
    height: 120vw;
  }

  .spinner-hero-wrap {
    height: 30vh;
    padding-top: 20px;
  }

  .hero-header-wrapper {
    grid-row-gap: 1em;
    min-height: auto;
    padding-top: 12em;
  }

  .spinner-wrapper-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .spinner-container-3 {
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .spinner-column-3 {
    width: 25vw;
    height: 120vw;
  }

  .hero-header-wrapper-2 {
    grid-row-gap: 3em;
    min-height: auto;
    padding-top: 5em;
  }

  .uppercase-large-2 {
    font-size: 48px;
  }

  .spinner-container-4 {
    z-index: 2;
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .spinner-column-4 {
    width: 25vw;
    height: 120vw;
  }

  .paragraph-m-2 {
    font-size: 18px;
  }

  .paragraph-m-2.min-width {
    font-size: 14px;
  }

  .uppercase-large-3 {
    font-size: 40px;
  }

  .heading-small-2 {
    font-size: 14px;
    line-height: 1.3;
  }

  .heading-medium {
    font-size: 20px;
  }

  .grid-footer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-content: space-between;
    width: 210px;
  }

  .container-2 {
    max-width: 300px;
  }
}

#w-node-_20107904-8831-c183-1b06-62b099178207-6f48bc83 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_20107904-8831-c183-1b06-62b09917820f-6f48bc83 {
  grid-area: 2 / 1 / 6 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b1977c-6f48bc83 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b197ab-6f48bc83 {
  grid-area: 1 / 8 / 2 / 9;
  justify-self: center;
}

#w-node-_4a15b049-7ae2-2cf6-7954-68d7a7834467-6f48bc83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a15b049-7ae2-2cf6-7954-68d7a783446a-6f48bc83 {
  grid-area: 1 / 7 / 2 / 9;
}

@media screen and (max-width: 991px) {
  #w-node-_20107904-8831-c183-1b06-62b099178207-6f48bc83 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_20107904-8831-c183-1b06-62b09917820f-6f48bc83 {
    grid-column: 1 / 3;
    grid-row-end: 7;
  }

  #w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b1977c-6f48bc83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b197ab-6f48bc83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b1977c-6f48bc83 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_90e8fd84-62aa-cd9c-d589-97f7c2b197ab-6f48bc83 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a15b049-7ae2-2cf6-7954-68d7a7834467-6f48bc83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a15b049-7ae2-2cf6-7954-68d7a783446a-6f48bc83 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Myriad Pro Semi Condensed';
  src: url('../fonts/myriad-pro--bold-semi-condensed-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/recoleta--medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}