body {
  background-color: #F6F9FB;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .section-header {
  display: flex;
  padding: 24px 12px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body .section-header {
    flex-direction: column;
    gap: 12px;
  }
}
body .section-header img {
  max-width: 200px;
}
body .section-header #datetime {
  color: #8f909f;
  font-size: 14px;
}
body .section-content {
  max-width: 600px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #dbe4ed;
  margin: 0 auto;
  padding: 40px 32px;
}
@media (max-width: 768px) {
  body .section-content {
    padding: 32px 20px;
  }
}
body .section-content .wrapper {
  padding: 0 12px;
}
body .section-content h1 {
  text-align: left;
  font-size: 32px;
}
body .section-content p {
  text-align: left;
}
body .section-content ol {
  text-align: left;
}
body .section-content .c-btn {
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #2790E1;
  border-radius: 8px;
  display: block;
  margin-top: 16px;
  transition: background-color 0.3s ease;
}
body .section-content .c-btn:hover {
  background-color: #1E6BB8;
}
body .section-content .carousel .carousel-control-prev {
  left: -40px;
}
body .section-content .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background-size: 16px;
}
body .section-content .carousel .carousel-control-next {
  right: -40px;
}
body .section-content .carousel .carousel-control-next .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 16px;
}
body .section-content .carousel .testimonial-card p {
  text-align: center;
}
body .section-content.success h1 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
}
body .section-content.success p {
  font-size: 16px;
  text-align: center;
}
body .section-content.success ol,
body .section-content.success .gray-box {
  background: #f7fafc;
  border-radius: 8px;
  padding: 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}
body .section-content.success ol p,
body .section-content.success .gray-box p {
  margin: 0;
}
body .section-content.success .notice {
  font-size: 16px;
  font-weight: 700;
  color: #475569;
  margin-top: 24px;
}
body .section-content.success .testimonials-messages {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
}
body .section-content.success .testimonials-messages em {
  color: #475569;
  font-size: 15px;
}
body footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  body footer {
    flex-direction: column;
    gap: 12px;
  }
}
body footer .logo {
  max-width: 200px;
}

.highlight {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 4px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 0;
}

.btn-primary {
  background-color: #2f68ff;
  border-color: #2f68ff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

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