@font-face {
  font-family: Jjannon Italic;
  src: url('../fonts/JJannon-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jjannondisplay;
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Everett Regular;
  src: url('../fonts/Everett-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Everett Light;
  src: url('../fonts/Everett-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #00207b;
  --white: white;
  --medium-blue: #132daa;
  --midnighttitle: #3169b7;
  --midnightsubtext: #719edd;
  --time: #cdcdcd;
  --midnight-blue-2: #00023d;
  --midnight-blue-3: #102796;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  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 {
  background-color: var(--midnight-blue);
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.15;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Everett Regular, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.section {
  position: relative;
}

.section.is-intro {
  background-image: radial-gradient(circle farthest-corner at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle farthest-corner at 80% 30%, #102796, #10279600 23%), radial-gradient(circle farthest-corner at 30% 45%, #00023de6, var(--midnight-blue) 40%);
  letter-spacing: -.1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 150vh;
  margin-top: -177px;
  padding-bottom: 12rem;
  display: flex;
}

.section.is-crypto {
  background-color: #0000;
  background-image: url('../images/3d-shape-02.png'), radial-gradient(circle at 80% 60%, #132daab3, #00207b00 40%), radial-gradient(circle at 35%, #00023d80, #00207b00 50%);
  background-position: 115%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 30rem, auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140vh;
  display: flex;
}

.section.is-credit {
  background-color: #1d1d1d;
}

.section.logo.rr {
  margin-top: 0;
}

.section.is-savings {
  background-color: #00207b;
  background-image: radial-gradient(circle at 35% 32%, #132daab3, #00207b00 35%), radial-gradient(circle at 60% 60%, #00023d96, #00207b00 40%);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 120vh;
  padding-bottom: 0;
  display: flex;
}

.section.is-savings.speaker {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.section.time-line-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section.is-footer {
  background-image: radial-gradient(circle at 30% 38%, #132daab3, #00207b00 23%), radial-gradient(circle at 80% 100%, #00023d80, #00207b 40%);
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.section.is-intro {
  letter-spacing: -.1rem;
  background-image: radial-gradient(circle at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle at 80% 30%, #102796, #10279600 23%), radial-gradient(circle at 30% 45%, #00023de6, #00207b 40%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 150vh;
  margin-top: -177px;
  padding-bottom: 12rem;
  display: flex;
}

.section.is-intro.is-transform {
  background-image: radial-gradient(circle at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle at 80% 30%, #102796, #10279600 23%), radial-gradient(circle at 30% 45%, #00023de6, #00207b 45%);
  margin-top: 0;
}

.section.is-hero {
  background-image: radial-gradient(circle at 0 0, #132daa, #00207b00 23%), radial-gradient(circle at 100% 0, #132daa, #10279600 30%);
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.navbar {
  background-color: #1c0474;
  width: 100%;
  padding-top: 14px;
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  top: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-menu-wrapper {
  align-self: auto;
}

.navbar-brand {
  color: var(--white);
  display: flex;
}

.navbar-brand.footer {
  padding-left: 0;
  font-size: 2rem;
}

.navbar-link {
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.padding-global {
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global.new, .padding-global.new.loho {
  margin-top: 0;
}

.font-jjannon, .font-jjannon.light {
  font-family: Jjannondisplay, sans-serif;
  font-weight: 300;
}

.container-main {
  z-index: 5;
  letter-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-5-row {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
}

.grid-5-row.padding-bottom.buttonhome {
  padding-top: 0;
}

.grid-5-row.padding-bottom {
  grid-row-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  place-items: start;
  margin-top: 0;
  margin-bottom: 6.8rem;
  padding-top: 200px;
}

.grid-shapes {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.marquee-text-wrapper {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 100%;
  font-family: Avenir Regular, sans-serif;
  display: block;
  position: absolute;
  bottom: 45%;
  overflow: hidden;
}

.marquee-text-wrapper.text-mobile {
  display: none;
}

.text-marquee-xl {
  color: #ffffffe3;
  letter-spacing: -.35rem;
  text-transform: uppercase;
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1;
}

.marquee-gradient-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.marquee-gradient-wrapper.left {
  z-index: 1;
  background-image: linear-gradient(to right, #00207be6, #00207b00);
  width: 20%;
  inset: 0% auto 0% 0%;
}

.marquee-gradient-wrapper.right {
  z-index: 1;
  background-image: linear-gradient(270deg, #00207be6, #00207b00);
  width: 20%;
  inset: 0% 0% 0% auto;
}

.marquee-text-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.text-link-anchor {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: var(--white);
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor.subtitle {
  width: 17.5rem;
}

._3d-wrapper.is-intro {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-wrapper.is-hero-1 {
  width: 18em;
  height: 18em;
  margin-top: 6rem;
}

._3d-wrapper.is-hero-2 {
  width: 28em;
  height: 28em;
}

._3d-wrapper.is-savings {
  border-radius: 100%;
  width: 90%;
  height: 60rem;
  margin: 0 auto;
}

._3d-wrapper.is-footer {
  z-index: 0;
  width: 16rem;
  height: 16rem;
  position: absolute;
  inset: 0% -5rem 0% auto;
}

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

._3d-container.is-intro {
  width: 36em;
  height: 36em;
  position: relative;
}

.grid-intro-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.underline-wrapper {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.underline-wrapper.footer {
  position: absolute;
  inset: auto 0% 0%;
}

.section-title.is-intro {
  max-width: 28rem;
  margin-top: 0;
  font-size: 1.85rem;
  font-weight: 300;
}

.section-title.is-hero {
  max-width: 50rem;
}

.section-title.is-crypto {
  text-align: center;
  max-width: 50rem;
  margin-bottom: 4rem;
}

.section-title.is-crypto.center {
  max-width: none;
}

.section-title.is-savings {
  max-width: 16rem;
}

.section-title.is-footer {
  text-align: center;
  max-width: 60.62em;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.underline-inner {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.heading.is-hero {
  margin-top: 0;
  padding-top: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading.is-hero.tit {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Jjannon Italic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.heading.is-hero.tit.so {
  font-size: 2rem;
}

.heading.is-hero.tit.speak {
  text-align: left;
}

.heading.is-hero.tit.host {
  margin-top: 40px;
}

.heading.is-hero.tit.speak {
  text-align: left;
  width: 100%;
  font-family: "Avenir Black 500", sans-serif;
}

.heading.is-hero.tit.host {
  margin-top: 40px;
  margin-bottom: 20px;
}

.heading.is-footer {
  z-index: 2;
  letter-spacing: 0;
  margin-left: auto;
  font-family: Avenir Regular, sans-serif;
  font-size: 8rem;
  line-height: 1;
  position: relative;
}

.heading.is-investments {
  width: 100%;
  font-family: Avenir Regular, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #00023d1a;
  background-image: none;
}

.button.is-small {
  min-width: 7.25em;
  padding: .8rem 1.2rem .75rem;
  font-size: .75rem;
}

.crypto-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.crypto-list {
  flex-direction: column;
  width: 70%;
  display: flex;
  position: relative;
}

.crypto-item-dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.crypto-item-trigger {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.crypto-item-left {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  font-size: .9rem;
  display: block;
}

.crypto-item-right {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  display: flex;
}

.crypto-item-right.info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  font-size: .9rem;
}

.crypto-item-toggle {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .375rem;
  display: flex;
  position: relative;
}

.toggle-line-1 {
  background-color: var(--midnight-blue);
  width: .8rem;
  height: 1px;
  position: absolute;
}

.toggle-line-2 {
  background-color: var(--midnight-blue);
  width: 1px;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
  position: relative;
}

.crypto-item-wrapper {
  border-bottom: 1px solid #ffffff80;
  transition: background-color .3s;
}

.crypto-item-wrapper:hover {
  background-color: #ffffff0d;
}

.heading-all-caps {
  text-transform: uppercase;
}

.crypto-item-price {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: flex-start;
  display: flex;
}

.crypto-item-link {
  color: var(--white);
}

.grid-savings {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
}

.savings-container.outline {
  border: 1px solid #ffffffb3;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.savings-container.inside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-image: linear-gradient(#00023d80, #00023d80), url('../images/dynamic-wang-rQ014iEDx8Y-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 50rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
  position: relative;
}

.savings-container.outline {
  float: none;
  border: 1px solid #ffffffb3;
  border-radius: 50rem;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}

.text-size-medium {
  line-height: 1.45;
}

.text-crypto-info {
  max-width: 26rem;
}

.text-color-light, .text-crypto-currency {
  color: #ffffffb3;
}

.grid-footer-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-top: 1px solid #ffffff80;
  padding: 2rem 0 0;
}

.text-link-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-size: 1.13em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-link-footer-wrapper {
  width: 100%;
}

.text-link-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  line-height: 1;
  display: flex;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

.icon-medium {
  width: 2rem;
  height: 2rem;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.image-author {
  border-radius: 50%;
  width: 4.125rem;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.copyright {
  color: #fff;
  font-size: 1.6rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: #fff;
  margin-right: 10px;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.copyright-info {
  background-color: #0000;
  padding-top: 8rem;
  padding-bottom: 0;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.wrapper-info.bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: .75rem;
  display: flex;
}

.footer-brand-credit {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: row;
  display: flex;
}

.text-link-credit {
  color: var(--white);
}

.foot {
  margin-top: 20px;
  font-family: Avenir Regular, sans-serif;
}

.image, .image-2, .image-3 {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block {
  text-align: left;
  font-size: 1.6rem;
}

.text-block.theme {
  font-family: Avenir Regular, sans-serif;
  font-size: 1.2rem;
}

.t-c {
  color: var(--white);
  margin-top: 87px;
  font-family: Avenir Regular, sans-serif;
  font-weight: 400;
}

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

.link, .link-2, .link-3, .link-4 {
  color: var(--white);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  text-decoration: underline;
}

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

.grid.speak {
  margin-top: 5px;
  padding-top: 0;
}

.grid.speak.host {
  grid-template-columns: 1fr;
}

.grid.speak.ch {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.grid.speak.ch {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: end space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.grid.speak.host {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 96px;
}

.speak {
  margin-top: 10px;
  font-family: Avenir Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.speaktit {
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: "Avenir Black 500", sans-serif;
  font-size: 20px;
}

.text-span-8 {
  text-indent: 6px;
}

.image-contain-2 {
  pointer-events: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navbar-link-2 {
  color: #fff;
  font-family: Avenir Regular, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.section-6 {
  width: 90%;
}

.underline-inner-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-9 {
  text-indent: 6px;
}

.flex-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-4 {
  padding: 10px;
}

.flex-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.crypto-item-toggle-2 {
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .375rem;
  display: flex;
  position: relative;
}

.image-5 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  text-align: center;
  width: 30%;
  padding: 12px;
}

.section-5.co-host-last {
  display: none;
}

.section-5.co-host-item-first {
  padding: 12px 24px;
}

.text-block-3 {
  margin-bottom: .85rem;
  font-family: "Avenir Black 500", sans-serif;
}

.text-block-4 {
  margin-top: 10px;
  font-family: "Avenir Black 500", sans-serif;
}

.div-block-2 {
  width: 25%;
  margin-bottom: 20px;
  padding: 12px;
}

.div-block-2.organization-first-item {
  padding: 0 72px;
}

.div-block-2.organization-item-over {
  padding: 0 28px;
}

.toggle-line-2-2 {
  background-color: #00207b;
  width: 1px;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.text-link-credit-2 {
  color: #fff;
  font-family: Avenir Regular, sans-serif;
}

.flex-block-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px 0;
}

.div-block {
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 80px;
  display: flex;
}

.navbar-brand-2 {
  color: #fff;
  display: flex;
}

.navbar-brand-2.footer {
  padding-left: 0;
  font-size: 2rem;
}

.toggle-line-1-2 {
  background-color: #00207b;
  width: .8rem;
  height: 1px;
  position: absolute;
}

.image-6 {
  width: 100%;
}

.image-6.co-host-custom {
  width: 80%;
  margin: 0 auto;
}

.grid-intro-text-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #00023d1a;
  background-image: none;
}

.button-3.is-small {
  min-width: 7.25em;
  padding: .8rem 1.2rem .75rem;
  font-size: .75rem;
}

.text-size-medium-2 {
  min-width: 240px;
  font-family: Avenir Regular, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
}

.image-7.organization-image {
  width: 45%;
  padding: 16px;
}

.image-7.organization-image-large {
  padding: 0 20px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar-menu-wrapper-2 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 25%;
}

.text-link-footer-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-size: 1.13em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.font-jjannon-2 {
  text-align: center;
  font-family: Avenir Regular, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
}

.crypto-item-link-2 {
  color: #fff;
}

.text-link-anchor-2 {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor-2.subtitle {
  width: 100%;
}

.image-8 {
  padding: 10px;
}

.crypto-item-trigger-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  padding: 10px;
}

.div-block-4 {
  background-image: radial-gradient(circle at 0 100%, #00023d9e, #00023d00 19%);
  padding-bottom: 2rem;
}

.section-8 {
  margin-top: 80px;
}

.div-block-6, .div-block-7 {
  display: none;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-family: Avenir Regular, sans-serif;
}

.text-block-10 {
  font-family: Everett Regular, sans-serif;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  font-family: Avenir Regular, sans-serif;
}

.link-5 {
  color: var(--white);
  font-family: "Avenir Black 500", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
}

.div-block-8 {
  border-left: 2px solid #00b7ff;
  min-height: 100px;
  margin-top: 10px;
  margin-left: 20px;
}

.chap {
  border: 2px solid #fff;
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  margin-top: 0;
  padding: 4px;
}

.chap-inside {
  background-color: #fff;
  border-radius: 99999px;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  position: relative;
}

.div-block-10 {
  z-index: 99999;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.div-block-11 {
  flex: 1;
  margin-left: 10px;
}

.heading-2 {
  color: #00b7ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.heading-3 {
  color: #3169b7;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.paragraph {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.details {
  height: 0;
  min-height: 0;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.accordion-item {
  cursor: pointer;
  background-color: #0000;
  border: 2px dashed #0000;
  padding: 28px 20px;
}

.title-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-12 {
  flex: 1;
}

.arrow {
  width: 24px;
  height: 24px;
  rotate: -90deg;
}

.arrow.hidden {
  display: none;
}

.arrow.disable {
  opacity: .3;
}

.div-block-13 {
  position: relative;
}

.device-time-line {
  z-index: -1;
  background-color: #00b7ff;
  width: 4px;
  height: 100%;
  margin-left: 118px;
  position: absolute;
  top: 0;
  left: 12px;
}

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

.button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-4:hover {
  background-color: #00023d1a;
  background-image: none;
}

.button-4.is-small {
  min-width: 7.25em;
  padding: .8rem 1.2rem .75rem;
  font-size: .75rem;
}

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

.navbar-link-3 {
  color: #fff;
  font-family: Avenir Regular, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.section-11 {
  text-align: center;
  width: 30%;
  padding: 12px;
}

.section-11.co-host-item-first {
  padding: 12px 24px;
}

.section-11.co-host-last {
  display: none;
}

.text-block-17 {
  font-family: Avenir Regular, sans-serif;
}

.image-18 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.crypto-item-link-3 {
  color: #fff;
}

.text-link-anchor-3 {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor-3.subtitle {
  width: 100%;
}

.div-block-16 {
  width: 25%;
}

.text-block-18 {
  font-family: Avenir Regular, sans-serif;
}

.text-block-19 {
  margin-top: 10px;
  font-family: "Avenir Black 500", sans-serif;
}

.grid-shapes-2 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.image-21 {
  object-fit: cover;
}

.div-block-17 {
  z-index: 99999;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.text-block-20 {
  text-align: left;
  font-size: 1.6rem;
}

.text-block-20.theme {
  font-family: Avenir Regular, sans-serif;
  font-size: 1.2rem;
}

.image-22 {
  padding: 10px;
}

.text-block-21 {
  margin-bottom: .85rem;
  font-family: "Avenir Black 500", sans-serif;
}

.text-block-22, .text-block-23 {
  font-family: Avenir Regular, sans-serif;
}

.flex-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.image-23 {
  width: 100%;
}

.image-23.co-host-custom {
  width: 80%;
  margin: 0 auto;
}

.grid-intro-text-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.text-span-10 {
  text-indent: 6px;
}

.heading-4 {
  color: #3169b7;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.div-block-18 {
  flex: 1;
  margin-left: 10px;
}

.div-block-18.prevent-click {
  pointer-events: none;
}

.section-13 {
  margin-top: 80px;
}

.text-size-medium-3 {
  min-width: 240px;
  font-family: Avenir Regular, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.underline-inner-3 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.navbar-menu-wrapper-3 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-24 {
  font-family: Avenir Regular, sans-serif;
}

.text-block-25 {
  font-family: Everett Regular, sans-serif;
}

.text-block-26 {
  font-family: Avenir Regular, sans-serif;
}

.div-block-19, .div-block-20 {
  position: relative;
}

.flex-block-9 {
  justify-content: center;
  align-items: center;
}

.crypto-item-trigger-3 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.text-block-27 {
  font-family: Avenir Regular, sans-serif;
}

.div-block-22 {
  flex: 1;
}

.image-contain-3 {
  pointer-events: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-14 {
  width: 90%;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-28 {
  font-family: Avenir Regular, sans-serif;
}

.image-26 {
  padding: 10px;
}

.text-link-credit-3 {
  color: #fff;
  font-family: Avenir Regular, sans-serif;
}

.div-block-23 {
  background-image: radial-gradient(circle at 0 100%, #00023d9e, #00023d00 19%);
  padding-bottom: 2rem;
}

.div-block-24 {
  width: 20%;
  margin-bottom: 0;
  padding: 8px 48px;
}

.div-block-24.organization-item-over {
  padding: 0 28px;
}

.div-block-24.organization-first-item {
  width: 20%;
  padding: 0 64px;
}

.div-block-24.organization-image-hidden.square-logo {
  padding: 0 64px;
}

.text-block-29, .text-block-30 {
  font-family: Avenir Regular, sans-serif;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 80px;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-block-9 {
  padding: 10px 0;
}

.div-block-26 {
  border-radius: 0;
  max-width: 100px;
  padding-right: 10px;
  overflow: hidden;
}

.div-block-27 {
  border: 1px solid #cdcdcd;
  border-radius: 100px;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.image-31 {
  border-radius: 100px;
  width: 100px;
  min-width: 0;
  max-width: none;
  height: 100px;
  font-family: Avenir Regular, sans-serif;
  display: block;
  overflow: hidden;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 30%;
  margin-bottom: 24px;
  display: flex;
}

.heading-5 {
  color: var(--midnightsubtext);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Black, sans-serif;
}

.div-block-30 {
  margin-top: 8px;
}

.heading-7 {
  color: var(--midnighttitle);
  font-family: Avenir Regular, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-31 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
}

.heading-8 {
  color: var(--midnightsubtext);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
}

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

.div-block-35 {
  margin-top: 8px;
}

.div-block-36 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-37 {
  min-width: 100px;
}

.heading-9 {
  color: var(--time);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir Regular, sans-serif;
  font-size: 18px;
}

.heading-10 {
  display: none;
}

.div-block-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(18.9317px);
  backdrop-filter: blur(18.9317px);
  border: 1px solid #f8e4f0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 0 14.199px #5144a37a;
}

.div-block-38.event-highlight-item {
  cursor: pointer;
  -webkit-backdrop-filter: blur(18.9317px);
  backdrop-filter: blur(18.9317px);
  border: 1px solid #f8e4f0;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 40px;
  box-shadow: 0 0 14.199px #5144a37a;
}

.div-block-38.event-highlight-item-3 {
  padding-top: 20px;
}

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

.text-block-32.event-highlight-value {
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Avenir Black, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.text-block-32.event-highlight-value.text-lg {
  font-size: 1.8rem;
}

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

.text-block-31 {
  text-align: center;
  font-family: Avenir Regular, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.splide__list, .splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-17.is--dark {
  color: #dfdad5;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.container.wrapper-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.splide__slide {
  border: 2px solid #345d92;
  flex: none;
  width: 33.3333%;
}

.section-18 {
  position: relative;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
  padding-top: 80px;
  position: relative;
}

.slider-square {
  text-align: left;
  padding: 20px;
  transition: color .35s;
}

.slider-square_img {
  transform-origin: 50% 0;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0%;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.slider-square_photo {
  object-fit: cover;
  border-radius: 0;
  width: 80px;
  height: 80px;
  transition: transform .35s;
  display: block;
  position: relative;
  inset: 0%;
  transform: scale(1);
}

.text-opacity {
  opacity: .3;
  color: #fff;
  transition: opacity .35s;
}

.sliders_text2 {
  font-style: italic;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-42 {
  border: 1px solid #cdcdcd;
  border-radius: 9999px;
  flex-shrink: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}

.text-block-33 {
  font-family: Avenir, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-block-34 {
  color: #719edd;
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-35 {
  color: #719edd;
  font-family: Avenir, sans-serif;
  line-height: 1.2;
}

.div-block-43 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-44 {
  background-color: #345d92;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-36 {
  color: var(--white);
  font-family: Avenir Regular, sans-serif;
  font-weight: 400;
}

.text-block-36.script {
  font-family: Avenir Regular, sans-serif;
}

.empty-state {
  color: #e28426;
  position: static;
  inset: 0% 0% auto;
}

.heading-11 {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
  font-family: Avenir Black, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.button-5 {
  background-color: #0000;
  font-family: Avenir Regular, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.div-block-45 {
  background-color: #ffffff1a;
  border: 1px solid #fffc;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  padding: 16px 32px;
  display: flex;
}

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

.gallery-2 {
  grid-area: span 2 / span 2;
}

.gallery-3 {
  grid-area: span 3 / span 3;
}

.gallery-1 {
  grid-area: span 1 / span 1;
}

.gallery-img {
  width: 100%;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 16px;
  display: grid;
  overflow: hidden;
}

.btn-show-more {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff1a;
  border: 1px solid #fffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  padding: 12px 12px 12px 24px;
  display: flex;
}

.btn-text {
  width: -moz-fit-content;
  width: fit-content;
  font-family: Avenir Black, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.expand-content {
  opacity: 0;
  width: 100%;
  height: 0;
}

.btn-show-less {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff1a;
  border: 1px solid #fffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  padding: 12px 12px 12px 24px;
  display: flex;
}

.btn-show-less.btn-toggle {
  padding: 16px 24px 16px 32px;
}

.code-embed {
  width: 24px;
  height: 24px;
}

.link-block-10 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.code-embed-2, .code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section.is-savings.speaker {
    min-height: 120vh;
  }

  .section.is-footer, .section.logo.rr {
    margin-top: 0;
  }

  .section.is-savings {
    background-image: none;
    min-height: 120vh;
  }

  .section.is-savings.speaker {
    min-height: 120vh;
    display: none;
  }

  .section.is-footer {
    margin-top: 0;
  }

  .section.time-line-section {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .section.is-footer {
    background-image: none;
    margin-top: 0;
  }

  .section.is-intro {
    background-image: radial-gradient(circle at 30% 45%, #00023de6, #00207b 23%);
    margin-top: 0;
  }

  .section.is-intro.is-transform {
    background-image: radial-gradient(circle at 30% 45%, #00023de6, #00207b 23%);
  }

  .section.is-hero {
    background-image: radial-gradient(circle at 0 0, #132daa, #00207b00 23%), radial-gradient(circle at 100% 0, #132daa, #10279600 30%);
  }

  .section.is-hero.section-first {
    background-image: radial-gradient(circle at 0 0, #132daa, #00207b00 23%), radial-gradient(circle at 100% 0, #132daa, #10279600 30%);
    min-height: auto;
    padding-bottom: 0;
  }

  .padding-global.is-hero {
    width: 100%;
  }

  .grid-5-row.padding-bottom {
    grid-column-gap: 2.75rem;
  }

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

  .marquee-text-wrapper {
    font-family: Avenir Regular, sans-serif;
  }

  .marquee-text-wrapper.text-mobile {
    display: none;
  }

  .marquee-gradient-wrapper.left, .marquee-gradient-wrapper.right {
    font-family: Avenir Regular, sans-serif;
  }

  ._3d-wrapper.is-hero-1 {
    width: 22em;
    height: 22em;
  }

  ._3d-wrapper.is-hero-2 {
    width: 30em;
    height: 30em;
  }

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

  .heading.is-hero {
    text-align: left;
    font-family: Avenir Regular, sans-serif;
    font-size: 5rem;
    font-weight: 400;
  }

  .heading.is-hero.tit {
    margin-top: 0;
  }

  .heading.is-hero.tit.host {
    color: var(--white);
    font-family: Avenir Regular, sans-serif;
    text-decoration: none;
  }

  .heading.is-footer {
    font-family: Avenir Regular, sans-serif;
  }

  .heading.is-investments {
    font-size: 3rem;
    line-height: 1.2;
  }

  .grid-savings {
    grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: stretch center;
  }

  .savings-container.outline {
    width: 70%;
    max-width: 600px;
  }

  .text-size-medium {
    font-size: 1.3rem;
  }

  .foot {
    font-family: Avenir Regular, sans-serif;
  }

  .text-block.theme {
    font-family: Avenir Regular, sans-serif;
    font-size: 1.2rem;
  }

  .grid.speak {
    margin-top: 10px;
  }

  .grid.speak.ch {
    justify-content: space-between;
    margin-bottom: 120px;
  }

  .grid.speak.host {
    margin-bottom: 120px;
  }

  .speak {
    font-size: 1rem;
    line-height: 1.4;
  }

  .speaktit {
    font-size: 20px;
  }

  .link-block {
    vertical-align: baseline;
  }

  .link-block-3 {
    overflow: hidden;
  }

  .section-6 {
    width: 90%;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .flex-block-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    padding: 10px;
  }

  .flex-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-5 {
    width: 25%;
    padding: 12px;
  }

  .section-5.co-host-last {
    display: none;
  }

  .section-5.co-host-item-first {
    padding: 12px 24px;
  }

  .text-block-3 {
    text-align: left;
  }

  .div-block-2 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 25%;
    max-height: none;
    margin-bottom: 20px;
    padding: 12px;
    display: flex;
    overflow: hidden;
  }

  .div-block-2.organization-first-item {
    padding: 0 72px;
  }

  .div-block-2.organization-item-over {
    padding: 0 24px;
  }

  .text-link-credit-2 {
    font-family: Avenir Regular, sans-serif;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 40px 0;
    max-height: none;
    margin-bottom: 120px;
    overflow: hidden;
  }

  .div-block {
    width: 20%;
    padding-bottom: 80px;
  }

  .link-block-4 {
    vertical-align: baseline;
  }

  .image-6 {
    width: 100%;
  }

  .image-6.co-host-custom {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }

  .button-3 {
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    object-fit: cover;
    height: auto;
  }

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

  .navbar-menu-wrapper-2 {
    justify-content: center;
    display: flex;
  }

  .div-block-3 {
    width: 25%;
  }

  .font-jjannon-2 {
    width: auto;
    font-family: Avenir Regular, sans-serif;
    font-size: 3.5rem;
    font-style: normal;
  }

  .text-link-anchor-2.subtitle {
    width: 100%;
  }

  .image-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    background-image: radial-gradient(circle at 0 100%, #00023d9e, #00023dab 9%, #00023d78 16%, #00023d4d 22%, #00023d00 33%);
    align-items: center;
    width: 100%;
    min-height: 80vh;
    padding-top: 2rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .image-9 {
    min-width: 28px;
    font-size: 1rem;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    min-width: 28px;
  }

  .div-block-6, .div-block-7 {
    display: none;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-family: Avenir Regular, sans-serif;
  }

  .text-block-16 {
    color: var(--white);
    font-family: "Avenir Black 500", sans-serif;
    font-size: 3rem;
    text-decoration: none;
  }

  .link-5 {
    color: var(--white);
    font-family: "Avenir Black 500", sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
  }

  .chap {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .div-block-10 {
    z-index: 99;
    width: 100%;
    padding-bottom: 48px;
  }

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

  .heading-2 {
    font-family: Avenir Regular, sans-serif;
    line-height: 32px;
  }

  .heading-3 {
    color: #3169b7;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    margin-top: 24px;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 18px;
  }

  .details {
    float: none;
    clear: none;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 0;
    margin-top: 0;
    padding-left: 0;
    font-style: normal;
    text-decoration: none;
    display: block;
    overflow: hidden;
  }

  .title {
    position: relative;
  }

  .accordion-item {
    cursor: pointer;
    background-color: #0000;
    border: 2px dashed #0000;
    width: 100%;
    padding: 28px 20px;
  }

  .title-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .div-block-12 {
    flex: 1;
  }

  .arrow {
    width: 24px;
    height: 24px;
    rotate: -90deg;
  }

  .arrow.hidden {
    display: none;
  }

  .arrow.disable {
    opacity: .3;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .device-time-line {
    background-color: #00b7ff;
    width: 4px;
    height: 100%;
    margin-left: 132px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 12px;
  }

  .image-17 {
    max-width: 100%;
  }

  .div-block-14 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-4 {
    width: 100%;
  }

  .div-block-15 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-11 {
    width: 25%;
    padding: 12px;
  }

  .section-11.co-host-item-first {
    padding: 12px 24px;
  }

  .section-11.co-host-last {
    display: none;
  }

  .text-block-17 {
    font-family: Avenir Regular, sans-serif;
  }

  .image-18 {
    padding: 10px;
  }

  .text-link-anchor-3.subtitle {
    width: 100%;
  }

  .link-block-6 {
    vertical-align: baseline;
  }

  .div-block-16 {
    width: 25%;
  }

  .image-19 {
    min-width: 28px;
  }

  .image-20 {
    min-width: 28px;
    font-size: 1rem;
  }

  .text-block-18 {
    font-family: Avenir Regular, sans-serif;
  }

  .grid-shapes-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: auto;
    padding-bottom: 200px;
  }

  .link-block-7 {
    overflow: hidden;
  }

  .image-21 {
    object-fit: contain;
    height: auto;
    max-height: 130px;
  }

  .div-block-17 {
    z-index: 99;
    width: 100%;
    padding-bottom: 48px;
  }

  .text-block-20.theme {
    font-family: Avenir Regular, sans-serif;
    font-size: 1.2rem;
  }

  .image-22 {
    padding: 10px;
  }

  .text-block-21 {
    text-align: left;
  }

  .text-block-22 {
    font-family: Avenir Regular, sans-serif;
  }

  .flex-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-23 {
    width: 100%;
  }

  .image-23.co-host-custom {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }

  .heading-4 {
    color: #3169b7;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

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

  .div-block-18.prevent-click, .div-block-18.prevent-click-copy {
    pointer-events: none;
  }

  .text-size-medium-3 {
    font-size: 1.2rem;
  }

  .navbar-menu-wrapper-3 {
    justify-content: center;
    display: flex;
  }

  .flex-block-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-24, .text-block-26 {
    font-family: Avenir Regular, sans-serif;
  }

  .div-block-19 {
    padding-left: 0;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .image-24 {
    min-width: 28px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
  }

  .text-block-27 {
    font-family: Avenir Regular, sans-serif;
  }

  .image-25 {
    min-width: 28px;
  }

  .div-block-22 {
    flex: 1;
  }

  .section-14 {
    width: 90%;
  }

  .link-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .text-block-28 {
    font-family: Avenir Regular, sans-serif;
  }

  .image-26 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-link-credit-3 {
    font-family: Avenir Regular, sans-serif;
  }

  .div-block-23 {
    background-image: radial-gradient(circle at 0 100%, #00023d9e, #00023dab 9%, #00023d78 16%, #00023d4d 22%, #00023d00 33%);
    align-items: flex-end;
    width: 100%;
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .div-block-24 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 20%;
    max-height: none;
    margin-bottom: 20px;
    padding: 0 48px;
    display: flex;
    overflow: hidden;
  }

  .div-block-24.organization-item-over {
    padding: 0 24px;
  }

  .div-block-24.organization-first-item {
    margin-bottom: 0;
    padding: 0 72px;
  }

  .div-block-24.organization-image-hidden {
    min-height: auto;
    margin-bottom: 0;
  }

  .div-block-24.organization-image-hidden.square-logo {
    padding: 0 64px;
  }

  .text-block-29 {
    font-family: Avenir Regular, sans-serif;
  }

  .image-27 {
    min-width: 28px;
  }

  .image-28 {
    max-width: 100%;
  }

  .image-29 {
    min-width: 28px;
  }

  .div-block-25 {
    width: 20%;
    padding-bottom: 80px;
  }

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

  .image-30 {
    border-radius: 100px;
  }

  .div-block-27 {
    max-height: 100px;
  }

  .div-block-28 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
    display: flex;
  }

  .div-block-29 {
    flex: 1;
  }

  .heading-5 {
    color: var(--midnightsubtext);
    margin-top: 4px;
    margin-bottom: 0;
    font-family: Avenir Black, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .heading-6 {
    font-family: Avenir Black, sans-serif;
    font-size: 20px;
  }

  .div-block-30 {
    margin-top: 24px;
  }

  .heading-7 {
    color: var(--midnighttitle);
    margin-top: 12px;
    margin-bottom: 0;
    font-family: "Avenir Black 500", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-31 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

  .heading-8 {
    color: var(--midnightsubtext);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-32 {
    border-top: 1px solid #345d92;
    margin-top: 0;
  }

  .div-block-33 {
    margin-top: 24px;
  }

  .div-block-34 {
    margin-top: 24px;
    display: flex;
  }

  .div-block-35 {
    margin-top: 24px;
  }

  .div-block-36 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .div-block-37 {
    width: auto;
  }

  .heading-9 {
    color: var(--time);
    min-width: 120px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 18px;
  }

  .heading-10 {
    font-family: Avenir Regular, sans-serif;
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-backdrop-filter: blur(18.9317px);
    backdrop-filter: blur(18.9317px);
    border: 1px solid #f8e4f0;
    border-radius: 10px;
    flex-flow: column;
    padding: 20px 40px;
    display: flex;
    box-shadow: 0 0 14.199px #5144a37a;
  }

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

  .text-block-32 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Avenir Black, sans-serif;
    font-size: 5rem;
    line-height: 1.5;
  }

  .text-block-32.event-highlight-value {
    line-height: 1.2;
  }

  .text-block-32.event-highlight-value.text-lg {
    font-size: 2rem;
    line-height: 1.2;
  }

  .div-block-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .text-block-31 {
    text-align: center;
    font-family: Avenir Regular, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
  }

  .link-block-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .section.is-hero, .section.is-footer, .section.is-hero {
    overflow: hidden;
  }

  .section.is-savings.speaker {
    opacity: 1;
    display: none;
  }

  .section.is-footer, .section.is-hero {
    overflow: hidden;
  }

  .navbar, .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._3d-wrapper.is-hero-1 {
    width: 12em;
    height: 12em;
  }

  ._3d-wrapper.is-hero-2 {
    width: 16rem;
    height: 16rem;
  }

  ._3d-wrapper.is-savings {
    width: 50%;
    height: 52rem;
    margin: 0 auto;
  }

  .section-title.is-hero {
    max-width: 40rem;
  }

  .heading.is-hero {
    font-size: 4rem;
  }

  .heading.is-hero.tit.speak {
    font-family: "Avenir Black 500", sans-serif;
  }

  .heading.is-footer {
    font-size: 6rem;
  }

  .heading.is-investments {
    font-family: Avenir Regular, sans-serif;
  }

  .button {
    border-color: #ffffffc9;
  }

  .crypto-list {
    width: 100%;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left {
    width: 100%;
  }

  .crypto-item-right.info {
    justify-content: flex-start;
    width: 100%;
  }

  .grid-savings {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .savings-container.inside {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .savings-container.outline {
    width: 100%;
  }

  .text-crypto-info {
    max-width: none;
  }

  .text-link {
    margin-right: 0;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    background-color: #1c0474;
  }

  .t-c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    margin: 0 auto;
  }

  .button-group-3 {
    z-index: 999;
  }

  .flex-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .div-block-2 {
    width: 30%;
  }

  .div-block-2.organization-first-item {
    padding: 0 52px;
  }

  .flex-block-2 {
    justify-content: space-between;
    align-items: center;
  }

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

  .button-3 {
    border-color: #ffffffc9;
    width: 100%;
  }

  .image-7.organization-image {
    padding: 8px;
  }

  .image-7.organization-image-large {
    padding: 0 12px;
  }

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

  .div-block-3 {
    width: 30%;
  }

  .font-jjannon-2 {
    font-family: Avenir Regular, sans-serif;
    font-size: 3rem;
  }

  .text-link-anchor-2.subtitle {
    z-index: 999;
  }

  .section-8 {
    margin-top: 80px;
  }

  .div-block-6 {
    display: block;
  }

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

  .link-5 {
    font-size: 2rem;
  }

  .chap {
    width: 26px;
    height: 26px;
    margin-top: 30px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3 {
    margin-top: 8px;
    font-size: 18px;
  }

  .paragraph {
    margin-top: 16px;
  }

  .details {
    height: 0;
    margin-top: 0;
  }

  .device-time-line {
    margin-left: 0;
  }

  .button-4 {
    border-color: #ffffffc9;
    width: 100%;
  }

  .text-link-anchor-3.subtitle {
    z-index: 999;
  }

  .div-block-16 {
    width: 30%;
  }

  .flex-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .heading-4 {
    margin-top: 8px;
    font-size: 16px;
  }

  .section-13 {
    margin-top: 80px;
  }

  .navbar-menu-wrapper-3 {
    background-color: #1b006b;
    height: auto;
    padding-bottom: 20px;
  }

  .flex-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    margin: 0 auto;
  }

  .div-block-24 {
    width: 30%;
    padding: 8px 32px;
  }

  .div-block-24.organization-first-item {
    width: 30%;
    padding: 8px 48px;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 33.33%;
  }

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

  .div-block-27 {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }

  .image-31 {
    width: 60px;
    max-width: none;
    height: 60px;
  }

  .div-block-28 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 8px;
    display: flex;
  }

  .heading-5 {
    color: var(--midnightsubtext);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Avenir Black, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .heading-7 {
    color: var(--midnighttitle);
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: "Avenir Black 500", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-31 {
    flex-flow: wrap;
    display: flex;
  }

  .heading-8 {
    color: var(--midnightsubtext);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-35 {
    margin-top: 8px;
  }

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

  .heading-10 {
    color: var(--time);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: Avenir Regular, sans-serif;
    font-size: 16px;
    display: block;
  }

  .div-block-38 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px 20px;
  }

  .text-block-32.event-highlight-value {
    font-size: 4rem;
  }

  .text-block-32.event-highlight-value.text-lg {
    font-size: 1.2rem;
  }

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

  .text-block-31 {
    font-size: 1.8rem;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__track {
    padding-top: 60px;
  }

  .text-block-33 {
    font-size: 1.2rem;
  }

  .text-block-34, .text-block-35 {
    font-size: .8rem;
  }

  .btn-show-less.btn-toggle {
    padding: 16px 24px 16px 32px;
  }
}

@media screen and (max-width: 767px) {
  .section.is-intro {
    background-image: radial-gradient(circle at 50% 0, #00023d9e, #00023d00 32%), radial-gradient(circle at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle at 80% 30%, #102796, #10279600 23%), radial-gradient(circle at 30% 45%, #00023de6, #00207b 40%);
    margin-top: 0;
  }

  .section.is-hero.section-first {
    background-image: radial-gradient(circle at 0 0, #132daa, #00207b00 23%), radial-gradient(circle at 100% 0, #132daa, #10279600 30%);
    padding-bottom: 0;
  }

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-brand.footer {
    margin-bottom: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-5-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-marquee-xl {
    font-size: 10rem;
  }

  ._3d-wrapper.is-hero-1 {
    width: 10rem;
    height: 10rem;
  }

  ._3d-wrapper.is-hero-2 {
    width: 16rem;
    height: 16rem;
  }

  ._3d-wrapper.is-savings {
    width: 60%;
    height: 40rem;
  }

  ._3d-container.is-intro {
    width: 30rem;
    height: 30rem;
  }

  .heading.is-hero {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .heading.is-hero.tit.speak {
    font-family: "Avenir Black 500", sans-serif;
  }

  .heading.is-footer {
    font-size: 5rem;
  }

  .heading.is-investments {
    font-family: Avenir Regular, sans-serif;
    font-size: 2.5rem;
  }

  .savings-container.inside {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .copyright-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .flex-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-2.organization-first-item {
    padding: 0 40px;
  }

  .div-block-2.organization-item-last.organization-item-no-log {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .flex-block-2 {
    justify-content: space-between;
    align-items: center;
    gap: 32px 0;
  }

  .navbar-brand-2.footer {
    margin-bottom: 2rem;
  }

  .button-3 {
    width: 100%;
  }

  .image-7.organization-image {
    padding: 8px;
  }

  .image-7.organization-image-large {
    padding: 0 12px;
  }

  .div-block-3 {
    width: 75%;
  }

  .font-jjannon-2 {
    font-family: Avenir Regular, sans-serif;
    font-size: 1.8rem;
  }

  .text-link-anchor-2.subtitle {
    width: 100%;
  }

  .div-block-4 {
    background-image: radial-gradient(circle at 50% 100%, #00023d9e, #00023d00 32%);
  }

  .section-8 {
    margin-top: 80px;
  }

  .link-5 {
    text-align: center;
    width: 100%;
    padding: 12px 0;
    font-size: 1.5rem;
  }

  .section-9 {
    width: 30%;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .device-time-line {
    left: 11px;
  }

  .button-4, .text-link-anchor-3.subtitle {
    width: 100%;
  }

  .div-block-16 {
    width: 75%;
  }

  .section-12 {
    width: 30%;
  }

  .flex-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .heading-4 {
    font-size: 16px;
  }

  .section-13 {
    margin-top: 80px;
  }

  .navbar-menu-wrapper-3 {
    height: 300px;
  }

  .flex-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-23 {
    background-image: radial-gradient(circle at 50% 100%, #00023d9e, #00023d00 32%);
  }

  .div-block-24, .div-block-24.organization-item-over {
    padding: 0 12px;
  }

  .div-block-24.organization-first-item {
    padding: 0 40px;
  }

  .div-block-24.organization-image-hidden.square-logo {
    padding: 0 32px;
  }

  .div-block-27 {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }

  .image-31 {
    width: 60px;
    max-width: none;
    height: 60px;
  }

  .heading-8 {
    color: var(--midnightsubtext);
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__slide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.is-intro {
    margin-top: -165px;
  }

  .section.is-crypto {
    overflow: hidden;
  }

  .section.is-savings {
    min-height: 100vh;
  }

  .section.time-line-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.is-footer {
    margin-top: 0;
  }

  .section.is-intro {
    background-image: radial-gradient(circle at 50% 0, #00023dd1, #00023d00 30%), radial-gradient(circle at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle at 80% 30%, #102796, #10279600 23%), radial-gradient(circle at 30% 45%, #00023de6, #00207b 40%);
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .section.is-hero.section-first {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
  }

  .navbar-menu-wrapper {
    background-color: #1b006b;
    height: 300px;
  }

  .padding-global.new {
    margin-top: -134px;
  }

  .padding-global.new.loho {
    margin-top: 0;
  }

  .container-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-main.de {
    margin-top: 162px;
  }

  .grid-5-row {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5-row.padding-bottom {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .grid-5-row.padding-bottom.buttonhome {
    place-items: center;
    margin-top: -66px;
  }

  .grid-5-row.padding-bottom {
    grid-row-gap: 1rem;
    text-align: left;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 6rem;
    padding-top: 200px;
  }

  .marquee-text-wrapper {
    display: none;
  }

  .marquee-text-wrapper.text-mobile {
    display: block;
    position: absolute;
  }

  .text-marquee-xl {
    box-sizing: border-box;
    text-align: left;
    letter-spacing: -.2rem;
    flex: 0 auto;
    align-self: auto;
    font-family: Avenir Regular, sans-serif;
    font-size: 4rem;
    position: static;
  }

  .marquee-gradient-wrapper.left, .marquee-gradient-wrapper.right {
    display: none;
  }

  .marquee-text-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
  }

  ._3d-wrapper.is-intro {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    position: relative;
  }

  ._3d-wrapper.is-hero-1 {
    width: 6rem;
    height: 6rem;
    margin-top: 6rem;
  }

  ._3d-wrapper.is-hero-2 {
    width: 12rem;
    height: 12rem;
  }

  ._3d-wrapper.is-savings {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3d-container.is-intro {
    z-index: 9999;
    width: 10rem;
    height: 30rem;
    margin: 0 auto;
  }

  .section-title.is-hero {
    max-width: 50rem;
  }

  .heading.is-hero {
    padding-top: 40px;
    font-size: 2rem;
  }

  .heading.is-hero.tit {
    padding-top: 0;
  }

  .heading.is-hero.tit.speak {
    font-family: "Avenir Black 500", sans-serif;
    font-size: 1.8rem;
  }

  .heading.is-hero.tit.host {
    margin-top: 140px;
    font-family: Cormorant, sans-serif;
  }

  .heading.is-footer {
    letter-spacing: -.2rem;
    font-family: Avenir Regular, sans-serif;
    font-size: 3rem;
  }

  .heading.is-investments {
    font-family: Avenir Regular, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .button {
    width: auto;
    margin-bottom: -18px;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left.info, .crypto-item-right.info {
    width: 100%;
  }

  .grid-savings {
    grid-column-gap: 4.4rem;
    grid-row-gap: 4.4rem;
    align-items: stretch;
  }

  .savings-container.outline {
    text-align: left;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .savings-container.inside {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .savings-container.outline {
    text-align: left;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .foot {
    font-family: Avenir Regular, sans-serif;
  }

  .menu-button, .menu-button.w--open {
    background-color: #1c0474;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-block.theme {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
  }

  .grid.speak {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: start stretch;
    display: grid;
  }

  .grid.speak.main {
    margin-top: -45px;
    padding-top: 0;
  }

  .grid.speak.ch {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 80px;
    display: flex;
  }

  .grid.speak.host {
    margin-bottom: 80px;
  }

  .speak {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.2;
  }

  .speaktit {
    font-size: 14px;
    line-height: 24px;
  }

  .section-2 {
    display: none;
  }

  .image-contain-2 {
    height: 100%;
    transform: scale(1.2);
  }

  .section-6, .section-7 {
    width: 100%;
  }

  .flex-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

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

  .section-5 {
    width: 48%;
  }

  .section-5.co-host-last {
    display: block;
  }

  .section-5.co-host-item-hidden {
    display: none;
  }

  .section-5.co-host-item-first {
    padding: 12px 24px 12px 12px;
  }

  .section-5.co-host-custom {
    padding: 12px;
  }

  .text-block-3 {
    margin-bottom: .85rem;
    font-size: 1rem;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .div-block-2 {
    width: 48%;
    margin-bottom: 16px;
    padding: 0;
  }

  .div-block-2.organization-first-item {
    padding: 0 24px;
  }

  .div-block-2.organization-item-over {
    padding: 0 12px;
  }

  .div-block-2.organization-image-hidden {
    width: 50%;
  }

  .text-link-credit-2 {
    font-family: Avenir Regular, sans-serif;
  }

  .flex-block-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    margin-top: 40px;
    margin-bottom: 120px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    padding-bottom: 8px;
  }

  .grid-intro-text-2 {
    width: 100%;
  }

  .button-3 {
    width: 80%;
    margin: 0 auto;
    padding: .5rem;
  }

  .text-size-medium-2 {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .image-7 {
    padding-right: 0;
  }

  .image-7.organization-image {
    width: 50%;
    padding: 0 8px;
  }

  .image-7.organization-image-large {
    padding: 0 8px;
  }

  .flex-block {
    justify-content: space-between;
  }

  .navbar-menu-wrapper-2 {
    background-color: #1b006b;
    height: 300px;
  }

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

  .font-jjannon-2 {
    font-family: Avenir Regular, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }

  .text-link-anchor-2.subtitle {
    z-index: 99999;
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-4 {
    background-image: radial-gradient(circle at 50% 100%, #00023dd1, #00023d00 30%);
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section-8 {
    margin-top: 80px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .image-16 {
    width: 100%;
  }

  .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-family: Avenir Regular, sans-serif;
  }

  .section-9 {
    width: 60%;
  }

  .chap {
    width: 20px;
    height: 20px;
    margin-top: 16px;
    padding: 3px;
  }

  .div-block-10 {
    padding-bottom: 24px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .details {
    height: 0;
    margin-top: 8px;
  }

  .accordion-item {
    padding: 12px 14px;
  }

  .device-time-line {
    left: 8px;
  }

  .section-10 {
    width: 100%;
  }

  .button-4 {
    width: 80%;
    margin: 0 auto;
    padding: .5rem;
  }

  .section-11 {
    width: 48%;
  }

  .section-11.co-host-item-first {
    padding: 12px 24px 12px 12px;
  }

  .section-11.co-host-last {
    display: block;
  }

  .section-11.co-host-custom {
    padding: 12px;
  }

  .section-11.co-host-item-hidden {
    display: none;
  }

  .text-block-17 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .text-link-anchor-3.subtitle {
    z-index: 99999;
    width: 100%;
    padding-bottom: 0;
  }

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

  .text-block-18 {
    font-family: Avenir Regular, sans-serif;
  }

  .text-block-19 {
    font-size: 1rem;
  }

  .image-21 {
    padding-right: 0;
  }

  .div-block-17 {
    padding-bottom: 24px;
  }

  .text-block-20 {
    font-size: 1rem;
  }

  .text-block-20.theme {
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
  }

  .text-block-21 {
    margin-bottom: .85rem;
    font-size: 1rem;
  }

  .text-block-22 {
    font-family: Avenir Regular, sans-serif;
  }

  .section-12 {
    width: 60%;
  }

  .flex-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .grid-intro-text-3 {
    width: 100%;
  }

  .heading-4 {
    color: var(--midnighttitle);
    font-family: Avenir Regular, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .section-13 {
    margin-top: 80px;
  }

  .text-size-medium-3 {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Avenir Regular, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .navbar-menu-wrapper-3 {
    background-color: #1b006b;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24, .text-block-26 {
    font-family: Avenir Regular, sans-serif;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .text-block-27 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .image-contain-3 {
    height: 100%;
    transform: scale(1.2);
  }

  .section-14 {
    width: 100%;
  }

  .text-block-28 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .text-link-credit-3 {
    font-family: Avenir Regular, sans-serif;
  }

  .div-block-23 {
    background-image: radial-gradient(circle at 50% 100%, #00023dd1, #00023d00 30%);
  }

  .div-block-24 {
    width: 48%;
    margin-bottom: 16px;
    padding: 0 24px;
  }

  .div-block-24.organization-item-over {
    padding: 0 12px;
  }

  .div-block-24.organization-first-item {
    width: 48%;
    padding: 0 32px;
  }

  .div-block-24.organization-image-hidden {
    width: 50%;
  }

  .div-block-24.organization-image-hidden.square-logo {
    padding: 0 36px;
  }

  .text-block-29 {
    font-family: Avenir Regular, sans-serif;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    padding-bottom: 8px;
  }

  .flex-block-10 {
    justify-content: space-between;
  }

  .div-block-27 {
    width: auto;
    max-width: none;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }

  .image-31 {
    width: 60px;
    max-width: none;
    height: 60px;
    display: block;
  }

  .div-block-28 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-28.hidden {
    display: none;
  }

  .heading-5 {
    font-family: Avenir Black, sans-serif;
  }

  .heading-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7 {
    font-family: Avenir Regular, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-8 {
    color: var(--midnightsubtext);
    font-family: Avenir Regular, sans-serif;
    font-weight: 400;
  }

  .div-block-32 {
    border-top: 1px solid #345d92;
  }

  .heading-10 {
    padding-bottom: 8px;
    padding-left: 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-32.event-highlight-value {
    font-size: 3rem;
  }

  .text-block-32.event-highlight-value.text-lg {
    font-size: 1.2rem;
  }

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

  .text-block-31 {
    font-size: 1.2rem;
  }

  .splide__track {
    padding-top: 40px;
  }

  .text-block-33 {
    font-size: 1rem;
  }

  .gellary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-5 {
    font-size: 1rem;
  }

  .div-block-45 {
    margin-top: 40px;
    padding: 12px 24px;
  }

  .div-block-47 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px;
  }

  .btn-text {
    font-size: 1rem;
  }

  .btn-show-less.btn-toggle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 16px 16px 16px 24px;
  }

  .code-embed {
    width: 20px;
    height: 24px;
  }

  .link-block-10 {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707bea-3ebd8c58 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707bf0-3ebd8c58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707bf7-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707bfc-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707c00-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707c1f-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707c21-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707c22-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707c27-3ebd8c58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707c28-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707c29-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c4f-3ebd8c58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#our-future-item-1.w-node-b3c34826-6d25-c066-d28a-679c6e707c56-3ebd8c58 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c6b-3ebd8c58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e707fbb-3ebd8c58 {
  place-self: center;
}

#w-node-_39ed08bf-92cf-7796-fece-3c543f3b079c-3ebd8c58 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cd298cd4-07dd-5d84-237d-c8728cf79d49-3ebd8c58 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e708034-3ebd8c58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3c34826-6d25-c066-d28a-679c6e708035-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e708047-3ebd8c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e351f3f-a425-d213-2478-5d4a1e6645ab-5932ad9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e351f3f-a425-d213-2478-5d4a1e6645ac-5932ad9b, #w-node-_7e351f3f-a425-d213-2478-5d4a1e6645be-5932ad9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4ca25cf-78c3-4b05-3a73-9cf98457000b-c27cccc5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4ca25cf-78c3-4b05-3a73-9cf98457000c-c27cccc5, #w-node-e4ca25cf-78c3-4b05-3a73-9cf98457001e-c27cccc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b3c34826-6d25-c066-d28a-679c6e707bf7-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707bfc-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c1f-3ebd8c58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c22-3ebd8c58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c4f-3ebd8c58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #our-future-item-1.w-node-b3c34826-6d25-c066-d28a-679c6e707c56-3ebd8c58 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c6b-3ebd8c58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707fbb-3ebd8c58 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b3c34826-6d25-c066-d28a-679c6e707bea-3ebd8c58 {
    grid-column: span 4 / span 4;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707bf0-3ebd8c58 {
    grid-column: span 2 / span 2;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707bf7-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707bfc-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707c00-3ebd8c58 {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c1f-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c22-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c4f-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #our-future-item-1.w-node-b3c34826-6d25-c066-d28a-679c6e707c56-3ebd8c58 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #our-future-item-2.w-node-b3c34826-6d25-c066-d28a-679c6e707c6b-3ebd8c58 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3c34826-6d25-c066-d28a-679c6e707c1f-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c22-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c27-3ebd8c58 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c28-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707c29-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707fbb-3ebd8c58 {
    place-self: center;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e708034-3ebd8c58 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e708035-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e708047-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e351f3f-a425-d213-2478-5d4a1e6645ab-5932ad9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e351f3f-a425-d213-2478-5d4a1e6645ac-5932ad9b, #w-node-_7e351f3f-a425-d213-2478-5d4a1e6645be-5932ad9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ca25cf-78c3-4b05-3a73-9cf98457000b-c27cccc5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4ca25cf-78c3-4b05-3a73-9cf98457000c-c27cccc5, #w-node-e4ca25cf-78c3-4b05-3a73-9cf98457001e-c27cccc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3c34826-6d25-c066-d28a-679c6e707bea-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707bf0-3ebd8c58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707bf7-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707bfc-3ebd8c58, #w-node-b3c34826-6d25-c066-d28a-679c6e707c00-3ebd8c58 {
    grid-column: span 5 / span 5;
    justify-self: auto;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707c1f-3ebd8c58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-b3c34826-6d25-c066-d28a-679c6e707fbb-3ebd8c58 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Jjannon Italic';
  src: url('../fonts/JJannon-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jjannondisplay';
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black 500';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black 4';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Regular';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Regular';
  src: url('../fonts/Everett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Light';
  src: url('../fonts/Everett-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}