
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-1: var(--d-slate-1, #111113);
--neutral-2: var(--d-slate-2, #18191B);
--neutral-3: var(--d-slate-3, #212225);
--neutral-4: var(--d-slate-4, #272A2D);
--neutral-5: var(--d-slate-5, #2E3135);
--neutral-6: var(--d-slate-6, #363A3F);
--neutral-7: var(--d-slate-7, #43484E);
--neutral-8: var(--d-slate-8, #5A6169);
--neutral-9: var(--d-slate-9, #696E77);
--neutral-10: var(--d-slate-10, #777B84);
--neutral-11: var(--d-slate-11, #B0B4BA);
--neutral-12: var(--d-slate-12, #EDEEF0);
--neutral-13: #ffffff;
--overlay-a1: #00005503;
--overlay-a2: #00005506;
--overlay-a3: #0000330F;
--overlay-a4: #00002D17;
--overlay-a5: #0009321F;
--overlay-a6: #00002F26;
--overlay-a7: #00062E32;
--overlay-a8: #00083046;
--overlay-a9: #00051D74;
--overlay-a10: #00071B7F;
--overlay-a11: #0007149F;
--overlay-a12: #000509E3;
--d-overlay-1a: #00000000;
--d-overlay-2a: #D8F4F609;
--d-overlay-3a: #DDEAF814;
--d-overlay-4a: #D3EDF81D;
--d-overlay-5a: #D9EDFE25;
--d-overlay-6a: #D6EBFD30;
--d-overlay-7a: #D9EDFF40;
--d-overlay-8a: #D9EDFF5D;
--d-overlay-9a: #DFEBFD6D;
--d-overlay-10a: #E5EDFD7B;
--d-overlay-11a: #F1F7FEB5;
--d-overlay-12a: #FCFDFFEF;
--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;
--d-slate-1: #111113;
--d-slate-2: #18191B;
--d-slate-3: #212225;
--d-slate-4: #272A2D;
--d-slate-5: #2E3135;
--d-slate-6: #363A3F;
--d-slate-7: #43484E;
--d-slate-8: #5A6169;
--d-slate-9: #696E77;
--d-slate-10: #777B84;
--d-slate-11: #B0B4BA;
--d-slate-12: #EDEEF0;
--slate-1: #FCFCFD;
--slate-2: #F9F9FB;
--slate-3: #F0F0F3;
--slate-4: #E8E8EC;
--slate-5: #E0E1E6;
--slate-6: #D9D9E0;
--slate-7: #CDCED6;
--slate-8: #B9BBC6;
--slate-9: #8B8D98;
--slate-10: #80838D;
--slate-11: #60646C;
--slate-12: #1C2024;
--l-theme-bg: var(--slate-2, #F9F9FB);
--l-theme-text-main: var(--slate-12, #1C2024);
--l-theme-text-fade: var(--slate-11, #60646C);
--l-theme-border-main: var(--overlay-a3, #0000330F);
--l-theme-separator-main: var(--overlay-a4, #00002D17);
--l-theme-bg-fade: var(--overlay-a2, #00005506);
--d-theme-bg: var(--d-slate-1, #111113);
--d-theme-text-main: var(--d-slate-12, #EDEEF0);
--d-theme-text-fade: var(--d-slate-11, #B0B4BA);
--d-theme-border-main: var(--d-overlay-3a, #DDEAF814);
--d-theme-separator-main: var(--d-overlay-6a, #D6EBFD30);
--d-theme-bg-fade: var(--d-overlay-2a, #D8F4F609);
--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;
--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;
--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;
--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;
--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;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-outfit: 'Outfit',sans-serif;

    /* Font size */
    --text-xxs: 0.625rem;
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--font-size-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --light: 300;
--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: 0rem;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--section-none: 0rem;
--section-small: 5rem;
--section-main: 5rem;
--section-large: 10rem;
--section-small-tablet: 2.5rem;
--section-main-tablet: 4rem;
--section-large-tablet: 7rem;
--container-main: 70rem;
--container-small: 40rem;
--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-xs: 1.75rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--border-none: 0rem;
--border-sm: .5px;
--border-md: 1px;
--border-lg: 2px;
--side-menu-width: 350px;
    /* Z-index */
    --navigation-menu: 100;
  }
  @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;
    }
  }
}

      
  .bjlkVI {
    min-height:100vh;
  overflow-x:clip;
  overflow-y:clip;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .bNpRbx {
    top:4rem;
  width:100%;
  bottom:4.5rem;
  height:calc(100% - 8.5rem);
  overflow-y:auto;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
          @media (min-width: 486px) {
            
  .bNpRbx {
    top:4.5rem;
  height:calc(100% - 9rem);
  }
      

          }
          

          @media (min-width: 960px) {
            
  .bNpRbx {
    height:calc(100% - 4.5rem);
  padding-top:0px;
  padding-bottom:0px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

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

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

      
        
      
      
  
      

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

      
          @media (max-width: 1024px) {
            
  .toast-provider\:Iht7kPAtb-qulwA6TMRzv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .eSRdCW {
    width:100%;
  height:100%;
  position:relative;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cbqcLo {
    gap:3rem;
  width:100%;
  align-items:center;
  padding-top:var(--section-padding);
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:var(--section-padding);
  justify-content:start;
  background-color:var(--background, );
  }
      

      
          @media (max-width: 768px) {
            
  .cbqcLo {
    padding-top:var(--section-padding-tablet);
  padding-bottom:var(--section-padding-tablet);
  }
      

          }
          

  .cbqcLo.clip {
    overflow-x:clip;
  overflow-y:clip;
  }
      


  .cbqcLo.full {
    height:100%;
  }
      

        
      
      
  
      

      
        
      
      
  .eshfUM {
    display:table-row;
  border-bottom-color:var(--neutral-5, #323035);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

      
  .eshfUM.no-border {
    border-bottom-color:black;
  border-bottom-style:none;
  border-bottom-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  .dqJUqD {
    color:var(--neutral-12, #EEEEF0);
  display:table-cell;
  box-shadow:inset 0 -1px var(--neutral-7);
  text-align:left;
  font-family:'Outfit';
  font-weight:var(--medium);
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .TOJhu {
    gap:2rem;
  width:100%;
  z-index:1;
  max-width:var(--max-width);
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .packages_section\:5q_KP8p9vnYOGeQT-jsUE {
    align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bqEhEv {
    color:var(--neutral-11, #B5B2BC);
  display:table-cell;
  text-align:left;
  font-family:'Outfit';
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .emmsPA {
    width:100%;
  border-radius:var(--rounding-md);
  flex-direction:row;
  grid-template-columns:1fr 5rem;
  }
      

      
          @media (max-width: 620px) {
            
  
      

          }
          
        
      
      
  .buMVqt {
    display:table;
  border-spacing:0;
  border-collapse:collapse;
  }
      

      
        
      
      
  .packages_section\:NLIgV9wbTvMtKd-lMLHr9 {
    width:100%;
  }
      

      
        
      
      
  .packages_section\:PWrQog_cdGoagWeC3Vial {
    min-width:100px;
  }
      

      
        
      
      
  .cANfrm {
    display:table-row-group;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cMxNaE {
    flex:1;
  width:100%;
  padding-top:.5rem;
  padding-bottom:.5rem;
  }
      

      
        
      
      
  .BPXgi {
    width:2.5rem;
  height:2.5rem;
  border-radius:var(--rounding-full);
  }
      

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

      
        
      
      
  .cWOPqc {
    width:fit-content;
  padding-top:.75rem;
  padding-left:.75rem;
  padding-right:.75rem;
  padding-bottom:.75rem;
  }
      

      
        
      
      
  .dATjdq {
    color:var(--neutral-11, #B0B4BA);
  display:table-cell;
  text-align:left;
  font-family:'Outfit';
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ctcRsJ {
    display:grid;
  row-gap:2rem;
  column-gap:2rem;
  grid-template-columns:repeat(2, 1fr);
  }
      

      
          @media (max-width: 620px) {
            
  .ctcRsJ {
    grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  .packages_section\:anzDmKd4-3vOHsrmoCZJj {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .packages_section\:trDC6y1hp-UWR7zebiYJq:hover {
    background-color:var(--neutral-3, #212225);
  }
      


  .packages_section\:trDC6y1hp-UWR7zebiYJq:active {
    background-color:var(--neutral-1, #111113);
  }
      

        
      
      
  .ZRvPG {
    display:table-header-group;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .countries_section\:root {
    gap:1rem;
  }
      

      
        
      
      
  .dNDFFo {
    gap:1rem;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .lHabs {
    width:100%;
  z-index:;
  max-width:var(--container-small);
  align-items:start;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .countries_item\:root {
    align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .eVUWlX {
    width:100%;
  height:100%;
  z-index:0;
  max-width:100%;
  box-shadow:1px 4px 15px -4px #00000044;
  object-fit:cover;
  border-radius:var(--rounding-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dkKeMY {
    width:100%;
  z-index:0;
  flex-direction:row;
  }
      

      
        
      
      
  .eaZEfz {
    width:fit-content;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .AyXwn {
    color:var(--text-main, #1C2024);
  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);
  }
      

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


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


  .AyXwn.is-fade {
    color:var(--text-fade, #60646C);
  }
      

        
      
      
  .countries_item\:hXAIo86y5Sw7w8tSXUQk_ {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .ABPhr {
    width:65px;
  height:35px;
  z-index:0;
  }
      

      
        
      
      
  .PstSs {
    flex:1;
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .countries_section\:wgticSD4WqILWlvO3t1aF {
    background-color:var(--background-color, #272A2D);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .available_plans_section\:1bEcKaBjK6RX_ldRAAEsA {
    font-weight:var(--bold);
  }
      

      
        
      
      
  .available_plans_section\:3TirGPBJ4bz1_F6oxpGaM {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .bSucmx {
    align-items:center;
  padding-top:.05rem;
  border-color:inherit;
  border-style:solid;
  border-width:2px;
  padding-left:.125rem;
  border-radius:var(--rounding-md);
  padding-right:.125rem;
  padding-bottom:.05rem;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .cETrjh {
    width:1.25rem;
  height:1.25rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .oGsFM {
    flex:1;
  align-items:start;
  padding-left:.5rem;
  padding-right:.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .available_plans_section\:GkthWIHC4ZqA-bhe3SLMa {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .available_plans_section\:HZHCKuBKdkkUHGEHjEXv2 {
    opacity:0.69;
  }
      

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

      
        
      
      
  .eGrIHB {
    width:100%;
  height:100%;
  max-width:100%;
  object-fit:cover;
  border-radius:var(--rounding-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .available_plans_section\:OcMDxT2ntRBZfnO8sGwiM {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .eKqJoF {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  .dlEPsw {
    padding-left:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .available_plans_section\:TLIwEo7u1BxNeb-XAM1Ul {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .available_plans_section\:UJS4asKpVF6JRtxw3OGYx {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .available_plans_section\:eSOWWXg4u8Mh2sUdJLxGc {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .ctEbmx {
    width:100%;
  height:var(--border-sm);
  overflow-x:clip;
  overflow-y:clip;
  }
      

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

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

        
      
      
  .u-separator\:9HUFSy-UIVAn7x8mcGrBv {
    background-color:var(--border-color, #0000330F);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .available_plans_section\:skctwfUu2y7wv-RJhmWyz {
    padding-top:1rem;
  border-color:var(--overlay-a5, #0009321F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .aZuKV {
    width:100%;
  padding-top:.5rem;
  margin-bottom:-.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bUEwtT {
    width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms normal;
  background-color:var(--background, #F9F9FB);
  border-right-color:var(--border-color, #00005506);
  border-right-style:solid;
  border-right-width:1px;
  }
      

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

          }
          

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

          }
          

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

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

      
        
      
      
  
      

      
        
      
      
  .emrFNN {
    gap:0.25rem;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu_side\:AnfCDhaA7kGBpaZ7Yi1aT {
    flex:1;
  padding-top:0.5rem;
  padding-bottom:0rem;
  }
      

      
        
      
      
  .elPdBb {
    bottom:0px;
  z-index:;
  box-shadow:-5px 10px 15px 15px var(--background,#F9F9FB);
  align-items:start;
  justify-content:end;
  }
      

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

      
        
      
      
  .nav_menu_side\:RBjqXnwSUpri74VB7c86Z {
    width:100%;
  padding-left:0px;
  padding-right:0px;
  }
      

      
        
      
      
  .nav_menu_side\:Rw1TAwxoL6AUD3QHOMSxX {
    width:3rem;
  height:3rem;
  }
      

      
        
      
      
  .nav_menu_side\:T8vR3sMN3OK9KZexL1Iy8 {
    font-weight:var(--semi);
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu_side\:Y7LE2Zzw_X4xQssHn6DwH {
    width:100%;
  border-color:var(--container-border-color, #00002F26);
  border-style:solid;
  border-width:1px;
  border-radius:var(--rounding-none);
  padding-bottom:2rem;
  background-color:var(--container-bg-color, #00002D17);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dBdUgP {
    width:100%;
  height:100%;
  max-width:1.2rem;
  box-shadow:1px 4px 8px 1px var(--overlay-a3, #0000330F);
  max-height:.75rem;
  object-fit:cover;
  border-radius:var(--rounding-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dGLjxC {
    color:inherit;
  height:var(--header-height);
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  background-color:var(--border-color, #00005506);
  }
      

      
        
      
      
  .dyPmlN {
    gap:1.5rem;
  overflow-y:auto;
  padding-top:1rem;
  padding-left:.4rem;
  padding-right:0.25rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .dPsZdn {
    display:flex;
  flex-direction:column;
  }
      

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

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

      
  
      


  .button-tertiary\:root:active {
    opacity:0.85;
  transition:none;
  }
      


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


  
      


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

        
      
      
  .button_tertiary\:root {
    color:inherit;
  font-size:var(--text-sm);
  align-items:center;
  font-weight:var(--medium);
  border-radius:var(--rounding-full);
  justify-content:center;
  background-color:var(--overlay-a3, #0000330F);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eNwdZl {
    gap:0.625rem;
  color:var(--text-fade);
  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-md);
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .eNwdZl:hover {
    color:var(--text-main);
  background-color:var(--bg-hover);
  }
      


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


  .eNwdZl:active {
    opacity:0.85;
  transition:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fnDeUA {
    max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  border-color:var(--neutral-7, #49474E);
  border-style:solid;
  border-width:1px;
  border-radius:var(--rounding-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .table_section\:SqW-D8rX7O-ui9uWks4BT {
    min-width:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bVXRBA {
    gap:1.5rem;
  width:100%;
  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;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--neutral-2, #1A191B);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ekoKGG {
    color:var(--text-color, #1C2024);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .sub-section-title\:root {
    color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .table_section\:z3Du6OujvzA7WeSKt-osB:hover {
    background-color:var(--neutral-3, #212225);
  }
      


  .table_section\:z3Du6OujvzA7WeSKt-osB:active {
    background-color:var(--neutral-1, #111113);
  }
      

        
      
      
  
      

      
        
      
      
  .enAisU {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  z-index:99;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-a12, #000509E3);
  }
      

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

        
      
      
  
      

      
        
      
      
  .__my_data\:root {
    align-items:center;
  justify-content:center;
  }
      

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

        
      
      
  .__my_data\:IjZGHc_ET5Yay2_CKZP8X {
    display:inline-block;
  text-align:center;
  }
      

      
        
      
      
  .button-main\: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;
  }
      

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


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


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


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

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

      
        
      
      
  
      

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

      
        
      
      
  .__my_data\:KHZ_SsmgT9VOlkxILCggl {
    width:100%;
  }
      

      
        
      
      
  .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(--l-theme-text-fade, #60646C);
  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:inherit;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .button-secondary\:root:hover {
    border-color:#60646cba;
  border-style:solid;
  border-width:1px;
  background-color:var(--overlay-a2, #00005506);
  }
      


  .button-secondary\:root:active {
    opacity:0.8;
  transition:none;
  }
      


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


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


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

      
        
      
      
  
      

      
        
      
      
  .__my_data\:OeMAiiWpJ_gFdXYzNYU3h {
    width:100%;
  }
      

      
        
      
      
  .bBDecY {
    gap:1rem;
  color:var(--text-main, #1C2024);
  }
      

      
  .bBDecY.hwrap {
    flex-wrap:wrap;
  flex-direction:row;
  }
      


  .bBDecY.full-width {
    width:100%;
  }
      

        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .__buy_data\:root {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eYExW {
    gap:2rem;
  width:100%;
  max-width:800px;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .buy_data_slider_contain\:RIykrwz_4msRN-FJTBHGq {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .buy_data_slider\:CQSEi7kaI3_jT5I0stiEM {
    width:100%;
  display:inline-block;
  text-align:center;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .doqSnu {
    flex:1;
  align-items:start;
  padding-top:1.5rem;
  padding-bottom:.5rem;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cTlnbJ {
    width:6rem;
  opacity:0.75;
  align-items:center;
  padding-top:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .buy_data_feature_wrap\:7sYaE1ZJLr1g0wApB68kV {
    font-weight:var(--light);
  }
      

      
        
      
      
  .dnWHAu {
    padding-left:3px;
  }
      

      
        
      
      
  .hQzzK {
    width:1.75rem;
  height:1.75rem;
  padding-top:.25rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .buy_data_feature_wrap\:r_mDw1fIvunbVMrNLuJil {
    gap:3px;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

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

      
        
      
      
  .slider\:a9ZjKfsZpUtE7C2qD8sZu {
    height:0.5rem;
  overflow-x:hidden;
  overflow-y:hidden;
  border-radius:var(--rounding-md);
  background-color:var(--overlay-a10, #00071B7F);
  }
      

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

      
  .fjPjKY.hidden {
    opacity:0;
  }
      

        
      
      
  .slider\:cOWuENSc45Wxo_SdkuTgR {
    width:1.5rem;
  height:1.5rem;
  box-shadow:1px 4px 8px 0px #00000044;
  border-color:transparent;
  border-style:solid;
  border-width:var(--border-md);
  border-radius:var(--rounding-full);
  background-color:var(--gray-2, #F9F9F9);
  }
      

      
  .slider\:cOWuENSc45Wxo_SdkuTgR:hover {
    border-color:var(--gray-3, #F0F0F0);
  border-style:solid;
  border-width:1px;
  background-color:var(--gray-2, #F9F9F9);
  }
      


  .slider\:cOWuENSc45Wxo_SdkuTgR:focus-visible {
    border-color:var(--gray-3, #F0F0F0);
  border-style:solid;
  border-width:1px;
  outline-offset:var(--border-md);
  background-color:var(--slate-3, #F0F0F3);
  }
      


  .slider\:cOWuENSc45Wxo_SdkuTgR:active {
    border-color:transparent;
  border-style:solid;
  border-width:1px;
  }
      

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

        
      
      
  .slider\:sou1DDNXQspKdVYavzdXc {
    height:100%;
  background-color:var(--brand-9, #0090FF);
  }
      

      
        
      
      
  .buy_data_slider\:W4K-0oJvFTuuWKCvP9ljX {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .buy_data_slider\:bpsj4orVeSOPMUdbxdZgv {
    display:inline-block;
  text-align:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .__buy_data\:OiZ0q1NtwpB1weuNtS1o7 {
    font-weight:var(--semi);
  }
      

      
        
      
      
  .__buy_data\:P_U2Fked1NJtyZE5of18n {
    flex:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .__buy_data\:UU1NuQ0S0dSc0V_pLMUO2 {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .__buy_data\:VdHx98TWR8XPjDZghHf4- {
    align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .__buy_data\:egXHGl-lqvDrhS3FwVsYp {
    align-items:center;
  padding-top:.169rem;
  padding-left:.169rem;
  padding-right:.169rem;
  padding-bottom:.169rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cfxGOv {
    top:0px;
  left:0px;
  width:100%;
  z-index:98;
  position:fixed;
  align-items:center;
  font-family:'Outfit';
  user-select:none;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
      
      
  .SlfUp {
    gap:8px;
  color:var(--nav-text-color-fade, #60646C);
  width:100%;
  height:4rem;
  z-index:10;
  position:fixed;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--nav-background-color, #FCFCFD);
  border-bottom-color:var(--nav-border-color, #E0E1E6);
  border-bottom-style:solid;
  border-bottom-width:var(--border-sm);
  }
      

      
          @media (min-width: 486px) {
            
  .SlfUp {
    height:4.5rem;
  }
      

          }
          

          @media (min-width: 960px) {
            
  .SlfUp {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bcRdbs {
    gap:8px;
  color:var(--nav-text-color-fade, #60646C);
  width:100%;
  bottom:0px;
  height:4.5rem;
  z-index:10;
  position:fixed;
  align-items:center;
  padding-top:8px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--nav-background-color, #FCFCFD);
  border-top-color:var(--nav-border-color, #E0E1E6);
  border-top-style:solid;
  border-top-width:var(--border-sm);
  }
      

      
          @media (min-width: 960px) {
            
  .bcRdbs {
    display:none;
  }
      

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

      
        
      
      
  .daSXsi {
    gap:.25rem;
  color:inherit;
  width:2.8rem;
  height:2.8rem;
  align-items:center;
  justify-content:space-between;
  }
      

      
  .daSXsi.isActive {
    color:var(--active-color, #EDEEF0);
  }
      

        
      
      
  .bzmsfW {
    color:inherit;
  font-size:var(--text-xxs);
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fheReU {
    width:1.65rem;
  height:1.65rem;
  object-fit:contain;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fxBLdN {
    color:inherit;
  width:10ch;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu\:OJF29zCusjECjEOPmFEM7 {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu\:WjKUJoYIm82n5kut_J_vC {
    width:2rem;
  }
      

      
        
      
      
  .cqEuay {
    width:100%;
  height:100%;
  align-items:center;
  padding-left:.25rem;
  padding-right:.25rem;
  flex-direction:row;
  padding-bottom:.75rem;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .csbHlB {
    align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu\:doRBY42DeH3KFqNTCVICu {
    color:inherit;
  }
      

      
        
      
      
  .nav_menu\:eoiD7RBfzxfkFmKG7JCG0 {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  position:relative;
  translate:0;
  transition:all 300ms ease 0ms ;
  flex-direction:column;
  transform-origin:0px;
  }
      

      
        
      
      
  .nav_menu\:o_eRg-PgVUI8nVd2hgESx {
    width:100%;
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .fhzLHJ {
    gap:10px;
  color:var(--text-main, #1C2024);
  translate:0px 0px;
  transition:translate 300ms ease 0ms normal;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .fhzLHJ {
    @starting-style {
            opacity:0;
  translate:-100px 0px;
  transition:all 300ms ease 0ms ;
          }
  }
      

        
      
      
  .nav_menu\:r1SemZOjDeN4rBTsb57FX {
    color:inherit;
  border-radius:var(--rounding-full);
  background-color:transparent;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_menu\:y-MGAK-eg61FnUKbD5qzE {
    font-weight:var(--bold);
  }
      

      
        
      
      
  
      

      
        
      