
@layer base {
  
  body, :host {
    /* Color */
      --neutral-50: #F8FAFC;
--neutral-100: #F3F4F6;
--neutral-200: #E5E7EB;
--neutral-300: #CBD5E1;
--neutral-400: #9FAABA;
--neutral-500: #6B7280;
--neutral-600: #4B5563;
--neutral-700: #374151;
--neutral-800: #1F2937;
--neutral-900: #111827;
--app-white: #ffffff;
--primary-button: #047857;
--app-primary-button-over: #044432;
--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-poppins: 'Poppins',sans-serif;
--font-inter: '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 */
    --05rem: 0.5rem;
--035rem: 0.35rem;
--065rem: 0.65rem;
--085rem: 0.85rem;
--1rem: 1rem;
--12rem: 1.2rem;
--15rem: 1.5rem;
--20rem: 2rem;
--25rem: 2.5rem;
--30rem: 3rem;
--200rem: 20rem;
--250rem: 25rem;
--300rem: 30rem;
--100: 100%;
--100vh: 100vh;
--100vw: 100vh;
    /* Z-index */
    --z_in_1: 1;
--z_in_10: 10;
--z_in_20: 10;
--z_in_99: 10;
--z_in_999: 999;
  }
  @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;
    }
  }
}

      
  .bonVTf {
    align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cijRsg {
    width:var(--100);
  display:flex;
  min-height:var(--min-height);
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  background-color:var(--neutral-100, #F3F4F6);
  }
      

      
          @media (max-width: 768px) {
            
  .cijRsg {
    min-height:var(--min-height-mobile);
  }
      

          }
          
        
        
      
      
  .eoVoSo {
    top:0px;
  left:0px;
  right:0px;
  width:var(--100);
  bottom:0px;
  height:var(--100);
  z-index:9999;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  .eWVeDX {
    width:100%;
  height:var(--100);
  margin-top:24px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  align-items:center;
  margin-left:24px;
  margin-right:24px;
  margin-bottom:24px;
  justify-content:center;
  background-color:#ffffffff;
  border-left-color:var(--grey-200, #edededff);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .eWVeDX.hide {
    position:relative;
  transform:translateX(440px);
  transition:transform 200ms ease-out 0ms normal;
  align-items:start;
  justify-content:start;
  }
      

        
        
      
      
  .djOoCW {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:var(--100);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cUpSWN {
    gap:1.5rem;
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  justify-content:start;
  background-color:#FDFDFD;
  }
      

      
        
        
      
      
  .RHBNW {
    color:var(--neutral-400, #9FAABA);
  width:var(--100);
  display:flex;
  font-size:var(--font-size-sm);
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .daegsF {
    color:inherit;
  height:40px;
  font-size:var(--font-size-base);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:inherit;
  }
      

      
  .daegsF:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .drlAyN {
    color:inherit;
  height:40px;
  font-size:var(--font-size-base);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:inherit;
  }
      

      
  .drlAyN:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


  .drlAyN:disabled::placeholder {
    color:var(--neutral-400, #9FAABA);
  }
      

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

      
        
        
      
      
  .bBacit {
    color:#ffffffff;
  cursor:pointer;
  font-size:14px;
  object-fit:contain;
  align-items:center;
  font-weight:500;
  padding-top:8px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-900, #171717);
  }
      

      
  .bBacit:hover {
    background-color:#000000;
  }
      


  .bBacit:disabled {
    cursor:not-allowed;
  background-color:var(--neutral-400, #9FAABA);
  }
      

        
        
      
      
  .cuFtqM {
    display:none;
  border-style:solid;
  border-width:0px;
  }
      

      
          @media (max-width: 768px) {
            
  .cuFtqM {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .tXeYb {
    color:inherit;
  width:var(--100);
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .RhRVN {
    color:#fff;
  display:block;
  font-size:0.875rem;
  font-weight:var(--font-weight-normal);
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .eSGpwX {
    gap:var(--1rem);
  color:var(--neutral-600, #4B5563);
  cursor:pointer;
  display:flex;
  align-items:center;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  justify-content:end;
  }
      

      
          @media (max-width: 768px) {
            
  .eSGpwX {
    align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cbMHKW {
    gap:var(--05rem);
  cursor:pointer;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cIbQSc {
    color:inherit;
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bSXWBE {
    gap:var(--065rem);
  color:inherit;
  font-family:inherit;
  }
      

      
        
        
      
      
  .eJxNgv {
    color:inherit;
  display:block;
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
        
      
      
  .eYWxBd {
    color:var(--neutral-400, #9FAABA);
  font-size:var(--font-size-sm);
  margin-top:8px;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
        
      
      
  .LdSXe {
    font-size:14px;
  font-weight:500;
  line-height:20px;
  padding-left:4px;
  padding-right:4px;
  }
      

      
        
        
      
      
  .bKvNZx {
    color:inherit;
  display:flex;
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .coIASo {
    color:#FDFDFD;
  display:block;
  font-weight:600;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.06px;
  }
      

      
        
        
      
      
  .bWUOVS {
    display:flex;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dPnazy {
    gap:var(--1rem);
  flex:1;
  color:inherit;
  width:var(--100);
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .cANXek {
    gap:var(--1rem);
  cursor:pointer;
  display:flex;
  z-index:1;
  position:relative;
  background:var(--white, #fff);
  align-items:center;
  padding-top:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:start;
  }
      

      
  
      


  
      


  
      

        
        
      
      
  .RkkEs {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  z-index:999;
  position:absolute;
  transition:all 200ms ease 0ms normal;
  align-items:center;
  flex-direction:column;
  backdrop-filter:blur(13px);
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .RkkEs.hidden {
    display:none;
  opacity:0;
  z-index:-1;
  }
      

        
        
      
      
  .feQDJU {
    gap:var(--1rem);
  color:inherit;
  width:var(--100);
  font-family:inherit;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .feQDJU {
    gap:var(--065rem);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .fairNu {
    color:var(--primary-button, #047857);
  width:var(--100);
  display:flex;
  position:relative;
  font-size:var(--font-size-xxs);
  align-items:start;
  font-weight:var(--font-weight-normal);
  padding-top:var(--05rem);
  border-color:var(--primary-button, #047857);
  border-style:solid;
  border-width:1px;
  padding-left:var(--05rem);
  border-radius:4px;
  padding-right:var(--05rem);
  flex-direction:column;
  padding-bottom:var(--05rem);
  justify-content:start;
  }
      

      
        
        
      
      
  .cwSyOM {
    color:inherit;
  width:var(--100);
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (max-width: 480px) {
            
  .cwSyOM {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dCQqaz {
    flex:1;
  }
      

      
          @media (max-width: 768px) {
            
  .dCQqaz {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eSGHxW {
    gap:var(--1rem);
  flex:1;
  color:var(--neutral-500, #6B7280);
  width:var(--100);
  display:flex;
  font-size:var(--font-size-sm);
  font-family:'Poppins';
  padding-top:var(--20rem);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:var(--20rem);
  border-radius:12px;
  padding-right:var(--20rem);
  flex-direction:column;
  padding-bottom:var(--20rem);
  }
      

      
          @media (max-width: 768px) {
            
  .eSGHxW {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .diDgmq {
    gap:16px;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:end;
  border-top-color:var(--grey-200, #edededff);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .eLuQTB {
    gap:var(--035rem);
  color:var(--neutral-700, #374151);
  width:var(--100);
  cursor:pointer;
  height:var(--100);
  display:flex;
  align-items:center;
  font-family:'Poppins';
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .cWAEIk {
    gap:var(--1rem);
  width:var(--100);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .cWAEIk {
    align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .eJaMQh {
    gap:var(--065rem);
  flex:1;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--065rem);
  border-style:solid;
  border-width:0px;
  padding-left:var(--25rem);
  border-radius:0.25rem;
  padding-right:var(--25rem);
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:#414651;
  }
      

      
        
        
      
      
  .cPDhez {
    flex:1;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dFOfAg {
    color:var(--red-300, #FCA5A5);
  width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  background-color:var(--red-50, #FEF2F2);
  }
      

      
  .dFOfAg:hover {
    color:var(--red-400, #F87171);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ehJCBs {
    display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .enUSBC {
    flex:2;
  color:inherit;
  width:var(--100);
  display:flex;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .VCXUL {
    color:var(--neutral-400, #9FAABA);
  display:block;
  font-size:var(--font-size-sm);
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cImZjb {
    display:flex;
  align-items:start;
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  border-radius:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .cImZjb:hover {
    background-color:#f8fafce3;
  }
      

        
        
      
      
  .bcDZen {
    gap:var(--065rem);
  flex:1;
  color:inherit;
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .criRHU {
    gap:var(--1rem);
  color:inherit;
  width:var(--100);
  font-family:inherit;
  flex-direction:row;
  background-color:inherit;
  }
      

      
          @media (max-width: 768px) {
            
  .criRHU {
    gap:var(--065rem);
  width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dUkLN {
    display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .dUkLN {
    width:var(--100);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
        
      
      
  .oNGlZ {
    color:var(--neutral-500, #6B7280);
  width:var(--100);
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .flNfdi {
    height:100%;
  position:relative;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .bQbhEq {
    gap:var(--15rem);
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dwmKzK {
    color:var(--grey-700);
  cursor:pointer;
  font-size:14px;
  object-fit:contain;
  align-items:center;
  font-weight:500;
  padding-top:8px;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .dwmKzK:hover {
    background-color:var(--grey-100);
  }
      

        
        
      
      
  .coNQNW {
    width:var(--100);
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eyResy {
    color:var(--neutral-500, #6B7280);
  display:block;
  font-size:var(--font-size-2xl);
  text-align:center;
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .eCDXxZ {
    width:fit-content;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .KpeUj {
    width:1.25rem;
  height:1.25rem;
  display:flex;
  position:absolute;
  transform:x(NaNrem);
  transition:all 175ms ease 0ms normal;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#fff;
  transition-duration:150ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .KpeUj.on {
    translate:1.25rem;
  }
      

        
        
      
      
  .bDoJUM {
    width:2.75rem;
  cursor:pointer;
  height:1.5rem;
  display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:0.125rem;
  border-radius:9999px;
  padding-right:0.125rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--grey-800, #262626);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .bDoJUM.on {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  background-color:var(--blue-700, #1D4ED8);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .eQckhk {
    flex:1;
  height:var(--100);
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:var(--20rem);
  padding-right:var(--20rem);
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .eQckhk {
    flex:0;
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
        
      
      
  .InnIx {
    gap:var(--1rem);
  width:var(--100);
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bSHXiJ {
    color:var(--neutral-400, #9FAABA);
  display:flex;
  font-size:var(--font-size-sm);
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bYdfkN {
    gap:0.5rem;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dZIbxN {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:5;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .djYqRQ {
    cursor:pointer;
  padding-top:4px;
  padding-left:4px;
  border-radius:8px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
  .djYqRQ:hover {
    background-color:var(--grey-100, #F5F5F5);
  }
      

        
        
      
      
  .eMVomw {
    gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fAecwO {
    color:var(--grey-800, #262626);
  font-size:16px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
        
      
      
  .dTcECe {
    width:100%;
  display:flex;
  max-width:500px;
  margin-top:24px;
  max-height:94vh;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  margin-left:24px;
  margin-right:24px;
  border-radius:12px;
  margin-bottom:24px;
  flex-direction:column;
  background-color:#ffffffff;
  border-left-color:var(--grey-200, #edededff);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .dTcECe.hide {
    position:relative;
  transform:translateX(440px);
  transition:transform 200ms ease-out 0ms normal;
  align-items:start;
  justify-content:start;
  }
      

        
        
      
      
  .RATbq {
    flex:1;
  min-height:200px;
  overflow-y:auto;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .cSXlON {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  font-family:'Poppins';
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  background-color:#00000061;
  }
      

      
        
        
      
      
  .tNZGR {
    height:56px;
  align-items:center;
  padding-top:12px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  border-bottom-color:var(--grey-200, #edededff);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eqhWor {
    gap:var(--1rem);
  width:var(--100);
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .eqhWor {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .diluCR {
    gap:0.25rem;
  cursor:pointer;
  height:35px;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  background-color:#414651;
  }
      

      
  .diluCR:hover {
    background-color:#030303;
  }
      

        
        
      
      
  .djwEag {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .djwEag {
    display:none;
  }
      

          }
          
        
        
      
      
  .fcLwTH {
    color:inherit;
  height:40px;
  font-size:var(--font-size-base);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:inherit;
  }
      

      
  .fcLwTH:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


  .fcLwTH:disabled::placeholder {
    color:var(--neutral-400, #9FAABA);
  cursor:not-allowed;
  }
      

        
        
      
      
  .dJmffh {
    color:var(--grey-400, #A3A3A3);
  width:70px;
  height:70px;
  }
      

      
        
        
      
      
  .bIGnQq {
    color:var(--grey-100, #F5F5F5);
  }
      

      
        
        
      
      
  .bBhsxR {
    gap:var(--1rem);
  display:flex;
  padding:1rem;
  align-self:stretch;
  min-height:450px;
  align-items:center;
  border-color:#d5d6da;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:center;
  background-color:#fdfdfd;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .mZRIS {
    gap:var(--065rem);
  display:flex;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cvnKAc {
    color:#ffffff;
  }
      

      
        
        
      
      
  .cUxgFh {
    gap:var(--065rem);
  flex:4;
  color:inherit;
  width:var(--100);
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eSQkBz {
    gap:var(--1rem);
  color:inherit;
  width:var(--100);
  font-family:inherit;
  flex-direction:row;
  background-color:inherit;
  }
      

      
          @media (max-width: 768px) {
            
  .eSQkBz {
    gap:var(--065rem);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .KNMbo {
    width:var(--100);
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cBUSWf {
    gap:var(--05rem);
  width:100%;
  display:flex;
  flex-wrap:wrap;
  max-height:100px;
  min-height:88px;
  align-items:center;
  font-family:'Poppins';
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
        
      
      
  .xSgsv {
    color:var(--white, #ffffff);
  width:25px;
  height:25px;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:var(--065rem);
  border-color:var(--primary-button-over, #004D36);
  border-style:solid;
  border-width:1px;
  padding-left:var(--065rem);
  border-radius:99px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .dsZPeA {
    color:var(--grey-50, #FAFAFA);
  position:relative;
  font-size:var(--font-size-xs);
  text-align:left;
  }
      

      
        
        
      
      
  .chTMgw {
    color:var(--grey-800, #262626);
  line-height:var(--085rem);
  }
      

      
  .chTMgw.ativo {
    color:var(--white, #ffffff);
  }
      

        
        
      
      
  .cXrjhd {
    gap:8px;
  color:var(--secondary-text, #5c6d87);
  cursor:pointer;
  display:flex;
  overflow:hidden;
  position:relative;
  align-self:stretch;
  background:var(--gray-20, #222);
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--12rem);
  border-radius:8px;
  padding-right:var(--12rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:space-between;
  background-color:var(--white, #ffffff);
  }
      

      
  .cXrjhd.ativo {
    background-color:var(--primary-button, #508278);
  }
      

        
        
      
      
  .eKChZu {
    color:var(--white, #ffffff);
  width:12px;
  height:12px;
  }
      

      
        
        
      
      
  .dUWWlc {
    display:none;
  overflow:hidden;
  position:relative;
  border-color:var(--border-100, #f3f4f5);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  }
      

      
          @media (max-width: 768px) {
            
  .dUWWlc {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .mOvdr {
    gap:8px;
  color:var(--secondary-text, #5c6d87);
  cursor:pointer;
  display:flex;
  overflow:hidden;
  position:relative;
  align-self:stretch;
  background:var(--gray-20, #222);
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--12rem);
  border-radius:8px;
  padding-right:var(--12rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:space-between;
  background-color:var(--white, #ffffff);
  }
      

      
  .mOvdr.ativo {
    background-color:var(--primary-button, #508278);
  }
      


  .mOvdr:hover {
    background-color:var(--neutral-500, #6B7280);
  }
      

        
        
      
      
  .eqkmyc {
    width:20px;
  height:20px;
  font-size:var(--font-size-sm);
  align-items:center;
  border-color:var(--white, #ffffff);
  border-style:solid;
  border-width:1px;
  border-radius:99px;
  justify-content:center;
  }
      

      
        
        
      
      
  .fGDeAZ {
    color:var(--primary-text, #31363b);
  width:180px;
  height:auto;
  font-size:18px;
  font-weight:bold;
  }
      

      
          @media (max-width: 360px) {
            
  .fGDeAZ {
    width:140px;
  }
      

          }
          
        
        
      
      
  .bAWSy {
    color:var(--grey-800, #262626);
  position:relative;
  font-size:var(--font-size-xs);
  text-align:left;
  }
      

      
  .bAWSy.ativo {
    color:var(--white, #ffffff);
  }
      

        
        
      
      
  .cemUTl {
    gap:var(--05rem);
  width:100%;
  flex-wrap:wrap;
  max-width:1270px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .fuaLZq {
    width:100%;
  height:auto;
  }
      

      
        
        
      
      
  .flBYCn {
    color:var(--white, #ffffff);
  width:25px;
  height:25px;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:var(--065rem);
  border-color:var(--neutral-50, #F8FAFC);
  border-style:solid;
  border-width:1px;
  padding-left:var(--065rem);
  border-radius:99px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .bPFqCJ {
    gap:8px;
  color:var(--secondary-text, #5c6d87);
  display:flex;
  overflow:hidden;
  position:relative;
  align-self:stretch;
  background:var(--gray-20, #222);
  align-items:center;
  padding-top:5px;
  padding-left:5px;
  border-radius:8px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:center;
  background-color:var(--primary-button, #00805B);
  }
      

      
        
        
      
      
  .bmCKmj {
    gap:8px;
  height:59px;
  display:flex;
  padding:8px;
  overflow:hidden;
  position:relative;
  align-items:center;
  border-color:var(--border-100, #f3f4f5);
  border-style:solid;
  border-width:1px;
  border-radius:14px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .bmCKmj {
    display:none;
  }
      

          }
          
        
        
      
      
  .bEPEHu {
    width:100%;
  cursor:pointer;
  height:auto;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .bYpYdz {
    gap:8px;
  color:var(--neutral-500, #6B7280);
  cursor:pointer;
  height:40px;
  display:flex;
  position:relative;
  align-self:stretch;
  background:var(--gray-20, #222);
  align-items:center;
  padding-top:var(--1rem);
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
  .bYpYdz:hover {
    background-color:var(--neutral-700, #374151);
  }
      

        
        
      
      
  .ewMFzt {
    flex:1;
  color:var(--white, #ffffff);
  position:relative;
  font-size:var(--font-size-xxs);
  text-align:left;
  font-weight:var(--text-small-medium-font-weight, 500);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
          @media (max-width: 768px) {
            
  .dBOdHC {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eJMmZo {
    gap:var(--1rem);
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  justify-content:center;
  background-color:#FDFDFD;
  }
      

      
          @media (max-width: 768px) {
            
  .eJMmZo {
    align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .pRhRG {
    gap:0.5rem;
  color:inherit;
  width:70%;
  height:285px;
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .pRhRG {
    width:var(--100);
  height:var(--100);
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dgfuhO {
    color:inherit;
  height:40px;
  font-size:var(--font-size-base);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:inherit;
  }
      

      
  .dgfuhO:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


  .dgfuhO:disabled::placeholder {
    color:var(--neutral-400, #9FAABA);
  cursor:not-allowed;
  }
      


  .dgfuhO:disabled {
    color:var(--neutral-400, #9FAABA);
  cursor:not-allowed;
  }
      

        
        
      
      
  .ezQsJL {
    color:#ffffffff;
  cursor:pointer;
  font-size:14px;
  object-fit:contain;
  align-items:center;
  font-weight:500;
  padding-top:8px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-900, #171717);
  }
      

      
  .ezQsJL:hover {
    background-color:#000000;
  }
      

        
        
      
      
  .etquip {
    color:inherit;
  display:block;
  align-self:stretch;
  font-family:inherit;
  font-weight:700;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .elALuL {
    color:inherit;
  cursor:not-allowed;
  height:40px;
  font-size:var(--font-size-base);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:inherit;
  }
      

      
  .elALuL:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


  .elALuL:disabled::placeholder {
    color:var(--neutral-400, #9FAABA);
  }
      

        
        
      
      
  .dsryBT {
    gap:0.25rem;
  width:360px;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .dsryBT {
    width:var(--100);
  }
      

          }
          
        
        
      
      
  .fCLSVc {
    gap:0.5rem;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .fCLSVc {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dqyBBU {
    gap:0.5rem;
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .eDZDay {
    color:var(--neutral-400, #9FAABA);
  font-size:0.625rem;
  margin-top:8px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ejvAEn {
    color:#717680;
  width:70%;
  display:block;
  font-size:0.75rem;
  align-self:stretch;
  font-weight:600;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eRgaPL {
    gap:0.25rem;
  width:360px;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .pKlif {
    color:#A4A7AE;
  display:block;
  font-size:var(--font-size-sm);
  align-self:stretch;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .PMMF {
    gap:1rem;
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .PMMF {
    gap:var(--15rem);
  width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eJvTGH {
    color:var(--neutral-400, #9FAABA);
  display:block;
  font-size:var(--font-size-sm);
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .JNECy {
    color:var(--neutral-500, #6B7280);
  width:50%;
  display:flex;
  font-size:0.75rem;
  align-self:stretch;
  font-weight:600;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dzTSIH {
    color:#717680;
  display:block;
  font-size:0.75rem;
  align-self:stretch;
  font-weight:600;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bKCBdJ {
    display:flex;
  font-size:var(--font-size-sm);
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fiJGKm {
    width:70%;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .exdqWO {
    color:var(--neutral-400, #9FAABA);
  width:70%;
  display:block;
  font-size:var(--font-size-sm);
  align-self:stretch;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .favYPY {
    gap:0.5rem;
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .epaEqD {
    gap:0.5rem;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .epaEqD {
    width:var(--100);
  flex-direction:column-reverse;
  }
      

          }
          
        
        
      
      
  .bRzWfg {
    color:var(--neutral-600, #4B5563);
  font-family:'Poppins';
  }
      

      
        
        
      
      
  .cNTKql {
    gap:0.25rem;
  width:360px;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .rTcqX {
    gap:var(--15rem);
  color:inherit;
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:0.4000000059604645px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ecXDzC {
    gap:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .ecXDzC {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eMsGRA {
    gap:var(--1rem);
  width:var(--100);
  max-width:1270px;
  padding-top:var(--20rem);
  flex-direction:column;
  padding-bottom:var(--20rem);
  }
      

      
        
        
      
      
  .fwksDD {
    gap:var(--1rem);
  flex:4;
  width:var(--100);
  }
      

      
        
        
      
      
  .ffthkl {
    width:var(--100);
  font-family:'Poppins';
  }
      

      
          @media (max-width: 768px) {
            
  .ffthkl {
    width:var(--100);
  }
      

          }
          
        
        
      
      
  .dReBQm {
    gap:var(--1rem);
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .dReBQm {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .diopLr {
    width:var(--100);
  }
      

      
        
        
      
      
  .fydMRW {
    width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:center;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-50, #F8FAFC);
  }
      

      
        
        
      
      
  .bIEarb {
    gap:0.5rem;
  color:var(--neutral-600, #4B5563);
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eFtXHb {
    gap:0.25rem;
  flex:1 1 0%;
  color:inherit;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bmifRT {
    top:20%;
  left:0rem;
  width:100%;
  height:1px;
  display:block;
  position:absolute;
  transform:y(-50%);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#e2e8f0;
  }
      

      
          @media (max-width: 640px) {
            
  .bmifRT {
    top:0px;
  left:6%;
  width:1px;
  height:100%;
  position:absolute;
  }
      

          }
          
        
        
      
      
  .cttApg {
    gap:var(--15rem);
  flex:1;
  min-width:300px;
  }
      

      
          @media (max-width: 768px) {
            
  .cttApg {
    width:var(--100);
  min-width:var(--100);
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bNhLOg {
    gap:var(--1rem);
  flex:1;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  outline-color:var(--neutral-200, #E5E7EB);
  outline-style:solid;
  outline-width:2px;
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .gYhfu {
    width:var(--100);
  flex-direction:row;
  }
      

      
        
        
      
      
  .bgxDTZ {
    color:inherit;
  display:block;
  font-size:0.75rem;
  align-self:stretch;
  font-family:inherit;
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .blFcsK {
    gap:var(--065rem);
  flex:1;
  color:#ffffff;
  width:fit-content;
  cursor:pointer;
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  border-top-left-radius:0px;
  border-top-right-radius:8px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:8px;
  }
      

      
  .blFcsK:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      


          @media (max-width: 768px) {
            
  .blFcsK {
    width:100%;
  border-radius:8px;
  }
      

          }
          
        
        
      
      
  .dWGqEm {
    gap:var(--065rem);
  width:100%;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .cpYZAy {
    color:var(--neutral-800, #1F2937);
  margin:0px;
  font-size:var(--font-size-lg);
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .fiSzTs {
    color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  align-items:start;
  padding-top:var(--05rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--05rem);
  justify-content:start;
  }
      

      
        
        
      
      
  .epEIwa {
    gap:var(--1rem);
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .epEIwa {
    align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .fkQqqd {
    min-width:100%;
  min-height:150px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .cDLQRV {
    color:#252B37;
  display:block;
  font-size:0.75rem;
  font-family:inherit;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dhANAT {
    gap:var(--15rem);
  flex:1;
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:0.4000000059604645px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .RirsW {
    width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .doDqYV {
    gap:var(--05rem);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .eGMufT {
    color:var(--neutral-900, #111827);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dhyTVw {
    gap:1.5rem;
  flex:1 1 0%;
  color:var(--neutral-500, #6B7280);
  width:var(--100);
  display:flex;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .crznzu {
    gap:1rem;
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  justify-content:start;
  background-color:#FDFDFD;
  }
      

      
        
        
      
      
  .cXxFvq {
    display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (max-width: 640px) {
            
  .cXxFvq {
    gap:var(--085rem);
  width:100%;
  align-items:center;
  padding-top:var(--035rem);
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cnUNMv {
    font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .eHwFJj {
    gap:var(--12rem);
  width:100%;
  align-items:start;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  outline-color:var(--neutral-200, #E5E7EB);
  outline-style:solid;
  outline-width:2px;
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .dNAzT {
    display:flex;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 640px) {
            
  .dNAzT {
    gap:var(--1rem);
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cZnRnG {
    gap:1rem;
  color:inherit;
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eGmJCV {
    gap:var(--15rem);
  flex:1;
  width:100%;
  flex-wrap:wrap;
  max-width:1270px;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .eGmJCV {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .MWxSY {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:5;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .NwMxm {
    color:var(--neutral-600, #4B5563);
  font-family:inherit;
  }
      

      
        
        
      
      
  .dHiLAJ {
    color:var(--primary-button-over, #437269);
  margin:0px;
  display:inline-block;
  font-size:var(--font-size-lg);
  font-family:'Poppins';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .csioWp {
    color:var(--neutral-600, #4B5563);
  width:70%;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  overflow-x:auto;
  overflow-y:hidden;
  align-items:start;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:var(--neutral-100, #F3F4F6);
  border-top-left-radius:8px;
  border-top-right-radius:0px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:0px;
  }
      

      
  .csioWp:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


          @media (max-width: 768px) {
            
  .csioWp {
    width:var(--100);
  border-radius:8px;
  }
      

          }
          
        
        
      
      
  .fdXsfV {
    gap:0.5rem;
  color:inherit;
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .NZico {
    gap:var(--05rem);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dvHgYL {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:var(--05rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--05rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .cTAoIP {
    gap:0.5rem;
  color:inherit;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .wCUAT {
    color:var(--neutral-700, #374151);
  width:100%;
  margin:0px;
  font-size:var(--font-size-2xl);
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .dsTyoE {
    color:var(--neutral-700, #374151);
  width:100%;
  margin:0px;
  font-size:var(--font-size-lg);
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .a-DdT {
    gap:var(--065rem);
  width:100%;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .a-DdT {
    gap:var(--1rem);
  width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .efOsNl {
    color:inherit;
  display:block;
  font-size:var(--font-size-xl);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.48px;
  }
      

      
        
        
      
      
  .biMGAJ {
    gap:0.25rem;
  width:var(--100);
  display:flex;
  padding:24px;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.125rem;
  flex-direction:row;
  justify-content:space-between;
  background-color:inherit;
  }
      

      
          @media (max-width: 768px) {
            
  .biMGAJ {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .cXqOHR {
    gap:0.5rem;
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fvQlxH {
    color:inherit;
  display:block;
  font-size:0.75rem;
  font-family:inherit;
  font-weight:700;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .jahmG {
    color:inherit;
  display:block;
  font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.48px;
  }
      

      
        
        
      
      
  .fuTevn {
    color:var(--neutral-700, #374151);
  display:inline-block;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .bmJELQ {
    gap:var(--065rem);
  width:var(--100);
  padding-top:var(--1rem);
  padding-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .bzlzvD {
    color:var(--neutral-500, #6B7280);
  font-family:inherit;
  }
      

      
        
        
      
      
  .Dgbms {
    gap:var(--085rem);
  width:100%;
  display:flex;
  align-items:start;
  padding-top:var(--05rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--05rem);
  justify-content:start;
  }
      

      
        
        
      
      
  .cxXYGr {
    gap:var(--15rem);
  flex:1;
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:0.4000000059604645px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .ZPRUV {
    gap:var(--085rem);
  color:var(--default-link-color, #2463ebff);
  width:var(--100);
  height:50px;
  align-items:center;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
        
        
      
      
  .bHVPcS {
    gap:var(--05rem);
  flex:1;
  width:var(--100);
  align-items:center;
  padding-top:var(--15rem);
  padding-left:var(--15rem);
  border-radius:12px;
  outline-color:var(--neutral-200, #E5E7EB);
  outline-style:solid;
  outline-width:2px;
  padding-right:var(--15rem);
  padding-bottom:var(--15rem);
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .bPbTox {
    color:#FDFDFD;
  display:block;
  font-size:0.75rem;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .egyUwO {
    gap:var(--15rem);
  flex:1;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  outline-color:var(--neutral-200, #E5E7EB);
  outline-style:solid;
  outline-width:2px;
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--1rem);
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .dyuDBb {
    gap:var(--15rem);
  flex:3;
  width:var(--100);
  }
      

      
        
        
      
      
  .cQxcfh {
    gap:var(--15rem);
  flex-grow:1;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dcuGaJ {
    width:var(--100);
  align-items:start;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .cReMVg {
    display:inline-block;
  text-align:left;
  border-style:solid;
  border-width:0px;
  }
      

      
        
        
      
      
  .foxKsH {
    color:#FDFDFD;
  display:block;
  font-size:0.75rem;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.04px;
  }
      

      
        
        
      
      
  .eIrpgT {
    color:var(--neutral-700, #374151);
  display:block;
  font-size:0.75rem;
  max-width:80px;
  margin-top:0.5rem;
  text-align:center;
  font-family:'Poppins';
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (max-width: 640px) {
            
  .eIrpgT {
    flex:1;
  height:100%;
  display:flex;
  max-width:100%;
  margin-top:0px;
  align-items:start;
  line-height:15px;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          

  .eIrpgT.deactivated {
    color:var(--neutral-400, #94A3B8);
  }
      

        
        
      
      
  .vubgZ {
    gap:1rem;
  width:var(--100);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 768px) {
            
  .vubgZ {
    align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bBFsmi {
    width:var(--100);
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .dFTdeD {
    gap:var(--085rem);
  color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:var(--065rem);
  padding-left:var(--085rem);
  border-radius:6px;
  padding-right:var(--085rem);
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:var(--primary-button-over, #437269);
  }
      

      
  .dFTdeD:hover {
    background-color:var(--primary-button-over, #437269);
  }
      

        
        
      
      
  .VMjqc {
    gap:var(--1rem);
  flex:1;
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:0.4000000059604645px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .da-Dorh {
    width:100%;
  display:flex;
  padding-top:var(--12rem);
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:var(--12rem);
  }
      

      
        
        
      
      
  .dNMAxR {
    gap:var(--065rem);
  width:100%;
  }
      

      
        
        
      
      
  .dQbbNi {
    gap:0.5rem;
  width:var(--100);
  display:flex;
  padding:1rem;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:center;
  font-family:inherit;
  border-color:#D5D7DA;
  border-style:solid;
  border-width:0.6000000238418579px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:space-between;
  background-color:#FDFDFD;
  }
      

      
          @media (max-width: 768px) {
            
  .dQbbNi {
    gap:var(--15rem);
  width:var(--100);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .fgiZIn {
    color:var(--neutral-900, #111827);
  margin:0px;
  font-size:var(--font-size-lg);
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .elqKMl {
    width:100%;
  height:60px;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .elqKMl {
    gap:var(--1rem);
  width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .cSZyXc {
    gap:0.5rem;
  width:var(--100);
  display:flex;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-50, #F8FAFC);
  }
      

      
        
        
      
      
  .dnUdxb {
    color:var(--text_color, #BE185D);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  padding-top:0.25rem;
  padding-left:var(--085rem);
  border-radius:99px;
  padding-right:var(--085rem);
  padding-bottom:0.25rem;
  background-color:var(--tag_color, #FF9800);
  }
      

      
        
        
      
      
  .dGAXbH {
    color:#FDFDFD;
  display:block;
  font-size:0.875rem;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .BoaUH {
    color:var(--primary-button-over, #437269);
  }
      

      
        
        
      
      
  .ewWxaw {
    margin:0px;
  font-size:var(--font-size-2xl);
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .bzRRuP {
    width:1.5rem;
  height:1.5rem;
  display:flex;
  z-index:10;
  position:relative;
  align-items:center;
  border-color:#e46c6c;
  border-style:solid;
  border-width:2px;
  border-radius:9999px;
  outline-color:#e46c6c;
  outline-style:solid;
  outline-width:1px;
  flex-direction:row;
  justify-content:center;
  background-color:#fff;
  }
      

      
  .bzRRuP.active {
    width:1.5rem;
  height:1.5rem;
  align-items:center;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  outline-color:var(--teal-600, #0D9488);
  outline-style:solid;
  outline-width:2px;
  justify-content:center;
  background-color:var(--teal-600, #0D9488);
  }
      


  .bzRRuP.waiting {
    width:1.5rem;
  height:1.5rem;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  outline-color:#e46c6c;
  outline-style:solid;
  outline-width:2px;
  background-color:#e46c6c;
  }
      

        
        
      
      
  .coRtin {
    gap:1.5rem;
  flex:1 1 0%;
  color:var(--neutral-700, #374151);
  width:var(--100);
  display:flex;
  align-items:end;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ezTRnu {
    flex:1;
  width:var(--100);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .cpgBCd {
    flex:1;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bodCTU {
    gap:var(--05rem);
  cursor:pointer;
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .ekuaBD {
    gap:0.5rem;
  cursor:pointer;
  height:40px;
  display:flex;
  align-items:center;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:8px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
  .ekuaBD:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      


          @media (max-width: 768px) {
            
  .ekuaBD {
    align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bkOFDi {
    color:inherit;
  display:inline-block;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dYcFwt {
    color:inherit;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .fBoUdl {
    gap:20px;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dIGKbm {
    color:#252B37;
  display:block;
  align-self:stretch;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cMOseL {
    color:#fff;
  width:1rem;
  height:1rem;
  display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .cMOseL.hidden {
    display:none;
  }
      

        
        
      
      
  .cCAfnw {
    gap:var(--15rem);
  width:var(--100);
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .emBHrm {
    gap:var(--15rem);
  width:var(--100);
  display:flex;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:center;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .emBHrm {
    gap:7rem;
  width:var(--100);
  }
      

          }
          
        
        
      
      
  .dmzWPO {
    gap:0.5rem;
  flex:1;
  color:var(--neutral-700, #374151);
  display:flex;
  align-items:center;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .dmzWPO {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dURBjW {
    color:var(--neutral-600, #4B5563);
  display:block;
  font-size:0.75rem;
  align-self:stretch;
  font-family:inherit;
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .ceIgQq {
    gap:var(--065rem);
  flex:1;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--065rem);
  border-style:solid;
  border-width:0px;
  padding-left:var(--25rem);
  border-radius:0.25rem;
  padding-right:var(--25rem);
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:#414651;
  }
      

      
        
        
      
      
  .ekjNey {
    color:var(--grey-800, #262626);
  width:100%;
  height:45px;
  font-size:var(--font-size-sm);
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .ekjNey:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .YfdNb {
    display:flex;
  align-items:center;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .crODcO {
    gap:var(--15rem);
  width:100%;
  }
      

      
        
        
      
      
  .fcbVEC {
    width:16px;
  height:16px;
  display:flex;
  align-items:center;
  padding-top:2.8333332538604736px;
  border-style:solid;
  border-width:0px;
  padding-left:2.8333332538604736px;
  padding-right:2.83331561088562px;
  flex-direction:row;
  padding-bottom:2.8333308696746826px;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .flRKjg {
    width:var(--100);
  min-height:var(--minDVH);
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .uspSz {
    width:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:'Poppins';
  flex-direction:column;
  justify-content:space-between;
  background-color:var(--card-bg, #ffffff);
  }
      

      
        
        
      
      
  .cyHrnG {
    width:100%;
  max-width:1270px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ciKwxu {
    color:var(--app-1200, #181a1f);
  font-size:var(--font-size-sm);
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .bdQEpv {
    color:var(--grey-700, #404040);
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:inherit;
  line-height:19px;
  }
      

      
        
        
      
      
  .fkHytB {
    color:var(--grey-500, #737373);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dcQMkE {
    flex:1;
  color:var(--grey-700, #404040);
  display:flex;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:19px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bfqdNl {
    width:35px;
  height:35px;
  }
      

      
        
        
      
      
  .cpbQOo {
    width:var(--100);
  height:auto;
  max-width:130px;
  }
      

      
        
        
      
      
  .NJJwT {
    gap:10px;
  flex:1;
  height:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .rDfrA {
    gap:10px;
  width:100%;
  align-items:start;
  padding-top:var(--20rem);
  padding-left:var(--20rem);
  padding-right:var(--20rem);
  flex-direction:row;
  padding-bottom:var(--20rem);
  justify-content:center;
  border-top-color:var(--border-100, #f3f4f5);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .bxllAQ {
    flex:1;
  flex-wrap:wrap;
  }
      

      
        
        
      
      
  .chVdSO {
    gap:10px;
  flex:1;
  height:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cwqdRf {
    gap:20px;
  width:100%;
  height:100%;
  flex-wrap:wrap;
  max-width:1440px;
  padding-top:10px;
  padding-left:1px;
  padding-right:1px;
  flex-direction:row;
  padding-bottom:10px;
  }
      

      
          @media (max-width: 520px) {
            
  .cwqdRf {
    gap:30px;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .PZBTY {
    gap:20px;
  flex:1;
  width:100%;
  height:auto;
  }
      

      
        
        
      
      
  .blFlzp {
    width:100%;
  align-items:center;
  padding-top:30px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:30px;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .eIIiqh {
    width:var(--100);
  cursor:pointer;
  height:auto;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dHBXmj {
    width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .brnjYh {
    gap:20px;
  width:100%;
  flex-wrap:wrap;
  max-width:1440px;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 520px) {
            
  .brnjYh {
    flex-wrap:wrap;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .NacTg {
    flex:1;
  display:flex;
  flex-direction:column;
  }
      

      
        
        
      
      
  .ejqSac {
    width:100%;
  align-items:start;
  padding-top:34px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:34px;
  justify-content:center;
  background-color:var(--content-bg-color, #f6f8fa);
  border-top-color:var(--border-100, #f3f4f5);
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:var(--border-100, #f3f4f5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .fdvYRg {
    width:35px;
  height:35px;
  min-width:35px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bMJXYU {
    gap:20px;
  left:20px;
  bottom:20px;
  z-index:99;
  position:fixed;
  }
      

      
        
        
      
      
  .dIdeIu {
    left:20px;
  bottom:-10px;
  position:absolute;
  }
      

      
        
        
      
      
  .RaLhe {
    width:3.75rem;
  cursor:pointer;
  height:3.75rem;
  }
      

      
        
        
      
      
  .cWBtJj {
    top:15px;
  color:var(--neutral-50, #F8FAFC);
  right:15px;
  cursor:pointer;
  position:absolute;
  }
      

      
        
        
      
      
  .cvqugY {
    gap:0px;
  color:var(--neutral-50, #F8FAFC);
  width:var(--100);
  cursor:pointer;
  height:100px;
  padding-left:var(--065rem);
  flex-direction:row;
  background-color:var(--neutral-50, #F8FAFC);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  }
      

      
  .cvqugY:hover {
    color:#efeff0;
  background-color:#efeff0;
  }
      

        
        
      
      
  .fzVsVH {
    font-size:inherit;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .bZFKAu {
    font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .eqJWqG {
    color:#0ec45a;
  width:50px;
  height:50px;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  border-radius:50px;
  flex-direction:column;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
        
      
      
  .eMLVRd {
    color:inherit;
  display:inline-block;
  font-family:inherit;
  font-weight:300;
  line-height:20px;
  margin-bottom:20px;
  }
      

      
        
        
      
      
  .cFGfLv {
    width:22.5rem;
  z-index:9999;
  box-shadow:1px 4px 8px 0px #00000044;
  border-radius:15px;
  background-color:none;
  }
      

      
        
        
      
      
  .eSwglz {
    color:var(--app-white, #ffffff);
  font-size:var(--font-size-sm);
  font-family:'Poppins';
  font-weight:400;
  padding-top:15px;
  padding-left:20px;
  padding-right:40px;
  padding-bottom:15px;
  background-color:#0DC152;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  }
      

      
        
        
      
      
  .enGYon {
    color:var(--app-white, #ffffff);
  width:var(--100);
  height:var(--100);
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  border-radius:50px;
  flex-direction:column;
  justify-content:center;
  background-color:#0ec45a;
  }
      

      
        
        
      
      
  .eMAocU {
    flex:3;
  color:var(--neutral-600, #4B5563);
  font-size:var(--font-size-xs);
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-light);
  justify-content:center;
  }
      

      
        
        
      
      
  .eaThbW {
    font-size:9px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eYoQrb {
    gap:var(--065rem);
  display:flex;
  padding:1.5rem;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  justify-content:start;
  background-color:#fdfdfd;
  }
      

      
        
        
      
      
  .QAxBY {
    color:inherit;
  width:1.75rem;
  height:1.75rem;
  display:flex;
  align-items:center;
  padding-top:1.46px;
  border-style:solid;
  border-width:0px;
  padding-left:2.62px;
  padding-right:2.63px;
  flex-direction:row;
  padding-bottom:1.46px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cEnyOv {
    color:#fdfdfd;
  display:block;
  font-size:3rem;
  font-weight:400;
  line-height:57.60px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .fqTOlb {
    gap:var(--05rem);
  color:var(--neutral-500, #6B7280);
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .fzKEWx {
    height:136px;
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--neutral-400, #94A3B8);
  background-image:url("");
  }
      

      
        
        
      
      
  .ekuAmO {
    display:block;
  font-size:1rem;
  font-weight:500;
  line-height:1.25;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .bItuWr {
    gap:1rem;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--035rem);
  border-style:solid;
  border-width:0px;
  border-radius:8px;
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  }
      

      
  .bItuWr.selected {
    color:var(--neutral-900, #111827);
  padding-left:var(--035rem);
  border-radius:8px;
  padding-right:var(--035rem);
  background-color:var(--neutral-100, #F3F4F6);
  }
      

        
        
      
      
  .bEIHBw {
    gap:1rem;
  flex:1;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--035rem);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  }
      

      
  .bEIHBw.selected {
    color:var(--neutral-900, #111827);
  padding-left:var(--035rem);
  border-radius:8px;
  padding-right:var(--035rem);
  background-color:var(--neutral-100, #F3F4F6);
  }
      

        
        
      
      
  .bMTASe {
    width:1.75rem;
  height:1.75rem;
  display:flex;
  align-items:center;
  padding-top:2.62px;
  border-style:solid;
  border-width:0px;
  padding-left:2.62px;
  padding-right:2.63px;
  flex-direction:row;
  padding-bottom:2.62px;
  justify-content:center;
  }
      

      
        
        
      
      
  .dWKWNb {
    flex:1;
  display:block;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cqlOZL {
    gap:1rem;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--035rem);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  }
      

      
  .cqlOZL:hover {
    transition:underline 300ms cubic-bezier(1, 0.01, 0.25, 1) 0ms normal;
  text-decoration-line:underline;
  }
      

        
        
      
      
  .drqhKY {
    gap:0.5rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dgNEno {
    color:var(--neutral-500, #6B7280);
  width:var(--100);
  height:34px;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bKWoLk {
    gap:1rem;
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .fnZvPI {
    gap:1rem;
  flex:1;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--035rem);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  }
      

      
        
        
      
      
  .XIXYv {
    width:100%;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dbHbC {
    width:1.75rem;
  height:1.75rem;
  display:flex;
  align-items:center;
  padding-top:3.79px;
  border-style:solid;
  border-width:0px;
  padding-left:2.62px;
  padding-right:2.62px;
  flex-direction:row;
  padding-bottom:4.37px;
  justify-content:center;
  }
      

      
        
        
      
      
  .dhbFPR {
    gap:var(--035rem);
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bvgMJS {
    color:inherit;
  width:1.75rem;
  height:1.75rem;
  display:flex;
  align-items:center;
  padding-top:1.19px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:1.19px;
  justify-content:center;
  }
      

      
        
        
      
      
  .eEdSzO {
    width:1.75rem;
  height:1.75rem;
  display:flex;
  align-items:center;
  padding-top:2.62px;
  border-style:solid;
  border-width:0px;
  padding-left:4.96px;
  padding-right:4.96px;
  flex-direction:row;
  padding-bottom:1.86px;
  justify-content:center;
  }
      

      
        
        
      
      
  .eJuOHc {
    color:inherit;
  display:block;
  font-size:1rem;
  font-weight:500;
  line-height:1.25;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
        
      
      
  .frfSVN {
    gap:1rem;
  flex:1;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--05rem);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:start;
  }
      

      
  .frfSVN:hover {
    color:var(--neutral-800, #1F2937);
  }
      


  .frfSVN.selected {
    color:var(--neutral-900, #111827);
  padding-left:var(--035rem);
  border-radius:8px;
  padding-right:var(--035rem);
  background-color:var(--neutral-100, #F3F4F6);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bsTeFq {
    gap:var(--15rem);
  flex:1;
  display:flex;
  align-self:stretch;
  align-items:start;
  font-family:'Poppins';
  padding-top:var(--15rem);
  border-style:solid;
  border-width:0px;
  padding-left:var(--15rem);
  border-radius:8px;
  padding-right:var(--15rem);
  flex-direction:column;
  padding-bottom:var(--15rem);
  justify-content:start;
  background-color:#fdfdfd;
  }
      

      
        
        
      
      
  .evBjHT {
    color:#ffffff;
  width:1rem;
  height:1rem;
  display:flex;
  padding:2.17px;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .IXHWK {
    color:#414651;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .bQZDfX {
    flex:1;
  display:flex;
  align-items:center;
  padding-top:var(--065rem);
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.25rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:#31d583;
  }
      

      
        
        
      
      
  .fBohJj {
    color:#a4a7ae;
  display:block;
  font-size:var(--font-size-xs);
  font-weight:400;
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .chvAQf {
    gap:var(--035rem);
  flex:2;
  display:flex;
  flex-wrap:wrap;
  min-width:250px;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cUHMJy {
    gap:var(--065rem);
  flex:1;
  color:var(--neutral-700, #374151);
  display:flex;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:center;
  padding-top:var(--05rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:start;
  border-bottom-color:var(--neutral-200, #E5E7EB);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .cUHMJy.first_item {
    border-top-color:var(--neutral-200, #E5E7EB);
  border-top-style:solid;
  border-top-width:1px;
  }
      

        
        
      
      
  .wIoXi {
    display:block;
  font-size:0.875rem;
  font-weight:var(--font-weight-regular);
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .cbTUMs {
    gap:var(--065rem);
  flex:1;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .cbTUMs {
    width:var(--100);
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .bsckRG {
    display:block;
  font-size:0.875rem;
  font-weight:var(--font-weight-semi-bold);
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .cRezBq {
    gap:0.25rem;
  display:flex;
  position:relative;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ehlvmv {
    color:#252b37;
  display:block;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-normal);
  line-height:1.25;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .cPYGOo {
    gap:0.25rem;
  flex:1;
  display:flex;
  position:relative;
  flex-wrap:wrap;
  align-self:stretch;
  align-items:center;
  border-color:transparent;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .Txmsh {
    gap:0.25rem;
  display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .ffIOVj {
    gap:var(--05rem);
  flex:2;
  width:var(--100);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .ffIOVj {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .ftCpjJ {
    display:flex;
  align-items:center;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:99px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:center;
  background-color:var(--tagColor, #673AB7);
  }
      

      
        
        
      
      
  .bGqGIg {
    gap:var(--1rem);
  flex:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:end;
  }
      

      
  .bGqGIg.mobile {
    align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

        
        
      
      
  .bPJrFt {
    gap:var(--065rem);
  flex:1;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--065rem);
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.25rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:#414651;
  }
      

      
        
        
      
      
  .dgsKvA {
    color:#ffffff;
  width:1rem;
  height:1rem;
  display:flex;
  padding:2.83px;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cpHQvA {
    color:#414651;
  display:flex;
  flex-wrap:wrap;
  font-size:0.875rem;
  align-items:start;
  font-weight:500;
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  justify-content:center;
  }
      

      
        
        
      
      
  .MblKu {
    flex:1;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dSElEP {
    gap:var(--065rem);
  flex:1;
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  padding-top:var(--065rem);
  border-style:solid;
  border-width:0px;
  padding-left:var(--1rem);
  border-radius:0.25rem;
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:center;
  background-color:#414651;
  }
      

      
        
        
      
      
  .bZbTOD {
    display:flex;
  align-self:stretch;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .fsrhSM {
    gap:0.5rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .eZYSsS {
    width:42px;
  height:42px;
  display:block;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .YBBnj {
    gap:var(--15rem);
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .cJcYAQ {
    color:var(--neutral-400, #94A3B8);
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .efJsbV {
    flex:1;
  display:block;
  font-size:0.875rem;
  font-weight:var(--font-weight-normal);
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .efwfua {
    color:#414651;
  display:block;
  font-size:0.75rem;
  font-weight:400;
  line-height:14.40px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .jfkne {
    gap:0.5rem;
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bgiMXV {
    color:#fff;
  display:block;
  font-size:0.875rem;
  text-align:center;
  font-weight:var(--font-weight-normal);
  line-height:16.80px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .ebHxW {
    gap:var(--1rem);
  width:var(--100);
  }
      

      
        
        
      
      
  .Vrtyo {
    color:var(--text_tag_color, #15803D);
  display:block;
  font-size:0.75rem;
  font-weight:400;
  line-height:14.40px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .fGblKv {
    display:block;
  font-size:0.75rem;
  font-weight:400;
  line-height:14.40px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .eOQVkA {
    flex:1;
  text-align:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dxfegf {
    flex:1;
  display:flex;
  align-items:end;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .cyATPQ {
    gap:var(--1rem);
  width:var(--100);
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:center;
  border-color:#d5d6da;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:start;
  background-color:#fdfdfd;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .VWRdx {
    height:76px;
  display:flex;
  padding:1rem;
  align-self:stretch;
  align-items:center;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:8px;
  flex-direction:row;
  justify-content:space-between;
  background-color:#fdfdfd;
  }
      

      
          @media (max-width: 768px) {
            
  .VWRdx {
    width:var(--100);
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bkrpng {
    gap:var(--065rem);
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bkrpng:hover {
    color:var(--grey-400, #A3A3A3);
  }
      


          @media (max-width: 768px) {
            
  .bkrpng {
    align-items:center;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bePSiR {
    color:#252b37;
  display:block;
  font-size:var(--font-size-base);
  font-weight:700;
  line-height:44px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dQIkVo {
    flex:1;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .cegqZD {
    display:block;
  font-size:1rem;
  font-weight:400;
  line-height:1.25;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .cDsfwc {
    gap:var(--065rem);
  cursor:pointer;
  display:flex;
  align-self:stretch;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .cDsfwc:hover {
    color:var(--grey-400, #A3A3A3);
  align-items:center;
  justify-content:center;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      