@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
body {
  min-height: 100vh;
  font-family: Onest, sans-serif;
  font-size: 18px;
  background: url(../images/blob-bg.jpg) fixed no-repeat center/cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1:not(.modal-title) {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 800;
  color: #0567b2;
  line-height: 1.1;
  letter-spacing: -0.25px;
}

p {
  margin: 0 0 20px;
  font-size: 24px;
}

button:not(.slick-next, .slick-prev, [id^='slick-slide-control'], .btn-close) {
  position: relative;
  z-index: 99;
  padding: 10px 40px;
  background: #f06d2e;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  transition: 150ms all ease-in-out;
}

button:not(.slick-next, .slick-prev, [id^='slick-slide-control'], .btn-close):hover {
  background: #db6310;
}

section {
  padding: 40px 0;
}

section img {
  position: absolute;
  width: 960px;
  left: 50%;
  top: -50px;
  margin-left: -480px;
  transform: rotate(-2deg);
}

section .video-wrap {
  margin-bottom: 30px;
  padding: 30px;
  backdrop-filter: blur(15px) grayscale(10%);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.3), 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.modal-header {
  padding: 20px 30px;
  background: #0045a8;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.modal-body {
  padding: 20px 30px;
  font-size: 16px;
}

.modal-body button {
  width: 100%;
}

form .form-check-label {
  font-size: 14px;
}

form img {
  display: none;
}

#form-thanks {
  display: none;
}

#form-thanks h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

#form-thanks p {
  margin: 0;
  text-align: center;
  font-size: 18px;
}

#loadingGraphic {
  display: none;
  transform: translateY(10px);
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #0045a8;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #0045a8;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #0045a8;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #0045a8;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  body {
    line-height: 1.3;
  }
  section .video-wrap {
    padding: 10px;
    border-radius: 10px;
  }
}
