
  

  

  
  
  
  


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


      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .bCnaRM {
    color:inherit;
  font-size:1.5rem;
  font-weight:800;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dTxUlj {
    gap:0.5rem;
  color:#ffffff;
  width:100%;
  cursor:pointer;
  height:2.82rem;
  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;
  }
      

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


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

      
        
      
      
  
      

      
        
      
      
  .fEysgz {
    color:#000000;
  width:100%;
  height:2.5rem;
  font-size:1rem;
  align-items:start;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:11px;
  padding-right:8px;
  justify-content:center;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
  .fEysgz:focus {
    border-color:#555555;
  background-color:#ffffff;
  }
      

        
      
      
  
      

      
        
      
      
  .ejpbcb {
    gap:1rem;
  width:100%;
  filter:invert(100%);;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .emVUOT {
    gap:1rem;
  width:100%;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

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

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

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

      
        
      
      
  .WHjaC {
    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;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

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

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

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

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

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

      
        
      
      
  .bJJOzC {
    z-index:1;
  }
      

      
        
      
      
  .cPVSHg {
    opacity:0.5;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      