:root {
  --brand-blue: #3567b0;
  --brand-green: #48b873;
  --radius-large: 7px;
  --radius-default: 7px;
  --radius-small: 3px;
  --radius-button: 100px;

  /* @link https://utopia.fyi/type/calculator?c=360,14,1.2,1280,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size--2: clamp(0.6076rem, 0.5324rem + 0.3345vw, 0.8rem);
  --font-size--1: clamp(0.7292rem, 0.6232rem + 0.471vw, 1rem);
  --font-size-0: clamp(0.875rem, 0.7283rem + 0.6522vw, 1.25rem);
  --font-size-1: clamp(1.05rem, 0.8495rem + 0.8913vw, 1.5625rem);
  --font-size-2: clamp(1.26rem, 0.9888rem + 1.2054vw, 1.9531rem);
  --font-size-3: clamp(1.512rem, 1.1483rem + 1.6164vw, 2.4414rem);
  --font-size-4: clamp(1.8144rem, 1.3302rem + 2.1519vw, 3.0518rem);
  --font-size-5: clamp(2.1773rem, 1.5366rem + 2.8477vw, 3.8147rem);

  /* @link https://utopia.fyi/space/calculator?c=360,14,1.2,1280,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,&g=s,l,xl,12 */
  --space-3xs: clamp(0.25rem, 0.2255rem + 0.1087vw, 0.3125rem);
  --space-2xs: clamp(0.4375rem, 0.3641rem + 0.3261vw, 0.625rem);
  --space-xs: clamp(0.6875rem, 0.5897rem + 0.4348vw, 0.9375rem);
  --space-s: clamp(0.875rem, 0.7283rem + 0.6522vw, 1.25rem);
  --space-m: clamp(1.3125rem, 1.0924rem + 0.9783vw, 1.875rem);
  --space-l: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
  --space-xl: clamp(2.625rem, 2.1848rem + 1.9565vw, 3.75rem);
  --space-2xl: clamp(3.5rem, 2.913rem + 2.6087vw, 5rem);
  --space-3xl: clamp(5.25rem, 4.3696rem + 3.913vw, 7.5rem);

  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.1033rem + 0.6522vw, 0.625rem);
  --space-2xs-xs: clamp(0.4375rem, 0.2418rem + 0.8696vw, 0.9375rem);
  --space-xs-s: clamp(0.6875rem, 0.4674rem + 0.9783vw, 1.25rem);
  --space-s-m: clamp(0.875rem, 0.4837rem + 1.7391vw, 1.875rem);
  --space-m-l: clamp(1.3125rem, 0.8478rem + 2.0652vw, 2.5rem);
  --space-l-xl: clamp(1.75rem, 0.9674rem + 3.4783vw, 3.75rem);
  --space-xl-2xl: clamp(2.625rem, 1.6957rem + 4.1304vw, 5rem);
  --space-2xl-3xl: clamp(3.5rem, 1.9348rem + 6.9565vw, 7.5rem);
}

html {
  font-size: 100%;
  overscroll-behavior: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Fira Sans', sans-serif;
  font-size: var(--font-size-0);
  line-height: 35px;
  font-weight: 400;
  color: #516677;
  margin: 0;
  padding: 0;
}

body p {
  font-size: var(--font-size-0);
}

:is(h1, h2, h3, h4, p) {
  text-wrap: pretty;
}

body a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

button,
a[role='button'] {
  border-radius: var(--radius-button) !important;
  padding-inline: 0.9em;
}

.green-text {
  color: var(--brand-green);
}

.blue-text {
  color: var(--brand-blue);
}

[id] {
  /* In supported browsers, this will offset the scroll when using #anchor fragments to account for the floating navbar */
  scroll-margin-top: 10rem;
}

@keyframes ldio-ymugsa9m6lb {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-ymugsa9m6lb div {
  left: 112.035px;
  top: 82.005px;
  position: absolute;
  animation: ldio-ymugsa9m6lb linear 0.9803921568627451s infinite;
  background: var(--brand-green);
  width: 6.93px;
  height: 25.41px;
  border-radius: 3.465px / 12.705px;
  transform-origin: 3.465px 33.495px;
}
.ldio-ymugsa9m6lb div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8169934640522876s;
  background: var(--brand-green);
}
.ldio-ymugsa9m6lb div:nth-child(2) {
  transform: rotate(60deg);
  animation-delay: -0.6535947712418301s;
  background: var(--brand-blue);
}
.ldio-ymugsa9m6lb div:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: -0.49019607843137253s;
  background: #099ea2;
}
.ldio-ymugsa9m6lb div:nth-child(4) {
  transform: rotate(180deg);
  animation-delay: -0.32679738562091504s;
  background: var(--brand-green);
}
.ldio-ymugsa9m6lb div:nth-child(5) {
  transform: rotate(240deg);
  animation-delay: -0.16339869281045752s;
  background: var(--brand-blue);
}
.ldio-ymugsa9m6lb div:nth-child(6) {
  transform: rotate(300deg);
  animation-delay: 0s;
  background: #099ea2;
}
.loadingio-spinner-spinner-8ebht98caoc {
  width: 231px;
  height: 231px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-ymugsa9m6lb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ymugsa9m6lb div {
  box-sizing: content-box;
}

.outer-container.carousel + .outer-container.stats > div {
  padding-top: 0;
}
