
  

  
  

  
  
  
  
    


@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;
--white: #ffffff;
--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;
--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-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* 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 */
    --default: 5px;
    /* 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;
    }
  }
}


    .bxjrVz {
      width:100%;
      height:100%;
      max-height:100%;
      align-items:flex-start;
      justify-content:flex-start;
      display:flex;
      flex-direction:column;
      background:var(--grey-100);
    }

    @media (min-width: 470px) {

    .bxjrVz {
      width:470px;
    }
    }

    .aVXlG {
      flex:1;
      color:var(--grey-900, #171717);
      height:45px;
      font-size:16px;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
    }

    .eLxzAs {
      gap:12px;
      width:100%;
      box-shadow:1px 4px 8px 0px #b7b4b426;
      padding-top:12px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      border-radius:18px;
      padding-right:12px;
      padding-bottom:12px;
      background-color:#ffffff;
    }

    .btshIe {
      gap:10px;
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:15px;
      align-items:center;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
      background-color:#00aa5b;
    }

    .ehWmUO {
      color:var(--grey-500, #737373);
      width:100%;
      display:inline-block;
      font-size:14px;
      text-align:center;
      font-family:Geist;
      font-weight:500;
      line-height:21px;
      white-space:pre-wrap;
      padding-left:12px;
      padding-right:12px;
    }

    .bngcp {
      width:100%;
      align-items:end;
      padding-left:25px;
      padding-right:25px;
      justify-content:center;
    }

    .efMTao {
      height:42px;
      align-items:center;
      border-radius:12px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
      border-width:1px;
      border-style:solid;
      border-color:var(--grey-300);
    }

    .eTaEmt {
      width:35%;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bdBfhF {
      display:inline-block;
      text-align:center;
      padding-left:3px;
      padding-right:3px;
      text-decoration-line: underline;
    }

    .fopiim {
      width:100%;
      box-shadow:;
      align-items:center;
      font-family:'Geist';
      justify-content:center;
    }

    .chBLeZ {
      gap:5px;
      color:var(--grey-900, #171717);
      width:100%;
      cursor:pointer;
      height:36px;
      outline:none;
      position:relative;
      font-size:14px;
      box-shadow:1px 36px 8px 5px var(--grey-50, #FAFAFA) inset;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:2px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:center;
      background-color:#fbfbfe;
    }

    .chBLeZ:hover {
      box-shadow:-1px -3px 8px 0px #00000024 inset;
      transition:box-shadow 300ms ease 0ms normal;
    }

    .fnuMh {
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }

    .bEyiFD {
      width:100%;
      row-gap:12px;
      position:relative;
      column-gap:12px;
      align-items:center;
      justify-content:center;
      height:65px;
      background:white;
      display:flex;
    }

    .bmKPKH {
      height:42px;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:12px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
    }

    .bAiYUs {
      gap:12px;
      color:var(--grey-600, #525252);
      width:100%;
      height:25px;
      font-size:12px;
      margin-top:12px;
      align-items:center;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
    }

    .exjJMp {
      gap:15px;
      width:95%;
      align-items:center;
      padding-top:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:start;
    }

    .cUbuYQ {
      gap:17px;
      width:100%;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      flex:1;
      font-family:Geist;
      background:white;
      border-top-right-radius:25px;
      border-top-left-radius:25px;
      border-top-width:1px;
      border-top-style:solid;
      border-top-color:var(--grey-300);
    }

    .fzifTe {
      display:inline-block;
      text-align:center;
      font-family:'Inter Tight';
      padding-left:2px;
      padding-right:2px;
    }

    .cPnvLY {
      color:var(--red-700);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .ciCkpG {
      flex:1;
      color:var(--grey-900, #171717);
      height:45px;
      font-size:16px;
      font-weight:500;
      padding-left:12px;
      padding-right:12px;
    }

    .dktzZi {
      gap:12px;
      width:100%;
      box-shadow:1px 4px 8px 0px #b7b4b426;
      padding-top:12px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      border-radius:18px;
      padding-right:12px;
      padding-bottom:12px;
      background-color:#ffffff;
    }

    .cfWPnB {
      gap:12px;
      color:var(--white);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:15px;
      background:black;
      box-shadow:1px 4px 8px 0px #c6c3c321;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .chPzOn {
      height:60px;
      width:100%;
      align-items:center;
      justify-content:flex-start;
      display:flex;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
    }

    .ltPxM {
      width:45px;
      height:45px;
      object-fit:contain;
    }

    .eVfbJd {
      font-family:Geist;
      font-size:17px;
      font-weight:600;
    }

    .cfKNKY {
      font-family:Geist;
      font-size:14px;
      color:var(--grey-500);
    }