@media (min-width: 992px) {
  .main__teasing {
    position: absolute!important;
  }
}
#lottie {
  float: left;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background-color: #51b878;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#lottie.blue {
  background-color: #211551;
}
#lottie > div {
  width: 100vw!important;
  height: 100vh!important;
  z-index: 2;
}
#lottie.hide {
  opacity: 0;
}
#lottie.removed {
  display: none;
}
.my-background-video {
  transition-duration: 0s!important;
}
#loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}
@media all and (max-width: 768px) {
  #loader {
    display: none;
  }
}
#loader svg {
  max-width: 170px;
  width: 100%;
  fill: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#loader > div {
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#loader > div.left {
  left: 0px;
  top: 0px;
  background-color: #3b975e;
}
#loader > div.right {
  right: 0px;
  bottom: 0px;
  background-color: #151219;
}
#loader.hide > div.left {
  height: 0px;
}
#loader.hide > div.right {
  height: 0px;
}
.messenger .one,
.messenger .two,
.messenger .three {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media all and (max-width: 600px) {
  .main__container {
    background-color: #51b878;
  }
}
/*# sourceMappingURL=style.css.map */