.privacy-secA {
  background: var(--white);
  margin-top: var(--headerheight);
  padding: 65px 0;
}
@media (max-width: 675px) {
  .privacy-secA {
    padding: 45px 0;
  }
}
.privacy-secA .website-content h1 {
  font-size: 48px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .privacy-secA .website-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .privacy-secA .website-content h1 {
    font-size: 28px;
  }
}
.privacy-secA .website-content h2 {
  font-size: 36px;
}
@media (max-width: 675px) {
  .privacy-secA .website-content h2 {
    font-size: 22px;
  }
}
.privacy-secA .website-content h3 {
  font-size: 28px;
}
@media (max-width: 675px) {
  .privacy-secA .website-content h3 {
    font-size: 24px;
  }
}
.privacy-secA .website-content h4 {
  font-size: 22px;
}
.privacy-secA .website-content h5 {
  font-size: 20px;
}
.privacy-secA .website-content h6 {
  font-size: 18px;
}
.privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4 {
  margin: 40px 0 15px;
}
.privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  margin: 30px 0 15px;
}
.privacy-secA .website-content p, .privacy-secA .website-content li {
  color: var(--text);
  text-align: justify;
}
.privacy-secA .website-content a {
  color: var(--primary);
}
.privacy-secA .website-content a:hover {
  text-decoration: underline;
}
.privacy-secA .website-content p, .privacy-secA .website-content ul {
  margin-bottom: 20px;
}
.privacy-secA .website-content ul {
  padding-left: 35px;
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul {
    padding-left: 10px;
  }
}
.privacy-secA .website-content ul li {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul li {
    padding-left: 25px;
  }
}
.privacy-secA .website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.privacy-secA .website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gradient);
}

.thank-you-banner {
  position: relative;
  position: relative;
}
.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 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .thank-you-banner .bg img {
    height: 500px;
  }
}
.thank-you-banner .banner-wrapper {
  position: absolute;
  top: 58%;
  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;
}
.thank-you-banner .banner-wrapper .content .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  background: #fff;
}
.thank-you-banner .banner-wrapper .content .btn svg, .thank-you-banner .banner-wrapper .content .btn path {
  transition: 0.7s;
}
.thank-you-banner .banner-wrapper .content .btn::before, .thank-you-banner .banner-wrapper .content .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.thank-you-banner .banner-wrapper .content .wtsp {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: none;
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  border: 1px solid #fff;
}
.thank-you-banner .banner-wrapper .content .wtsp svg, .thank-you-banner .banner-wrapper .content .wtsp path {
  transition: 0.7s;
}
.thank-you-banner .banner-wrapper .content .wtsp::before, .thank-you-banner .banner-wrapper .content .wtsp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}/*# sourceMappingURL=other.css.map */