@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0px !important;
}

body {
  position: relative;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #101828;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

.has-open-nav {
  overflow: hidden;
}

p {
  margin: 0 0 1.5rem;
  color: #000;
  font-size: 1rem;
}

.stats-highlight__label, .faq__subtitle, .contact-section__subtitle, .team-slider__subtitle, .services-grid__subtitle, .page-content .page-entry__content .is-style-subheading,
.page-content .page-entry__content .has-subheading-font-size, .section-heading__subtitle, .section-subtitle {
  color: #707070;
  font-size: 1.5rem;
  line-height: 1.6;
}

.wrapper {
  width: 100%;
  position: relative;
}

.section {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.section__full {
  width: 100%;
  margin: 0 auto;
  padding: 96px 0px;
}
.section__fullwide {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.section__fullwide-inner {
  width: 100%;
}
.section__title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 36px;
  }
}
.section__title.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: #001252;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #001252;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.button:hover {
  background: #000929;
  border-color: #000929;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(18, 48, 114, 0.2);
}
.button.button--ghost {
  background: transparent;
  color: #001252;
  border-color: #001252;
}
.button.button--ghost:hover {
  background: rgba(18, 48, 114, 0.08);
  color: #001252;
  box-shadow: none;
}
.button-filled {
  background: linear-gradient(135deg, #1a6bff 0%, #0b2b6f 100%);
  border-color: transparent;
}
.button-filled:hover {
  background: linear-gradient(135deg, #065eff 0%, #09245c 100%);
}
.button.button--outline {
  background: transparent;
  color: #3ac28f;
  border: 2px solid #3ac28f;
  padding: 0.85rem 1.8rem;
}
.button.button--outline:hover {
  background: #3ac28f;
  color: #ffffff;
  border-color: #3ac28f;
  box-shadow: 0 8px 18px rgba(58, 194, 143, 0.25);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  background: transparent;
  color: #001252;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 18, 82, 0.2);
}
.btn--outline {
  border-color: #3ac28f;
  color: #3ac28f;
}
.btn--outline:hover {
  background: #3ac28f;
  color: #ffffff;
}
.btn--underline {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #001252;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  gap: 0;
  position: relative;
  transition: color 0.2s ease;
}
.btn--underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.btn--underline:hover {
  color: #00071f;
  transform: none;
}
.btn--underline:hover::after {
  transform: scaleX(1.05);
}
.btn--underline:focus {
  box-shadow: none;
}
.btn--link {
  padding: 0;
  border: none;
  border-radius: 0;
  color: #001252;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  font-weight: 600;
}
.btn--link:hover {
  color: #00071f;
  transform: none;
}
.btn--link:focus {
  box-shadow: none;
}

.mobile-flex {
  display: none !important;
}

.desktop-flex {
  display: flex !important;
}

.desktop {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .mobile-flex {
    display: flex !important;
  }
  .desktop-flex {
    display: none !important;
  }
  .desktop {
    display: none !important;
  }
}
.h1-title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .h1-title {
    font-size: 42px;
  }
}

.h2-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 28x;
  }
}

.h3-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #001252;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body.home .section__full.facility-gallery {
  padding-top: 0px;
}

body.home .section__full.specialists-slider {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  body.home .section__full.specialists-slider {
    padding-top: 50px;
    padding-bottom: 0;
  }
  body.home .section__full.facility-gallery {
    padding-top: 30px;
  }
}
.footer {
  width: 100%;
  background-color: #001252;
  color: #fff;
}
.footer__top {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
}
.footer__top-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}
@media (max-width: 768px) {
  .footer__top-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__top-nav--logo {
  padding: 2rem 1rem 2rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top-nav--logo {
    padding: 1.5rem 0;
  }
}
.footer__top-nav--logo .footer__logo-link {
  display: inline-flex;
  align-items: center;
}
.footer__top-nav--logo .footer__logo-img {
  max-height: 66px;
  width: auto;
  height: 100%;
  min-height: 66px;
  width: auto;
}
@media (max-width: 768px) {
  .footer__top-nav--logo .footer__logo-img {
    height: 56px;
  }
}
@media (max-width: 520px) {
  .footer__top-nav--logo .footer__logo-img {
    height: 48px;
  }
}
.footer__top-nav--items .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style-type: none;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .footer__top-nav--items .menu {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
.footer__top-nav--items .menu .menu-item {
  color: #fff;
}
@media (max-width: 768px) {
  .footer__top-nav--items .menu .menu-item {
    width: 100%;
  }
}
.footer__top-nav--items .menu .menu-item a {
  text-decoration: none;
  color: #fff;
  padding: 0 1rem 0 0;
}
.footer__top-nav--social {
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__top-nav--social {
    margin-left: 0;
  }
}
.footer__top-nav--social ul {
  display: flex;
  list-style-type: none;
  padding: 2rem;
}
@media (max-width: 768px) {
  .footer__top-nav--social ul {
    padding: 1.5rem 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.footer__top-nav--social ul li {
  color: #fff;
}
.footer__top-nav--social ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 1rem;
}
@media (max-width: 768px) {
  .footer__top-nav--social ul li a {
    padding: 0 1rem 0 0;
  }
}
.footer__address {
  width: 90%;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  color: #fff;
}
.footer__address-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__address-row {
    flex-direction: column;
    gap: 16px;
    padding: 1.5rem 0;
  }
}
.footer__address-col {
  min-width: 0;
}
@media (max-width: 768px) {
  .footer__address {
    padding: 1.5rem 0;
  }
}
.footer__address p {
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.footer__bottom {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    font-size: 0.8rem;
  }
}
.footer__bottom-link {
  text-decoration: none;
  color: #fff;
}
.footer__bottom-link:hover {
  color: #ff6b6b;
}
.footer__bottom p {
  color: #667085;
  margin: 0;
}
.footer__legal {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
  align-items: center;
}
.footer__legal li + li::before {
  content: "|";
  color: #667085;
  margin-right: 4px;
  opacity: 0.5;
}
.footer__legal a {
  text-decoration: none;
  color: #667085;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.footer__legal a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}
.site-header__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 520px) {
  .site-header__container {
    padding: 0 16px;
  }
}
.site-header__main {
  background: #ffffff;
}
.site-header__main .site-header__container {
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-header__primary {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
@media (max-width: 1023px) {
  .site-header__primary {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.site-header__toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: -1;
  }
}
.site-header__toggle-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 28px;
  height: 20px;
}
.site-header__toggle-line {
  width: 100%;
  height: 2px;
  background: #001252;
  border-radius: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header__toggle.is-active .site-header__toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__toggle.is-active .site-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.site-header__toggle.is-active .site-header__toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header__branding {
  display: flex;
  align-items: center;
  min-width: 180px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .site-header__branding {
    min-width: 120px;
  }
}
.site-header__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}
.site-header__logo {
  height: 100%;
  min-height: 56px;
  width: auto;
}
@media (max-width: 768px) {
  .site-header__logo {
    height: 56px;
  }
}
@media (max-width: 520px) {
  .site-header__logo {
    height: 48px;
  }
}
.site-header__nav {
  flex: none;
}
@media (max-width: 1023px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .site-header__panel {
    display: none;
  }
}
.site-header__panel-top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.site-header__panel-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.site-header__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  color: #667085;
}
.site-header__contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__contact-link:hover {
  color: #001252;
}
.site-header .primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .primary-menu li {
  margin: 0;
}
.site-header .primary-menu a {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #101828;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header .primary-menu a:hover, .site-header .primary-menu a.current-menu-item {
  color: #001252;
}
.site-header__cta {
  text-align: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #275040;
  border: 4px solid #2bb17d;
}
.site-header__cta::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.site-header__cta:hover {
  background-color: #2bb17d;
  border: 4px solid #2bb17d;
}
.site-header__cta:hover::after {
  transform: translateX(3px) rotate(45deg);
}
.site-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(16, 24, 40, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  z-index: 99;
}
.site-header__overlay.is-open {
  display: flex;
}
.site-header__overlay-content {
  background: #ffffff;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 24px;
}
.site-header__overlay-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__overlay-close {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 40, 0.1);
  background: transparent;
  cursor: pointer;
}
.site-header__overlay-close:before, .site-header__overlay-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #001252;
  transform-origin: center;
}
.site-header__overlay-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header__overlay-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header__overlay-nav .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-header__overlay-nav .mobile-menu li {
  margin: 0;
}
.site-header__overlay-nav .mobile-menu a {
  display: block;
  padding: 14px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #001252;
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}
.site-header__overlay-nav .mobile-menu a:hover {
  color: #00071f;
}
.site-header__overlay-nav .mobile-menu li:last-child a {
  border-bottom: none;
}
.site-header__overlay-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-header__overlay-meta .site-header__overlay-link {
  color: #667085;
  text-decoration: none;
}
.site-header__overlay-meta .site-header__overlay-link:hover {
  color: #001252;
}
.site-header__overlay-meta .site-header__overlay-cta {
  margin-top: 12px;
  width: 100%;
}

.comments {
  width: 90%;
  margin: 2% auto;
  font-family: "Lato", sans-serif;
  border-top: 2px dotted #e16625;
}
.comments .no-comments {
  padding-left: 10px;
}
.comments .comments__header {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 10px 10px;
}
.comments h2 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 10px;
}
.comments .inner {
  position: relative;
  padding: 10px 0 20px 0;
}
.comments .inner img {
  width: 30px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: 10px;
}
.comments .inner h4 {
  font-size: 14px;
  font-style: italic;
  color: grey;
  display: inline-block;
  font-weight: 300;
  padding: 5px 0 5px 55px;
}
.comments .inner h4 .url {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.comments .inner p {
  display: block;
  padding: 5px 0 5px 55px;
  width: 50%;
}
.comments .inner .comment-reply-link {
  position: absolute;
  bottom: 0;
  left: 55px;
  color: #1f6bff;
  text-decoration: none;
}
.comments #commentform {
  margin: 20px 0 10px 10px;
}
@media only screen and (max-width: 1024px) {
  .comments #commentform {
    margin: 20px auto 10px;
  }
}
.comments #commentform a {
  color: #e16625;
  text-decoration: none;
}
.comments #commentform .user__logged {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-style: normal;
}
.comments #commentform .textArea {
  font-family: "Lato", sans-serif;
  display: block;
  margin: 1% 0 0 0;
  border: 2px dotted #e16625;
  padding: 1rem;
}
@media only screen and (max-width: 1024px) {
  .comments #commentform .textArea {
    width: 100%;
    padding: 0;
  }
}
.comments #commentform .textArea::placeholder {
  font-style: italic;
}
.comments #commentform .textArea:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #e16625;
  border: 2px solid #e16625;
}
.comments #commentform button {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #e16625;
  display: inline-block;
  font-weight: 300;
  border: none;
  background: none;
  cursor: pointer;
}
.comments .depth-2 {
  padding-left: 3%;
}
.comments #cancel-comment-reply-link {
  display: block;
  color: #1f6bff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.carousel__box {
  position: absolute;
  right: 1rem;
  bottom: 3.25rem;
}
@media (max-width: 1024px) {
  .carousel__box {
    display: none;
  }
}

.carousel {
  position: relative;
  width: 450px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.carousel_slider {
  display: flex;
}
.carousel_slider-box {
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_slider-box--img {
  width: 43%;
  height: auto;
  padding: 10px;
  border-radius: 25% 0 0 0;
}
.carousel_slider-box--txt {
  width: 140px;
  padding: 8px 10px;
}
.carousel_slider-box--txt .carosuel-cat {
  max-width: 140px;
  min-width: 140px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ff6b6b;
  letter-spacing: 3px;
}
.carousel_slider-box--txt .carosuel-title {
  width: 140px;
  padding: 10px 0 0 0;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 1.2rem;
  text-align: center;
  color: #000;
}
.carousel_slider-box--txt .carosuel-txt {
  width: 140px;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: left;
  color: #000;
}

.slick-initialized .slick-slide {
  display: flex;
}

.hot-arrows {
  margin: 0 0 0 84px;
}

.slick-prev, .slick-next {
  z-index: 90;
  width: 100px;
}

.section-heading {
  margin: 0 0 48px;
}
.section-heading__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 768px) {
  .section-heading__title {
    font-size: 36px;
  }
}
.section-heading__subtitle {
  margin: 8px 0 0;
}

.input_container-submit {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto 0 auto;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
}

.input_container-submit:hover {
  color: #1f6bff;
}

.input_container-submit:focus {
  outline: none;
  border: none;
}

.posts_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px auto;
  padding: 0;
  width: 90%;
  order: 1;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.title_mobile {
  display: block;
}
@media (min-width: 1024px) {
  .title_mobile {
    display: none;
  }
}

.title_desktop {
  display: block;
}
@media (min-width: 1024px) {
  .title_desktop {
    display: block;
    margin-bottom: 50px;
  }
}

.section-single-post {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.leftBox {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .leftBox {
    width: 35%;
    max-width: 400px;
    margin-right: 2rem;
  }
}
.leftBox_item {
  margin: 10% auto 0 auto;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 1024px) {
  .leftBox_item {
    margin: 10% auto 0 auto;
  }
}
.leftBox_item-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0 0 25% 0;
}
.leftBox_itemColor {
  margin: 0 auto;
}
.leftBox_itemColor-head {
  font-size: 18px;
  font-weight: bold;
  border: 2px dotted #1f6bff;
  text-align: center;
  padding: 0px;
}
.leftBox_itemColor-list {
  padding: 20px;
}
.leftBox_itemColor-list li {
  list-style-type: circle;
  padding: 5px;
  font-size: 16px;
}

.infoBoxPost {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .infoBoxPost {
    width: 60%;
  }
}
.infoBoxPost .title_desktop {
  margin: 0;
}
.infoBoxPost .section_title-head {
  font-size: 35px;
  margin: 1rem auto 2rem;
  padding-top: 0px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .infoBoxPost .section_title-head {
    font-size: 80px;
    padding-top: 0px;
  }
}
@media (min-width: 1800px) {
  .infoBoxPost .section_title-head {
    font-size: 90px;
    padding-top: 0px;
  }
}
.infoBoxPost .iconSet {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 95%;
  cursor: default;
  margin: 6% 0 0 0;
}
@media (max-width: 1024px) {
  .infoBoxPost .iconSet {
    margin: 6% auto 15%;
  }
}
.infoBoxPost .iconSet_box {
  display: flex;
  margin: 0 auto 2rem;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .infoBoxPost .iconSet_box {
    flex-direction: column;
  }
}
.infoBoxPost .iconSet_box-iconBox {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .infoBoxPost .iconSet_box-iconBox {
    margin: 10px auto;
  }
}
.infoBoxPost .iconSet_icon {
  display: block;
  width: 18px;
  padding-left: 5px;
}
.infoBoxPost .iconSet_txt {
  display: flex;
  margin: 0 15px 0 7px;
  font-weight: 500;
  font-size: 18px;
}
.infoBoxPost .iconSet_txt p {
  padding-right: 7px;
}
.infoBoxPost .print {
  text-decoration: none;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .infoBoxPost .print {
    display: none;
  }
}
.infoBoxPost .print:hover {
  color: #1f6bff;
}
.infoBoxPost_description {
  width: 100%;
  font-size: 20px;
  font-weight: lighter;
  margin: 0 auto;
  text-align: justify;
}
@media (min-width: 1024px) {
  .infoBoxPost_description {
    width: 85%;
  }
}
.infoBoxPost_content {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
}
@media (min-width: 1024px) {
  .infoBoxPost_content {
    width: 85%;
  }
}

.gallery {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px auto;
}
@media (min-width: 1024px) {
  .gallery {
    margin: 100px auto;
    flex-direction: row;
  }
}
.gallery div {
  margin: 2rem auto;
  width: fit-content;
}
@media (min-width: 1024px) {
  .gallery div {
    margin: 0;
  }
}
.gallery-image {
  order: 1;
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.page-template-header {
  padding: 72px 0 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-header {
    padding: 48px 0 16px;
  }
}

.page-template-category {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #707070;
}
@media (max-width: 768px) {
  .page-template-category {
    font-size: 1.25rem;
  }
}

.page-template-title {
  margin: 0;
  color: #000;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .page-template-title {
    font-size: 42px;
  }
}

.single-specialist .wrapper {
  hyphens: auto;
}
.single-specialist .wrapper p,
.single-specialist .wrapper li,
.single-specialist .wrapper span {
  text-align: justify;
}
.single-specialist .wrapper .page-template-category {
  text-align: center;
}

.page-content {
  padding: 72px 0 24px;
}
@media (max-width: 768px) {
  .page-content {
    padding: 48px 0 16px;
  }
}
.page-content .page-entry__content {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}
.page-content .page-entry__content > *:first-child {
  margin-top: 0;
}
.page-content .page-entry__content > *:last-child {
  margin-bottom: 0;
}
.page-content .page-entry__content h1,
.page-content .page-entry__content h2,
.page-content .page-entry__content h3,
.page-content .page-entry__content h4 {
  margin: 2.5rem 0 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}
.page-content .page-entry__content h1:first-child,
.page-content .page-entry__content h2:first-child,
.page-content .page-entry__content h3:first-child,
.page-content .page-entry__content h4:first-child {
  margin-top: 0;
}
.page-content .page-entry__content h1,
.page-content .page-entry__content h3,
.page-content .page-entry__content h4 {
  color: #001252;
}
.page-content .page-entry__content h1 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .page-content .page-entry__content h1 {
    font-size: 36px;
  }
}
.page-content .page-entry__content h2 {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .page-content .page-entry__content h2 {
    font-size: 36px;
  }
}
.page-content .page-entry__content h3 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .page-content .page-entry__content h3 {
    font-size: 24px;
  }
}
.page-content .page-entry__content h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .page-content .page-entry__content h4 {
    font-size: 20px;
  }
}
.page-content .page-entry__content p {
  margin: 0 0 1.5rem;
}
.page-content .page-entry__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.page-content .page-entry__content td {
  border: 1px solid currentColor;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.page-content .page-entry__content ul,
.page-content .page-entry__content ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
.page-content .page-entry__content ul li,
.page-content .page-entry__content ol li {
  margin: 0 0 0.75rem;
}
.page-content .page-entry__content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid rgba(0, 18, 82, 0.4);
  background: rgba(0, 18, 82, 0.04);
  font-style: italic;
}
.page-content .page-entry__content figure {
  margin: 0;
  text-align: center;
}
.page-content .page-entry__content figure img {
  width: 100% !important;
  height: auto;
}
.page-content .page-entry__content figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #667085;
}
.page-content .page-entry__content a {
  color: #001252;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.page-content .page-entry__content a:hover {
  color: #000929;
}

.hero {
  position: relative;
  width: 100%;
  background-color: var(--hero-bg, #f5f7fb);
  background-image: var(--hero-media);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--hero-text, #101828);
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .hero {
    padding: 80px 16px;
  }
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero__inner {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }
}
.hero__copy {
  flex: 1 1 50%;
  max-width: 560px;
  color: inherit;
}
@media (max-width: 992px) {
  .hero__copy {
    max-width: none;
  }
}
.hero__title {
  margin: 0;
  color: inherit;
}
.hero__title-eyebrow, .hero__title-main {
  display: block;
}
.hero__title-eyebrow {
  margin-bottom: 12px;
  font-weight: 400;
  color: inherit;
}
.hero__title-main {
  font-weight: 700;
}
.hero__description {
  margin: 24px 0 0;
  font-size: 1rem;
  color: inherit;
  line-height: 1.6;
}
.hero__description p {
  color: inherit;
}
.hero__actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__actions .btn,
.hero__actions .btn--underline,
.hero__actions .btn--link,
.hero__actions .button {
  color: inherit;
}
.hero__actions .btn--underline:hover,
.hero__actions .btn--link:hover {
  color: inherit;
}
@media (max-width: 520px) {
  .hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .hero__actions .button {
    width: 100%;
  }
}
.hero__media {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .hero__media {
    width: 100%;
  }
}
.hero__image {
  width: 100%;
  max-width: 440px;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(18, 48, 114, 0.2);
  object-fit: cover;
}
@media (max-width: 520px) {
  .hero__image {
    border-radius: 24px;
  }
}

.services-grid {
  width: 100%;
}
.services-grid__inner {
  padding: 0;
}
.services-grid__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #001252;
}
.services-grid__subtitle {
  max-width: 520px;
  margin: 0 0 32px;
}
@media (max-width: 992px) {
  .services-grid__subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.services-grid__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media (max-width: 520px) {
  .services-grid__list {
    gap: 16px;
  }
}

.services-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  min-height: 260px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.services-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.12);
}
.services-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(18, 48, 114, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-card__icon img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.services-card__title {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #001252;
}
.services-card__desc {
  margin: 0 0 24px;
  color: #000;
  line-height: 1.5;
}
.services-card__link-wrapper {
  margin-top: auto;
}
.services-card__link-wrapper .services-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #001252;
  text-decoration: none;
  transition: color 0.2s ease;
}
.services-card__link-wrapper .services-card__link:after {
  content: "→";
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.services-card__link-wrapper .services-card__link:hover {
  color: #00071f;
}
.services-card__link-wrapper .services-card__link:hover:after {
  transform: translateX(4px);
}
.services-card__cta {
  margin-top: auto;
  width: 100%;
}
.services-card.is-highlight {
  background: #001252;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 24px 50px rgba(18, 48, 114, 0.35);
}
.services-card.is-highlight .services-card__title,
.services-card.is-highlight .services-card__desc {
  color: inherit;
}
.services-card.is-highlight .services-card__cta {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.services-card.is-highlight .services-card__cta:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
}

.services-overview {
  padding: 60px 0;
  background: #ffffff;
}
.services-overview__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.services-overview__heading {
  max-width: 560px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  grid-column: span 1;
}
.services-overview__heading .section-heading {
  margin: 0;
}
.services-overview__heading .section-heading__title {
  margin: 0;
}
.services-overview__heading .section-heading__subtitle {
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .services-overview__heading {
    grid-column: span 2;
  }
}
.services-overview__description {
  width: 100%;
  margin: 0;
  color: #667085;
}
.services-overview__description p {
  margin: 0 0 12px;
}
.services-overview__description p:last-child {
  margin-bottom: 0;
}
.services-overview__cta {
  align-self: flex-start;
  width: auto;
  display: inline-flex;
  margin-top: 8px;
}
.services-overview__empty {
  margin: 0;
  color: #667085;
}

.services-grid {
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  height: 100%;
}
.service-card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-start;
  padding: 36px 32px;
  background: rgba(0, 18, 82, 0.06);
  color: inherit;
  text-decoration: none;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card__inner:hover, .service-card__inner:focus {
  transform: translateY(-4px);
  box-shadow: 0 24px 36px rgba(0, 18, 82, 0.15);
  outline: none;
}
.service-card__icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.service-card__image {
  max-width: 88px;
  max-height: 88px;
  height: auto;
  width: 100%;
  object-fit: contain;
}
.service-card__icon-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 18, 82, 0.4);
  display: inline-block;
}
.service-card__body {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.service-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #001252;
}
.service-card__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
}
.service-card--cta {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .service-card--cta {
    grid-column: span 2;
  }
}
.service-card--cta .service-card__inner {
  background: #001252;
  color: #ffffff;
  justify-content: center;
  text-align: left;
}
.service-card--cta .service-card__inner:hover, .service-card--cta .service-card__inner:focus {
  box-shadow: 0 24px 36px rgba(0, 18, 82, 0.35);
}
.service-card--cta .service-card__title,
.service-card--cta .service-card__subtitle {
  color: #ffffff;
}
.service-card--cta .service-card__icon-placeholder {
  border-color: rgba(255, 255, 255, 0.6);
}

.facility-gallery {
  background: #ffffff;
}
.facility-gallery__inner {
  display: grid;
  column-gap: 24px;
  row-gap: 40px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .facility-gallery__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .facility-gallery__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 94px;
  }
}
.facility-gallery__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: span 1;
}
@media (max-width: 900px) {
  .facility-gallery__content {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .facility-gallery__content {
    grid-column: span 1;
  }
}
.facility-gallery__heading {
  margin: 0;
}
.facility-gallery__description {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}
.facility-gallery__cta {
  margin-top: 8px;
  align-self: flex-start;
  width: auto;
}
.facility-gallery__media {
  display: contents;
}
@media (max-width: 900px) {
  .facility-gallery__media {
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .facility-gallery__media {
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.facility-gallery__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.facility-gallery__image--narrow {
  grid-column: span 1;
  height: 100%;
}
.facility-gallery__image--wide {
  grid-column: span 2;
  aspect-ratio: 3/2;
}
@media (max-width: 900px) {
  .facility-gallery__image--wide {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .facility-gallery__image--wide {
    grid-column: span 1;
  }
}

.specialists-slider {
  background: #ffffff;
}
.specialists-slider__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .specialists-slider__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.specialists-slider__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: span 1;
}
@media (max-width: 1023px) {
  .specialists-slider__content {
    grid-column: span 2;
  }
}
.specialists-slider__heading {
  margin: 0;
  width: 100%;
}
.specialists-slider__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  max-width: 360px;
}
@media (max-width: 1023px) {
  .specialists-slider__description {
    max-width: none;
  }
}
@media (max-width: 740px) {
  .specialists-slider__description p {
    margin: 0;
  }
}
.specialists-slider__cta {
  margin-top: 8px;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .specialists-slider__cta {
    margin: 1rem 0 4rem;
  }
}
.specialists-slider__carousel {
  grid-column: span 3;
  position: relative;
}
@media (max-width: 1023px) {
  .specialists-slider__carousel {
    grid-column: span 2;
  }
}
.specialists-slider__track {
  position: relative;
  padding-bottom: 72px;
}
@media (max-width: 600px) {
  .specialists-slider__track {
    padding-bottom: 0;
  }
}
.specialists-slider__carousel .slick-dots {
  display: none !important;
}
.specialists-slider__carousel .slick-list {
  overflow: hidden;
}
.specialists-slider__slide, .specialists-slider__layout, .specialists-slider__card, .specialists-slider__image {
  height: 100%;
}
.specialists-slider__slideLink {
  text-decoration: none;
}
.specialists-slider__slide {
  width: 100%;
}
.specialists-slider__layout {
  width: 100%;
  display: grid;
  column-gap: 24px;
  row-gap: 94px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .specialists-slider__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .specialists-slider__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 740px) {
  .specialists-slider__layout {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.specialists-slider__card {
  grid-column: span 2;
  background: #001252;
  color: #ffffff;
  padding: 48px 40px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  aspect-ratio: 3/2;
}
@media (max-width: 1023px) {
  .specialists-slider__card {
    width: 100%;
    padding: 40px 32px;
    grid-column: span 1;
  }
}
@media (max-width: 740px) {
  .specialists-slider__card {
    grid-row: 2;
    aspect-ratio: 4/2.5;
  }
}
@media (max-width: 460px) {
  .specialists-slider__card {
    padding: 15px;
    aspect-ratio: 4/2;
  }
}
@media (max-width: 360px) {
  .specialists-slider__card {
    aspect-ratio: 3/2;
  }
}
.specialists-slider__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 460px) {
  .specialists-slider__card-inner {
    gap: 12px;
  }
}
.specialists-slider__card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 460px) {
  .specialists-slider__card-header {
    gap: 4px;
  }
}
.specialists-slider__name {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
@media (max-width: 460px) {
  .specialists-slider__name {
    font-size: 16px;
  }
}
.specialists-slider__role {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 460px) {
  .specialists-slider__role {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .specialists-slider__role {
    font-size: 11px;
  }
}
.specialists-slider__summary {
  margin: 0;
}
@media (max-width: 460px) {
  .specialists-slider__summary {
    display: none;
  }
}
.specialists-slider__summary p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1440px) {
  .specialists-slider__summary p {
    display: none;
  }
}
.specialists-slider__image {
  grid-column: span 1;
  width: 100%;
  background-color: rgba(0, 18, 82, 0.06);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 3/4;
}
@media (max-width: 740px) {
  .specialists-slider__image {
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .specialists-slider__image {
    grid-column: span 1;
  }
}
.specialists-slider__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 18, 82, 0.4);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(0, 18, 82, 0.06);
}
.specialists-slider__controls {
  position: absolute;
  left: 40px;
  bottom: 100px;
  display: flex;
  gap: 16px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 740px) {
  .specialists-slider__controls {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
}
.specialists-slider__carousel.is-initialized .specialists-slider__controls {
  opacity: 1;
  pointer-events: auto;
}
.specialists-slider__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.specialists-slider__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.specialists-slider__arrow:hover, .specialists-slider__arrow:focus {
  background: #ffffff;
  color: #001252;
  border-color: #ffffff;
  outline: none;
}
@media (max-width: 740px) {
  .specialists-slider__arrow {
    background: #001252;
    border-color: #001252;
  }
  .specialists-slider__arrow:hover, .specialists-slider__arrow:focus {
    background: #000b33;
    color: #ffffff;
    border-color: #000b33;
  }
}

.specialists-featured {
  padding: 60px 0;
}
.specialists-featured__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.specialists-featured__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.specialists-featured__item {
  position: relative;
  padding: 48px 0;
}
.specialists-featured__item::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #e9edfb;
  z-index: -1;
}
.specialists-featured__item.is-alt::before {
  background: #ffffff;
}
.specialists-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 900px) {
  .specialists-featured__card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
}
.specialists-featured__media {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .specialists-featured__media {
    max-width: 220px;
  }
}
.specialists-featured__image {
  display: block;
  max-height: 360px;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
}
.specialists-featured__image--placeholder {
  background: #d0d5dd;
}
.specialists-featured__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 900px) {
  .specialists-featured__content {
    align-items: center;
  }
}
.specialists-featured__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 900px) {
  .specialists-featured__header {
    align-items: center;
  }
}
.specialists-featured__name {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #0b1f4b;
}
.specialists-featured__role {
  margin: 0;
  font-size: 1.1rem;
  color: #6b7280;
}
.specialists-featured__summary {
  font-size: 1rem;
  line-height: 1.8;
  color: #101828;
}
.specialists-featured__summary p {
  margin: 0;
}
.specialists-featured__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .specialists-featured__actions {
    justify-content: center;
  }
}
.specialists-featured__btn {
  justify-content: center;
  padding: 0.45rem 1.15rem;
}
.specialists-featured__empty {
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
}
@media (max-width: 600px) {
  .specialists-featured {
    padding: 60px 0;
  }
  .specialists-featured__item {
    padding: 36px 0;
  }
  .specialists-featured__media {
    max-width: 180px;
  }
  .specialists-featured__name {
    font-size: 1.5rem;
  }
  .specialists-featured__summary {
    font-size: 0.95rem;
  }
}

.specialist-dual-cta {
  padding: 64px 0;
}
.specialist-dual-cta__inner {
  display: flex;
  justify-content: center;
}
.specialist-dual-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 720px;
  justify-content: center;
  align-items: center;
}
.specialist-dual-cta__btn {
  width: fit-content;
  padding: 0.5rem 1.8rem;
}
@media (max-width: 768px) {
  .specialist-dual-cta {
    padding: 48px 0;
  }
  .specialist-dual-cta__btn {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .specialist-dual-cta__btn {
    flex-basis: 100%;
  }
}

.specialists-directory {
  padding: 60px 0;
}
.specialists-directory__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.specialists-directory__controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.specialists-directory__label {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b1f4b;
  text-align: right;
}
.specialists-directory__select {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.specialists-directory__dropdown {
  appearance: none;
  border: 2px solid #0b1f4b;
  border-radius: 999px;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  width: 360px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b1f4b;
  background-color: #ffffff;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.specialists-directory__dropdown:focus, .specialists-directory__dropdown:hover {
  border-color: #132c68;
  box-shadow: 0 0 0 3px rgba(19, 44, 104, 0.12);
  outline: none;
}
.specialists-directory__select::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  width: 0.75rem;
  height: 0.5rem;
  background-color: #0b1f4b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.specialists-directory__results {
  transition: opacity 0.35s ease;
  opacity: 1;
}
.specialists-directory__results.is-fading-out {
  opacity: 0;
  pointer-events: none;
}
.specialists-directory__results.is-fading-in {
  opacity: 1;
}
.specialists-directory__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
  color: #0b1f4b;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.specialists-directory__divider::before, .specialists-directory__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #d7dce8;
}
.specialists-directory__divider span {
  padding: 0 0.5rem;
}
.specialists-directory__notice {
  min-height: 1.25em;
  font-size: 0.95rem;
  color: #0b1f4b;
}
.specialists-directory__notice.is-error {
  color: #b42318;
}
@media (max-width: 900px) {
  .specialists-directory {
    padding: 64px 0;
  }
  .specialists-directory__controls {
    flex-direction: column;
    gap: 10px;
  }
  .specialists-directory__label {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .specialists-directory {
    padding: 56px 0;
  }
  .specialists-directory__dropdown {
    width: 100%;
    text-align: left;
  }
}

.services-price-list {
  padding: 60px 0;
}
.services-price-list__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.services-price-list__controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.services-price-list__label {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #001252;
  text-align: right;
}
.services-price-list__select {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.services-price-list__dropdown {
  appearance: none;
  border: 2px solid #001252;
  border-radius: 999px;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  width: 360px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #001252;
  background-color: #ffffff;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.services-price-list__dropdown:focus, .services-price-list__dropdown:hover {
  border-color: #00071f;
  box-shadow: 0 0 0 3px rgba(0, 18, 82, 0.12);
  outline: none;
}
.services-price-list__select::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  width: 0.75rem;
  height: 0.5rem;
  background-color: #001252;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.services-price-list__results {
  transition: opacity 0.35s ease;
  opacity: 1;
}
.services-price-list__results.is-fading-out {
  opacity: 0;
  pointer-events: none;
}
.services-price-list__results.is-fading-in {
  opacity: 1;
}
.services-price-list__group {
  position: relative;
  padding: 48px 0;
}
.services-price-list__group::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #e9edfb;
  z-index: -1;
}
.services-price-list__group.is-alt::before {
  background: #ffffff;
}
.services-price-list__group.is-hidden {
  display: none;
}
.services-price-list__title {
  margin: 0 0 24px;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #001252;
}
.services-price-list__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-price-list__item {
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 1.1rem;
  color: #001252;
}
.services-price-list__item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 18, 82, 0.08);
}
.services-price-list__service {
  font-weight: 500;
}
.services-price-list__value {
  min-width: 120px;
  text-align: right;
  font-weight: 600;
}
.services-price-list__notice {
  min-height: 1.25em;
  font-size: 0.95rem;
  color: #001252;
}
@media (max-width: 768px) {
  .services-price-list {
    padding: 64px 0;
  }
  .services-price-list__group {
    padding: 36px 0;
  }
  .services-price-list__title {
    font-size: 1.5rem;
  }
  .services-price-list__controls {
    flex-direction: column;
    gap: 10px;
  }
  .services-price-list__label {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .services-price-list__dropdown {
    width: 100%;
    text-align: left;
  }
  .services-price-list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .services-price-list__item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .services-price-list__value {
    text-align: left;
  }
}

.article-archive {
  padding: 80px 0;
}
.article-archive__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.article-archive__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.article-archive__title {
  margin: 0 0 16px;
  font-size: 2.5rem;
  color: #001252;
}
.article-archive__description {
  margin: 0 auto;
  font-size: 1.125rem;
  color: #576574;
}
.article-archive__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.article-archive__pagination {
  display: flex;
  justify-content: center;
}
.article-archive__pagination .page-numbers {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  padding: 0;
}
.article-archive__pagination .page-numbers li {
  margin: 0;
}
.article-archive__pagination .page-numbers a,
.article-archive__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  padding: 0 12px;
  color: #001252;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
}
.article-archive__pagination .page-numbers .current {
  background: #001252;
  color: #fff;
}
.article-archive__pagination .page-numbers a:hover {
  border-color: #001252;
}
.article-archive__empty {
  margin: 0;
  text-align: center;
  color: #576574;
}
@media (max-width: 768px) {
  .article-archive {
    padding: 60px 0;
  }
  .article-archive__title {
    font-size: 2rem;
  }
  .article-archive__list {
    gap: 20px;
  }
}

.article-card {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0, 18, 82, 0.06);
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-card:hover, .article-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 36px rgba(0, 18, 82, 0.15);
}
.article-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.article-card__media {
  width: 100%;
  display: block;
}
.article-card__image {
  width: 100%;
  display: block;
  height: 230px;
  object-fit: cover;
}
.article-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 28px 32px;
  height: 100%;
}
.article-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.article-card__heading {
  margin: 0;
  font-size: 1.5rem;
  color: #001252;
}
.article-card__cta-label {
  font-weight: 600;
  color: #001252;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.article-card__excerpt {
  margin: 0;
  color: #576574;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .article-card__heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 600px) {
  .article-card__image {
    height: 200px;
  }
  .article-card__body {
    padding: 20px;
  }
  .article-card__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.facility-highlight {
  position: relative;
  width: 100%;
  background: var(--facility-bg, #ffffff);
  color: var(--facility-text, #101828);
}
.facility-highlight__inner {
  display: flex;
  align-items: center;
  gap: 72px;
  padding: 0;
}
@media (max-width: 992px) {
  .facility-highlight__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.facility-highlight__copy {
  flex: 1 1 45%;
  max-width: 520px;
  color: inherit;
}
@media (max-width: 992px) {
  .facility-highlight__copy {
    max-width: none;
    text-align: center;
  }
}
.facility-highlight__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #001252;
}
.facility-highlight__description {
  margin: 24px 0 0;
}
.facility-highlight__description p {
  margin: 0 0 16px;
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}
.facility-highlight__actions {
  margin-top: 32px;
}
.facility-highlight__media {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .facility-highlight__media {
    grid-template-columns: 1fr;
  }
}
.facility-highlight__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(18, 48, 114, 0.15);
  background: #fff;
}
.facility-highlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.facility-highlight__image.is-secondary {
  transform: translateY(48px);
}
@media (max-width: 768px) {
  .facility-highlight__image.is-secondary {
    transform: none;
  }
}

.spacer-block {
  display: block;
  width: 100%;
  height: var(--spacer-block-size, 40px);
  padding: 0;
}
@media (max-width: 768px) {
  .spacer-block {
    height: var(--spacer-block-size-mobile, var(--spacer-block-size, 40px));
  }
}

.team-slider {
  background: var(--team-bg, #ffffff);
}
.team-slider__inner {
  padding: 0;
}
.team-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .team-slider__header {
    flex-direction: column;
    text-align: center;
  }
}
.team-slider__header-text {
  max-width: 520px;
}
.team-slider__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #001252;
}
.team-slider__subtitle {
  margin: 16px 0 0;
}
.team-slider__track {
  position: relative;
  margin: 0 -12px;
}
.team-slider__track .slick-slide {
  padding: 12px;
  height: auto;
}
.team-slider__track .slick-dots {
  margin-top: 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.team-slider__track .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(16, 24, 40, 0.2);
  transition: background 0.2s ease;
}
.team-slider__track .slick-dots li.slick-active {
  background: #001252;
}
.team-slider__track .slick-dots li button {
  display: none;
}
.team-slider__track .slick-prev,
.team-slider__track .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.15);
  z-index: 2;
}
.team-slider__track .slick-prev:before,
.team-slider__track .slick-next:before {
  content: "";
}
.team-slider__track .slick-prev svg,
.team-slider__track .slick-next svg {
  width: 18px;
  height: 18px;
  fill: #001252;
}

.team-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #001252 0%, #071a47 100%);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 24px 45px rgba(18, 48, 114, 0.18);
  color: #ffffff;
}
@media (max-width: 900px) {
  .team-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.team-card__photo {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f7fb;
}
.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .team-card__photo {
    max-width: 280px;
    margin: 0 auto;
  }
}
.team-card__body {
  text-align: left;
  color: inherit;
}
@media (max-width: 900px) {
  .team-card__body {
    text-align: center;
  }
}
.team-card__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #ffffff;
}
.team-card__role {
  margin: 0 0 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.team-card__desc {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.team-card__cta {
  margin-top: 8px;
}
.team-card__cta.button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}
.team-card__cta.button--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .team-card {
    transition: none;
  }
}

.team-slider__track .slick-prev {
  left: 12px;
}
.team-slider__track .slick-next {
  right: 12px;
}

.booking-cta {
  background: linear-gradient(120deg, var(--booking-gradient-start, #1a6bff) 0%, var(--booking-gradient-end, #0b2b6f) 100%);
  color: #ffffff;
}
.booking-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.booking-cta__header {
  max-width: 640px;
}
.booking-cta__subtitle {
  margin: 12px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.booking-cta__description {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}
.booking-cta__form {
  width: 100%;
  max-width: 860px;
  background: rgba(255, 255, 255, 0.08);
  padding: 32px;
  border-radius: 40px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .booking-cta__form {
    padding: 24px;
  }
}
.booking-cta__form--shortcode {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.booking-cta__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) {
  .booking-cta__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .booking-cta__fields {
    grid-template-columns: 1fr;
  }
}
.booking-cta__field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0 20px;
  height: 56px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.booking-cta__field:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.22);
}
.booking-cta__field input,
.booking-cta__field select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.booking-cta__field input::placeholder,
.booking-cta__field select::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.booking-cta__field select {
  appearance: none;
  cursor: pointer;
}
.booking-cta__field--select {
  position: relative;
}
.booking-cta__field--select:after {
  content: "▾";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.booking-cta__submit {
  margin-top: 24px;
  width: 100%;
  max-width: 320px;
}

.contact-section {
  background: #e9edfb;
}
.contact-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.contact-section__title {
  margin-bottom: 12px;
  text-align: center;
}
.contact-section__subtitle {
  margin: 0;
}
.contact-section__phone-link {
  min-width: 240px;
  padding: 0.9rem 2.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 18, 82, 0.18);
}
.contact-section__phone-link:hover {
  box-shadow: 0 20px 40px rgba(0, 18, 82, 0.2);
}
.contact-section__email-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #001252;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}
.contact-section__email-link:hover {
  color: #00071f;
}
@media (max-width: 768px) {
  .contact-section__inner {
    gap: 20px;
  }
  .contact-section__phone-link {
    width: 100%;
    max-width: 320px;
    padding: 0.85rem 1.75rem;
    font-size: 1.25rem;
  }
  .contact-section__email-link {
    font-size: 1.1rem;
  }
}

.map-section {
  background: #ffffff;
  overflow: hidden;
}
.map-section__container {
  position: relative;
  width: 100%;
  min-height: 420px;
}
.map-section__container iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 60vh, 640px);
  border: 0;
}
@media (max-width: 768px) {
  .map-section__container {
    min-height: 320px;
  }
  .map-section__container iframe {
    height: 320px;
  }
}

.faq {
  background: #f5f7fb;
}
.faq__inner {
  padding: 0;
}
.faq__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #001252;
}
.faq__subtitle {
  margin: 0 0 32px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .faq__subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item__summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  cursor: pointer;
  font-weight: 600;
  color: #001252;
  transition: background 0.2s ease;
}
.faq-item__summary:hover {
  background: rgba(18, 48, 114, 0.06);
}
.faq-item__icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.faq-item__icon:before, .faq-item__icon:after {
  content: "";
  position: absolute;
  background: #001252;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.faq-item__icon:before {
  width: 12px;
  height: 2px;
}
.faq-item__icon:after {
  width: 2px;
  height: 12px;
}
.faq-item[open] .faq-item__icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item__content {
  padding: 0 28px 24px;
  color: #000;
}
.faq-item__content p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.text-media {
  padding: 4rem 0 1rem;
  background: #ffffff;
}
.text-media__inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 900px) {
  .text-media__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.text-media__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-media__heading {
  margin: 0;
}
.text-media__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
}
.text-media__body p {
  margin: 0 0 1.5rem;
}
.text-media__body p:last-child {
  margin-bottom: 0;
}
.text-media__body ul,
.text-media__body ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
.text-media__body ul li,
.text-media__body ol li {
  margin: 0 0 0.75rem;
}
.text-media__media {
  flex: 1 1 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .text-media__media {
    width: 100%;
  }
}
.text-media__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0, 18, 82, 0.12);
}
.text-media--image-left .text-media__content {
  order: 2;
}
.text-media--image-left .text-media__media {
  order: 1;
}
@media (max-width: 900px) {
  .text-media--image-left .text-media__content,
  .text-media--image-left .text-media__media, .text-media--image-right .text-media__content,
  .text-media--image-right .text-media__media {
    order: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .text-media__inner {
    gap: 32px;
  }
  .text-media__image {
    box-shadow: none;
  }
}

.stats-highlight {
  padding: 3rem 0 0;
  background: #ffffff;
}
.stats-highlight__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  align-items: stretch;
  text-align: center;
}
.stats-highlight__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.stats-highlight__number {
  margin: 0;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #001252;
}
@media (max-width: 768px) {
  .stats-highlight__number {
    font-size: 48px;
  }
}
.stats-highlight__label {
  margin: 0;
}

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