body {
  overflow-x: hidden;
}

.backSoon {
  position: relative;
}

.backSoon .backSoon-hostimul-logo {
  margin-top: 30px;
}

.backSoon .backSoon-hostimul-text-head {
  margin-top: 70px;
}

.backSoon .backSoon-hostimul-text-head h2 {
  color: #4E286F;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .backSoon .backSoon-hostimul-text-head h2 {
    font-size: 18px !important;
  }
}

.backSoon .backSoon-hostimul-text-content {
  margin-top: 30px;
}

.backSoon .backSoon-hostimul-text-content .text-content-p, .backSoon .backSoon-hostimul-text-content .text-content-alt-p {
  color: #4E286F;
  text-align: center;
  width: 50%;
  margin: auto;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 27px;
}

@media screen and (max-width: 992px) {
  .backSoon .backSoon-hostimul-text-content .text-content-p, .backSoon .backSoon-hostimul-text-content .text-content-alt-p {
    font-size: 16px !important;
    width: 90%;
  }
}

.backSoon .backSoon-hostimul-text-content .text-content-alt-p {
  margin-top: 10px;
  width: 100% !important;
  color: #A13A8E;
  font-weight: 700;
  font-size: 16px;
}

.backSoon .backSoon-hostimul-svgAnimation {
  position: relative;
}

.backSoon .backSoon-hostimul-svgAnimation .backSoon-man-svg {
  width: 30%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  -webkit-animation: manSvgAni 3.5s ease-out 0.2s infinite none;
          animation: manSvgAni 3.5s ease-out 0.2s infinite none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.backSoon .backSoon-hostimul-svgAnimation .backSoon-man-svg.active-svg {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes manSvgAni {
  from {
    left: 0;
    opacity: 0;
  }
  to {
    left: 103%;
    opacity: 1;
  }
}

@keyframes manSvgAni {
  from {
    left: 0;
    opacity: 0;
  }
  to {
    left: 103%;
    opacity: 1;
  }
}
/*# sourceMappingURL=backSoon.css.map */