
  

  
  

  
  
  
  
    


@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;
--r-blue: #2B2D42;
--r-grey: #8D99AE;
--r-red: #EF233C;
--r-yellow: #D4A373;
--r-gold: #F5E960;
--h-black: #0F0F0F;
--h-green: #00FFB3;
--h-pink: #FF0075;
--h-grey: #1F2937;
--h-purple: #7F5AF0;
--h-dark-blue: #061019;
--h-heading-grey: #EDF2F6;
--h-text-grey: #949FA8;
--dark-div: #121D26;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-pressstartp: 'Press Start 2P',display;
--font-vt: 'VT323',monospace;
--font-silkscreen: 'Silkscreen',display;
--font-orbitron: 'Orbitron',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;
--font-rajdhani: 'Rajdhani',sans-serif;
--font-dmsans: 'DM Sans',sans-serif;
--font-outfit: 'Outfit',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;
    }
  }
}


    .cJxNbV {
      color:#fff;
      width:100%;
      display:block;
      overflow:hidden;
      position:relative;
      min-height:100vh;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      background-color:#061019;
    }

    .fryYmr {
      width:100%;
      height:100%;
      display:block;
      opacity:0.9;
      object-fit:cover;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:300ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fryYmr {
      transform:scale(1.05);
    }

    .cOueop {
      color:#cbd5e0;
      display:block;
      font-size:0.875rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .cOGxLz {
      color:#e2e8f0;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

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

    .bOxBfj {
      color:#061019;
      display:flex;
      align-items:center;
      font-weight:600;
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      border-radius:0.75rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      background-color:#00FFB3;
      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);
    }

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

    .WQXVl {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      opacity:0;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:1rem;
      flex-direction:row;
      --tw-gradient-to:transparent;
      background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
      transition-duration:150ms;
      transition-property:opacity;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .WQXVl:hover {
      opacity:1;
    }

    .dkdDvV {
      color:#cbd5e0;
      display:block;
      font-size:0.875rem;
      line-height:1.625;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dYORVJ {
      color:#cbd5e0;
      width:1.25rem;
      height:1.25rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:150ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .dYORVJ {
      transform:rotate(180deg);
    }

    .eDsEku {
      color:#cbd5e0;
      display:block;
      font-size:1.125rem;
      max-width:42rem;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      flex-direction:row;
    }

    .cJKkiG {
      color:#00FFB3;
      width:1.25rem;
      height:1.25rem;
      display:block;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .BzeiY {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      position:absolute;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      pointer-events:none;
      background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
      --tw-gradient-via:transparent;
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .fmaoa-D {
      color:#00FFB3;
      display:block;
      font-size:0.75rem;
      font-weight:500;
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      border-radius:9999px;
      padding-right:0.5rem;
      flex-direction:row;
    }

    .dDChcv {
      gap:0.5rem;
      color:#cbd5e0;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dKuYAr {
      display:flex;
      overflow:hidden;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:column;
      transition-duration:300ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cWdzvC {
      color:#cbd5e0;
      display:block;
      line-height:1.625;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cCdFtT {
      color:#00FFB3;
      width:1rem;
      height:1rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .ccpIkG {
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dvZgWO {
      cursor:pointer;
      display:flex;
      padding:1.5rem;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:space-between;
    }

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

    .crjywX {
      display:block;
      padding:1.5rem;
      position:relative;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:row;
      transition-duration:300ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .eXGLsT {
      gap:0.25rem;
      display:flex;
      border-style:solid;
      border-width:0px;
      margin-bottom:1rem;
      flex-direction:row;
    }

    .eynTsu {
      color:#cbd5e0;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .ftxoha {
      width:100%;
      display:block;
      max-width:56rem;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .ftxoha {
      padding-left:1.5rem;
      padding-right:1.5rem;
    }
    }

    @media (min-width: 1024px) {

    .ftxoha {
      padding-left:2rem;
      padding-right:2rem;
    }
    }

    .dAotKu {
      gap:1rem;
      display:flex;
      text-align:center;
      border-style:solid;
      border-width:0px;
      margin-bottom:4rem;
      flex-direction:column;
    }

    .cApCTU {
      gap:2rem;
      display:flex;
      flex-wrap:wrap;
      margin-top:2rem;
      align-items:center;
      padding-top:2rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
      border-top-width:1px;
    }

    .eAntpB {
      width:3rem;
      height:3rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:1px;
      border-radius:0.75rem;
      flex-direction:row;
      justify-content:center;
      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);
    }

    .elDpvn {
      width:100%;
      display:block;
      max-width:80rem;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .elDpvn {
      padding-left:1.5rem;
      padding-right:1.5rem;
    }
    }

    @media (min-width: 1024px) {

    .elDpvn {
      padding-left:2rem;
      padding-right:2rem;
    }
    }

    .cgyPtC {
      color:#a0aec0;
      display:block;
      font-size:0.875rem;
      font-style:normal;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .esitfl {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      opacity:0;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:1rem;
      flex-direction:row;
      --tw-gradient-to:transparent;
      background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
      transition-duration:150ms;
      transition-property:opacity;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .esitfl {
      opacity:1;
    }

    .dqDpSz {
      color:#00FFB3;
      width:1.5rem;
      height:1.5rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bdGwkQ {
      color:#00FFB3;
      display:block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .mfsXr {
      display:block;
      font-size:1.125rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      padding-right:1rem;
      flex-direction:row;
    }

    .gtdTY {
      color:#00FFB3;
      display:block;
      font-size:0.875rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:0.05em;
      text-transform:uppercase;
    }

    .zgoEP {
      top:-0.25rem;
      left:-0.25rem;
      right:-0.25rem;
      bottom:-0.25rem;
      display:block;
      opacity:0.2;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:1rem;
      flex-direction:row;
      background-image:linear-gradient(to right, var(--tw-gradient-stops));
    }

    .eGrshD {
      display:block;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:1.5rem;
    }

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

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

    .dJHZDl {
      color:#fcfcfc;
      display:block;
      font-size:3rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:-0.025em;
      background-clip:text;
      background-image:linear-gradient(to bottom, var(--tw-gradient-stops));
      --tw-gradient-from:#fff;
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    }

    @media (min-width: 640px) {

    .dJHZDl {
      font-size:4rem;
    }
    }

    @media (min-width: 1024px) {
    }

    .efXLWs {
      width:100%;
      display:block;
      position:relative;
      padding-top:6rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:6rem;
    }

    .diiEGh {
      color:#061019;
      width:100%;
      display:flex;
      align-items:center;
      font-weight:600;
      padding-top:0.75rem;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      border-radius:0.75rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:center;
      background-color:#00FFB3;
      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);
    }

    .fjUkXp {
      gap:2rem;
      display:flex;
      max-width:56rem;
      text-align:center;
      align-items:center;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      flex-direction:column;
    }

    .IAUbe {
      flex:1 1 0%;
      color:#e2e8f0;
      display:block;
      border-style:solid;
      border-width:0px;
      margin-bottom:1rem;
      flex-direction:row;
    }

    .chDsNB {
      display:block;
      border-style:solid;
      border-width:1px;
      border-radius:0.75rem;
      flex-direction:row;
    }

    .bSBbTk {
      display:flex;
      padding:1.5rem;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:column;
      justify-content:space-between;
    }

    .oaIms {
      display:block;
      font-size:3rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dKWRNJ {
      color:#cbd5e0;
      display:block;
      font-size:0.75rem;
      text-align:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cHfxFf {
      width:100%;
      display:block;
      position:relative;
      max-width:28rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .boRvVX {
      right:25%;
      width:24rem;
      bottom:0rem;
      height:24rem;
      display:block;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      pointer-events:none;
    }

    .bHbMCG {
      display:block;
      font-size:2.25rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .bHbMCG {
      font-size:3rem;
    }
    }

    .dJSYtD {
      color:#00FFB3;
      display:block;
      font-size:0.75rem;
      font-weight:500;
      padding-top:0.25rem;
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:9999px;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.25rem;
    }

    .fAmHY {
      gap:0.5rem;
      color:#00FFB3;
      display:inline-flex;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dAlYOj {
      color:#061019;
      width:2.5rem;
      height:2.5rem;
      display:flex;
      align-items:center;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
      background-color:#00FFB3;
    }

    .arhNT {
      display:flex;
      align-items:center;
      font-weight:600;
      padding-top:1rem;
      border-style:solid;
      border-width:1px;
      padding-left:2rem;
      border-radius:0.75rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      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);
    }

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

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

    .dSlSDw {
      color:#00FFB3;
      width:2.5rem;
      height:2.5rem;
      display:flex;
      align-items:center;
      font-weight:700;
      border-style:solid;
      border-width:1px;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
    }

    .eLCthA {
      gap:2rem;
      display:flex;
      padding:2rem;
      position:relative;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:column;
    }

    .dEFIQQ {
      flex:1 1 0%;
      height:1px;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      --tw-gradient-to:transparent;
      background-image:linear-gradient(to right, var(--tw-gradient-stops));
      --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .buBAPa {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      opacity:0;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:0.75rem;
      flex-direction:row;
      background-image:linear-gradient(to right, var(--tw-gradient-stops));
      transition-duration:150ms;
      transition-property:opacity;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .buBAPa {
      opacity:1;
    }

    .ebnNvK {
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      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);
    }

    .ebnNvK {
      color:#00FFB3;
    }

    .crxMvC {
      color:#00FFB3;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fbqDOI {
      width:1rem;
      height:1rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:150ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fbqDOI {
      transform:y(0.25rem);
    }

    .dRMipn {
      color:#00FFB3;
      width:1.25rem;
      height:1.25rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .boNmGn {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:0.75rem;
      flex-direction:row;
      background-color:#00FFB3;
    }

    .bsrNcC {
      width:100%;
      height:100%;
      display:inline-flex;
      opacity:0.75;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      background-color:#00FFB3;
    }

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

    .eNQNUC {
      width:0.5rem;
      height:0.5rem;
      display:inline-flex;
      position:relative;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      background-color:#00FFB3;
    }

    .cPHnWZ {
      color:#cbd5e0;
      display:block;
      font-size:1.25rem;
      max-width:48rem;
      line-height:1.625;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .cPHnWZ {
      font-size:1.5rem;
    }
    }

    .eXxfyd {
      width:100%;
      display:block;
      position:relative;
      max-width:80rem;
      margin-left:auto;
      padding-top:5rem;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:8rem;
    }

    @media (min-width: 640px) {

    .eXxfyd {
      padding-left:1.5rem;
      padding-right:1.5rem;
    }
    }

    @media (min-width: 1024px) {

    .eXxfyd {
      padding-left:2rem;
      padding-right:2rem;
    }
    }

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

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

    @media (min-width: 640px) {

    .dyxndC {
      flex-direction:row;
    }
    }

    .elDoPN {
      display:block;
      font-size:1.5rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eLiuny {
      gap:0.5rem;
      display:inline-flex;
      align-items:center;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:9999px;
      padding-right:1rem;
      flex-direction:row;
    }

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

    @media (min-width: 768px) {

    .blCGMg {
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    }

    @media (min-width: 1024px) {

    .blCGMg {
      grid-template-columns:repeat(4, minmax(0, 1fr));
    }
    }

    .eEFiOc {
      display:block;
      margin-top:3rem;
      text-align:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fBFCqA {
      gap:0.5rem;
      color:#00FFB3;
      display:inline-flex;
      font-size:0.875rem;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:150ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fBFCqA {
      gap:0.75rem;
    }

    .fwvyeO {
      gap:0.5rem;
      display:flex;
      margin-top:1rem;
      align-items:baseline;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fwoLPo {
      color:#061019;
      display:flex;
      position:relative;
      align-items:center;
      font-weight:600;
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      transition-duration:300ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .clPFdd {
      width:1rem;
      height:1rem;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:150ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .clPFdd {
      transform:x(0.25rem);
    }

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

    @media (min-width: 768px) {

    .RHnGt {
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    }

    @media (min-width: 1024px) {

    .RHnGt {
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    }

    .dsASKv {
      width:0.5rem;
      height:0.5rem;
      display:flex;
      position:relative;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    @media (min-width: 768px) {

    .fCFIHJ {
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    }

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

    @media (min-width: 640px) {

    .VVBMj {
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    }

    @media (min-width: 1024px) {

    .VVBMj {
      grid-template-columns:repeat(4, minmax(0, 1fr));
    }
    }

    .eBbyIO {
      gap:2rem;
      display:flex;
      padding:3rem;
      position:relative;
      text-align:center;
      align-items:center;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:column;
    }

    .cGtuuG {
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

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

    @media (min-width: 640px) {

    .eKrikl {
      flex-direction:row;
    }
    }

    .dudDTA {
      top:0rem;
      left:25%;
      width:24rem;
      height:24rem;
      display:block;
      position:absolute;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      pointer-events:none;
    }

    .behXmo {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

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

    .bGrvpL {
      color:#cbd5e0;
      display:block;
      font-size:1.125rem;
      max-width:42rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eqRZvs {
      display:block;
      font-size:1.875rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .eqRZvs {
      font-size:2.25rem;
    }
    }

    .bdbgJA {
      width:100%;
      display:block;
      padding:0.5rem;
      max-width:56rem;
      border-style:solid;
      border-width:1px;
      border-radius:1rem;
      flex-direction:row;
    }

    .dImGtF {
      display:flex;
      align-items:center;
      font-weight:600;
      padding-top:1rem;
      border-style:solid;
      border-width:1px;
      padding-left:2rem;
      border-radius:0.75rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      transition-duration:300ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }