:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }

svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

/* inter-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-cyrillic-ext-400-normal.f572b170.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-ext-400-normal.2a31c04b.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-cyrillic-400-normal.372704ff.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-400-normal.a6b6ef6f.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-greek-ext-400-normal.4ce1df5d.woff2) format('woff2'), url(/_next/static/media/inter-greek-ext-400-normal.88ede1ea.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-greek-400-normal.d7020e3c.woff2) format('woff2'), url(/_next/static/media/inter-greek-400-normal.cc58c11b.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-vietnamese-400-normal.de4fc44f.woff2) format('woff2'), url(/_next/static/media/inter-vietnamese-400-normal.a9dd2faf.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-latin-ext-400-normal.32a25442.woff2) format('woff2'), url(/_next/static/media/inter-latin-ext-400-normal.4edcaace.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/inter-latin-400-normal.ef6d3f52.woff2) format('woff2'), url(/_next/static/media/inter-latin-400-normal.2c7a775c.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-cyrillic-ext-500-normal.fe0d9b14.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-ext-500-normal.5a6bb1da.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-cyrillic-500-normal.7c15bba8.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-500-normal.b9f8c929.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-greek-ext-500-normal.cbd51e2d.woff2) format('woff2'), url(/_next/static/media/inter-greek-ext-500-normal.7a4aa726.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-greek-500-normal.f41f43db.woff2) format('woff2'), url(/_next/static/media/inter-greek-500-normal.d9a33207.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-vietnamese-500-normal.7c0a695f.woff2) format('woff2'), url(/_next/static/media/inter-vietnamese-500-normal.a3a73b95.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-latin-ext-500-normal.d9b491de.woff2) format('woff2'), url(/_next/static/media/inter-latin-ext-500-normal.a19a84a6.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_next/static/media/inter-latin-500-normal.b7b43ace.woff2) format('woff2'), url(/_next/static/media/inter-latin-500-normal.cb4c8ceb.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-cyrillic-ext-700-normal.74b516d2.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-ext-700-normal.4b4022a6.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-cyrillic-700-normal.e9e5b2dc.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-700-normal.93eba3c3.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-greek-ext-700-normal.827cd618.woff2) format('woff2'), url(/_next/static/media/inter-greek-ext-700-normal.31f1075d.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-greek-700-normal.97f0eeeb.woff2) format('woff2'), url(/_next/static/media/inter-greek-700-normal.5ec6c758.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-vietnamese-700-normal.faf12809.woff2) format('woff2'), url(/_next/static/media/inter-vietnamese-700-normal.bc68b199.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-latin-ext-700-normal.b63daa1a.woff2) format('woff2'), url(/_next/static/media/inter-latin-ext-700-normal.93534b50.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/_next/static/media/inter-latin-700-normal.953b7aa5.woff2) format('woff2'), url(/_next/static/media/inter-latin-700-normal.9c21d4dc.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-cyrillic-ext-800-normal.f639915e.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-ext-800-normal.3a05f45d.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-cyrillic-800-normal.d3e4bc9b.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-800-normal.bb86c191.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-greek-ext-800-normal.b1bb1f29.woff2) format('woff2'), url(/_next/static/media/inter-greek-ext-800-normal.1c557bb5.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-greek-800-normal.c9ed7a45.woff2) format('woff2'), url(/_next/static/media/inter-greek-800-normal.2eee7e9a.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-vietnamese-800-normal.922627b4.woff2) format('woff2'), url(/_next/static/media/inter-vietnamese-800-normal.d7992817.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-latin-ext-800-normal.25d8eff3.woff2) format('woff2'), url(/_next/static/media/inter-latin-ext-800-normal.3359cc45.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/_next/static/media/inter-latin-800-normal.95045d68.woff2) format('woff2'), url(/_next/static/media/inter-latin-800-normal.cbc721b6.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-cyrillic-ext-900-normal.a0d59adc.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-ext-900-normal.9970ddb5.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-cyrillic-900-normal.f285bd7a.woff2) format('woff2'), url(/_next/static/media/inter-cyrillic-900-normal.ffbd8a3a.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-greek-ext-900-normal.8a9b36b9.woff2) format('woff2'), url(/_next/static/media/inter-greek-ext-900-normal.531bcee7.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-greek-900-normal.46b66369.woff2) format('woff2'), url(/_next/static/media/inter-greek-900-normal.9ae3a3c5.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-vietnamese-900-normal.e639b65a.woff2) format('woff2'), url(/_next/static/media/inter-vietnamese-900-normal.2b782045.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-latin-ext-900-normal.9c0fc2c7.woff2) format('woff2'), url(/_next/static/media/inter-latin-ext-900-normal.0efdb307.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-900-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/_next/static/media/inter-latin-900-normal.2a8028ec.woff2) format('woff2'), url(/_next/static/media/inter-latin-900-normal.fa252135.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
.gtm_hiddenIframe__bxvzg {
    display: none;
    visibility: hidden;
  }
  
:root {
  --font-dm-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --app-bg: #f6f3ff;
  --app-surface: rgba(255, 255, 255, 0.94);
  --app-surface-soft: #f1ebff;
  --app-surface-muted: #e7ddfb;
  --app-border: rgba(93, 51, 148, 0.16);
  --app-text: #171329;
  --app-text-muted: #615876;
  --app-shadow: 0 22px 58px rgba(49, 22, 91, 0.13);
  --app-brand: #6c2aa0;
  --app-brand-dark: #36105f;
  --app-brand-light: #9b5cff;
  --app-mint: #79e7b1;
  --app-orange: #ff7557;
  --app-blue: #0b7cff;
  --app-glow: rgba(144, 81, 255, 0.28);
  --chart-grid: rgba(87, 70, 126, 0.16);
  --chart-axis: #74698e;
  --table-stripe: rgba(108, 42, 160, 0.045);
  --table-hover: rgba(108, 42, 160, 0.09);
  --bg: var(--app-bg);
  --panel: var(--app-surface);
  --ink: var(--app-text);
  --muted: var(--app-text-muted);
  --brand: var(--app-brand);
  --brand-2: var(--app-brand-light);
  --outline: var(--app-border);
  --shadow: var(--app-shadow);
  --radius: 20px;
}

/* Reset margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Set default font and background */
body {
  font-family: var(--font-dm-sans);
  background:
    radial-gradient(circle at 18% -12%, rgba(155, 92, 255, 0.2), transparent 32rem),
    radial-gradient(circle at 92% 4%, rgba(11, 124, 255, 0.14), transparent 30rem),
    linear-gradient(135deg, #fbfaff 0%, var(--app-bg) 45%, #efe8ff 100%) !important;
  color: var(--app-text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(108, 42, 160, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 42, 160, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

body,
.MuiPaper-root,
.MuiCard-root,
.MuiDrawer-paper,
.MuiAppBar-root,
.MuiDialog-paper,
.MuiMenu-paper,
.MuiPopover-paper,
.MuiButton-root,
.MuiInputBase-root,
.MuiTableRow-root,
.MuiChip-root {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.MuiButton-containedPrimary {
  background: linear-gradient(135deg, var(--app-brand-light), var(--app-brand)) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(108, 42, 160, 0.25) !important;
}

.MuiButton-containedPrimary:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--app-brand-light) 94%, #ffffff), var(--app-brand-dark)) !important;
  color: #ffffff !important;
}

.MuiButton-containedPrimary.Mui-disabled {
  background: linear-gradient(135deg, rgba(155, 92, 255, 0.34), rgba(108, 42, 160, 0.26)) !important;
  color: rgba(54, 16, 95, 0.62) !important;
  box-shadow: none !important;
}

html[data-theme='dark'] body {
  background:
    radial-gradient(circle at 18% -12%, rgba(155, 92, 255, 0.24), transparent 30rem),
    radial-gradient(circle at 88% 2%, rgba(11, 124, 255, 0.18), transparent 32rem),
    linear-gradient(135deg, #0b0614 0%, var(--app-bg) 46%, #170a2b 100%) !important;
}

.MuiPaper-root,
.MuiCard-root {
  -webkit-backdrop-filter: saturate(1.12) blur(10px);
          backdrop-filter: saturate(1.12) blur(10px);
}

.MuiPaper-root:not(.MuiAlert-root),
.MuiCard-root {
  border-color: var(--app-border);
}

html[data-theme='dark'] .MuiPaper-root:not(.MuiAlert-root),
html[data-theme='dark'] .MuiCard-root,
html[data-theme='dark'] .MuiDialog-paper,
html[data-theme='dark'] .MuiMenu-paper,
html[data-theme='dark'] .MuiPopover-paper {
  background-image: none !important;
  background-color: var(--app-surface) !important;
  color: var(--app-text) !important;
  border-color: var(--app-border) !important;
}

html[data-theme='dark'] .recharts-surface text {
  fill: var(--chart-axis);
}

html[data-theme='dark'] .recharts-cartesian-grid line {
  stroke: var(--chart-grid);
}

html[data-theme='dark'] .MuiInputBase-root,
html[data-theme='dark'] .MuiOutlinedInput-root,
html[data-theme='dark'] .MuiSelect-select,
html[data-theme='dark'] textarea,
html[data-theme='dark'] input {
  background-color: color-mix(in srgb, var(--app-surface-soft) 70%, transparent) !important;
  color: var(--app-text) !important;
}

html[data-theme='dark'] .MuiOutlinedInput-notchedOutline {
  border-color: var(--app-border) !important;
}

html[data-theme='dark'] .MuiToggleButtonGroup-root {
  background-color: rgba(42, 26, 56, 0.72);
  border-radius: 12px;
}

html[data-theme='dark'] .MuiToggleButton-root {
  background-color: rgba(26, 16, 36, 0.92) !important;
  border-color: var(--app-border) !important;
  color: var(--app-text-muted) !important;
}

html[data-theme='dark'] .MuiToggleButton-root:hover {
  background-color: rgba(155, 107, 176, 0.18) !important;
  color: var(--app-text) !important;
}

html[data-theme='dark'] .MuiToggleButton-root.Mui-selected {
  background:
    linear-gradient(135deg, rgba(132, 207, 164, 0.22), rgba(155, 107, 176, 0.34)),
    rgba(62, 39, 80, 0.98) !important;
  color: #f4efff !important;
  border-color: rgba(214, 185, 230, 0.3) !important;
}

html[data-theme='dark'] .MuiCircularProgress-root {
  color: var(--app-brand-light) !important;
}

html[data-theme='dark'] .MuiSkeleton-root {
  background-color: rgba(214, 185, 230, 0.12) !important;
}

html[data-theme='dark'] .MuiTableCell-root {
  color: var(--app-text) !important;
  border-color: var(--app-border) !important;
}

html[data-theme='dark'] [class*='Card'],
html[data-theme='dark'] [class*='card'],
html[data-theme='dark'] [class*='Panel'],
html[data-theme='dark'] [class*='panel'],
html[data-theme='dark'] [class*='Table'],
html[data-theme='dark'] [class*='table'],
html[data-theme='dark'] [class*='Container'],
html[data-theme='dark'] [class*='container'],
html[data-theme='dark'] [class*='Loading'],
html[data-theme='dark'] [class*='loading'],
html[data-theme='dark'] [class*='Skeleton'],
html[data-theme='dark'] [class*='skeleton'],
html[data-theme='dark'] [class*='Empty'],
html[data-theme='dark'] [class*='empty'],
html[data-theme='dark'] [class*='Error'],
html[data-theme='dark'] [class*='error'] {
  border-color: var(--app-border);
}

html[data-theme='dark'] [class*='Card']:not([class*='sidebarLogo']):not([class*='badge']):not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='card']:not([class*='sidebarLogo']):not([class*='badge']):not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Panel']:not([class*='button']),
html[data-theme='dark'] [class*='panel']:not([class*='button']),
html[data-theme='dark'] [class*='Table']:not([class*='button']),
html[data-theme='dark'] [class*='table']:not([class*='button']),
html[data-theme='dark'] [class*='Loading']:not([class*='button']),
html[data-theme='dark'] [class*='loading']:not([class*='button']),
html[data-theme='dark'] [class*='Skeleton']:not([class*='button']),
html[data-theme='dark'] [class*='skeleton']:not([class*='button']),
html[data-theme='dark'] [class*='Empty']:not([class*='button']),
html[data-theme='dark'] [class*='empty']:not([class*='button']),
html[data-theme='dark'] [class*='Error']:not([class*='button']),
html[data-theme='dark'] [class*='error']:not([class*='button']) {
  background-color: var(--app-surface) !important;
  background-image: none !important;
  color: var(--app-text) !important;
}

html[data-theme='dark'] [class*='Page']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='page']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Shell']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='shell']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Wrapper']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='wrapper']:not([class*='Button']):not([class*='button']) {
  background-color: var(--app-bg) !important;
  background-image: none !important;
  color: var(--app-text) !important;
}

html[data-theme='dark'] [class*='Hero']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='hero']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Controls']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='controls']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Banner']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='banner']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Notice']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='notice']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Workspace']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='workspace']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Option']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='option']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Step']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='step']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Row']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='row']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='Tile']:not([class*='Button']):not([class*='button']),
html[data-theme='dark'] [class*='tile']:not([class*='Button']):not([class*='button']) {
  border-color: var(--app-border) !important;
  background-color: var(--app-surface) !important;
  background-image: none !important;
  color: var(--app-text) !important;
}

html[data-theme='dark'] [class*='Hero'] *,
html[data-theme='dark'] [class*='hero'] *,
html[data-theme='dark'] [class*='Controls'] *,
html[data-theme='dark'] [class*='controls'] *,
html[data-theme='dark'] [class*='Banner'] *,
html[data-theme='dark'] [class*='banner'] *,
html[data-theme='dark'] [class*='Notice'] *,
html[data-theme='dark'] [class*='notice'] *,
html[data-theme='dark'] [class*='Workspace'] *,
html[data-theme='dark'] [class*='workspace'] *,
html[data-theme='dark'] [class*='Option'] *,
html[data-theme='dark'] [class*='option'] *,
html[data-theme='dark'] [class*='Step'] *,
html[data-theme='dark'] [class*='step'] *,
html[data-theme='dark'] [class*='Row'] *,
html[data-theme='dark'] [class*='row'] *,
html[data-theme='dark'] [class*='Tile'] *,
html[data-theme='dark'] [class*='tile'] * {
  color: inherit;
}

html[data-theme='dark'] [class*='Header'],
html[data-theme='dark'] [class*='header'],
html[data-theme='dark'] [class*='Body'],
html[data-theme='dark'] [class*='body'],
html[data-theme='dark'] [class*='Content'],
html[data-theme='dark'] [class*='content'] {
  color: inherit;
}

html[data-theme='dark'] [class*='Title'],
html[data-theme='dark'] [class*='title'],
html[data-theme='dark'] [class*='Heading'],
html[data-theme='dark'] [class*='heading'],
html[data-theme='dark'] h1,
html[data-theme='dark'] h2,
html[data-theme='dark'] h3,
html[data-theme='dark'] h4,
html[data-theme='dark'] h5,
html[data-theme='dark'] h6 {
  color: var(--app-text);
}

html[data-theme='dark'] [class*='Description'],
html[data-theme='dark'] [class*='description'],
html[data-theme='dark'] [class*='Subtitle'],
html[data-theme='dark'] [class*='subtitle'],
html[data-theme='dark'] [class*='Meta'],
html[data-theme='dark'] [class*='meta'],
html[data-theme='dark'] [class*='Muted'],
html[data-theme='dark'] [class*='muted'] {
  color: var(--app-text-muted);
}

html[data-theme='dark'] [class*='Value'],
html[data-theme='dark'] [class*='value'],
html[data-theme='dark'] [class*='Score'],
html[data-theme='dark'] [class*='score'],
html[data-theme='dark'] [class*='Metric'],
html[data-theme='dark'] [class*='metric'],
html[data-theme='dark'] [class*='Amount'],
html[data-theme='dark'] [class*='amount'],
html[data-theme='dark'] [class*='Count'],
html[data-theme='dark'] [class*='count'] {
  color: var(--app-text) !important;
}

html[data-theme='dark'] [class*='Card'] strong,
html[data-theme='dark'] [class*='card'] strong,
html[data-theme='dark'] [class*='Panel'] strong,
html[data-theme='dark'] [class*='panel'] strong,
html[data-theme='dark'] [class*='Hero'] strong,
html[data-theme='dark'] [class*='hero'] strong,
html[data-theme='dark'] [class*='Title'],
html[data-theme='dark'] [class*='title'] {
  color: var(--app-text) !important;
}

html[data-theme='dark'] [class*='Card'] p,
html[data-theme='dark'] [class*='card'] p,
html[data-theme='dark'] [class*='Panel'] p,
html[data-theme='dark'] [class*='panel'] p,
html[data-theme='dark'] [class*='Hero'] p,
html[data-theme='dark'] [class*='hero'] p,
html[data-theme='dark'] [class*='Copy'],
html[data-theme='dark'] [class*='copy'],
html[data-theme='dark'] [class*='Note'],
html[data-theme='dark'] [class*='note'] {
  color: var(--app-text-muted) !important;
}

@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 1000;
}

@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans/DMSans-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 100 1000;
}

