
  

  
  

  
  
  
  
    


@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: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--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 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;
    }
  }
}

      
  .dwXtm {
    width:100%;
  height:100vh;
  overflow:hidden;
  position:relative;
  animation:;
  background:linear-gradient(135deg, #0d1a13 0%, #1c3b2a 50%, #2f4f3e 100%);
  font-family:var(--font-family);
  padding-left:1rem;
  padding-right:1rem;
  }
      

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

        
      
      
  .Copy-of-atlantium-landing\:tagline {
    color:#dfece5;
  width:fit-content;
  row-gap:orem;
  font-size:var(--text-xs);
  column-gap:orem;
  font-weight:var(--medium);
  line-height:var(--border-none);
  padding-top:0rem;
  padding-bottom:0rem;
  }
      

      
        
      
      
  .dUnzpB {
    width:fit-content;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fvrBFP {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  padding:var(--lg);
  z-index:1000;
  position:fixed;
  animation:350ms linear 0ms 1 normal none running animation-bKKrXZ;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

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

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .dHNSpo {
    top:10%;
  left:5%;
  position:absolute;
  animation:30s linear infinite animation-float-right;
  white-space:nowrap;
  }
      

      
        
                  @keyframes animation-float-right {
                    
                        0% {
                          translate: -100px 0;
                        }
                        

                        100% {
                          translate: 100vw 0;
                        }
                        
                  }
                  
      
      
  .dAuqwz {
    top:25%;
  right:10%;
  position:absolute;
  animation:40s linear infinite animation-float-left;
  white-space:nowrap;
  }
      

      
        
                  @keyframes animation-float-left {
                    
                        0% {
                          translate: 100px 0;
                        }
                        

                        100% {
                          translate: -100vw 0;
                        }
                        
                  }
                  
      
      
  .cLwTay {
    top:50%;
  left:15%;
  position:absolute;
  animation:40s linear infinite animation-float-right;
  white-space:nowrap;
  }
      

      
        
      
      
  .dDozrH {
    top:70%;
  right:5%;
  position:absolute;
  animation:40s linear infinite animation-float-left;
  white-space:nowrap;
  }
      

      
        
      
      
  .eIulsc {
    top:85%;
  left:20%;
  position:absolute;
  animation:40s linear infinite animation-float-right;
  white-space:nowrap;
  }
      

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

        
      
      
  .Copy-of-atlantium-landing\:description {
    color:#e6e3d6;
  animation:2.05s ease 0ms 1 normal none running animation-diMMIZ;
  max-width:32rem;
  background:#202220;
  line-height:1.7;
  text-shadow:0px 2px 4px #313531;
  border-color:#2d4e3d;
  border-style:solid;
  border-width:2px;
  backdrop-filter:blur(15px);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

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

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .bJrOgQ {
    width:100%;
  display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

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


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


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


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

        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:about-button {
    color:#ffffff;
  display:flex;
  background:#69613a;
  transition:all 300ms ease;
  backdrop-filter:blur(10px);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  }
      

      
  .Copy-of-atlantium-landing\:about-button:hover {
    transform:translateY(-2px);
  background:#605934;
  outline-color:#0f1e16;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .ekAqfC {
    display:flex;
  row-gap:3rem;
  column-gap:3rem;
  align-items:center;
  flex-direction:column;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:loading-logo {
    color:#e6e3d636;
  display:flex;
  animation:2s ease 0ms 1 normal none running animation-BnLEl;
  flex-wrap:nowrap;
  text-align:center;
  white-space:nowrap;
  text-overflow:inherit;
  }
      

      
          @media (max-width: 728px) {
            
  .Copy-of-atlantium-landing\:loading-logo {
    font-size:var(--text-3xl);
  }
      

          }
          

  .Copy-of-atlantium-landing\:loading-logo {
    @starting-style {
            animation:2s ease 0ms 1 normal none running animation-empty;
          }
  }
      

        
                  @keyframes animation-BnLEl {
                    
                        0% {
                          font-size: var(--text-6xl);
                        }
                        

                        100% {
                          font-size: 18px;
                        }
                        
                  }
                  

                  @keyframes animation-empty {
                    
                  }
                  
      
      
  .dMPDFD {
    flex:1;
  width:100%;
  display:flex;
  overflow:hidden;
  position:relative;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dGFKYh {
    display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:center;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:column;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 48rem) {
            
  .dGFKYh {
    padding-right:0px;
  }
      

          }
          
        
      
      
  .Copy-of-atlantium-landing\:about-mission {
    color:#ffffff;
  font-size:var(--text-sm);
  text-align:center;
  line-height:1.2;
  }
      

      
        
      
      
  .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;
  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(--neutral-0, #0b0a0b);
  -webkit-user-select:none;
  -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);
  }
      

      
        
      
      
  
      

      
        
      
      
  .Copy-of-atlantium-landing\:contact-button {
    color:#ffffff;
  border:var(--border-sm) solid rgba(96, 165, 250, 0.3);
  display:none;
  background:#b86449;
  transition:all 300ms ease;
  backdrop-filter:blur(10px);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  }
      

      
  .Copy-of-atlantium-landing\:contact-button:hover {
    transform:translateY(-2px);
  background:#94523d;
  outline-color:#000000;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .qPRTm {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1000;
  position:fixed;
  animation:3s ease 0ms 1 normal none running animation-bpGYso;
  background:linear-gradient(135deg, #0d1a13 0%, #1c3b2a 50%, #2f4f3e 100%);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-bpGYso {
                    
                        90% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .fFjNbk {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background:#14291e3b;
  backdrop-filter:blur(1px);
  }
      

      
  .fFjNbk.animate {
    animation:2s ease 0ms 1 normal none running animation-diMMIZ;
  }
      

        
      
      
  .disqQr {
    top:0px;
  left:0px;
  color:#60a5fa;
  right:0px;
  bottom:0px;
  opacity:0.15;
  overflow:hidden;
  position:absolute;
  font-size:var(--text-xs);
  font-family:'Courier New', monospace;
  line-height:1.8;
  pointer-events:none;
  }
      

      
        
      
      
  .csZpXj {
    display:flex;
  row-gap:-.25rem;
  animation:1.5s ease-in-out 1 animation-eFMXfv reverse;
  column-gap:-.25rem;
  align-items:center;
  flex-direction:column;
  }
      

      
        
                  @keyframes animation-eFMXfv {
                    
                        0% {
                          opacity: .6;
                        }
                        

                        50% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0.6;
                        }
                        
                  }
                  
      
      
  .Copy-of-atlantium-landing\:workshop-button {
    color:#ffffff;
  border:var(--border-sm) solid rgba(96, 165, 250, 0.3);
  display:flex;
  background:#2d4e3d;
  transition:all 300ms ease;
  backdrop-filter:blur(10px);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  }
      

      
  .Copy-of-atlantium-landing\:workshop-button:hover {
    transform:translateY(-2px);
  background:#264534;
  outline-color:#0f1f16;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .ewgdcS {
    display:flex;
  padding:var(--xl);
  row-gap:5rem;
  z-index:10;
  position:relative;
  max-width:50rem;
  column-gap:5rem;
  text-align:center;
  align-items:center;
  flex-direction:column;
  }
      

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

        
      
      
  .Copy-of-atlantium-landing\:modal-close-button {
    top:var(--md);
  color:var(--neutral-11);
  right:var(--md);
  width:var(--interactive-md);
  height:var(--interactive-md);
  padding:0px;
  position:absolute;
  transition:all 200ms ease;
  }
      

      
  .Copy-of-atlantium-landing\:modal-close-button:hover {
    color:#60a5fa;
  background:rgba(96, 165, 250, 0.1);
  }
      

        
      
      
  .ceYSkw {
    width:100%;
  border:var(--border-sm) solid rgba(96, 165, 250, 0.3);
  padding:var(--2xl);
  position:relative;
  max-width:40rem;
  background:#1c1f1d;
  box-shadow:0 25px 50px rgba(0, 0, 0, 0.5);
  backdrop-filter:blur(20px);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 48rem) {
            
  .ceYSkw {
    padding:var(--xl);
  max-width:90vw;
  }
      

          }
          
        
      
      
  .eeorUy {
    gap:var(--2xs);
  display:flex;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .eOBSOz {
    width:0.375rem;
  height:0.375rem;
  animation:1.5s ease-in-out infinite animation-pulse-dot;
  background:var(--neutral-8);
  border-radius:var(--rounding-full);
  animation-delay:0.4s;
  }
      

      
        
                  @keyframes animation-pulse-dot {
                    
                        0% {
                          opacity: 0.3;
                        }
                        

                        50% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0.3;
                        }
                        
                  }
                  
      
      
  .bOzZAV {
    width:50%;
  border-color:#ffffff38;
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .dqHzln {
    display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:center;
  padding-top:.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .bxOOMa {
    width:100%;
  overflow:hidden;
  position:relative;
  animation:0.3s ease-out animation-vGYtQ;
  background:#e6e3d6;
  box-shadow:0 25px 50px rgba(0, 0, 0, 0.25);
  padding-top:.25rem;
  padding-bottom:.25rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
                  @keyframes animation-vGYtQ {
                    
                        0% {
                          scale: 0.9;
                        }
                        

                        0% {
                          opacity: 0;
                        }
                        

                        21% {
                          border-radius: 8px;
                        }
                        

                        100% {
                          scale: 1;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .Copy-of-atlantium-landing\:BZQAIkzzIJ19ibLgdRaVE {
    top:var(--md);
  color:var(--neutral-8);
  right:var(--md);
  width:var(--interactive-sm);
  height:var(--interactive-sm);
  padding:0px;
  position:absolute;
  transition:all 200ms ease;
  }
      

      
  .Copy-of-atlantium-landing\:BZQAIkzzIJ19ibLgdRaVE:hover {
    color:var(--neutral-6);
  background:var(--neutral-11);
  border-radius:var(--rounding-full);
  }
      

        
      
      
  .oPXWG {
    flex:1;
  width:100%;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .uCObL {
    gap:var(--lg);
  display:flex;
  padding:var(--xl);
  position:relative;
  flex-direction:column;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:MHScERF9nb6RWmJAG28Xg {
    color:var(--neutral-0);
  font-size:var(--text-md);
  font-family:Outfit;
  font-weight:300;
  line-height:1.4;
  }
      

      
        
      
      
  .eFKyHC {
    width:100%;
  padding:var(--2xl);
  position:relative;
  max-width:40rem;
  background:#1c1f1d;
  box-shadow:0 25px 50px rgba(0, 0, 0, 0.5);
  border-color:#2d4e3d;
  border-style:solid;
  border-width:var(--border-sm);
  backdrop-filter:blur(20px);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 48rem) {
            
  .eFKyHC {
    padding:var(--xl);
  max-width:90vw;
  }
      

          }
          
        
      
      
  .ehBJtg {
    gap:var(--lg);
  display:flex;
  text-align:center;
  align-items:center;
  flex-direction:column;
  }
      

      
        
      
      
  .dlFRug {
    width:0.375rem;
  height:0.375rem;
  animation:1.5s ease-in-out infinite animation-pulse-dot;
  background:var(--neutral-8);
  border-radius:var(--rounding-full);
  }
      

      
        
      
      
  .cFDpEO {
    color:var(--grey-200, #E5E5E5);
  width:50%;
  cursor:pointer;
  display:flex;
  flex-grow:1;
  font-size:var(--font-size-base);
  background:#26402f;
  align-items:center;
  font-family:Outfit;
  font-weight:var(--font-weight-semi-bold);
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:flex-start;
  transform-origin:center center;
  }
      

      
  .cFDpEO:hover {
    color:#1c1f1d;
  background:#e8dcc8;
  box-shadow:0px 2px 4px 0px #182243;
  font-family:Outfit;
  }
      

        
      
      
  
      

      
        
      
      
  .so-tabs\:root {
    gap:0.75rem;
  width:100%;
  }
      

      
        
      
      
  .bqlEYS {
    top:0px;
  left:0px;
  width:var(--width);
  height:var(--height);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  pointer-events:none;
  }
      

      
  .bqlEYS.hidden {
    transition:none;
  }
      

        
      
      
  .so-tabs\:JpeIgyzowDbYOhsdse6Ct {
    top:100%;
  height:7px;
  display:none;
  transition:translate 200ms ease 0ms normal, width 200ms ease 0ms normal;
  border-bottom-color:var(--brand-9, #755ed1);
  border-bottom-style:solid;
  border-bottom-width:var(--border-lg);
  }
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

      
  .cxJHK.orientation-vertical {
    flex-direction:column;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-tabs\:fuK3wvU95IoKasUkShFDI {
    gap:0.5rem;
  }
      

      
        
      
      
  .atlantium-tabs\:root {
    width:100%;
  max-width:900px;
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .chOWqT {
    width:100%;
  display:flex;
  max-width:30remt;
  overflow-x:scroll;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-evenly;
  scrollbar-width:none;
  }
      
.chOWqT::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .weGrk {
    width:100%;
  height:1px;
  background:#2a2a2a;
  }
      

      
        
      
      
  .atlantium-tabs\:OYmhcOh5DXxcoq65lg6g1 {
    color:#2a2a2a;
  width:fit-content;
  display:flex;
  font-size:var(--text-2xl);
  font-style:italic;
  text-align:center;
  align-items:flex-start;
  margin-bottom:var(--md);
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx {
    color:#e6e3d6;
  cursor:default;
  height:fit-content;
  row-gap:0.25rem;
  font-size:var(--text-xl);
  column-gap:0.25rem;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 300ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.25rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.25rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:transparent;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  width:fit-content;
  }
      

      
  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:active {
    background:#2e4e3d;
  transition:none;
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:focus-visible {
    color:#e6e3d6;
  background:#2e4e3d;
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.trigger-open {
    color:#e6e3d6;
  background:#2e4e3d;
  }
      


  .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .atlantium-tabs\:W89HwsPZWdutNzDmdMHK_ {
    color:#dfbfbf;
  width:100%;
  height:0px;
  display:flex;
  row-gap:0px;
  flex-wrap:wrap;
  background:var(--button-bg);
  column-gap:0px;
  font-weight:var(--medium);
  line-height:0px;
  border-radius:var(--rounding-md);
  flex:0;
  }
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  
      

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

        
      
      
  .atlantium-tabs\:dyO28Du-JIrvxL8giXz8c {
    display:flex;
  background:#e6e3d6;
  margin-top:var(--lg);
  min-height:200px;
  align-items:flex-start;
  padding-top:var(--xl);
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:var(--xl);
  justify-content:flex-start;
  }
      

      
        
      
      
  .atlantium-tabs\:m5uV2HbV61h9OgJ_Ui4Ul {
    color:#2a2a2a;
  display:flex;
  text-align:left;
  align-items:flex-start;
  line-height:1.2;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dWCPjo {
    flex:1;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cnpNiX {
    width:0.375rem;
  height:0.375rem;
  animation:1.5s ease-in-out infinite animation-pulse-dot;
  background:var(--neutral-8);
  border-radius:var(--rounding-full);
  animation-delay:0.2s;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:XR7tkhiqNd0GQ_ZChJVRU {
    color:var(--neutral-1);
  width:fit-content;
  font-size:var(--text-xl);
  font-style:oblique 30deg;
  font-family:Outfit;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:YRuRUfOvb-rGEWynf9ffA {
    color:var(--neutral-0);
  font-size:var(--text-md);
  font-family:Outfit;
  font-weight:300;
  line-height:1.4;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:ZfXe0VNzJ7WS4aHYkJbvs {
    color:#e6e3d6;
  width:fit-content;
  row-gap:0rem;
  font-size:var(--text-3xl);
  column-gap:0rem;
  font-family:Outfit;
  font-weight:var(--bold);
  padding-top:0rem;
  letter-spacing:-0.05em;
  padding-bottom:0rem;
  text-decoration-line:underline;
  text-decoration-thickness:var(--border-none);
  }
      

      
        
      
      
  .itMso {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:9999;
  overflow:hidden;
  position:fixed;
  mix-blend-mode:multiply;
  pointer-events:none;
  }
      

      
        
      
      
  .dZWntz {
    top:0px;
  left:0px;
  width:120%;
  height:120%;
  opacity:var(--grain-opacity);
  position:absolute;
  animation:6s linear infinite animation-grain-drift;
  background:radial-gradient(circle, transparent 1px, rgba(255, 255, 255, 0.15) 1px);
  background-size:4px 4px;
  }
      

      
        
                  @keyframes animation-grain-drift {
                    
                        0% {
                          translate: -10% -10%;
                        }
                        

                        0% {
                          rotate: 0deg;
                        }
                        

                        25% {
                          translate: 0% 0%;
                        }
                        

                        25% {
                          rotate: 90deg;
                        }
                        

                        50% {
                          translate: 10% 10%;
                        }
                        

                        50% {
                          rotate: 180deg;
                        }
                        

                        75% {
                          translate: 0% 0%;
                        }
                        

                        75% {
                          rotate: 270deg;
                        }
                        

                        100% {
                          translate: -10% -10%;
                        }
                        

                        100% {
                          rotate: 360deg;
                        }
                        
                  }
                  
      
      
  .dfajgq {
    top:0px;
  left:0px;
  width:110%;
  height:110%;
  opacity:var(--grain-opacity-secondary);
  position:absolute;
  animation:8s linear infinite animation-grain-drift-reverse;
  background:radial-gradient(circle, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size:3px 3px;
  }
      

      
        
                  @keyframes animation-grain-drift-reverse {
                    
                        0% {
                          translate: 5% 5%;
                        }
                        

                        0% {
                          rotate: 0deg;
                        }
                        

                        33% {
                          translate: -5% 5%;
                        }
                        

                        33% {
                          rotate: -120deg;
                        }
                        

                        66% {
                          translate: -5% -5%;
                        }
                        

                        66% {
                          rotate: -240deg;
                        }
                        

                        100% {
                          translate: 5% 5%;
                        }
                        

                        100% {
                          rotate: -360deg;
                        }
                        
                  }
                  
      
      
  .bkPJz {
    top:0px;
  left:0px;
  width:130%;
  height:130%;
  opacity:var(--grain-opacity-tertiary);
  position:absolute;
  animation:12s ease-in-out infinite animation-grain-subtle-drift;
  background:repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0.05) 2px);
  }
      

      
        
                  @keyframes animation-grain-subtle-drift {
                    
                        0% {
                          translate: -15% -15%;
                        }
                        

                        0% {
                          scale: 1;
                        }
                        

                        50% {
                          translate: 0% 0%;
                        }
                        

                        50% {
                          scale: 1.1;
                        }
                        

                        100% {
                          translate: -15% -15%;
                        }
                        

                        100% {
                          scale: 1;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .dbeZuO {
    flex:1;
  width:fit-content;
  display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:ePq4D_zkSXDMIdXRWPeF1 {
    flex:1;
  color:#55aa7d8c;
  width:100%;
  font-size:var(--text-sm);
  text-align:center;
  line-height:1.2;
  }
      

      
        
      
      
  .bmXWHa {
    gap:var(--md);
  display:flex;
  text-align:center;
  padding-left:.125rem;
  padding-right:.125rem;
  flex-direction:column;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:gi1XioIb2FLAueUG0YdlH {
    color:var(--neutral-1);
  width:fit-content;
  font-size:var(--text-xl);
  font-style:oblique 30deg;
  font-family:Outfit;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .fbBzQy {
    gap:var(--md);
  display:flex;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  .bYCorx {
    width:25%;
  height:1px;
  display:flex;
  background:#e6e3d6;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:msX6sRx6bwDHGMUGmApds {
    color:#e6e3d6;
  width:fit-content;
  font-size:var(--text-xl);
  font-style:oblique 30deg;
  font-family:Outfit;
  font-weight:var(--semi);
  line-height:1;
  }
      

      
        
      
      
  .Copy-of-atlantium-landing\:oI-I3c2gxzt5YZhkSkYgL {
    color:#ffffff;
  font-size:var(--text-sm);
  text-align:center;
  line-height:1.2;
  }
      

      
        
      
      
  .cruRPZ {
    flex:1;
  width:100%;
  display:flex;
  background:#e6e3d6;
  font-family:Outfit;
  padding-top:.25rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.25rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .ceBZDQ {
    flex:1;
  width:100%;
  height:75%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      