
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #161616;
--neutral-1: #202020;
--neutral-2: #646464;
--neutral-3: #838383;
--neutral-4: #8D8D8D;
--neutral-5: #BBBBBB;
--neutral-6: #CECECE;
--neutral-7: #D9D9D9;
--neutral-8: #E0E0E0;
--neutral-9: #E8E8E8;
--neutral-10: #F0F0F0;
--neutral-11: #F9F9F9;
--neutral-12: #FCFCFC;
--white: #ffffff;
--brand-1: #121211;
--brand-2: #1B1A17;
--brand-3: #24231F;
--brand-4: #2D2B26;
--brand-5: #38352E;
--brand-6: #444039;
--brand-7: #544F46;
--brand-8: #696256;
--brand-9: #978365;
--brand-10: #A39073;
--brand-11: #CBB99F;
--brand-12: #E8E2D9;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-figtree: 'Figtree',sans-serif;
--font-instrumentserif: 'Instrument Serif',serif;
--font-sourcecodepro: 'Source Code Pro',monospace;
--font-dmmono: 'DM Mono',monospace;
--font-ptmono: 'PT Mono',monospace;
--font-bmono: 'B612 Mono',monospace;
--font-firamono: 'Fira Mono',monospace;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --light: 300;
--normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 100vw;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--container-main: 90rem;
    /* 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;
    }
  }
}

      
  .dlpTJa {
    flex:;
  width:100%;
  background:#F2F2F2;
  min-height:100%;
  font-family:Inter;
  }
      

      
        
        
      
      
  .eqbUsX {
    display:flex;
  row-gap:3rem;
  column-gap:3rem;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  flex:1  ;
  width:100%;
  animation:1s ease 0ms 1 normal none running animation-evboMM;
  }
      

      
        
                  @keyframes animation-evboMM {
                    
                        0% {
                          top: 5rem;
                        }
                        

                        0% {
                          opacity: 0;
                        }
                        

                        40% {
                          opacity: 0;
                        }
                        

                        100% {
                          top: 0rem;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dJBXZI {
    font-size:clamp(2rem, calc(1rem + 3vw), 4.2rem);
  font-family:Inter;
  font-weight:var(--semi);
  line-height:90%;
  white-space:normal;
  letter-spacing:-3px;
  text-transform:uppercase;
  flex-wrap:wrap;
  }
      

      
        
        
      
      
  .remakehome\:R1TIRiLG6WBI1ltHUyd1O {
    text-align:center;
  color:var(--white);
  flex-wrap:wrap;
  max-width:100%;
  }
      

      
        
        
      
      
  .cbdIN {
    width:100%;
  background:;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:start;
  }
      

      
        
        
      
      
  .remakehome\:_wCahnFFNgxP7UIls5mef {
    display:flex;
  min-height:100svh;
  align-items:center;
  justify-content:center;
  background: #000000;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
        
      
      
  .ehwUPV {
    max-width:100%;
  }
      

      
        
        
      
      
  .XpGkV {
    position:relative;
  right:0px;
  left:0px;
  bottom:0px;
  align-items:center;
  justify-content:center;
  display:flex;
  top:0px;
  z-index:1;
  width:100%;
  flex:1  ;
  }
      

      
        
        
      
      
  .LxHKv {
    display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  color:inherit;
  }
      

      
        
        
      
      
  .bQzaZR {
    display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
  }
      

      
        
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
        
      
      
  .djWxcH {
    color:inherit;
  font-size:1.5rem;
  text-align:center;
  font-family:Instrument Serif;
  font-weight:var(--medium);
  line-height:100%;
  font-style:italic;
  }
      

      
        
        
      
      
  .caKKhZ {
    color:inherit;
  font-size:1rem;
  text-align:center;
  font-family:Inter;
  font-weight:var(--medium);
  line-height:100%;
  text-transform:uppercase;
  }
      

      
        
        
      
      
  .remakehome\:M1G2gXMRCDakFUgRxi3Eo {
    color:#ffffff;
  }
      

      
        
        
      
      
  .dFqlbr {
    position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:3;
  opacity:1;
  }
      

      
        
        
      
      
  .bJryHD {
    flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  display:flex;
  width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .Isqui {
    font-size:var(--text-xs);
  text-align:center;
  font-family:inherit;
  color:#707070;
  }
      

      
        
        
      