

@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #191114;
--brand-2: #201318;
--brand-3: #381525;
--brand-4: #4D122F;
--brand-5: #5C1839;
--brand-6: #6D2545;
--brand-7: #873356;
--brand-8: #B0436E;
--brand-9: #E93D82;
--brand-10: #EE518A;
--brand-11: #FF92AD;
--brand-12: #FDD3E8;
--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: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--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-monoton: 'Monoton',display;
--font-xanhmono: 'Xanh Mono',monospace;
--font-rubikdoodletriangles: 'Rubik Doodle Triangles',display;
--font-bigshouldersstencil: 'Big Shoulders Stencil',display;

    /* 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;
    }
  }
}

      
  .CCVLi {
    width:100%;
  min-height:100vh;
  align-items:start;
  justify-content:start;
  background-color:var(--neutral-1, #121113);
  }
      

      
        
      
      
  .cYrRZW {
    display:none;
  }
      

      
          @media (max-width: 1024px) {
            
  .cYrRZW {
    width:100%;
  height:var(--header-height);
  display:flex;
  position:fixed;
  background:#12111300;
  align-items:center;
  margin-left:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  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;
  }
      

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

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

          }
          
        
      
      
  
      

      
        
      
      
  
      

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

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

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .home\:-GBBwddXwv_7uZEY5PM0y {
    z-index:100;
  }
      

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

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

      
        
      
      
  
      

      
        
      
      
  
      

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

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

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

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  .home\:4AnHZgG7hHOlKGeRgnKOJ {
    z-index:300;
  }
      

      
        
      
      
  .ZwSYz {
    width:var(--width);
  align-items:center;
  justify-content:start;
  }
      

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

          }
          
        
                  @keyframes animation-cQAafJ {
                    
                        0% {
                          rotate: 0 0 1 -10deg;
                        }
                        

                        0% {
                          scale: 0.01 0.01 1;
                        }
                        

                        100% {
                          rotate: 0 0 1 0deg;
                        }
                        

                        100% {
                          scale: 1 1 1;
                        }
                        
                  }
                  
      
      
  .dkFCtn {
    gap:4rem;
  width:100%;
  height:2600px;
  display:flex;
  animation:;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .erlHbq {
    width:100%;
  display:flex;
  row-gap:48px;
  animation:2s ease 0ms 1 normal none running animation-empty;
  column-gap:48px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .erlHbq {
    row-gap:96px;
  column-gap:96px;
  }
      

          }
          
        
                  @keyframes animation-empty {
                    
                  }
                  
      
      
  .gpuoF {
    gap:3rem;
  }
      

      
        
      
      
  .section-water\:root {
    width:100%;
  height:clamp(40rem, 75vw, 71.75rem);
  display:flex;
  min-width:220px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
      
      
  
      

      
        
      
      
  .section-water\:0UdxCwnGg0-axd_WLNbbH {
    display:flex;
  position:absolute;
  margin-top:clamp(4.8rem, 25vw, 11.6rem);
  padding-left:0%;
  padding-right:0%;
  padding-bottom:26vh;
  }
      

      
          @media (min-width: 768px) {
            
  .section-water\:0UdxCwnGg0-axd_WLNbbH {
    padding-bottom:20vh;
  }
      

          }
          
        
      
      
  .erDUVo {
    color:#e6e6e6;
  width:var(--text-width);
  display:grid;
  font-size:var(--font-size);
  box-sizing:border-box;
  overflow-x:hidden;
  line-height:1.1;
  grid-template-columns:repeat(var(--slices), var(--slice-width));
  font-family:Big Shoulders Stencil;
  }
      

      
        
      
      
  .fnfJGp {
    display:flex;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .fGQKks {
    left:var(--offsetSpan);
  width:max-content;
  display:flex;
  position:relative;
  animation:;
  translate:var(--scrollsimulator) 0 0;
  text-shadow:0 0 10px rgba(255 255 255 / 80%);
  text-transform:uppercase;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .section-water\:JZ6tVwVEpnvCjSWcNdIw9 {
    display:flex;
  position:absolute;
  margin-top:clamp(9.6rem, 50vw, 23.2rem);
  padding-left:0%;
  padding-right:0%;
  padding-bottom:22vh;
  }
      

      
          @media (min-width: 768px) {
            
  .section-water\:JZ6tVwVEpnvCjSWcNdIw9 {
    padding-bottom:15vh;
  }
      

          }
          
        
      
      
  .section-water\:gAauZQFc-qYA62G28tJGa {
    display:flex;
  position:absolute;
  padding-left:0%;
  padding-right:0%;
  padding-bottom:30vh;
  }
      

      
          @media (min-width: 768px) {
            
  .section-water\:gAauZQFc-qYA62G28tJGa {
    padding-bottom:25vh;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .mhJRf {
    top:0px;
  left:0px;
  width:100%;
  height:100vh;
  position:sticky;
  object-fit:cover;
  }
      

      
  .mhJRf.isLoading {
    filter:grayscale(100%)brightness(4);
  }
      


  .mhJRf.isLoaded {
    animation:3s cubic-bezier(0.15, 0.01, 0.13, 1.02) 0ms 1 normal none running animation-NYDJu;
  }
      

        
                  @keyframes animation-NYDJu {
                    
                        0% {
                          filter: grayscale(100%)brightness(4);
                        }
                        

                        100% {
                          filter: grayscale(0%)brightness(1);
                        }
                        
                  }
                  
      
      
  .flMRoi {
    top:0px;
  left:0px;
  width:100%;
  height:200vh;
  position:relative;
  }
      

      
          @media (max-width: 768px) {
            
  .flMRoi {
    height:182vh;
  }
      

          }
          

  .flMRoi.isLoading {
    scale:0.01 0.01 1;
  rotate:0 0 1 -10deg;
  }
      


          @media (min-width: 768px) {
            
  .flMRoi.isLoading {
    top:-20%;
  }
      

          }
          

  .flMRoi.isLoaded {
    animation:3s linear(0 0%, 0.0052 0.969%, 0.0185 1.938%, 0.0745 4.2636%, 0.5001 16.1822%, 0.6121 19.9612%, 0.7059 23.8372%, 0.7863 28.1008%, 0.8512 32.7519%, 0.8773 35.1744%, 0.9007 37.7907%, 0.9212 40.6008%, 0.9381 43.5078%, 0.9503 46.124%, 0.9611 49.031%, 0.9702 52.1318%, 0.9779 55.6202%, 0.984 59.3023%, 0.9888 63.3721%, 0.9926 68.0233%, 0.9954 73.4496%, 0.9983 84.3023%, 0.9996 100%) 0ms 1 normal none running animation-eEdccF;
  }
      

        
                  @keyframes animation-eEdccF {
                    
                        0% {
                          rotate: 0 0 1 -10deg;
                        }
                        

                        0% {
                          top: -20%;
                        }
                        

                        0% {
                          scale: 0.01 0.01 1;
                        }
                        

                        100% {
                          rotate: 0 0 1 0deg;
                        }
                        

                        100% {
                          top: 0%;
                        }
                        

                        100% {
                          scale: 1 1 1;
                        }
                        
                  }
                  
      
      
  .cRuQRk {
    color:white;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  margin-left:4px;
  }
      

      
        
      
      
  .XNodx {
    flex:1;
  display:flex;
  row-gap:24px;
  flex-wrap:wrap;
  max-width:1024px;
  column-gap:24px;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 960px) {
            
  .XNodx {
    row-gap:40px;
  column-gap:40px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .btWwjQ {
    width:100vw;
  height:100vh;
  display:flex;
  z-index:999;
  position:fixed;
  align-items:flex-start;
  font-family:Outfit;
  pointer-events:none;
  justify-content:center;
  }
      

      
        
      
      
  .cSagqC {
    width:100%;
  height:10%;
  display:flex;
  row-gap:1rem;
  z-index:1000;
  animation:4s cubic-bezier(0.8, 0.01, 0.15, 0.99) 500ms 1 normal forwards running animation-dXWBXT;
  background:var(--neutral-1);
  column-gap:1rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .cSagqC.isLoading {
    width:0%;
  animation-play-state:running;
  }
      


  .cSagqC.isLoaded {
    opacity:0;
  }
      

        
                  @keyframes animation-dXWBXT {
                    
                        0% {
                          width: 0%;
                        }
                        

                        27% {
                          width: 240px;
                        }
                        

                        66% {
                          width: 96%;
                        }
                        

                        80% {
                          width: 99%;
                        }
                        

                        100% {
                          width: 100%;
                        }
                        
                  }
                  
      
      
  .dcUczw {
    color:var(--brand-12);
  font-size:var(--text-2xl);
  margin-right:2rem;
  }
      

      
        
      
      
  .dpRrvQ {
    top:0px;
  width:100%;
  position:fixed;
  background:var(--brand-7);
  }
      

      
  .dpRrvQ.isLoading {
    height:50%;
  }
      


  .dpRrvQ.isLoaded {
    animation:1.8s linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100%) 0ms 1 normal forwards running animation-kxmjB;
  animation-play-state:running;
  }
      

        
                  @keyframes animation-kxmjB {
                    
                        0% {
                          top: 0px;
                        }
                        

                        100% {
                          top: -50%;
                        }
                        
                  }
                  
      
      
  .eHKrfx {
    color:var(--brand-12);
  font-size:var(--text-2xl);
  margin-left:1.5rem;
  }
      

      
        
      
      
  .bzTXHh {
    width:100%;
  bottom:0px;
  position:fixed;
  background:var(--brand-7);
  }
      

      
  .bzTXHh.isLoading {
    height:50%;
  }
      


  .bzTXHh.isLoaded {
    animation:1.8s linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100%) 0ms 1 normal forwards running animation-eEkvDB;
  animation-play-state:running;
  }
      

        
                  @keyframes animation-eEkvDB {
                    
                        0% {
                          bottom: 0px;
                        }
                        

                        100% {
                          bottom: -50%;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  
      

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

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

          }
          
        
      
      
  .section-filling\:nNemogsFkQ7eIBuGppYgZ {
    height:500px;
  }
      

      
        
      
      
  
      

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

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

      
        
      