
  

  
  

  
  
  
  
    


@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;
--background: #f5f7f5;
--themecolor: #00aa5b;
--border: #e5e6e5;
    /* 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-figtree: 'Figtree',sans-serif;
--font-barlow: 'Barlow',sans-serif;
--font-barlow: 'Barlow',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;
    }
  }
}


    .eZBRnn {
      background:var(--white);
      min-height:100%;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .eZBRnn {
      align-items:center;
      justify-content:center;
    }
    }

    .cgZNKe {
      color:black;
      cursor:pointer;
      display:flex;
      row-gap:5px;
      font-size:12px;
      column-gap:5px;
      align-items:center;
      font-family:Geist;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      text-decoration-line:underline;
    }

    .ahcNH {
      flex:1;
      color:var(--grey-900, #171717);
      height:40px;
      font-size:16px;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
      border-top-right-radius:12px;
      border-bottom-right-radius: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;
    }

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

    .fhzXNf {
      color:var(--grey-500, #737373);
      width:100%;
      display:inline-block;
      font-size:13px;
      text-align:center;
      font-family:Geist;
      font-weight:500;
      line-height:17px;
      white-space:pre-wrap;
    }

    .fhzXNf:hover {
      color:black;
    }

    @media (max-width: 470px) {

    .fhzXNf {
      width:100%;
      font-size:12px;
      line-height:14px;
      padding-left:15px;
      padding-right:15px;
    }
    }

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

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

    .fGhkkQ {
      color:black;
    }

    .dJOAjp {
      width:35%;
      border-bottom-color:var(--grey-300);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cvmKxn {
      display:inline-block;
      text-align:center;
      font-family:'Inter Tight';
      padding-left:4px;
      padding-right:4px;
      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;
    }

    .bLVBlr {
      color:var(--grey-500);
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }

    .bLVBlr.focusOn {
      color:black;
    }

    .dRhZqt {
      width:320px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .bVVPFr {
      gap:12px;
      width:100%;
      background:var(--white);
      box-shadow:0px 2px 4px 0px #9d9b9b1a;
      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;
    }

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

    .raspA {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      z-index:57;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      align-items:center;
      justify-content:center;
      background-color:#00AA5B;
    }

    @media (max-width: 450px) {

    .raspA {
      z-index:4;
      align-items:center;
      justify-content:center;
    }
    }

    .euDsjE {
      gap:5px;
      color:var(--yellow-800, #92400E);
      width:100%;
      display:flex;
      font-size:13px;
      font-family:'Inter';
      font-weight:500;
      padding-top:10px;
      border-color:#93400e42;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      border-radius:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      background-color:#fffbeb96;
    }

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

    .bYzmPS {
      width:100%;
      display:flex;
      font-size:16px;
      background: var(--white);
      align-items:flex-start;
      font-family:'Inter';
      font-weight:700;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bmueSo {
      width:92%;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .chCdko {
      gap:5px;
      color:var(--yellow-800, #92400E);
      width:31%;
      display:flex;
      font-size:13px;
      background: #fffbeb;
      margin-top:15px;
      font-family:'Inter';
      font-weight:500;
      padding-top:10px;
      border-color:#93400e42;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .chCdko {
      width:95%;
    }
    }

    .ejMdIl {
      gap:5px;
      width:100%;
    }

    @media (max-width: 450px) {

    .ejMdIl {
      width:100%;
    }
    }

    .bRARxt {
      width:49%;
      height:5px;
      border-radius:12px;
      background-color:#85e5bf;
    }

    .bRARxt.step {
      background-color:var(--white, #ffffff);
    }

    .cKRyaa {
      color:#00AA5B;
      width:100%;
      display:inline-block;
      font-size:12px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:600;
    }

    .eSJupX {
      width:100%;
      background: #fbfbfe;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    .dJtKmN {
      width:100%;
      row-gap:8px;
      column-gap:8px;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
      border-top-color:var(--grey-300);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .GUDVb {
      color:var(--white);
      width:fit-content;
      cursor:pointer;
      display:flex;
      row-gap:5px;
      font-size:14px;
      background: black;
      column-gap:5px;
      align-items:center;
      font-family:Geist;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .ewvvYR {
      color:var(--grey-600, #525252);
      width:100%;
      height:42px;
      font-size:16px;
      box-shadow:1px 4px 8px 0px #d9d9d914;
      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;
      background-color:#fbfbfe;
    }

    .ewvvYR:focus {
      outline-color:var(--grey-900, #171717);
      outline-style:solid;
      outline-width:2px;
    }

    .NAWPN {
      color:#00AA5B;
      width:100%;
      display:inline-block;
      font-size:12px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-left:15px;
      padding-right:15px;
    }

    .BfdfE {
      width:26%;
      height:25px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .BfdfE {
      width:90%;
    }
    }

    .TbQcd {
      width:31%;
      height:fit-content;
      row-gap:revert-layer;
      column-gap:revert-layer;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      border-color:#017f44;
      border-style:solid;
      border-width:0.5px;
      border-radius:19px;
      padding-bottom:revert;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 780px) {

    .TbQcd {
      width:50%;
    }
    }

    @media (max-width: 470px) {

    .TbQcd {
      width:95%;
      height:fit-content;
      align-items:start;
      justify-content:end;
    }
    }

    .dqXlkS {
      top:15px;
      left:15px;
      display:flex;
      z-index:58;
      position:fixed;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 450px) {

    .dqXlkS {
      gap:15px;
      top:15px;
      left:15px;
      display:flex;
      position:fixed;
      border-radius:15px;
      flex-direction:row;
    }
    }

    .fwszOK {
      gap:15px;
      width:100%;
    }

    @media (max-width: 450px) {

    .fwszOK {
      width:100%;
    }
    }

    .bRHFko {
      display:flex;
      font-size:13px;
      align-items:center;
      font-family:'Inter';
      font-weight:500;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .bCjbiL {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:35px;
      outline:none;
      font-size:13px;
      margin-top:12px;
      align-items:center;
      font-family:Geist;
      font-weight:600;
      padding-left:19px;
      border-radius:12px;
      padding-right:19px;
      justify-content:center;
      background-color:#00AA5B;
    }

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

    .blVuKw {
      color:var(--color, #b91c1c);
      width:100%;
      font-size:12px;
      font-family:'Inter';
      font-weight:500;
      padding-left:6px;
      padding-right:6px;
    }

    .OrNal {
      cursor:pointer;
      padding-top:8px;
      padding-left:8px;
      border-radius:55px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:var(--white, #ffffff);
    }

    .fhDisR {
      color:var(--grey-500, #737373);
      width:100%;
      display:inline-block;
      font-size:11px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:500;
      line-height:17px;
      white-space:pre-wrap;
    }

    @media (max-width: 470px) {

    .fhDisR {
      width:100%;
      font-size:10px;
      line-height:14px;
    }
    }

    .enzFwH {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:12px;
      padding-bottom:12px;
      justify-content:center;
    }

    .QhLFK {
      width:100%;
    }

    @media (max-width: 450px) {

    .QhLFK {
      width:100%;
    }
    }

    .fmcmkd {
      width:31%;
      height:fit-content;
      display:flex;
      overflow-x:clip;
      overflow-y:clip;
      align-items:flex-start;
      border-color:#017f44;
      border-style:solid;
      border-width:0.5px;
      border-radius:19px;
      justify-content:flex-start;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 780px) {

    .fmcmkd {
      width:50%;
    }
    }

    @media (max-width: 470px) {

    .fmcmkd {
      width:95%;
      height:fit-content;
      align-items:start;
      justify-content:end;
    }
    }

    .dtpSXH {
      color:var(--grey-500, #737373);
      width:100%;
      display:inline-block;
      font-size:11px;
      text-align:center;
      font-family:Inter;
      font-weight:500;
      line-height:17px;
      white-space:pre-wrap;
    }

    @media (max-width: 470px) {

    .dtpSXH {
      width:100%;
      font-size:10px;
      line-height:14px;
    }
    }

    .cXEvSC {
      width:100%;
      padding-top:12px;
      padding-bottom:12px;
    }

    @media (max-width: 450px) {

    .cXEvSC {
      width:100%;
    }
    }

    .dFVFlj {
      width:100%;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
      border-top-color:var(--grey-300);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .cZiauM {
      color:var(--white);
    }

    .cDaCns {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:32px;
      font-size:13px;
      align-items:center;
      font-family:Inter;
      font-weight:600;
      padding-left:19px;
      border-radius:12px;
      padding-right:19px;
      justify-content:center;
      background-color:#00AA5B;
    }

    .KRuGb {
      display:flex;
      font-size:13px;
      margin-top:12px;
      align-items:center;
      font-family:'Inter';
      font-weight:500;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .DpLSU {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:35px;
      outline:none;
      font-size:13px;
      align-items:center;
      font-family:Geist;
      font-weight:600;
      padding-left:19px;
      border-radius:12px;
      padding-right:19px;
      justify-content:center;
      background-color:#00AA5B;
    }

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

    .dVYixO {
      width:100%;
      bottom:15px;
      row-gap:12px;
      position:absolute;
      column-gap:12px;
      align-items:center;
      justify-content:start;
    }

    .bnJSGG {
      width:100%;
      height:60px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .bnJSGG {
      width:100%;
    }
    }

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

    .cVucXZ {
      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;
    }

    .cVucXZ.focusOn {
      border-color:black;
      border-style:solid;
      border-width:1px;
      outline-color:#000000;
      outline-style:solid;
      outline-width:1px;
    }

    .iatch {
      width:50%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .iatch {
      width:100%;
      height:100%;
    }
    }

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

    .bRvylK {
      gap:12px;
      color:var(--white);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:14px;
      background:black;
      align-items:center;
      font-family:Geist;
      font-weight:500;
      padding-top:12px;
      border-color:var(--grey-800);
      border-style:solid;
      border-width:1px;
      padding-left:5px;
      border-radius:12px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .bRvylK {
      width:100%;
    }
    }

    .ceHDWW {
      gap:17px;
      width:400px;
      align-items:center;
      padding-top:25px;
      padding-left:35px;
      padding-right:35px;
      padding-bottom:25px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .ceHDWW {
      width:95%;
      height:100%;
      align-items:center;
      padding-top:25px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0px;
      padding-left:5px;
      border-radius:0px;
      padding-right:5px;
      padding-bottom:25px;
      justify-content:center;
    }
    }

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

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

    .fqLcDc {
      width:100%;
      height:100%;
      box-shadow:-2px 0px 4px 0px #acaaaa21;
      object-fit:cover;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

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

    .bVzhUF {
      color:black;
      cursor:pointer;
      display:flex;
      row-gap:5px;
      font-size:12px;
      column-gap:5px;
      align-items:center;
      font-family:Geist;
      font-weight:inherit;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      text-decoration-line:underline;
    }

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

    .cVPUMa {
      flex:1;
      color:var(--grey-900, #171717);
      height:41px;
      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;
    }

    .bWyQVE {
      width:50%;
      height:100%;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    @media (max-width: 470px) {

    .bWyQVE {
      display:none;
    }
    }

    .bGknMq {
      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;
    }

    .bGknMq.focusOn {
      border-color:black;
      border-style:solid;
      border-width:1px;
      outline-color:#000000;
      outline-style:solid;
      outline-width:0.5px;
    }

    .IMhSc {
      width:350px;
      box-shadow:;
      align-items:center;
      font-family:'Geist';
      justify-content:center;
    }

    @media (max-width: 470px) {

    .IMhSc {
      width:100%;
    }
    }

    .fBPAEd {
      gap:12px;
      color:var(--white);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:14px;
      background:black;
      align-items:center;
      font-family:Geist;
      font-weight:500;
      border-color:var(--grey-800);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .fBPAEd:hover {
      box-shadow:-1px 0px 4px 3px #00000024;
    }

    .cULCxz {
      gap:12px;
      color:var(--white);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:14px;
      background:var(--grey-900);
      align-items:center;
      font-family:Geist;
      font-weight:500;
      border-color:var(--grey-800);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .cULCxz:hover {
      box-shadow:-1px 0px 4px 3px #00000024;
    }