@font-face {
  font-family: "WTF Nouveau Variable, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveauVARVF.woff2")
      format("woff2-variations"),
    url("/assets/fonts/nouveau/WTFNouveauVARVF.woff2") format("woff2");
  font-weight: 1 800;
}
@font-face {
  font-family: "Venn";
  src: url("/assets/fonts/nouveau/WTFNouveau-Light.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-Light.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-Light.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-LightOblique.woff2")
      format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-Book.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-BookOblique.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-BookOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-Semibold.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WTF Nouveau, by Workhorse Type Foundry";
  src: url("/assets/fonts/nouveau/WTFNouveau-Bold.woff2") format("woff2"),
    url("/assets/fonts/nouveau/WTFNouveau-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --color-white: white;
  --color-lightest: #e6eeff;
  --color-light: #cbddff;
  --color-secondary: #9ea3c7;
  --color-medium-dark: #3c446a;
  --color-darkest: #000324;
  --color-light-blue: #5b9aff;
  --color-page-background: var(--color-darkest);
  --color-ui-dark-background: var(--color-medium-dark);
  --color-globe-continent-lighter: #87d3ff;
  --color-globe-continent-light: #77bcfd;
  --color-globe-continent-medium: #67a4fa;
  --color-globe-continent-dark: #5082f2;
  --section-margin-vertical-small: calc(6vh + 20px);
  --section-margin-vertical-med: calc(9vh + 40px);
  --section-margin-vertical-large: calc(10vh + 40px);
  --team-gutters-vertical: 60px;
  --font-system-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-brand-sans-v: "WTF Nouveau Variable, by Workhorse Type Foundry",
    "Avenir", var(--font-system-sans);
  --font-brand-sans-s: "WTF Nouveau, by Workhorse Type Foundry", "Avenir",
    var(--font-system-sans);
  --line-height-paragraph: 1.34;
  --tracking-large-paragraph: -0.005em;
  --font-size-large-paragraph: 26px;
  --font-size-large-paragraph-headline-ratio: 1.3;
  --font-size-h2: 42px;
  --timepiece-line-thickness: 2;
  --timepiece-line-thickness-times-3: 6;
}
@supports (row-gap: ~"min(1vmin, 0px)") {
  :root {
    --team-gutters-vertical: min(8vmin, 60px);
  }
}
@media (max-width: 1000px), (max-height: 900px) {
  :root {
    --font-size-large-paragraph: 20px;
    --font-size-h2: 36px;
  }
}
@media (max-width: 500px), (max-height: 500px) {
  :root {
    --tracking-large-paragraph: -0.001em;
    --font-size-large-paragraph: 17px;
    --font-size-large-paragraph-headline-ratio: 1.2;
    --font-size-h2: 30px;
  }
}
@media (max-width: 1000px) and (max-aspect-ratio: 1/1),
  (max-width: 1000px) and (max-height: 1000px) and (min-aspect-ratio: 1/1) {
  :root {
    --timepiece-line-thickness: 3;
    --timepiece-line-thickness-times-3: 9;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 1/1),
  (max-width: 1000px) and (max-height: 440px) and (min-aspect-ratio: 1/1) {
  :root {
    --timepiece-line-thickness: 3.5;
    --timepiece-line-thickness-times-3: 10.5;
  }
}
@media (min-width: 1700px) and (min-height: 800px) {
  :root {
    --timepiece-line-thickness: 1.75;
    --timepiece-line-thickness-times-3: 5.25;
  }
}
@media (min-width: 2000px) {
  :root {
    --timepiece-line-thickness: 1.5;
    --timepiece-line-thickness-times-3: 4.5;
  }
}
[hidden] {
  display: none !important;
}
body.centered-text {
  text-align: center;
}
body {
  min-height: 100vh;
  margin: 0;
  background: var(--color-page-background);
  color: var(--color-light);
  font-family: var(--font-brand-sans-s);
  font-weight: 300;
  font-weight: 340;
  font-size: 16px;
  line-height: var(--line-height-paragraph, 1.4);
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "liga" 1, "ss06" 1, "ss07" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: var(--font-brand-sans-v);
  }
}
body,
main,
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
}
section {
  padding: 40px 0px;
}
.section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 18px;
  padding: 0 calc(2.5vw + 10px);
  padding: 0 calc(2.5vw + 10px + env(safe-area-inset-left));
}
main {
  flex: 1;
}
figure {
  margin: 0;
}
figure img,
figure svg {
  display: block;
}
img[onload="markImgAsLoaded(this)"] {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.3s;
}
img[onload="markImgAsLoaded(this)"].img-loaded {
  will-change: auto;
  opacity: 1;
}
.header-main,
.main-page-content,
.site-footer {
  visibility: hidden;
}
h1,
h2,
h3,
p {
  transition: font-size 0.3s;
}
h1,
h2,
h3 {
  text-wrap: balance;
  line-height: 1.1;
}
h2 {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
p,
p.standard-size,
.large-paragraph-text p.standard-size {
  font-size: 18px;
  line-height: var(--line-height-paragraph);
  font-weight: inherit;
  letter-spacing: inherit;
}
.large-paragraph-text p:not(.standard-size),
p.large-paragraph-text {
  max-width: 32.5em;
  text-wrap: balance;
  font-size: var(--font-size-large-paragraph);
  font-weight: 300;
  font-weight: 320;
  letter-spacing: var(--tracking-large-paragraph);
}
p.caption,
.large-paragraph-text p.caption {
  color: var(--color-secondary);
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 380;
  letter-spacing: 0.015em;
}
i {
  font-style: normal;
  font-variation-settings: "wght" 340, "slnt" -11;
}
a {
  text-decoration: none;
  transition: opacity, color 0.6s;
}
a:hover,
a:active {
  transition-duration: 0.2s;
}
a,
a:visited {
  color: currentcolor;
}
a,
[onclick] {
  -webkit-tap-highlight-color: transparent;
}
.section-subheading {
  margin-bottom: 1em;
  padding: 0.5em 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h2 + p {
  margin-top: 1.75em;
}
p + p {
  margin-top: 0.75em;
}
.section-divider {
  position: relative;
  width: 100%;
  stroke: orange;
}
section + .section-divider {
  margin: var(--section-margin-vertical-large) 0;
}
@media (max-width: 800px), (max-height: 500px) {
  section + .section-divider {
    margin: var(--section-margin-vertical-small) 0;
  }
}
section + .section-divider + section {
  margin-top: 0;
}
.section-divider + h1,
.section-divider + h2,
.section-divider + h3,
.section-divider + p,
.section-divider + div {
  margin-top: 60px;
}
.section-divider svg {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 4px;
  transform: translateY(-100%);
  pointer-events: none;
  stroke-width: var(--timepiece-line-thickness, 2);
}
.section-divider-graphic {
  height: 0;
}
.section-divider-intrinsic {
  position: relative;
  padding-bottom: 17.27272727%;
  pointer-events: none;
}
.banner {
  background-color: rgb(91, 154, 255);
  display: flex;
  width: 100%;

  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 64px;
  box-shadow: 0 0 24px 4px rgba(0, 3, 36, 0.6), 0 0 2px 1px rgba(0, 3, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
@media (max-width: 640px) {
  .banner {
    display: none;
  }
}
.hero-section {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100vw;
  overflow: visible;
  --hero-aspect-ratio: (1060 / 2200);
  --hero-common-top-inset-ratio: 200 / 1060;
  --hero-top-inset-ratio-half-globe-to-standard-inset: 100%;
}
@media (max-aspect-ratio: 1.2/1) {
  .hero-section {
    --hero-top-inset-ratio-half-globe-to-standard-inset: 50%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .hero-section {
    --hero-top-inset-ratio-half-globe-to-standard-inset: 0%;
  }
}
.hero__graphic-crop {
  width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.hero__graphic {
  width: 127%;
  min-width: calc(50vh / var(--hero-aspect-ratio));
  min-width: min(calc(50vh / var(--hero-aspect-ratio)), 200%);
  max-width: calc(115vh / var(--hero-aspect-ratio));
  max-width: min(calc(115vh / var(--hero-aspect-ratio)), 2400px);
}
.hero__graphic-intrinsic {
  position: relative;
  height: 0;
  padding-bottom: calc(
    var(--hero-aspect-ratio) * 100% -
      (
        var(--hero-common-top-inset-ratio) * var(--hero-aspect-ratio) *
          var(--hero-top-inset-ratio-half-globe-to-standard-inset)
      )
  );
  transition: 2s;
}
.rotate-origin {
  transform-origin: top center;
}
.hero__map-timepiece {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  stroke: var(--color-light-blue, #5b9aff);
  stroke-width: var(--timepiece-line-thickness, 2);
}
.hero__map-timepiece .globe-ring-2 .globe-ring-bg-2 {
  transform: rotate(-100deg);
  fill-opacity: 0.5;
}
.hero__map-timepiece .globe-ring-4 .globe-ring-bg {
  transform: rotate(-60deg);
}
.hero__map-timepiece .globe-ring-bg {
  opacity: 0.2;
}
.hero__map-timepiece .globe-ring-inner-border {
  stroke-width: 6;
  stroke-width: var(--timepiece-line-thickness-times-3);
  stroke: var(--color-page-background);
}
.hero__map-timepiece .globe-longitude-lines-over-land {
  stroke: var(--color-page-background);
}
.hero-section {
  --transaction-ui-size-ratio: 1;
  margin-bottom: 100px;
  margin-bottom: calc(12vmin * var(--transaction-ui-size-ratio));
}
@supports (margin-bottom: max(70px, 12vmin)) {
  .hero-section {
    margin-bottom: max(
      70px,
      min(calc(12vmin * var(--transaction-ui-size-ratio)), 140px)
    );
  }
}
.hero-section .hero__transaction-positioner {
  transform: translateY(-120%);
}
.debug .hero-section {
  box-shadow: inset 0 0 0 1px greenyellow;
}
@media (max-width: 1199px) and (max-aspect-ratio: 1/1),
  (max-width: 1299px) and (min-aspect-ratio: 1/1),
  (max-width: 1599px) and (min-aspect-ratio: 1.5/1),
  (max-height: 899px) and (min-aspect-ratio: 2/1) {
  .hero-section {
    --transaction-ui-size-ratio: 0.85;
  }
  .debug .hero-section {
    box-shadow: inset 0 0 0 1px orange;
  }
}
@media (max-width: 1099px) and (min-aspect-ratio: 1/1),
  (max-width: 1299px) and (min-aspect-ratio: 1.5/1),
  (max-height: 699px) and (min-aspect-ratio: 2/1) {
  .hero-section {
    --transaction-ui-size-ratio: 0.75;
  }
  .debug .hero-section {
    box-shadow: inset 0 0 0 1px tomato;
  }
}
@media (min-aspect-ratio: 1.75/1) {
  .hero-section {
    margin-bottom: 4em;
  }
  .hero-section .hero__transaction-positioner {
    transform: translateY(-140%);
  }
  .debug .hero-section {
    background: black;
  }
}
@media (max-width: 949px), (max-height: 599px) {
  .hero-section {
    --transaction-ui-size-ratio: 0.85;
    margin-bottom: 5em;
  }
  .hero-section .hero__transaction-positioner {
    transform: translateY(-85%);
  }
  .debug .hero-section {
    box-shadow: inset 0 0 0 1px yellow;
  }
}
@media (max-width: 499px) and (max-aspect-ratio: 1/1),
  (max-width: 699px) and (min-aspect-ratio: 1/1),
  (max-height: 499px) and (min-aspect-ratio: 1/1) {
  .hero-section {
    --transaction-ui-size-ratio: 0.75;
  }
  .debug .hero-section {
    box-shadow: inset 0 0 0 1px magenta;
  }
}
@media (max-width: 499px) and (max-aspect-ratio: 1/1) {
  .hero-section .hero__transaction-positioner {
    transform: translateY(-75%);
  }
}
@media (max-width: 949px) and (min-aspect-ratio: 1/1),
  (max-height: 599px) and (min-aspect-ratio: 1/1) {
  .hero-section {
    margin-bottom: 2.5em;
  }
  .hero-section .hero__transaction-positioner {
    transform: translateY(-90%);
  }
}
@media (max-width: 949px) and (min-aspect-ratio: 1.75/1),
  (max-height: 599px) and (min-aspect-ratio: 1.75/1) {
  .hero-section {
    margin-bottom: 1.6em;
  }
  .hero-section .hero__transaction-positioner {
    transform: translateY(-98%);
  }
}
.hero__transaction {
  position: relative;
  z-index: 2;
  height: 0;
  font-family: var(--font-system-sans);
  font-weight: 400;
  font-variation-settings: normal;
  font-size: calc(16px * var(--transaction-ui-size-ratio));
  transition: font-size 0.5s, margin 0.3s;
  margin-bottom: 0;
  width: 12.9em;
}
.hero__transaction-positioner {
  transition: 0.3s;
}
.hero__transaction-card {
  padding: 1.25em 0.8em;
  background: var(--color-ui-dark-background);
  border-radius: 1em;
  white-space: nowrap;
  box-shadow: 0 0 24px 4px rgba(0, 3, 36, 0.6), 0 0 2px 1px rgba(0, 3, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hero__transaction-card-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  padding: 0.3em 0;
  font-feature-settings: "liga" 1;
  visibility: hidden;
}
.hero__transaction-card-contents:first-child {
  position: static;
  transform: none;
  visibility: inherit;
}
.hero__transaction-account,
.hero__transaction-amount {
  display: flex;
  align-items: center;
}
.hero__transaction-account {
  font-size: 0.85em;
  color: var(--color-lightest);
}
.hero__transaction-avatar {
  --image-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: var(--image-height);
  height: var(--image-height);
  margin-top: 0.1em;
  margin-right: calc(0.15em + 5px);
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
}
.hero__transaction-account-name {
  text-align: left;
  line-height: 1;
}
.hero__transaction-amount {
  font-size: 1.875em;
  font-weight: 550;
}
.hero__transaction-divider {
  width: 1.5em;
  height: 1.875em;
  margin: 0.6em 0;
  background-image: url("data:image/svg+xml,%3Csvg stroke='%23CBDDFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2'%3E%3Cpath d='M2.5 17.5 12 27l9.5-9.5M12 2v24.2'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__transaction-device {
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
  right: -1em;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 949px), (max-height: 599px) {
  .hero__transaction-device {
    opacity: 0;
  }
}
.hero__transaction-device .hero__transaction-device-glass,
.hero__transaction-device .hero__transaction-device-illumination {
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 1.7%;
  right: 1.7%;
  z-index: 0;
  border-radius: 12.5%;
  border-radius: 2.5em;
}
.hero__transaction-device .hero__transaction-device-glass {
  -webkit-backdrop-filter: blur(3px) saturate(1.2);
  backdrop-filter: blur(3px) saturate(1.2);
  box-shadow: 0 0 50px -6px var(--color-page-background),
    inset 0 0 40px -10px var(--color-page-background),
    inset 0 0 30px 6px rgba(255, 255, 255, 0.2);
}
.hero__transaction-device .hero__transaction-device-illumination {
  background: var(--color-light-blue);
  opacity: 0.2;
  opacity: 0;
}
.hero__transaction-device .hero__transaction-device-graphic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: rgba(0, 3, 36, 0.5);
  stroke: var(--color-white);
  stroke-width: 4;
  z-index: 2;
}
.hero__transaction-device .hero__transaction-device-aspect {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 200%;
}
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main:before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100px + 20vmin);
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    #000324 0%,
    rgba(0, 3, 36, 0.987) 8.1%,
    rgba(0, 3, 36, 0.951) 15.5%,
    rgba(0, 3, 36, 0.896) 22.5%,
    rgba(0, 3, 36, 0.825) 29%,
    rgba(0, 3, 36, 0.741) 35.3%,
    rgba(0, 3, 36, 0.648) 41.2%,
    rgba(0, 3, 36, 0.55) 47.1%,
    rgba(0, 3, 36, 0.45) 52.9%,
    rgba(0, 3, 36, 0.352) 58.8%,
    rgba(0, 3, 36, 0.259) 64.7%,
    rgba(0, 3, 36, 0.175) 71%,
    rgba(0, 3, 36, 0.104) 77.5%,
    rgba(0, 3, 36, 0.049) 84.5%,
    rgba(0, 3, 36, 0.013) 91.9%,
    rgba(0, 3, 36, 0) 100%
  );
  pointer-events: none;
}
.header-main .our-logo-container {
  display: inline-block;
  order: 1;
  will-change: transform, opacity;
}
.header-main .our-logo-container:hover .our-logo,
.header-main .our-logo-container:active .our-logo {
  fill: var(--color-light);
}
.header-main .our-logo {
  display: inline-block;
  width: 230px;
  height: 60px;
  padding: 0.7em 3em;
  fill: var(--color-white);
  filter: drop-shadow(0px 0px 40px var(--color-page-background));
  transition: 0.6s, fill 0.3s;
}
@media (max-width: 760px), (max-height: 500px) {
  .header-main .our-logo {
    transform: scale(0.88);
    padding: 0.4em 1.5em;
  }
}
.header-main__nav {
  flex: 1;
  display: flex;
  margin: 0.2em 0 0;
  text-shadow: 0 0 20px var(--color-page-background);
  font-weight: 400;
  font-weight: 380;
  letter-spacing: 0.02em;
}
.header-main__nav.nav-leading {
  order: 0;
  justify-content: flex-end;
}
.header-main__nav.nav-trailing {
  order: 2;
}
@media (max-width: 640px), (max-height: 420px) {
  .header-main__nav {
    display: none;
  }
}
a.nav-link {
  padding: 8px;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: border 0.3s;
}
a.nav-link:hover,
a.nav-link:active {
  color: var(--color-lightest);
}
a.nav-link.active {
  border-bottom: 1px solid currentcolor;
}
.site-footer {
  width: 100%;
  padding: 0 0 60px;
}
.site-footer p,
.site-footer .nav-link {
  letter-spacing: 0.02em;
}
.site-footer_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.site-footer_nav .nav-link {
  color: var(--color-secondary);
}
.site-footer__notices {
  padding-top: 60px;
  padding-bottom: 0;
  opacity: 0.7;
  line-height: 2;
}
.homepage .site-footer .nav-link.contact {
  display: none;
}
.about-section {
  padding-top: 30px;
}
.intro-statement h1 {
  margin-bottom: 2em;
  font-size: calc(
    var(--font-size-large-paragraph) *
      var(--font-size-large-paragraph-headline-ratio)
  );
  line-height: var(--line-height-paragraph);
  font-weight: 500;
  font-weight: 550;
  letter-spacing: calc(
    var(--tracking-large-paragraph) *
      var(--font-size-large-paragraph-headline-ratio) * 1.7
  );
  max-width: 30em;
}
@media (max-width: 660px) {
  .intro-statement h1 {
    max-width: 20em;
  }
}
@media (max-width: 660px) {
  .about-statement {
    max-width: 26em;
  }
}
@media (max-width: 500px) {
  .about-statement {
    max-width: 22em;
  }
}
@media (max-width: 374px) {
  .about-statement {
    max-width: 18em;
  }
}
.horizontal-safe-area-padding {
  box-sizing: border-box;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.all-partners {
  width: 100%;
  margin: 30px 0;
  margin: min(40px, 2vmin) 0;
}
.gsma-membership {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 2em;
}
.gsma-logo {
  margin-top: 0.7em;
  opacity: 0.9;
  will-change: opacity;
  transition: opacity 0.3s;
}
.team-section {
  padding-left: 0;
  padding-right: 0;
  margin: var(--section-margin-vertical-med) 0;
}
@media (max-width: 630px) {
  .team-section .section-subheading {
    max-width: 23em;
  }
}
.team-members {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: var(--team-gutters-vertical);
  max-width: 1100px;
  margin-top: var(--team-gutters-vertical);
  text-align: center;
}
.team-members + .team-members {
  margin-top: var(--team-gutters-vertical);
}
.team-member {
  width: 25%;
  min-width: 250px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: opacity;
}
.debug .team-member {
  box-shadow: inset 0 0 0 1px orange;
}
@media (max-width: 750px) {
  .team-member {
    width: 50%;
    min-width: 120px;
    max-width: 250px;
  }
}
a.team-member {
  transition: opacity 0.6s;
}
a.team-member:hover,
a.team-member:active {
  transition-duration: 0.3s;
  opacity: 0.7;
}
.team-member__image {
  --image-height: 68px;
  position: relative;
  width: var(--image-height);
  height: var(--image-height);
  margin-bottom: 18px;
}
.team-member__image.photo {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 2px #e6eeff;
  background: var(--color-lightest);
}
.team-member__image.photo img {
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}
.team-member__image.logo {
  width: calc(var(--image-height) * 2.2);
}
.team-member__image.logo img {
  -o-object-fit: contain;
  object-fit: contain;
  filter: sepia(100%) hue-rotate(182deg);
}
.team-member__image img {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.team-member__image.photo:before,
.team-member__image.photo:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.team-member__image.photo:before {
  background: rgba(41, 98, 255, 0.15);
}
@supports (mix-blend-mode: multiply) {
  .team-member__image.photo:before {
    background: var(--color-lightest);
    mix-blend-mode: multiply;
  }
}
.team-member__image.photo:after {
  display: none;
}
@supports (mix-blend-mode: multiply) {
  .team-member__image.photo:after {
    display: block;
    background: #0b193e;
    mix-blend-mode: screen;
  }
}
.team-member_name {
  font-size: 20px;
  color: var(--color-lightest);
}
@media (max-width: 800px) {
  .team-member_name {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .team-member_name {
    font-size: 16px;
  }
}
.team-member_role {
  font-size: 15px;
  letter-spacing: 0.02em;
  opacity: 0.7;
}
@media (max-width: 800px) {
  .team-member_role {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .team-member_role {
    font-size: 13px;
  }
}
.team-member_role + .team-member_role {
  margin-top: 0.65em;
}
.contact-section {
  gap: 0.25em;
  margin: var(--section-margin-vertical-med) 0;
}
@media (max-width: 800px), (max-height: 500px) {
  .contact-section {
    margin: var(--section-margin-vertical-small) 0;
  }
}
@media (max-width: 500px) and (min-width: 360px) {
  .large-paragraph-text .contact-section p,
  .contact-section p.large-paragraph-text {
    font-size: 20px;
  }
}
.cta-email-link {
  display: inline-block;
}
.prominent-text-link {
  color: #5b9aff;
  background: -webkit-linear-gradient(128deg, #6388ff 0%, #73b9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: 0.6s;
  will-change: font-weight;
}
.prominent-text-link:hover,
.prominent-text-link:active {
  transition: 0.3s;
  font-weight: 400;
}
.logo-grid {
  fill: currentcolor;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  row-gap: min(20px, 1vmin);
  width: 100%;
  box-sizing: border-box;
}
.logo-grid.columns-2 {
  max-width: 800px;
}
.logo-grid.columns-3 {
  max-width: 940px;
}
.logo-grid.columns-4 {
  max-width: 1200px;
}
.logo-grid a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 140px;
  width: 33.33%;
  height: 140px;
  padding: 0 20px;
  fill: var(--color-light);
  will-change: opacity;
  transition: opacity 0.3s;
}
@media (max-width: 699px) {
  .logo-grid a {
    height: 90px;
    padding: 0 12px;
  }
}
.logo-grid a:hover,
.logo-grid a:active {
  opacity: 0.75;
}
.logo-grid svg {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-grid.columns-2 a {
  width: 50%;
}
.logo-grid.columns-3 a {
  width: 33.33333333%;
}
@media (max-width: 599px) {
  .logo-grid.columns-3 a {
    width: 50%;
  }
}
.logo-grid.columns-4 a {
  width: 25%;
}
@media (max-width: 699px) {
  .logo-grid.columns-4 a {
    width: 50%;
  }
}
.site-footer__timepiece {
  --footer-timepiece-aspect-ratio: (660 / 1600);
  position: relative;
  z-index: -1;
  padding-bottom: 2px;
  margin-top: -80px;
  margin-top: max(
    -250px,
    calc(
      -100vw * var(--footer-timepiece-aspect-ratio) + 800px * var(--footer-timepiece-aspect-ratio)
    )
  );
  margin-bottom: 10vh;
  margin-bottom: max(70px, min(10vh, 100px));
  pointer-events: none;
}
@media (max-width: 700px) {
  .site-footer__timepiece {
    --footer-timepiece-aspect-ratio: (660 / 1400);
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  .site-footer__timepiece {
    --footer-timepiece-aspect-ratio: (660 / 1200);
    margin-top: -30px;
  }
}
.site-footer__timepiece-intrinsic {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--footer-timepiece-aspect-ratio) * 100%);
  transition: 0.3s;
}
.site-footer__timepiece-graphic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-width: var(--timepiece-line-thickness, 2);
}
.bokeh-lighting {
  display: none;
  width: 100%;
  height: 0px;
  position: relative;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.debug .bokeh-lighting,
.bokeh-lighting.debug {
  opacity: 1;
  height: 1px;
  box-shadow: inset 0 0 0 2px indigo;
}
@supports (aspect-ratio: 1 / 1) and (filter: blur(40px)) and
  (mix-blend-mode: screen) {
  .bokeh-lighting {
    display: block;
  }
}
.bokeh-lighting-crop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 10vw 0;
  transform: translateY(-50%);
  transform: translateY(
    calc(
      var(--portion-above, 0.5) * -100% -
        ((0.5 - var(--portion-above, 0.5)) * 10vw * 2)
    )
  );
  overflow: hidden;
  pointer-events: none;
}
.debug .bokeh-lighting-crop {
  box-shadow: inset 0 0 0 1px tomato;
}
.bokeh-spot {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  filter: blur(40px);
  opacity: 0.9;
  pointer-events: none;
}
.debug .bokeh-spot {
  filter: none;
  box-shadow: inset 0 0 0 1px cornflowerblue;
}
.bokeh-arrangement {
  position: relative;
  width: 100%;
  min-width: 50vmax;
  max-width: 1600px;
  aspect-ratio: 1;
  transition: 0.3s;
  pointer-events: none;
}
.debug .bokeh-arrangement {
  box-shadow: inset 0 0 0 2px rgba(173, 255, 47, 0.5);
}
@media (max-width: 600px) {
  .bokeh-arrangement {
    aspect-ratio: 0.5;
  }
}
.arrangement-1 .bokeh-spot:nth-child(1) {
  background: radial-gradient(
    circle closest-side,
    #3f60ff 0%,
    rgba(63, 96, 255, 0.987) 3.4%,
    rgba(63, 96, 255, 0.951) 6.9%,
    rgba(63, 96, 255, 0.896) 10.6%,
    rgba(63, 96, 255, 0.825) 14.5%,
    rgba(63, 96, 255, 0.741) 18.8%,
    rgba(63, 96, 255, 0.648) 23.5%,
    rgba(63, 96, 255, 0.55) 28.8%,
    rgba(63, 96, 255, 0.45) 34.6%,
    rgba(63, 96, 255, 0.352) 41.2%,
    rgba(63, 96, 255, 0.259) 48.5%,
    rgba(63, 96, 255, 0.175) 56.7%,
    rgba(63, 96, 255, 0.104) 65.9%,
    rgba(63, 96, 255, 0.049) 76.1%,
    rgba(63, 96, 255, 0.013) 87.4%,
    rgba(63, 96, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(63, 96, 255, 0.94) 0%,
    rgba(63, 96, 255, 0.896) 4.1%,
    rgba(63, 96, 255, 0.825) 7.2%,
    rgba(63, 96, 255, 0.741) 11.3%,
    rgba(63, 96, 255, 0.648) 16.2%,
    rgba(63, 96, 255, 0.55) 22%,
    rgba(63, 96, 255, 0.45) 28.7%,
    rgba(63, 96, 255, 0.352) 36.3%,
    rgba(63, 96, 255, 0.259) 44.7%,
    rgba(63, 96, 255, 0.175) 54.1%,
    rgba(63, 96, 255, 0.104) 64.3%,
    rgba(63, 96, 255, 0.049) 75.3%,
    rgba(63, 96, 255, 0.013) 87.2%,
    rgba(63, 96, 255, 0) 100%
  );
  display: block;
  top: 34%;
  left: 24%;
  width: 80%;
}
.arrangement-1 .bokeh-spot:nth-child(2) {
  background: radial-gradient(
    circle closest-side,
    #45a8ff 0%,
    rgba(69, 168, 255, 0.987) 3.4%,
    rgba(69, 168, 255, 0.951) 6.9%,
    rgba(69, 168, 255, 0.896) 10.6%,
    rgba(69, 168, 255, 0.825) 14.5%,
    rgba(69, 168, 255, 0.741) 18.8%,
    rgba(69, 168, 255, 0.648) 23.5%,
    rgba(69, 168, 255, 0.55) 28.8%,
    rgba(69, 168, 255, 0.45) 34.6%,
    rgba(69, 168, 255, 0.352) 41.2%,
    rgba(69, 168, 255, 0.259) 48.5%,
    rgba(69, 168, 255, 0.175) 56.7%,
    rgba(69, 168, 255, 0.104) 65.9%,
    rgba(69, 168, 255, 0.049) 76.1%,
    rgba(69, 168, 255, 0.013) 87.4%,
    rgba(69, 168, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(69, 168, 255, 0.94) 0%,
    rgba(69, 168, 255, 0.896) 4.1%,
    rgba(69, 168, 255, 0.825) 7.2%,
    rgba(69, 168, 255, 0.741) 11.3%,
    rgba(69, 168, 255, 0.648) 16.2%,
    rgba(69, 168, 255, 0.55) 22%,
    rgba(69, 168, 255, 0.45) 28.7%,
    rgba(69, 168, 255, 0.352) 36.3%,
    rgba(69, 168, 255, 0.259) 44.7%,
    rgba(69, 168, 255, 0.175) 54.1%,
    rgba(69, 168, 255, 0.104) 64.3%,
    rgba(69, 168, 255, 0.049) 75.3%,
    rgba(69, 168, 255, 0.013) 87.2%,
    rgba(69, 168, 255, 0) 100%
  );
  opacity: 0.75;
  display: block;
  top: 52%;
  left: 40%;
  width: 65%;
}
.arrangement-1 .bokeh-spot:nth-child(3) {
  background: radial-gradient(
    circle closest-side,
    #38d8ff 0%,
    rgba(56, 216, 255, 0.987) 3.4%,
    rgba(56, 216, 255, 0.951) 6.9%,
    rgba(56, 216, 255, 0.896) 10.6%,
    rgba(56, 216, 255, 0.825) 14.5%,
    rgba(56, 216, 255, 0.741) 18.8%,
    rgba(56, 216, 255, 0.648) 23.5%,
    rgba(56, 216, 255, 0.55) 28.8%,
    rgba(56, 216, 255, 0.45) 34.6%,
    rgba(56, 216, 255, 0.352) 41.2%,
    rgba(56, 216, 255, 0.259) 48.5%,
    rgba(56, 216, 255, 0.175) 56.7%,
    rgba(56, 216, 255, 0.104) 65.9%,
    rgba(56, 216, 255, 0.049) 76.1%,
    rgba(56, 216, 255, 0.013) 87.4%,
    rgba(56, 216, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(56, 216, 255, 0.94) 0%,
    rgba(56, 216, 255, 0.896) 4.1%,
    rgba(56, 216, 255, 0.825) 7.2%,
    rgba(56, 216, 255, 0.741) 11.3%,
    rgba(56, 216, 255, 0.648) 16.2%,
    rgba(56, 216, 255, 0.55) 22%,
    rgba(56, 216, 255, 0.45) 28.7%,
    rgba(56, 216, 255, 0.352) 36.3%,
    rgba(56, 216, 255, 0.259) 44.7%,
    rgba(56, 216, 255, 0.175) 54.1%,
    rgba(56, 216, 255, 0.104) 64.3%,
    rgba(56, 216, 255, 0.049) 75.3%,
    rgba(56, 216, 255, 0.013) 87.2%,
    rgba(56, 216, 255, 0) 100%
  );
  opacity: 0.6;
  display: block;
  top: 65%;
  left: 84%;
  width: 90%;
}
.arrangement-2 .bokeh-spot:nth-child(1) {
  background: radial-gradient(
    circle closest-side,
    #3f60ff 0%,
    rgba(63, 96, 255, 0.987) 3.4%,
    rgba(63, 96, 255, 0.951) 6.9%,
    rgba(63, 96, 255, 0.896) 10.6%,
    rgba(63, 96, 255, 0.825) 14.5%,
    rgba(63, 96, 255, 0.741) 18.8%,
    rgba(63, 96, 255, 0.648) 23.5%,
    rgba(63, 96, 255, 0.55) 28.8%,
    rgba(63, 96, 255, 0.45) 34.6%,
    rgba(63, 96, 255, 0.352) 41.2%,
    rgba(63, 96, 255, 0.259) 48.5%,
    rgba(63, 96, 255, 0.175) 56.7%,
    rgba(63, 96, 255, 0.104) 65.9%,
    rgba(63, 96, 255, 0.049) 76.1%,
    rgba(63, 96, 255, 0.013) 87.4%,
    rgba(63, 96, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(63, 96, 255, 0.94) 0%,
    rgba(63, 96, 255, 0.896) 4.1%,
    rgba(63, 96, 255, 0.825) 7.2%,
    rgba(63, 96, 255, 0.741) 11.3%,
    rgba(63, 96, 255, 0.648) 16.2%,
    rgba(63, 96, 255, 0.55) 22%,
    rgba(63, 96, 255, 0.45) 28.7%,
    rgba(63, 96, 255, 0.352) 36.3%,
    rgba(63, 96, 255, 0.259) 44.7%,
    rgba(63, 96, 255, 0.175) 54.1%,
    rgba(63, 96, 255, 0.104) 64.3%,
    rgba(63, 96, 255, 0.049) 75.3%,
    rgba(63, 96, 255, 0.013) 87.2%,
    rgba(63, 96, 255, 0) 100%
  );
  display: block;
  top: 70%;
  left: 44%;
  width: 100%;
}
.arrangement-2 .bokeh-spot:nth-child(2) {
  background: radial-gradient(
    circle closest-side,
    #45a8ff 0%,
    rgba(69, 168, 255, 0.987) 3.4%,
    rgba(69, 168, 255, 0.951) 6.9%,
    rgba(69, 168, 255, 0.896) 10.6%,
    rgba(69, 168, 255, 0.825) 14.5%,
    rgba(69, 168, 255, 0.741) 18.8%,
    rgba(69, 168, 255, 0.648) 23.5%,
    rgba(69, 168, 255, 0.55) 28.8%,
    rgba(69, 168, 255, 0.45) 34.6%,
    rgba(69, 168, 255, 0.352) 41.2%,
    rgba(69, 168, 255, 0.259) 48.5%,
    rgba(69, 168, 255, 0.175) 56.7%,
    rgba(69, 168, 255, 0.104) 65.9%,
    rgba(69, 168, 255, 0.049) 76.1%,
    rgba(69, 168, 255, 0.013) 87.4%,
    rgba(69, 168, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(69, 168, 255, 0.94) 0%,
    rgba(69, 168, 255, 0.896) 4.1%,
    rgba(69, 168, 255, 0.825) 7.2%,
    rgba(69, 168, 255, 0.741) 11.3%,
    rgba(69, 168, 255, 0.648) 16.2%,
    rgba(69, 168, 255, 0.55) 22%,
    rgba(69, 168, 255, 0.45) 28.7%,
    rgba(69, 168, 255, 0.352) 36.3%,
    rgba(69, 168, 255, 0.259) 44.7%,
    rgba(69, 168, 255, 0.175) 54.1%,
    rgba(69, 168, 255, 0.104) 64.3%,
    rgba(69, 168, 255, 0.049) 75.3%,
    rgba(69, 168, 255, 0.013) 87.2%,
    rgba(69, 168, 255, 0) 100%
  );
  opacity: 0.75;
  display: block;
  top: 50%;
  left: 24%;
  width: 65%;
}
.arrangement-2 .bokeh-spot:nth-child(3) {
  background: radial-gradient(
    circle closest-side,
    #38d8ff 0%,
    rgba(56, 216, 255, 0.987) 3.4%,
    rgba(56, 216, 255, 0.951) 6.9%,
    rgba(56, 216, 255, 0.896) 10.6%,
    rgba(56, 216, 255, 0.825) 14.5%,
    rgba(56, 216, 255, 0.741) 18.8%,
    rgba(56, 216, 255, 0.648) 23.5%,
    rgba(56, 216, 255, 0.55) 28.8%,
    rgba(56, 216, 255, 0.45) 34.6%,
    rgba(56, 216, 255, 0.352) 41.2%,
    rgba(56, 216, 255, 0.259) 48.5%,
    rgba(56, 216, 255, 0.175) 56.7%,
    rgba(56, 216, 255, 0.104) 65.9%,
    rgba(56, 216, 255, 0.049) 76.1%,
    rgba(56, 216, 255, 0.013) 87.4%,
    rgba(56, 216, 255, 0) 100%
  );
  background: radial-gradient(
    circle closest-side,
    rgba(56, 216, 255, 0.94) 0%,
    rgba(56, 216, 255, 0.896) 4.1%,
    rgba(56, 216, 255, 0.825) 7.2%,
    rgba(56, 216, 255, 0.741) 11.3%,
    rgba(56, 216, 255, 0.648) 16.2%,
    rgba(56, 216, 255, 0.55) 22%,
    rgba(56, 216, 255, 0.45) 28.7%,
    rgba(56, 216, 255, 0.352) 36.3%,
    rgba(56, 216, 255, 0.259) 44.7%,
    rgba(56, 216, 255, 0.175) 54.1%,
    rgba(56, 216, 255, 0.104) 64.3%,
    rgba(56, 216, 255, 0.049) 75.3%,
    rgba(56, 216, 255, 0.013) 87.2%,
    rgba(56, 216, 255, 0) 100%
  );
  opacity: 0.6;
  display: block;
  top: 30%;
  left: 84%;
  width: 90%;
}
