
@layer base {
  
  body, :host {
    /* Color */
      --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 size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bSmQo {
    width:100%;
  height:100%;
  overflow-x:hidden;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  background-color:#FFFFFF;
  }
      

      
        
        
      
      
  .fswcPj {
    cursor:pointer;
  height:60px;
  position:sticky;
  align-items:start;
  margin-bottom:12px;
  justify-content:start;
  }
      

      
        
        
      
      
  .ehLKfq {
    align-items:start;
  font-weight:var(--font-weight-regular);
  padding-top:24px;
  border-color:#EBECF0;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:10px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:start;
  background-color:#FFFFFF;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dphfKo {
    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;
  backdrop-filter:blur(10px);;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .dphfKo.page-loader-hidden {
    opacity:0;
  z-index:-1;
  }
      

        
        
      
      
  .eYJvpp {
    color:#98A2B3;
  }
      

      
        
        
      
      
  .ecZgTY {
    transition:all 150ms ease-in-out 0ms normal;
  }
      

      
        
        
      
      
  .bNzdVX {
    font-family:'Plus Jakarta Sans';
  font-weight:600;
  }
      

      
        
        
      
      
  .dXDuag {
    color:var(--yellow-600, #D97706);
  }
      

      
        
        
      
      
  .vSSmT {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

      
        
        
      
      
  .xenJX {
    color:#101828;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:8px;
  border-color:#D5D9D9;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .xenJX:hover {
    cursor:pointer;
  background-color:#F7F7F7;
  }
      

        
        
      
      
  .cmQExD {
    max-height:250px;
  border-radius:10px;
  }
      

      
        
        
      
      
  .dgmZSg {
    display:none;
  max-height:50px;
  margin-left:16px;
  padding-left:16px;
  padding-right:16px;
  border-left-color:#CBCBCB;
  border-left-style:solid;
  border-left-width:1px;
  }
      

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

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .briuny {
    width:100%;
  border-radius:10px;
  }
      

      
        
        
      
      
  .eAzLZn {
    width:70%;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  .bdsDLh {
    color:#a3a3a3;
  width:fit-content;
  cursor:default;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:13px;
  padding-right:13px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  background-color:#ffffff;
  border-top-color:#D5D9D9;
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:#D5D9D9;
  border-left-style:solid;
  border-left-width:1px;
  border-bottom-color:#D5D9D9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:8px;
  border-top-right-radius:0px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:0px;
  }
      

      
          @media (max-width: 740px) {
            
  .bdsDLh {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
        
      
      
  .dlAHgK {
    width:76px;
  height:40px;
  display:inline-block;
  text-align:center;
  border-radius:0px;
  border-top-color:#D5D9D9;
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:#D5D9D9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

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

        
        
      
      
  .dFKHxB {
    color:var(--default-link-color, #2463ebff);
  }
      

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

        
        
      
      
  .dRaqYN {
    height:43px;
  margin-top:24px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 740px) {
            
  .dRaqYN {
    height:fit-content;
  display:none;
  flex-wrap:wrap-reverse;
  }
      

          }
          
        
        
      
      
  .cQPUFZ {
    height:fit-content;
  margin-top:16px;
  transition:all 300ms ease-in-out 0ms normal;
  margin-bottom:16px;
  }
      

      
        
        
      
      
  .mjApy {
    color:var(--red-600, #DC2626);
  display:flex;
  opacity:100;
  flex-direction:column;
  }
      

      
  .mjApy.fav-active {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .RgdEF {
    width:12px;
  height:12px;
  }
      

      
        
        
      
      
  .DhJvh {
    gap:3px;
  color:#FFFFFF;
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  min-width:148px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  line-height:24px;
  padding-top:8px;
  border-color:#3B82F6;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:8px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:#3B82F6;
  }
      

      
  .DhJvh:hover {
    border-color:#225ad3;
  border-style:solid;
  border-width:1px;
  background-color:#225ad3;
  }
      

        
        
      
      
  .cGnmoj {
    top:1px;
  height:100%;
  z-index:;
  position:sticky;
  margin-top:1px;
  }
      

      
        
        
      
      
  .eHrLCH {
    display:none;
  margin-bottom:16px;
  padding-bottom:5px;
  border-bottom-color:#c9c9c9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

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

          }
          
        
        
      
      
  .dKwPM {
    gap:12px;
  width:fit-content;
  height:fit-content;
  flex-wrap:wrap;
  margin-top:16px;
  margin-bottom:16px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .WqBuf {
    padding-left:10px;
  padding-right:10px;
  }
      

      
        
        
      
      
  .GeyVR {
    right:125px;
  width:320px;
  bottom:32px;
  z-index:2;
  position:fixed;
  font-size:inherit;
  font-family:'Plus Jakarta Sans';
  font-weight:inherit;
  border-radius:12px;
  }
      

      
        
        
      
      
  .eIXHNO {
    width:100%;
  height:250px;
  margin-top:24px;
  align-items:center;
  margin-bottom:24px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cABlpw {
    color:#666666;
  height:100%;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  margin-left:20px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 740px) {
            
  .cABlpw {
    height:30px;
  margin-left:4px;
  margin-bottom:16px;
  }
      

          }
          
        
        
      
      
  .dZpNVV {
    width:14%;
  font-size:12px;
  font-family:'Plus Jakarta Sans';
  margin-right:24px;
  }
      

      
          @media (max-width: 740px) {
            
  .dZpNVV {
    width:100%;
  margin-right:0px;
  }
      

          }
          
        
        
      
      
  .cjDRLe {
    gap:14px;
  flex-wrap:wrap;
  max-width:92%;
  flex-direction:row;
  }
      

      
          @media (max-height: 740px) {
            
  .cjDRLe {
    gap:10px;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

          }
          
        
        
      
      
  .dMMRnu {
    color:var(--grey-200, #E5E5E5);
  width:100%;
  cursor:pointer;
  align-items:center;
  padding-top:18px;
  padding-left:18px;
  border-radius:6px;
  padding-right:18px;
  padding-bottom:18px;
  justify-content:center;
  background-color:var(--blue-600, #2563EB);
  }
      

      
  .dMMRnu:hover {
    background-color:#225ad3;
  }
      

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

      
        
        
      
      
  .bIFWAS {
    color:#D5D9D9;
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:8px;
  border-color:#D5D9D9;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  }
      

      
  .bIFWAS:hover {
    cursor:pointer;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .brphus {
    color:#101111;
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:13px;
  padding-right:13px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  background-color:#ffffff;
  border-top-color:#D5D9D9;
  border-top-style:solid;
  border-top-width:1px;
  border-right-color:#D5D9D9;
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:#D5D9D9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:0px;
  border-top-right-radius:8px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:8px;
  }
      

      
  .brphus:hover {
    background-color:#F7F7F7;
  }
      


          @media (max-width: 740px) {
            
  .brphus {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
        
      
      
  .cbGtli {
    color:#808080;
  margin-top:8px;
  margin-left:8px;
  margin-bottom:8px;
  }
      

      
        
        
      
      
  .fjyGYJ {
    color:var(--grey-500, #737373);
  font-size:16px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#F2F2F2;
  }
      

      
          @media (max-width: 360px) {
            
  .fjyGYJ {
    display:none;
  font-size:14px;
  }
      

          }
          

          @media (max-width: 740px) {
            
  .fjyGYJ {
    font-size:14px;
  }
      

          }
          
        
        
      
      
  .dIQFzp {
    color:#101828;
  width:fit-content;
  font-size:1.2rem;
  font-weight:var(--font-weight-bold);
  line-height:28px;
  }
      

      
        
        
      
      
  .erYdGV {
    gap:4px;
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  border-radius:6px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .qKdFc {
    width:24px;
  height:24px;
  display:flex;
  font-size:20px;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .eVxScg {
    gap:8px;
  color:#2F2F2F;
  width:100%;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  line-height:20px;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:#F7F7F7;
  }
      

      
  .eVxScg:hover {
    background-color:#e3e3e3;
  }
      


  .eVxScg.active {
    background-color:#e0e0e0;
  }
      


  .eVxScg:focus-visible {
    background-color:#d6d6d6;
  }
      

        
        
      
      
  .cBMmx {
    width:24px;
  height:24px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bSHbBX {
    color:#2F2F2F;
  width:100%;
  cursor:pointer;
  display:none;
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  line-height:20px;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#F7F7F7;
  }
      

      
  .bSHbBX:hover {
    background-color:#e3e3e3;
  }
      


  .bSHbBX:active {
    background-color:#e0e0e0;
  }
      


  .bSHbBX:focus-visible {
    background-color:#d6d6d6;
  }
      

        
        
      
      
  .biHYqV {
    gap:8px;
  color:#2F2F2F;
  width:100%;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  line-height:20px;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:#F7F7F7;
  }
      

      
  .biHYqV:hover {
    background-color:#e3e3e3;
  }
      


  .biHYqV:active {
    background-color:#e0e0e0;
  }
      


  .biHYqV:focus-visible {
    background-color:#d6d6d6;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .buOFky {
    width:79vw;
  height:100%;
  position:relative;
  padding-top:24px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:24px;
  background-color:#F2F2F2;
  border-left-color:#E0E0E0;
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
          @media (max-width: 995px) and (min-width: 740px) {
            
  .buOFky {
    width:97vw;
  height:100%;
  padding-left:16px;
  padding-right:16px;
  }
      

          }
          

          @media (max-width: 740px) {
            
  .buOFky {
    width:99vw;
  padding-left:16px;
  padding-right:16px;
  }
      

          }
          
        
        
      
      
  .dHmbSN {
    width:48px;
  height:48px;
  }
      

      
        
        
      
      
  .bOxFGB {
    gap:10px;
  color:#212121;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  padding-top:8px;
  padding-left:10px;
  border-radius:26px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .bOxFGB.status-instock {
    gap:10px;
  color:#206635;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:8px;
  padding-left:10px;
  border-radius:26px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:#DCFCE7;
  }
      


  .bOxFGB.status-outofstock {
    color:#B93815;
  display:flex;
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  border-radius:26px;
  flex-direction:row;
  background-color:#FDF6EE;
  }
      


  .bOxFGB.status-preorder {
    color:#3A5CD4;
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  border-radius:26px;
  background-color:#EFF8FF;
  }
      

        
        
      
      
  .ezbqHw {
    width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  background-color:#F2F2F2;
  }
      

      
        
        
      
      
  .bvrvyD {
    color:#101828;
  width:30%;
  font-size:16px;
  margin-top:8px;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  }
      

      
        
        
      
      
  .cfTdqk {
    color:#6F7373;
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .bGAMu {
    gap:8px;
  color:#475467;
  width:fit-content;
  font-size:13px;
  align-items:center;
  font-family:inherit;
  font-weight:600;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dWFPVg {
    gap:10px;
  height:100%;
  position:relative;
  min-width:160px;
  max-height:80%;
  min-height:500px;
  border-color:#E5E5E5;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:12px;
  padding-right:8px;
  background-color:#F7F7F7;
  }
      

      
        
        
      
      
  .eMyrET {
    color:#101828;
  display:flex;
  margin-top:18px;
  font-family:'Plus Jakarta Sans';
  flex-direction:column;
  text-decoration-line:;
  }
      

      
        
        
      
      
  .jvISO {
    gap:8px;
  margin-right:8px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cDtTcX {
    color:var(--grey-100, #F5F5F5);
  width:100%;
  cursor:default;
  align-items:center;
  padding-top:18px;
  padding-left:18px;
  border-radius:6px;
  padding-right:18px;
  padding-bottom:18px;
  justify-content:center;
  background-color:var(--blue-300, #93C5FD);
  }
      

      
        
        
      
      
  .eTDKNo {
    color:#101828;
  font-size:1.5rem;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  }
      

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

      
          @media (max-width: 740px) {
            
  .bvqMVm {
    gap:24px;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .ZwYdW {
    height:300px;
  }
      

      
        
        
      
      
  .bdDVXA {
    width:100%;
  height:fit-content;
  position:relative;
  margin-top:0px;
  align-items:center;
  margin-bottom:100px;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .dnnUgK {
    height:60px;
  display:flex;
  position:relative;
  margin-top:0px;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .zYGBv {
    left:4px;
  align-items:center;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  justify-content:start;
  border-left-color:#E0E0E0;
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
        
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
        
      
      
  .OKosP {
    color:var(--grey-700, #404040);
  cursor:default;
  font-size:inherit;
  font-family:inherit;
  font-weight:600;
  text-decoration-line:;
  }
      

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

        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .eLzPUV {
    color:#ffffff;
  font-size:0.875rem;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  }
      

      
        
        
      
      
  .dWthQC {
    width:100%;
  flex-direction:row;
  }
      

      
          @media (max-width: 740px) {
            
  .dWthQC {
    gap:24px;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dZZzhl {
    width:0px;
  height:0px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dlHyCX {
    width:fit-content;
  cursor:pointer;
  display:none;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
  .dlHyCX:hover {
    border-radius:6px;
  background-color:#F2F2F2;
  }
      


  
      

        
        
      
      
  .dGmxoP {
    align-items:start;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .eGBIUM {
    gap:10px;
  width:95%;
  align-items:center;
  margin-bottom:18px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bfKDqc {
    left:20px;
  bottom:28px;
  position:absolute;
  min-width:80px;
  box-shadow:1px 4px 15px 0px #00000044;
  max-height:36px;
  align-items:start;
  border-radius:8px;
  justify-content:start;
  }
      

      
          @media (max-height: 680px) {
            
  .bfKDqc {
    display:none;
  transition:all 300ms ease-out 0ms normal;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .bfKDqc {
    width:150px;
  transition:position 150ms ease-in-out 0ms normal;
  }
      

          }
          
        
        
      
      
  .bhXMfl {
    width:100%;
  flex-wrap:wrap;
  margin-top:16px;
  align-items:center;
  margin-bottom:12px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dgeCoY {
    width:95%;
  display:flex;
  flex-wrap:wrap;
  margin-top:12px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
        
      
      
  .chkuVZ {
    transition:all 300ms ease-in-out 0ms normal;
  align-items:start;
  font-weight:var(--font-weight-regular);
  padding-top:24px;
  border-color:#EBECF0;
  border-style:solid;
  border-width:1px;
  padding-left:24px;
  border-radius:10px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:start;
  background-color:#EBEBEB;
  }
      

      
          @media (max-width: 740px) {
            
  .chkuVZ {
    display:none;
  }
      

          }
          
        
        
      
      
  .fdsZZQ {
    max-height:250px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cShezM {
    color:#101828;
  height:40px;
  display:flex;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-top:8px;
  border-color:#D5D9D9;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  }
      

      
  .cShezM:hover {
    cursor:pointer;
  background-color:#F7F7F7;
  }
      

        
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
        
      
      
  .eZgDmK {
    width:100%;
  height:60px;
  position:relative;
  margin-top:22px;
  overflow-x:hidden;
  align-items:center;
  border-color:#E5E5E5;
  border-style:solid;
  border-width:1px;
  border-radius:12px;
  flex-direction:row;
  justify-content:start;
  background-color:#FFFFFF;
  }
      

      
  .eZgDmK:hover {
    border-color:#808080;
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .dybCLE {
    color:#000;
  width:96%;
  height:32px;
  font-size:16px;
  font-family:'Plus Jakarta Sans';
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
  .dybCLE:focus {
    color:#000;
  }
      


          @media (max-width: 995px) {
            
  .dybCLE {
    width:90%;
  }
      

          }
          
        
        
      
      
  .dRJHmV {
    position:relative;
  margin-bottom:80px;
  }
      

      
        
        
      
      
  .fvZQIv {
    height:60px;
  display:flex;
  position:relative;
  margin-top:1px;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eaNaFs {
    width:82%;
  height:100%;
  align-items:start;
  justify-content:start;
  }
      

      
          @media (max-width: 768px) {
            
  .eaNaFs {
    width:75%;
  }
      

          }
          

          @media (max-width: 1029px) and (min-width: 768px) {
            
  .eaNaFs {
    width:78%;
  }
      

          }
          

          @media (max-width: 700px) {
            
  .eaNaFs {
    width:100%;
  margin-top:0px;
  }
      

          }
          
        
        
      
      
  .cUynht {
    left:8px;
  font-size:45px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .LJUjz {
    width:100%;
  position:relative;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .Zywym {
    color:#333333;
  width:fit-content;
  cursor:pointer;
  box-shadow:1px 4px 15px 0px #00000044;
  padding-top:8px;
  padding-left:8px;
  border-radius:99px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#FFFFFF;
  }
      

      
  .Zywym:hover {
    transition:all 150ms ease-in 0ms normal;
  background-color:#fcfcfc;
  }
      

        
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bDwzfD {
    gap:7px;
  color:#4d4d4d;
  display:flex;
  flex-wrap:wrap;
  font-size:inherit;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  margin-left:20px;
  flex-direction:row;
  }
      

      
          @media (max-width: 740px) {
            
  
      

          }
          
        
        
      
      
  .euPNIw {
    left:8px;
  font-size:20px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .bJYNop {
    color:#4B5563;
  width:80%;
  font-size:12px;
  margin-top:20px;
  text-align:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  }
      

      
        
        
      
      
  .bpOgdr {
    right:3px;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .blaGdq {
    color:inherit;
  font-size:36px;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  line-height:48px;
  }
      

      
        
        
      
      
  .bzHZxe {
    right:32px;
  width:60px;
  bottom:32px;
  height:60px;
  z-index:1;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 740px) {
            
  .bzHZxe {
    right:32px;
  bottom:32px;
  }
      

          }
          
        
        
      
      
  .dyFNAT {
    width:60px;
  cursor:pointer;
  height:60px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .dyFNAT:hover {
    background-color:#E3E3E3;
  }
      

        
        
      
      
  .biDnEL {
    align-items:start;
  font-weight:var(--font-weight-regular);
  padding-top:24px;
  padding-left:24px;
  border-radius:10px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:start;
  background-color:#F2F2F2;
  }
      

      
        
        
      
      
  .eHZcUd {
    gap:12px;
  width:fit-content;
  height:fit-content;
  flex-wrap:wrap;
  margin-top:12px;
  margin-bottom:32px;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dtWqhh {
    transition:height 300ms ease-in-out 0ms normal;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cKnJwV {
    color:#101111;
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:13px;
  padding-right:13px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  background-color:#ffffff;
  border-top-color:#D5D9D9;
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:#D5D9D9;
  border-left-style:solid;
  border-left-width:1px;
  border-bottom-color:#D5D9D9;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:8px;
  border-top-right-radius:0px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:0px;
  }
      

      
  .cKnJwV:hover {
    background-color:#F7F7F7;
  }
      


          @media (max-width: 740px) {
            
  .cKnJwV {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

      
          @media (max-width: 740px) {
            
  .euTeEy {
    gap:24px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dloPTA {
    display:flex;
  transition:all 150ms ease-in-out 0ms normal;
  flex-direction:column;
  }
      

      
        
        
      
      
  .epOdVR {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cNoAUS {
    top:0px;
  width:20vw;
  height:100vh;
  z-index:;
  position:sticky;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:#FFFFFF;
  }
      

      
          @media (max-width: 995px) {
            
  .cNoAUS {
    width:0vw;
  display:none;
  transition:all 150ms ease-in-out 0ms normal;
  }
      

          }
          
        
        
      
      
  .dYpMPZ {
    font-size:24px;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
        
      
      
  .cJROXe {
    height:fit-content;
  }
      

      
        
        
      
      
  .djXKEr {
    height:43px;
  margin-top:24px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 740px) {
            
  .djXKEr {
    height:fit-content;
  flex-wrap:wrap-reverse;
  }
      

          }
          
        
        
      