
@layer base {
  
  body, :host {
    /* Color */
      --Base-Text: #000000;
--Base-BG: #ffffff;
--Light-Border: #ededed;
--Text-Hover: #2eff74;
--Grey: #828282;
--Button-BG: #000000;
--Button-Text: #ffffff;
--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-sans: '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 */
    --Button-Corners: 0rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .czpKja {
    color:var(--Light-BG-Text, #000000);
  width:100%;
  min-height:100%;
  align-items:center;
  justify-content:start;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cDpbFj {
    width:100%;
  display:block;
  padding-top:3rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:3rem;
  background-color:#fff;
  }
      

      
          @media (min-width: 768px) {
            
  .cDpbFj {
    padding-top:3rem;
  padding-bottom:3rem;
  }
      

          }
          
        
      
      
  .furIpL {
    flex:1;
  width:100%;
  font-family:inherit;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
        
      
      
  .bGoBpD {
    width:100%;
  display:block;
  font-family:inherit;
  margin-left:auto;
  padding-top:3rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .djOQYi {
    gap:1.5rem;
  display:flex;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cmwdau {
    display:block;
  font-size:1.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  .QgfMD {
    width:100%;
  display:block;
  max-width:72rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .QgfMD {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          
        
      
      
  .fBJhnD {
    width:100%;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
      
      
  .Amhyc {
    flex:1;
  align-items:start;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .yclFe {
    gap:.25rem;
  color:inherit;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bvSbFh {
    top:2rem;
  z-index:101;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cJPJnk {
    color:var(--Light-BG-Button-BG, #000000);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .cJPJnk:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cAwsYz {
    color:inherit;
  width:100%;
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:2.5rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .cAwsYz:focus {
    border-color:var(--Base-Text, #000000);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .eSYaxa {
    gap:1rem;
  color:inherit;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .doLTuv {
    color:var(--Light-BG-Button-BG, #000000);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .doLTuv:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  .WMAPS {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .WMAPS:hover {
    background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
      
      
  .cfJQPW {
    gap:1rem;
  width:100%;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .fnaXnw {
    position:absolute;
  align-items:start;
  margin-left:.5rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .cDyYJR {
    font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-bolder);
  letter-spacing:-.1rem;
  }
      

      
        
      
      
  .bHUQtS {
    gap:0.25rem;
  flex:1;
  color:inherit;
  display:flex;
  z-index:9;
  align-items:start;
  font-family:inherit;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .oBseb {
    color:var(--Light-BG-Text, #000000);
  align-items:start;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .jPOoH {
    color:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  text-transform:uppercase;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
      
      
  .dMyokz {
    width:100%;
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .dMyokz:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  .AXbBU {
    color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  text-transform:uppercase;
  }
      

      
        
      
      
  .bTvtXb {
    transition:rotate 500ms ease 0ms normal;
  }
      

      
  .bTvtXb.invert {
    color:var(--Light-BG-Text, #000000);
  rotate:x 180deg;
  }
      

        
      
      
  .dywmEo {
    gap:.25rem;
  color:inherit;
  cursor:pointer;
  transition:color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:.625rem;
  flex-direction:row;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
  .dywmEo:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  .eefjKU {
    color:inherit;
  align-items:start;
  font-family:inherit;
  justify-content:start;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
        
      
      
  
      

      
        
      
      
  .feKzoU {
    gap:.25rem;
  color:inherit;
  width:100%;
  cursor:pointer;
  transition:color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:.625rem;
  flex-direction:row;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:end;
  background-color:var(--Light-BG, #ffffff);
  }
      

      
  .feKzoU:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dsLUG {
    width:2rem;
  height:2rem;
  display:block;
  overflow-x:clip;
  overflow-y:clip;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  border-radius:100vw;
  flex-direction:row;
  background-color:var(--Light-Border, #ededed);
  }
      

      
        
      
      
  .fxOSrS {
    gap:.25rem;
  color:inherit;
  align-items:center;
  font-family:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .dVCCUz {
    color:inherit;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .eBQdvb {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-BG-Button-BG, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:center;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .eBQdvb:hover {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
      
      
  .bObiOr {
    gap:.5rem;
  flex:1;
  color:inherit;
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .OeSQl {
    width:100%;
  height:4.5rem;
  align-items:center;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-bottom-color:var(--Light-Border, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .fayjuh {
    color:var(--Light-BG-Button-BG, #000000);
  width:100%;
  cursor:pointer;
  font-size:inherit;
  transition:color 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:.5rem;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  justify-content:center;
  background-color:var(--Light-BG-Button-Text, #ffffff);
  }
      

      
  .fayjuh:hover {
    color:var(--Text-Hover, #2eff74);
  }
      

        
      
      
  .sdBXo {
    color:var(--Light-BG-Button-Text, #ffffff);
  width:fit-content;
  cursor:pointer;
  font-size:inherit;
  transition:background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-BG-Button-BG, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  text-transform:uppercase;
  background-color:var(--Light-BG-Button-BG, #000000);
  }
      

      
  .sdBXo:hover {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  background-color:var(--Grey-For-AccentTextBorder, #828282);
  }
      

        
      
      
  .GJUaq {
    gap:.5rem;
  color:inherit;
  width:100%;
  height:4.5rem;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  border-bottom-color:var(--Light-BG-Card, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eKcYIA {
    cursor:pointer;
  font-size:1.5rem;
  font-family:inherit;
  font-weight:var(--font-weight-bolder);
  letter-spacing:-.1rem;
  }
      

      
        
      
      
  .OKPU {
    top:-.25rem;
  color:var(--red-600, #DC2626);
  right:-.25rem;
  position:absolute;
  }
      

      
        
      
      
  .eWsphd {
    color:inherit;
  cursor:pointer;
  align-items:center;
  font-family:inherit;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .cfooxH {
    color:inherit;
  width:100%;
  font-size:var(--font-size-sm);
  align-items:start;
  font-family:inherit;
  padding-top:.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:2.5rem;
  border-radius:var(--Button-Corners);
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
  .cfooxH:focus {
    border-color:var(--Grey-For-AccentTextBorder, #828282);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .bDxHXy {
    gap:2rem;
  top:0rem;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  z-index:100;
  position:fixed;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
        
      
      
  .CGnDt {
    color:var(--Base-Text, #000000);
  width:100%;
  font-size:1rem;
  font-family:inherit;
  font-weight:400;
  padding-top:0.75rem;
  border-color:var(--Base-Text, #000000);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
  .CGnDt:focus {
    outline-color:var(--Base-Text, #000000);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .eKlEHW {
    color:var(--Text-Hover, #2eff74);
  }
      

      
        
      
      
  .cVAVzG {
    color:var(--Base-Text, #000000);
  display:block;
  font-size:1.5rem;
  text-align:center;
  font-family:inherit;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .caIbFD {
    color:var(--blue-600, #2563EB);
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bRBUqc {
    gap:1rem;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .XlITD {
    color:var(--Base-Text, #000000);
  display:inline-block;
  font-family:inherit;
  }
      

      
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
      
      
  .dfMWib {
    gap:0.5rem;
  color:var(--Button-Text, #ffffff);
  width:100%;
  cursor:pointer;
  font-size:.875rem;
  transition:all 100ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  font-weight:500;
  padding-top:1rem;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--Button-BG, #000000);
  }
      

      
  .dfMWib:hover {
    background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .ArrLX {
    color:var(--Base-Text, #000000);
  width:100%;
  font-size:1rem;
  font-family:inherit;
  font-weight:400;
  padding-top:0.75rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--Button-Corners);
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  background-color:var(--Base-BG, #ffffff);
  }
      

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


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

        
      
      
  .fcyWfL {
    gap:1rem;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  background-color:inherit;
  }
      

      
        
      
      
  .HzcDs {
    color:inherit;
  display:inline-block;
  font-family:inherit;
  }
      

      
        
      
      
  .cOJCjb {
    gap:0.5rem;
  width:100%;
  max-width:20rem;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1.5px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .vpGZV {
    width:100%;
  display:inline-block;
  max-width:17rem;
  text-align:center;
  font-family:inherit;
  }
      

      
        
      
      
  .UVXmJ {
    gap:0.5rem;
  width:100%;
  font-size:.875rem;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--Light-Border, #ededed);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

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

        
      
      
  .TmoRL {
    color:var(--Grey, #828282);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  white-space:normal;
  }
      

      
        
      
      
  .bZEVCZ {
    gap:0.25rem;
  color:var(--red-500, #EF4444);
  width:100%;
  font-size:.875rem;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:0.5rem;
  border-color:var(--red-200, #FECACA);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:var(--Button-Corners);
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--red-50, #FEF2F2);
  }
      

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

        
      
      
  .TWXLp {
    gap:0.5rem;
  flex:1;
  width:100%;
  height:100%;
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dspRrW {
    gap:1rem;
  display:flex;
  align-items:center;
  font-family:inherit;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .feHpYc {
    color:inherit;
  cursor:pointer;
  height:100%;
  align-items:center;
  font-family:inherit;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
          @media (min-width: 1280px) {
            
  .feHpYc {
    display:none;
  }
      

          }
          
        
      
      
  .ckTdei {
    flex:1;
  display:none;
  font-family:inherit;
  }
      

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

          }
          
        
      
      
  .feKGvR {
    color:inherit;
  width:100%;
  height:4rem;
  display:none;
  z-index:2;
  flex-wrap:wrap;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-bottom-color:var(--Light-BG-Card, #ededed);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (min-width: 1280px) {
            
  .feKGvR {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .FaPGq {
    width:100vw;
  height:100vh;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .hWkSX {
    gap:1rem;
  flex:1;
  color:inherit;
  width:100%;
  height:100%;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .exCZXZ {
    gap:.25rem;
  color:inherit;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:end;
  }
      

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

          }
          
        
      
      
  .lpzpS {
    gap:.5rem;
  flex:1;
  color:inherit;
  flex-wrap:wrap;
  align-items:start;
  font-family:inherit;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .cPlZWB {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  position:absolute;
  background: #ebebeb;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .diVVgy {
    gap:1rem;
  top:0px;
  left:0px;
  color:inherit;
  width:100%;
  height:100%;
  z-index:10;
  position:fixed;
  align-items:start;
  font-family:inherit;
  justify-content:start;
  background-color:var(--Base-BG, #ffffff);
  }
      

      
          @media (min-width: 1280px) {
            
  .diVVgy {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .PCLin {
    color:var(--Grey, #828282);
  display:block;
  font-size:1.125rem;
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .frFgGX {
    gap:.5rem;
  color:var(--Base-Text, #000000);
  width:100%;
  flex-wrap:wrap;
  margin-top:auto;
  min-height:5rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  background-color:var(--Base-BG, #ffffff);
  border-top-color:var(--Light-Border, #ededed);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .bHvvDO {
    color:var(--Grey, #828282);
  font-size:var(--font-size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dIFHSw {
    gap:1.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .bZiMwb {
    gap:1rem;
  color:#718096;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bqXOBB {
    color:var(--Grey, #828282);
  display:block;
  font-size:var(--font-size-base);
  line-height:1.2;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .EcTHC {
    width:100%;
  display:block;
  min-width:5rem;
  min-height:5rem;
  object-fit:cover;
  flex-direction:row;
  }
      

      
        
      
      
  .olweq {
    gap:1rem;
  flex:2;
  width:100%;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dyuuit {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ciTrYB {
    flex:1;
  display:flex;
  max-width:8rem;
  max-height:8rem;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-direction:row;
  }
      

      
        
      
      
  .bHDsZU {
    gap:1rem;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .diwVkf {
    display:inline-block;
  font-size:1.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  
      

      
        
      