@media (max-width: 991.98px) {
  .hideMobile {
    display: none!important;
  }
}

@media (min-width: 992px) {
  .hideDesktop {
    display: none!important;
  }
}

.m350btn {
  transition: 0.3s;
  background: #3f3fcd;
  color: #f6f6f6;
  padding: 15px 30px;
  border-style: none;
  text-transform: uppercase;
  font-family: 'Roboto Flex';
  font-weight: 700;
  font-size: 0.875rem;
}

.m350btn:hover {
  transition: 0.3s;
  background: #5252D2;
  color: #f6f6f6;
}

.bg {
  background: #37363E;
  min-height: 762px;
  height: fit-content;
}

.scroll-top-wrapper {
  position: fixed;
  right: 30px;
  z-index: 1050;
  transition: bottom 0.3s ease;
}

#scrollTopBtn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

