
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--background: #ffffff;
--base-light: #769D99;
--base: #0F766E;
--base-focus: #0D9488;
--base-dark: #115E59;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-orbitron: 'Orbitron',sans-serif;
--font-parisienne: 'Parisienne',handwriting;
--font-intertight: 'Inter Tight',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bxBztr {
    gap:64px;
  max-width:100%;
  min-height:100%;
  align-items:center;
  justify-content:start;
  background-color:#769D99;
  }
      

      
        
        
      
      
  .fdwKbo {
    color:var(--grey-700, #404040);
  width:16px;
  height:16px;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .fdwKbo:focus {
    outline-color:var(--teal-700, #0F766E);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .gnhJg {
    color:var(--grey-50, #FAFAFA);
  font-size:var(--font-size-xs);
  margin-top:8px;
  }
      

      
        
        
      
      
  .bsGMQD {
    color:#eff1ee;
  width:300px;
  font-size:2.25rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  padding-top:16px;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .cmVDlO {
    color:var(--default-link-color, #2463ebff);
  }
      

      
        
        
      
      
  .cXdBtD {
    color:var(--grey-700, #404040);
  display:inline-block;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  .fvRstw {
    gap:16px;
  color:var(--grey-100, #F5F5F5);
  width:100%;
  cursor:pointer;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--teal-700, #0F766E);
  }
      

      
  .fvRstw:hover {
    background-color:var(--teal-600, #0D9488);
  }
      

        
        
      
      
  .djXKTp {
    color:var(--grey-700, #404040);
  width:100%;
  height:32px;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .djXKTp:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .Gfnov {
    align-items:center;
  padding-top:16px;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
        
      
      
  .cHDZPt {
    color:var(--grey-700, #404040);
  display:inline-block;
  font-size:0.6rem;
  }
      

      
        
        
      
      
  .bXPzpc {
    gap:8px;
  color:var(--grey-100, #F5F5F5);
  display:flex;
  font-size:var(--font-size-xs);
  margin-top:8px;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  }
      

      
        
        
      
      
  .fiWfzE {
    width:300px;
  font-size:0.9rem;
  font-family:inherit;
  }
      

      
        
        
      
      
  .eMuTLc {
    gap:48px;
  top:0px;
  width:100%;
  height:70px;
  z-index:10;
  position:sticky;
  max-width:100%;
  align-items:start;
  padding-top:12px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  background-color:var(--teal-800, #115E59);
  }
      

      
        
        
      
      
  .hzghL {
    gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dkvKi {
    color:var(--grey-50, #FAFAFA);
  border-radius:8px;
  }
      

      
  .dkvKi.menu-is-closed:hover {
    background-color:var(--teal-700, #0F766E);
  }
      

        
        
      
      
  .cCTDZN {
    gap:40px;
  flex:1;
  width:100%;
  height:48px;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dFNypt {
    color:#ffffff;
  font-size:inherit;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .AfEUL {
    color:var(--grey-700, #404040);
  width:90%;
  display:inline-block;
  flex-wrap:wrap;
  font-size:0.7rem;
  font-family:inherit;
  }
      

      
        
        
      
      
  .dVvHXO {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  align-items:start;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--teal-700, #0F766E);
  }
      

      
  .dVvHXO:hover {
    background-color:var(--teal-600, #0D9488);
  }
      

        
        
      
      
  .fgyqdn {
    color:var(--red-700, #B91C1C);
  display:inline-block;
  font-size:0.8rem;
  padding-top:8px;
  padding-left:8px;
  border-radius:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--red-300, #FCA5A5);
  }
      

      
        
        
      
      
  .crluct {
    gap:8px;
  width:300px;
  }
      

      
        
        
      