
@layer base {
  
  body, :host {
    /* Color */
      --bg1: #0A0A0A;
--bg2: #1A1A1A;
--bg3: #212121;
--bg4: #292929;
--bg5: #333333;
--bg6: #656567;
--border: #3E3D3D;
--button: #ffffff;
--button2: #0D0D0D;
--text1: #FFFFFF;
--text2: #AAAAAA;
--text3: #888888;
--text4: #5C5C5C;
--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;
--grey-1100: #0a0a0a;
--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-inter: 'Inter',sans-serif;
--font-manrope: 'Manrope',sans-serif;

    /* Font size */
    --font-size-12px: 0.75rem;
--font-size-14px: 0.875rem;
--font-size-16px: 1rem;
--font-size-18px: 1.125rem;
--font-size-20px: 1.25rem;
--font-size-24px: 1.5rem;
--font-size-30px: 1.875rem;
--font-size-36px: 2.25rem;
--font-size-48px: 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 */
    --spacing-4: 4px;
--spacing-8: 8px;
--spacing-12: 12px;
--spacing-16: 16px;
--spacing-20: 20px;
--spacing-24: 24px;
    /* 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;
    }
  }
}

      
  .emyfND {
    width:100%;
  height:100%;
  display:flex;
  row-gap:0px;
  background:var(--bg1);
  column-gap:0px;
  max-height:100%;
  min-height:100svh;
  overflow-x:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cdynjS {
    width:fit-content;
  height:fit-content;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .eaPzbl {
    color:var(--text2);
  height:40px;
  display:flex;
  font-size:var(--font-size-16px);
  background:var(--bg3);
  align-items:center;
  font-family:Inter;
  padding-left:var(--spacing-20);
  padding-right:var(--spacing-20);
  justify-content:center;
  border-top-left-radius:var(--spacing-12);
  border-top-right-radius:var(--spacing-12);
  border-bottom-left-radius:var(--spacing-12);
  border-bottom-right-radius:var(--spacing-12);
  }
      

      
  .eaPzbl:hover {
    color:var(--text3);
  background:var(--bg2);
  }
      


          @media (max-width: 1500px) {
            
  .eaPzbl {
    font-size:var(--font-size-14px);
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .Hywls {
    width:100%;
  height:100%;
  display:flex;
  flex-grow:1;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eGuxBO {
    height:100%;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  overflow-y:scroll;
  align-items:flex-start;
  padding-top:1%;
  padding-left:1%;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .eOWvcD {
    flex:1;
  height:100%;
  display:flex;
  row-gap:50px;
  column-gap:50px;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bHBNgN {
    height:100%;
  display:flex;
  opacity:0;
  row-gap:1%;
  column-gap:1%;
  align-items:flex-end;
  padding-top:1%;
  padding-right:1%;
  flex-direction:column;
  padding-bottom:1%;
  justify-content:flex-start;
  }
      

      
  .bHBNgN.is-ready {
    width:fit-content;
  height:100%;
  display:flex;
  opacity:1;
  row-gap:1%;
  column-gap:1%;
  align-items:flex-end;
  padding-top:1%;
  padding-right:1%;
  flex-direction:column;
  padding-bottom:1%;
  justify-content:flex-start;
  }
      

        
        
      
      
  .euemTR {
    width:50%;
  height:100%;
  display:flex;
  row-gap:var(--spacing-24);
  position:relative;
  column-gap:var(--spacing-24);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  scroll-snap-stop:always;
  scroll-snap-align:none;
  }
      

      
        
        
      
      
  .eIGMLh {
    color:var(--text3);
  right:0px;
  bottom:0px;
  position:absolute;
  font-size:var(--font-size-18px);
  background:var(--bg1);
  font-family:Inter;
  padding-left:6px;
  }
      

      
        
        
      
      
  .dzLpSA {
    width:100%;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  }
      

      
        
        
      
      
  .bZOBJl {
    color:var(--text2);
  display:-webkit-box;
  position:relative;
  font-size:var(--font-size-18px);
  max-width:800px;
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  white-space:normal;
  }
      

      
        
        
      
      
  .fsLBtg {
    width:100%;
  height:100%;
  border-color:var(--border);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:25px;
  border-top-right-radius:25px;
  border-bottom-left-radius:25px;
  border-bottom-right-radius:25px;
  }
      

      
        
        
      
      
  .dWLnuM {
    width:100%;
  row-gap:var(--spacing-12);
  column-gap:var(--spacing-12);
  }
      

      
        
        
      
      
  .cPQkVx {
    color:var(--text1);
  font-size:var(--font-size-24px);
  font-family:Manrope;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  .dMdQEB {
    width:100%;
  position:relative;
  align-items:center;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .cHYuei {
    color:var(--text1);
  display:flex;
  row-gap:var(--spacing-8);
  font-size:var(--font-size-14px);
  background:var(--bg2);
  column-gap:var(--spacing-8);
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  padding-top:var(--spacing-4);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--spacing-8);
  padding-right:var(--spacing-8);
  flex-direction:row;
  padding-bottom:var(--spacing-4);
  justify-content:flex-start;
  border-top-left-radius:var(--spacing-12);
  border-top-right-radius:var(--spacing-12);
  border-bottom-left-radius:var(--spacing-12);
  border-bottom-right-radius:var(--spacing-12);
  }
      

      
  .cHYuei.link-cursor {
    cursor:pointer;
  }
      


  .cHYuei.dim-text {
    color:var(--text3);
  font-weight:var(--font-weight-lighter);
  }
      


  .cHYuei.link-cursor.dim-text {
    color:var(--text3);
  font-weight:var(--font-weight-lighter);
  }
      


  .cHYuei.link-cursor.dim-text:hover {
    color:var(--text2);
  font-weight:var(--font-weight-lighter);
  }
      


  .cHYuei.link-cursor:hover {
    color:var(--text2);
  }
      

        
                  @keyframes animation-bRjQBh {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        44.99999999999999% {
                          opacity: 0;
                        }
                        

                        96% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .dcGkyz {
    flex:1;
  width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
        
      
      
  .bcXIOz {
    color:var(--button);
  }
      

      
        
        
      
      
  .main-feed-item\:uoH_54a8hOVKBQ2odbYPD {
    width:fit-content;
  }
      

      
        
        
      
      
  .eetral {
    fill:#aaa;
  }
      

      
        
        
      
      
  .Feed_item_UX_Bites\:R0pOV1H92tZcHkX0Y62Mm {
    width:50%;
  height:var(--app-height);
  display:flex;
  position:relative;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  scroll-snap-stop:always;
  scroll-snap-align:none;
  }
      

      
        
        
      
      
  .bFSrGz {
    width:50px;
  height:100px;
  display:flex;
  background:var(--bg2);
  align-items:center;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .bFSrGz.active {
    border-color:var(--border);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .eDFIDs {
    color:var(--text1);
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .Feed_item_UX_Bites\:UjipQ_O2dCVChpvdA1Eoj {
    display:flex;
  }
      

      
        
        
      
      
  .dxDVgO {
    width:100%;
  height:100%;
  display:flex;
  position:relative;
  transition:transform 1s ease;
  align-items:center;
  will-change:transform;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bAQXjd {
    width:300px;
  height:100%;
  display:none;
  row-gap:20px;
  column-gap:20px;
  align-items:center;
  padding-top:1%;
  padding-right:1%;
  flex-direction:column;
  padding-bottom:1%;
  justify-content:center;
  }
      

      
  .bAQXjd.active {
    width:300px;
  height:100%;
  display:flex;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      


          @media (max-width: 1280px) {
            
  .bAQXjd.active {
    width:250px;
  height:100%;
  display:flex;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .bdFwzd {
    row-gap:var(--spacing-16);
  background:var(--bg3);
  column-gap:var(--spacing-16);
  padding-top:var(--spacing-20);
  padding-left:var(--spacing-12);
  padding-right:var(--spacing-12);
  padding-bottom:var(--spacing-20);
  border-top-left-radius:var(--spacing-12);
  border-top-right-radius:var(--spacing-12);
  border-bottom-left-radius:var(--spacing-12);
  border-bottom-right-radius:var(--spacing-12);
  }
      

      
        
        
      
      
  .deLJLE {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  align-items:center;
  padding-left:var(--spacing-8);
  padding-right:var(--spacing-8);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bwbqim {
    width:100%;
  height:fit-content;
  }
      

      
        
        
      
      
  .JaBDA {
    color:#ffffff;
  width:100%;
  }
      

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

      
        
        
      
      
  .fbyqSy {
    width:100%;
  display:block;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dfrOpm {
    color:var(--text1);
  font-size:var(--font-size-14px);
  font-family:Inter;
  font-weight:var(--font-weight-normal);
  line-height:1.4;
  }
      

      
        
        
      
      
  .side-feed-item\:1KKynlFkbK_c6pWR8Pb8Y {
    background:linear-gradient(#677ada1a 0%, #1a1a1a00 15%) scroll padding-box border-box no-repeat no-repeat 0% 0% / cover;
  border-color:#5c5c5c80;
  border-style:solid;
  border-width:.5px;
  backdrop-filter:50px;
  }
      

      
        
        
      
      
  .dDMLNz {
    display:flex;
  row-gap:var(--spacing-8);
  animation:;
  column-gap:var(--spacing-8);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .side-feed-item\:4fYZhWo1Vo45KJuqB_ROb {
    max-width:100%;
  }
      

      
        
        
      
      
  .bLUgQY {
    color:var(--text1);
  display:block;
  font-size:var(--font-size-16px);
  overflow-x:hidden;
  overflow-y:hidden;
  font-family:Manrope;
  font-weight:var(--font-weight-semi-bold);
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
        
      
      
  .ctnwDq {
    top:0px;
  width:inherit;
  display:flex;
  row-gap:var(--spacing-8);
  z-index:1;
  position:sticky;
  column-gap:var(--spacing-8);
  text-align:left;
  align-items:center;
  padding-top:var(--spacing-16);
  padding-left:var(--spacing-16);
  padding-right:var(--spacing-16);
  flex-direction:row;
  padding-bottom:var(--spacing-16);
  justify-content:flex-start;
  }
      

      
  .ctnwDq.false-gap-side-title {
    padding-top:var(--spacing-8);
  padding-bottom:var(--spacing-8);
  }
      

        
        
      
      
  .dNTqGw {
    row-gap:var(--spacing-12);
  column-gap:var(--spacing-12);
  padding-left:var(--spacing-16);
  padding-right:var(--spacing-16);
  }
      

      
  .dNTqGw.anim-side-para {
    animation:1s ease 0ms 1 normal none running animation-ePNpQn;
  }
      

        
                  @keyframes animation-ePNpQn {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        44.99999999999999% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .dktZZd {
    width:100%;
  padding-top:var(--spacing-16);
  padding-left:var(--spacing-16);
  padding-right:var(--spacing-16);
  }
      

      
        
        
      
      
  .bByWnz {
    width:inherit;
  display:flex;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  text-align:left;
  align-items:center;
  padding-top:var(--spacing-16);
  padding-left:var(--spacing-16);
  padding-right:var(--spacing-16);
  flex-direction:row;
  padding-bottom:var(--spacing-16);
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bnkAPn {
    flex:1;
  width:100%;
  overflow-x:auto;
  overflow-y:auto;
  padding-bottom:var(--spacing-16);
  }
      

      
        
        
      
      
  .side-feed-item\:YNRUYggiTp6_r2ZWBSVxG {
    max-width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .drIWop {
    flex:1;
  width:100%;
  display:flex;
  background:#1a1a1a87;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-start;
  backfrop-filter:blur(25px) saturate(200%);
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .drIWop.side-component-container::after {
    left:0px;
  right:0px;
  bottom:0px;
  height:32px;
  content:"";
  display:flex;
  opacity:0;
  z-index:10;
  position:absolute;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bg2) 100%);
  pointer-events:none;
  }
      


  .drIWop.has-overflow.to-bottom::after {
    opacity:0;
  }
      


  .drIWop.has-overflow::after {
    opacity:1;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .side-feed-item\:jB8WjQa4HQ0NqdaEiejGG {
    max-width:100%;
  }
      

      
        
        
      
      
  .QtYwc {
    flex:1 1 0%;
  width:100%;
  display:flex;
  row-gap:var(--spacing-12);
  position:relative;
  flex-wrap:wrap;
  column-gap:var(--spacing-12);
  max-height:fit-content;
  min-height:fit-content;
  overflow-x:auto;
  overflow-y:auto;
  align-items:center;
  padding-left:var(--spacing-16);
  align-content:start;
  padding-right:var(--spacing-16);
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .bWXowk {
    fill:#fff;
  }
      

      
        
        
      
      
  .side-feed-item\:yOUO2XEy9J4giNclINLoN {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .vhGMd {
    width:100%;
  height:var(--app-height);
  display:flex;
  opacity:0;
  row-gap:var(--spacing-24);
  position:relative;
  column-gap:var(--spacing-24);
  overflow-x:hidden;
  overflow-y:scroll;
  transition:opacity 0.4s ease-in;
  visibility:hidden;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  scroll-snap-type:y mandatory;
  }
      

      
  .vhGMd.is-ready {
    width:100%;
  height:var(--app-height);
  display:flex;
  opacity:1;
  row-gap:var(--spacing-24);
  position:relative;
  column-gap:var(--spacing-24);
  overflow-x:hidden;
  overflow-y:scroll;
  visibility:visible;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  scroll-snap-type:y mandatory;
  }
      

        
        
      
      
  .HomePage\:8-l-DzvWPnttxKTlZjxDW {
    height:100%;
  }
      

      
        
        
      
      
  .bdOVdL {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
        
      
      
  .blNJXm {
    width:100%;
  height:8%;
  display:flex;
  align-items:flex-start;
  padding-left:32px;
  justify-content:center;
  }
      

      
        
        
      
      
  .biljNN {
    width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .hIQhZ {
    flex:0;
  height:fit-content;
  display:flex;
  row-gap:12px;
  z-index:1;
  translate:0 0 0;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:var(--spacing-12);
  border-top-right-radius:var(--spacing-12);
  border-bottom-left-radius:var(--spacing-12);
  border-bottom-right-radius:var(--spacing-12);
  }
      

      
        
        
      
      
  .CvseM {
    }:;
  top:0px;
  left:0px;
  color:white;
  width:100%;
  height:100%;
  display:flex;
  z-index:10; /* Make sure it's on top of the canvas */;
  position:absolute;
  background:rgba(35, 35, 45, 0.25); /* Semi-transparent background */;
  box-shadow:0 8px 32px 0 rgba(0, 0, 0, 0.37); /* Optional shadow for depth */;
  align-items:center;
  border-bottom:1px solid rgba(255, 255, 255, 0.18); /* Subtle edge highlight */;
  backdrop-filter:blur(25px); /* This is the magic! */;
  justify-content:center;
  -webkit-backdrop-filter:blur(25px); /* For Safari support */;
  }
      

      
        
        
      
      
  .PCUep {
    width:10%;
  height:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bxQGSc {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-start;
  padding-left:32px;
  padding-right:-;
  justify-content:center;
  }
      

      
        
        
      
      
  .doLeeg {
    color:var(--button2);
  height:40px;
  display:flex;
  font-size:var(--font-size-16px);
  background:var(--button);
  align-items:center;
  font-family:Inter;
  padding-left:var(--spacing-20);
  padding-right:var(--spacing-20);
  justify-content:center;
  border-top-left-radius:var(--spacing-12);
  border-top-right-radius:var(--spacing-12);
  border-bottom-left-radius:var(--spacing-12);
  border-bottom-right-radius:var(--spacing-12);
  }
      

      
          @media (max-width: 1280px) {
            
  .doLeeg {
    font-size:var(--font-size-14px);
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cKGZws {
    height:auto;
  display:flex;
  row-gap:var(--spacing-8);
  column-gap:var(--spacing-8);
  align-items:flex-start;
  justify-content:center;
  }
      

      
          @media (max-width: 1280px) {
            
  .cKGZws {
    row-gap:var(--spacing-4);
  column-gap:var(--spacing-4);
  }
      

          }
          
        
        
      
      
  .dHkkwZ {
    fill:var(--default-color);
  width:45px;
  height:45px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .dHkkwZ:hover {
    fill:var(--hover-color);
  }
      


  .dHkkwZ.selected {
    fill:var(--hover-color);
  background:var(--bg3);
  }
      

        
        
      
      
  .cvnKAc {
    color:#ffffff;
  }
      

      
        
        
      
      
  .nav-menu\:SE61p_yKuFH8MoXW0TxnS {
    width:100%;
  padding-top:-;
  padding-bottom:-;
  }
      

      
        
        
      
      
  .nav-menu\:XiECSxmlKlp6eA5T6Lc7S {
    width:100%;
  }
      

      
        
        
      
      
  .nav-menu\:ZXrAYCFv7fwmUcY38-ooa {
    width:100%;
  }
      

      
        
        
      
      
  .ehwBre {
    color:var(--text2);
  width:100%;
  height:30px;
  display:flex;
  font-size:var(--font-size-16px);
  min-width:max-content;
  align-items:flex-start;
  font-family:Open Sans;
  font-weight:var(--font-weight-regular);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:var(--spacing-8);
  border-top-right-radius:var(--spacing-8);
  border-bottom-left-radius:var(--spacing-8);
  border-bottom-right-radius:var(--spacing-8);
  }
      

      
  .ehwBre:hover {
    color:var(--text3);
  }
      


  .ehwBre.selected {
    color:var(--text1);
  background:var(--bg3);
  }
      


          @media (max-width: 1280px) {
            
  .ehwBre {
    font-size:var(--font-size-14px);
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .fBAVeL {
    fill:none;
  width:45px;
  height:45px;
  stroke:var(--default-color);
  display:flex;
  padding-top:12px;
  padding-left:12px;
  stroke-width:1.5;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .fBAVeL:hover {
    stroke:var(--hover-color);
  }
      


  .fBAVeL.selected {
    stroke:var(--hover-color);
  background:var(--bg3);
  }
      

        
        
      
      
  .fnMikY {
    color:var(--text2);
  height:30px;
  display:flex;
  font-size:var(--font-size-16px);
  max-width:100%;
  align-items:flex-start;
  font-family:Open Sans;
  font-weight:var(--font-weight-regular);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  border-top-left-radius:var(--spacing-8);
  border-top-right-radius:var(--spacing-8);
  border-bottom-left-radius:var(--spacing-8);
  border-bottom-right-radius:var(--spacing-8);
  }
      

      
  .fnMikY:hover {
    color:var(--text3);
  }
      


  .fnMikY.selected {
    color:var(--text1);
  background:var(--bg3);
  }
      


          @media (max-width: 1280px) {
            
  .fnMikY {
    font-size:var(--font-size-14px);
  }
      

          }
          
        
        
      
      
  .HomePage\:gWVmgYRRQPUzOekxFVlwQ {
    width:fit-content;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .PJrtn {
    width:100%;
  height:100vh;
  opacity:.5;
  z-index:0;
  overflow:hidden;
  position:absolute;
  background-color:#000;
  }
      

      
        
        
      