body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

#section-1, #section-2-container {
  transition: opacity 1s;
}

.hero {
  z-index: 100;
}
.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 0.3;
}

#progress-bar {
  display: none;
}

.container {
  z-index: 100;
}

.partitioned {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 50px;
  letter-spacing: 19.5px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 45px;
  width: 340px;
  outline: none;
  font-family: "Roboto Mono", monospace;
}

#divInner {
  left: 0;
  position: sticky;
}

#divOuter {
  overflow: hidden;
  top: 50%;
  z-index: 100;
  width: 305px;
}

#divOuter2 {
  width: 50px;
  overflow: hidden;
}

.curtain {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.curtain__wrapper {
  width: 100%;
  height: 100%;
}
.curtain__wrapper input[type=checkbox] {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--left {
  transform: translateX(0);
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--right {
  transform: translateX(0);
}
.curtain__panel {
  display: flex;
  align-items: center;
  background: white;
  color: #fff;
  float: left;
  position: relative;
  width: 50%;
  height: 100vh;
  transition: transform 2s ease-out;
  z-index: 2;
}
.curtain__panel--left {
  justify-content: flex-end;
  transform: translateX(-100%);
}
.curtain__panel--right {
  justify-content: flex-start;
  transform: translateX(100%);
}
.curtain__content {
  align-items: center;
  background: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.curtain__content img {
  width: 190px;
}
.curtain__content .maps-icon {
  width: 110px;
}

#wrong-answer {
  display: none;
}

#curtain h1 {
  color: white;
}

#confetti-holder {
  width: 120%;
  height: 120%;
  display: none;
  background: black;
  position: fixed;
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
