
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#content-block-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-19 .main-content h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#content-block-19 .main-content h4 {
  font-weight: 600;
  color: #495057;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
#content-block-19 .main-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-19 .main-content ul,
#content-block-19 .main-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #555;
}
#content-block-19 .main-content ul li,
#content-block-19 .main-content ol li {
  margin-bottom: 0.5rem;
}
#content-block-19 .sidebar {
}
#content-block-19 .sidebar .widget {
  margin-bottom: 2rem;
}
#content-block-19 .sidebar .widget:last-child {
  margin-bottom: 0;
}
#content-block-19 .widget-heading h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
#content-block-19 .widget-text p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul li {
  margin-bottom: 0.5rem;
}
#content-block-19 .widget-links ul li a {
  text-decoration: none;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
#content-block-19 .widget-links ul li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#content-block-19 .widget-links ul li a i {
  margin-right: 0.4rem;
  font-size: 0.8em;
}
#content-block-19 .widget-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
#content-block-19 .widget-image .caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
#content-block-19 .widget-cta {
  background-color: #e9ecef;
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}
#content-block-19 .widget-cta p {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
}
#content-block-19 .widget-cta .btn {
}
@media (max-width: 991.98px) {
  #content-block-19 .sidebar {
    margin-top: 3rem;
  }
}



#text-block-19 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-19 .container {
  max-width: 850px;
}
#text-block-19 .featured-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
#text-block-19 .content-below-image .featured-image-wrapper {
  margin-bottom: 0;
  margin-top: 40px;
}
#text-block-19 .featured-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-19 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-19 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-19 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-19 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-19 {
    padding: 60px 0;
  }
  #text-block-19 .text-heading {
    font-size: 2rem;
  }
  #text-block-19 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-19 .featured-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}


