.elementor-4612 .elementor-element.elementor-element-12094ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-55207a5 */html {
  scroll-behavior: smooth;
}
main {
  margin: 0;
  background: #000;
  touch-action: pan-y;
  overflow: auto;
}
section {
  display: flex;
  justify-content: center;
}
video {
  position: fixed;
  z-index: 0;
  max-width: 100%;
}
.scroll-dummy {
  height: 1000px;
  max-width: 998px;
  padding: 20px;
  z-index: 1;
  font-family: sans-serif;
}

.scroll-dummy h1 {
  font-size: 80px;
  font-weight: 700;
  padding: 200px 0;
  color: white;
}

.scroll-dummy p, .scroll-dummy a {
  font-size: 20px;
  color: #ccc;
  line-height: 1.4;
}

code {
  font-family: monospace;
  background: #333;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px 4px;
}/* End custom CSS */