
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #000;
--brand-2: #121212;
--brand-3: #1F1F1F;
--brand-4: #282828;
--brand-5: #303030;
--brand-6: #3A3A3A;
--brand-7: #3A3A3A;
--brand-8: #606060;
--brand-9: #FFF;
--brand-10: #F6F6F6;
--brand-11: #B3B3B3;
--brand-12: #EEE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-quicksand: 'Quicksand',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bErtji {
    width:calc(100vw - 8px);
  min-height:100vh;
  align-items:start;
  justify-content:start;
  background-color:var(--neutral-3, #232225);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dDEgqM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .dDEgqM.open {
    opacity:1;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:all;
  }
      

        
      
      
  .menu\:AiXOSS5SKZugZAG4UcgJx {
    z-index:150;
  }
      

      
        
      
      
  .fFCSAW {
    width:calc(100vw - 8px);
  z-index:100;
  position:fixed;
  }
      

      
        
      
      
  .dHlFHq {
    width:100%;
  background-color:var(--neutral-3, #232225);
  }
      

      
        
      
      
  .bGEtxO {
    width:100%;
  height:70px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .UgCri.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .UgCri.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dhGxig.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dhGxig.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

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

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--overlay-a1, #ffffff0d);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:end;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:end;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .odNyd {
    width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  translate:-100%;
  transition:all 300ms ease 0ms normal;
  background-color:var(--neutral-1, #121113);
  border-right-color:var(--neutral-4, #E8E8EC);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 1024px) {
            
  .odNyd {
    width:280px;
  display:flex;
  max-width:90vw;
  translate:-100%;
  flex-direction:column;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .odNyd.open {
    display:flex;
  translate:0;
  transition:var(--transition-in);
  flex-direction:column;
  }
      

          }
          

  .odNyd.open {
    translate:0;
  transition:all 320ms ease 0ms normal;
  }
      

        
      
      
  .ZpOjb {
    gap:1rem;
  bottom:0px;
  position:sticky;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--neutral-2, #1A191B);
  }
      

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


  .so-button-secondary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-secondary\:root.trigger-open {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .ckeMDa {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:-izxXRlWlFGmFZD5OLXy_ {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .doWZSZ {
    top:0px;
  left:0px;
  width:20px;
  bottom:0px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:AnfCDhaA7kGBpaZ7Yi1aT {
    flex:1;
  padding-top:0.5rem;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .dgtCfx {
    gap:0.5rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:pointer;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 300ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .dgtCfx:hover {
    background-color:var(--brand-9, #755ed1);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .dgtCfx:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .dgtCfx.pressed {
    transition:none;
  background-color:var(--brand-11, #BAA7FF);
  }
      


  .dgtCfx.disabled {
    cursor:default;
  opacity:0.5;
  background-color:var(--brand-10, #7D66D9);
  }
      

        
      
      
  .navigation-menu\:J_27ienIatX9THYQkEi6A {
    color:var(--neutral-10, #7C7A85);
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:inherit;
  }
      

      
        
      
      
  .navigation-menu\:L5bog9T6D8hfrdCyWWuT5 {
    color:var(--neutral-10, #7C7A85);
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:OruaDmwby9bqV4HsdZojq {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .cbYKAQ {
    width:auto;
  height:200px;
  }
      

      
        
      
      
  .eqFpHE {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  overflow:hidden;
  flex-wrap:wrap;
  font-size:var(--text-md);
  transition:all 200ms ease normal normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  padding-top:0.5rem;
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-sm);
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .eqFpHE:hover {
    background-color:var(--neutral-2, #F9F9FB);
  }
      


  .eqFpHE:focus-visible {
    outline-color:var(--brand-8, #8DA4EF);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .eqFpHE:active {
    transition:none;
  background-color:var(--neutral-4, #E8E8EC);
  }
      

        
      
      
  .dXbPXD {
    gap:0.5rem;
  overflow-y:auto;
  padding-top:0.5rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bPMOrW {
    display:flex;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:g1OZZrv1J_0bQvBPVm7vD {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .ffTdOG {
    align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:n4S7Yh_JiMl0pijPtBi4y {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .so-separator\:root {
    background-color:var(--neutral-5, #323035);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navigation-menu\:wo4Bx3t3j9C8qP1l_yGOO {
    color:var(--neutral-10, #7C7A85);
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .menu\:pmzIajD-XlA2aGn6P0zIz {
    z-index:300;
  }
      

      
        
      
      
  .chrBoH {
    gap:0.5rem;
  position:relative;
  align-items:start;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:end;
  }
      

      
        
      
      
  .gbiaF {
    gap:0.5rem;
  width:100%;
  height:550px;
  max-width:500px;
  align-items:center;
  padding-top:1rem;
  aspect-ratio:1 / 1;
  padding-left:1rem;
  border-radius:20px;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .eDrEkh {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
    opacity:1;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYyikT {
    width:100%;
  bottom:10px;
  z-index:4;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-content\:root {
    opacity:0;
  translate:0 20px;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-dialog-content\:root.open {
    opacity:1;
  translate:0 0px;
  }
      


  .so-dialog-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-dialog-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .product-detail-modal\:6IXWSZBH81nU-tNOc1yb6 {
    display:flex;
  max-width:600px;
  max-height:85vh;
  align-items:start;
  padding-top:0rem;
  padding-left:0rem;
  padding-right:0rem;
  flex-direction:column;
  padding-bottom:0rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1000px) {
            
  .product-detail-modal\:6IXWSZBH81nU-tNOc1yb6 {
    max-width:600px;
  max-height:100vh;
  align-items:start;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .EVVCJ {
    top:50%;
  color:var(--grey-500, #737373);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:rgba(38, 38, 38, 0.45);
  }
      

      
  .EVVCJ:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .felMcC {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-lg);
  font-family:'Quicksand';
  font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dMUzbB {
    flex:1;;
  width:100%;
  overflow:hidden;;
  position:relative;;
  max-height:70vh;
  min-height:0;;
  align-items:center;;
  border-color:#262626;;
  border-style:solid;;
  border-width:1px;;
  justify-content:center;;
  background-color:var(--neutral-1, #121113);
  }
      

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

      
        
      
      
  .cart-counter\:3f-kQwQrAINUe7YfyZg7e {
    color:var(--critical-10, #EC5A72);
  width:32px;
  height:32px;
  }
      

      
        
      
      
  .byuPyP {
    gap:1rem;
  width:100%;
  position:relative;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  .so-dialog-header\:p_XJR8Xz4w6daMz2d93kT {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cart-counter\:CFoT5lE_KPZZMGPkggS41 {
    width:32px;
  height:32px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Cmegv {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  text-align:left;
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .Cmegv.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .Cmegv.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-dialog-description\:root {
    position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cart-counter\:d2_fN_ZcDcYt-MwTIlW97 {
    width:32px;
  height:32px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .cart-counter\:esRNBjNDkSIsiK6M_KhOs {
    width:70px;
  font-size:var(--text-lg);
  align-items:center;
  font-family:'Quicksand';
  font-weight:var(--bold);
  justify-content:center;
  }
      

      
        
      
      
  .eQgaZy {
    gap:0.5rem;
  width:100%;
  height:var(--interactive-height-md);
  display:flex;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:var(--neutral-7, #49474E);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .eQgaZy:hover {
    background-color:var(--neutral-1, #121113);
  }
      


  .eQgaZy.focused {
    border-color:var(--brand-10, #8a75dd);
  border-style:solid;
  border-width:var(--border-md);
  outline-color:var(--brand-6, #473876);
  outline-style:solid;
  outline-width:var(--border-lg);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .so-field-number\:root {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .dMhwzb {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  height:100%;
  font-size:var(--text-md);
  align-items:start;
  font-family:'Outfit';
  font-weight:var(--normal);
  justify-content:start;
  }
      

      
  .dMhwzb::placeholder {
    color:var(--neutral-9, #6F6D78);
  font-size:var(--text-md);
  font-family:'Outfit';
  font-weight:var(--normal);
  }
      

        
      
      
  .cart-counter\:haiPy8fSg-QdNly8H8y9l {
    font-size:var(--text-lg);
  align-items:end;
  font-family:inherit;
  font-weight:var(--bold);
  justify-content:center;
  }
      

      
        
      
      
  .dMGsuk {
    gap:0.3rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  touch-action:manipulation;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-primary\:root:hover {
    background-color:var(--brand-9, #755ed1);
  }
      


  .so-button-primary\:root:active {
    transition:none;
  background-color:var(--brand-11, #BAA7FF);
  }
      


  .so-button-primary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-primary\:root.disabled {
    opacity:0.5;
  background-color:var(--brand-10, #8a75dd);
  }
      

        
      
      
  
      

      
        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dnZEVP {
    gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dBDwlg {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-md);
  max-height:200px;
  font-family:'Outfit';
  font-weight:var(--normal);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .hqCOR {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--text-md);
  text-align:left;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .product-availability-modal\:CFBSQyyCUDB6d8EYttkzD {
    gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .AQrda {
    color:var(--neutral-12, #EEEEF0);
  width:120px;
  font-size:var(--text-lg);
  text-align:right;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .doYKTc {
    padding-top:0rem;
  padding-bottom:0rem;
  }
      

      
        
      
      
  .product-availability-modal\:If4s4GMjuBd6DEAR4dlvc {
    max-width:550px;
  }
      

      
        
      
      
  .fEROXQ {
    gap:0.5rem;
  color:var(--color, #BAA7FF);
  align-items:center;
  padding-top:1rem;
  border-color:var(--color-border, #3C2E69);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--color-bg, #291F43);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fyUybe {
    gap:0.5rem;
  width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cTwMkH {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .doQfJs {
    gap:1rem;
  align-items:center;
  padding-top:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .bPDtzb {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--text-md);
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .cRMHgu {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-md);
  text-align:right;
  font-family:'Outfit';
  font-weight:var(--semi);
  text-decoration-line: underline;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bLiDjD {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-lg);
  text-align:right;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .cnESGo {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-2xl);
  text-align:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .so-callout-text\:root {
    flex:1;
  color:inherit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dIcRua {
    color:var(--neutral-9, #6F6D78);
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .eyFHA-d {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--text-md);
  text-align:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ccbGtx {
    color:var(--color);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:color 300ms ease 0ms normal;
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  border-radius:var(--rounding-md);
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .ccbGtx:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .ccbGtx:active {
    color:var(--color-active);
  transition:none;
  }
      


  .ccbGtx:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cTaYaR {
    gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .product-detail-modal\:IBiGZybTy_FJMqRYbA0CC {
    width:100%;
  z-index:50;
  position:sticky;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .kPnBC {
    top:50%;
  left:16px;
  color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:4;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:rgba(38, 38, 38, 0.45);
  }
      

      
  .kPnBC:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .product-detail-modal\:O18_rXH7yGF7lZuOqsxnD {
    background-color:inherit;
  }
      

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

      
        
      
      
  .dBXcNs {
    height:10px;
  }
      

      
        
      
      
  .product-detail-modal\:Wak_rfK28JgWF3MfDUHam {
    width:100%;
  bottom:0px;
  z-index:50;
  position:sticky;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  .product-detail-modal\:ZY9va418pkI39zdjQfbPI {
    color:var(--neutral-12, #EEEEF0);
  background-color:inherit;
  }
      

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

      
        
      
      
  .product-detail-modal\:_TZ0Rg63Eo62DT3VpyUew {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--text-lg);
  align-items:start;
  font-family:'Quicksand';
  font-weight:var(--semi);
  justify-content:start;
  }
      

      
        
      
      
  .bibtGu {
    gap:4px;
  z-index:9;
  position:relative;
  flex-direction:row;
  }
      

      
        
      
      
  .bvRaoY {
    gap:1.5rem;
  flex:1;
  width:100%;
  position:sticky;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

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

          }
          
        
      
      
  .AGAIP {
    width:6px;
  height:6px;
  border-radius:100px;
  background-color:var(--grey-700, #404040);
  }
      

      
  .AGAIP.active {
    background-color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .cgGfQJ {
    width:100%;
  height:100%;
  position:relative;
  object-fit:cover;
  align-items:start;
  justify-content:start;
  }
      

      
  .cgGfQJ.hidden {
    opacity:0;
  }
      


          @media (max-width: 1000px) {
            
  .cgGfQJ {
    min-height:100%;
  }
      

          }
          
        
      
      
  .eKnqsQ {
    :;
  width:100%;
  height:100%;
  transition:all 300ms ease-in 0ms normal;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .product-card\:AH_smO6MZXqQa-PJ4Ri7b {
    position:relative;
  flex-direction:column;
  }
      

      
        
      
      
  .fTzzE {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-lg);
  max-height:3rem;
  font-family:'Outfit';
  font-weight:inherit;
  }
      

      
        
      
      
  .CQGon {
    gap:0.5rem;
  width:100%;
  bottom:25px;
  z-index:1;
  position:absolute;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .fhQUKa {
    width:100%;
  bottom:10px;
  z-index:1;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eBWEmS {
    color:var(--neutral-11, #B5B2BC);
  font-size:16px;
  font-family:'Quicksand';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .eeKlhA {
    gap:4px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  height:5rem;
  z-index:1;
  font-family:'Quicksand';
  font-weight:var(--font-weight-regular);
  }
      

      
  .eeKlhA.unavailable {
    opacity:0.4;
  }
      

        
      
      
  .eRUkuN {
    background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/customerorderingsite:Shopping-Basket--Streamline-Lucide.svg/public");
  }
      

      
        
      
      
  .bjUPLQ {
    width:100%;
  height:100%;
  position:relative;
  object-fit:cover;
  align-items:start;
  justify-content:start;
  }
      

      
  .bjUPLQ.hidden {
    opacity:0;
  }
      

        
      
      
  .fJSHk {
    gap:0.25rem;
  color:var(--grey-900, #171717);
  height:32px;
  position:absolute;
  font-size:var(--text-lg);
  translate:0;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--bold);
  padding-left:1rem;
  border-radius:24px;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .bCFgFE {
    :;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(180deg, rgba(38, 38, 38, 0.00) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
      

      
        
      
      
  .XGsDs {
    :;
  width:100%;
  height:100%;
  transition:all 300ms ease-in 0ms normal;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .XGsDs.unavailable {
    opacity:0.4;
  }
      

        
      
      
  .cAuRTj {
    top:50%;
  left:16px;
  color:var(--grey-500, #737373);
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:1;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:rgba(38, 38, 38, 0.45);
  }
      

      
  .cAuRTj:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .eMOyoo {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fejdLn {
    gap:0.5rem;
  top:7%;
  width:100%;
  z-index:5;
  position:absolute;
  align-items:end;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bUdRU {
    top:50%;
  color:var(--grey-500, #737373);
  right:16px;
  width:32px;
  cursor:pointer;
  height:32px;
  z-index:1;
  position:absolute;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:rgba(38, 38, 38, 0.45);
  }
      

      
  .bUdRU:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .YwaNV {
    width:100%;
  height:100%;
  z-index:;
  position:absolute;
  border-radius:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .product-card\:qHKw9Fuo6jBuX_EYBFq6e {
    font-size:var(--text-lg);
  font-family:'Outfit';
  font-weight:var(--normal);
  touch-action:none;  /* Prevents all touch actions including zoom */;
  }
      

      
        
      
      
  .bdabcr {
    width:100%;;
  height:85%;;
  z-index:1;
  object-fit:cover;;
  overflow-x:hidden;;
  overflow-y:hidden;;
  align-items:center;;
  border-color:#262626;;
  border-style:solid;;
  border-width:1px;;
  border-radius:24px;;
  justify-content:center;;
  background-color:var(--neutral-1, #121113);
  }
      

      
        
      
      
  .main-product-catalog\:LSK26M3I_o42F20WFN4PT {
    touch-action:manipulation;;
  }
      

      
        
      
      
  .cTQafX {
    gap:0.5rem;;
  width:100%;;
  display:grid;;
  place-items:center;;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));;
  }
      

      
        
      
      
  .ddvNFu {
    z-index:100;
  }
      

      
        
      
      
  .cAhwIT {
    width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .mwGPD {
    align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  scrollbar-width:none;
  background-color:inherit;
  }
      
.mwGPD::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .dsSkai {
    width:100%;
  height:70px;
  position:relative;
  box-shadow:0 2px 4px rgba(0,0,0,0.1);
  align-items:start;
  padding-left:0.5rem;
  justify-content:center;
  background-color:var(--neutral-2, #1A191B);
  }
      

      
        
      
      
  .category-tag\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .category-tag\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .category-tag\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


  .category-tag\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .category-tag\:root.trigger-open {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .category-tag\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  
      

      
        
      
      
  .category-header\:L1-PKA3ET9y2Rugk5uImX {
    font-size:var(--text-lg);
  }
      

      
        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  .dmeJa {
    height:50px;
  display:flex;
  align-items:center;
  border-color:var(--grey-500, #737373);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:10px;
  padding-right:1rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .KQJeF {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-md);
  font-family:'Quicksand';
  font-weight:var(--normal);
  }
      

      
        
      
      
  .dlzUdt {
    cursor:pointer;
  position:relative;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .exHxLj {
    gap:1rem;
  width:100%;
  height:70px;
  position:relative;
  overflow-x:auto;
  align-items:center;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .main-product-catalog\:ZotEK71rUnWscVkkXJrT- {
    position:fixed;
  }
      

      
        
      
      
  .brGJTb {
    gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
      
      
  .eZQGTi {
    color:var(--neutral-12, #EEEEF0);
  font-size:18px;
  text-align:center;
  font-family:'Outfit';
  }
      

      
        
      
      
  .bhlDxE {
    gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .cJipUz {
    width:100px;
  height:100px;
  align-items:center;
  border-radius:100px;
  justify-content:center;
  background-color:var(--neutral-4, #2B292D);
  }
      

      
        
      
      
  .main-product-catalog\:aTLfXAry3uEqJwSShwP9y {
    height:calc(100vh - 140px);;
  }
      

      
        
      
      
  .vqbCD {
    width:100%;
  max-width:1300px;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .VYyVP {
    color:var(--grey-50, #FAFAFA);
  font-size:1.5rem;
  font-family:'Outfit';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ddCClX {
    top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  display:flex;
  opacity:1;
  z-index:10000;
  position:fixed;
  transition:all 1000ms ease-in-out 0ms ;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .ddCClX.disabled {
    display:flex;
  opacity:0;
  visibility:hidden;
  flex-direction:column;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .epbpDb {
    color:var(--validityColor, #EC5A72);
  width:100%;
  transition:opacity 300ms ease-in-out 0ms;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bbGDyU {
    width:100%;
  height:100%;
  object-fit:contain;
  }
      

      
        
      
      
  .eVA-Dvh {
    height:300px;
  z-index:;
  position:relative;
  align-items:center;
  background-size:cover;
  justify-content:center;
  background-image:url("");
  background-position:center;
  }
      

      
        
      
      
  .beQqcD {
    gap:1.5rem;
  width:350px;
  display:flex;
  max-height:100vh;
  transition:all 1000ms ease-in-out 0ms;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .beQqcD.disabled {
    opacity:0;
  max-height:0px;
  visibility:hidden;
  padding-top:0rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:0rem;
  }
      

        
      
      
  .fDoSMZ {
    gap:1rem;
  width:100%;
  padding:2rem;
  max-width:800px;
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .toggle-cards-title\:root {
    color:var(--neutral-12, #EEEEF0);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .so-radio-cards-title\:root {
    display:inline-block;
  text-align:left;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dwYTCQ {
    display:inline-block;
  }
      

      
          @media (max-width: 500px) {
            
  .dwYTCQ.default {
    display:none;
  }
      

          }
          

          @media (max-width: 500px) {
            
  
      

          }
          
        
      
      
  
      

      
        
      
      
  .fdPuuY {
    flex-direction:column;
  }
      

      
  
      


  .fdPuuY.orientation-horizontal {
    flex-direction:row;
  }
      


  .fdPuuY.disabled {
    opacity:0.5;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-radio-group\:root {
    gap:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fulfillment-location-picker\:fatUcLFXxf14BygfqaIS7 {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fulfillment-location-picker\:nRMI48BlfOBbbkVAoutLe {
    width:100%;
  max-width:400px;
  }
      

      
        
      
      
  .fulfillment-location-picker\:sEF4RnVQjAQQkBl6veIUd {
    max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .iqsvV {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-radio-cards-item\:root {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r {
    gap:0.25rem;
  display:flex;
  transition:all 200ms ease 0ms normal;
  align-items:start;
  padding-top:0.75rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:column;
  padding-bottom:0.75rem;
  justify-content:start;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked {
    border-color:var(--brand-6, #473876);
  border-style:solid;
  border-width:var(--border-md);
  background-color:var(--brand-3, #291F43);
  }
      


  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked:hover {
    border-color:var(--brand-6, #473876);
  border-style:solid;
  border-width:var(--border-md);
  background-color:var(--brand-4, #33255B);
  }
      


  .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked:active {
    border-color:var(--brand-6, #473876);
  border-style:solid;
  border-width:var(--border-md);
  background-color:var(--brand-5, #3C2E69);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-radio-cards-description\:root {
    display:inline-block;
  text-align:left;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .landing-screen-menu\:rmWKUX-mSG30CJgNw5r0l {
    color:inherit;
  }
      

      
        
      
      
  .landing-screen-menu\:ukCL_aasJS8cexCJpQEKf {
    color:inherit;
  }
      

      
        
      
      
  .cyIXSl {
    width:100%;
  opacity:1;
  transition:all 300ms ease-in-out 0ms ;
  align-items:center;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .cyIXSl.disabled {
    opacity:0;
  visibility:hidden;
  }
      

        
      
      
  
      

      
        
      
      
  .cHAKnP {
    color:var(--neutral-10, #7C7A85);
  font-size:var(--text-md);
  text-align:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .fulfillment-date-picker\:C3klWe1P9J4h89TgKSyBV {
    padding-top:0rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:0rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fulfillment-date-picker\:Jlo_1vr_JltwXWhvWHckF {
    width:100%;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .ehwUPV {
    max-width:100%;
  }
      

      
        
      
      
  .cQZkQT {
    color:var(--neutral-12, #EEEEF0);
  font-size:var(--text-xl);
  text-align:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  }
      

      
        
      
      
  .fulfillment-date-picker\:U0vVQGJGNa0VrAklt_sx_ {
    align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .byJGvr {
    display:flex;
  align-items:start;
  }
      

      
        
      
      
  .fulfillment-date-picker\:Z-vTzkP5sPV-lagexe75H {
    font-family:'Outfit';
  border-radius:var(--rounding-lg);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fqcBWZ {
    display:flex;
  align-items:center;
  user-select:none;
  touch-action:none;
  flex-direction:row;
  -ms-user-select:none;
  justify-content:start;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  }
      

      
  .fqcBWZ.orientation-vertical {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

        
      
      
  
      

      
        
      
      
  .so-slider\:root {
    height:1.5rem;
  }
      

      
        
      
      
  .bumcfj {
    top:var(--top);
  left:var(--left);
  right:var(--right);
  bottom:var(--bottom);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dOsAZm {
    display:flex;
  flex-grow:var(--flex-grow);
  flex-direction:column;
  }
      

      
        
      
      
  .so-slider\:a9ZjKfsZpUtE7C2qD8sZu {
    height:0.5rem;
  overflow-x:hidden;
  overflow-y:hidden;
  border-radius:var(--rounding-md);
  background-color:var(--neutral-6, #3C393F);
  }
      

      
        
      
      
  .fjPjKY {
    display:flex;
  opacity:1;
  flex-direction:column;
  }
      

      
  .fjPjKY.hidden {
    opacity:0;
  }
      

        
      
      
  .so-slider\:cOWuENSc45Wxo_SdkuTgR {
    width:1.5rem;
  height:1.5rem;
  border-color:var(--brand-10, #7D66D9);
  border-style:solid;
  border-width:var(--border-md);
  border-radius:var(--rounding-full);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-slider\:cOWuENSc45Wxo_SdkuTgR:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-slider\:cOWuENSc45Wxo_SdkuTgR:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .fwhVgk {
    top:var(--top);
  left:var(--left);
  right:var(--right);
  bottom:var(--bottom);
  display:flex;
  opacity:1;
  position:absolute;
  flex-direction:column;
  }
      

      
  .fwhVgk.hidden {
    display:flex;
  opacity:0;
  flex-direction:column;
  }
      

        
      
      
  .so-slider\:sou1DDNXQspKdVYavzdXc {
    height:100%;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  .fulfillment-date-picker\:aXWD-XLfGAm3viOpmqMSv {
    width:100%;
  }
      

      
        
      
      
  .soxuN {
    gap:0.5rem;
  flex:1;
  overflow-y:auto;
  align-items:center;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .fulfillment-date-picker\:kHH3NZHjV4kIpmSpTf7wZ {
    gap:0.5rem;
  display:flex;
  max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044;
  min-height:fit-content;
  padding-top:0.5rem;
  padding-left:1.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fulfillment-date-picker\:kdv8bxHNMtvIi-JZk4iQc {
    color:var(--success-10, #0EB39E);
  }
      

      
        
      
      
  .so-button-critical\:root {
    gap:0.5rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--critical-10, #EC5A72);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-critical\:root:hover {
    background-color:var(--critical-9, #E54666);
  }
      


  .so-button-critical\:root:active {
    transition:none;
  background-color:var(--critical-11, #FF949D);
  }
      


  .so-button-critical\:root:focus-visible {
    outline-color:var(--critical-8);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-critical\:root.disabled {
    opacity:0.5;
  background-color:var(--critical-10, #EC5A72);
  }
      

        
      
      
  .fqHbau {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--critical-10, #EC5A72);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fulfillment-date-picker\:vF2BEZpPq1Jdigco6U24n {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fzkSug {
    width:100%;
  height:100%;
  overflow-y:auto;
  }
      

      
        
      
      
  .cKvWrW {
    width:100%;
  height:70px;
  z-index:999;
  position:fixed;
  box-shadow:0 2px 4px rgba(0,0,0,0.1);
  align-items:center;
  justify-content:center;
  background-color:var(--neutral-2, #1A191B);
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cyyUcz {
    cursor:pointer;
  }
      

      
  .cyyUcz:hover {
    background-color:var(--neutral-4, #2B292D);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bujhXV {
    gap:1.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bujhXV {
    gap:0.5rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .main-header\:jK5VI-uLwRdJuMYlWIVL8 {
    width:var(--interactive-height-sm);
  height:var(--interactive-height-sm);
  }
      

      
        
      
      
  .bbrgIv {
    color:var(--grey-100, #F5F5F5);
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:var(--bold);
  line-height:20px;
  }
      

      
        
      
      
  .epXXci {
    top:0px;
  right:0px;
  z-index:1000;
  position:absolute;
  min-width:24px;
  transform:translate(50%, -50%);
  min-height:24px;
  transition:scale 300ms ease-in 0ms normal;
  align-items:center;
  padding-left:0.3rem;
  border-radius:100px;
  padding-right:0.3rem;
  justify-content:center;
  background-color:#3586FF;
  }
      

      
        
      
      
  .ezrKKP {
    width:100%;
  align-items:center;
  padding-left:0.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .menu\:yOkofjw74SRA-zWD18wMS {
    position:relative;
  }
      

      
        
      