
@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;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--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;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--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;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--line: #242424;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;

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

      
  .EIjkV {
    color:#ffffff;
  width:100%;
  height:100%;
  display:flex;
  background: black;
  min-height:100%;
  overflow-x:hidden;
  overflow-y:clip;
  align-items:center;
  justify-content:start;
  scrollbar-width:none;
  }
      
.EIjkV::-webkit-scrollbar {
  width: 0;
}


      
          @media (max-width: 641px) {
            
  .EIjkV {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .pZmWW {
    color:var(--grey-400);
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.2px;
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
        
      
      
  .dkzanc {
    display:flex;
  background: #000000;
  align-items:center;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:center;
  border-bottom-color:var(--line);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .dUgIlw {
    color:#fff;
  display:flex;
  font-size:1.125rem;
  background: #000000;
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-weight:500;
  padding-top:0.75rem;
  border-color:var(--grey-700);
  border-style:solid;
  border-width:2.5px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
  .dUgIlw:hover {
    opacity:0.9;
  }
      

        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bUnXFP {
    color:inherit;
  width:var(--size);
  height:var(--size);
  align-items:center;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
  
      

        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  .HomePage\:-satsxMZOtRbuH52t9QiN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cUGNnS {
    width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bzQgkc {
    color:#ffffff;
  display:flex;
  font-size:0.75rem;
  align-items:center;
  font-weight:700;
  padding-top:0.35rem;
  padding-left:0.75rem;
  border-radius:9999px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.35rem;
  background-color:var(--purple-700, #6D28D9);
  }
      

      
        
      
      
  .bbPeqD {
    gap:0.35rem;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bfzZnQ {
    color:var(--grey-400);
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.4px;
  }
      

      
        
      
      
  .eQaEoL {
    display:flex;
  row-gap:0.65rem;
  flex-wrap:wrap;
  font-size:1rem;
  background: var(--purple-600);
  column-gap:0.65rem;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  padding-top:0.35rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2px;
  padding-left:0.85rem;
  padding-right:0.85rem;
  flex-direction:row;
  letter-spacing:-0.3px;
  padding-bottom:0.35rem;
  justify-content:start;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
          @media (max-width: 641px) {
            
  .eQaEoL {
    row-gap:0.5rem;
  font-size:3.5vw;
  column-gap:0.5rem;
  padding-top:0.2rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.2rem;
  }
      

          }
          
        
      
      
  .bhdcbE {
    color:transparent;
  display:block;
  font-size:3rem;
  background:linear-gradient(#ffffff 0%, #ffffff 45%, #454545 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-weight:800;
  border-style:solid;
  border-width:0px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  letter-spacing:-2px;
  background-clip:text;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cZtAmr {
    border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  .cZtAmr {
    border-color:#00000000;
  border-style:solid;
  border-width:0px;
  }
      

          }
          
        
      
      
  .eAmPlw {
    top:0px;
  width:100%;
  height:5rem;
  display:flex;
  z-index:99999;
  position:fixed;
  background:linear-gradient(#000000 30%, #00000099 66%, #00000000 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  backdrop-filter:blur(20px);
  justify-content:space-between;
  border-bottom-color:#ffffff1c;
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
          @media (min-width: 640px) {
            
  .eAmPlw {
    height:5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .eAmPlw {
    height:5rem;
  padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .czxaih {
    gap:0.25rem;
  color:var(--grey-300);
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bUvphJ {
    color:var(--grey-300);
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cYNPwp {
    width:10rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bdDNeT {
    gap:0.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bNoauU {
    gap:0.75rem;
  width:10rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .cIGRmC {
    gap:0.4rem;
  color:var(--grey-800, #262626);
  width:fit-content;
  cursor:pointer;
  display:flex;
  font-size:13.5px;
  box-shadow:1px 4px 5px 0px #00000008;
  transition:scale 100ms ease 0ms normal, background-color 200ms ease 0ms normal, border-color 200ms ease 0ms normal, color 300ms ease 0ms normal;
  align-items:center;
  padding-top:0.4rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1.5px;
  padding-left:0.5rem;
  border-radius:9px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.4rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .cIGRmC.dark {
    color:var(--grey-50, #FAFAFA);
  box-shadow:1px 4px 8px 0px #ffffff05;
  border-color:var(--grey-750, #333333);
  border-style:solid;
  border-width:1.5px;
  background-color:var(--grey-850, #1f1f1f);
  }
      


  .cIGRmC.plain {
    padding-left:0.75rem;
  padding-right:0.75rem;
  }
      


  .cIGRmC.highlighted {
    color:#ffffff;
  border-color:var(--purple-500, #8B5CF6);
  border-style:solid;
  border-width:1.5px;
  background-color:var(--purple-700, #6D28D9);
  }
      


  .cIGRmC.flat {
    box-shadow:0px 0px 0px 0px #00000000;
  border-color:#00000000;
  border-style:solid;
  border-width:;
  background-color:inherit;
  }
      


  .cIGRmC:disabled {
    opacity:0.5;
  }
      


  .cIGRmC.icon-only {
    padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .YcpG {
    top:1px;
  left:1px;
  right:1px;
  bottom:1px;
  position:absolute;
  transition:all 300ms ease 0ms ;
  align-items:center;
  border-radius:7px;
  justify-content:center;
  background-color:inherit;
  }
      

      
  .YcpG.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  
      

      
        
      
      
  .deEixT {
    gap:2rem;
  display:none;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .deEixT {
    display:flex;
  }
      

          }
          
        
      
      
  .eFTsHy {
    color:#ffffff;
  box-sizing:border-box;
  }
      

      
        
      
      
  .cjfzpq {
    color:#fff;
  display:block;
  font-size:1.25rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .TDkZH {
    display:flex;
  row-gap:0.25rem;
  column-gap:0.25rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .coSzCL {
    border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
      
      
  .bqUhra {
    width:100%;
  height:100%;
  display:flex;
  row-gap:0.45rem;
  flex-grow:1;
  column-gap:0.45rem;
  align-items:start;
  flex-shrink:1;
  justify-content:start;
  }
      

      
        
      
      
  .dOveab {
    padding-top:0.15rem;
  }
      

      
        
      
      
  .fsrhSM {
    gap:0.5rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bqZrqn {
    width:100%;
  max-width:8rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Sgqwh {
    color:#ffffff;
  width:100%;
  display:flex;
  padding:1.5rem;
  max-width:28rem;
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  max-height:999999px;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms ;
  border-color:#262626;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#171717;
  }
      

      
        
      
      
  .bwQNwg {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  flex-grow:1;
  max-width:25rem;
  background: #ffffff1a;
  column-gap:1rem;
  flex-basis:1px;
  align-items:center;
  flex-shrink:1;
  padding-top:1rem;
  border-color:#333333;
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  backdrop-filter:blur(30px);
  justify-content:start;
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:0rem;
  border-bottom-right-radius:0rem;
  }
      

      
        
      
      
  .cIuaux {
    color:var(--grey-400);
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .egYAZN {
    gap:0.75rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .fqCQwc {
    width:100%;
  display:block;
  flex-grow:1;
  font-size:0.875rem;
  flex-shrink:1;
  font-weight:700;
  white-space:pre;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eSskTm {
    gap:1px;
  width:100%;
  display:grid;
  z-index:999;
  background: var(--line);
  flex-direction:row;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

      
          @media (min-width: 1024px) {
            
  .eSskTm {
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cpLZZz {
    width:100%;
  display:block;
  font-size:0.75rem;
  font-family:'Geist Mono';
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fnmOVj {
    display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cxXYyo {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .cxXYyo {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .dKiLLH {
    width:100%;
  padding-left:1rem;
  padding-right:1rem;
  border-bottom-color:var(--line);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cbpCFx {
    color:#ffffff;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .eGwese {
    color:translate;
  display:block;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ccJawg {
    width:24px;
  height:24px;
  }
      

      
          @media (max-width: 641px) {
            
  .ccJawg {
    width:6vw;
  height:6vw;
  }
      

          }
          
        
      
      
  .dRGtYP {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eLVlSN {
    width:100%;
  display:flex;
  row-gap:0.35rem;
  column-gap:0.35rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .HomePage\:DW823rNup8BtusGrUgnNi {
    color:var(--purple-500);
  display:flex;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .bjBcEK {
    width:100%;
  height:100%;
  border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
      
      
  .dmuCaj {
    display:block;
  font-size:1.125rem;
  font-weight:800;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bqFkdU {
    opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  }
      

      
        
      
      
  .dNnCeR {
    width:100%;
  display:flex;
  max-width:75rem;
  align-items:center;
  padding-top:10rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:10rem;
  justify-content:center;
  }
      

      
          @media (max-width: 641px) {
            
  .dNnCeR {
    padding-top:4rem;
  padding-bottom:4rem;
  }
      

          }
          
        
      
      
  .dOhLvo {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .evNpge {
    font-size:1.5rem;
  font-family:inherit;
  font-weight:600;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  .jmtZp {
    width:100%;
  height:15rem;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  background: #1f1f1f;
  column-gap:0.5rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .enZnIJ {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  max-width:30rem;
  column-gap:0.5rem;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .enGNPY {
    gap:2rem;
  display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fklEfx {
    height:1rem;
  opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .fyEcDH {
    gap:0.75rem;
  display:flex;
  background: #000000;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .eruITo {
    display:block;
  font-size:1.1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .cRTPIn {
    gap:0.35rem;
  display:flex;
  font-size:1rem;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .HomePage\:KuLzMb2xvlA_QE-UZLJXE {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bUxqls {
    gap:1.5rem;
  }
      

      
        
      
      
  .doAFct {
    color:#828282;
  width:16px;
  height:16px;
  display:flex;
  transition:color 200ms ease  ;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bkYNOs {
    row-gap:1.5rem;
  column-gap:1.5rem;
  }
      

      
        
      
      
  .cMpkSI {
    color:transparent;
  display:block;
  font-size:10vw;
  background:linear-gradient(#ffffff 0%, #a600ff 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-weight:800;
  border-style:solid;
  border-width:0px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  letter-spacing:-2px;
  background-clip:text;
  }
      

      
          @media (min-width: 640px) {
            
  .cMpkSI {
    font-size:4rem;
  }
      

          }
          

          @media (min-width: 768px) {
            
  
      

          }
          
        
      
      
  .ckQqG {
    width:100%;
  box-sizing:border-box;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .KjbKB {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dTQDFq {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .OoaSB {
    display:flex;
  row-gap:0.35rem;
  column-gap:0.35rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .gmYRC {
    gap:0.75rem;
  display:flex;
  margin-top:auto;
  align-items:center;
  padding-top:1rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-width:1px;
  }
      

      
        
      
      
  .eLMMBW {
    width:fit-content;
  font-size:0.85rem;
  background: #1a1a1a;
  font-family:inherit;
  font-weight:500;
  padding-top:0.35rem;
  border-color:#292929;
  border-style:solid;
  border-width:2px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.35rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
          @media (max-width: 641px) {
            
  .eLMMBW {
    font-size:3.2vw;
  }
      

          }
          
        
      
      
  .djovFd {
    width:100%;
  height:100%;
  display:flex;
  overflow-x:clip;
  overflow-y:scroll;
  align-items:center;
  padding-top:5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:5rem;
  justify-content:start;
  scroll-behavior:smooth;
  }
      

      
          @media (max-width: 641px) {
            
  .djovFd {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .emNmLm {
    color:var(--grey-400);
  width:100%;
  display:block;
  font-size:1.125rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .egsaVY {
    width:100%;
  height:5px;
  background: var(--purple-600);
  box-shadow:0px 0px 20px 0px #8b5cf6;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .ZjCpG {
    width:5rem;
  height:5rem;
  box-shadow:0px 2px 30px 0px #f7df1c91;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dXKZvF {
    width:2rem;
  height:2rem;
  display:flex;
  align-items:center;
  border-radius:1000px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .burQor {
    height:0;;
  position:relative;
  box-sizing:border-box;
  padding-bottom:56.25%;
  }
      

      
        
      
      
  .dnCFuw {
    width:100%;
  display:flex;
  max-width:75rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-top:0rem;
  border-color:var(--line);
  border-style:solid;
  border-width:1px;
  justify-content:start;
  border-top-color:black;
  border-top-style:solid;
  border-top-width:0px;
  }
      

      
          @media (max-width: 641px) {
            
  .dnCFuw {
    border-color:#00000000;
  border-style:solid;
  border-width:0px;
  }
      

          }
          
        
      
      
  .eyICrR {
    gap:0.25rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fCRpuq {
    font-size:0.85rem;
  font-family:inherit;
  font-weight:500;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .bPFooU {
    opacity:1;
  background:radial-gradient(circle, transparent 20%, #000000 20%, #000000 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #000000 20%, #000000 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#161616 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #161616 2px, #000000 2px) -1px 0;
  background-size:50px 50px, 50px 50px, 25px 25px, 25px 25px;
  background-color:#000000;
  border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  .bPFooU {
    border-color:#00000000;
  border-style:solid;
  border-width:0px;
  }
      

          }
          
        
      
      
  .eaeEwQ {
    color:var(--purple-500);
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bACBKv {
    width:100%;
  max-width:75rem;
  }
      

      
        
      
      
  .bskQRz {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background:linear-gradient(transparent 0%, #1f1f1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:end;
  }
      

      
        
      
      
  .ePvpp {
    color:var(--yellow-300);
  }
      

      
        
      
      
  .GycLx {
    color:#fff;
  display:block;
  font-size:0.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .BFasI {
    height:1rem;
  opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-bottom-color:var(--line);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  
      

          }
          
        
      
      
  .dLryAf {
    gap:0.5rem;
  display:flex;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fvAlr {
    color:#ffffff;
  text-align:center;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .cywlEz {
    width:100%;
  height:25rem;
  max-width:30rem;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .eCNGZA {
    gap:0.25rem;
  filter:blur(10px);
  }
      

      
        
      
      
  .Epuuc {
    display:flex;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  aspect-ratio:1 / 1;
  flex-direction:column;
  justify-content:center;
  transition-property:box-shadow;
  border-top-left-radius:26%;
  border-top-right-radius:26%;
  border-bottom-left-radius:26%;
  border-bottom-right-radius:26%;
  }
      

      
  .Epuuc:hover {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
      

        
      
      
  .dZRrIl {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  object-fit:fill;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bFegHP {
    width:100%;
  height:auto;
  position:absolute;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .drIEwX {
    background: #9a42ff80;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  backdrop-filter:blur(20px);
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .cuXPpt {
    color:#ffffff;
  font-size:12px;
  text-align:center;
  font-weight:500;
  text-shadow:1px 4px 8px #00000044;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  .cHysnI {
    width:100%;
  height:100%;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:0%;
  border-top-right-radius:0%;
  border-bottom-left-radius:0%;
  border-bottom-right-radius:0%;
  }
      

      
        
      
      
  .emrFNN {
    gap:0.25rem;
  }
      

      
        
      
      
  .cFpqa {
    width:100%;
  height:100%;
  position:absolute;
  padding-top:2vw;
  padding-left:2vw;
  padding-right:2vw;
  padding-bottom:0vw;
  }
      

      
          @media (min-width: 580px) {
            
  .cFpqa {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0rem;
  }
      

          }
          
        
      
      
  .eaZGiW {
    width:100%;
  height:var(--height);
  display:flex;
  flex-grow:1;
  background:linear-gradient(#f8f7f770 0%, #ffffff00 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  flex-shrink:1;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
        
      
      
  .dIUaGQ {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:2;
  position:absolute;
  background:linear-gradient(#0000001c 0%, #000000 93%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .cOAimY {
    gap:0.15rem;
  }
      

      
        
      
      
  .eOwlPQ {
    width:100%;
  height:100%;
  z-index:1;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .brdTTQ {
    font-size:1rem;
  font-weight:500;
  letter-spacing:-0.15px;
  }
      

      
        
      
      
  .bujPPA {
    gap:0.35rem;
  color:inherit;
  width:fit-content;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fgwmIe {
    gap:1rem;
  width:100%;
  height:100%;
  display:flex;
  z-index:4;
  position:absolute;
  padding-top:4.5rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:0rem;
  }
      

      
          @media (min-width: 400px) {
            
  .fgwmIe {
    padding-top:5.5rem;
  }
      

          }
          
        
      
      
  .djYtbu {
    gap:0.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bGrzPG {
    gap:0rem;
  color:#fdfcfc;
  width:100%;
  height:10rem;
  background:linear-gradient(#9900ff 0%, #2f0070 62%, #0b0019 97%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 40px 0px #ffffff24;
  overflow-x:clip;
  overflow-y:clip;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  backdrop-filter:blur(20px);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
      
      
  .eLnTVu {
    left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:2;
  position:absolute;
  background:linear-gradient(#00000000 0%, #000000b3 93%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .bYUaVr {
    width:100%;
  height:100%;
  object-fit:fill;
  }
      

      
        
      
      
  .buiRJR {
    gap:0.25rem;
  width:100%;
  height:100%;
  display:flex;
  flex-grow:1;
  align-items:end;
  flex-shrink:1;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .chSLsz {
    gap:1.5rem;
  width:100%;
  height:100%;
  display:flex;
  z-index:2;
  padding-top:4.5rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:0rem;
  }
      

      
          @media (min-width: 400px) {
            
  .chSLsz {
    padding-top:5.5rem;
  }
      

          }
          
        
      
      
  .AFESd {
    color:#ffffff;
  font-size:12px;
  text-align:center;
  font-weight:700;
  text-shadow:1px 4px 8px #00000044;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  .zVBDK {
    left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:25%;
  display:flex;
  z-index:9;
  position:absolute;
  background:linear-gradient(#00000000 0%, #0000009c 69%, #000000 93%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .cpakLI {
    width:100%;
  height:100%;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:start;
  background-color:#000000;
  border-top-left-radius:12vw;
  border-top-right-radius:12vw;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
          @media (min-width: 580px) {
            
  .cpakLI {
    border-top-left-radius:4rem;
  border-top-right-radius:4rem;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .mockup\:ofG9yKIwUTRzVDYfFiyAw {
    color:inherit;
  width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  .cNHfWc {
    color:inherit;
  font-size:1rem;
  font-weight:700;
  letter-spacing:-0.15px;
  }
      

      
        
      
      
  .dalWlY {
    color:#ffffffd9;
  display:flex;
  background: white;
  box-shadow:;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  aspect-ratio:1 / 1;
  outline-color:#ffffff85;
  outline-style:solid;
  outline-width:3px;
  flex-direction:column;
  justify-content:center;
  border-top-left-radius:26%;
  border-top-right-radius:26%;
  border-bottom-left-radius:26%;
  border-bottom-right-radius:26%;
  }
      

      
        
      
      
  .bcnHGa {
    gap:1rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

      
        
      
      
  
      

      
          @media (max-width: 500px) {
            
  .HomePage\:Zubar_ALNG6k4pDMahXJg {
    max-height:20rem;
  }
      

          }
          
        
      
      
  .etdIjv {
    gap:2rem;
  width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cHDkgM {
    overflow-x:clip;
  overflow-y:clip;
  border-color:#ffffff17;
  border-style:solid;
  border-width:1.5px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
        
      
      
  .ObJTt {
    gap:1.5rem;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:3rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .ObJTt {
    padding-top:4rem;
  padding-bottom:4rem;
  }
      

          }
          
        
      
      
  .bViMNF {
    gap:0.75rem;
  display:flex;
  background: #000000;
  align-items:center;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .ebuSoS {
    display:block;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eVyHNI {
    display:flex;
  row-gap:0.65rem;
  column-gap:0.65rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .epTrjr {
    gap:0.5rem;
  display:flex;
  border-left:2px solid rgb(61, 61, 61);
  border-style:solid;
  border-width:0px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .esuLKk {
    gap:0.4rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cWJwlS {
    opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  }
      

      
          @media (max-width: 600px) {
            
  .cWJwlS {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .byzpyi {
    width:100%;
  height:100%;
  display:flex;
  opacity:1;
  align-items:center;
  padding-top:3rem;
  padding-left:3rem;
  padding-right:3rem;
  padding-bottom:3rem;
  background-size:14px 14px;
  justify-content:center;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 641px) {
            
  .byzpyi {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

          }
          
        
      
      
  .eOHteg {
    width:100%;
  display:block;
  font-size:0.75rem;
  font-family:'Geist Mono';
  font-weight:400;
  white-space:break-spaces;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .czcusC {
    gap:0.35rem;
  width:fit-content;
  height:3rem;
  display:flex;
  align-items:center;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ejLIFL {
    gap:0.35rem;
  display:flex;
  background: #121212;
  align-items:center;
  padding-top:0.5rem;
  border-color:#333333;
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  border-radius:9999px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:#1A1A1A;
  }
      

      
        
      
      
  .eYqYKO {
    gap:1rem;
  width:fit-content;
  display:flex;
  padding:1.5rem;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .csCVmM {
    color:var(--grey-400);
  display:block;
  font-size:1.125rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  }
      

      
          @media (max-width: 641px) {
            
  .csCVmM {
    max-width:22rem;
  }
      

          }
          
        
      
      
  .dsMKYb {
    gap:1.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
          @media (min-width: 640px) {
            
  .dsMKYb {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .eeKLuT {
    color:#ffffff;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .KjZdV {
    background: #000000;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-left-color:var(--line);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--line);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  .KjZdV {
    border-color:#000000;
  border-style:solid;
  border-width:0px;
  }
      

          }
          
        
      
      
  .eYmzRF {
    gap:0.75rem;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:0.75rem;
  border-color:#292929;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:10px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  background-color:#1c1c1c;
  }
      

      
        
      
      
  .dGhrHi {
    gap:0.75rem;
  display:flex;
  background: #000000;
  align-items:center;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  justify-content:center;
  background-color:#1c1c1c;
  }
      

      
        
      
      
  .RAyIe {
    opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:var(--line);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  .RAyIe {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .beJXQe {
    color:#828282;
  width:16px;
  height:16px;
  display:flex;
  transition:color 200ms ease  ;
  align-items:center;
  justify-content:center;
  }
      

      
  .beJXQe.success {
    color:#3DDC84;
  }
      

        
      
      
  .fAJXWT {
    width:100%;
  display:flex;
  opacity:1;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  padding-top:2.5rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-bottom:0rem;
  justify-content:start;
  background-color:#000000;
  background-image:repeating-radial-gradient( circle at 0 0, transparent 0, #000000 10px ), repeating-linear-gradient( #35353555, #353535 );
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .bYaHse {
    top:0px;
  left:0px;
  width:100%;
  border:0;;
  height:100%;
  position:absolute;
  box-sizing:border-box;
  }
      

      
        
      
      
  .bxYoej {
    color:#ffffff;
  font-size:13px;
  font-family:inherit;
  font-weight:700;
  letter-spacing:-0.3px;
  }
      

      
        
      
      
  .cRDSCy {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background: #000000;
  column-gap:1rem;
  align-items:center;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .eOHdz {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dHVauf {
    width:100%;
  display:flex;
  padding-top:0rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0rem;
  justify-content:center;
  }
      

      
        
      
      
  .fuZiNB {
    color:var(--grey-400);
  width:100%;
  display:flex;
  flex-grow:1;
  flex-wrap:wrap;
  font-size:1.35rem;
  text-align:center;
  align-items:start;
  flex-shrink:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  justify-content:center;
  }
      

      
          @media (max-width: 641px) {
            
  .fuZiNB {
    font-size:4.25vw;
  max-width:25rem;
  }
      

          }
          
        
      
      
  .EtIPV {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cVBIKU {
    width:100%;
  height:1rem;
  opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .fccQYr {
    height:1rem;
  opacity:1;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:var(--line);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 600px) {
            
  
      

          }
          
        
      
      
  .eRvoOQ {
    display:flex;
  row-gap:0px;
  column-gap:0px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .ejUvsa {
    color:var(--grey-400);
  width:100%;
  display:flex;
  flex-grow:1;
  flex-wrap:wrap;
  font-size:1.125rem;
  text-align:center;
  align-items:start;
  flex-shrink:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.3px;
  justify-content:center;
  }
      

      
          @media (max-width: 641px) {
            
  .ejUvsa {
    max-width:25rem;
  }
      

          }
          
        
      
      
  .bVqfXT {
    color:var(--grey-400);
  display:block;
  font-size:0.8em;
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.15px;
  }
      

      
  
      

        
      
      
  .SOkIu {
    font-size:0.85rem;
  background: var(--purple-600);
  font-family:inherit;
  font-weight:500;
  padding-top:0.45rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2px;
  padding-left:0.85rem;
  padding-right:0.85rem;
  padding-bottom:0.45rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .cBMDcA {
    color:var(--yellow-400);
  width:24px;
  bottom:-5px;
  height:100%;
  display:inline;
  position:relative;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eEYiig {
    width:90%;
  height:5px;
  background: var(--purple-600);
  box-shadow:0px 0px 20px 0px #8b5cf6;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bXrMHq {
    color:#ffffff;
  font-size:1.125rem;
  text-align:center;
  font-weight:400;
  letter-spacing:-1px;
  }
      

      
        
      
      
  .diuwGC {
    font-size:0.85rem;
  background: var(--purple-600);
  font-family:inherit;
  font-weight:500;
  padding-top:0.35rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:2px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.35rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bRhZPU {
    display:block;
  font-size:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bcPMxD {
    width:100%;
  max-width:11rem;
  }
      

      
        
      
      
  .esCJUv {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dePkzx {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cnAoEQ {
    display:flex;
  row-gap:2.5rem;
  column-gap:2.5rem;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .behiUi {
    color:#fff;
  display:block;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.5px;
  }
      

      
        
      
      
  .YReZE {
    display:block;
  flex-grow:1;
  font-size:0.75rem;
  flex-shrink:1;
  font-weight:400;
  white-space:pre-line;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eVYRui {
    width:100%;
  max-width:10rem;
  }
      

      
        
      
      
  .fzsrbr {
    color:inherit;
  display:inline;
  text-align:center;
  }
      

      
        
      
      
  .rdvtJ {
    color:#fff;
  display:flex;
  font-size:1.125rem;
  background: var(--purple-700);
  box-shadow:1px 4px 20px 0px #ffffff1c, 0px 0px 20px 0px #ffffff57 inset;
  align-items:center;
  font-weight:500;
  padding-top:0.75rem;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:3px;
  padding-left:1.5rem;
  border-radius:9999px;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
        
      
      
  .Qvixe {
    width:100%;
  height:100%;
  flex-shrink:1;
  border-color:var(--purple-500);
  border-style:solid;
  border-width:3px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .ffbMol {
    display:flex;
  opacity:1;
  row-gap:3rem;
  column-gap:3rem;
  align-items:center;
  padding-top:3rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:3rem;
  background-size:20px 35px;
  justify-content:center;
  background-color:#000000;
  background-image:linear-gradient(30deg, #100f0f 12%, transparent 12.5%, transparent 87%, #100f0f 87.5%, #100f0f), linear-gradient(150deg, #100f0f 12%, transparent 12.5%, transparent 87%, #100f0f 87.5%, #100f0f), linear-gradient(30deg, #100f0f 12%, transparent 12.5%, transparent 87%, #100f0f 87.5%, #100f0f), linear-gradient(150deg, #100f0f 12%, transparent 12.5%, transparent 87%, #100f0f 87.5%, #100f0f), linear-gradient(60deg, #100f0f77 25%, transparent 25.5%, transparent 75%, #100f0f77 75%, #100f0f77), linear-gradient(60deg, #100f0f77 25%, transparent 25.5%, transparent 75%, #100f0f77 75%, #100f0f77);
  background-position:0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eBAUso {
    opacity:1;
  min-height:25rem;
  padding-left:1rem;
  padding-right:1rem;
  background-size:14px 14px;
  background-color:#000000;
  background-image:repeating-linear-gradient(45deg, #141414 0, #141414 1.4000000000000001px, #000000 0, #000000 50%);
  border-top-color:var(--line);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .fpHpjO {
    gap:0.25rem;
  width:100%;
  display:flex;
  flex-grow:1;
  flex-shrink:1;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eJJpan {
    width:0.15rem;
  height:1rem;
  background: var(--grey-700);
  }
      

      
        
      
      
  .tSRZV {
    font-size:0.85rem;
  background: #363636;
  font-family:inherit;
  font-weight:500;
  padding-top:0.35rem;
  border-color:#525252;
  border-style:solid;
  border-width:2px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.35rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .eIcQma {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bQgPnH {
    color:var(--grey-400);
  display:block;
  text-align:center;
  font-weight:400;
  letter-spacing:-0.2px;
  }
      

      
        
      