:root {
  --logo-size-height: 80px;
  --space-block: 50px;
  --time-animation-change-vehicles-css: 750ms;
  --time-animation-change-vehicles-js: 750;
}
@media only screen and (max-width: 868px) {
  :root {
    --logo-size-height: 65px;
    --space-block: 35px;
  }
}

.mfp-wrap {
  animation: zoomInWrap 0.3s linear;
  transform-origin: top center;
}
@keyframes zoomInWrap {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

#main section {
  margin-bottom: 65px;
}

/*# sourceMappingURL=introduce_child.css.map */
