/* inter-100 - latin_latin-ext */
@font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 100;
     src: url('fonts/inter-v12-latin_latin-ext-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-100.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-200 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 200;
     src: url('fonts/inter-v12-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-300 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 300;
     src: url('fonts/inter-v12-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-regular - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 400;
     src: url('fonts/inter-v12-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-500 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 500;
     src: url('fonts/inter-v12-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-600 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 600;
     src: url('fonts/inter-v12-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-700 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 700;
     src: url('fonts/inter-v12-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-800 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 800;
     src: url('fonts/inter-v12-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-900 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 900;
     src: url('fonts/inter-v12-latin_latin-ext-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('fonts/inter-v12-latin_latin-ext-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
  /* material-symbols-rounded-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/material-symbols-rounded-v99-latin-100.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-100.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-100.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/material-symbols-rounded-v99-latin-200.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-200.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-200.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/material-symbols-rounded-v99-latin-300.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-300.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/material-symbols-rounded-v99-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-regular.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/material-symbols-rounded-v99-latin-500.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-500.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-500.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/material-symbols-rounded-v99-latin-600.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-600.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/material-symbols-rounded-v99-latin-700.eot'); /* IE9 Compat Modes */
    src: url('fonts/material-symbols-rounded-v99-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/material-symbols-rounded-v99-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/material-symbols-rounded-v99-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/material-symbols-rounded-v99-latin-700.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  .material-symbols-rounded {
     font-family: 'Material Symbols Rounded';
     font-weight: normal;
     font-style: normal;
     font-size: 2rem;
     line-height: 1;
     letter-spacing: normal;
     text-transform: none;
     display: inline-block;
     white-space: nowrap;
     word-wrap: normal;
     direction: ltr;
     -moz-font-feature-settings: 'liga';
     -moz-osx-font-smoothing: grayscale;
 }

 :root {
     --green: #8FB73E;
     /* --green: #7FB539; */
     /* --green: #94C947; */
     --green-text: #75a746;
     --green-text: #7FB539;
     --moss: #1A2027;
     --moss-alt: #232b35;
     --dark-blue: #002846;
     --off-white: #efeef1;
     --border-radius-l: 1.5rem;
     --border-radius-xl: calc(var(--border-radius-l) + .5rem);
     --border-radius-m: calc(var(--border-radius-l) - .5rem);
     --border-radius-s: calc(var(--border-radius-m) - .25rem);
     --border-radius-xs: calc(var(--border-radius-s) - .15rem);
     font-size: 12pt;
 }
 html {
     overflow: hidden;
     width: 100vw;
     height: 100vh;
 }
 body {
     overflow-y: auto;
     overflow-x: hidden;
     width: 100vw;
     height: 100vh;
 }
 
 * {
     font-synthesis: none;
     font-kerning: auto;
     direction: ltr;
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
     font-feature-settings: "tnum";
     -moz-font-feature-settings: "tnum";
     scrollbar-face-color: var(--moss-alt);
     scrollbar-track-color: transparent;
     scrollbar-color: var(--moss-alt) transparent;
     scrollbar-width: thin;
     -webkit-font-smoothing: antialiased !important;
     -moz-osx-font-smoothing: grayscale !important;
     font-weight: 500;
     
   }
   
   /* ::-moz-selection {
       color: var(--background);
       background: var(--foreground)
   }
   
   ::selection {
       color: var(--background);
       background: var(--foreground)
   } */
   ::-webkit-scrollbar {
     width: 0.4rem;
   }
   
   ::-webkit-scrollbar-track {
     background: transparent;
     border-radius: 1rem;
   }
   
   ::-webkit-scrollbar-thumb {
     background: var(--moss-alt);
     border-radius: 1rem;
   }
   
   ::-webkit-scrollbar-thumb:hover {
     background: var(--moss-alt);
   }
   