<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module-circle-container {
  position: relative;
  height: calc(300vh);
}

.module-circle-container .start-text {
  top: 40%;
  position: absolute;
  color: white;
  background: 0;
  text-align: center;
  z-index: 5;
}

.module-circle-container .start-text h2 {
  color: inherit;
  font-size: 48px;
  position: relative;
}

.module-circle-container .end-text {
  position: absolute;
/*   margin: 0px auto 10vw; */
  text-align: center;
  z-index: 2;
} */

.module-circle-container .end-text h2{
  font-size: 48px;
}

.module-circle-container .end-text .bold {
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .module-circle-container .end-text .bold {
    font-weight: inherit
  }
}

.module-circle-container .track {
  position: sticky;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  top: 0px;
}


.module-circle-container .track svg {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
</pre></body></html>