
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .eFbboO {
      color:inherit;
      margin:0 auto;
      display:block;
      font-size:inherit;
      max-width:600px;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .ReGdI {
      gap:48px;
      flex:1;
      color:inherit;
      width:100%;
      margin:0 auto;
      display:flex;
      padding:48px 24px;
      font-size:inherit;
      max-width:1000px;
      box-sizing:border-box;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cwaFdx {
      color:#1D9E75;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .kGdQl {
      color:inherit;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .bNUafS {
      color:inherit;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dUkrSl {
      color:#ef4444;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dZkexn {
      color:inherit;
      width:100px;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cmnteL {
      color:#4b5563;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eGgQQO {
      color:#111827;
      display:flex;
      font-size:inherit;
      background:#f9fafb;
      min-height:100vh;
      flex-shrink:1;
      font-family:system-ui,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-weight:inherit;
      flex-direction:column;
    }

    .cpZmrU {
      color:#ef4444;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:8px;
      font-size:inherit;
      background:transparent;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .cpZmrU:hover {
      background:#fee2e2;
      border-radius:4px;
    }

    .dLNuwH {
      color:inherit;
      width:80px;
      border:1px solid #d1d5db;
      display:inline-block;
      padding:8px;
      font-size:inherit;
      box-sizing:border-box;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .bGgjxM {
      color:inherit;
      width:100px;
      border:1px solid #d1d5db;
      display:inline-block;
      padding:8px;
      font-size:inherit;
      box-sizing:border-box;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .cWynDk {
      flex:1;
      color:inherit;
      display:block;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .cpKfKY {
      color:inherit;
      display:table-row-group;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dwDJaR {
      color:inherit;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      text-align:right;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eMnQVQ {
      color:#4b5563;
      display:table-cell;
      padding:12px 8px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .ehKewV {
      color:inherit;
      display:table-header-group;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .yaqEb {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-left:2px;
      padding-top:8px;
      flex-direction:row;
    }

    .eRmswI {
      color:#6b7280;
      display:block;
      padding:32px 24px;
      font-size:14px;
      background:white;
      border-top:1px solid #e5e7eb;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eGIXBl {
      color:inherit;
      display:flex;
      padding:16px 24px;
      font-size:inherit;
      background:white;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid #e5e7eb;
      flex-direction:row;
      justify-content:space-between;
    }

    .dTXKjo {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.6;
      flex-direction:row;
    }

    .eosBjp {
      color:inherit;
      width:100%;
      border:1px solid #d1d5db;
      display:inline-block;
      padding:8px;
      font-size:inherit;
      box-sizing:border-box;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .bSIA-dw {
      color:#6b7280;
      display:block;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      margin-bottom:8px;
      flex-direction:row;
      text-transform:uppercase;
    }

    .cdzPdA {
      color:inherit;
      display:table-row;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid #e5e7eb;
      flex-direction:row;
    }

    .hjYkd {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.5;
      flex-direction:row;
    }

    .bOXarL {
      color:inherit;
      display:table-row;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:2px solid #e5e7eb;
      flex-direction:row;
    }

    .cTfJIL {
      color:#ef4444;
      display:block;
      font-size:36px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .elAsaY {
      flex:1;
      color:#6b7280;
      display:flex;
      font-size:12px;
      min-width:4px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      white-space:nowrap;
      flex-direction:column;
    }

    .eIpScG {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:16px 24px;
      font-size:18px;
      background:#1D9E75;
      margin-top:16px;
      transition:background 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      border-radius:8px;
      flex-direction:row;
    }

    .eIpScG:hover {
      background:#16805f;
    }

    .ftLVWd {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:24px;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .ftLVWd {
      flex-direction:column;
    }
    }

    .LFCrL {
      color:#111827;
      margin:0 0 24px 0;
      display:block;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dvIiCf {
      color:#1D9E75;
      margin:0 0 8px 0;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dqCNMn {
      color:#1D9E75;
      display:block;
      font-size:36px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .oOUHk {
      flex:1;
      color:inherit;
      height:var(--h);
      display:flex;
      position:relative;
      font-size:inherit;
      min-width:4px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:flex-end;
    }

    .bWPWpb {
      color:inherit;
      width:100%;
      height:var(--h);
      display:block;
      font-size:inherit;
      background:var(--bg);
      transition:height 0.3s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .ddLVOx {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:18px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.5;
      flex-direction:row;
    }

    .fgwbXv {
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      font-size:inherit;
      background:#1D9E75;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .JQRxY {
      color:#111827;
      display:block;
      font-size:36px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .eMAnKT {
      gap:4px;
      color:inherit;
      gapgap:4px;
      height:300px;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      border-left:2px solid #e5e7eb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:20px;
      border-bottom:2px solid #e5e7eb;
      flex-direction:row;
    }

    .dldQqB {
      color:inherit;
      display:block;
      padding:32px;
      font-size:inherit;
      background:white;
      box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
    }

    .fhCbdy {
      color:inherit;
      width:100%;
      display:table;
      font-size:inherit;
      text-align:left;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      border-collapse:collapse;
    }

    .bbwPdF {
      color:#111827;
      margin:0 0 16px 0;
      display:block;
      font-size:48px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.2;
      flex-direction:row;
    }

    .bFekmr {
      color:inherit;
      width:12px;
      height:12px;
      display:block;
      font-size:inherit;
      background:var(--bg);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .uQhdi {
      color:inherit;
      width:100%;
      height:8px;
      display:block;
      overflow:hidden;
      font-size:inherit;
      background:#e5e7eb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:9999px;
      flex-direction:row;
    }

    .ejbAXg {
      color:#4b5563;
      border:2px dashed #d1d5db;
      cursor:pointer;
      display:inline-block;
      padding:12px;
      font-size:inherit;
      background:transparent;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
    }

    .ejbAXg:hover {
      color:#1D9E75;
      border-color:#1D9E75;
    }

    .eCuPCJ {
      color:#111827;
      margin:0 0 24px 0;
      display:block;
      font-size:20px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .brzJIZ {
      color:inherit;
      width:120px;
      border:1px solid #d1d5db;
      display:inline-block;
      padding:10px;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .dcrqHm {
      color:#374151;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .sxMIN {
      color:inherit;
      display:block;
      padding:32px;
      font-size:inherit;
      background:#f3f4f6;
      margin-top:32px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
    }

    .wiKVe {
      gap:8px;
      color:#4b5563;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cBjiSm {
      color:inherit;
      display:block;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
    }

    .eoYEOf {
      color:var(--col);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px 24px;
      font-size:inherit;
      background:var(--bg);
      transition:all 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      border-radius:9999px;
      flex-direction:row;
    }

    .fumPYP {
      gap:16px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:24px;
      flex-direction:row;
    }

    .emoljt {
      color:#111827;
      margin:0px;
      display:block;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

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

    .zsNcL {
      color:#1D9E75;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dFhISR {
      color:inherit;
      display:flex;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:bold;
      flex-direction:row;
    }

    .bmrfZe {
      gap:24px;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 768px) {

    .bmrfZe {
      grid-template-columns:1fr;
    }
    }

    .cErgjU {
      gap:24px;
      color:inherit;
      display:flex;
      padding:32px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .bztznm {
      color:inherit;
      display:block;
      font-size:inherit;
      overflow-x:auto;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .edPKBp {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cwrUAM {
      color:#111827;
      margin:0px;
      display:block;
      font-size:32px;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .IDEzr {
      gap:8px;
      color:inherit;
      display:flex;
      padding:6px;
      font-size:inherit;
      background:#f3f4f6;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
    }

    .btJtJp {
      gap:32px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bpUkac {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ejhnNF {
      color:#047857;
      display:block;
      padding:8px 16px;
      font-size:14px;
      background:#d1fae5;
      margin-top:4px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      border-radius:6px;
      flex-direction:row;
    }

    .fychlc {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      border-top:1px solid #e5e7eb;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:16px;
      flex-direction:row;
    }