/* montserrat-cyrillic-ext-wght-normal */
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./montserrat-cyrillic-ext-wght-normal.DV_LRdWn.woff2) format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* montserrat-cyrillic-wght-normal */
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./montserrat-cyrillic-wght-normal.D3on441i.woff2) format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* montserrat-vietnamese-wght-normal */
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./montserrat-vietnamese-wght-normal.BcziCZ2I.woff2) format("woff2-variations");
  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;
}
/* montserrat-latin-ext-wght-normal */
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./montserrat-latin-ext-wght-normal.BLkAzDQP.woff2) format("woff2-variations");
  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;
}
/* montserrat-latin-wght-normal */
@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./montserrat-latin-wght-normal.AeMhpAKq.woff2) format("woff2-variations");
  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;
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("./material-symbols-outlined.nv8_JeB4.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

:root {
  --font-primary: "Montserrat Variable", system-ui, Arial, Helvetica, sans-serif;
  --font-icon-material: "Material Symbols Outlined";
  --font-icon-material-variation-l: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  --font-icon-material-variation-xl: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 40;
}

body {
  font-family: var(--font-primary);
}

/* material font variable axes */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}
.material-symbols-outlined.variation-l {
  font-variation-settings: var(--font-icon-material-variation-l);
}
.material-symbols-outlined.variation-xl {
  font-variation-settings: var(--font-icon-material-variation-xl);
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #e11724;
  --color-green: #9bc7b2;
  --color-yellow: #ffd612;
  --color-grey: #999;
  --color-blue: #0f3167;
  --color-orange: #eb6209;
  /* redplant performance widget */
  --color-redplant-grey: #dcddde;
  --color-redplant-dark-light: #2d4462;
  --color-redplant-dark-light-rgb: rgb(45, 68, 98);
  --color-redplant-green: #6bbc7a;
  --color-redplant-red: #f01e23;
  --color-redplant-text-color: var(--color-white);
  --color-redplant-gradient-start: #102a4d;
  --color-redplant-gradient-end: #222830;
  --color-dark-blue: #102A4D;
  --color-dark-black-blue: #222830;
  --color-grey-software: #212428;
  --color-white-grey: #F2F1F1;
  --color-off-white: #d9d9d9;
  --color-white-semi-transparent: #f0f0f0bf;
  --color-primary-16: color-mix(in srgb, var(--color-primary) 16%, white);
  --color-primary-24: color-mix(in srgb, var(--color-primary) 24%, white);
  --color-primary-32: color-mix(in srgb, var(--color-primary) 32%, white);
  --color-primary-48: color-mix(in srgb, var(--color-primary) 48%, white);
  --color-primary-56: color-mix(in srgb, var(--color-primary) 56%, white);
  --color-primary-76: color-mix(in srgb, var(--color-primary) 76%, white);
  --color-primary-80: color-mix(in srgb, var(--color-primary) 80%, white);
  --color-primary-88: color-mix(in srgb, var(--color-primary) 88%, white);
  --color-primary-100: color-mix(in srgb, var(--color-primary) 100%, white);
  --color-secondary-16: color-mix(in srgb, var(--color-secondary) 16%, white);
  --color-secondary-24: color-mix(in srgb, var(--color-secondary) 24%, white);
  --color-secondary-32: color-mix(in srgb, var(--color-secondary) 32%, white);
  --color-secondary-48: color-mix(in srgb, var(--color-secondary) 48%, white);
  --color-secondary-56: color-mix(in srgb, var(--color-secondary) 56%, white);
  --color-secondary-76: color-mix(in srgb, var(--color-secondary) 76%, white);
  --color-secondary-80: color-mix(in srgb, var(--color-secondary) 80%, white);
  --color-secondary-88: color-mix(in srgb, var(--color-secondary) 88%, white);
  --color-secondary-100: color-mix(in srgb, var(--color-secondary) 100%, white);
  --color-gradient: linear-gradient(141deg, #102A4D 20.09%, #222830 82.9%);
  --color-gradient-light: linear-gradient(141deg, #194277 20.09%, #273446 82.9%);
  --color-primary: var(--color-dark-blue);
  --color-secondary: var(--color-grey-software);
  --color-background: var(--color-dark-black-blue);
  --color-text: var(--color-secondary-80);
  --color-disabled: var(--color-secondary-16);
  --color-error: var(--color-redplant-red);
  --color-success: var(--color-green);
}

:root {
  --shadow-input: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  --shadow-cards: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
  -webkit-appearance: button;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}

/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: var(--font-primary);
  color: var(--color-text);
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  background-color: var(--color-white);
}
    main.svelte-18v4nz0 {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
    }
