
  

  
  @property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --Snowbound {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --Light-Blue {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBBF24;
}
@property --Peppercorn {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --Oyster-White {
  syntax: "<color>";
  inherits: true;
  initial-value: #92400E;
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --Silver-Strand {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --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;
  --Snowbound: #EDEAE5;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --Light-Blue: #CFE8F4;
  --Peppercorn: #59595A;
  --shadow-2xl:  0 25px 50px -12px 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);
  --Oyster-White: #E5DFD2;
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --Silver-Strand: #C8CBC4;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --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;
  --Snowbound: #EDEAE5;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --Light-Blue: #CFE8F4;
  --Peppercorn: #59595A;
  --shadow-2xl:  0 25px 50px -12px 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);
  --Oyster-White: #E5DFD2;
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --Silver-Strand: #C8CBC4;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
[data-nc-theme~="Longevity"] {
  --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;
  --Snowbound: #EDEAE5;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --Light-Blue: #CFE8F4;
  --Peppercorn: #59595A;
  --shadow-2xl:  0 25px 50px -12px 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);
  --Oyster-White: #E5DFD2;
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --Silver-Strand: #C8CBC4;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Manrope: 'Manrope',sans-serif;
--font-Bellefair: 'Bellefair',serif;
--font-Thasadith: 'Thasadith',sans-serif;
--font-Raleway: 'Raleway',sans-serif;
--font-Arsenal: 'Arsenal',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .bOIxGr {
      width:100%;
      height:100%;
      display:flex;
      background:whitesmoke;
      align-items:center;
      justify-content:flex-start;
    }

    .NeuroServices\:root {
      width:100%;
      display:flex;
      background:var(--Oyster-White);
    }

    .cVgvmI {
      order:var(--order);
      width:100%;
      height:auto;
      display:flex;
      background:var(--Oyster-White);
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .cVgvmI.right {
      background:var(--Snowbound);
    }

    .bKtkET {
      width:40%;
      max-width:800px;
      box-shadow:0px 2px 5px 4px #00000020;
      max-height:1000px;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    @media (max-width: 1279px) {

    .bKtkET {
      width:90%;
    }
    }

    .bDYQKa {
      gap:0.5rem;
      width:100%;
      margin:0px;
      display:flex;
      margin-top:1rem;
      align-items:flex-start;
      padding-top:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:flex-start;
    }

    @media (max-width: 400px) {

    .bDYQKa {
      font-size:16px;
    }
    }

    .bDYQKa.right {
      display:flex;
      text-align:right;
      align-items:flex-end;
      justify-content:center;
    }

    @media (max-width: 400px) {

    .bDYQKa.right {
      display:flex;
      font-size:16px;
      text-align:left;
      align-items:flex-start;
      justify-content:flex-start;
    }
    }

    @media (max-width: 1279px) {

    .bDYQKa.right {
      text-align:left;
      align-items:flex-start;
      justify-content:center;
    }
    }

    .bqiBNr {
      width:100%;
      height:auto;
      row-gap:3rem;
      column-gap:3rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .cCmPfr {
      width:100%;
      height:auto;
      display:flex;
      z-index:100;
      align-items:center;
      justify-content:center;
    }

    .depZEe {
      gap:1.5rem;
      width:80vw;
      display:inherit;
      font-size:26px;
      max-width:920px;
      font-family:"Arsenal";
      flex-direction:column;
    }

    @media (max-width: 1650px) {

    .depZEe {
      font-size:24px;
      max-width:700px;
    }
    }

    @media (max-width: 480px) {

    .depZEe {
      font-size:18px;
    }
    }

    .bqgYST {
      display:flex;
      row-gap:3rem;
      column-gap:3rem;
      text-align:left;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1279px) {

    .bqgYST {
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .bqgYST.right {
      text-align:right;
      align-items:center;
      flex-direction:row-reverse;
      justify-content:center;
    }

    @media (max-width: 1279px) {

    .bqgYST.right {
      text-align:left;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .eiawtg {
      display:flex;
      font-family:"Arsenal";
      flex-direction:column;
    }

    .eCEvDB {
      width:100%;
      height:auto;
      display:flex;
      margin-top:4rem;
      align-items:center;
      margin-bottom:4rem;
      justify-content:center;
    }

    .DktcJ {
      display:-;
      font-size:50px;
      font-family:"Arsenal";
    }

    @media (max-width: 1279px) {

    .DktcJ {
      font-size:38px;
    }
    }

    @media (max-width: 800px) {

    .DktcJ {
      font-size:28px;
    }
    }

    @media (max-width: 480px) {

    .DktcJ {
      font-size:22px;
    }
    }

    .iEGSC {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      z-index:1000;
      position:sticky;
      max-height:100%;
      min-height:100vw;
      align-items:center;
      justify-content:flex-start;
    }

    .cOdMYO {
      color:var(--Snowbound);
      font-family:"Manrope";
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
    }

    .Header\:-N8d30m3W8wZFA8vJsrfS {
      font-size:20px;
    }

    .hmvFP {
      color:var(--Snowbound);
      width:17rem;
      cursor:pointer;
      font-size:22px;
      text-align:left;
      align-items:flex-start;
      font-family:"Manrope";
      font-weight:500;
      padding-top:.75rem;
      padding-left:1.5rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      padding-bottom:.75rem;
      justify-content:flex-start;
    }

    .exkYIb {
      color:var(--Snowbound);
      cursor:pointer;
      font-family:"Manrope";
      padding-top:0.4rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:0.4rem;
    }

    .eQDBFw {
      width:0px;
      height:1px;
      animation:300ms ease 0ms 1 normal none running animation-dJVSpa;
      background:whitesmoke;
      margin-top:2px;
    }

    .eQDBFw.drawn {
      animation:300ms linear 0ms 1 normal forwards running animation-fueJJL;
    }

    @keyframes animation-dJVSpa {
        0% {
          width: 66px;
        }

        100% {
          width: 0px;
        }
    }


    @keyframes animation-fueJJL {
        0% {
          width: 0px;
        }

        100% {
          width: 18rem;
        }
    }

    .VZQqc {
      width:1px;
      height:35rem;
      background:whitesmoke;
    }

    .FcQrG {
      color:var(--Snowbound);
      width:20rem;
      cursor:pointer;
      z-index:200;
      font-size:x-large;
      text-align:left;
      font-weight:500;
      padding-top:.75rem;
      padding-left:1.5rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      padding-bottom:.75rem;
    }

    .Header\:3R15vdWtuSzGRxBtoeMLk {
      font-size:20px;
    }

    .cqRYiT {
      color:var(--Oyster-White);
      width:14rem;
      bottom:50px;
      height:180px;
      display:flex;
      align-items:flex-start;
      padding-left:1rem;
      justify-content:flex-start;
    }

    .IPXCL {
      width:40%;
      height:100%;
      display:flex;
      row-gap:.5rem;
      column-gap:.5rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
    }

    .Header\:8R4v2ls4HXyoaOsViIs0N {
      z-index:200;
      font-size:1.2rem;
    }

    .Header\:8tL5aA8lrFxcbfAjbDMKt {
      font-size:20px;
    }

    .dMgcfd {
      width:40%;
      height:100%;
      display:flex;
      align-items:center;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
    }

    .fqSCNt {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:0;
      flex-wrap:nowrap;
      background:var(--Peppercorn);
      box-shadow:0px 4px 6px -1px rgba(0,0,0,0.1),0px 2px 4px -1px rgba(0,0,0,0.06);
      column-gap:1.5rem;
      margin-top:0rem;
      min-height:100vh;
      align-items:center;
      padding-top:8.5rem;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:.5rem;
      border-top-right-radius:.5rem;
    }

    .elThbd {
      width:50px;
      height:50px;
    }

    .esFOAe {
      top:31.5px;
      left:35px;
      width:0px;
      height:1px;
      position:absolute;
      animation:300ms ease 0ms 1 normal none running animation-QLbhW;
      background:var(--grey-800);
      margin-top:2px;
    }

    .esFOAe.drawn {
      animation:300ms linear 0ms 1 normal forwards running animation-zVRvy;
    }

    @keyframes animation-QLbhW {
        0% {
          width: 181px;
        }

        100% {
          width: 0px;
        }
    }


    @keyframes animation-zVRvy {
        0% {
          width: 0px;
        }

        100% {
          width: 181px;
        }
    }

    .aihWg {
      width:20rem;
    }

    .Header\:BfAs-BiYsAAWvw9IswLnP {
      font-size:18px;
    }

    .ccPlmL {
      right:20px;
      width:22px;
      height:22px;
    }

    .ccPlmL.rotated {
      animation:400ms ease 0ms 1 normal forwards running animation-cNUtBb;
    }

    .ccPlmL.closed {
      animation:400ms ease 0ms 1 normal forwards running animation-bEOnLF;
    }

    @keyframes animation-bEOnLF {
        0% {
          rotate: 180deg;
        }

        100% {
          rotate: 0deg;
        }
    }


    @keyframes animation-cNUtBb {
        0% {
          rotate: 0deg;
        }

        100% {
          rotate: 180deg;
        }
    }

    .Header\:DF2lU1JEsEQjHOskdgfSy {
      font-size:20px;
    }

    .NwcIf {
      color:var(--Snowbound);
      width:20rem;
      cursor:pointer;
      font-size:x-large;
      text-align:left;
      font-family:"Manrope";
      font-weight:500;
      padding-top:.75rem;
      padding-left:1.5rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      padding-bottom:.75rem;
    }

    .enKjAb {
      width:230px;
      height:230px;
    }

    .cGjPIS {
      top:53px;
      left:8px;
      width:0px;
      height:1px;
      position:absolute;
      animation:300ms ease 0ms 1 normal none running animation-bBNRXe;
      background:var(--grey-800);
      margin-top:2px;
      align-items:center;
      justify-content:center;
    }

    .cGjPIS.drawn {
      animation:300ms linear 0ms 1 normal forwards running animation-bkYIkG;
    }

    @keyframes animation-bBNRXe {
        0% {
          width: 185px;
        }

        100% {
          width: 0px;
        }
    }


    @keyframes animation-bkYIkG {
        0% {
          width: 0px;
        }

        100% {
          width: 185px;
        }
    }

    .dGTGNt {
      opacity:0;
      position:absolute;
      animation:400ms cubic-bezier(0.48, 0.01, 0.25, 1) 0ms 1 normal forwards running animation-bOAPFG;
    }

    .dGTGNt.visible {
      opacity:1;
      animation:400ms ease 0ms 1 normal forwards running animation-cHmOLy;
    }

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

        0% {
          opacity: 1;
        }

        100% {
          translate: 0rem 2rem 0rem;
        }

        100% {
          opacity: 0;
        }
    }


    @keyframes animation-cHmOLy {
        0% {
          translate: 0 2rem 0;
        }

        0% {
          opacity: 0;
        }

        100% {
          translate: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .bcTFjo {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:0;
      background:var(--Peppercorn);
      box-shadow:0px 4px 6px -1px rgba(0,0,0,0.1),0px 2px 4px -1px rgba(0,0,0,0.06);
      column-gap:1.5rem;
      margin-top:0rem;
      min-height:100vh;
      align-items:center;
      padding-top:8.5rem;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:.5rem;
      border-top-right-radius:.5rem;
    }

    .eCsmob {
      top:31px;
      left:125px;
      width:1px;
      height:.4rem;
      position:absolute;
      background:#000000;
    }

    .chIvk {
      width:0px;
      height:1px;
      animation:300ms ease 0ms 1 normal none running animation-cjrsuZ;
      background:whitesmoke;
      margin-top:2px;
    }

    .chIvk.drawn {
      animation:300ms linear 0ms 1 normal forwards running animation-bOPnlX;
    }

    @keyframes animation-bOPnlX {
        0% {
          width: 0px;
        }

        100% {
          width: 14rem;
        }
    }


    @keyframes animation-cjrsuZ {
        0% {
          width: 14rem;
        }

        100% {
          width: 0px;
        }
    }

    .bqQTDf {
      color:var(--Snowbound);
      width:17rem;
      cursor:pointer;
      font-size:20px;
      text-align:left;
      align-items:flex-start;
      font-family:"Manrope";
      font-weight:500;
      padding-top:.75rem;
      padding-left:1.5rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      padding-bottom:.75rem;
      justify-content:flex-start;
    }

    .Header\:Iiac5gIw2R7HylYz-XOYS {
      z-index:200;
      font-size:1.2rem;
    }

    .Header\:M1VYe-TnVcGJ70nDS8fR9 {
      z-index:200;
      font-size:1.2rem;
    }

    .burcR {
      color:var(--Oyster-White);
      width:20rem;
      display:flex;
      align-items:flex-start;
      padding-top:2.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:2.5rem;
      justify-content:flex-start;
    }

    .moDXB {
      color:var(--Light-Blue);
      width:20rem;
      height:35rem;
      display:flex;
      row-gap:1rem;
      position:absolute;
      column-gap:1rem;
      align-items:flex-start;
      font-family:"Manrope";
      padding-top:8rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:flex-end;
    }

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

    .dnioiH {
      left:2rem;
      width:35px;
      bottom:5px;
      cursor:pointer;
      height:35px;
    }

    .Header\:Q7Y3CXsar5ngFYuYbG_eO {
      font-size:20px;
    }

    .dYomJD {
      width:22px;
      height:22px;
    }

    .dYomJD.rotated {
      animation:400ms ease 0ms 1 normal forwards running animation-cNUtBb;
    }

    .dYomJD.closed {
      animation:400ms ease 0ms 1 normal forwards running animation-bEOnLF;
    }


    .Header\:RFA9tsxjwXjD-svlDG9mG {
      font-size:18px;
    }

    .emvjMy {
      width:20rem;
      height:35rem;
      display:flex;
      grid-area:;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      grid-template-areas:inherit;
    }

    .faEUox {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      column-gap:1rem;
      min-height:100vh;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .eNEwys {
      color:var(--grey-800);
      width:fit-content;
      cursor:pointer;
      font-size:1rem;
      font-family:"Manrope";
      font-weight:500;
      padding-top:.1rem;
      padding-bottom:.1rem;
      border-bottom-color:#00000000;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .eNEwys:hover {
      position:relative;
    }

    .vKAwt {
      width:20rem;
      display:flex;
      grid-area:;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      grid-template-areas:inherit;
    }

    .ecnqsE {
      display:flex;
      opacity:0;
      row-gap:-.5rem;
      position:absolute;
      animation:400ms cubic-bezier(0.48, 0.01, 0.25, 1) 0ms 1 normal forwards running animation-bOAPFG;
      column-gap:-.5rem;
    }

    .ecnqsE.visible {
      opacity:1;
      animation:400ms ease 0ms 1 normal forwards running animation-cHmOLy;
    }


    .evhGIx {
      width:200px;
      cursor:pointer;
      height:85px;
    }

    .XUVNG {
      color:var(--grey-800);
      width:fit-content;
      cursor:pointer;
      font-size:1rem;
      font-family:"Manrope";
      font-weight:500;
      margin-left:2rem;
      padding-top:.1rem;
      padding-bottom:.1rem;
      border-bottom-color:#00000000;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .XUVNG:hover {
      position:relative;
    }

    .eBkvQY {
      color:var(--Light-Blue);
      width:20rem;
      height:35rem;
      display:flex;
      row-gap:1rem;
      position:absolute;
      column-gap:1rem;
      align-items:flex-start;
      font-family:"Manrope";
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:flex-end;
    }

    .dlxRiT {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:0;
      flex-wrap:nowrap;
      background:var(--Peppercorn);
      box-shadow:0px 4px 6px -1px rgba(0,0,0,0.1),0px 2px 4px -1px rgba(0,0,0,0.06);
      column-gap:1.5rem;
      margin-top:0rem;
      min-height:100vh;
      align-items:flex-start;
      padding-top:8.5rem;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:.5rem;
      border-top-right-radius:.5rem;
    }

    .dqkdVz {
      width:0px;
      height:1px;
      animation:300ms ease 0ms 1 normal none running animation-dJVSpa;
      background:var(--grey-800);
      margin-top:2px;
    }

    .dqkdVz.drawn {
      animation:300ms linear 0ms 1 normal forwards running animation-dJxYPB;
    }


    @keyframes animation-dJxYPB {
        0% {
          width: 0px;
        }

        100% {
          width: 72px;
        }
    }

    .ecimxY {
      color:var(--Oyster-White);
      width:17rem;
      display:flex;
      align-items:flex-start;
      padding-top:1rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      justify-content:flex-start;
    }

    .tRDSH {
      color:var(--Light-Blue);
      width:17rem;
      height:37rem;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      font-family:"Manrope";
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
      justify-content:flex-end;
    }

    .eFVTja {
      width:20rem;
      opacity:0;
      position:absolute;
      animation:400ms ease 0ms 1 normal forwards running animation-fEUYqK;
    }

    .eFVTja.visible {
      opacity:1;
      animation:400ms cubic-bezier(0.3, 0.01, 0.25, 1) 0ms 1 normal forwards running animation-dXxmXW;
    }

    @keyframes animation-dXxmXW {
        0% {
          translate: 0 2rem 0;
        }

        0% {
          opacity: 0;
        }

        100% {
          translate: 0;
        }

        100% {
          opacity: 1;
        }
    }


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

        0% {
          translate: 0;
        }

        100% {
          opacity: 0;
        }

        100% {
          translate: 0 2rem 0;
        }
    }

    .KZXOg {
      width:17rem;
      align-items:flex-start;
      font-family:"Manrope";
      justify-content:flex-start;
    }

    .QpKRS {
      top:31.5px;
      left:122px;
      width:7px;
      height:1px;
      position:absolute;
      background:var(--grey-800);
      margin-top:2px;
    }

    .fBVZvi {
      width:17rem;
      display:flex;
      grid-area:;
      overflow-x:hidden;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
      grid-template-areas:inherit;
    }

    .buVUAx {
      width:100%;
      height:6rem;
      display:flex;
      row-gap:.5rem;
      z-index:10;
      position:fixed;
      background:var(--Oyster-White);
      column-gap:.5rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
    }

    .cEDopP {
      display:flex;
      row-gap:1.5rem;
      flex-wrap:wrap;
      column-gap:1.5rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .GXseO {
      width:250px;
      cursor:pointer;
      height:62.5px;
    }

    .eNpEjB {
      color:var(--Oyster-White);
      width:20rem;
      height:35rem;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:flex-end;
    }

    .Header\:o8BeJ3c4XDjLOIHy1oayf {
      z-index:200;
      font-size:1.2rem;
    }

    .fCviRI {
      width:20rem;
      font-family:"Manrope";
    }

    .cgcNcw {
      align-items:center;
      justify-content:center;
    }

    .Header\:qVh2Sp9AcAm5R_Zgq8ZpZ {
      font-size:20px;
    }

    .dXxUNP {
      color:var(--Snowbound);
      width:14rem;
      font-size:24px;
      align-items:flex-start;
      font-family:"Manrope";
      font-weight:500;
      border-radius:0.375rem;
      justify-content:flex-start;
    }

    .dXxUNP.clicked {
      text-align:center;
      align-items:center;
      justify-content:center;
    }

    .bTWLsh {
      width:20rem;
      display:flex;
      opacity:0;
      position:absolute;
      animation:400ms ease 0ms 1 normal forwards running animation-fEUYqK;
    }

    .bTWLsh.visible {
      opacity:1;
      animation:400ms cubic-bezier(0.3, 0.01, 0.25, 1) 0ms 1 normal forwards running animation-dXxmXW;
    }


    .Header\:urlILko9SvESvnF2Qk4Gd {
      z-index:200;
      font-size:1.2rem;
    }

    .bcKlqx {
      width:200px;
      height:200px;
    }

    .NeuroServices\:54C-QtGAqte1D6waJ_GxC {
      width:100%;
      display:none;
      position:absolute;
      min-height:6rem;
    }

    @media (min-width: 1000px) {

    .NeuroServices\:54C-QtGAqte1D6waJ_GxC {
      display:flex;
    }
    }

    .eLSIvu {
      width:100%;
      height:auto;
      display:flex;
      flex-direction:column;
    }

    .UGcpG {
      width:100%;
      height:6rem;
      background:var(--Snowbound);
    }

    .eKXkmR {
      width:100%;
      height:auto;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cQSdvX {
      width:100%;
      height:100%;
      display:flex;
      position:absolute;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .xoBUu {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      z-index:1000;
      max-height:100%;
      min-height:100vw;
      align-items:center;
      justify-content:flex-start;
    }

    .eAfDFv {
      color:#ffffff;
      width:26px;
      height:26px;
    }

    .eAfDFv.rotated {
      animation:400ms ease 0ms 1 normal forwards running animation-cNUtBb;
    }

    .eAfDFv.closed {
      animation:400ms ease 0ms 1 normal forwards running animation-bEOnLF;
    }


    .evaxnl {
      color:var(--Snowbound);
      width:20rem;
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:x-large;
      column-gap:.5rem;
      text-align:left;
      align-items:center;
      font-weight:500;
      padding-top:.75rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:.75rem;
      justify-content:flex-start;
    }

    .dzUxD {
      width:20rem;
      display:flex;
      animation:400ms ease 0ms 1 normal forwards running animation-nUYLa;
      align-items:flex-start;
      margin-left:1.5rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dzUxD.visible {
      animation:400ms ease 0s 1 normal forwards running animation-dMmxsY;
    }

    @keyframes animation-nUYLa {
        0% {
          undefined: ;
        }

        0% {
          translate: 0px;
        }

        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }

        100% {
          translate: 0 2rem 0;
        }
    }


    @keyframes animation-dMmxsY {
        0% {
          translate: 0 2rem 0;
        }

        0% {
          undefined: ;
        }

        0% {
          opacity: 0;
        }

        100% {
          translate: 0rem;
        }

        100% {
          opacity: 1;
        }
    }

    .eqepMm {
      width:40%;
      height:100%;
      display:flex;
      row-gap:.5rem;
      column-gap:.5rem;
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:flex-start;
    }

    .hNLmC {
      width:20rem;
      opacity:0;
      animation:400ms ease 0ms 1 normal forwards running animation-fEUYqK;
    }

    .hNLmC.visible {
      opacity:1;
      animation:400ms cubic-bezier(0.3, 0.01, 0.25, 1) 0ms 1 normal forwards running animation-dXxmXW;
    }


    .fhtmZW {
      width:3rem;
      height:3px;
      background:var(--grey-900);
    }

    .cKlWuz {
      width:40%;
      height:100%;
      display:flex;
      row-gap:.75rem;
      column-gap:.75rem;
      align-items:flex-end;
      padding-top:.5rem;
      margin-right:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:.5rem;
      justify-content:center;
    }

    .deXawT {
      color:var(--Snowbound);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      flex-wrap:wrap;
      font-size:x-large;
      column-gap:.5rem;
      text-align:left;
      align-items:center;
      font-weight:500;
      padding-top:.75rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:.75rem;
      justify-content:flex-start;
    }

    .qTxjw {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:0;
      flex-wrap:nowrap;
      background:var(--Peppercorn);
      column-gap:1.5rem;
      margin-top:6rem;
      min-height:87%;
      align-items:flex-start;
      padding-top:2.5rem;
      flex-direction:row;
      justify-content:center;
    }

    .cvizqC {
      width:3rem;
      cursor:pointer;
      height:3rem;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .bjVqaC {
      width:20rem;
      display:flex;
      align-items:flex-start;
      margin-bottom:2rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .fsSeJD {
      color:var(--Snowbound);
      width:20rem;
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:x-large;
      column-gap:.5rem;
      margin-top:2rem;
      text-align:left;
      align-items:center;
      font-weight:500;
      padding-top:.75rem;
      border-radius:0.375rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:.75rem;
      justify-content:flex-start;
    }

    .cqmByx {
      width:20%;
      height:100%;
      display:flex;
      margin-top:.3rem;
      align-items:center;
      margin-bottom:.3rem;
      justify-content:center;
    }

    .dLZTsW {
      width:3rem;
      height:3px;
      background:var(--grey-900);
    }

    .dLZTsW.drawn {
      animation:300ms ease 0ms 1 normal forwards running animation-euvkHA;
      transition:width 300ms cubic-bezier(0.35, 0.03, 0.25, 1);
    }

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

        100% {
          scale: .5 1 1;
        }
    }

    .NeuroServices\:yyL1ZH2Q3qeV0KoNQj4Wf {
      width:100%;
      display:none;
      position:absolute;
      min-height:5rem;
    }

    @media (max-width: 1000px) {

    .NeuroServices\:yyL1ZH2Q3qeV0KoNQj4Wf {
      display:flex;
    }
    }