.web-content-sec {
  margin-top: var(--headerheight);
  padding: 65px 0;
}
@media only screen and (max-width: 767px) {
  .web-content-sec {
    padding: 45px 0;
  }
}
.web-content-sec h2, .web-content-sec h3, .web-content-sec h4, .web-content-sec h5, .web-content-sec h6 {
  font-family: "Roboto", sans-serif;
}
.web-content-sec h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.web-content-sec h2, .web-content-sec h3 {
  font-weight: 500;
}
.web-content-sec h2, .web-content-sec h3 {
  font-size: 24px;
  margin: 12px 0 20px;
}
@media only screen and (max-width: 520px) {
  .web-content-sec h2, .web-content-sec h3 {
    margin: 12px 0 16px;
  }
}
.web-content-sec p, .web-content-sec ul {
  margin-bottom: 20px;
  text-align: justify;
}
.web-content-sec ul {
  padding-left: 35px;
}
@media only screen and (max-width: 520px) {
  .web-content-sec ul {
    padding-left: 20px;
  }
}
.web-content-sec ul li {
  list-style: disc;
}
.web-content-sec ul li::marker {
  color: var(--blue);
}

.thank-you-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.thank-you-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.6);
}
.thank-you-banner .bg {
  line-height: 0;
}
.thank-you-banner .bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank-you-banner .banner-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
.thank-you-banner .banner-wrapper .content {
  text-align: center;
  color: var(--white);
}
.thank-you-banner .banner-wrapper .content p {
  margin: 8px 0 50px;
}
.thank-you-banner .banner-wrapper .content .btm-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}/*# sourceMappingURL=other.css.map */