
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --text-dark: #078f00;
--bg-light: #f2f2f2;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-ibmplexmono: 'IBM Plex Mono',monospace;

    /* 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;
    }
  }
}


    .fdMgkf {
      color:var(--text-dark);
      display:flex;
      font-size:12px;
      background:var(--bg-light);
      min-height:100vh;
      font-family:IBM Plex Mono;
      line-height:1.6;
      flex-direction:column;
    }

    .bpIuZW {
      width:100%;
      margin:0 auto;
      display:flex;
      padding:32px 14px 16px;
      max-width:740px;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .flTIog {
      gap:4px;
      display:flex;
      list-style:disc;
      font-family:inherit;
      padding-left:18px;
      flex-direction:column;
    }

    .ekxhLE {
      gap:8px;
      cursor:pointer;
      display:flex;
      padding:6px;
      font-family:inherit;
      border-radius:4px;
      flex-direction:row;
    }

    .ekxhLE:hover {
      background:#f5f5f5;
    }

    .vlXRQ {
      gap:12px;
      display:flex;
      font-family:inherit;
      flex-direction:row;
    }

    .eeDIAw {
      color:var(--text-dark);
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      line-height:1.3;
    }

    .dVJscn {
      color:var(--text-dark);
      margin:14px 0 4px;
      font-size:12px;
      font-family:inherit;
      font-weight:500;
      line-height:1.4;
    }

    .ewLSuN {
      color:#0A66C2;
      border:none;
      cursor:pointer;
      padding:6px 0;
      font-size:13px;
      background:transparent;
      font-family:inherit;
      font-weight:500;
      line-height:1.4;
      border-bottom:2px solid transparent;
    }

    .ewLSuN:hover {
      text-decoration:underline;
    }

    .cpLWEM {
      font-size:12px;
      min-width:16px;
      font-family:inherit;
      margin-right:4px;
    }

    .bziSMg {
      color:var(--text-dark);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
      line-height:1.6;
    }

    .dOXjZ {
      gap:8px;
      cursor:pointer;
      display:flex;
      padding:6px;
      border-radius:4px;
      flex-direction:row;
    }

    .dOXjZ:hover {
      background:#f5f5f5;
    }

    .bvAsik {
      color:var(--text-dark);
      border:1px solid #e0e0e0;
      cursor:pointer;
      padding:6px 12px;
      font-size:11px;
      background:#f5f5f5;
      font-family:inherit;
      border-radius:16px;
    }

    .bvAsik:hover {
      background:#e8e8e8;
    }

    .MmoyM {
      width:100%;
      height:auto;
      margin:24px auto;
      display:flex;
      padding:0 14px;
      max-width:740px;
    }

    .bGHPQy {
      color:var(--text-dark);
      margin:3px 0 0;
      font-size:11px;
      font-family:inherit;
      line-height:1.5;
    }

    .fFYqqE {
      color:var(--text-dark);
      margin:8px 0 0;
      display:list-item;
      font-size:12px;
      list-style:disc;
      font-family:inherit;
      line-height:1.6;
    }

    .fyufkb {
      gap:12px;
      display:flex;
      font-family:inherit;
      border-bottom:1px solid #e0e0e0;
      flex-direction:row;
      padding-bottom:6px;
    }

    .byiZF {
      color:var(--text-dark);
      margin:18px 0 8px;
      font-size:13px;
      font-family:inherit;
      font-weight:600;
      line-height:1.35;
      padding-bottom:8px;
      border-bottom-color:var(--text-dark);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eJIVlG {
      color:var(--text-dark);
      margin:0px;
      font-size:13px;
      font-family:inherit;
      font-weight:600;
      line-height:1.35;
    }

    .eSJcnb {
      color:var(--text-dark);
      margin:18px 0 8px;
      font-size:13px;
      font-family:inherit;
      font-weight:600;
      line-height:1.35;
    }

    .RjgPg {
      gap:3px;
      display:flex;
      font-family:inherit;
      flex-direction:column;
    }

    .cOklwL {
      gap:8px;
      display:flex;
      font-family:inherit;
      flex-direction:row;
    }

    .bFTxWa {
      width:100%;
      margin:0 auto;
      display:flex;
      padding:0 14px 64px;
      max-width:740px;
      font-family:inherit;
      flex-direction:column;
    }

    .cxPklY {
      flex:1;
      border:1px solid #e0e0e0;
      padding:6px 8px;
      font-size:12px;
      min-width:200px;
      font-family:inherit;
      border-radius:6px;
    }

    .fmQGd {
      gap:12px;
      display:flex;
      align-items:baseline;
      font-family:inherit;
      flex-direction:row;
    }

    .eIbCXQ {
      color:#0A66C2;
      font-size:12px;
      font-family:inherit;
      line-height:1.6;
      text-decoration:none;
    }

    .eIbCXQ:hover {
      text-decoration:underline;
    }

    .fnQVTB {
      gap:8px;
      display:flex;
      font-family:inherit;
      flex-direction:column;
    }

    .bPMpiy {
      gap:24px;
      flex:1;
      display:flex;
      min-width:0px;
      font-family:inherit;
      flex-direction:column;
    }

    .Jqldk {
      gap:12px;
      display:flex;
      font-family:inherit;
      flex-direction:column;
    }

    .djIKlJ {
      gap:3px;
      display:flex;
      flex-direction:column;
    }

    .eYWCoq {
      gap:12px;
      width:100%;
      display:flex;
      padding:32px;
      max-width:600px;
      background:#FFFFFF;
      border-radius:8px;
      flex-direction:column;
    }

    .bghavl {
      gap:24px;
      display:flex;
      font-family:inherit;
      flex-direction:column;
    }

    .IUmFg {
      gap:12px;
      display:flex;
      margin-top:64px;
      font-family:inherit;
      flex-direction:column;
    }

    .dQfajB {
      gap:12px;
      display:flex;
      flex-direction:column;
    }

    .ssIJp {
      color:var(--text-dark);
      font-size:13px;
      font-family:inherit;
      font-weight:500;
      line-height:1.4;
      text-decoration:none;
    }

    .ssIJp:hover {
      text-decoration:underline;
    }

    .bULgYg {
      gap:12px;
      margin:6px 0 10px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
    }

    .cFDlGj {
      color:var(--text-dark);
      margin:3px 0 0;
      font-size:11px;
      min-width:80px;
      font-family:inherit;
      line-height:1.5;
    }

    .fmvrZx {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      padding:24px;
      z-index:1000;
      position:fixed;
      background:rgba(0,0,0,0.6);
      align-items:center;
      justify-content:center;
    }

    .dbowZb {
      gap:12px;
      flex:1;
      display:flex;
      min-width:0px;
      font-family:inherit;
      flex-direction:column;
    }

    .bqMBsU {
      gap:48px;
      display:flex;
      margin-top:48px;
      font-family:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bqMBsU {
      flex-direction:column;
    }
    }

    .Jpalo {
      gap:8px;
      display:flex;
      flex-direction:column;
    }

    .eULomk {
      color:var(--text-dark);
      margin:0px;
      font-size:12px;
      font-family:inherit;
      line-height:1.7;
    }

    .eVdhlE {
      color:var(--text-dark);
      margin:16px 0 6px;
      font-size:12px;
      font-family:inherit;
      font-weight:600;
      line-height:1.4;
    }