
@layer base {
  
  body, :host {
    /* Color */
      --bg: #0a0a0a;
--bg-sec: #171717;
--border: #262626;
--text: #f5f5f5;
--text-sec: #a3a3a3;
  /* Fonts */
    

    /* Font size */
    
    /* Font weight */
    
    /* 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;
    }
  }
}

      
  .eQMClk {
    color:var(--text);
  width:100%;
  background:var(--bg);
  padding-top:7rem;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
        
      
      
  .hBOSG {
    font-size:2.5rem;
  font-weight:600;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .fhDrcV {
    color:var(--text-sec);
  width:100%;
  display:flex;
  position:relative;
  flex-wrap:wrap;
  max-width:1000px;
  align-items:center;
  margin-left:auto;
  padding-top:4rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:2rem;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .fepImD {
    font-size:0.875rem;
  }
      

      
        
        
      
      
  .bDHDwq {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      