
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--gray-light-mode-25: #FCFCFD;
--gray-light-mode-50: #F9FAFB;
--gray-light-mode-100: #F2F4F7;
--gray-light-mode-200: #E4E7EC;
--gray-light-mode-300: #D0D5DD;
--gray-light-mode-400: #98A2B3;
--gray-light-mode-500: #667085;
--gray-light-mode-600: #475467;
--gray-light-mode-700: #344054;
--gray-light-mode-800: #1A222E;
--gray-light-mode-900: #101828;
--gray-light-mode-950: #0C111D;
--brand-orange-9: #ff4500;
--brand-orange-10: #F23100;
--brand-orange-11: #E12300;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 6px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* 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;
    }
  }
}

      
  .bRMLjt {
    width:100%;
  height:auto;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bQJfCG {
    color:var(--brand-grey-900, #101828);
  font-size:38px;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .sespV {
    gap:6px;
  width:auto;
  flex-wrap:wrap;
  max-width:100vw;
  align-items:center;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cwVVdR {
    color:var(--brand-grey-600, #475467);
  font-size:14px;
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--medium);
  padding-top:1px;
  justify-content:start;
  }
      

      
        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .bdJyxI {
    color:var(--brand-grey-600, #475467);
  font-size:14px;
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--medium);
  padding-top:1px;
  justify-content:start;
  }
      

      
  .bdJyxI:hover {
    text-decoration-line: underline;
  }
      

        
      
      
  
      

      
        
      
      
  .ecbATn {
    min-height:400px;
  align-items:center;
  padding-top:42px;
  padding-left:11%;
  padding-right:11%;
  padding-bottom:120px;
  justify-content:start;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cHCOhS {
    color:inherit;
  width:100%;
  font-size:20px;
  text-align:center;
  font-family:'Poppins';
  font-weight:var(--medium);
  padding-top:16px;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:16px;
  }
      

      
        
      
      
  .tVzOe {
    border-top-color:#e5e5e5;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .ZEYaN {
    gap:10px;
  color:var(--brand-grey-600, #475467);
  font-size:14px;
  font-family:'Poppins';
  justify-content:;
  }
      

      
        
      
      
  .efJCHl {
    display:inline-block;
  font-weight:var(--normal);
  padding-left:8px;
  }
      

      
        
      
      
  .bMZctC {
    display:flex;
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:start;
  }
      

      
  .bMZctC:hover {
    color:var(--brand-orange-9, #ff4500);
  cursor:pointer;
  }
      

        
      
      
  .cDjgwJ {
    color:var(--brand-grey-600, #475467);
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  justify-content:;
  }
      

      
  .cDjgwJ:hover {
    color:var(--brand-orange-9, #ff4500);
  cursor:pointer;
  }
      

        
      
      
  .eCsVXC {
    font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  }
      

      
  .eCsVXC:hover {
    color:var(--brand-orange-9, #ff4500);
  cursor:pointer;
  }
      

        
      
      
  .dVFEWS {
    align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  justify-content:start;
  }
      

      
  .dVFEWS:hover {
    color:var(--brand-orange-9, #ff4500);
  cursor:pointer;
  }
      

        
      
      
  .bhkUtO {
    gap:18px;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .dXhcqx {
    color:var(--brand-grey-900, #101828);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .footer\:DB19X_ToNkEeV3xU8eyIs {
    color:#ffffff;
  width:150px;
  height:46px;
  font-size:15px;
  align-items:center;
  font-family:'Poppins';
  font-weight:var(--semi);
  border-radius:100px;
  justify-content:center;
  background-color:var(--brand-orange-11, #E12300);
  }
      

      
  .footer\:DB19X_ToNkEeV3xU8eyIs:hover {
    cursor:pointer;
  background-color:var(--brand-10, #F23100);
  }
      


          @media (max-width: 500px) {
            
  .footer\:DB19X_ToNkEeV3xU8eyIs {
    width:100%;
  }
      

          }
          
        
      
      
  .bvdTFH {
    color:var(--brand-orange-10, #F23100);
  font-weight:var(--semi);
  padding-left:8px;
  }
      

      
        
      
      
  .eichXi {
    padding-top:40px;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:40px;
  background-color:inherit;
  }
      

      
        
      
      
  .eMKoDS {
    gap:20px;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .bHUmNZ {
    font-weight:var(--normal);
  }
      

      
        
      
      
  .eRGgie {
    gap:10px;
  color:var(--brand-grey-600, #475467);
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  justify-content:;
  }
      

      
        
      
      
  .bvuxKq {
    color:var(--brand-grey-600);
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .bnumLG {
    color:var(--brand-grey-900, #101828);
  width:100%;
  height:45px;
  font-size:14px;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  padding-left:20px;
  border-radius:99px;
  padding-right:20px;
  background-color:#e5e5e5;
  }
      

      
        
      
      
  .cMyLpJ {
    gap:20px;
  color:var(--brand-grey-900, #101828);
  display:grid;
  font-family:'Poppins';
  padding-bottom:40px;
  grid-template-columns:1.4fr 1.4fr 1.6fr 2.3fr;
  }
      

      
          @media (max-width: 700px) {
            
  .cMyLpJ {
    gap:20px;
  grid-template-rows:1fr 1fr;
  grid-template-columns:1fr 1fr;
  }
      

          }
          

          @media (max-width: 500px) {
            
  .cMyLpJ {
    gap:30px;
  grid-template-rows:auto auto auto auto;
  grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  .cYhXBu {
    gap:20px;
  display:flex;
  font-family:'Poppins';
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  }
      

      
        
      
      
  .eLlWxV {
    flex:1;
  color:var(--brand-grey-600, #475467);
  width:100%;
  flex-wrap:wrap;
  font-size:0.875rem;
  text-align:center;
  align-items:start;
  font-family:'Poppins';
  padding-top:2rem;
  padding-left:10%;
  padding-right:10%;
  flex-direction:row;
  justify-content:center;
  border-top-color:var(--grey-200, #E5E5E5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .dkEOmm {
    gap:10px;
  color:var(--brand-grey-600, #475467);
  font-size:14px;
  font-family:'Poppins';
  justify-content:;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dBNAyC {
    background-color:#F7F7F7;
  }
      

      
        
      
      
  .fcLvot {
    height:60px;
  box-shadow:0px 1px 4px 0px #00000044;
  align-items:center;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
      
      
  .ddOWbR {
    width:210px;
  height:29px;
  }
      

      
        
      
      
  .YPPRJ {
    top:14px;
  width:210px;
  height:29px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eofpDt {
    width:80px;
  height:80px;
  }
      

      
        
      
      
  .dfrYGb {
    gap:24px;
  color:var(--gray-light-mode-900, #101828);
  width:90%;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cNXyIQ {
    width:22vw;
  height:fit-content;
  max-width:300px;
  min-width:220px;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.04);
  transition:transform 100ms ease 0ms normal;
  align-items:start;
  border-color:#EAECF0;
  border-style:solid;
  border-width:1px;
  border-radius:10px;
  justify-content:start;
  }
      

      
  .cNXyIQ:hover {
    cursor:pointer;
  transform:scale(1.02);
  box-shadow:0 10px 20px rgba(0, 0, 0, 0.08);
  translate-y(-5px):;
  }
      


          @media (max-width: 995px) {
            
  .cNXyIQ {
    width:100%;
  }
      

          }
          
        
      
      
  .BMdgX {
    gap:12px;
  height:auto;
  padding-top:24px;
  padding-left:11%;
  padding-right:11%;
  }
      

      
        
      
      
  .fCgOHb {
    width:100%;
  height:180px;
  align-items:center;
  padding-top:40px;
  padding-bottom:40px;
  justify-content:center;
  background-color:var(--brand-grey-700, #344054);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  }
      

      
        
      