
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#policy-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-9 .header {
  text-align: center;
  margin-bottom: 20px;
}
#policy-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-9 .scrollable-box {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
}



#text-block-30 {
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color, #e0e0e0);
}
#text-block-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.3));
  z-index: 1;
}
#text-block-30 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-30 .text-cutout {
  font-size: 7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--fallback-heading-color, #fff);
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#text-block-30 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#text-block-30 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-30 {
    padding: 120px 0;
  }
  #text-block-30 .text-cutout {
    font-size: 5.5rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-30 {
    padding: 100px 15px;
    background-attachment: scroll;
  }
  #text-block-30 .text-cutout {
    font-size: 4rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-30 .text-cutout {
    font-size: 3rem;
  }
}
@supports not (-webkit-background-clip: text) and (not (background-clip: text)) {
  #text-block-30 .text-cutout {
    background-image: none !important;
    color: var(--fallback-heading-color, #fff) !important;
    -webkit-text-fill-color: initial !important;
  }
}



#faq-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-10 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-10 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-10 .faq-item {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
#faq-10 .faq-item:last-child {
  border-bottom: none;
}
#faq-10 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
}
#faq-10 .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #17a2b8;
  transition: transform 0.3s;
}
#faq-10 .faq-answer {
  display: none;
  font-size: 14px;
  color: #6c757d;
  margin-top: 10px;
}
#faq-10 .faq-item.active .faq-answer {
  display: block;
}
#faq-10 .faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}


