
  

  
  

  
  
  
  
    


@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;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-agbalumo: 'Agbalumo',display;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-Afacad: 'Afacad',sans-serif;
--font-Nunito: 'Nunito',sans-serif;
--font-Fredoka: 'Fredoka',sans-serif;
--font-Oswald: 'Oswald',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;
    }
  }
}


    .dBzmMf {
      gap:24px;
      color:inherit;
      display:flex;
      padding:32px 16px;
      font-size:inherit;
      min-height:100vh;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      background-color:#f3f4f6;
    }

    .dAAAfj {
      color:#111827;
      margin:0 0 8px 0;
      display:block;
      font-size:2.25rem;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
    }

    .cLbFYh {
      color:inherit;
      display:block;
      font-size:inherit;
      max-width:600px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dzJuvj {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:1.125rem;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .coFIAQ {
      gap:24px;
      color:#1f2937;
      margin:0 auto;
      display:flex;
      padding:24px;
      font-size:inherit;
      max-width:1200px;
      font-family:system-ui,-apple-system, sans-serif;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .coFIAQ {
      align-items:flex-start;
      flex-direction:row;
    }
    }

    .cGRHqZ {
      gap:16px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr;
    }

    @media (min-width: 640px) {

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

    .chVQhO {
      gap:6px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dRkXAM {
      color:#4b5563;
      display:inline;
      font-size:0.85rem;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .cpwfbT {
      gap:8px;
      flex:1;
      color:#ffffff;
      border:none;
      cursor:pointer;
      display:flex;
      padding:12px 16px;
      font-size:0.95rem;
      transition:background-color 0.2s;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
      background-color:#10b981;
    }

    .cpwfbT:hover {
      background-color:#059669;
    }

    .cpwfbT:focus {
      outline:2px solid #10b981;
      outline-offset:2px;
    }

    .cScYqf {
      color:inherit;
      width:100%;
      height:100%;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      image-rendering:pixelated;
    }

    .dbSODR {
      color:inherit;
      border:1px solid #d1d5db;
      cursor:pointer;
      display:inline-block;
      padding:8px 12px;
      font-size:0.95rem;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
      background-color:#ffffff;
    }

    .dbSODR:focus {
      outline:2px solid #4f46e5;
      border-color:transparent;
    }

    .dQXKpJ {
      color:inherit;
      width:100%;
      border:1px solid #e5e7eb;
      display:flex;
      padding:32px;
      font-size:inherit;
      max-width:320px;
      background:#ffffff;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:1;
      border-radius:16px;
      flex-direction:row;
      justify-content:center;
    }

    .dPSgQV {
      gap:12px;
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:320px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .sLfmA {
      gap:8px;
      flex:1;
      color:#ffffff;
      border:none;
      cursor:pointer;
      display:flex;
      padding:12px 16px;
      font-size:0.95rem;
      transition:background-color 0.2s;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
      background-color:#4f46e5;
    }

    .sLfmA:hover {
      background-color:#4338ca;
    }

    .sLfmA:focus {
      outline:2px solid #4f46e5;
      outline-offset:2px;
    }

    .sBLsu {
      color:#111827;
      margin:0px;
      display:block;
      font-size:1.5rem;
      font-family:"Bebas Neue";
      font-weight:700;
      flex-direction:row;
    }

    .cDYWze {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bAkJEf {
      gap:16px;
      top:24px;
      flex:1;
      color:inherit;
      display:flex;
      position:sticky;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cVHCIl {
      gap:20px;
      flex:1.5;
      color:inherit;
      width:100%;
      border:1px solid #e5e7eb;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:#ffffff;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      font-family:"Inter";
      font-weight:inherit;
      border-radius:16px;
      flex-direction:column;
    }