
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--dark-green: #112D25;
--light-green: #C4EAB9;
--dark-blue: #0A3957;
--light-blue: #9DFAFF;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-literata: 'Literata',serif;
--font-epilogue: 'Epilogue',sans-serif;
--font-firacode: 'Fira Code',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .smGgF {
    width:100%;
  background: var(--grey-900);
  overflow-x:hidden;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .exKhHZ {
    top:0px;
  left:0px;
  width:100%;
  height:800px;
  opacity:0.8;
  position:absolute;
  animation:2s ease 0ms 1 normal none running animation-dKmeQg;
  object-fit:cover;
  mix-blend-mode:color-dodge;
  }
      

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

                        100% {
                          opacity: 0.8;
                        }
                        
                  }
                  
      
      
  .ehOjdf {
    color:var(--light-blue);
  font-size:24px;
  font-family:Literata;
  font-weight:var(--font-weight-light);
  line-height:32px;
  }
      

      
        
      
      
  .eoUQE {
    top:0px;
  left:0px;
  z-index:1;
  position:fixed;
  flex-direction:row;
  }
      

      
        
      
      
  .bzyMtA {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  font-size:24px;
  transition:height 300ms ease  ;
  align-items:flex-start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  border-bottom:1px solid var(--grey-800);
  outline-style:none;
  justify-content:center;
  }
      

      
        
      
      
  .cyrulx {
    box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  flex-direction:row;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .cMEZvI {
    left:-100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:0HwRvRWxsIvkIaheopgLk {
    height:0px;
  }
      

      
        
      
      
  .vkiqP {
    color:white;
  width:fit-content;
  font-size:24px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  outline-style:none;
  justify-content:center;
  }
      

      
  .vkiqP:hover {
    color:var(--light-blue);
  }
      


  .vkiqP:focus-visible {
    color:var(--light-blue);
  text-decoration:underline;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:21G3R-AS_BmDuaRDXb-po {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .bXucoy {
    gap:8px;
  color:var(--light-green);
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .veALn {
    font:var(--font-weight-regular) 16px Inter Tight;
  color:black;
  width:fit-content;
  height:40px;
  display:flex;
  background: var(--light-blue);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  justify-content:center;
  }
      

      
  .veALn.flat {
    color:white;
  background: none;
  box-shadow:0px 0px 0px 0px #00000000;
  }
      


  .veALn:hover {
    color:black;
  background: white;
  }
      


  .veALn:focus-visible {
    outline:2px solid var(--light-blue);
  outline-offset:2px;
  }
      


  .veALn:active {
    color:white;
  background: black;
  }
      


  .veALn.flat:hover {
    color:var(--grey-50);
  background: #17171780;
  box-shadow:0px 0px 0px 0px #00000000;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x {
    gap:6px;
  color:white;
  height:42px;
  background: var(--grey-800);
  box-shadow:0px 0px 0px 0px #00000000;
  flex-direction:row;
  border-top-left-radius:6px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x:hover {
    color:white;
  background: var(--grey-700);
  }
      

        
      
      
  .eEXyQe {
    gap:24px;
  width:100%;
  display:none;
  flex-wrap:wrap;
  background:linear-gradient(to bottom right, #000000 0%, #121212 50%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-bottom:1px solid var(--grey-800);
  padding-right:32px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .eEXyQe {
    gap:24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dNeyLK {
    display:none;
  }
      

      
          @media (min-width: 960px) {
            
  .dNeyLK {
    display:flex;
  font-weight:var(--font-weight-regular);
  }
      

          }
          
        
      
      
  .ecLIro {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background:var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:end;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .ecLIro:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background:var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .ecLIro:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-80pu2M {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .YFlxy {
    color:white;
  font-size:16px;
  font-family:Inter Tight;
  }
      

      
        
      
      
  .cmvWBz {
    width:100vw;
  height:100vh;
  background: #00000080;
  }
      

      
        
      
      
  .ffHKrQ {
    rotate:0 0 1 0deg;
  font-size:inherit;
  background:;
  transition:rotate 300ms ease  ;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .ffHKrQ.open {
    rotate:0 0 1 180deg;
  background:;
  transition:rotate 300ms ease  ;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:9m4gwH89SeTKq68jWUfs7 {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:B8CePX6C-j-G5Y-0DqOKf {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .cjwWnJ {
    gap:24px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cvDHzo {
    gap:12px;
  color:white;
  width:42px;
  height:42px;
  display:flex;
  background: var(--grey-800);
  box-shadow:0px 0px 0px 0px #00000000;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:0px;
  border-top-right-radius:6px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:6px;
  }
      

      
  .cvDHzo:hover {
    background: var(--grey-700);
  }
      


  .cvDHzo.menuShown {
    color:white;
  background: var(--grey-900);
  }
      


  .cvDHzo.menuShown:hover {
    color:white;
  background: var(--grey-800);
  }
      

        
                  @keyframes anim-i_WzTz {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .ftGkMh {
    width:100%;
  padding-top:24px;
  padding-left:24px;
  border-bottom:1px solid var(--grey-800);
  padding-right:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .cHgOtZ {
    gap:8px;
  color:var(--light-blue);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bKAXdH {
    right:0px;
  width:100vw;
  height:100%;
  display:flex;
  z-index:2;
  position:fixed;
  background: var(--grey-900);
  box-shadow:-16px 0px 16px 0px #00000040;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:margin-right 300ms ease  ;
  align-items:start;
  border-left:1px solid var(--grey-800);
  margin-right:-960px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .bKAXdH {
    width:640px;
  transition:margin-right 300ms ease  ;
  }
      

          }
          

  .bKAXdH.shown {
    transition:margin-right 300ms ease  ;
  margin-right:0px;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:GINDx_MYdJ-2Q4sIesdHc {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .bvQngz {
    color:var(--grey-400);
  font-size:16px;
  font-family:Inter Tight;
  }
      

      
        
      
      
  .dHkknH {
    gap:16px;
  color:white;
  right:0px;
  width:100vw;
  bottom:0px;
  display:flex;
  position:relative;
  flex-wrap:wrap;
  background: var(--grey-900);
  border-top:1px solid var(--grey-800);
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:96px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .dHkknH {
    width:640px;
  display:flex;
  flex-direction:row;
  padding-bottom:24px;
  }
      

          }
          
        
      
      
  .cvtFYg {
    gap:16px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .cvtFYg {
    gap:24px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:KkUTQ5-gfR8NHa1Lzjpaz {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .ekgtXy {
    gap:12px;
  font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  width:fit-content;
  height:40px;
  display:flex;
  background: var(--grey-900);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .ekgtXy:hover {
    color:white;
  background: var(--grey-800);
  }
      


  .ekgtXy.menuShown {
    color:white;
  background: var(--grey-900);
  }
      


  .ekgtXy.menuShown:hover {
    color:white;
  background: var(--grey-800);
  }
      


  .ekgtXy:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:PuMpmyedaLTc4PepOn6Fk {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:TmReoqhEsamjsHbz6tvdx {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY {
    box-shadow:0px 0px 0px 0px #00000000;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  
      

        
      
      
  .binUUT {
    box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  flex-direction:row;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
          @media (max-width: 960px) {
            
  .binUUT {
    display:none;
  }
      

          }
          
        
      
      
  .eHgVbu {
    width:100vw;
  flex-grow:1;
  flex-basis:0px;
  overflow-y:scroll;
  flex-shrink:1;
  padding-bottom:96px;
  scrollbar-width:none;
  }
      
.eHgVbu::-webkit-scrollbar {
  width: 0;
}


      
          @media (min-width: 960px) {
            
  .eHgVbu {
    width:100%;
  }
      

          }
          
        
      
      
  .dAXYYg {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  height:184px;
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background: var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:start;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .dAXYYg:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background: var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .dAXYYg:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-DbYP43 {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .bJDaas {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  height:184px;
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background:var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:start;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .bJDaas:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background:var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .bJDaas:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-aKvfps {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .nordcraft_shared\/nordcraft-website-menu\:_zQP5e9-6w7Bbc7Dhf3P0 {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .dHVoYc {
    width:100%;
  cursor:default;
  display:flex;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  }
      

      
  .dHVoYc:hover {
    color:var(--light-blue);
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:bhRLDltIHUI33DKHYZZ4M {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:cUFvsQQg_TprgSFrT5j31 {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bRvbHv {
    gap:0.5em;
  color:var(--flutterby-color, inherit);
  width:fit-content;
  font-size:inherit;
  align-items:center;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bRvbHv:hover {
    text-decoration-line: underline;
  text-decoration-thickness:1px;
  }
      

        
      
      
  .cjBNuy {
    :;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb {
    width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:hover {
    background: var(--grey-800);
  }
      

        
      
      
  .eGdcot {
    gap:8px;
  color:var(--purple-400);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eupsNG {
    color:var(--grey-200, #E5E5E5);
  width:48px;
  cursor:pointer;
  height:48px;
  outline:none;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
  .eupsNG:hover {
    color:var(--grey-200, #E5E5E5);
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-800, #262626);
  }
      


  .eupsNG:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:l-CuUFUFfTPDAxsa1ha9N {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .fwgxtk {
    gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .cfghjj {
    gap:16px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .cfghjj {
    gap:24px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:oolpv0XA1HGIAycAkQH7U {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:qZXZTaFN8aXMz65LKKqlk {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .byphfa {
    gap:8px;
  color:var(--light-green);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:rwy2pEABJ1sJWadhsvWST {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .exrBeC {
    color:white;
  width:100vw;
  display:flex;
  font-size:16px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  padding-left:16px;
  border-bottom:1px solid var(--grey-800);
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .exrBeC {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .elJxYd {
    gap:12px;
  top:0px;
  right:0px;
  display:flex;
  z-index:1;
  position:fixed;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:end;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:zP-7V9wowb6ejPMcBaBVc {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fhIXXw {
    flex:1;
  border:1px solid var(--grey-800);
  cursor:pointer;
  flex-grow:1;
  min-width:240px;
  background:linear-gradient(#212121 0%, var(--grey-800) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  flex-basis:0px;
  flex-shrink:1;
  padding-top:12px;
  padding-left:12px;
  border-radius:26px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:var(--grey-900, #171717);
  }
      

      
  .fhIXXw.has-graphics {
    gap:12px;
  }
      


  .fhIXXw:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-800, #262626);
  }
      


  .fhIXXw:hover {
    background: var(--grey-800);
  outline-offset:2px;
  background-color:var(--grey-700, #404040);
  }
      


  .fhIXXw:active {
    outline-color:var(--grey-600, #525252);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-600, #525252);
  }
      

        
      
      
  .dkcgjo {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:24px;
  }
      

      
        
      
      
  .eRMqYa {
    color:var(--grey-200, #E5E5E5);
  font-size:24px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-normal);
  line-height:32px;
  }
      

      
        
      
      
  .fnLHyf {
    gap:8px;
  width:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .built-with-nordcraft\:HauWuijf7k_EhZKf3JACX {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  background: var(--grey-800);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .built-with-nordcraft\:HauWuijf7k_EhZKf3JACX {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          

  .built-with-nordcraft\:HauWuijf7k_EhZKf3JACX:hover {
    background: var(--grey-700);
  }
      

        
      
      
  .dVzqEU {
    gap:16px;
  right:8px;
  bottom:8px;
  cursor:default;
  z-index:100;
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  padding-top:4px;
  user-select:none;
  padding-left:4px;
  padding-right:4px;
  flex-direction:column;
  padding-bottom:4px;
  justify-content:end;
  }
      

      
        
      
      
  .JWrKO {
    gap:8px;
  color:var(--grey-900, #171717);
  width:fit-content;
  cursor:pointer;
  font-size:16px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:16px;
  border-radius:14px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--light-blue);
  }
      

      
  .JWrKO:hover {
    background-color: white;
  }
      


  .JWrKO:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      

        
      
      
  .bEbMdo {
    gap:12px;
  width:340px;
  height:72px;
  opacity:1;
  overflow-x:hidden;
  text-align:left;
  transition:height 300ms ease 0ms normal, width 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:14px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--grey-900, #171717);
  }
      

      
  .bEbMdo:hover {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:var(--grey-700, #404040);
  }
      


  .bEbMdo.minimized {
    width:160px;
  height:48px;
  transition:height 300ms ease 0ms normal, width 300ms ease 0ms normal;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      


  .bEbMdo {
    @starting-style {
            opacity:0;
  transition:opacity 300ms ease 0ms normal;
          }
  }
      


          @media (max-width: 600px) {
            
  .bEbMdo.minimized {
    width:48px;
  }
      

          }
          
        
      
      
  .ekJEuk {
    width:32px;
  height:32px;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
        
      
      
  .eyOPCK {
    gap:8px;
  color:var(--grey-400, #A3A3A3);
  opacity:1;
  font-size:13px;
  transition:opacity 400ms ease 0ms normal;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
  .eyOPCK.minimized {
    color:var(--grey-200, #E5E5E5);
  opacity:1;
  transition:opacity 400ms ease 0ms normal;
  align-items:start;
  justify-content:center;
  }
      


          @media (max-width: 600px) {
            
  .eyOPCK.minimized {
    display:none;
  }
      

          }
          

  .eyOPCK {
    @starting-style {
            opacity:0;
          }
  }
      

        
      
      
  .dYAOtc {
    color:var(--grey-200, #E5E5E5);
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .cuEzUu {
    gap:12px;
  opacity:1;
  transition:opacity 300ms ease 0ms normal;
  align-items:end;
  justify-content:start;
  }
      

      
  .cuEzUu {
    @starting-style {
            opacity:0;
  transition:opacity 300ms ease 0ms normal;
          }
  }
      

        
      
      
  .ckZtrU {
    gap:4px;
  left:0px;
  color:var(--grey-400);
  width:320px;
  opacity:1;
  position:relative;
  font-size:13px;
  transition:opacity 300ms ease 0ms normal;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  }
      

      
  .ckZtrU {
    @starting-style {
            left:68px;
  opacity:0;
  position:absolute;
  transition:opacity 300ms ease 0ms normal;
          }
  }
      


  .ckZtrU.minimized {
    left:68px;
  opacity:0;
  position:absolute;
  }
      


          @media (max-width: 600px) {
            
  .ckZtrU.minimized {
    display:none;
  }
      

          }
          
        
      
      
  .fifisA {
    gap:8px;
  color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-size:16px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:16px;
  border-radius:14px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .fifisA:hover {
    color:black;
  background-color:white;
  }
      


  .fifisA:focus-visible {
    outline-color:var(--grey-600, #525252);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-600, #525252);
  }
      

        
      
      
  .bHSeVH {
    gap:16px;
  width:48px;
  height:56px;
  transition:width 300ms ease 0ms normal, height 300ms ease 0ms normal;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  background-color:white;
  }
      

      
  .bHSeVH.minimized {
    width:32px;
  height:32px;
  transition:height 300ms ease 0ms normal, width 300ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .fnJYlm {
    gap:96px;
  flex:1;
  width:100%;
  height:100%;
  max-width:1440px;
  padding-top:128px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:128px;
  }
      

      
          @media (min-width: 640px) {
            
  .fnJYlm {
    padding-top:256px;
  padding-bottom:256px;
  }
      

          }
          
        
      
      
  .eayyoa {
    gap:24px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 640px) {
            
  .eayyoa {
    gap:40px;
  }
      

          }
          
        
      
      
  .dtywVu {
    width:100%;
  opacity:0;
  animation:2s ease var(--delay) 1 normal forwards running animation-diMMIZ;
  transition:scale 300ms ease  ;
  }
      

      
  .dtywVu:hover {
    scale:1.05 1.05 1;
  }
      


          @media (min-width: 960px) {
            
  .dtywVu {
    flex:1  ;
  min-width:320px;
  }
      

          }
          

          @media (min-width: 1440px) {
            
  .dtywVu {
    max-width:324px;
  }
      

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

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .cShpmw {
    gap:12px;
  top:0px;
  left:0px;
  height:72px;
  display:flex;
  z-index:1;
  position:fixed;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .edKJPx {
    color:white;
  cursor:pointer;
  outline: none ;
  flex-direction:row;
  }
      

      
  
      


  .edKJPx:focus-visible {
    color:var(--light-blue);
  transform:scale(1.1, 1.);
  }
      


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

          }
          
        
      
      
  .cPVoVQ {
    gap:8px;
  font:var(--font-weight-semi-bold) 13px Fira Code;
  color:var(--light-blue);
  width:fit-content;
  border:1px solid var(--grey-600);
  cursor:pointer;
  height:32px;
  display:none;
  outline: none ;
  background: rgba(23, 23, 23, 0.8);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .cPVoVQ {
    gap:8px;
  font:var(--font-weight-semi-bold) 13px Fira Code;
  color:var(--light-blue);
  width:fit-content;
  border:1px solid var(--grey-600);
  cursor:pointer;
  height:32px;
  display:flex;
  outline:none ;
  background:rgba(23, 23, 23, 0.8);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

          }
          

  .cPVoVQ:hover {
    color:black;
  background: var(--grey-100);
  }
      


  .cPVoVQ:focus-visible {
    border:1px solid var(--light-blue);
  }
      


  .cPVoVQ:active {
    background: var(--grey-50);
  }
      

        
      
      
  .eJUQWG {
    color:white;
  cursor:pointer;
  display:none;
  outline: none ;
  flex-direction:row;
  }
      

      
          @media (min-width: 960px) {
            
  .eJUQWG {
    display:flex;
  }
      

          }
          

  
      


  .eJUQWG:focus-visible {
    color:var(--light-blue);
  transform:scale(1.1, 1.);
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-header-logo\:iEBQyF0SI_j7Om5bgKkoj {
    transform:scale(1, 1);
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYngxQ {
    width:100vw;
  display:flex;
  flex-grow:1;
  background: black;
  flex-basis:0px;
  align-items:center;
  flex-shrink:1;
  justify-content:start;
  }
      

      
        
      
      
  .eyeTRy {
    color:var(--grey-400);
  text-align:center;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .cKSjns {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:24px;
  }
      

      
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
      
      
  .euDGUH {
    gap:8px;
  flex-grow:1;
  flex-basis:0px;
  flex-shrink:1;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .dOCfDk {
    gap:24px;
  width:100%;
  flex-wrap:wrap;
  max-width:1600px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  }
      

      
          @media (min-width: 960px) {
            
  .dOCfDk {
    gap:32px;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .uVxjo {
    flex:1;
  cursor:pointer;
  min-width:240px;
  box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding-top:12px;
  padding-left:12px;
  border-radius:26px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:var(--grey-900, #171717);
  }
      

      
  .uVxjo.has-graphics {
    gap:12px;
  }
      


  .uVxjo:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-800, #262626);
  }
      


  .uVxjo:hover {
    background: var(--grey-800);
  background-color:var(--grey-700, #404040);
  }
      


  .uVxjo:active {
    background-color:var(--grey-600, #525252);
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dNgjOn {
    color:var(--light-blue);
  font-size:20px;
  text-align:center;
  font-family:Literata;
  font-weight:var(--font-weight-normal);
  line-height:28px;
  }
      

      
          @media (min-width: 960px) {
            
  .dNgjOn {
    font-size:24px;
  line-height:32px;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dVQVAh {
    gap:8px;
  flex-grow:1;
  flex-basis:0px;
  flex-shrink:1;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
          @media (min-width: 960px) {
            
  .dVQVAh {
    flex-grow:0;
  flex-basis:0px;
  flex-shrink:0;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-footer\:FsWkFSv1k-wUlBzwu8ccE {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-footer\:G4WEvbSU0d-AZQkspfQic {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bQCxkY {
    width:96px;
  height:160px;
  flex-grow:1;
  flex-basis:0px;
  align-items:center;
  flex-shrink:1;
  border-radius:14px;
  justify-content:center;
  background-color:#000;
  }
      

      
          @media (min-width: 960px) {
            
  .bQCxkY {
    width:100%;
  }
      

          }
          
        
      
      
  .KDTdX {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:56px;
  padding-bottom:56px;
  justify-content:start;
  border-top-color:var(--grey-800);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .frdBzL {
    width:96px;
  height:160px;
  flex-grow:1;
  flex-basis:0px;
  object-fit:cover;
  flex-shrink:1;
  border-radius:14px;
  }
      

      
          @media (min-width: 960px) {
            
  .frdBzL {
    width:100%;
  height:256px;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-footer\:RJYLLX-5z3l2tMyJxpUpa {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-footer\:RhYkC_NIGpcAWJkTFvi-U {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .elVwuY {
    gap:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .elVwuY {
    gap:24px;
  }
      

          }
          
        
      
      
  .cXiqQH {
    color:var(--grey-800);
  width:100%;
  height:80px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/nordcraft:arrow-tree-4x.png/public") scroll padding-box border-box repeat no-repeat center center / 85px 80px;
  }
      

      
        
      
      
  .bjOIMv {
    gap:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .bjOIMv {
    gap:24px;
  display:flex;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ezUoXR {
    gap:48px;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:56px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:56px;
  justify-content:start;
  border-top-color:var(--grey-800);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/nordcraft-footer\:mueSsN0EldUSKp8HUeL4N {
    color:var(--grey-200, #E5E5E5);
  width:48px;
  cursor:pointer;
  height:48px;
  outline:none;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
        
      
      
  .lcayW {
    color:white;
  display:flex;
  font-size:20px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  justify-content:start;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-footer\:tw5Eb2xJ-Wb8ylG0EuWIH {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .TNsxw {
    width:100%;
  row-gap:32px;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  flex-wrap:wrap;
  column-gap:32px;
  flex-direction:row;
  }
      

      
        
      
      
  .ftAHmE {
    height:160px;
  flex-grow:1;
  flex-basis:0px;
  object-fit:cover;
  flex-shrink:1;
  aspect-ratio:1 / 1;
  border-radius:14px;
  }
      

      
          @media (min-width: 960px) {
            
  .ftAHmE {
    width:100%;
  height:400px;
  }
      

          }
          
        
      
      
  .rWhbK {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:18px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:24px;
  }
      

      
        
      
      
  .eFTXgc {
    right:8px;
  bottom:8px;
  z-index:10;
  position:fixed;
  }
      

      
        
      
      
  .dnaXdJ {
    color:var(--light-blue);
  font-size:24px;
  text-align:center;
  font-family:Literata;
  font-weight:var(--font-weight-regular);
  }
      

      
          @media (min-width: 640px) {
            
  .dnaXdJ {
    font-size:32px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bBoBni {
    color:var(--grey-50, #FAFAFA);
  display:inline-block;
  font-size:40px;
  text-align:left;
  font-weight:var(--font-weight-normal);
  line-height:48px;
  letter-spacing:-1.5px;
  }
      

      
          @media (min-width: 640px) {
            
  .bBoBni {
    font-size:64px;
  line-height:80px;
  letter-spacing:-2px;
  }
      

          }
          

  .bBoBni.centered {
    text-align:center;
  }
      

        
      
      
  .built-with-nordcraft\:qC9PtSEYCaWot_Yr583V9 {
    display:flex;
  animation:2s ease 0ms 1 normal none running animation-empty;
  max-width:960px;
  flex-direction:column;
  }
      

      
        
                  @keyframes animation-empty {
                    
                  }
                  
      
      
  .scAbE {
    display:none;
  }
      

      
          @media (min-width: 1280px) {
            
  .scAbE {
    top:;
  left:;
  right:;
  width:fit-content;
  display:flex;
  row-gap:16px;
  z-index:1;
  position:fixed;
  column-gap:16px;
  align-items:center;
  margin-left:auto;
  padding-top:16px;
  margin-right:auto;
  padding-left:16px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .VVdZT {
    row-gap:4px;
  animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal none running animation-cJDXep;
  background: #171717cc;
  box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
  column-gap:4px;
  transition:all 300ms ease  ;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  border-bottom-left-radius:26px;
  border-bottom-right-radius:26px;
  }
      

      
  .VVdZT.product {
    width:752px;
  height:260px;
  }
      


  .VVdZT.learn {
    width:640px;
  height:260px;
  }
      


  .VVdZT.community {
    width:720px;
  height:320px;
  }
      

        
                  @keyframes animation-bdHHCp {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        30% {
                          scale: 1.025 1.025;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  

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

                        50% {
                          top: -8px;
                        }
                        

                        100% {
                          top: 0px;
                        }
                        
                  }
                  

                  @keyframes animation-diizqv {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        
                  }
                  
      
      
  .bsqVQG {
    font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  width:fit-content;
  height:40px;
  display:flex;
  row-gap:8px;
  background:;
  column-gap:8px;
  align-items:center;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bsqVQG:hover {
    background: #00000080;
  }
      


  .bsqVQG:focus-visible {
    outline:2px solid var(--light-blue);
  outline-offset:2px;
  }
      

        
      
      
  
      

      
        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
      
      
  .coZYoV {
    row-gap:12px;
  background:;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .WYjyb {
    width:40px;
  height:40px;
  display:flex;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .cRsrTG {
    flex:1  ;
  font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  cursor:pointer;
  display:flex;
  row-gap:12px;
  animation:;
  column-gap:12px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
  .cRsrTG:hover {
    background: #262626cc;
  }
      


  .cRsrTG:focus-visible {
    animation:2s ease 0ms 1 normal none running animation-empty;
  outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .cRsrTG.animate-in {
    animation:300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal both running animation-DYGLl;
  }
      

        
                  @keyframes animation-DYGLl {
                    
                        0% {
                          margin-top: -6px;
                        }
                        

                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          margin-top: 0px;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

      
      
  
      

      
        
      
      
  .flXXlh {
    color:white;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .a-DweV {
    color:var(--grey-400);
  display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fcAjzk {
    flex:2  ;
  row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDCkZg {
    flex:1  ;
  display:flex;
  background: black;
  transition:all 300ms ease  ;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:center;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
      
      
  .cZqFZk {
    color:white;
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:22px;
  }
      

      
        
      
      
  .cBjFub {
    color:var(--grey-400);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .chRPcF {
    width:100%;
  display:flex;
  row-gap:12px;
  animation:3s ease 0ms 1 normal none running animation-diMMIZ;
  column-gap:12px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .XFfsC {
    left:0px;
  width:100%;
  bottom:0px;
  height:20vh;
  display:flex;
  row-gap:10%;
  position:absolute;
  animation:;
  column-gap:10%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .rhQuE {
    width:140%;
  height:100%;
  display:flex;
  animation:;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:center bottom;
  }
      

      
        
      
      
  .epIQLS {
    width:10%;
  height:60%;
  display:flex;
  animation:3s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate forwards running animation-btJssa;
  align-items:center;
  justify-content:flex-end;
  transform-origin:center bottom;
  }
      

      
        
                  @keyframes animation-btJssa {
                    
                        0% {
                          translate: var(--startend) var(--middle) 0;
                        }
                        

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

                        50% {
                          rotate: 0 0 1 var(--rotation);
                        }
                        

                        50% {
                          translate: var(--middle) var(--startend) 0;
                        }
                        

                        100% {
                          translate: var(--startend) var(--middle) 0;
                        }
                        

                        100% {
                          rotate: 0deg;
                        }
                        
                  }
                  
      
      
  .fPTrp {
    scale:1 var(--scaleY) 1;
  width:100%;
  filter:blur(25px);
  height:100%;
  rotate:0 0 1 25deg;
  display:flex;
  animation:;
  translate:var(--offsetX) var(--offsetY) 0;
  background:linear-gradient(to bottom, var(--grey-900) 0%, var(--blue) 50%, var(--green) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  justify-content:flex-end;
  transform-origin:center center;
  }
      

      
        
      
      
  .nordcraft_shared\/menu-extra-info\:PTGeFYXrGdWlZJdtEF_JU {
    top:0px;
  left:0px;
  height:100%;
  position:absolute;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bjZpmb {
    row-gap:12px;
  animation:;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/menu-product\:CeO9b-r2i8CQKjBQty4hU {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
      
      
  .eUGGrp {
    color:white;
  width:40px;
  height:40px;
  display:flex;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .ehwftb {
    color:var(--light-blue);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .kNzhH {
    flex:2  ;
  width:fit-content;
  row-gap:4px;
  animation:2s ease 0ms 1 normal none running animation-empty;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/did-you-know\:dyEsEpsT1uPL_J8fM21X3 {
    top:0px;
  left:0px;
  height:100%;
  position:absolute;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
      
      
  .dRjxgF {
    width:48px;
  height:48px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .epKFiN {
    color:var(--grey-400);
  font-size:13px;
  font-family:Inter Tight;
  font-weight:inherit;
  }
      

      
        
      
      
  .boHnkh {
    color:white;
  display:inline-block;
  text-align:center;
  font-family:Literata;
  }
      

      
        
      
      
  .frhATz {
    display:flex;
  row-gap:16px;
  animation:3s ease 0ms 1 normal none running animation-diMMIZ;
  column-gap:16px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/menu-product\:_zKBd7j6MrmpsgVgPzge4 {
    animation:;
  }
      

      
        
      
      
  .bfQLFH {
    color:var(--light-blue);
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .nordcraft_shared\/menu-product\:iVvAptwqnQlzTilOzMX0r {
    animation:ease 600ms 1 normal forwards running animation-mwGqj 600px;
  }
      

      
        
                  @keyframes animation-mwGqj {
                    
                        0% {
                          margin-top: -60px;
                        }
                        

                        100% {
                          margin-top: 0;
                        }
                        
                  }
                  
      
      
  .cNEDxk {
    color:var(--light-green);
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fmVKqO {
    color:var(--light-green);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dGMIRd {
    font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  width:fit-content;
  cursor:pointer;
  height:40px;
  display:flex;
  row-gap:8px;
  background:;
  column-gap:8px;
  align-items:center;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .dGMIRd:hover {
    background: #00000080;
  }
      


  .dGMIRd:focus-visible {
    outline:2px solid var(--light-blue);
  outline-offset:2px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/menu-community\:-g8-MQpRpX5Cud1uUUDNb {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
      
      
  .burZwz {
    color:var(--grey-400);
  display:flex;
  row-gap:5px;
  column-gap:5px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .nordcraft_shared\/menu-community\:CeO9b-r2i8CQKjBQty4hU {
    display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:16px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bLqfKk {
    color:var(--grey-200);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .crDSpw {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bSsxKF {
    flex:2  ;
  width:fit-content;
  row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
      
      
  .edtNZX {
    color:white;
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .nordcraft_shared\/menu-community\:_zKBd7j6MrmpsgVgPzge4 {
    animation:;
  }
      

      
        
      
      
  .nordcraft_shared\/menu-community\:iVvAptwqnQlzTilOzMX0r {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
      
      
  .ffLUfE {
    font-size:13px;
  background: var(--grey-900);
  font-family:inherit;
  font-weight:inherit;
  padding-top:4px;
  border-color:var(--light-green);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:4px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .nordcraft_shared\/menu-community\:syDUi7Wd5PC-pnf8n0rCH {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Gowvw {
    top:0px;
  left:0px;
  width:100%;
  height:800px;
  position:absolute;
  animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  background:linear-gradient(rgba(23, 23, 23, 0) 25%, rgb(23, 23, 23)) scroll border-box padding-box repeat repeat 0% 0% / auto, none scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      