
@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;
    }
  }
}

      
  .bQVdFw {
    width:100%;
  height:100dvh;
  align-items:center;
  font-family:'Poppins';
  flex-direction:column;
  justify-content:start;
  background-color:var(--content-bg-color, #f6f8fa);
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .ccjqqq {
    font-size:var(--font-size-sm);
  font-family:'Poppins';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fCzMkJ {
    color:var(--neutral-600, #4B5563);
  align-items:start;
  padding-top:var(--05rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:space-between;
  }
      

      
        
        
      
      
  .buwWWF {
    width:100%;
  display:flex;
  align-items:start;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .MlEMZ {
    color:var(--neutral-700, #374151);
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .drqtAS {
    flex:1;
  font-family:'Poppins';
  flex-direction:column;
  }
      

      
        
        
      
      
  .ckwhMt {
    color:white;
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  font-weight:bold;
  margin-right:10px;
  border-radius:50%;
  justify-content:center;
  background-color:var(--neutral-700, #374151);
  }
      

      
        
        
      
      
  .buCPIW {
    color:var(--neutral-700, #374151);
  margin:0px;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:'Poppins';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .bGUERo {
    color:var(--neutral-500, #6B7280);
  margin:0px;
  font-size:var(--font-size-xs);
  font-family:'Poppins';
  line-height:16px;
  }
      

      
        
        
      
      
  .cgEubv {
    color:var(--neutral-600, #4B5563);
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  font-family:'Poppins';
  margin-right:10px;
  border-radius:50%;
  justify-content:center;
  background-color:var(--neutral-200, #E5E7EB);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
        
      
      
  .fyZcqM {
    gap:var(--05rem);
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  background-color:var(--white, #ffffff);
  }
      

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

      
        
        
      
      
  .cSXXUT {
    color:inherit;
  align-items:center;
  font-family:inherit;
  padding-top:var(--05rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:space-between;
  border-bottom-color:var(--neutral-400, #94A3B8);
  border-bottom-style:dashed;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .dJnNFN {
    color:inherit;
  align-items:start;
  font-family:inherit;
  padding-top:var(--05rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:space-between;
  }
      

      
        
        
      
      
  .ffkVPL {
    z-index:99;
  align-items:center;
  font-family:'Poppins';
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .cCrnIu {
    color:var(--neutral-700, #374151);
  width:100%;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  padding-top:var(--065rem);
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1.5px;
  padding-left:var(--1rem);
  border-radius:10px;
  padding-right:var(--1rem);
  padding-bottom:var(--065rem);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .cCrnIu:focus-visible {
    outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1.5px;
  }
      


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

        
        
      
      
  .dFmMpt {
    color:var(--error-dark_dark, #FF6875);
  font-size:var(--font-size-xs);
  font-weight:inherit;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .dMukmH {
    color:var(--neutral-700, #374151);
  width:100%;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  padding-top:var(--065rem);
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1.5px;
  padding-left:var(--065rem);
  border-radius:10px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .dMukmH:focus-visible {
    outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


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

        
        
      
      
  .efMvaV {
    color:var(--error-dark_dark, #FF6875);
  width:16px;
  height:16px;
  }
      

      
        
        
      
      
  .cHeDFC {
    background-color:var(--grey-600, #525252);
  }
      

      
        
        
      
      
  .fwhNsv {
    gap:0.25rem;
  flex:1;
  }
      

      
        
        
      
      
  .dqIEpk {
    top:10px;
  right:10px;
  z-index:99;
  position:absolute;
  align-items:start;
  flex-shrink:1;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .bCnsXp {
    gap:0.25rem;
  flex:1;
  z-index:1;
  }
      

      
        
        
      
      
  .eDuCLi {
    height:20px;
  display:none;
  }
      

      
  .eDuCLi.mastercard {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .dCbPlP {
    color:var(--neutral-500, #6B7280);
  display:block;
  font-size:var(--font-size-sm);
  align-items:center;
  }
      

      
        
        
      
      
  .etfzhr {
    height:20px;
  display:none;
  }
      

      
  .etfzhr.amex {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .caOsdh {
    gap:5px;
  align-items:start;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .fgDcYP {
    display:none;
  }
      

      
  .fgDcYP.visible {
    gap:4px;
  display:flex;
  transition:display 500ms ease 0ms normal;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

        
        
      
      
  .aRLxU {
    gap:var(--035rem);
  width:100%;
  display:flex;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eXQKJo {
    gap:var(--035rem);
  }
      

      
        
        
      
      
  .PzWjn {
    color:var(--neutral-700, #374151);
  width:100%;
  z-index:2;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  padding-top:var(--065rem);
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1.5px;
  padding-left:var(--065rem);
  border-radius:10px;
  padding-right:var(--065rem);
  flex-direction:row;
  padding-bottom:var(--065rem);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .PzWjn:focus-visible {
    outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      


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

        
        
      
      
  .frvHdz {
    height:20px;
  display:none;
  }
      

      
        
        
      
      
  .cNMgRe {
    gap:0.25rem;
  flex:1;
  z-index:2;
  }
      

      
        
        
      
      
  .cxRZiN {
    height:20px;
  display:none;
  }
      

      
  .cxRZiN.jcb {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .eZkPdV {
    color:var(--neutral-500, #6B7280);
  display:block;
  flex-grow:1;
  font-size:var(--font-size-sm);
  align-items:center;
  }
      

      
        
        
      
      
  .fkRZLe {
    white-space:pre-wrap;
  }
      

      
        
        
      
      
  .dJa-dQc {
    gap:var(--035rem);
  flex:1;
  }
      

      
        
        
      
      
  .cChhNW {
    color:white;
  width:100%;
  border:none;
  cursor:pointer;
  padding:12px;
  font-size:var(--font-size-sm);
  transition:background-color 0.3s;
  align-items:center;
  border-radius:10px;
  justify-content:center;
  background-color:var(--primary-button, #00805B);
  }
      

      
  .cChhNW:hover {
    background-color:var(--primary-button-over, #004D36);
  }
      

        
        
      
      
  .eFNoXs {
    color:var(--neutral-600, #4B5563);
  width:100%;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  padding-top:var(--065rem);
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1.5px;
  padding-left:var(--065rem);
  border-radius:10px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .eFNoXs:hover {
    outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .ezbkcT {
    height:20px;
  display:none;
  }
      

      
  .ezbkcT.dinners {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .djLAeX {
    color:var(--neutral-700, #374151);
  width:100%;
  flex-wrap:wrap;
  }
      

      
        
        
      
      
  .eZbJiI {
    flex:1;
  width:100%;
  display:none;
  }
      

      
  .eZbJiI.visible {
    gap:4px;
  display:flex;
  transition:display 500ms ease 0ms normal;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

        
        
      
      
  .cZAktU {
    flex:1;
  color:var(--error-dark_dark, #FF6875);
  font-size:var(--font-size-xs);
  font-weight:inherit;
  line-height:14px;
  }
      

      
        
        
      
      
  .cQLgIP {
    height:20px;
  display:none;
  }
      

      
  .cQLgIP.visa {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .fma-dYP {
    gap:var(--1rem);
  font-family:'Poppins';
  padding-left:var(--05rem);
  padding-right:var(--05rem);
  }
      

      
        
        
      
      
  .cEdibD {
    height:20px;
  display:none;
  }
      

      
  .cEdibD.discover {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .eLMBoH {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .cDMQC {
    flex:1;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:var(--035rem);
  padding-left:var(--035rem);
  padding-right:var(--035rem);
  flex-direction:row;
  padding-bottom:var(--035rem);
  justify-content:start;
  border-bottom-color:var(--border-200, #cad1d8);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .biGkZ {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  display:none;
  z-index:99999;
  position:absolute;
  transition:all 200ms ease 0ms normal;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  backdrop-filter:blur(13px);
  background-color:#fafafacc;
  }
      

      
  .biGkZ.hidden {
    opacity:0;
  z-index:-1;
  position:absolute;
  }
      

        
        
      
      
  .dmeWrn {
    padding-left:var(--05rem);
  border-radius:8px;
  padding-right:var(--05rem);
  background-color:var(--yellow-300, #FCD34D);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bAWUZU {
    width:100%;
  font-family:'Poppins';
  margin-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .dyWVNi {
    gap:var(--035rem);
  width:18px;
  height:18px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ovGEu {
    color:var(--neutral-700, #374151);
  }
      

      
        
        
      
      
  .cmxLSV {
    width:100%;
  min-height:55px;
  align-items:start;
  border-radius:8px;
  justify-content:start;
  }
      

      
        
        
      
      
  .enDIBA {
    font-size:var(--font-size-sm);
  font-family:'Poppins';
  }
      

      
        
        
      
      
  .fGssWQ {
    gap:var(--1rem);
  width:100%;
  cursor:pointer;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .YUffn {
    width:100%;
  height:100%;
  padding-top:var(--035rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .fEpGMp {
    gap:0.1rem;
  color:inherit;
  z-index:;
  flex-wrap:wrap;
  align-items:end;
  font-family:'Poppins';
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ccpvfY {
    flex:1;
  color:var(--neutral-800, #1F2937);
  width:100%;
  font-size:var(--font-size-base);
  align-items:end;
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cQEbCd {
    flex:1;
  color:inherit;
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eeBsPY {
    flex-wrap:wrap;
  align-items:end;
  justify-content:center;
  }
      

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

      
        
        
      
      
  .xkcpj {
    text-align:right;
  }
      

      
        
        
      
      
  .bMmMyR {
    gap:var(--035rem);
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bRJUat {
    color:var(--grey-400, #A3A3A3);
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  line-height:13px;
  justify-content:center;
  text-decoration-line: line-through;
  }
      

      
        
        
      
      
  .cyOgmN {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .ekoZrA {
    color:var(--neutral-800, #1F2937);
  display:inline-block;
  z-index:10;
  font-size:var(--size_pix_label);
  text-align:center;
  font-family:inherit;
  font-weight:600;
  padding-top:var(--label_espaco);
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:var(--label_espaco);
  background-color:var(--teal-300, #5EEAD4);
  }
      

      
        
        
      
      
  .dtDXkr {
    color:var(--neutral-700, #374151);
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  line-height:13px;
  justify-content:center;
  }
      

      
        
        
      
      
  .ccgXsF {
    flex:1;
  color:var(--neutral-600, #4B5563);
  font-size:var(--font-size-xxs);
  align-items:end;
  font-family:'Poppins';
  flex-direction:column;
  justify-content:start;
  }
      

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

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .fCWbuo {
    gap:var(--035rem);
  flex:1;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .Ytpa-d {
    color:var(--neutral-700, #374151);
  width:25px;
  height:25px;
  }
      

      
        
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
        
      
      
  .cmqpQI {
    gap:var(--035rem);
  flex:2;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .ezlmxU {
    width:100%;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .SWxpC {
    flex:1;
  color:var(--neutral-700, #374151);
  align-items:start;
  line-height:17px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .eALxaG {
    flex:2;
  align-items:start;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .cJYRyl {
    color:var(--white, #ffffff);
  width:100%;
  cursor:pointer;
  height:100%;
  align-items:center;
  padding-top:0.4rem;
  border-color:var(--border-300, #CBD5E1);
  border-style:solid;
  border-width:1px;
  padding-left:0.4rem;
  border-radius:100px;
  padding-right:0.4rem;
  padding-bottom:0.4rem;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
  .cJYRyl:hover {
    width:var(--100);
  height:var(--100);
  border-color:var(--border-300, #CBD5E1);
  border-style:solid;
  border-width:3px;
  background-color:var(--white, #ffffff);
  }
      


  .cJYRyl.selected {
    width:var(--100);
  height:var(--100);
  border-color:var(--primary-button, #00805B);
  border-style:solid;
  border-width:3px;
  background-color:var(--white, #ffffff);
  }
      

        
        
      
      
  .cjaNru {
    gap:var(--065rem);
  cursor:pointer;
  align-items:start;
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .evqSLb {
    height:100%;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ddDidN {
    flex:1;
  flex-wrap:wrap;
  align-items:end;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

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

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

        
        
      
      
  .fFxURI {
    gap:var(--1rem);
  width:60%;
  }
      

      
        
        
      
      
  .TBayo {
    flex:1;
  max-height:90vh;
  min-height:350px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-family:'Poppins';
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  }
      

      
        
        
      
      
  .dtuHmI {
    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;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:center;
  background-color:#00000061;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .btXOzq {
    flex:1;
  color:var(--primary-text, #31363b);
  font-size:14px;
  min-width:70px;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .XdzxQ {
    gap:5px;
  display:flex;
  align-items:start;
  padding-top:var(--05rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:start;
  border-bottom-color:var(--border-200, #cad1d8);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fwgUr {
    gap:var(--065rem);
  align-items:center;
  flex-direction:row;
  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;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bvYsAc {
    gap:var(--1rem);
  flex:1;
  width:100%;
  min-width:300px;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .tqhTl {
    font-size:var(--font-size-sm);
  max-width:90px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dMZwdM {
    color:var(--neutral-700, #374151);
  margin:0px;
  font-size:var(--font-size-lg);
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .cMbPsY {
    gap:var(--065rem);
  width:100%;
  font-family:'Poppins';
  background-color:var(--app-white, #ffffff);
  }
      

      
        
        
      
      
  .bWMCVL {
    width:100%;
  border:1px solid #ddd;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  align-items:start;
  padding-top:var(--065rem);
  padding-left:var(--065rem);
  border-radius:4px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
  .bWMCVL:focus-visible {
    border-color:var(--border-400, #64748B);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .cKQPnQ {
    align-items:end;
  flex-direction:column;
  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;
  }
      

        
        
      
      
  .cTKGEc {
    gap:0.25rem;
  color:var(--red-700, #B91C1C);
  width:100%;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:4px;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:#fffafa;
  }
      

      
  .cTKGEc.hidden {
    height:0px;
  opacity:0;
  padding-top:0px;
  margin-bottom:-0.5rem;
  padding-bottom:0px;
  }
      

        
        
      
      
  .muYmY {
    color:var(--primary-button, #00805B);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:end;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eyxHPW {
    flex:1;
  color:inherit;
  display:inline-block;
  flex-wrap:wrap;
  font-size:var(--font-size-xs);
  text-align:left;
  line-height:var(--1rem);
  }
      

      
        
        
      
      
  .cFGXum {
    color:var(--red-700, #B91C1C);
  width:100%;
  display:flex;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  padding-top:0.5rem;
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:4px;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  background-color:#fffafa;
  }
      

      
  .cFGXum.hidden {
    display:none;
  }
      

        
        
      
      
  
      

      
  .eIWUgO:hover {
    color:var(--primary-button, #00805B);
  }
      

        
        
      
      
  .shtoD {
    color:var(--neutral-700, #374151);
  width:100%;
  border:1px solid #ddd;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  align-items:start;
  padding-top:var(--065rem);
  padding-left:var(--065rem);
  border-radius:4px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
  .shtoD:focus-visible {
    border-color:var(--border-400, #64748B);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .fopPqt {
    gap:var(--085rem);
  }
      

      
        
        
      
      
  .cfSVyR {
    gap:0.25rem;
  color:var(--red-700, #B91C1C);
  width:100%;
  display:flex;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:4px;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:#fffafa;
  }
      

      
  .cfSVyR.hidden {
    height:0px;
  display:none;
  opacity:0;
  padding-top:0px;
  margin-bottom:-0.5rem;
  padding-bottom:0px;
  }
      

        
        
      
      
  .hBYZf {
    color:var(--yellow-900, #78350F);
  width:100%;
  cursor:pointer;
  display:none;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  padding-top:0.5rem;
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:8px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--yellow-400, #FBBF24);
  }
      

      
  .hBYZf.hidden:hover {
    background-color:var(--yellow-400, #FBBF24);
  }
      


  .hBYZf.hidden {
    gap:var(--065rem);
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

        
        
      
      
  .cLFfZL {
    color:var(--neutral-700, #374151);
  width:100%;
  border:1px solid #ddd;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  align-items:start;
  padding-top:var(--065rem);
  padding-left:var(--065rem);
  border-radius:4px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
  .cLFfZL:focus-visible {
    border-color:var(--border-400, #64748B);
  border-style:solid;
  border-width:1px;
  }
      


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

        
        
      
      
  .cgNTYw {
    margin-right:10px;
  }
      

      
        
        
      
      
  .bsftrO {
    color:#333;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .flqBYx {
    width:100%;
  font-family:'Poppins';
  }
      

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

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

      
  .dSBabH.hidden {
    display:none;
  }
      

        
        
      
      
  .cWdtUd {
    display:flex;
  column-gap:0.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .cWdtUd.active {
    color:#38b2ac;
  }
      

        
        
      
      
  .nfXxC {
    width:var(--tamanhoBarra);
  height:8px;
  z-index:99;
  border-radius:99px;
  background-color:var(--corSenha, #F59E0B);
  }
      

      
        
        
      
      
  .egUSIt {
    display:block;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dHurQs {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  margin-top:var(--tw-space-y);
  --tw-space-y:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  
      

        
        
      
      
  .csvMJO {
    color:var(--neutral-500, #6B7280);
  display:block;
  font-size:0.875rem;
  margin-top:0.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bMbrIA {
    display:none;
  }
      

      
  .bMbrIA.hidden {
    display:flex;
  position:relative;
  flex-direction:column;
  }
      

        
        
      
      
  .dCPlGf {
    display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fweJVB {
    width:100%;
  height:8px;
  z-index:1;
  position:absolute;
  border-radius:99px;
  background-color:var(--border-200, #cad1d8);
  }
      

      
        
        
      
      
  .eDCrvG {
    color:var(--corSenha,  var(--green-600));
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bfmjwb {
    color:var(--neutral-500, #6B7280);
  font-size:var(--font-size-sm);
  min-width:100%;
  overflow-x:clip;
  overflow-y:clip;
  }
      

      
        
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
        
      
      
  .vktUl {
    color:var(--neutral-500, #6B7280);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .emFFoa {
    gap:var(--035rem);
  color:var(--neutral-700, #374151);
  max-width:90%;
  overflow-x:clip;
  overflow-y:clip;
  }
      

      
        
        
      
      
  .cPAXER {
    color:var(--neutral-700, #374151);
  font-size:var(--font-size-base);
  min-width:100%;
  font-family:'Poppins';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .bbgqCp {
    color:#333;
  display:block;
  font-size:var(--font-size-sm);
  }
      

      
        
        
      
      
  .bmkWtN {
    gap:var(--085rem);
  color:var(--neutral-700, #374151);
  width:100%;
  border:none;
  cursor:pointer;
  padding:12px;
  font-size:var(--font-size-base);
  transition:background-color 0.3s;
  align-items:center;
  border-radius:10px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bmkWtN:hover {
    color:var(--grey-500, #737373);
  }
      

        
        
      
      
  .dcPWwK {
    width:20px;
  }
      

      
        
        
      
      
  .cuaXn {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .eKRekA {
    gap:4px;
  width:25px;
  cursor:pointer;
  height:25px;
  display:flex;
  position:relative;
  align-items:center;
  flex-shrink:0;
  border-radius:4px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--border-100, #f3f4f5);
  }
      

      
        
        
      
      
  .fDTDo {
    gap:var(--15rem);
  color:white;
  width:100%;
  border:none;
  cursor:pointer;
  height:45px;
  padding:12px;
  font-size:var(--font-size-base);
  transition:background-color 0.3s;
  align-items:center;
  border-radius:10px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--primary-button, #00805B);
  }
      

      
  .fDTDo:hover {
    background-color:var(--primary-button-over, #004D36);
  }
      

        
        
      
      
  .dNIpfK {
    position:relative;
  }
      

      
        
        
      
      
  .eesWRS {
    flex:1;
  color:var(--yellow-900, #78350F);
  display:inline-block;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  text-align:left;
  line-height:var(--1rem);
  }
      

      
        
        
      
      
  .cHpTJO {
    gap:var(--035rem);
  flex:1;
  color:var(--neutral-700, #374151);
  }
      

      
        
        
      
      
  .fkMIZZ {
    gap:var(--1rem);
  }
      

      
        
        
      
      
  .efyYLC {
    color:inherit;
  display:inline-block;
  overflow:hidden;
  word-wrap:break-word;
  line-height:var(--085rem);
  white-space:nowrap;
  text-overflow:ellipsis;
  text-decoration-style:wavy;
  }
      

      
        
        
      
      
  .fhgDSs {
    gap:var(--05rem);
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  padding-top:var(--12rem);
  padding-left:var(--12rem);
  border-radius:14px;
  padding-right:var(--12rem);
  flex-direction:row;
  padding-bottom:var(--12rem);
  justify-content:space-between;
  background-color:var(--border-100, #f3f4f5);
  }
      

      
        
        
      
      
  .eHDuCh {
    color:var(--neutral-400, #94A3B8);
  right:11px;
  width:16px;
  bottom:34%;
  cursor:pointer;
  height:16px;
  z-index:20;
  position:absolute;
  }
      

      
        
        
      
      
  .cHLYlq {
    color:var(--red-700, #B91C1C);
  width:100%;
  display:flex;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  padding-top:var(--035rem);
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:var(--035rem);
  border-radius:4px;
  padding-right:var(--035rem);
  flex-direction:column;
  padding-bottom:var(--035rem);
  background-color:#fffafa;
  }
      

      
  .cHLYlq.hidden {
    display:none;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .dxmbCw {
    color:var(--red-500, #EF4444);
  }
      

      
        
        
      
      
  .dFCNQk {
    gap:var(--05rem);
  width:100%;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  border-radius:12px;
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .eJusrI {
    flex:1;
  width:100%;
  cursor:pointer;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .bcnOPR {
    padding-top:var(--065rem);
  padding-left:var(--065rem);
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  }
      

      
        
        
      
      
  .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);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dPCznq {
    font-size:var(--font-size-xs);
  align-items:end;
  font-weight:var(--font-weight-bold);
  margin-bottom:5px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eCOtbZ {
    flex:1;
  color:var(--neutral-600, #4B5563);
  z-index:;
  font-size:var(--font-size-xs);
  align-items:start;
  margin-bottom:5px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .ehpOYa {
    color:inherit;
  font-size:var(--font-size-sm);
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .HDIdm {
    bottom:t;
  position:relative;
  }
      

      
        
        
      
      
  .fnBUVV {
    flex:5;
  color:var(--primary-text, #31363b);
  font-size:14px;
  padding-left:var(--035rem);
  padding-right:var(--035rem);
  }
      

      
        
        
      
      
  .jfgWY {
    flex:1;
  color:var(--neutral-600, #4B5563);
  width:var(--100);
  height:100%;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:start;
  text-decoration:none;
  }
      

      
        
        
      
      
  .feFXLx {
    color:var(--neutral-900, #111827);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  padding-top:3px;
  padding-bottom:3px;
  }
      

      
        
        
      
      
  .ffCsuK {
    right:10px;
  width:80px;
  bottom:20px;
  height:250px;
  display:none;
  z-index:9999;
  position:fixed;
  font-family:'Poppins';
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  padding-bottom:var(--1rem);
  }
      

      
          @media (max-width: 400px) {
            
  .ffCsuK {
    display:flex;
  position:fixed;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .dQiyVy {
    bottom:25px;
  display:flex;
  position:fixed;
  align-items:center;
  border-radius:100px;
  flex-direction:column;
  justify-content:center;
  background-color:#4b55637d;
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eokezl {
    gap:var(--085rem);
  align-items:center;
  padding-top:var(--065rem);
  padding-left:.40rem;
  padding-right:.40rem;
  flex-direction:column;
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bQheAo {
    width:40px;
  cursor:pointer;
  height:40px;
  background:rgba(255, 255, 255, 0.2);
  align-items:center;
  border-radius:50%;
  justify-content:center;
  background-color:var(--neutral-50, #F8FAFC);
  }
      

      
  .bQheAo:hover {
    background-color:var(--neutral-300, #CBD5E1);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .drWaKv {
    margin-bottom:var(--1rem);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bCsYYm {
    gap:10px;
  color:var(--white, #ffffff);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bZZiGy {
    color:var(--red-700, #B91C1C);
  align-items:center;
  padding-left:var(--05rem);
  border-radius:8px;
  padding-right:var(--05rem);
  flex-direction:row;
  justify-content:center;
  background-color:var(--red-100, #FEE2E2);
  }
      

      
        
        
      
      
  .fiMBWT {
    color:var(--neutral-600, #4B5563);
  }
      

      
        
        
      
      
  .bDnYOR {
    color:var(--neutral-500, #6B7280);
  font-size:var(--font-size-sm);
  }
      

      
        
        
      
      
  .boqlID {
    gap:var(--1rem);
  color:#333;
  font-size:var(--font-size-sm);
  }
      

      
        
        
      
      
  .cnffdy {
    gap:var(--05rem);
  color:#333;
  padding:10px;
  font-size:var(--font-size-sm);
  border-color:var(--neutral-300, #CBD5E1);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  background-color:var(--neutral-100, #F3F4F6);
  }
      

      
        
        
      
      
  .cxjiSH {
    color:var(--neutral-700, #374151);
  display:block;
  }
      

      
        
        
      
      
  .bdIShi {
    gap:var(--05rem);
  color:var(--neutral-400, #94A3B8);
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  .cscmnM {
    max-width:90px;
  }
      

      
        
        
      
      
  .cMBoSM {
    gap:var(--1rem);
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .dwJvsM {
    gap:var(--05rem);
  width:100%;
  align-items:start;
  justify-content:start;
  background-color:white;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .sXGTG {
    width:60px;
  height:60px;
  max-width:60px;
  max-height:60px;
  object-fit:contain;
  border-radius:8px;
  }
      

      
        
        
      
      
  .eLUtNl {
    color:inherit;
  align-items:start;
  font-family:inherit;
  padding-top:var(--05rem);
  flex-direction:row;
  padding-bottom:var(--05rem);
  justify-content:space-between;
  border-top-color:var(--neutral-400, #94A3B8);
  border-top-style:dashed;
  border-top-width:1px;
  border-bottom-color:var(--neutral-400, #94A3B8);
  border-bottom-style:dashed;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bKajsJ {
    color:var(--red-400, #F87171);
  padding-top:var(--065rem);
  padding-left:var(--065rem);
  border-radius:8px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  background-color:var(--red-100, #FEE2E2);
  }
      

      
        
        
      
      
  .TXoeD {
    flex:1;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dihQdu {
    color:var(--neutral-600, #4B5563);
  font-size:var(--font-size-sm);
  text-align:right;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .gmaaY {
    width:100%;
  display:flex;
  align-items:start;
  padding-top:var(--05rem);
  padding-left:var(--05rem);
  border-radius:10px;
  padding-right:var(--05rem);
  flex-direction:column;
  padding-bottom:var(--05rem);
  justify-content:start;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
        
      
      
  .cEqiJL {
    display:inline-block;
  }
      

      
        
        
      
      
  .bzxuFH {
    color:inherit;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  }
      

      
        
        
      
      
  .dDnSiq {
    height:1rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .AfKSo {
    opacity:1;
  max-height:999px;
  overflow-x:clip;
  overflow-y:clip;
  transition:max-height 1000ms cubic-bezier(0.41, 0.1, 0.45, 0.94) 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .AfKSo.closed {
    opacity:0;
  max-height:0px;
  transition:max-height 400ms cubic-bezier(0.66, 0.23, 0.25, 1) 0ms normal, opacity 300ms ease 0ms normal;
  }
      

        
        
      
      
  .bPztLb {
    flex:1;
  width:100%;
  position:relative;
  min-width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .becyGX {
    width:100%;
  height:1px;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
        
        
      
      
  .elRrNd {
    transition:rotate 300ms ease 0ms normal;
  }
      

      
  .elRrNd.open {
    rotate:z 180deg;
  }
      

        
        
      
      
  .udMTL {
    flex:1;
  color:var(--primary-text, #31363b);
  height:100%;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  text-decoration:none;
  }
      

      
        
        
      
      
  .bjPRho {
    flex:1;
  width:100%;
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

        
        
      
      
  .cNTbep {
    color:var(--primary-text, #31363b);
  width:100%;
  display:flex;
  flex-direction:row;
  padding-bottom:var(--065rem);
  justify-content:space-between;
  border-bottom-color:var(--border-200, #cad1d8);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bixHAT {
    width:100%;
  align-items:center;
  font-family:inherit;
  padding-top:var(--1rem);
  padding-left:var(--1rem);
  padding-right:var(--1rem);
  flex-direction:column;
  padding-bottom:var(--1rem);
  justify-content:start;
  background-color:var(--neutral-100, #F3F4F6);
  }
      

      
        
        
      
      
  .fumQMr {
    color:var(--neutral-800, #1F2937);
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .dHljDB {
    gap:var(--12rem);
  width:100%;
  position:relative;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .FrVdS {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  z-index:999;
  position:fixed;
  align-items:center;
  padding-top:var(--1rem);
  padding-left:var(--15rem);
  padding-right:var(--15rem);
  padding-bottom:var(--1rem);
  justify-content:center;
  background-color:#262626d1;
  }
      

      
        
        
      
      
  .dGrTzi {
    flex:1;
  display:flex;
  position:relative;
  flex-wrap:wrap;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fFNdfo {
    gap:0.75rem;
  cursor:pointer;
  height:3rem;
  display:flex;
  padding:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:10px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--neutral-100, #F3F4F6);
  }
      

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

        
        
      
      
  .dmSNzd {
    gap:0.75rem;
  width:var(--100);
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .fHznph {
    gap:var(--1rem);
  width:var(--100);
  display:flex;
  max-height:450px;
  min-height:100px;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

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

      
        
        
      
      
  .eUKcuQ {
    color:#fff;
  display:block;
  font-size:1rem;
  font-weight:var(--font-weight-normal);
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eTwTop {
    color:var(--neutral-600, #4B5563);
  width:var(--100);
  display:flex;
  font-size:var(--font-size-base);
  font-weight:600;
  line-height:20.2px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .ciaRWI {
    gap:0.75rem;
  cursor:pointer;
  height:3rem;
  display:flex;
  padding:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:10px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
  .ciaRWI:hover {
    background-color:var(--neutral-600, #4B5563);
  }
      

        
        
      
      
  .CRdHl {
    width:0.4rem;
  height:1.5rem;
  display:block;
  border-style:solid;
  border-width:0px;
  border-radius:10px;
  flex-direction:row;
  background-color:var(--neutral-500, #6B7280);
  }
      

      
        
        
      
      
  .devgOZ {
    gap:var(--085rem);
  width:100%;
  display:flex;
  padding:1.5rem;
  max-width:450px;
  min-width:300px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  max-height:550px;
  min-height:150px;
  align-items:start;
  font-family:'Poppins';
  border-style:solid;
  border-width:0px;
  border-radius:10px;
  flex-direction:column;
  justify-content:start;
  background-color:#fff;
  }
      

      
        
        
      
      
  .vDphL {
    color:var(--neutral-400, #94A3B8);
  display:block;
  font-size:1rem;
  font-weight:var(--font-weight-normal);
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bgjdCx {
    color:var(--neutral-500, #6B7280);
  width:1.5rem;
  cursor:pointer;
  height:1.5rem;
  display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:3px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bgjdCx:hover {
    align-items:center;
  justify-content:center;
  background-color:var(--neutral-200, #E5E7EB);
  }
      

        
        
      
      
  .fDVKbo {
    gap:var(--085rem);
  width:80%;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fudQlv {
    color:var(--neutral-500, #6B7280);
  width:var(--100);
  min-height:auto;
  flex-direction:column;
  }
      

      
        
        
      
      
  .ctxvVL {
    gap:1rem;
  flex:1;
  width:var(--100);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-color:transparent;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:var(--085rem);
  justify-content:start;
  border-bottom-color:var(--neutral-200, #E5E7EB);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bBuTcg {
    gap:var(--085rem);
  flex-direction:row;
  }
      

      
        
        
      
      
  .enbLTT {
    flex:1;
  color:var(--neutral-500, #6B7280);
  width:var(--100);
  display:block;
  font-size:var(--font-size-sm);
  font-weight:400;
  line-height:1.375;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dsDNQC {
    gap:var(--035rem);
  color:var(--grey-600, #525252);
  font-size:var(--font-size-xxs);
  flex-direction:row;
  }
      

      
        
        
      
      
  .bRRVBi {
    gap:var(--05rem);
  width:100%;
  padding-top:15px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eINBOy {
    gap:var(--085rem);
  width:100%;
  display:flex;
  position:relative;
  font-family:'Poppins';
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  flex-direction:column;
  padding-bottom:2px;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .GvMiW {
    flex:1;
  color:var(--neutral-700, #374151);
  position:relative;
  font-size:var(--font-size-base);
  text-align:left;
  font-family:'Poppins';
  }
      

      
        
        
      
      
  .ebiJlf {
    color:var(--neutral-600, #4B5563);
  width:100%;
  padding:10px;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  border-color:var(--neutral-300, #CBD5E1);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  }
      

      
  .ebiJlf::placeholder {
    color:var(--neutral-300, #CBD5E1);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bXkSNM {
    color:var(--neutral-500, #6B7280);
  display:block;
  flex-grow:1;
  font-size:var(--font-size-sm);
  align-items:center;
  margin-bottom:5px;
  }
      

      
        
        
      
      
  .dPHNyc {
    color:var(--primary-button, #508278);
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .emPBwJ {
    gap:var(--035rem);
  flex-direction:row;
  }
      

      
        
        
      
      
  .ezCknc {
    color:var(--neutral-500, #6B7280);
  font-size:var(--font-size-xs);
  font-family:'Poppins';
  font-weight:inherit;
  }
      

      
        
        
      
      
  .aCFOe {
    gap:var(--065rem);
  width:100%;
  font-family:inherit;
  }
      

      
        
        
      
      
  .ezBwAb {
    color:var(--neutral-500, #6B7280);
  position:relative;
  font-size:var(--font-size-xs);
  align-self:stretch;
  text-align:left;
  align-items:start;
  font-family:'Poppins';
  line-height:13px;
  justify-content:start;
  }
      

      
        
        
      
      
  .evFOSx {
    width:100%;
  display:flex;
  flex-direction:column;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .cMXDlx {
    align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  .doRVJA {
    color:var(--teal-700, #0F766E);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  padding-top:2px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:2px;
  background-color:var(--teal-200, #99F6E4);
  }
      

      
        
        
      
      
  .dOlwKV {
    gap:0.25rem;
  flex:1;
  flex-wrap:wrap;
  }
      

      
        
        
      
      
  .faHZCr {
    color:var(--card-bg, #ffffff);
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:400;
  }
      

      
        
        
      
      
  .cdXOJu {
    width:100%;
  z-index:1;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .evczU {
    gap:4px;
  right:10px;
  height:60%;
  display:flex;
  z-index:99;
  position:absolute;
  align-items:start;
  flex-shrink:0;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bqCGJv {
    gap:var(--065rem);
  opacity:1;
  max-height:999px;
  overflow-x:clip;
  overflow-y:clip;
  transition:max-height 1000ms cubic-bezier(0.41, 0.1, 0.45, 0.94) 0ms normal, opacity 300ms ease 0ms normal;
  font-family:'Poppins';
  padding-top:var(--035rem);
  padding-left:var(--035rem);
  padding-right:var(--035rem);
  padding-bottom:var(--035rem);
  }
      

      
  .bqCGJv.closed {
    opacity:0;
  max-height:0px;
  transition:max-height 1000ms cubic-bezier(0.66, 0.23, 0.25, 1) 0ms normal, opacity 200ms ease 0ms normal;
  }
      

        
        
      
      
  .dRgYR {
    color:var(--neutral-500, #6B7280);
  position:relative;
  flex-wrap:wrap;
  text-align:left;
  }
      

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

      
        
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
        
      
      
  .bVWEpR {
    gap:16px;
  display:flex;
  position:relative;
  align-self:stretch;
  align-items:flex-start;
  flex-shrink:0;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .ebjAyu {
    gap:10px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dLkQyw {
    flex:1;
  max-width:80%;
  }
      

      
        
        
      
      
  .bdCGjd {
    flex:1;
  color:var(--blue-500, #3B82F6);
  display:flex;
  font-size:var(--font-size-sm);
  align-items:start;
  font-weight:var(--font-weight-normal);
  justify-content:start;
  text-decoration:none;
  }
      

      
        
        
      
      
  .exMWaR {
    color:white;
  width:100%;
  border:none;
  cursor:pointer;
  font-size:var(--font-size-base);
  transition:background-color 0.3s;
  align-items:center;
  padding-top:var(--085rem);
  padding-left:var(--05rem);
  border-radius:8px;
  padding-right:var(--05rem);
  padding-bottom:var(--085rem);
  justify-content:center;
  background-color:var(--primary-button, #00805B);
  }
      

      
        
        
      
      
  .cxdeMF {
    flex:1;
  color:var(--neutral-700, #374151);
  position:relative;
  font-size:var(--font-size-sm);
  text-align:left;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .qlHmC {
    color:var(--white, #ffffff);
  width:100%;
  cursor:pointer;
  height:100%;
  align-items:center;
  padding-top:0.4rem;
  border-color:var(--border-300, #CBD5E1);
  border-style:solid;
  border-width:1px;
  padding-left:0.4rem;
  border-radius:100px;
  padding-right:0.4rem;
  padding-bottom:0.4rem;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
  .qlHmC:hover {
    width:var(--100);
  height:var(--100);
  border-color:var(--border-300, #CBD5E1);
  border-style:solid;
  border-width:3px;
  background-color:var(--white, #ffffff);
  }
      


  .qlHmC.selected {
    width:var(--100);
  height:var(--100);
  border-color:var(--primary-button, #00805B);
  border-style:solid;
  border-width:4px;
  background-color:var(--white, #ffffff);
  }
      

        
        
      
      
  .dzmyQd {
    width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dTBhdz {
    gap:var(--05rem);
  }
      

      
        
        
      
      
  .fcNssZ {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:999;
  position:absolute;
  transition:all 200ms ease 0ms normal;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:8px;
  padding-right:1rem;
  padding-bottom:1rem;
  backdrop-filter:blur(13px);
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
  .fcNssZ.hidden {
    opacity:0;
  z-index:-1;
  }
      

        
        
      
      
  .dVElOE {
    flex:1;
  color:var(--primary-button, #00805B);
  position:relative;
  font-size:var(--font-size-sm);
  text-align:left;
  align-items:start;
  font-family:'Poppins';
  font-weight:var(--font-weight-normal);
  justify-content:center;
  }
      

      
        
        
      
      
  .fwubDY {
    gap:var(--05rem);
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .HlTfi {
    width:100%;
  cursor:pointer;
  min-height:55px;
  align-items:center;
  font-family:inherit;
  padding-top:var(--12rem);
  padding-left:var(--12rem);
  border-radius:8px;
  padding-right:var(--12rem);
  flex-direction:row;
  padding-bottom:var(--12rem);
  justify-content:space-between;
  background-color:var(--content-bg-color, #f6f8fa);
  }
      

      
  .HlTfi.select {
    min-height:55px;
  outline-color:var(--border-300, #CBD5E1);
  outline-style:solid;
  outline-width:2px;
  }
      

        
        
      
      
  .cHAQdq {
    gap:10px;
  color:var(--white, #ffffff);
  width:100%;
  display:flex;
  flex-direction:row;
  }
      

      
        
        
      
      
  .XsHGx {
    color:var(--neutral-600, #4B5563);
  font-size:var(--font-size-base);
  font-family:'Poppins';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .cEnQeJ {
    gap:var(--065rem);
  }
      

      
        
        
      
      
  .clVbvX {
    gap:4px;
  color:var(--neutral-500, #6B7280);
  width:20px;
  cursor:pointer;
  height:20px;
  display:flex;
  z-index:99;
  position:relative;
  align-items:center;
  flex-shrink:0;
  border-radius:4px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--border-100, #f3f4f5);
  }
      

      
  .clVbvX:hover {
    color:var(--primary-button, #00805B);
  }
      

        
        
      
      
  .cRgaWC {
    gap:4px;
  color:var(--neutral-500, #6B7280);
  width:20px;
  cursor:pointer;
  height:20px;
  display:flex;
  position:relative;
  align-items:center;
  flex-shrink:0;
  border-radius:4px;
  flex-direction:column;
  justify-content:center;
  background-color:var(--border-100, #f3f4f5);
  }
      

      
  .cRgaWC:hover {
    color:var(--red-500, #EF4444);
  }
      

        
        
      
      
  .vhnuF {
    flex:1;
  color:var(--neutral-600, #4B5563);
  width:100%;
  cursor:text;
  height:45px;
  font-size:var(--font-size-base);
  align-items:center;
  padding-left:20px;
  border-radius:8px;
  outline-color:var(--neutral-500, #6B7280);
  outline-style:solid;
  outline-width:1px;
  padding-right:20px;
  flex-direction:row;
  justify-content:space-between;
  background-color:var(--white, #ffffff);
  }
      

      
  .vhnuF:focus-visible {
    outline-color:var(--neutral-700, #374151);
  outline-style:solid;
  outline-width:1px;
  }
      


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

        
        
      
      
  .fGjKGc {
    color:var(--blue-600, #2563EB);
  }
      

      
        
        
      
      
  .etisED {
    flex:1;
  color:var(--primary-button, #00805B);
  height:100%;
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  flex-direction:column;
  justify-content:center;
  }
      

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

      
        
        
      
      
  .bhLuPY {
    top:5px;
  right:5px;
  cursor:pointer;
  height:35px;
  z-index:2;
  position:absolute;
  align-items:center;
  padding-top:10px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  padding-bottom:10px;
  justify-content:center;
  background-color:var(--primary-button, #00805B);
  }
      

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


  .bhLuPY.disable {
    background-color:var(--border-200, #cad1d8);
  }
      

        
        
      
      
  .eqSleJ {
    gap:var(--1rem);
  flex:1;
  width:100%;
  cursor:pointer;
  height:auto;
  display:flex;
  z-index:1;
  position:relative;
  background:var(--white, #fff);
  min-height:90px;
  align-items:center;
  flex-shrink:0;
  padding-top:var(--1rem);
  border-color:var(--neutral-200, #E5E7EB);
  border-style:solid;
  border-width:1.5px;
  padding-left:var(--1rem);
  border-radius:8px;
  padding-right:var(--1rem);
  flex-direction:row;
  padding-bottom:var(--1rem);
  justify-content:start;
  }
      

      
  .eqSleJ:hover {
    background-color:var(--neutral-100, #F3F4F6);
  }
      


  .eqSleJ.selected {
    outline-color:var(--neutral-200, #E5E7EB);
  outline-style:solid;
  outline-width:1px;
  background-color:var(--neutral-50, #F8FAFC);
  }
      

        
        
      
      
  .eRYCNn {
    color:var(--primary-button, #00805B);
  width:20px;
  height:20px;
  rotate:z var(--Rotate);
  position:relative;
  font-size:var(--font-size-base);
  text-align:left;
  transition:rotate 200ms cubic-bezier(0.58, 0.01, 0.35, 1.02) 0ms normal;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .erosTb {
    flex:1;
  font-family:'Poppins';
  }
      

      
        
        
      
      
  .cLTePV {
    gap:var(--05rem);
  width:var(--100);
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fnnBlh {
    color:var(--primary-button, #00805B);
  position:relative;
  font-size:var(--font-size-sm);
  text-align:left;
  font-family:'Poppins';
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .cjoywB {
    gap:var(--035rem);
  height:100%;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bWYpmA {
    rotate:z var(--rotate);
  transition:rotate 200ms cubic-bezier(1, 0, 0, 1) 0ms normal;
  }
      

      
        
        
      
      
  .dPSLem {
    gap:4px;
  display:flex;
  z-index:;
  position:relative;
  align-items:start;
  flex-shrink:0;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dluyzm {
    color:var(--blue-500, #3B82F6);
  display:flex;
  font-size:var(--font-size-base);
  align-items:start;
  justify-content:start;
  text-decoration:none;
  }
      

      
        
        
      
      
  .fjiBst {
    cursor:pointer;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .drBZMi {
    gap:var(--05rem);
  font-family:'Poppins';
  }
      

      
        
        
      
      
  .dFfdsa {
    width:18px;
  height:18px;
  min-width:t;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bWHONw {
    gap:var(--1rem);
  flex:2;
  align-items:start;
  font-family:'Poppins';
  padding-right:8px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fwylkO {
    gap:4px;
  height:var(--100);
  display:flex;
  z-index:;
  position:relative;
  align-items:start;
  flex-shrink:0;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .fBCnyK {
    gap:var(--035rem);
  align-items:start;
  font-family:'Poppins';
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bNXbIJ {
    flex:1;
  color:var(--neutral-500, #6B7280);
  width:100%;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  line-height:17px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Nkuwg {
    flex:1;
  height:50px;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .cNPisP {
    gap:var(--035rem);
  width:100%;
  font-family:'Poppins';
  background-color:var(--app-white, #ffffff);
  }
      

      
        
        
      
      
  .cEqScK {
    color:var(--red-700, #B91C1C);
  width:100%;
  display:none;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  padding-top:var(--035rem);
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:var(--035rem);
  border-radius:4px;
  padding-right:var(--035rem);
  padding-bottom:var(--035rem);
  background-color:#fffafa;
  }
      

      
  .cEqScK.hidden {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .Pxksg {
    color:var(--neutral-700, #374151);
  width:100%;
  border:1px solid #ddd;
  font-size:var(--font-size-base);
  box-sizing:border-box;
  align-items:start;
  padding-top:var(--065rem);
  padding-left:var(--065rem);
  border-radius:4px;
  padding-right:var(--065rem);
  padding-bottom:var(--065rem);
  justify-content:center;
  }
      

      
        
        
      
      
  .cYhefd {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:99;
  position:absolute;
  align-items:center;
  justify-content:center;
  background-color:var(--neutral-50, #F8FAFC);
  }
      

      
  .cYhefd.hidden {
    display:none;
  }
      

        
        
      
      
  .zhnvv {
    width:100%;
  box-sizing:border-box;
  align-items:start;
  border-radius:4px;
  justify-content:center;
  }
      

      
        
        
      
      
  .fmyFuB {
    color:var(--primary-button, #00805B);
  display:flex;
  font-size:var(--font-size-xs);
  align-items:end;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dJBFIu {
    color:var(--red-700, #B91C1C);
  width:100%;
  display:none;
  z-index:;
  flex-wrap:wrap;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  padding-top:0.5rem;
  border-color:var(--red-100, #FEE2E2);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:4px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:#fffafa;
  }
      

      
  .dJBFIu.hidden {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .dxqQNS {
    left:var(--065rem);
  width:var(--100);
  flex-direction:row;
  }
      

      
        
        
      
      
  .dsRVgB {
    color:var(--neutral-500, #6B7280);
  display:flex;
  font-size:var(--font-size-sm);
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .bGNkSS {
    color:var(--grey-200, #E5E5E5);
  width:20px;
  cursor:pointer;
  height:20px;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  background-color:var(--blue-600, #2563EB);
  }
      

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

        
        
      
      
  
      

      
        
        
      
      
  .dRBIAv {
    flex:1;
  color:var(--neutral-500, #6B7280);
  width:100%;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  margin-left:5px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .DTNYR {
    gap:var(--065rem);
  flex:1;
  }
      

      
        
        
      
      
  .evBkfm {
    color:var(--neutral-400, #94A3B8);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .eulmRJ {
    color:var(--red-50, #FEF2F2);
  align-items:start;
  justify-content:center;
  }
      

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

      
        
        
      
      
  .dpuAaK {
    flex:1;
  color:var(--neutral-700, #374151);
  }
      

      
        
        
      
      
  .cEgftY {
    color:var(--neutral-400, #94A3B8);
  right:11px;
  width:16px;
  bottom:34%;
  cursor:pointer;
  height:16px;
  z-index:5;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dESRDU {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .ffWYkD {
    color:var(--neutral-700, #374151);
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .vqlWD {
    gap:var(--1rem);
  flex:1;
  font-family:inherit;
  padding-top:var(--12rem);
  padding-left:var(--12rem);
  border-radius:12px;
  padding-right:var(--12rem);
  padding-bottom:var(--12rem);
  background-color:var(--neutral-200, #E5E7EB);
  }
      

      
        
        
      
      
  .cHKZpL {
    width:100%;
  height:var(--100vh);
  z-index:9999;
  position:absolute;
  }
      

      
        
        
      
      
  .diNgRw {
    width:60px;
  height:60px;
  align-items:start;
  margin-right:10px;
  border-radius:8px;
  justify-content:center;
  background-color:#f0f0f0;
  }
      

      
        
        
      
      
  .cbSlps {
    gap:var(--035rem);
  width:100%;
  }
      

      
        
        
      
      
  .czaNYJ {
    color:var(--red-500, #EF4444);
  font-size:0.65rem;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  padding-top:0.15rem;
  padding-left:var(--05rem);
  padding-right:var(--05rem);
  padding-bottom:0.15rem;
  }
      

      
        
        
      
      
  .eVfSjX {
    color:inherit;
  text-align:left;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .eTnzCW {
    gap:var(--05rem);
  color:var(--neutral-700, #374151);
  width:100%;
  font-family:inherit;
  }
      

      
        
        
      
      
  .ZSFFY {
    color:inherit;
  font-size:var(--font-size-sm);
  text-align:left;
  font-weight:var(--font-weight-regular);
  line-height:19px;
  }
      

      
        
        
      
      
  .dpFDTf {
    color:var(--neutral-800, #1F2937);
  font-size:var(--font-size-base);
  font-family:'Poppins';
  font-weight:600;
  }
      

      
        
        
      
      
  .bdhuQS {
    color:var(--primary-text, #31363b);
  }
      

      
        
        
      