
  

  
  

  
  
  
  
    


@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-poppins: 'Poppins',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* 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;
    }
  }
}


    .eUAhmG {
      color:#333;
      width:100%;
      height:100%;
      display:flex;
      z-index:1;
      position:relative;
      overflow-y:auto;
      align-items:center;
      font-family:Poppins;
      padding-top:50px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:start;
      scrollbar-width:none;
      background-color:#000000;
      -ms-overflow-style:none;
    }

    .eUAhmG::-webkit-scrollbar {
    width: 0;
    }

    .fHhroN {
      gap:0px;
      top:env(safe-area-inset-top, 0);
      width:100%;
      display:flex;
      z-index:11;
      position:sticky;
      font-size:var(--font-size-xs);
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      backdrop-filter:blur(8px);
      justify-content:center;
      background-color:#ffffffcc;
      -webkit-backdrop-filter:blur(8px);
    }

    .fjiasv {
      color:var(--grey-900, #171717);
      width:100%;
      height:40px;
      font-size:0.88rem;
      transition:all 300ms ease-in-out 0ms;
      font-weight:var(--font-weight-normal);
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:30px;
      border-radius:1rem;
      padding-right:35px;
      background-size:16px;
      background-color:#f5f5f58a;
      background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/promofy:icon-search(1).png/public");
      background-repeat:no-repeat;
      background-position:10px;
    }

    .fjiasv:focus {
      border-color:var(--grey-400, #A3A3A3);
      border-style:solid;
      border-width:1px;
      background-color:#ffffff;
    }

    .fHFilD {
      gap:8px;
      top:0px;
      width:100%;
      display:flex;
      z-index:11;
      position:sticky;
      font-size:var(--font-size-xs);
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:5px;
      padding-left:10px;
      padding-right:var(--padding-right);
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
    }

    .fHFilD.no-pads {
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .feFSCz {
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      opacity:0.44;
      z-index:1;
      font-size:inherit;
      margin-top:0px;
      transition:all 300ms ease-in-out 0ms ;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-left:0px;
      padding-top:0px;
      margin-right:0px;
      padding-left:0px;
      border-radius:50%;
      margin-bottom:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
    }

    .feFSCz.onn {
      cursor:default;
      opacity:1;
      transition:all 300ms ease-in-out 0ms ;
      border-radius:50%;
      background-color:var(--grey-200, #E5E5E5);
    }

    .eyFiNY {
      gap:8px;
      top:0px;
      width:100%;
      display:flex;
      z-index:11;
      position:sticky;
      font-size:var(--font-size-xs);
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:5px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
    }

    .cyUpGu {
      color:var(--grey-900, #171717);
      right:5px;
      width:35px;
      cursor:pointer;
      height:35px;
      display:flex;
      opacity:1;
      position:absolute;
      font-size:inherit;
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:column;
      justify-content:center;
    }

    .cyUpGu:hover {
      opacity:0.33;
      background-color:#ffffff;
    }

    .search_bar\:mBkNkxL0vgnflHvhGrdLn {
      width:20px;
      height:20px;
      align-items:center;
      justify-content:center;
    }

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

    .xykec {
      color:#000000;
      right:5px;
      width:1.5rem;
      cursor:pointer;
      height:1.5rem;
      display:flex;
      opacity:1;
      z-index:9;
      position:absolute;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      border-color:#000000;
      border-style:solid;
      border-width:1.5px;
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .xykec.hide-for-now {
      right:10px;
      width:0px;
      height:0px;
      opacity:0;
      z-index:-999;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .pgapp_home\:HYR8Rt_4Z5U-QdQk9O60Y {
      top:0px;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .emomPl {
      color:var(--grey-400, #A3A3A3);
      width:100%;
      display:flex;
      position:relative;
      min-height:var(--height);
      text-align:center;
      align-items:center;
      padding-top:5vh;
      padding-left:5vw;
      padding-right:5vw;
      flex-direction:column;
      padding-bottom:5vh;
      justify-content:center;
    }

    .btGnRE {
      width:100%;
      display:flex;
      opacity:0.5;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .dJJyr {
      width:auto;
      filter:grayscale();
      height:100px;
      opacity:0.44;
      max-width:100%;
    }

    .eEhvPm {
      width:100%;
      z-index:1;
      font-size:77%;
      text-align:center;
      align-items:center;
      justify-content:center;
    }

    .eGaWYL {
      width:100%;
      text-align:center;
      font-weight:700;
      padding-top:10px;
    }

    .cUirfi {
      width:100%;
      height:100%;
      display:flex;
      z-index:9;
      position:absolute;
      align-items:center;
      flex-direction:column;
      backdrop-filter:blur(11px);
      justify-content:center;
      background-color:#ffffff33;
      -webkit-backdrop-filter:blur(11px);
    }

    .cLjfit {
      display:flex;
      max-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cLjfit.text-row {
      gap:5px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .fFtWSP {
      display:flex;
      row-gap:3px;
      column-gap:3px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .lJcyH {
      background:white;
    }

    .oUFpq {
      width:100%;
      display:flex;
      position:relative;;
      max-width:var(--max-width);
      align-items:start;
      grid-row-gap:0px;;
      margin-bottom:.5rem;;
      flex-direction:column;
      grid-column-gap:0px;;
      justify-content:start;
    }

    .eJrEFB {
      width:100%;
      transition:all 300ms ease-in-out 0ms ;
    }

    .bFFQit {
      z-index:2;
    }

    .fbYyXg {
      gap:0.5rem;
      color:#ffffff;
      width:100%;
      cursor:pointer;
      height:50px;
      max-width:404px;
      min-width:202px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      border-radius:11px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      background-color:#000000;
    }

    .fbYyXg:hover {
      background-color:#222222;
    }

    .fbYyXg.disabled {
      color:var(--grey-900, #171717);
      cursor:default;
      box-shadow:1px 4px 8px 0px #00000000 inset;
      background-color:var(--grey-300, #D4D4D4);
    }

    .cEbkpN {
      font-weight:var(--font-weight-bolder);
    }

    .dcwPOF {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:20px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:10px;
      justify-content:center;
    }

    .dHNfpA {
      transition:all 300ms ease-in-out 0ms ;
    }

    .dHNfpA:focus {
      border-color:var(--grey-900, #171717);
      border-style:solid;
      border-width:1px;
      background-color:#ffffff;
    }

    .dwZlkh {
      color:inherit;
      font-size:2.25rem;
      font-weight:var(--font-weight-bold);
    }

    .dwZlkh.sticky {
      position:sticky;
      background-color:#ffffff;
    }

    .bWOnJW {
      display:flex;
      row-gap:0px;
      column-gap:0px;
      align-items:flex-start;
      padding-top:0px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
    }

    .cyPjug {
      display:flex;
      font-size:var(--font-size-xs);
      align-items:center;
      font-family:inherit;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:center;
    }

    .eYnyRw {
      color:inherit;
      display:inline-block;
      opacity:0.2;
    }

    .fxtTqW {
      top:0px;
      color:#ffffff;
      width:100%;
      height:auto;
      z-index:99;
      position:fixed;
      flex-wrap:nowrap;
      min-height:50px;
      align-items:center;
      padding-top:calc(env(safe-area-inset-top, 0) + 5px);
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
      background-color:#000000;
    }

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

    .dEaLMV {
      cursor:pointer;
      height:100%;
      display:flex;
      animation:2s ease 0ms 1 normal none running animation-empty;
      margin-top:0px;
      align-items:center;
      margin-left:0px;
      padding-top:0px;
      margin-right:0px;
      margin-bottom:0px;
      padding-bottom:0px;
      justify-content:center;
    }

    .fmGlMv {
      width:50px;
    }

    .frKWXH {
      width:var(--width);
      height:var(--height);
      max-width:88px;
      max-height:88px;
      align-items:center;
      justify-content:center;
    }

    .cwSHPo {
      gap:0px;
      left:auto;
      right:auto;
      width:100%;
      bottom:0px;
      margin:0 auto;
      display:flex;
      z-index:99;
      overflow:hidden;;
      position:fixed;
      font-size:9.5px;
      max-width:600px;
      min-height:1px;
      align-items:center;
      font-family:'Poppins';
      font-weight:600;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:center;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
    }

    .eucila {
      width:auto;
      height:26px;
    }

    .bBjDVm {
      width:100%;
      display:flex;
      min-height:50px;
      align-items:center;
      font-weight:inherit;
      padding-top:2px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
      backdrop-filter:blur(5px);;
      justify-content:space-between;
      background-color:#ffffffcc;
      border-top-left-radius:0px;
      -webkit-backdrop-filter:blur(5px);;
      border-top-right-radius:0px;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .cskvKK {
      top:0px;
      width:100%;
      display:flex;
      row-gap:1rem;
      position:fixed;
      flex-wrap:wrap;
      column-gap:1rem;
      min-height:auto;
      align-items:center;
      font-weight:inherit;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      backdrop-filter:blur(5px);;
      justify-content:center;
      background-color:#ffffffcc;
      border-top-left-radius:0px;
      -webkit-backdrop-filter:blur(5px);;
      border-top-right-radius:0px;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .cfSzwd {
      width:auto;
      height:29px;
    }

    .eIIjJU {
      width:20%;
      cursor:pointer;
      display:flex;
      position:relative;
      font-size:9.5px;
      align-self:center;;
      min-height:50px;
      text-align:center;;
      transition:all ease ease-in-out 0ms normal;
      align-items:center;;
      font-weight:inherit;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:column;
      padding-bottom:5px;
      justify-content:center;;
    }

    .eIIjJU.active {
      :;
      width:20%;
      display:flex;
      align-self:center;;
      text-align:center;;
      align-items:center;;
      flex-direction:column;;
      justify-content:center;;
    }

    .fCBEeS {
      width:auto;
      height:24px;
    }

    .fCBEeS.big-icon {
      height:28px;
    }

    .fyUsXy {
      top:3px;
      color:#f00;
      right:50%;
      width:10px;
      height:10px;
      display:flex;
      z-index:1;
      overflow:hidden;
      position:absolute;
      font-size:5px;
      align-items:center;
      font-family:inherit;
      font-weight:700;
      padding-top:0px;
      margin-right:-20px;
      padding-left:0px;
      border-radius:50%;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
      background-color:#f00;
    }

    .bALzFl {
      width:100%;
      opacity:0.4;
      overflow:hidden;
      font-size:inherit;
      transition:all 300ms ease-in-out 0ms normal;
      font-family:inherit;
      font-weight:inherit;
      line-height:11px;
      padding-top:3px;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .bALzFl.active {
      opacity:1;
    }

    .cjUPPk {
      opacity:0.3;
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .cjUPPk.active {
      opacity:1;
    }

    .bhjRmJ {
      color:#ffffff;
      float:left;;
      width:55px;
      cursor:pointer;
      height:55px;
      margin:1px 10px 2px;
      display:flex;
      z-index:999;;
      box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);;
      align-items:center;
      line-height:0;;
      padding-top:0px;
      text-shadow:0 -1px 0 rgba(0,0,0,.25);;
      border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);;
      border-image:none;;
      border-style:solid;;
      border-width:1px;;
      padding-left:0px;
      border-radius:50%;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:6px;
      justify-content:center;
      background-color:#363636;;
      background-image:linear-gradient(to bottom,#444,#222);;
      background-repeat:repeat-x;;
    }

    .dQCyuW {
      width:auto;
      height:22px;
    }

    .bMSQER {
      top:0px;
      width:100%;
      height:100%;
      z-index:9999999999;
      position:fixed;
      align-items:center;
      justify-content:center;
      background-color:#000000;
    }

    .dmotLG {
      width:100%;
      height:100%;
      max-width:600px;
      overflow-y:auto;
      align-items:center;
      padding-top:0px;
      padding-left:0px;
      border-radius:1rem;
      padding-right:0px;
      padding-bottom:50px;
      justify-content:start;
      scrollbar-width:none;
      background-color:#ffffff;
      -ms-overflow-style:none;
    }

    .dmotLG::-webkit-scrollbar {
    width: 0;
    }

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

    .BGlds {
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:10px;
      position:relative;
      flex-wrap:nowrap;
      font-size:inherit;
      column-gap:10px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:10px;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:11px;
      border-top-right-radius:11px;
      border-bottom-left-radius:11px;
      border-bottom-right-radius:11px;
    }

    .CGSQV {
      gap:5px;
      opacity:0.33;
      font-size:var(--font-size-xs);
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fGPPxK {
      gap:10px;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:20px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:end;
    }

    .UUcfd {
      width:100%;
      height:1px;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:var(--grey-200, #E5E5E5);
    }

    .whxXI {
      color:#f00;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:700;
      flex-direction:column;
      justify-content:center;
    }

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

    .fEBSHN {
      right:0px;
      height:100%;
      opacity:0.3;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .eNdOqf {
      width:100%;
      display:flex;
      row-gap:0px;
      column-gap:0px;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:center;
      background-color:#ffffff;
    }

    .bxLjqd {
      width:88px;
      height:88px;
      object-fit:cover;
      align-items:center;
      border-radius:50%;
      background-size:cover;
      justify-content:center;
      background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/olm:img_user.png/public");
      background-repeat:no-repeat no-repeat;
    }

    .Iegiw {
      flex-grow:1;
      flex-shrink:1;
    }

    .fDbWS {
      width:100%;
      display:flex;
      row-gap:3px;
      column-gap:3px;
      text-align:center;
      align-items:center;
      padding-top:5px;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
    }

    .cAcfyF {
      opacity:0.44;
    }

    .Zhqxh {
      gap:5px;
      font-size:var(--font-size-sm);
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eIiRlk {
      width:100%;
      min-height:44vh;
    }

    .eWPUWr {
      gap:8px;
      top:0px;
      width:100%;
      z-index:11;
      position:sticky;
      font-size:var(--font-size-xs);
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      backdrop-filter:blur(5px);
      justify-content:space-between;
      background-color:#fffffffa;
      -webkit-backdrop-filter:blur(5px);
    }

    .eKwRsX {
      cursor:pointer;
      min-height:1.5rem;
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      border-radius:50%;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:center;
      background-color:#ffffff;
    }

    .eKwRsX.active {
      cursor:pointer;
      align-items:center;
      font-weight:var(--font-weight-bolder);
      justify-content:center;
      background-color:#0000000f;
    }

    .cDDeeJ {
      color:#ffffff;
      inset:0% auto auto;
      width:15px;
      height:15px;
      display:flex;
      z-index:1;
      overflow:hidden;
      position:absolute;
      font-size:8px;
      align-items:center;
      font-family:inherit;
      font-weight:800;
      margin-left:25px;
      padding-top:0px;
      padding-left:0px;
      border-radius:50%;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
      background-color:#f00;
    }

    .ePVExu {
      width:auto;
      height:22px;
      opacity:0.33;
    }

    .ePVExu.active {
      opacity:1;
    }

    .bFNKsD {
      width:35px;
      height:35px;
      object-fit:contain;
      flex-shrink:0;
    }

    .rDEsy {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:flex-start;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:center;
    }

    .fjIedk {
      color:inherit;
      width:100%;
      font-size:1.1rem;
      font-weight:var(--font-weight-bolder);
      line-height:1.5rem;
    }

    .clXipQ {
      width:100%;
      align-items:center;
      justify-content:center;
    }

    .eQnNcW {
      width:100%;
      height:var(--height);
    }

    .pMIMz {
      width:100%;
      height:1px;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      background-color:var(--grey-200, #E5E5E5);
    }

    .bBkSzz {
      transition:all 300ms ease-in-out 0ms normal;
    }

    .ectglE {
      min-height:188px;
      transition:all 300ms ease-in-out 0ms normal;
    }

    .ffoRvT {
      top:0px;
      right:0px;
      cursor:pointer;
      z-index:88;
      position:absolute;
      min-width:2rem;
      min-height:2rem;
      transition:all 300ms ease-in-out 0ms normal;
      align-items:center;
      border-radius:50%;
      justify-content:center;
      background-color:#fffffff0;
    }