
@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-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    --html-block-h1-size: 25px;
    /* 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;
    }
  }
}

      
  .cfKEaN {
    width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:#00aa5b;
  }
      

      
          @media (max-width: 470px) {
            
  .cfKEaN {
    width:100%;
  height:100%;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .enWRlo {
    color:var(--grey-800, #262626);
  width:100%;
  height:45px;
  font-size:15px;
  max-width:100%;
  max-height:45px;
  align-items:start;
  font-family:'Inter Tight';
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:15px;
  border-radius:12px;
  padding-right:15px;
  justify-content:center;
  background-color:#fbfbfe;
  }
      

      
          @media (max-width: 450px) {
            
  .enWRlo {
    width:100%;
  height:45px;
  max-width:100%;
  max-height:45px;
  }
      

          }
          

  
      

        
        
      
      
  
      

      
        
        
      
      
  .bZuMhC {
    color:var(--grey-600, #525252);
  font-size:11px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
        
      
      
  .dfEmTx {
    width:40%;
  box-shadow:1px 4px 8px 0px #00000044;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:15px;
  background-color:#fbfbfe;
  }
      

      
          @media (max-width: 450px) {
            
  .dfEmTx {
    width:95%;
  align-items:start;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .egviIO {
    color:var(--grey-900, #171717);
  width:90%;
  cursor:auto;
  display:flex;
  font-size:14px;
  max-width:90%;
  align-items:center;
  font-family:'Inter';
  font-weight:600;
  padding-top:5px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  }
      

      
        
        
      
      
  .cKPHHg {
    width:32%;
  height:5px;
  border-radius:12px;
  background-color:var(--green-200, #A7F3D0);
  }
      

      
        
        
      
      
  .fFVrpM {
    width:32%;
  height:5px;
  border-radius:12px;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .cqSHtn {
    gap:8px;
  width:100%;
  z-index:;
  position:relative;
  align-items:center;
  font-family:'Inter Tight';
  padding-top:14px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:14px;
  justify-content:start;
  background-color:var(--white, #ffffff);
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
          @media (max-width: 450px) {
            
  .cqSHtn {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

          }
          
        
        
      
      
  .WMknQ {
    gap:8px;
  color:var(--grey-50, #FAFAFA);
  cursor:pointer;
  height:45px;
  outline:none;
  font-size:15px;
  align-items:center;
  font-family:'Inter Tight';
  font-weight:600;
  padding-left:18px;
  border-radius:12px;
  padding-right:18px;
  flex-direction:row;
  justify-content:center;
  background-color:#00AA5B;
  }
      

      
  .WMknQ:hover {
    background-color:var(--green-500, #10B981);
  }
      


  .WMknQ:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .dUtFDm {
    display:flex;
  font-size:14px;
  font-family:inherit;
  font-weight:600;
  flex-direction:column;
  }
      

      
          @media (max-width: 450px) {
            
  .dUtFDm {
    font-size:15px;
  }
      

          }
          
        
        
      
      
  .eZbeTx {
    gap:10px;
  width:100%;
  height:fit-content;
  max-width:100%;
  align-items:start;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
          @media (max-width: 450px) {
            
  .eZbeTx {
    padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
      

          }
          
        
        
      
      
  .cuAMkU {
    gap:15px;
  width:100%;
  bottom:0px;
  z-index:2;
  position:relative;
  box-shadow:1px 4px 8px 0px #c7c7c724;
  align-items:center;
  padding-top:10px;
  padding-left:15px;
  padding-right:15px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:end;
  background-color:var(--white, #ffffff);
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .esLaUf {
    width:28%;
  height:40px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .eKqMe {
    padding-top:4px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  border-radius:8px;
  padding-right:4px;
  padding-bottom:4px;
  background-color:#fbfbfe;
  }
      

      
        
        
      
      
  .cAYkUM {
    height:100%;
  align-items:start;
  padding-left:0px;
  padding-right:0px;
  justify-content:start;
  }
      

      
          @media (max-width: 450px) {
            
  .cAYkUM {
    width:100%;
  align-items:start;
  justify-content:start;
  }
      

          }
          
        
        
      