
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #FEFDFB;
--neutral-1: #FEFBE9;
--neutral-2: #FFF7C2;
--neutral-3: #FFEE9C;
--neutral-4: #FBE577;
--neutral-5: #E9C162;
--neutral-6: #E2A336;
--neutral-7: #FFC53D;
--neutral-8: #FFBA18;
--neutral-9: #AB6400;
--neutral-10: #814218;
--neutral-11: #533928;
--neutral-12: #4F3422;
--brand-1: #FFF7ED;
--brand-2: #FFEFD6;
--brand-3: #FFDFB5;
--brand-4: #FFD19A;
--brand-5: #FFC182;
--brand-6: #F5AE73;
--brand-7: #F5AE73;
--brand-8: #F76B15;
--brand-9: #EF5F00;
--brand-10: #CC4E00;
--brand-11: #582D1D;
--brand-12: #411e11;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #C0800004;
--overlay-a2: #F4D10016;
--overlay-a3: #FFDE003D;
--overlay-a4: #FFD40063;
--overlay-a5: #F8CF0088;
--overlay-a6: #EAB5008C;
--overlay-a7: #DC9B009D;
--overlay-a8: #DA8A00C9;
--overlay-a9: #FFB300C2;
--overlay-a10: #FFB300E7;
--overlay-a11: #AB6400;
--overlay-a12: #341500DD;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-playfair: 'Playfair',serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --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: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--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-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* 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;
    }
  }
}

      
  .cqbiLX {
    position:relative;
  background: var(--neutral-0);
  min-height:100vh;
  overflow-x:clip;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .clTqzC {
    height:10rem;
  display:none;
  background: var(--neutral-2);
  }
      

      
          @media (max-width: 1024px) {
            
  .clTqzC {
    width:100%;
  height:11rem;
  display:flex;
  row-gap:1px;
  position:relative;
  column-gap:1px;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-start;
  margin-left:0px;
  padding-top:0rem;
  padding-left:0rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  background-color:var(--neutral-1, #121113);
  border-bottom-color:var(--neutral-5, #323035);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

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

      
        
      
      
  .bgGLyp {
    width:150rem;
  bottom:0px;
  height:300rem;
  position:absolute;
  background: var(--brand-2);
  border-top-left-radius:300rem;
  border-top-right-radius:300rem;
  border-bottom-left-radius:300rem;
  border-bottom-right-radius:300rem;
  }
      

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

      
          @media (max-width: 1024px) {
            
  .bujhXV {
    gap:0.5rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .FSMyX {
    width:8rem;
  height:100%;
  opacity:1;
  translate:0 0 0;
  object-fit:contain;
  transition:all 200ms ease  ;
  }
      

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

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

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


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


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


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

        
      
      
  .mobile-header\:Su2iGN6oaYrlcRHdn_j6Q {
    width:var(--interactive-height-sm);
  height:var(--interactive-height-sm);
  display:none;
  background: var(--neutral-4);
  }
      

      
        
      
      
  .bFhHiM {
    display:flex;
  box-shadow:0.25rem 0.25rem 0px 0px #00000020;
  object-fit:contain;
  padding-top:0.125rem;
  padding-left:0.125rem;
  padding-right:0.125rem;
  padding-bottom:0.125rem;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .erSRyj {
    width:100vw;
  height:10rem;
  display:flex;
  position:absolute;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  padding-top:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bSTyDR {
    scale:1 1 1;
  height:80%;
  display:flex;
  opacity:1;
  z-index:101;
  position:absolute;
  transition:scale 300ms cubic-bezier(0.83, -0.42, 0.28, 1.83) 200ms normal;
  align-items:center;
  justify-content:flex-start;
  }
      

      
  .bSTyDR {
    @starting-style {
            scale:0.5 0.5 1;
  opacity:0;
          }
  }
      

        
      
      
  .welcome\:-GBBwddXwv_7uZEY5PM0y {
    z-index:100;
  background: var(--neutral-1);
  border-color:black;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .dnZEVP {
    gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:-Spvb7r_gIaES62i4Xkx9 {
    padding-top:1rem;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:-nNlKe9lzgr1Ow6Ty2fiI {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .UgCri {
    color:var(--neutral-11, #B5B2BC);
  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);
  }
      

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


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

        
      
      
  .welcome\:-oilIpLhslehwrwP9Xx2U {
    color:var(--success-7);
  font-size:var(--text-4xl);
  }
      

      
        
      
      
  .eVakEw {
    width:8rem;
  height:8rem;
  display:flex;
  max-width:10rem;
  background: var(--neutral-0);
  max-height:16rem;
  align-items:center;
  padding-top:0.75rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.75rem;
  justify-content:center;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
  
      

        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .cuVAej {
    display:flex;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-start;
  justify-content:flex-end;
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem;
  border-bottom-right-radius:1.5rem;
  }
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-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(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  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(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  -webkit-tap-highlight-color:transparent;
  }
      

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


  .so-button-secondary\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


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


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


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

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

      
        
      
      
  
      

      
        
      
      
  .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  .so-dialog-title\:root {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:1NDYEKp4UYIgwXh1gZ0L5 {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .nwLit {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  height:2.5rem;
  font-size:var(--text-lg);
  background: var(--brand-10);
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .nwLit:hover {
    background: var(--overlay-a10);
  }
      

        
      
      
  
      

      
        
      
      
  .so-button-wrapper\:root {
    color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  height:fit-content;
  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;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-wrapper\:root:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-button-wrapper\:root:active {
    transition:none;
  background-color:var(--neutral-4, #2B292D);
  }
      


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


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


  .so-button-wrapper\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .dVanwE {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  background:;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:1p4-fF0PG_QAtzEGmQTs3 {
    width:100%;
  background: #ffffff00;
  overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .welcome\:2lyYybWpk9FkxG_no6zqZ {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .welcome\:2mhU2TP9iSSHg4Erpll4e {
    font-weight:var(--bold);
  padding-top:1rem;
  }
      

      
        
      
      
  .bgGITa {
    width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  transition:all 300ms ease 0ms normal;
  background-color:var(--neutral-1, #121113);
  border-right-color:var(--neutral-4, #E8E8EC);
  border-right-style:solid;
  border-right-width:1px;
  }
      

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

          }
          

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

          }
          

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

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

      
        
      
      
  .emrFNN {
    gap:0.25rem;
  }
      

      
        
      
      
  .navigation-menu\:AnfCDhaA7kGBpaZ7Yi1aT {
    flex:1;
  padding-top:0.5rem;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .navigation-menu\:KBqxZvJCPj_5AjnT5zllJ {
    color:var(--neutral-12, #EEEEF0);
  font-weight:var(--semi);
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fePXaX {
    height:var(--header-height);
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .dkIEFu {
    gap:1.5rem;
  overflow-y:auto;
  padding-top:0.5rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.5rem;
  }
      

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

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

        
      
      
  .so-separator\:root {
    background-color:var(--neutral-5, #323035);
  }
      

      
        
      
      
  
      

      
        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bPMOrW {
    display:flex;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dkgdEw {
    gap:0.625rem;
  color:var(--neutral-11, #60646C);
  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-sm);
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
  .dkgdEw:hover {
    background-color:var(--neutral-2, #F9F9FB);
  }
      


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


  .dkgdEw:active {
    transition:none;
  background-color:var(--neutral-4, #E8E8EC);
  }
      

        
      
      
  .welcome\:4AnHZgG7hHOlKGeRgnKOJ {
    display:none;
  z-index:300;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
    opacity:1;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:4Hf0vabek1RFE4aZ-G6Yw {
    color:var(--brand-1);
  font-size:var(--text-lg);
  }
      

      
        
      
      
  .eFGkoU {
    top:0px;
  width:100%;
  display:flex;
  opacity:1;
  row-gap:1rem;
  z-index:102;
  position:sticky;
  translate:0 0 0;
  background: var(--neutral-1);
  box-shadow:0px 0.25rem 0px 0px #00000012;
  column-gap:1rem;
  transition:all 200ms ease 200ms ;
  align-items:center;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .eFGkoU {
    @starting-style {
            opacity:0;
  translate:0 1rem 0;
          }
  }
      

        
      
      
  .fjKuRw {
    width:100%;
  display:flex;
  row-gap:1rem;
  background: var(--brand-4);
  box-shadow:0.25rem 0.25rem 0px 0px #0000000f;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:7Hva_EatkwjTmVskqD-dy {
    color:var(--brand-1);
  }
      

      
        
      
      
  .ejYvb {
    aspect-ratio:1/1;
  }
      

      
        
      
      
  .fxIoEj {
    width:100%;
  background: var(--brand-3);
  box-shadow:0.25rem 0.25rem 0px 0px #0000000f;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:9VWxizM0ERmOCyZpDGrXA {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-dialog-content\:root {
    width:100%;
  opacity:0;
  max-width:460px;
  translate:0 20px;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
  .so-dialog-content\:root.open {
    opacity:1;
  translate:0 0px;
  }
      


  .so-dialog-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-dialog-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .welcome\:9j-QnS0ultrEFs34FImeK {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:9kZh0P0eAQ4ZEPCTxXIJm {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .cXJpxB {
    rotate:0 0 25 0deg;
  display:flex;
  position:absolute;
  background: var(--neutral-1);
  box-shadow:0.25rem 0.25rem 0px 0px #00000020;
  object-fit:contain;
  align-items:center;
  padding-top:0.4rem;
  padding-left:0.4rem;
  padding-right:0.4rem;
  padding-bottom:0.4rem;
  justify-content:center;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
        
      
      
  .bNpSgP {
    width:100%;
  height:100%;
  rotate:0 0 25 25deg;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .xDQki {
    width:8rem;
  height:100%;
  rotate:0 0 25 25deg;
  opacity:1;
  animation:2s ease 0ms 1 normal none running animation-empty;
  object-fit:contain;
  transition:all 200ms ease  ;
  }
      

      
  .xDQki {
    @starting-style {
            opacity:0;
  translate:0 1rem 0;
  transition:all 200ms ease  ;
          }
  }
      

        
      
      
  .welcome\:9wA8qOVJ_iRXznm45vO7u {
    top:-1.5rem;
  right:-1rem;
  scale:0.8 0.8 1;
  }
      

      
        
      
      
  .welcome\:AATGYMq1a_r_QrLX-K-yK {
    color:var(--success-7);
  font-size:var(--text-3xl);
  }
      

      
        
      
      
  .dRnUbV {
    color:var(--neutral-11, #B5B2BC);
  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);
  }
      

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


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

        
      
      
  
      

      
        
      
      
  .welcome\:B-RFXHnR0cTZPN8AcR3Qa {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .ctKXLX {
    width:100%;
  opacity:1;
  row-gap:1.5rem;
  translate:0 0 0;
  column-gap:1.5rem;
  transition:all 200ms ease 400ms ;
  }
      

      
  .ctKXLX {
    @starting-style {
            opacity:0;
  translate:0 1rem 0;
          }
  }
      

        
      
      
  .bA-DKjQ {
    object-fit:cover;
  aspect-ratio:3/2;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .ckheOp {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  height:2.5rem;
  background: var(--brand-10);
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .ckheOp:hover {
    background: var(--overlay-a10);
  }
      

        
      
      
  .jGabP {
    object-fit:cover;
  aspect-ratio:16/9;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:E3PG1gCOWI5Yj394C9uN_ {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .welcome\:Fj_3EMaWGzViy7dFTGFQL {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  .welcome\:FkNx9nQInghLsUznqiPE4 {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .welcome\:GEzCxZLyiKGaHtgOqt2tW {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .eyZTmt {
    flex:1 1 0%;
  height:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-start;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .welcome\:HaB454ctWJ6wX7RS2A9Q8 {
    flex:1  ;
  display:flex;
  }
      

      
        
      
      
  .ceeVsA {
    width:var(--width);
  position:relative;
  align-items:center;
  margin-left:var(--side-menu-width);
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .ceeVsA {
    width:100%;
  margin-left:0px;
  }
      

          }
          
        
      
      
  .cOalT {
    left:0px;
  right:0px;
  height:3rem;
  display:flex;
  position:absolute;
  background: var(--overlay-a12);
  align-items:center;
  padding-left:1rem;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eRsBfQ {
    width:100%;
  background: var(--neutral-0);
  padding-top:0.5rem;
  aspect-ratio:1/1;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  
      

        
      
      
  .OFBtN {
    left:0px;
  right:0px;
  height:3rem;
  display:flex;
  position:absolute;
  background: var(--overlay-a12);
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .welcome\:KZRYtaeAX1NNxieI3mg9N {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .cEMTBf {
    gap:4rem;
  width:100%;
  max-width:800px;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .boktKK {
    display:flex;
  text-align:center;
  align-items:center;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .welcome\:LlB9pIGDOCvGgVw1djaTa {
    color:var(--brand-1);
  }
      

      
        
      
      
  .welcome\:LwrEZxNlmjGjGmv9zrVqy {
    top:-1.5rem;
  right:-1rem;
  scale:0.8 0.8 1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .app-provider\:root {
    left:-0.25rem;
  padding-left:-0.25rem;
  padding-right:-0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    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) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:MsXkXnbtpbgt9mJdXAzi1 {
    position:relative;
  }
      

      
        
      
      
  .welcome\:NaAr7n8VL58Nxmla-7XF5 {
    flex-wrap:wrap;
  font-size:var(--text-sm);
  text-align:left;
  font-family:PT Mono;
  font-weight:var(--bold);
  text-overflow:inherit;
  }
      

      
        
      
      
  .welcome\:NjiRihLzNvrq7hVCwwlU- {
    row-gap:0.75rem;
  column-gap:0.75rem;
  text-align:left;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:NwyYPA_sU5GvJePaSjtva {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:QA7snCVCHE447K8PL37ai {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  .welcome\:QIu7BYNoWCvqzw5ermBa2 {
    scale:1 1 1;
  width:2.25rem;
  opacity:1;
  animation:2s ease 0ms 1 normal none running animation-eOeFHV;
  font-size:var(--text-3xl);
  transition:all 600ms cubic-bezier(0.57, -0.3, 0, 2.07)  ;
  }
      

      
  .welcome\:QIu7BYNoWCvqzw5ermBa2 {
    @starting-style {
            scale:0.5 0.5 1;
  opacity:0;
          }
  }
      

        
                  @keyframes animation-eOeFHV {
                    
                        0% {
                          translate: 0 0;
                        }
                        

                        15% {
                          rotate: -5deg;
                        }
                        

                        30% {
                          rotate: 5deg;
                        }
                        

                        45% {
                          rotate: -3deg;
                        }
                        

                        60% {
                          rotate: 3deg;
                        }
                        

                        100% {
                          rotate: 0deg;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .welcome\:RVrMG_vYUlODdc02IDYAb {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .welcome\:SpBh935e8XU3L7pNIqr63 {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:T11dzTygusJT-pR6QOVov {
    font-weight:var(--bold);
  padding-top:1rem;
  }
      

      
        
      
      
  .welcome\:TDAefbQLQKbrELe1e_vYN {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:Uru943eBRwjzSiCCwf5_1 {
    top:-1.5rem;
  right:-1rem;
  scale:0.8 0.8 1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:Wj_YJFRLQWixZ1PipEbU- {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:X6AukTl-FBimKA2RLiXHo {
    font-size:var(--text-lg);
  text-align:left;
  font-family:Outfit;
  font-weight:var(--bold);
  }
      

      
        
      
      
  .welcome\:XfoFlr9fINEnq8mDyCtDN {
    scale:1 1 1;
  opacity:1;
  font-size:var(--text-xl);
  transition:all 300ms cubic-bezier(0.75, -0.57, 0.07, 2.11) 500ms ;
  font-weight:var(--semi);
  padding-left:0.25rem;
  }
      

      
  .welcome\:XfoFlr9fINEnq8mDyCtDN {
    @starting-style {
            scale:0.5 0.5 1;
  opacity:0;
          }
  }
      

        
      
      
  .welcome\:XxBAO96FiSVGyPOyvVofy {
    color:var(--brand-1);
  font-size:var(--text-lg);
  }
      

      
        
      
      
  .welcome\:YGpCYNVFXbQLBN5o7aQW6 {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  .cVMYBK {
    width:100%;
  background: var(--brand-2);
  box-shadow:0.25rem 0.25rem 0px 0px #0000000f;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  .welcome\:Z4h_S-vRsFke4-MwMp4cl {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dlh-nabo-card\:5vuiySRf0WJYCsPowmmgY {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .dlh-nabo-card\:7bf78k_uWYS2HZxDGJU1g {
    overflow-x:visible;
  overflow-y:visible;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .dlh-nabo-card\:8spwN4Apyt55yu0ac1dgj {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dlh-nabo-card\:AAop0zjvFtyqwO1hjfW8j {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  .fwwGxV {
    gap:0.25rem;
  color:var(--color);
  width:fit-content;
  height:var(--height);
  display:flex;
  font-size:var(--font-size);
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  border-color:var(--color-border);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:var(--padding-horizontal);
  border-radius:var(--rounding-full);
  padding-right:var(--padding-horizontal);
  flex-direction:row;
  justify-content:center;
  background-color:var(--color-bg);
  }
      

      
        
      
      
  .dlh-nabo-card\:AZtgHenw9Kr9L1_hXsnxK {
    top:1rem;
  right:1rem;
  position:absolute;
  font-size:var(--text-sm);
  }
      

      
        
      
      
  .dlh-nabo-card\:Jj9KzZWGfN2WJCSzIgNQf {
    color:var(--brand-1);
  font-size:var(--text-lg);
  }
      

      
        
      
      
  .dlh-nabo-card\:M_vHGW0X8Y2jT6lfH0lKU {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dlh-nabo-card\:xWU2z_ohnYUpYSEp0nuA7 {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dlh-nabo-card\:yO-79bEUD0EByT5JtqD87 {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:_wZc0vjQhyqNPc4FUPS0U {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  .welcome\:_xquVF-abxmYH9ARvDbvq {
    font-size:var(--text-sm);
  font-family:PT Mono;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:cmVMbW1hCpkfmQYCdolbd {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .cclQGo {
    display:flex;
  row-gap:2rem;
  position:relative;
  column-gap:2rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:eQimNSOPuXA3ngZQXRhWg {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  .welcome\:fQEe9JV074p8jnyg4X2L1 {
    color:var(--brand-1);
  font-size:var(--text-lg);
  }
      

      
        
      
      
  .welcome\:fpDS80sGy2qpLU0uNMOFR {
    color:var(--brand-1);
  font-size:var(--text-lg);
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:iPle4wxVf6yR_mb4ExKrh {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .fejhQP {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:jmw9IAINsm5obbGYyMk9W {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:kH6HmIBPshpicXojtmTxr {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  .welcome\:kaNcAPUC2KgbMrF9ygzD6 {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .sUrBr {
    width:100%;
  display:flex;
  row-gap:1rem;
  background: var(--brand-4);
  box-shadow:0.25rem 0.25rem 0px 0px #0000000f;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dDEgqM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

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

        
      
      
  .welcome\:nvJV4BBzGsG-84MTjxf-C {
    z-index:150;
  }
      

      
        
      
      
  .welcome\:o0M-koMIv__4stneWrNli {
    color:var(--success-7);
  font-size:var(--text-4xl);
  }
      

      
        
      
      
  .welcome\:p6JV74xw68d3CUljer6yU {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:p97LStD4Fs4QloZkIlEUc {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:qiRlIAmLHQ3M2dcCMtxa- {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .pRhSK {
    flex:1  ;
  width:100%;
  opacity:1;
  row-gap:0.25rem;
  animation:2s ease 0ms 1 normal none running animation-bCLlVc;
  translate:0 0 0;
  background: var(--neutral-1);
  column-gap:0.25rem;
  transition:all 300ms cubic-bezier(0.72, -0.42, 0.3, 1.31) 200ms ;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1.2rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .welcome\:tV4EqdPB5q_UwX0qMfmNT {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .welcome\:u-wtLBcSYDOjfUjNu2U_y {
    row-gap:0.75rem;
  column-gap:0.75rem;
  text-align:center;
  flex-direction:row;
  }
      

      
        
      
      
  .welcome\:vCje4SnImsperKvTktaIA {
    font-size:var(--text-sm);
  font-family:PT Mono;
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .welcome\:vPHnhshnNgM9obZujq0Sk {
    right:1rem;
  bottom:1rem;
  height:2rem;
  z-index:102;
  position:absolute;
  background: var(--neutral-1);
  }
      

      
        
      
      
  .welcome\:w8bx_J_o356m-dvuD0PRE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:woug-pbkbhUeE6e5llo_P {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .welcome\:wwNljZamIozZ9gQtVvVz_ {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .fevKUF {
    left:0px;
  right:0px;
  height:3rem;
  display:flex;
  position:absolute;
  background: var(--overlay-a12);
  align-items:flex-start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .welcome\:y_xDhga9E8RKR5Lg0qAFE {
    overflow-x:visible;
  overflow-y:visible;
  }
      

      
        
      
      
  .welcome\:yhkG05vW-EMTNdZe3cMHa {
    font-size:var(--text-sm);
  text-align:center;
  font-family:PT Mono;
  font-weight:var(--bold);
  }
      

      
        
      
      
  
      

      
        
      