@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  background-image: url("/img/bg_bolt.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
@media (max-width: 992px) {
  body {
    background-image: none;
    animation: none;
  }
}

html, body {
  overscroll-behavior: none;
  height: 100%;
}

header img.mpd-logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  header img.mpd-logo {
    width: 150px;
  }
}

.coming_soon_block {
  background-color: #f17e23;
  color: white;
  padding: 15px 0 0 0;
  font-weight: 700;
}
.coming_soon_block img {
  width: 100%;
}

img.thunder-bolts-logo {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-top: -90px;
}
@media (max-width: 992px) {
  img.thunder-bolts-logo {
    margin-top: 0px;
  }
}

form.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 6;
}
form.container input.form-control:focus {
  box-shadow: none;
  border-color: #00984a;
}
form.container textarea.form-control:focus {
  box-shadow: none;
  border-color: #00984a;
}

@keyframes enterCards {
  0% {
    transform: translateX(-550px) translateY(0px) rotate(0deg);
  }
  100% {
    transform: var(--final-transform);
  }
}
#footer_cards {
  overflow: hidden;
  max-height: 200px;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer_cards .card_wrap {
  animation: enterCards 1s ease-out;
  animation-fill-mode: backwards;
  transition: transform 0.3s ease-in-out;
  transform: var(--final-transform);
}
#footer_cards .card_wrap img {
  height: 270px;
  width: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: block;
}
#footer_cards .card_wrap.card_b {
  --final-transform: translateX(-80px) translateY(18px) rotate(-11deg);
  z-index: 5;
}
#footer_cards .card_wrap.card_b:hover {
  transform: translateX(-80px) translateY(8px) rotate(-5deg);
}
#footer_cards .card_wrap.card_d {
  --final-transform: translateX(-160px) translateY(10px) rotate(4deg);
  z-index: 4;
}
#footer_cards .card_wrap.card_d:hover {
  transform: translateX(-160px) translateY(5px) rotate(1deg);
}
#footer_cards .card_wrap.card_o {
  --final-transform: translateX(-230px) translateY(30px) rotate(10deg);
  z-index: 3;
}
#footer_cards .card_wrap.card_o:hover {
  transform: translateX(-230px) translateY(25px) rotate(5deg);
}
#footer_cards .card_wrap.card_r {
  --final-transform: translateX(-295px) translateY(55px) rotate(20deg);
  z-index: 2;
}
#footer_cards .card_wrap.card_r:hover {
  transform: translateX(-295px) translateY(45px) rotate(15deg);
}

.text-orange {
  color: #f17e23;
}

.text-green {
  color: #00984a;
}

.border-orange {
  border-color: #f17e23;
}

.border-green {
  border-color: #00984a;
}

@media (max-width: 992px) {
  h2 span {
    display: block;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}

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