*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #1a1c1f;
  color: #fafcff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

#container {
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}

input[type=text],
input[type=number],
input[type=submit],
button,
select {
  color: #fafcff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

i, span.material-symbols-rounded {
  position: relative;
}

.background-wrapper {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-wrapper img {
  max-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 0;
}
.background-wrapper video {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.background-wrapper .background-overlay {
  background: rgba(0, 5, 15, 0.15);
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.main-content {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}
.main-content .aldesk-logo-wrapper {
  align-items: center;
  display: flex;
  user-select: none;
}
.main-content .aldesk-logo-wrapper .icon-overlay {
    height: 128px;
    position: absolute;
    width: 128px;
    z-index: 2;
}
.main-content .aldesk-logo-wrapper .animated-icon {
  align-items: center;
  display: flex;
  height: 128px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 128px;
}
.main-content .aldesk-logo-wrapper .animated-icon img {
  bottom: 0%;
  filter: invert(95%);
  max-height: 100%;
  max-width: 100%;
  position: absolute;
}
.main-content .aldesk-logo-wrapper .animated-icon img[data-position=actual] {
  bottom: 0%;
  transition: bottom 1s ease;
}
.main-content .aldesk-logo-wrapper .animated-icon img[data-position=next] {
  bottom: -120%;
  transition: bottom 1s ease;
}
.main-content .aldesk-logo-wrapper .animated-icon img[data-position=launched] {
  bottom: 120%;
  transition: bottom 1s ease;
}
.main-content .aldesk-logo-wrapper .animated-icon img[alt="/assets/png/5.png"],
.main-content .aldesk-logo-wrapper .animated-icon img[alt="/assets/png/6.png"] {
  transform: scale(0.9);
  margin-bottom: 1px;
}
.main-content .aldesk-logo-wrapper .animated-icon img[alt="/assets/png/7.png"],
.main-content .aldesk-logo-wrapper .animated-icon img[alt="/assets/png/8.png"] {
  transform: scale(0.95);
}
.main-content .aldesk-logo-wrapper .logo-text {
  bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 24px;
  position: relative;
}
.main-content .aldesk-logo-wrapper .logo-text .main-text {
  color: #fafcff;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.main-content .aldesk-logo-wrapper .logo-text .slogan-text {
  bottom: 4px;
  color: #909295;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 4px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: 250px;
}/*# sourceMappingURL=style.css.map */