
@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: #0b161a;
--brand-2: #101b20;
--brand-3: #082c36;
--brand-4: #003848;
--brand-5: #004558;
--brand-6: #045468;
--brand-7: #12677e;
--brand-8: #11809c;
--brand-9: #00a2c7;
--brand-10: #23afd0;
--brand-11: #4ccce6;
--brand-12: #b6ecf7;
--brand-13: #ebffff;
--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;
--accent-1: #192529;
--accent-2: #1d292d;
--accent-3: #163944;
--accent-4: #074455;
--accent-5: #095063;
--accent-6: #155d72;
--accent-7: #1e6f87;
--accent-8: #1f87a4;
--accent-9: #00a2c7;
--accent-10: #0096ba;
--accent-11: #57cbf0;
--accent-12: #baeffff9;
  /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-opensans: 'Open Sans',sans-serif;
--font-averiaseriflibre: 'Averia Serif Libre',display;
--font-librebaskerville: 'Libre Baskerville',serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .iISVB {
    width:100vw;
  height:100%;
  background: var(--neutral-3);
  max-height:100vh;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .dpvCXE {
    width:fit-content;
  cursor:pointer;
  display:flex;
  flex-wrap:nowrap;
  background: var(--neutral-4);
  margin-top:2rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

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

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

      
        
        
      
      
  
      

      
        
        
      
      
  .GUYww {
    color:var(--warning-8);
  }
      

      
        
        
      
      
  .xvoQh {
    width:fit-content;
  height:fit-content;
  background: wheat;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .section-title-external\:root {
    color:var(--neutral-12, #EEEEF0);
  display:flex;
  align-items:center;
  margin-bottom:-1.5rem;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Waitlist\:761U8vh0NOXA7gEGy9RHG {
    width:100%;
  display:flex;
  max-width:1100px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Waitlist\:BEYBCYMOTAPlqgKml_E2C {
    display:flex;
  align-items:center;
  font-family:Open Sans;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Waitlist\:BbZ5oXuN8nuyuk0ki4XtF {
    width:95%;
  display:flex;
  align-items:center;
  font-family:Open Sans;
  justify-content:flex-start;
  }
      

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

        
        
      
      
  .Waitlist\:Ej6Oszy5xhnDE6uA29nA5 {
    width:95%;
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .bRkIUH {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Waitlist\:Fio791dWjtLItzVL4JfYp {
    color:var(--neutral-12);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .ytDcD {
    width:100%;
  height:fit-content;
  display:flex;
  max-width:1100px;
  align-items:center;
  justify-content:flex-start;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .onhIJ {
    width:fit-content;
  height:fit-content;
  background: mediumaquamarine;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .landing-page-followup-section\:3saA3pKmBXmx2OVsTWUiw {
    color:white;
  font-family:Libre Baskerville;
  }
      

      
        
        
      
      
  .btUSZT {
    color:var(--success-6);
  }
      

      
        
        
      
      
  .landing-page-followup-section\:Ak9vRO4awkimPWUQgztYp {
    width:95%;
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .PHJbO {
    display:flex;
  max-width:28rem;
  min-width:18rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .gCEAB {
    width:60%;
  row-gap:2rem;
  flex-grow:1;
  background:;
  column-gap:2rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dksawz {
    box-shadow:0px 2px 4px 0px #00000020;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

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

      
        
        
      
      
  .landing-page-followup-section\:Ffta64laZWDlNiiArBgDv {
    color:var(--neutral-11);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .chKixE {
    gap:0.5rem;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

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

      
        
        
      
      
  .landing-page-followup-section\:QfxDkbDnCDInm8fNygvEv {
    cursor:pointer;
  background: mediumaquamarine;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .landing-page-followup-section\:QfxDkbDnCDInm8fNygvEv:hover {
    background: #38cc9a;
  }
      

        
        
      
      
  .dAkTew {
    width:fit-content;
  height:fit-content;
  background: mediumaquamarine;
  box-shadow:0px 2px 4px 0px #00000020;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .dFFltc {
    gap:3rem;
  width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .landing-page-followup-section\:_csM6SL_Z8NLk15cTYcwh {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bGCfAg {
    width:100%;
  height:fit-content;
  background: var(--neutral-4);
  padding-top:2rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cnnYKH {
    gap:0.5rem;
  }
      

      
        
        
      
      
  .ppGcA {
    width:40%;
  display:flex;
  flex-grow:1;
  background:;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .UMCDw {
    width:100%;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .UMCDw {
    row-gap:1rem;
  column-gap:1rem;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

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

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

        
        
      
      
  
      

      
        
        
      
      
  .feVaRn {
    color:var(--default-link-color, #2463ebff);
  display:flex;
  row-gap:0.4rem;
  flex-wrap:nowrap;
  column-gap:0.4rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .dypPgY {
    gap:4rem;
  flex:1;
  width:100%;
  height:100%;
  display:flex;
  background:;
  overflow-y:auto;
  align-items:center;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  scroll-behavior:smooth;
  scrollbar-width:none;
  }
      
.dypPgY::-webkit-scrollbar {
  width: 0;
}


      
        
        
      
      
  .wgRaQ {
    display:none;
  }
      

      
          @media (max-width: 1024px) {
            
  .wgRaQ {
    width:100%;
  height:3rem;
  display:flex;
  position:fixed;
  align-items:center;
  margin-left:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  border-bottom-color:var(--neutral-5, #323035);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

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

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

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

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-sm);
  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);
  }
      

        
        
      
      
  .external-mobile-header\:Su2iGN6oaYrlcRHdn_j6Q {
    width:var(--interactive-height-sm);
  height:var(--interactive-height-sm);
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .elMQCn {
    gap:0.2rem;
  width:fit-content;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .IeuyX {
    width:100%;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  flex-direction:row;
  justify-content:space-evenly;
  }
      

      
        
        
      
      
  .cGvVgX {
    width:var(--size);
  height:var(--size);
  translate:var(--translate);
  margin-left:var(--margin-left);
  }
      

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

      
        
        
      
      
  .so-avatar\:-kWssftQUD5dG7_tYJA_M {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  height:100%;
  font-size:var(--text-sm);
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
        
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

      
        
        
      
      
  .so-avatar\:8oDE1GFsZrzlgcWEPZGvY {
    width:100%;
  height:100%;
  pointer-events:none;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .so-avatar\:gfOKIPevWUcei5hwOuANf {
    width:100%;
  height:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  border-color:var(--neutral-7, #49474E);
  border-style:solid;
  border-width:var(--border-lg);
  border-radius:var(--rounding-full);
  justify-content:center;
  background-color:var(--neutral-3, #232225);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Waitlist\:PlnWlJh41vPJH3kn8CcwT {
    cursor:pointer;
  background: wheat;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .Waitlist\:PlnWlJh41vPJH3kn8CcwT:hover {
    background: #f3d191;
  }
      

        
        
      
      
  .ejBpNW {
    width:100%;
  height:20rem;
  max-width:1100px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/v1:indian-dog-5392796_1280.jpg/public") scroll border-box padding-box no-repeat no-repeat 0% 15% / 100% auto;
  box-shadow:0px 2px 8px 2px #00000045;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
        
      
      
  .dZqpoE {
    color:wheat;
  }
      

      
        
        
      
      
  .echrJa {
    width:100%;
  height:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  justify-content:center;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
        
      
      
  .Waitlist\:Rzo_pWW-6tn1lC9Kbrc75 {
    cursor:pointer;
  background: var(--brand-11);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .bdflPA {
    width:100%;
  display:flex;
  row-gap:1rem;
  max-width:310px;
  column-gap:1rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

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

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

          }
          

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

          }
          

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

        
        
      
      
  .emrFNN {
    gap:0.25rem;
  }
      

      
        
        
      
      
  
      

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

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

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

      
        
        
      
      
  .dkgdEw {
    gap:0.625rem;
  color:var(--neutral-11, #60646C);
  overflow:hidden;
  flex-wrap:wrap;
  font-size:var(--text-md);
  transition:all 200ms ease normal normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--medium);
  padding-top:0.5rem;
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-sm);
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

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


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


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

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

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

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .fdPLoW {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

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

      
        
        
      
      
  
      

      
        
        
      
      
  .DrMDK {
    color:var(--default-link-color, #2463ebff);
  display:flex;
  row-gap:0.4rem;
  flex-wrap:nowrap;
  column-gap:0.4rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .clsIyI {
    width:100%;
  height:720px;
  max-width:1100px;
  border-radius:6px;
  }
      

      
        
        
      
      
  .bSOAQX {
    color:salmon;
  }
      

      
        
        
      
      
  .Waitlist\:YQp5DGHx_WJf7qrQdiXkT {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Waitlist\:ZgkGpqxwhpEdaRLoCMfOZ {
    width:95%;
  display:flex;
  text-align:center;
  align-items:center;
  font-family:Open Sans;
  justify-content:center;
  }
      

      
        
        
      
      
  .cDuzTG {
    width:fit-content;
  height:fit-content;
  background: lightsalmon;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .landing-page-references-section\:3saA3pKmBXmx2OVsTWUiw {
    color:white;
  font-family:Libre Baskerville;
  }
      

      
        
        
      
      
  .landing-page-references-section\:Ak9vRO4awkimPWUQgztYp {
    width:95%;
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .btcrpU {
    color:var(--default-link-color, #2463ebff);
  cursor:pointer;
  max-width:28rem;
  min-width:18rem;
  }
      

      
        
        
      
      
  .landing-page-references-section\:Ffta64laZWDlNiiArBgDv {
    color:var(--neutral-11);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .dEvyep {
    color:var(--critical-6);
  }
      

      
        
        
      
      
  .landing-page-references-section\:UbgHpJ2hyIYyPa-PkV8aU {
    cursor:pointer;
  background: lightsalmon;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .landing-page-references-section\:UbgHpJ2hyIYyPa-PkV8aU:hover {
    background: #f98253;
  }
      

        
        
      
      
  .bRzLyn {
    width:fit-content;
  height:fit-content;
  background: lightsalmon;
  box-shadow:0px 2px 4px 0px #00000020;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .landing-page-references-section\:_csM6SL_Z8NLk15cTYcwh {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ebwHbn {
    width:40%;
  display:flex;
  flex-grow:1;
  background:;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Waitlist\:gL8OEGOp-GlXs11U7_zFt {
    color:var(--neutral-12);
  display:flex;
  text-align:center;
  align-items:center;
  font-family:Open Sans;
  font-weight:300;
  justify-content:center;
  }
      

      
        
        
      
      
  .bbCrfI {
    width:100%;
  height:10rem;
  display:flex;
  background: var(--neutral-2);
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .Waitlist\:hRY0K28ubfL_6u8k4DUn- {
    width:100%;
  display:flex;
  max-width:720px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .cuEwfj {
    width:100%;
  height:fit-content;
  display:flex;
  max-width:1100px;
  background:;
  align-items:center;
  justify-content:flex-start;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .dubFch {
    width:fit-content;
  height:fit-content;
  background: skyblue;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .landing-page-guidelines-section\:3saA3pKmBXmx2OVsTWUiw {
    color:white;
  font-family:Libre Baskerville;
  }
      

      
        
        
      
      
  .landing-page-guidelines-section\:Ak9vRO4awkimPWUQgztYp {
    width:95%;
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .cmoLvW {
    cursor:pointer;
  max-width:28rem;
  min-width:18rem;
  }
      

      
        
        
      
      
  .landing-page-guidelines-section\:FMaTzMHeDGDDZKyLo42vs {
    cursor:pointer;
  background: skyblue;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .landing-page-guidelines-section\:FMaTzMHeDGDDZKyLo42vs:hover {
    background: #53beea;
  }
      

        
        
      
      
  .landing-page-guidelines-section\:Ffta64laZWDlNiiArBgDv {
    color:var(--neutral-11);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .drqLHS {
    width:fit-content;
  height:fit-content;
  background: skyblue;
  box-shadow:0px 2px 4px 0px #00000020;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .landing-page-guidelines-section\:_csM6SL_Z8NLk15cTYcwh {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .czPsZd {
    color:#0c5573;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dixyhE {
    width:100%;
  height:100%;
  background: var(--overlay-inverted-a9);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      

      
        
        
      
      
  .imCXh {
    width:100%;
  max-width:1100px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

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

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


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


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


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

        
        
      
      
  
      

      
        
        
      
      
  
      

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

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


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


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


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


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


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


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

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

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

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

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

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


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

        
        
      
      
  
      

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

      
        
        
      
      
  
      

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

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

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eWQlfV {
    width:100%;
  display:flex;
  max-width:1100px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bevIqD {
    width:fit-content;
  display:flex;
  background: var(--neutral-4);
  margin-top:2rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
        
      
      
  .ruQdH {
    width:100%;
  height:100%;
  display:flex;
  background:;
  align-items:center;
  padding-top:3rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .enszbQ {
    top:0px;
  width:100%;
  height:5rem;
  position:sticky;
  background: var(--neutral-5);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .enszbQ {
    display:none;
  }
      

          }
          
        
        
      
      
  .external-horizontal-nav-bar\:39lIDux13emJB1DRJf8vv {
    cursor:pointer;
  background: skyblue;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .external-horizontal-nav-bar\:39lIDux13emJB1DRJf8vv:hover {
    background: #53beea;
  }
      

        
        
      
      
  .caMjXI {
    gap:0.25rem;
  cursor:pointer;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .XchjL {
    cursor:pointer;
  margin-left:8px;
  }
      

      
        
        
      
      
  .external-horizontal-nav-bar\:UJw6osUqEGNxhfHwmj53Z {
    color:var(--brand-12);
  font-family:Open Sans;
  font-weight:var(--semi);
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
  .external-horizontal-nav-bar\:UJw6osUqEGNxhfHwmj53Z:hover {
    color:var(--brand-13);
  }
      

        
        
      
      
  .external-horizontal-nav-bar\:rx7JMidzyyUTutJNzBLva {
    color:var(--brand-12);
  font-family:Open Sans;
  font-weight:var(--semi);
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
  .external-horizontal-nav-bar\:rx7JMidzyyUTutJNzBLva:hover {
    color:var(--brand-13);
  }
      

        
        
      
      
  .fqlAl {
    gap:1.5rem;
  overflow-y:auto;
  padding-top:0.5rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
        
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
        
      
      
  .external-horizontal-nav-bar\:x9-HeLGAKapYyHdpu72MK {
    color:var(--brand-12);
  font-family:Open Sans;
  font-weight:var(--semi);
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
  .external-horizontal-nav-bar\:x9-HeLGAKapYyHdpu72MK:hover {
    color:var(--brand-13);
  }
      

        
        
      
      
  .eHfsYO {
    width:100%;
  margin:0 auto;
  display:flex;
  max-width:1100px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Waitlist\:rFkinWupJXxDWfrbWznR- {
    color:var(--neutral-12);
  display:flex;
  text-align:center;
  align-items:center;
  font-family:Libre Baskerville;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Waitlist\:ttLowhcmayLs-yDRiQP7Q {
    color:var(--neutral-12);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .landing-page-hero\:3saA3pKmBXmx2OVsTWUiw {
    color:white;
  font-family:Libre Baskerville;
  }
      

      
        
        
      
      
  .landing-page-hero\:Ak9vRO4awkimPWUQgztYp {
    width:95%;
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .dSyUWG {
    width:60%;
  row-gap:2rem;
  flex-grow:1;
  background:;
  column-gap:2rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  }
      

      
        
        
      
      
  .landing-page-hero\:Ffta64laZWDlNiiArBgDv {
    color:var(--neutral-11);
  font-family:Open Sans;
  }
      

      
        
        
      
      
  .landing-page-hero\:LV-S6CQ7GK8-rOYOyaFwy {
    cursor:pointer;
  background: wheat;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .landing-page-hero\:LV-S6CQ7GK8-rOYOyaFwy:hover {
    background: #f3d191;
  }
      

        
        
      
      
  .drJqRe {
    width:fit-content;
  height:fit-content;
  background: wheat;
  box-shadow:0px 2px 4px 0px #00000020;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .landing-page-hero\:_csM6SL_Z8NLk15cTYcwh {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .landing-page-hero\:ip0PzYZW-plh1K4GfyEH_ {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
        
      
      
  .cUHFtc {
    width:40%;
  display:flex;
  flex-grow:1;
  background:;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .Waitlist\:y84zdgkoQN5eWxfjMi5rv {
    font-family:Open Sans;
  }
      

      
        
        
      
      
  .Waitlist\:yJ4TmYVkTdwiswCjcvoCD {
    color:var(--neutral-12);
  display:flex;
  text-align:center;
  align-items:center;
  font-family:Libre Baskerville;
  justify-content:center;
  }
      

      
        
        
      
      
  .Waitlist\:zZH3IJa3VvmrT7eWIr9xg {
    font-family:Open Sans;
  }
      

      
        
        
      