body,
html {
  overflow: hidden;
  padding: 0 !important;
}

#homeHeader {
  visibility: hidden;
}

.wrapper {
    visibility: hidden;
}

#landing {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: white;
  /*transform: translate(0,-70px);*/
}

#logoAnimationContainer {
  height: 100%;
  width: 90%;
  max-width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#logoAnimationContainer svg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

#logoAnimationContainer #subtitle {
  visibility: hidden;
}

#logoAnimationContainer #background,
#logoAnimationContainer #title-start,
#logoAnimationContainer #title-end {
  visibility: hidden;
}

#animationContainer {
  position: absolute;
  min-height: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#ctaButton {
  visibility: hidden;
  display: none;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center;
}

#scrollDownCaret {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
  min-height: 50px;
  visibility: hidden;
}

#scrollDownCaret img {
  height: 20px;
}

#particlebg {
  /* don't use z-index: -1 with elements near GSAP animations */
  /* can cause rendering glitches in Safari on iOS and macOS */
  z-index: 0;
}

#logoPlaceholder {
  visibility: hidden;
}

#logoToMoveIntoNavbarContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#logoToMoveIntoNavbar {
  position: absolute;
  z-index: 1001;
  visibility: hidden;
}
#logoToMoveIntoNavbar img {
  width: 100%;
  height: auto;
  overflow: visible;
}

/* navbar */
.header {
  display: flex;
  align-items: center;
}
/*
.header .logo {
  max-height: 44px;
  max-width: 150px;
}*/