

@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;
    /* Fonts */
    --font-sans: 'Inter',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;
    }
  }
}

      
  
      

      
        
      
      
  .HMaqr {
    color:#ef4444;
  display:table-cell;
  padding:0.75rem;
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .daSZep {
    color:#059669;
  display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .ZOAeT {
    color:#111827;
  display:block;
  font-size:1.875rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cEcUm {
    gap:2rem;
  display:grid;
  max-width:48rem;
  margin-top:2rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 768px) {
            
  .cEcUm {
    gap:1.5rem;
  grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  .bqYZRN {
    color:#ef4444;
  width:100px;
  height:100px;
  display:flex;
  font-size:2.5rem;
  box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
  align-items:center;
  font-weight:700;
  border-color:#ef4444;
  border-style:solid;
  border-width:3px;
  border-radius:50%;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .FPCoI {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fyDtfW {
    color:#111827;
  display:block;
  font-size:1.125rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fmsQYS {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  font-size:0.875rem;
  text-align:left;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-transform:uppercase;
  }
      

      
        
      
      
  .GRBZD {
    display:block;
  min-height:400px;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .deIPZT {
    display:table-row-group;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .chiALO {
    color:#111827;
  display:block;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .WxDLJ {
    display:flex;
  list-style:disc;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .frSdnq {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  font-size:0.875rem;
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-transform:uppercase;
  }
      

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

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

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

      
        
      
      
  .hTtWB {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bjtxbH {
    gap:0.25rem;
  flex:1;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  min-width:200px;
  }
      

      
        
      
      
  .dfSTUd {
    width:var(--width);
  height:100%;
  display:block;
  background:var(--background);
  transition:width 0.5s ease-out;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
        
      
      
  .Iqebc {
    display:flex;
  padding:1.5rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:transform 0.2s ease;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  border-left-color:#ef4444;
  border-left-width:4px;
  }
      

      
  .Iqebc:hover {
    transform:translateX(4px);
  }
      

        
      
      
  .PoriC {
    color:#059669;
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#ecfdf5;
  }
      

      
        
      
      
  .dKHuir {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .czLCqD {
    color:var(--yellow-600);
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  background:var(--yellow-50);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cgvIYt {
    gap:2rem;
  display:grid;
  padding:2rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:row;
  background-color:#ffffff;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 640px) {
            
  .cgvIYt {
    grid-template-columns:1fr;
  }
      

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

      
        
      
      
  .bxLXre {
    color:#dc2626;
  width:fit-content;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  text-transform:uppercase;
  background-color:#fef2f2;
  }
      

      
        
      
      
  .eyPBbJ {
    gap:0.75rem;
  display:flex;
  padding:1rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
          @media (max-width: 640px) {
            
  .eyPBbJ {
    gap:0.5rem;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .cXKtUn {
    color:#6b7280;
  display:block;
  padding:2rem;
  font-style:normal;
  text-align:left;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bERQfQ {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .evOaMN {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  text-align:center;
  align-items:center;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .dKlCGu {
    color:#374151;
  display:table-cell;
  padding:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

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

      
        
      
      
  .bEVDtS {
    display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dsoZnC {
    color:#d97706;
  width:fit-content;
  display:inline-block;
  padding:0.5rem 1rem;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  margin-bottom:1.5rem;
  flex-direction:row;
  background-color:#fef3c7;
  }
      

      
        
      
      
  .bWFlOZ {
    display:flex;
  padding:1.5rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .fGVwuq {
    gap:1rem;
  display:flex;
  padding:1rem;
  transition:background-color 0.2s ease;
  align-items:flex-start;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .fGVwuq:hover {
    background-color:#f9fafb;
  }
      

        
      
      
  .cxjqAR {
    display:table-row;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-bottom-color:#e5e7eb;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .TlYJc {
    gap:0.75rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .buUqSC {
    color:#111827;
  display:block;
  font-size:3rem;
  font-weight:700;
  line-height:1;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .edsxir {
    width:100%;
  height:8px;
  display:block;
  overflow:hidden;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  .eqMbnA {
    color:#1e40af;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.875rem;
  border-color:#3b82f6;
  border-style:solid;
  border-width:1px;
  margin-right:0.5rem;
  border-radius:9999px;
  margin-bottom:0.5rem;
  flex-direction:row;
  background-color:#f0f9ff;
  }
      

      
        
      
      
  .dKkGku {
    color:#991b1b;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#fee2e2;
  }
      

      
        
      
      
  .diIYId {
    flex:1;
  color:#ffffff;
  cursor:pointer;
  display:block;
  padding:0.75rem;
  font-size:0.875rem;
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition:all 0.2s ease;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#4f46e5;
  min-width:150px;
  }
      

      
  .diIYId:hover {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color:#4338ca;
  }
      

        
      
      
  .AHsjS {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dZlrAm {
    color:#ef4444;
  display:table-cell;
  padding:0.75rem;
  font-size:0.875rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bcNfYw {
    display:table-header-group;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .kqTGq {
    color:#111827;
  display:block;
  font-size:3rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .kqTGq {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .dTRhmt {
    color:var(--red-800);
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  background:var(--red-50);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .RYVjp {
    width:100%;
  display:table;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .eUtVoM {
    display:block;
  padding:0.75rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  margin-bottom:0.5rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
        
      
      
  .dCnQme {
    flex:1;
  display:flex;
  padding:1.5rem;
  min-width:275px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .dCnQme:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .cylgLq {
    color:#374151;
  display:inline;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eRtJbR {
    gap:1.5rem;
  width:450px;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  max-width:100%;
  flex-wrap:wrap;
  }
      

      
        
      
      
  .bFSnhq {
    color:#166534;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#dcfce7;
  }
      

      
        
      
      
  .ddKTgZ {
    color:#4b5563;
  margin:0 auto;
  display:block;
  font-size:1.25rem;
  max-width:48rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height:1.75;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .DtMfA {
    display:table-row;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
        
      
      
  .fkOWfr {
    gap:1.5rem;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:3rem;
  flex-direction:row;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  }
      

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

      
        
      
      
  .dfkBkH {
    color:#111827;
  display:block;
  font-size:1.125rem;
  margin-top:0.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fAzwpG {
    color:#6b7280;
  width:fit-content;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  .aXQGK {
    color:#dc2626;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  text-transform:uppercase;
  }
      

      
        
      
      
  .dTOzVb {
    color:#dc2626;
  width:32px;
  height:32px;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  flex-shrink:0;
  font-weight:700;
  border-color:#dc2626;
  border-style:solid;
  border-width:2px;
  border-radius:50%;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .VLlQP {
    gap:0.75rem;
  flex:1;
  color:#059669;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#10b981;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .VLlQP:hover {
    color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 4px 6px -1px rgba(16, 185, 129, 0.25);
  background-color:#10b981;
  }
      

        
      
      
  .cYWipH {
    flex:1;
  display:flex;
  padding:1.5rem;
  min-width:250px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .cYWipH:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .cwhdDk {
    color:#059669;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  text-transform:uppercase;
  }
      

      
        
      
      
  .dBhYxX {
    gap:1.5rem;
  display:flex;
  padding:1.5rem;
  flex-wrap:wrap;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cLpMrU {
    color:#10b981;
  display:block;
  font-size:3rem;
  font-weight:700;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .cGvgIl {
    color:#dc2626;
  display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .esFPnf {
    color:#92400e;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#fef3c7;
  }
      

      
        
      
      
  .ePbZJ {
    margin:0 auto;
  display:flex;
  max-width:800px;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .eucxVE {
    gap:0.75rem;
  flex:1;
  color:#dc2626;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#ef4444;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .eucxVE:hover {
    color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 4px 6px -1px rgba(239, 68, 68, 0.25);
  background-color:#ef4444;
  }
      

        
      
      
  .cilrKp {
    flex:1;
  display:flex;
  padding:1.5rem;
  max-width:100%;
  min-width:350px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .cilrKp:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .fwzHnC {
    margin:0 auto;
  display:flex;
  max-width:900px;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .cimGSU {
    color:#4b5563;
  display:block;
  font-size:1rem;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .bXzWA-d {
    display:block;
  padding:0.625rem 0.875rem;
  font-size:0.875rem;
  transition:all 0.2s ease;
  border-color:#d1d5db;
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#ffffff;
  flex:1;
  width:100%;
  }
      

      
  .bXzWA-d:focus {
    outline:none;
  box-shadow:0 0 0 3px rgba(79, 70, 229, 0.1);
  border-color:#4f46e5;
  }
      

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

      
        
      
      
  .bYJGSD {
    gap:1rem;
  flex:2;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  max-width:100%;
  min-width:275px;
  }
      

      
        
      
      
  .eipZPb {
    display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dYGeXB {
    color:#d97706;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  margin-bottom:1rem;
  flex-direction:row;
  letter-spacing:0.025em;
  text-transform:uppercase;
  background-color:#fef3c7;
  }
      

      
        
      
      
  .aLrIf {
    display:block;
  min-height:100vh;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
        
      
      
  .bsRkct {
    gap:0.75rem;
  flex:1;
  color:#ffffff;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  box-shadow:0 4px 6px -1px rgba(245, 158, 11, 0.25);
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#f59e0b;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#f59e0b;
  }
      

      
  .bsRkct:hover {
    border-color:#d97706;
  background-color:#d97706;
  }
      

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

      
        
      