
  

  
  

  
  
  
  
    


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

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

      
  .bSFEGD {
    height:100%;
  background: #171717;
  flex-direction:row;
  }
      

      
        
      
      
  .cbfdnA {
    color:var(--grey-900, #171717);
  width:100%;
  height:100%;
  max-width:100vw;
  max-height:100vh;
  align-items:center;
  justify-content:start;
  background-color:#f6f5f4;
  }
      

      
  .cbfdnA.dark {
    background-color:#0f0f10;
  }
      

        
      
      
  
      

      
        
      
      
  .evyiKe {
    flex:1;
  width:100%;
  height:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .eMKIjh {
    width:100%;
  flex-direction:column;
  }
      

      
        
      
      
  .eZcOEZ {
    width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  }
      

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

      
  .VNKGF.menu_collapsed {
    display:none;
  }
      

        
      
      
  .ceMSyA {
    color:#ffffff;
  right:0px;
  bottom:-1rem;
  z-index:100;
  position:absolute;
  font-size:8px;
  padding-top:3px;
  padding-left:4px;
  border-radius:5px;
  padding-right:4px;
  padding-bottom:3px;
  background-color:#c10b84;
  }
      

      
        
      
      
  .dZA-DqO {
    font-size:var(--sz);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fGoPsI {
    gap:8px;
  color:#8f8f8f;
  width:100%;
  cursor:pointer;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:Geist;
  font-weight:600;
  padding-top:5px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  background-color:#ffffff00;
  }
      

      
  .fGoPsI:hover {
    color:#292929;
  cursor:pointer;
  background: #0000000a;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      


  .fGoPsI:active {
    color:inherit;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:#00000017;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dQCDCn {
    gap:10px;
  width:100%;
  align-items:start;
  padding-top:0px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eNMEoP {
    color:inherit;
  width:100%;
  height:100%;
  z-index:1;
  max-height:100vh;
  align-items:start;
  flex-shrink:1;
  flex-direction:row;
  justify-content:start;
  background-color:inherit;
  }
      

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

      
        
      
      
  .cXQQGw {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bfUwGy {
    flex:1;
  width:100%;
  height:100%;
  row-gap:10px;
  column-gap:10px;
  overflow-y:scroll;
  }
      

      
          @media (min-width: 700px) {
            
  .bfUwGy {
    padding-right:0px;
  }
      

          }
          

          @media (min-width: 800px) {
            
  
      

          }
          
        
      
      
  .blOvRN {
    color:#828282;
  height:150px;
  display:flex;
  background: #ebebeb;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .blOvRN:hover {
    color:#262626;
  cursor:pointer;
  }
      

        
      
      
  .PIBaw {
    color:#808080;
  font-size:0.625rem;
  text-align:center;
  }
      

      
        
      
      
  .bYypbF {
    :;
  width:100vw;
  height:100vh;
  z-index:10;
  position:relative;
  background:;
  align-items:start;
  flex-shrink:1;
  flex-direction:row;
  backdrop-filter:blur(5px);
  justify-content:center;
  }
      

      
        
      
      
  .bVfNes {
    gap:1rem;
  flex:1;
  width:100%;
  height:100%;
  align-items:start;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
      
      
  
      

      
  .ekEuxS.right {
    rotate:y 180deg;
  }
      

        
      
      
  .eCMylD {
    gap:4px;
  width:100%;
  max-width:80%;
  overflow-x:clip;
  align-items:center;
  flex-shrink:1;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .eCMylD.collapse {
    display:none;
  }
      

        
      
      
  
      

      
        
      
      
  .cixmsq {
    gap:5px;
  color:#787878;
  align-items:center;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .aXizq {
    height:100%;
  display:flex;
  background: #00000069;
  align-items:center;
  padding-top:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .sNNlw {
    height:100px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .evWmSM {
    color:#7a7a7a;
  background:;
  }
      

      
  .evWmSM:hover {
    color:#ffffff;
  }
      

        
      
      
  .cCiIyZ {
    gap:8px;
  color:#62625c;
  width:100%;
  cursor:pointer;
  display:flex;
  background: #0f0f0f;
  align-items:center;
  padding-top:3px;
  border-color:#efefee;
  border-style:solid;
  border-width:1px;
  padding-left:3px;
  border-radius:10016px;
  padding-right:3px;
  flex-direction:row;
  padding-bottom:3px;
  justify-content:space-between;
  }
      

      
  .cCiIyZ:hover {
    background-color:#82828217;
  }
      

        
      
      
  .caYMeb {
    :width: 100%;
  width:100vw;
  height:100%;
  z-index:100;
  position:absolute;
  align-items:center;
  backdrop-filter:blur(5px);
  justify-content:center;
  background-color:#00000096;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bZEZel {
    color:#808080;
  width:100%;
  align-items:start;
  justify-content:center;
  }
      

      
  
      

        
      
      
  .bDMjzp {
    color:#858585;
  width:100%;
  height:32px;
  font-size:0.75rem;
  background:;
  padding-left:8px;
  outline-color:#8585850a;
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  
      


  .bDMjzp:hover {
    color:#3d3d3d;
  }
      

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

      
  .dgSgys:hover {
    color:#3b3b3b;
  }
      

        
      
      
  .dGVSKP {
    right:10px;
  position:absolute;
  }
      

      
        
      
      
  .app-container\:Y75Atxe5bcsLAhZS6c5Hf {
    color:#62625c;
  }
      

      
        
      
      
  .zrfoG {
    color:#62625c;
  width:fit-content;
  cursor:pointer;
  padding-top:4px;
  padding-left:4px;
  border-radius:100px;
  padding-right:4px;
  padding-bottom:4px;
  background-color:#8f8f8f00;
  }
      

      
  .zrfoG:hover {
    background-color:#8585851a;
  }
      

        
      
      
  .wwWEU {
    align-items:center;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  }
      

      
        
      
      
  .cEBlXm {
    height:100vh;
  display:none;
  max-height:100vh;
  }
      

      
          @media (min-width: 700px) {
            
  .cEBlXm {
    display:flex;
  max-width:200px;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  border-right-color:#8585852b;
  border-right-style:solid;
  border-right-width:1px;
  }
      

          }
          
        
      
      
  .bgBA-dN {
    height:50px;
  background: #ffffff;
  border-color:#eeeeee;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .fpcLYT {
    max-width:170px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cIbaPG {
    color:#1c1c1c;
  height:100%;
  background:;
  overflow-x:clip;
  overflow-y:clip;
  flex-shrink:1;
  }
      

      
  .cIbaPG.bg {
    color:#ffffff;
  background-color:#000000;
  }
      


          @media (min-width: 700px) {
            
  .cIbaPG {
    border-radius:10px;
  }
      

          }
          
        
      
      
  .bZGYiy {
    width:fit-content;
  font-size:12px;
  overflow-x:clip;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dHkEFu {
    width:fit-content;
  cursor:pointer;
  font-size:14px;
  background: #e2e3e4;
  padding-top:7px;
  padding-left:7px;
  padding-right:7px;
  padding-bottom:7px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .dHkEFu:hover {
    background:;
  }
      

        
      
      
  .enWsoh {
    gap:3px;
  color:#808080;
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  background: #f0f0f0;
  align-items:center;
  padding-top:4px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
  .enWsoh:hover {
    color:#474747;
  background: #ededed;
  }
      

        
      
      
  .iIRcR {
    color:#ffffff;
  width:100%;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/gray_dexter_jettster_ideological_possum:winter_forest(3).webp/public") center center / cover #87878700;
  box-shadow:0px 2px 4px 0px #00000020;
  overflow-x:clip;
  overflow-y:clip;
  border-radius:4px;
  }
      

      
  .iIRcR:hover {
    cursor:pointer;
  box-shadow:0px 2px 6px 1px #00000030;
  }
      

        
      
      
  .cwTzYC {
    gap:5px;
  color:#878787;
  cursor:pointer;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  border-radius:100px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  background-color:#2563eb00;
  }
      

      
  .cwTzYC:hover {
    background-color:#8f8f8f1a;
  }
      

        
      
      
  
      

      
  .drfzUo.expand {
    rotate:0 0 1 180deg;
  }
      

        
      
      
  .bSlWXm {
    color:#ffffff;
  bottom:-1.25rem;
  z-index:100;
  position:absolute;
  font-size:8px;
  background: #878787;
  padding-top:3px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:3px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bpyVhK {
    row-gap:10px;
  z-index:100;
  column-gap:10px;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .NFriw {
    background:;
  }
      

      
        
      
      
  .ckdUK {
    gap:3px;
  color:var(--grey-900, #171717);
  width:30px;
  cursor:pointer;
  height:30px;
  align-items:center;
  padding-top:.6rem;
  padding-left:0.5rem;
  border-radius:6px;
  padding-right:0.5rem;
  padding-bottom:.6rem;
  justify-content:center;
  background-color:#ffffff00;
  }
      

      
        
      
      
  .eGhwrN {
    width:100%;
  height:2px;
  transition:all 300ms ease 0ms normal;
  border-radius:100px;
  background-color:var(--grey-500, #737373);
  }
      

      
  .eGhwrN.closed {
    rotate:z -45deg;
  position:absolute;
  }
      

        
      
      
  .bByZnd {
    flex:1;
  width:100%;
  height:100%;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .bByZnd.closed {
    flex:0;
  height:0%;
  position:absolute;
  }
      

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

      
        
      
      
  .dCKqUq {
    width:100%;
  height:2px;
  transition:all 300ms ease 0ms normal;
  border-radius:100px;
  background-color:var(--grey-500, #737373);
  }
      

      
  .dCKqUq.closed {
    rotate:z 45deg;
  position:absolute;
  }
      

        
      
      
  .dUYzVt {
    flex:1;
  width:100%;
  height:100%;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .dUYzVt.closed {
    flex:0;
  height:0%;
  }
      

        
      
      
  .fzWRYC {
    width:100%;
  height:2px;
  transition:all 300ms ease 0ms normal;
  border-radius:100px;
  background-color:var(--grey-500, #737373);
  }
      

      
  .fzWRYC.closed {
    height:0px;
  opacity:0;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bVriOH {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .UUeRo {
    color:inherit;
  font-size:1rem;
  }
      

      
        
      
      
  .eUFovL {
    color:#7a7a7a;
  width:fit-content;
  cursor:pointer;
  padding-top:2px;
  padding-left:2px;
  border-radius:6px;
  padding-right:2px;
  padding-bottom:2px;
  background-color:#2563eb00;
  }
      

      
  .eUFovL:hover {
    background-color:#8f8f8f1a;
  }
      

        
      
      
  
      

      
  .fxCDrq.open {
    width:100%;
  height:100vh;
  max-width:200px;
  }
      

        
      
      
  
      

      
        
      
      
  .cSXoCm {
    width:100%;
  height:100%;
  display:flex;
  max-width:500px;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .btJOGW {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cNxVHC {
    height:100%;
  flex-direction:row;
  }
      

      
        
      