.node--type-gov-landing-page > .node__content {
  overflow: hidden;
}

.gov-site-shell {
  --gov-primary: #5b156f;
  --gov-primary-strong: #330943;
  --gov-primary-soft: #f7f0fb;
  --gov-primary-header: rgba(51, 9, 67, 0.9);
  --gov-primary-mobile-menu: rgba(51, 9, 67, 0.98);
  background: #ffffff;
  color: #1f2937;
}

.gov-top-bar {
  background: #121212;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  position: relative;
  z-index: 60;
}

.gov-top-bar__inner {
  margin-inline: auto;
  max-width: none;
  padding-inline: clamp(16px, 15vw, 320px);
  width: 100%;
}

.gov-top-bar__region,
.gov-top-bar__utility,
.gov-top-bar__actions,
.gov-top-bar__font-controls {
  align-items: center;
  display: flex;
}

.gov-top-bar__region {
  gap: 12px;
  justify-content: space-between;
  min-height: 32px;
}

.gov-top-bar__region > div,
.gov-top-bar__region .block,
.gov-top-bar__region .content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.gov-top-bar__region .block {
  margin-block: 0 !important;
}

.gov-top-bar__utility {
  flex: 1 1 auto;
  gap: 16px;
  justify-content: space-between;
  min-width: 0;
  width: 100%;
}

.gov-top-bar__phone {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.gov-top-bar__actions {
  gap: 8px;
  justify-content: flex-end;
  margin-inline-start: auto;
}

.gov-top-bar__search {
  align-items: center;
  background: #000000;
  display: flex;
  min-height: 24px;
  width: min(220px, 24vw);
}

.gov-top-bar__search input {
  background: transparent;
  border: 0;
  color: #ffffff;
  min-height: 24px;
  padding: 2px 8px;
  width: 100%;
}

.gov-top-bar__search button {
  block-size: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  inline-size: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.gov-top-bar__font-controls {
  gap: 3px;
}

.gov-top-bar__font-button {
  align-items: center;
  background: #4a1768;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 5px;
}

.gov-top-bar__language-toggle {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  gap: 4px;
  white-space: nowrap;
}

.gov-top-bar__language-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 2px;
  color: #ffffff;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 28px;
}

.gov-top-bar__language-link:hover,
.gov-top-bar__language-link:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.62);
  color: #ffffff;
  text-decoration: none;
}

.gov-top-bar__language-link.is-active {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.gov-top-bar__language-flag {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 100%;
  width: 100%;
}

.gov-top-bar__language-flag--th {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath fill='%23a51931' d='M0 0h30v20H0z'/%3E%3Cpath fill='%23fff' d='M0 3h30v14H0z'/%3E%3Cpath fill='%232d2a4a' d='M0 6h30v8H0z'/%3E%3C/svg%3E");
}

.gov-top-bar__language-flag--en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='8' d='m0 0 60 40M60 0 0 40'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='m0 0 60 40M60 0 0 40'/%3E%3Cpath stroke='%23fff' stroke-width='14' d='M30 0v40M0 20h60'/%3E%3Cpath stroke='%23c8102e' stroke-width='8' d='M30 0v40M0 20h60'/%3E%3C/svg%3E");
}

.gov-site-header {
  background: var(--gov-primary-header);
  color: #ffffff;
  inset-block-start: 0;
  position: sticky;
  z-index: 50;
}

.gov-site-header.main-nav.dark,
body.gov-site-header-is-stuck .gov-site-header.main-nav.dark {
  background: var(--gov-primary-header) !important;
}

.gov-site-header.main-nav.dark.transparent:not(.small-height) {
  background: transparent !important;
}

body:not(:has(.node--type-gov-landing-page)) .gov-site-header.main-nav.dark.transparent,
body:not(:has(.node--type-gov-landing-page)) .gov-site-header.main-nav.dark.transparent:not(.small-height) {
  background: var(--gov-primary-header) !important;
}

body:has(.gov-top-bar) .gov-site-header {
  inset-block-start: 32px;
}

body.gov-site-header-is-stuck .gov-site-header {
  inset-block-start: 0;
}

.gov-site-header__inner,
.gov-site-footer__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1140px;
  min-height: 72px;
  width: min(100% - 32px, 1140px);
}

.gov-site-header__brand,
.gov-site-footer__brand {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.gov-site-header__logo,
.gov-site-footer__logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  width: auto;
}

.gov-site-header__logo {
  height: 56px;
}

.gov-site-footer__logo {
  height: 42px;
}

.gov-site-header__identity,
.gov-site-footer__brand > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.gov-site-header__name,
.gov-site-footer__name {
  font-weight: 700;
  line-height: 1.35;
}

.gov-site-header__name {
  font-size: 12px;
}

.gov-site-footer__name {
  font-size: 1.3rem;
}

.gov-site-header__slogan,
.gov-site-footer__slogan {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.gov-site-header__slogan {
  font-size: 12px;
}

.gov-site-footer__slogan {
  font-size: 0.86rem;
}

.gov-site-header__region,
.gov-site-footer__region {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  min-width: 0;
}

.gov-site-header__region .block,
.gov-site-footer__region .block {
  margin-block: 0 !important;
}

.gov-site-header__region nav,
.gov-site-footer__region nav {
  margin: 0;
}

.gov-site-header__region .menu,
.gov-site-header__region ul.menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gov-site-header__region .menu li {
  list-style: none;
  margin: 0;
}

.gov-site-header__region .menu__item {
  position: relative;
}

.inner-nav.gov-site-header__region ul.menu li a,
.gov-site-header__region .menu a {
  align-items: center;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 1.2rem !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.45;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
  text-transform: none !important;
}

.gov-site-header__region .menu__item--expanded > .menu__link::after {
  border-block-start: 1px solid currentColor;
  border-inline-end: 1px solid currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 7px;
  height: 7px;
  margin-inline-start: 8px;
  transform: rotate(135deg);
  width: 7px;
}

.gov-site-header__region .menu a:focus,
.gov-site-header__region .menu a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.gov-site-header__region .menu a.is-active {
  background: var(--gov-primary);
  color: #ffffff;
}

.gov-site-header__region .menu--sub,
.gov-site-header__region ul.menu--sub {
  align-items: stretch;
  background: var(--gov-primary-header);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
  display: none;
  flex-direction: column;
  gap: 0;
  inset-block-start: 100%;
  inset-inline-start: 0;
  min-width: 280px;
  padding: 10px 0;
  position: absolute;
  z-index: 80;
}

.gov-site-header__region .menu--sub::before,
.gov-site-header__region ul.menu--sub::before {
  content: "";
  display: block;
  inset-block-end: 100%;
  inset-inline: 0;
  min-height: 10px;
  position: absolute;
}

.gov-site-header__region .menu__item:hover > .menu--sub,
.gov-site-header__region .menu__item:focus-within > .menu--sub,
.gov-site-header__region .menu__item:hover > ul.menu--sub,
.gov-site-header__region .menu__item:focus-within > ul.menu--sub {
  display: flex;
}

.inner-nav.gov-site-header__region ul.menu--sub li a.menu__link,
.gov-site-header__region .menu--sub .menu__link {
  border-radius: 0;
  color: #ffffff;
  display: flex;
  font-size: 1.2rem !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.55;
  padding: 0.62rem 1rem;
  text-transform: none !important;
  white-space: nowrap;
}

.gov-site-header__region .menu--sub .menu__link:focus,
.gov-site-header__region .menu--sub .menu__link:hover {
  background: rgba(255, 255, 255, 0.16);
}

.gov-site-header__region form {
  align-items: center;
  display: flex;
  gap: 6px;
  margin: 0;
}

.gov-site-header__region input[type="search"],
.gov-site-header__region input[type="text"] {
  border: 0;
  border-radius: 4px;
  min-height: 36px;
  min-width: 180px;
  padding: 0.45rem 0.65rem;
}

.gov-site-header__region input[type="submit"],
.gov-site-header__region button {
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  color: var(--gov-primary-strong);
  font-weight: 700;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
}

@media (min-width: 768px) {
  .gov-site-header.main-nav,
  .gov-site-header.main-nav.small-height {
    height: auto !important;
    min-height: 72px;
  }

  .gov-site-header.main-nav .gov-site-header__inner {
    box-sizing: border-box;
    min-height: 72px;
    padding-block: 8px;
  }

  .inner-nav.gov-site-header__region ul.menu li a,
  .gov-site-header__region .menu a {
    height: auto !important;
    line-height: 1.2 !important;
    min-height: 40px;
  }
}

.gov-site-footer {
  background: var(--gov-primary-strong);
  color: #ffffff;
  padding-block: 48px 36px;
}

.gov-site-footer__inner {
  display: block;
}

.gov-site-footer__main {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(260px, 1.5fr) minmax(92px, 0.55fr) minmax(360px, 1.7fr);
  width: 100%;
}

.gov-site-footer__profile-region {
  grid-column: span 2;
  min-width: 0;
}

.gov-footer-profile {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(260px, 1.5fr) minmax(92px, 0.55fr);
}

.gov-site-footer__about {
  display: grid;
  gap: 22px;
}

.gov-site-footer__brand {
  align-items: center;
  display: grid;
  gap: 12px;
  justify-items: start;
}

.gov-site-footer__logo {
  height: 54px;
}

.gov-site-footer__logo-field img {
  height: 54px;
  width: auto;
}

.gov-footer-profile .field,
.gov-footer-profile .field__item {
  margin: 0;
}

.gov-site-footer__contact {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gov-site-footer__contact li {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  column-gap: 10px;
  display: grid;
  grid-template-columns: 18px minmax(7.5rem, max-content) minmax(0, 1fr);
  line-height: 1.55;
}

.gov-footer-profile__item {
  min-width: 0;
}

.gov-footer-profile__icon {
  flex: 0 0 18px;
  height: 18px;
  object-fit: contain;
  transform: translateY(2px);
  width: 18px;
}

.gov-site-footer__contact strong {
  color: #ffffff;
  font-weight: 700;
  min-width: 7.5rem;
}

.gov-site-footer__contact a,
.gov-site-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

.gov-site-footer__social {
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gov-site-footer__social-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30px;
}

.gov-site-footer__social-link img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gov-site-footer__social-link--facebook {
  background: #1877f2;
}

.gov-site-footer__social-link--line {
  background: #06c755;
}

.gov-site-footer__social-link--tiktok {
  background: #050505;
}

.gov-site-footer__social-link--youtube {
  background: #ff0000;
}

.gov-site-footer__social--field .field__items {
  align-items: center;
  display: flex;
  gap: 10px;
}

.gov-site-footer__social--field a {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding-inline: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.gov-site-footer__standards {
  align-content: start;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.gov-site-footer__standards h2 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.gov-site-footer__badges {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.gov-site-footer__badge {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  color: var(--gov-primary-strong);
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-decoration: none;
  width: 72px;
}

.gov-site-footer__badge img {
  display: block;
  max-height: 32px;
  max-width: 58px;
  object-fit: contain;
}

.gov-site-footer__badges--field .field__items {
  display: grid;
  gap: 10px;
}

.gov-site-footer__badges--field a {
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  color: var(--gov-primary-strong);
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding-inline: 14px;
  text-decoration: none;
  width: 66px;
}

.gov-site-footer__region {
  align-items: flex-start;
  display: block;
  min-width: 0;
  width: 100%;
}

.gov-site-footer__region .menu,
.gov-site-footer__region ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gov-site-footer__region > div > nav > .menu {
  column-gap: 42px;
  columns: 2 180px;
}

.gov-site-footer__region .menu__item {
  margin-block-end: 8px;
}

.gov-site-footer__region > div > nav > .menu > .menu__item {
  break-inside: avoid;
  margin-block-end: 22px;
  page-break-inside: avoid;
}

.gov-site-footer__region .menu a {
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  line-height: 1.5;
  text-decoration: none;
}

.gov-site-footer__region > div > nav > .menu > .menu__item > .menu__link {
  color: #ffffff;
  font-weight: 700;
  margin-block-end: 8px;
}

.gov-site-footer__region .menu--sub,
.gov-site-footer__region ul.menu--sub {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  padding: 0;
}

.gov-site-footer__region .menu--sub .menu__item {
  margin: 0;
}

.gov-site-footer__region .menu--sub .menu__link {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
}

.gov-site-footer__region .menu a:focus,
.gov-site-footer__region .menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.gov-site-footer__bottom {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-block-start: 34px;
  min-height: 28px;
}

.gov-site-footer__bottom-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
}

.gov-site-footer__bottom-nav--field .field__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
}

.gov-site-footer__bottom-nav a {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  text-decoration: underline;
}

.gov-site-footer__bottom-nav a + a::before {
  color: rgba(255, 255, 255, 0.46);
  content: "|";
  display: inline-block;
  margin-inline: 10px;
  text-decoration: none;
}

.gov-site-footer__bottom-nav--field .field__item + .field__item::before {
  color: rgba(255, 255, 255, 0.46);
  content: "|";
  display: inline-block;
  margin-inline: 10px;
  text-decoration: none;
}

body:has(.gov-site-shell) .dialog-off-canvas-main-canvas > .nd-region:first-child,
body:has(.node--type-gov-landing-page) .dialog-off-canvas-main-canvas > .nd-region:first-child {
  display: none;
  padding-bottom: 0 !important;
}

body:has(.gov-site-shell) .nd-region[style*="padding-bottom: 140px"],
body:has(.node--type-gov-landing-page) .nd-region[style*="padding-bottom: 140px"] {
  display: none;
}

body:has(.gov-site-shell) #Header,
body:has(.node--type-gov-landing-page) #Header {
  display: none;
}

body:has(.gov-site-shell) #Footer,
body:has(.node--type-gov-landing-page) #Footer {
  display: none;
}

body:has(.gov-site-shell) .dialog-off-canvas-main-canvas > .nd-region:has(#Footer),
body:has(.node--type-gov-landing-page) .dialog-off-canvas-main-canvas > .nd-region:has(#Footer) {
  display: none;
}

body:has(.node--type-gov-landing-page) .block-gov-homepage-section.mb-60 {
  margin-bottom: 0 !important;
}

.gov-homepage-section {
  --gov-accent: var(--gov-primary);
  --gov-accent-strong: var(--gov-primary-strong);
  --gov-accent-soft: var(--gov-primary-soft);
  --gov-border: #e5e7eb;
  --gov-muted: #667085;
  --gov-section-gutter: 32px;
  --gov-section-max: 1140px;
  --gov-shadow: 0 14px 34px rgba(31, 41, 55, 0.09);
  --gov-surface: #ffffff;
  --gov-surface-soft: #f7f8fb;
  color: #1f2937;
  font-size: 1.3rem;
  margin-block: 0;
  padding-block: 0;
}

.gov-homepage-section__inner {
  margin-inline: auto;
  max-width: var(--gov-section-max);
  width: min(100% - var(--gov-section-gutter), var(--gov-section-max));
}

.gov-homepage-section__header,
.gov-homepage-section__content,
.gov-homepage-section__actions {
  margin-inline: auto;
  max-width: 1140px;
  width: 100%;
}

.gov-homepage-section__header {
  align-items: end;
  border-block-end: 0;
  display: grid;
  gap: 8px;
  justify-content: center;
  justify-items: center;
  margin-block-end: 28px;
  padding-block-end: 0;
  text-align: center;
}

.gov-homepage-section__title {
  color: #111827;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.gov-homepage-section__title::after {
  background: var(--gov-accent);
  border-radius: 99px;
  content: "";
  display: block;
  height: 4px;
  margin: 12px auto 0;
  width: 52px;
}

.gov-homepage-section__subtitle {
  color: var(--gov-muted);
  font-size: 1.45rem;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.gov-homepage-section__content > .views-element-container,
.gov-homepage-section__content .view,
.gov-homepage-section__content .view-content {
  min-width: 0;
}

.gov-homepage-section__content .views-row {
  min-width: 0;
}

.gov-homepage-section__archive {
  align-items: center;
  background: transparent;
  border: 1px solid var(--gov-accent);
  border-radius: 4px;
  color: var(--gov-accent);
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  margin-block-start: 28px;
  min-height: 42px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  width: fit-content;
}

.gov-homepage-section__archive:focus,
.gov-homepage-section__archive:hover {
  background: var(--gov-accent);
  color: #ffffff;
  text-decoration: none;
}

.gov-homepage-hero-section,
.gov-homepage-section--hero {
  background: #1b1028;
  color: #ffffff;
  margin-block-start: 0;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding-block: 0;
  position: relative;
}

.gov-homepage-section--hero::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.54)),
    radial-gradient(circle at 76% 24%, rgba(111, 34, 130, 0.4), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gov-homepage-section--hero .gov-homepage-section__content {
  max-width: none;
  position: relative;
  width: 100%;
}

.gov-homepage-section--hero .gov-homepage-section__inner {
  max-width: none;
  width: 100%;
}

.gov-homepage-hero,
.gov-homepage-section--hero .node--type-gov-banner {
  align-content: center;
  color: #ffffff;
  display: grid;
  min-height: clamp(460px, 72vh, 680px);
  overflow: hidden;
  position: relative;
}

.gov-homepage-hero .field--name-field-gov-image,
.gov-homepage-section--hero .field--name-field-gov-image,
.gov-homepage-hero__media,
.gov-homepage-hero__video {
  border: 0;
  inset: 0;
  opacity: 0.58;
  position: absolute;
}

.gov-homepage-hero .field--name-field-gov-image img,
.gov-homepage-section--hero .field--name-field-gov-image img,
.gov-homepage-hero__media img,
.gov-homepage-hero__video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gov-homepage-hero__title,
.gov-homepage-hero__content,
.gov-homepage-hero__text,
.gov-homepage-hero__button,
.gov-homepage-hero .field--name-field-gov-summary,
.gov-homepage-hero .field--name-field-gov-link {
  margin-inline: auto;
  max-width: 900px;
  padding-inline: 24px;
  position: relative;
  text-align: center;
  width: min(100%, var(--gov-section-max));
  z-index: 2;
}

.gov-homepage-hero__content {
  display: grid;
  justify-items: center;
}

.gov-homepage-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.18;
  margin-block: 0 18px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
}

.gov-homepage-hero .field--name-field-gov-summary {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.75;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.gov-homepage-hero__text {
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.75;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.gov-homepage-hero .field--name-field-gov-link {
  display: flex;
  justify-content: center;
  max-width: none;
  width: auto;
}

.gov-homepage-hero__button,
.gov-homepage-hero .field--name-field-gov-link a {
  align-items: center;
  background: var(--gov-accent);
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin-block-start: 22px;
  padding: 0.85rem 1.2rem;
  width: auto;
}

.gov-homepage-main-banners-section {
  background: #ffffff;
  padding-block: 0;
}

.gov-homepage-main-banners-section .view-content {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.gov-homepage-section--banner-grid .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.gov-homepage-main-banners-section.gov-homepage-section--carousel .view-content,
.gov-homepage-section--carousel .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-section--carousel .view-content {
  display: grid;
  gap: 18px;
  grid-auto-columns: minmax(min(100%, 720px), 1fr);
  grid-auto-flow: column;
  grid-template-columns: none;
  overflow-x: auto;
  padding-block-end: 10px;
  scroll-snap-type: x mandatory;
}

.gov-homepage-main-banners-section.gov-homepage-section--carousel .views-element-container > [class*="js-view-dom-id"].gov-homepage-main-banner-owl {
  display: block;
  overflow: visible;
  padding-block-end: 0;
}

.gov-homepage-section--carousel .view-content > *,
.gov-homepage-section--carousel .views-element-container > [class*="js-view-dom-id"] > * {
  scroll-snap-align: center;
}

.gov-homepage-section--slider.gov-homepage-section--carousel .view-content,
.gov-homepage-section--slider.gov-homepage-section--carousel .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-section--slider .gov-homepage-carousel__track {
  display: grid;
  gap: 0;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  grid-template-columns: 100%;
  overflow: hidden;
  padding-block-end: 0;
}

.gov-homepage-section--slider .gov-homepage-carousel__track > * {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  visibility: hidden;
}

.gov-homepage-section--slider .gov-homepage-carousel__track > .is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gov-homepage-carousel__controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-block-start: 16px;
}

.gov-homepage-carousel__button,
.gov-homepage-carousel__dot {
  appearance: none;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--gov-primary);
  cursor: pointer;
}

.gov-homepage-carousel__button {
  border-radius: 999px;
  font-size: 22px;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.gov-homepage-carousel__dots {
  align-items: center;
  display: flex;
  gap: 6px;
}

.gov-homepage-carousel__dot {
  border-radius: 999px;
  height: 8px;
  padding: 0;
  width: 8px;
}

.gov-homepage-carousel__button:focus-visible,
.gov-homepage-carousel__button:hover,
.gov-homepage-carousel__dot:focus-visible,
.gov-homepage-carousel__dot:hover,
.gov-homepage-carousel__dot.is-active {
  background: var(--gov-primary);
  color: #ffffff;
}

.gov-homepage-wide-banner {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  display: grid;
  height: clamp(220px, 28vw, 360px);
  overflow: hidden;
  position: relative;
}

.gov-homepage-wide-banner__media {
  background: #ffffff;
  inset: 0;
  position: absolute;
}

.gov-homepage-wide-banner__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.gov-homepage-wide-banner__media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gov-homepage-wide-banner__content {
  padding: clamp(28px, 5vw, 72px);
  position: relative;
  z-index: 1;
}

.gov-homepage-wide-banner__title,
.gov-homepage-wide-banner__text,
.gov-homepage-wide-banner__button {
  max-width: 760px;
}

.gov-homepage-wide-banner__title {
  color: #111827;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 12px;
}

.gov-homepage-wide-banner__text {
  color: #374151;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.gov-homepage-wide-banner__button {
  color: var(--gov-accent);
  display: inline-flex;
  font-weight: 700;
  margin-block-start: 12px;
}

.gov-homepage-main-banners-section .gov-homepage-carousel__controls {
  margin-block-start: 18px;
}

.gov-homepage-main-banners-section .gov-homepage-carousel__button {
  background: transparent;
  border: 0;
  color: var(--gov-primary);
}

.gov-homepage-main-banner-owl {
  position: relative;
}

.gov-homepage-main-banners-section .slider-wrapper,
.gov-homepage-main-banners-section .work-full-media {
  position: relative;
}

.gov-homepage-main-banners-section .work-full-media {
  border-radius: 8px;
  overflow: hidden;
}

.gov-homepage-main-banner-owl .owl-wrapper-outer {
  border-radius: 8px;
  overflow: hidden;
}

.gov-homepage-main-banner-owl .owl-wrapper,
.gov-homepage-main-banner-owl .owl-item,
.gov-homepage-main-banner-owl .views-row {
  min-height: 1px;
}

.gov-homepage-main-banner-owl .gov-homepage-wide-banner {
  background: transparent;
  display: block;
  height: auto;
}

.gov-homepage-main-banner-owl .gov-homepage-wide-banner__media {
  background: transparent;
  display: block;
  position: static;
}

.gov-homepage-main-banner-owl .gov-homepage-wide-banner__media img {
  display: block;
  height: auto;
  object-fit: initial;
  width: 100%;
}

.gov-homepage-main-banner-owl .gov-homepage-wide-banner__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: clamp(24px, 5vw, 64px);
  position: absolute;
  text-align: center;
}

.gov-homepage-main-banner-owl .owl-controls {
  margin-block-start: 18px;
  text-align: center;
}

.gov-homepage-quick-links-section {
  background: #ffffff;
  padding-block: 14px 18px;
}

.gov-homepage-quick-links-section .gov-homepage-section__inner {
  max-width: var(--gov-section-max);
}

.gov-homepage-generic-carousel {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  position: relative;
}

.gov-homepage-generic-carousel__viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gov-homepage-generic-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.gov-homepage-generic-carousel__track {
  display: flex;
  gap: 14px;
}

.gov-homepage-generic-carousel__track > * {
  flex: 0 0 var(--gov-carousel-item-width, auto);
  height: var(--gov-carousel-height, auto);
  min-width: 0;
  scroll-snap-align: start;
}

.gov-homepage-generic-carousel__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7b8494;
  cursor: pointer;
  display: inline-flex;
  font-size: 3.4rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-shadow: 0 0 2px #000000;
  width: 44px;
}

.gov-homepage-generic-carousel__button:hover,
.gov-homepage-generic-carousel__button:focus-visible {
  color: var(--gov-primary);
}

.gov-archive-page {
  background: #ffffff;
  color: #1f2937;
  padding-block: clamp(36px, 6vw, 72px);
}

.gov-archive-page__inner {
  margin-inline: auto;
  max-width: var(--gov-section-max);
  padding-inline: 18px;
}

.gov-archive-page__header {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-block-end: 28px;
  text-align: center;
}

.gov-archive-page__title {
  color: #111827;
  font-size: 2rem;
  line-height: 1.35;
  margin: 0;
}

.gov-archive-page__subtitle {
  color: var(--gov-muted);
  font-size: 1.35rem;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.gov-archive-page__filters {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-block: -8px 18px;
}

.gov-archive-page__filter-label {
  color: #475467;
  font-size: 1.2rem;
  font-weight: 600;
}

.gov-archive-page__filter-select {
  background: #ffffff;
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  color: #111827;
  font-size: 1.2rem;
  min-width: 220px;
  padding: 8px 34px 8px 12px;
}

.gov-archive-page__items--card {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gov-archive-page__items--list {
  background: #ffffff;
  border: 1px solid var(--gov-border);
  border-radius: 10px;
  overflow: hidden;
}

.gov-archive-item {
  background: #ffffff;
}

.gov-archive-item--card {
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.06);
  overflow: hidden;
}

.gov-archive-item__image {
  background-color: #eef2f8;
  background-position: center;
  background-size: cover;
  display: block;
  min-height: 220px;
  text-decoration: none;
}

.gov-archive-item--card .gov-archive-item__content {
  display: grid;
  gap: 10px;
  padding: 16px 18px 18px;
}

.gov-archive-item--list {
  border-block-end: 1px solid var(--gov-border);
  padding: 18px 22px;
}

.gov-archive-item--list:last-child {
  border-block-end: 0;
}

.gov-archive-item__title {
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 0;
}

.gov-archive-item__title a {
  color: #111827;
  text-decoration: none;
}

.gov-archive-item__title a:focus,
.gov-archive-item__title a:hover {
  color: var(--gov-primary);
}

.gov-archive-item__summary {
  color: #667085;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.gov-archive-item__meta {
  color: #8a94a6;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  gap: 8px 14px;
}

.gov-archive-page__pager {
  display: flex;
  justify-content: center;
  margin-block-start: 30px;
}

.gov-archive-page__empty {
  color: var(--gov-muted);
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .gov-archive-page__filters {
    align-items: stretch;
    flex-direction: column;
  }

  .gov-archive-page__items--card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .gov-archive-page {
    padding-block: 30px 44px;
  }

  .gov-archive-page__items--card {
    grid-template-columns: 1fr;
  }

  .gov-archive-item__image {
    min-height: 190px;
  }
}

.gov-homepage-section--carousel .gov-homepage-wide-banner,
.gov-homepage-section--carousel .gov-homepage-wide-banner__link,
.gov-homepage-section--carousel .gov-homepage-wide-banner__media {
  display: block;
  height: 100%;
}

.gov-homepage-section--carousel .gov-homepage-wide-banner {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

.gov-homepage-section--carousel .gov-homepage-wide-banner__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gov-homepage-section--carousel .gov-homepage-wide-banner__content {
  display: none;
}

.gov-homepage-quick-links-section .slider-wrapper,
.gov-homepage-quick-links-section .work-full-media,
.gov-homepage-quick-links-owl {
  position: relative;
}

.gov-homepage-quick-links-section .work-full-media {
  overflow: hidden;
}

.gov-homepage-quick-links-section .gov-homepage-wide-banner {
  background: transparent;
  border-radius: 8px;
  display: block;
  height: 100%;
}

.gov-homepage-quick-links-section .gov-homepage-wide-banner__media {
  background: transparent;
  display: block;
  height: 100%;
  position: static;
}

.gov-homepage-quick-links-section .gov-homepage-wide-banner__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gov-homepage-quick-links-section .gov-homepage-wide-banner__content {
  display: none;
}

.gov-homepage-quick-links-section .owl-controls {
  margin: 0;
}

.gov-homepage-quick-links-section .owl-pagination {
  display: none;
}

.gov-homepage-quick-links-section .owl-buttons > div {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7b8494;
  display: inline-flex;
  font-size: 3.4rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: 0 0 2px #000000;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 2;
}

.gov-homepage-quick-links-section .owl-prev {
  left: -52px;
}

.gov-homepage-quick-links-section .owl-next {
  right: -52px;
}

.gov-homepage-quick-links-section .owl-buttons > div:hover {
  color: var(--gov-primary);
}

.gov-homepage-main-banner-owl .owl-buttons div {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 46px;
  height: 44px;
  justify-content: center;
  line-height: 44px;
  margin: 0;
  opacity: 0.9;
  overflow: hidden;
  position: absolute;
  text-shadow: 0 0 2px #000000;
  top: calc(50% - 9px);
  transform: translateY(-50%);
  width: 44px;
  z-index: 5;
}

.gov-homepage-main-banner-owl .owl-buttons div:hover,
.gov-homepage-main-banner-owl .owl-buttons div:focus {
  opacity: 1;
}

.gov-homepage-main-banner-owl .owl-buttons div::before,
.gov-homepage-main-banner-owl .owl-buttons div::after {
  content: none;
  display: none;
}

.gov-homepage-main-banner-owl .owl-buttons div .fa {
  display: block;
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gov-homepage-main-banner-owl .owl-buttons .owl-prev {
  left: 24px;
}

.gov-homepage-main-banner-owl .owl-buttons .owl-next {
  right: 24px;
}

.gov-homepage-main-banner-owl .owl-page {
  display: inline-flex;
  padding: 5px;
}

.gov-homepage-main-banner-owl .owl-page span {
  background: rgba(63, 17, 84, 0.22);
  border-radius: 999px;
  display: block;
  height: 8px;
  transition: width 180ms ease, background 180ms ease;
  width: 8px;
}

.gov-homepage-main-banner-owl .owl-page.active span {
  background: var(--gov-primary);
  width: 32px;
}

.gov-homepage-executive-band,
.gov-homepage-executives-section,
.gov-homepage-section--executive {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
    var(--gov-primary-strong);
  color: #ffffff;
  margin-inline: calc(50% - 50vw);
  padding: 64px max(24px, calc((100vw - var(--gov-section-max)) / 2));
}

.gov-homepage-executives-section .gov-homepage-section__header,
.gov-homepage-section--executive .gov-homepage-section__header,
.gov-homepage-executives-section .gov-homepage-section__content,
.gov-homepage-section--executive .gov-homepage-section__content,
.gov-homepage-executives-section .gov-homepage-section__actions,
.gov-homepage-section--executive .gov-homepage-section__actions {
  width: 100%;
}

.gov-homepage-executives-section .gov-homepage-section__title,
.gov-homepage-section--executive .gov-homepage-section__title,
.gov-homepage-executives-section .gov-homepage-section__subtitle,
.gov-homepage-section--executive .gov-homepage-section__subtitle {
  color: #ffffff;
}

.gov-homepage-executives-section .gov-homepage-section__title::after,
.gov-homepage-section--executive .gov-homepage-section__title::after {
  background: rgba(255, 255, 255, 0.72);
}

.gov-homepage-section--executive .view-content {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 320px);
  justify-content: start;
}

.gov-homepage-section--executive .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 320px);
  justify-content: start;
}

.gov-homepage-section--executive-activity {
  background: var(--gov-primary-strong);
  color: #ffffff;
  margin-inline: calc(50% - 50vw);
  padding: 58px max(24px, calc((100vw - var(--gov-section-max)) / 2));
}

.gov-homepage-section--executive-activity .gov-homepage-section__header {
  align-items: center;
  margin-block-end: 28px;
  text-align: center;
}

.gov-homepage-section--executive-activity .gov-homepage-section__title,
.gov-homepage-section--executive-activity .gov-homepage-section__subtitle {
  color: #ffffff;
}

.gov-homepage-section--executive-activity .gov-homepage-section__title::after {
  display: none;
}

.gov-homepage-executive-activity {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
}

.gov-homepage-executive-activity__leader .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-executive-activity__leader .view-content {
  display: grid;
}

.gov-homepage-executive-activity__leader .views-row:not(:first-child) {
  display: none;
}

.gov-homepage-executive-activity__bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-block-end: 18px;
  padding: 10px 18px;
}

.gov-homepage-executive-activity__bar-title {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
}

.gov-homepage-executive-activity__bar-link {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: underline;
}

.gov-homepage-executive-activity__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gov-homepage-section--executive-activity .gov-homepage-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .gov-homepage-executive-activity {
    grid-template-columns: 1fr;
  }

  .gov-homepage-executive-activity__cards {
    grid-template-columns: 1fr;
  }
}

.gov-homepage-executive-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 48px 8px 48px 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: grid;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.gov-homepage-executive-card__image {
  display: block;
  height: 100% !important;
  inset: 0;
  max-width: none !important;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute !important;
  width: 100% !important;
  z-index: 0;
}

.gov-homepage-executive-card::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.78) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gov-homepage-executive-card__body {
  align-self: end;
  padding: 22px 22px 28px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.gov-homepage-executive-card__title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.gov-homepage-executive-card__position {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-block-start: 4px;
}

.gov-homepage-card-grid,
.gov-homepage-section--card-grid .view-content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.gov-homepage-section--card-grid .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.gov-homepage-news-section {
  background: #ffffff;
}

.gov-homepage-news-section .gov-homepage-section__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block-end: 22px;
  text-align: center;
}

.gov-homepage-news-section .gov-homepage-section__title::after {
  height: 0;
  margin: 0;
  width: 0;
}

.gov-homepage-news-section .gov-homepage-section__subtitle {
  color: #9ca3af;
  max-width: 720px;
}

.gov-homepage-news-section .gov-homepage-section__content {
  position: relative;
}

.gov-homepage-news-section .gov-homepage-section__actions {
  display: flex;
  justify-content: center;
}

.gov-homepage-news-section .gov-homepage-section__archive {
  border: 0;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 700;
  margin-block-start: 18px;
  min-height: auto;
  padding: 0;
}

.gov-homepage-news-section .gov-homepage-section__archive:hover,
.gov-homepage-news-section .gov-homepage-section__archive:focus {
  background: transparent;
  color: var(--gov-primary);
}

.gov-homepage-news-section.gov-homepage-section--card-grid .views-element-container > [class*="js-view-dom-id"].gov-homepage-news-owl,
.gov-homepage-news-section .gov-homepage-news-owl {
  display: block;
  overflow: visible;
  padding-block-end: 0;
  position: relative;
}

.gov-homepage-news-owl .owl-wrapper {
  align-items: stretch;
  display: flex !important;
}

.gov-homepage-news-owl .owl-item {
  display: flex;
  padding-inline: 12px;
}

.gov-homepage-news-owl .views-row,
.gov-homepage-news-owl .gov-homepage-card {
  width: 100%;
}

.gov-homepage-news-owl .owl-controls {
  inset: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

.gov-homepage-news-owl .owl-buttons div {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7a7f8c;
  display: inline-flex;
  font-size: 42px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 0.95;
  pointer-events: auto;
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 7;
}

.gov-homepage-news-owl .owl-buttons div:hover,
.gov-homepage-news-owl .owl-buttons div:focus {
  color: var(--gov-primary);
  opacity: 1;
}

.gov-homepage-news-owl .owl-buttons div::before,
.gov-homepage-news-owl .owl-buttons div::after {
  content: none;
  display: none;
}

.gov-homepage-news-owl .owl-buttons div .fa {
  display: block;
  line-height: 1;
}

.gov-homepage-news-owl .owl-buttons .owl-prev {
  left: -64px;
}

.gov-homepage-news-owl .owl-buttons .owl-next {
  right: -64px;
}

@media (max-width: 1240px) {
  .gov-homepage-news-owl .owl-buttons .owl-prev {
    left: 8px;
  }

  .gov-homepage-news-owl .owl-buttons .owl-next {
    right: 8px;
  }
}

.gov-homepage-section--poster-staggered,
.gov-homepage-knowledge-section {
  background: var(--gov-surface-soft);
  margin-inline: calc(50% - 50vw);
}

.gov-homepage-section--poster-staggered .gov-homepage-section__header,
.gov-homepage-knowledge-section .gov-homepage-section__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block-end: 22px;
  text-align: center;
}

.gov-homepage-section--poster-staggered .gov-homepage-section__title::after,
.gov-homepage-knowledge-section .gov-homepage-section__title::after {
  height: 0;
  margin: 0;
  width: 0;
}

.gov-homepage-section--poster-staggered .gov-homepage-section__subtitle,
.gov-homepage-knowledge-section .gov-homepage-section__subtitle {
  color: #9ca3af;
  max-width: 720px;
}

.gov-homepage-section--poster-staggered .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-section--poster-staggered .view-content,
.gov-homepage-knowledge-section.gov-homepage-section--card-grid .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-knowledge-section .view-content {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gov-homepage-section--poster-staggered .views-row:nth-child(2),
.gov-homepage-knowledge-section .views-row:nth-child(2) {
  margin-block-start: 72px;
}

.gov-homepage-section--poster-staggered .gov-homepage-section__actions,
.gov-homepage-knowledge-section .gov-homepage-section__actions {
  display: flex;
  justify-content: center;
}

.gov-homepage-section--poster-staggered .gov-homepage-section__archive,
.gov-homepage-knowledge-section .gov-homepage-section__archive {
  border: 0;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 700;
  margin-block-start: 18px;
  min-height: auto;
  padding: 0;
}

.gov-homepage-section--poster-staggered .gov-homepage-section__archive:hover,
.gov-homepage-section--poster-staggered .gov-homepage-section__archive:focus,
.gov-homepage-knowledge-section .gov-homepage-section__archive:hover,
.gov-homepage-knowledge-section .gov-homepage-section__archive:focus {
  background: transparent;
  color: var(--gov-primary);
}

.gov-homepage-section--poster-staggered .gov-homepage-card,
.gov-homepage-knowledge-section .gov-homepage-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.gov-homepage-section--poster-staggered .gov-homepage-card .field--name-field-gov-image,
.gov-homepage-section--poster-staggered .gov-homepage-card__image-bg,
.gov-homepage-knowledge-section .gov-homepage-card .field--name-field-gov-image,
.gov-homepage-knowledge-section .gov-homepage-card__image-bg {
  aspect-ratio: auto;
  background: transparent;
  border-radius: 56px 8px 34px 8px;
  box-shadow: 0 16px 34px rgba(31, 41, 55, 0.12);
  display: block;
  height: clamp(430px, 34vw, 560px);
  order: -1;
  overflow: hidden;
  width: 100%;
}

.gov-homepage-section--poster-staggered .gov-homepage-card__image-bg,
.gov-homepage-knowledge-section .gov-homepage-card__image-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.gov-homepage-section--poster-staggered .gov-homepage-card .field--name-field-gov-image .field__item,
.gov-homepage-knowledge-section .gov-homepage-card .field--name-field-gov-image .field__item {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.gov-homepage-section--poster-staggered .gov-homepage-card .field--name-field-gov-image picture,
.gov-homepage-knowledge-section .gov-homepage-card .field--name-field-gov-image picture {
  display: block;
  height: 100%;
  width: 100%;
}

.gov-homepage-section--poster-staggered .gov-homepage-card .field--name-field-gov-image img,
.gov-homepage-knowledge-section .gov-homepage-card .field--name-field-gov-image img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.gov-homepage-section--poster-staggered .gov-homepage-card__body,
.gov-homepage-knowledge-section .gov-homepage-card__body {
  padding: 10px 0 0;
}

.gov-homepage-section--poster-staggered .gov-homepage-card__meta,
.gov-homepage-knowledge-section .gov-homepage-card__meta {
  margin-block-start: 0;
  order: -1;
  padding-block-start: 0;
}

.gov-homepage-section--poster-staggered .gov-homepage-card__title,
.gov-homepage-knowledge-section .gov-homepage-card__title {
  -webkit-line-clamp: 2;
}

.gov-homepage-section--poster-staggered .gov-homepage-card .field--name-field-gov-summary,
.gov-homepage-knowledge-section .gov-homepage-card .field--name-field-gov-summary {
  -webkit-line-clamp: 2;
}

.gov-homepage-card {
  background: var(--gov-surface);
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.gov-homepage-card .field--name-field-gov-image {
  aspect-ratio: 16 / 9;
  background: var(--gov-surface-soft);
  order: -1;
  overflow: hidden;
}

.gov-homepage-card__image-bg {
  aspect-ratio: 16 / 9;
  background-color: var(--gov-surface-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex: 0 0 auto;
  order: -1;
  width: 100%;
}

.gov-homepage-card .field--name-field-gov-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gov-homepage-card__title {
  color: #111827;
  display: -webkit-box;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gov-homepage-card__title a {
  color: inherit;
  text-decoration: none;
}

.gov-homepage-card__title a:focus,
.gov-homepage-card__title a:hover {
  color: var(--gov-accent);
}

.gov-homepage-card .field--name-field-gov-summary,
.gov-homepage-card .field--name-field-gov-display-date {
  color: var(--gov-muted);
  line-height: 1.55;
}

.gov-homepage-card .field--name-field-gov-summary {
  display: -webkit-box;
  font-size: 1.35rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gov-homepage-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 14px 14px 12px;
}

.gov-homepage-card__meta {
  align-items: center;
  color: #98a2b3;
  display: flex;
  font-size: 0.95rem;
  gap: 12px;
  justify-content: space-between;
  margin-block-start: auto;
  padding-block-start: 6px;
}

.gov-homepage-card__date,
.gov-homepage-card__meta .field--name-field-gov-display-date {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 5px;
  line-height: 1.2;
  min-width: 0;
}

.gov-homepage-card__date::before,
.gov-homepage-card__meta .field--name-field-gov-display-date::before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 0.82rem;
  line-height: 1;
}

.gov-homepage-card__views {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 4px;
  white-space: nowrap;
}

.gov-homepage-card__views::before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 0.82rem;
  line-height: 1;
}

@media (max-width: 991px) {
  .gov-homepage-section--poster-staggered .views-element-container > [class*="js-view-dom-id"],
  .gov-homepage-section--poster-staggered .view-content,
  .gov-homepage-knowledge-section.gov-homepage-section--card-grid .views-element-container > [class*="js-view-dom-id"],
  .gov-homepage-knowledge-section .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gov-homepage-section--poster-staggered .views-row:nth-child(2),
  .gov-homepage-knowledge-section .views-row:nth-child(2) {
    margin-block-start: 0;
  }
}

@media (max-width: 575px) {
  .gov-homepage-section--poster-staggered .views-element-container > [class*="js-view-dom-id"],
  .gov-homepage-section--poster-staggered .view-content,
  .gov-homepage-knowledge-section.gov-homepage-section--card-grid .views-element-container > [class*="js-view-dom-id"],
  .gov-homepage-knowledge-section .view-content {
    grid-template-columns: 1fr;
  }
}

.gov-content-detail {
  background: #ffffff;
  color: #1f2937;
  padding-block: clamp(36px, 6vw, 72px) clamp(72px, 12vw, 180px);
}

.gov-content-detail__inner {
  margin-inline: auto;
  max-width: 980px;
  width: min(100% - 32px, 980px);
}

.gov-content-detail__back {
  align-items: center;
  border: 1px solid var(--gov-border);
  border-radius: 6px;
  color: #98a2b3;
  display: inline-flex;
  gap: 8px;
  margin-block-end: 26px;
  min-height: 34px;
  padding-inline: 12px;
  text-decoration: none;
}

.gov-content-detail__back::before {
  content: "\f104";
  font-family: FontAwesome;
}

.gov-content-detail__title {
  color: #111827;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.gov-content-detail__meta {
  align-items: center;
  color: #98a2b3;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 18px;
  margin-block-start: 10px;
}

.gov-content-detail__date,
.gov-content-detail__views {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.gov-content-detail__date::before {
  content: "\f073";
  font-family: FontAwesome;
}

.gov-content-detail__views::before {
  content: "\f06e";
  font-family: FontAwesome;
}

.gov-content-detail__media {
  margin-block-start: 24px;
}

.gov-content-detail__media img {
  border-radius: 12px;
  display: block;
  height: auto;
  width: 100%;
}

.gov-content-detail__body {
  color: #4b5563;
  font-size: 1.15rem;
  line-height: 1.9;
  margin-block-start: 24px;
}

.gov-content-detail__body p {
  margin-block: 0 1.1em;
}

.gov-content-detail__files {
  margin-block-start: 28px;
}

.gov-content-detail__files h2 {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  margin-block: 0 10px;
}

.gov-content-detail__file-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.gov-content-detail__file {
  align-items: center;
  border: 1px solid var(--gov-border);
  border-radius: 6px;
  color: #4b5563;
  display: inline-flex;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  text-decoration: none;
}

.gov-content-detail__file::before {
  color: var(--gov-primary);
  content: "\f1c1";
  font-family: FontAwesome;
}

.gov-content-detail__file:hover,
.gov-content-detail__file:focus {
  border-color: var(--gov-primary);
  color: var(--gov-primary);
}

.gov-homepage-procurement-section {
  background: #ffffff;
}

.gov-homepage-procurement-section .gov-homepage-section__header {
  align-items: center;
  gap: 4px;
  justify-content: center;
  justify-items: center;
  margin-block-end: 18px;
  padding-inline: 16px;
  text-align: center;
}

.gov-homepage-procurement-section .gov-homepage-section__title::after {
  content: none;
}

.gov-homepage-procurement-section .gov-homepage-section__subtitle {
  color: #9ca3af;
  line-height: 1.55;
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
}

.gov-homepage-procurement-section .gov-homepage-section__actions {
  display: flex;
  justify-content: center;
}

.gov-homepage-procurement-section .gov-homepage-section__archive {
  border: 0;
  color: #111827;
  margin-block-start: 18px;
  min-height: auto;
  padding: 0;
}

.gov-homepage-procurement-section .gov-homepage-section__archive:focus,
.gov-homepage-procurement-section .gov-homepage-section__archive:hover {
  background: transparent;
  color: var(--gov-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gov-homepage-section--tabbed-list .gov-homepage-section__content,
.gov-homepage-section--procurement-tabs .gov-homepage-section__content {
  margin-inline: auto;
  max-width: 1180px;
}

.gov-homepage-tabbed-list,
.gov-homepage-procurement-tabs {
  background: #ffffff;
  border: 1px solid var(--gov-border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
  overflow: hidden;
}

.gov-homepage-tabbed-list__nav,
.gov-homepage-procurement-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gov-homepage-tabbed-list__button,
.gov-homepage-procurement-tabs__button {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-inline-end: 1px solid var(--gov-border);
  color: #4b5563;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 700;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  transition: background-color 160ms ease, color 160ms ease;
}

.gov-homepage-tabbed-list__button:last-child,
.gov-homepage-procurement-tabs__button:last-child {
  border-inline-end: 0;
}

.gov-homepage-tabbed-list__button.is-active,
.gov-homepage-tabbed-list__button:focus,
.gov-homepage-tabbed-list__button:hover,
.gov-homepage-procurement-tabs__button.is-active,
.gov-homepage-procurement-tabs__button:focus,
.gov-homepage-procurement-tabs__button:hover {
  background: var(--gov-primary);
  color: #ffffff;
}

.gov-homepage-tabbed-list__panel[hidden],
.gov-homepage-procurement-tabs__panel[hidden] {
  display: none;
}

.gov-homepage-tabbed-list__rows,
.gov-homepage-procurement-tabs__rows {
  counter-reset: procurement-row;
}

.gov-homepage-tabbed-list__empty,
.gov-homepage-procurement-tabs__empty {
  color: var(--gov-muted);
  margin: 0;
  padding: 28px;
  text-align: center;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row {
  align-items: start;
  border-bottom: 1px solid var(--gov-border);
  counter-increment: procurement-row;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 18px 22px;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row::before {
  align-items: center;
  align-self: center;
  background: var(--gov-primary);
  border-radius: 10px;
  color: #ffffff;
  content: counter(procurement-row, decimal-leading-zero);
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row:last-child {
  border-bottom: 0;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__title {
  font-size: 1.18rem;
  line-height: 1.45;
  margin: 2px 0 0;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__body {
  min-width: 0;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__contract-no,
.gov-homepage-procurement-tabs .gov-homepage-procurement-row__meta {
  color: var(--gov-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin-block-start: 2px;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__meta > span + span::before {
  color: #d1d5db;
  content: "|";
  margin-inline-end: 12px;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__contract-no .field,
.gov-homepage-procurement-tabs .gov-homepage-procurement-row__date .field,
.gov-homepage-procurement-tabs .gov-homepage-procurement-row__value .field {
  display: inline;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row__contract-no .field__item,
.gov-homepage-procurement-tabs .gov-homepage-procurement-row__date .field__item,
.gov-homepage-procurement-tabs .gov-homepage-procurement-row__value .field__item {
  display: inline;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row .field--name-field-gov-status {
  justify-self: start;
}

.gov-homepage-section--list .view-content,
.gov-homepage-procurement-section .view-content {
  background: #ffffff;
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
  display: grid;
  overflow: hidden;
}

.gov-homepage-section--list .views-element-container > [class*="js-view-dom-id"] {
  background: #ffffff;
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
  display: grid;
  overflow: hidden;
}

.gov-homepage-procurement-row {
  align-items: center;
  border-bottom: 1px solid var(--gov-border);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 150px 140px;
  padding: 18px 22px;
}

.gov-homepage-procurement-row:last-child {
  border-bottom: 0;
}

.gov-homepage-procurement-row__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.gov-homepage-procurement-row__title a {
  color: #111827;
  text-decoration: none;
}

.gov-homepage-procurement-row__title a:focus,
.gov-homepage-procurement-row__title a:hover {
  color: var(--gov-accent);
}

.gov-homepage-procurement-row .field--name-field-gov-display-date {
  color: var(--gov-muted);
  font-size: 0.92rem;
}

.gov-homepage-procurement-row .field--name-field-gov-status {
  justify-self: end;
}

.gov-homepage-procurement-row .field--name-field-gov-status .field__item {
  background: var(--gov-accent-soft);
  border-radius: 99px;
  color: var(--gov-accent);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
}

.gov-homepage-procurement-tabs .gov-homepage-procurement-row .field--name-field-gov-status .field__item {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}

@media (max-width: 767px) {
  .gov-homepage-procurement-tabs {
    border-radius: 12px;
  }

  .gov-homepage-procurement-tabs__nav {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .gov-homepage-procurement-tabs__button {
    border-bottom: 1px solid var(--gov-border);
    border-inline-end: 1px solid var(--gov-border);
    flex: 0 0 max(190px, 48%);
    font-size: 1.2rem;
    min-height: 52px;
    scroll-snap-align: start;
  }

  .gov-homepage-procurement-tabs .gov-homepage-procurement-row {
    align-items: start;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px 16px;
  }

  .gov-homepage-procurement-tabs .gov-homepage-procurement-row::before {
    border-radius: 9px;
    font-size: 1rem;
    height: 34px;
    width: 34px;
  }

  .gov-homepage-procurement-tabs .gov-homepage-procurement-row__title {
    font-size: 1.18rem;
  }
}

.gov-homepage-services-section {
  background: var(--gov-surface-soft);
  margin-inline: calc(50% - 50vw);
}

.gov-homepage-services-section .gov-homepage-section__header {
  gap: 4px;
  justify-content: center;
  justify-items: center;
  margin-block-end: 18px;
  text-align: center;
}

.gov-homepage-services-section .gov-homepage-section__title::after {
  content: none;
}

.gov-homepage-services-section .gov-homepage-section__subtitle {
  color: #9ca3af;
  line-height: 1.55;
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
}

.gov-homepage-section--icon-grid .view-content {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

.gov-homepage-section--icon-grid .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

.gov-homepage-section--service-grid .view-content,
.gov-homepage-section--service-grid .gov-homepage-section__content,
.gov-homepage-section--service-grid .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(var(--gov-service-showcase-columns, 2), minmax(0, 1fr));
}

.gov-homepage-section--service-grid .gov-homepage-section__content,
.gov-homepage-section--service-carousel .gov-homepage-section__content,
.gov-homepage-section--service-showcase .gov-homepage-section__content {
  margin-inline: auto;
  max-width: 1140px;
}

.gov-homepage-services-highlight-section {
  padding-block-end: 10px;
}

.gov-homepage-section--service-grid {
  padding-block-end: 0;
}

.gov-homepage-services-carousel-section {
  padding-block-start: 0;
}

.gov-homepage-section--service-grid + .gov-homepage-section--service-carousel {
  padding-block-start: 0;
}

.gov-homepage-section--service-showcase .view-content,
.gov-homepage-section--service-showcase .views-element-container > [class*="js-view-dom-id"],
.gov-homepage-section--service-carousel .view-content,
.gov-homepage-section--service-carousel .gov-homepage-section__content,
.gov-homepage-section--service-carousel .views-element-container > [class*="js-view-dom-id"] {
  display: grid;
  gap: 14px;
}

.gov-homepage-section--service-showcase .view-content:not(:has(.gov-homepage-service-showcase__grid)),
.gov-homepage-section--service-showcase .views-element-container > [class*="js-view-dom-id"]:not(:has(.gov-homepage-service-showcase__grid)) {
  grid-template-columns: repeat(var(--gov-service-showcase-columns, 2), minmax(0, 1fr));
}

.gov-homepage-section--service-showcase .view-content:not(:has(.gov-homepage-service-showcase__grid)) > .views-row:not(:has(.gov-homepage-service-banner--pinned)),
.gov-homepage-section--service-showcase .views-element-container > [class*="js-view-dom-id"]:not(:has(.gov-homepage-service-showcase__grid)) > .views-row:not(:has(.gov-homepage-service-banner--pinned)) {
  grid-column: auto;
}

.gov-homepage-service-showcase__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(var(--gov-service-showcase-columns, 2), minmax(0, 1fr));
}

.gov-homepage-service-showcase__grid .gov-homepage-service-banner {
  border-radius: 10px;
  min-height: 174px;
  padding: 0;
}

.gov-homepage-service-showcase__carousel {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  padding: 12px 16px;
}

.gov-homepage-service-showcase__viewport {
  overflow: hidden;
}

.gov-homepage-service-showcase__track {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(130px, var(--gov-service-carousel-item-width, 170px));
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gov-homepage-service-showcase__track::-webkit-scrollbar {
  display: none;
}

.gov-homepage-service-showcase__track .views-row {
  min-width: 0;
}

.gov-homepage-service-showcase__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7b8494;
  cursor: pointer;
  display: inline-flex;
  font-size: 4rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.gov-homepage-service-showcase__button:focus,
.gov-homepage-service-showcase__button:hover {
  color: var(--gov-primary);
}

.gov-homepage-service-banner {
  background: var(--gov-surface);
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.06);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  padding: 18px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.gov-homepage-service-banner:focus-within,
.gov-homepage-service-banner:hover {
  border-color: var(--gov-accent);
  transform: translateY(-2px);
}

.gov-homepage-service-banner__title {
  color: var(--gov-accent-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.gov-homepage-service-banner__link {
  display: block;
  height: 100%;
  min-height: inherit;
}

.gov-homepage-service-banner .field--name-field-gov-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gov-homepage-service-banner .field--name-field-gov-image {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  order: -1;
  overflow: hidden;
}

.gov-homepage-section--service-grid .gov-homepage-service-banner__title,
.gov-homepage-section--service-carousel .gov-homepage-service-banner__title,
.gov-homepage-section--service-showcase .gov-homepage-service-banner__title {
  display: none;
}

.gov-homepage-section--service-grid .gov-homepage-section__actions,
.gov-homepage-section--service-carousel .gov-homepage-section__actions,
.gov-homepage-section--service-showcase .gov-homepage-section__actions {
  display: none;
}

.gov-homepage-section--service-grid .gov-homepage-service-banner {
  border-radius: 10px;
  min-height: 174px;
  padding: 0;
}

.gov-homepage-section--service-carousel .gov-homepage-service-banner {
  border-radius: 10px;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.gov-homepage-section--service-carousel .gov-homepage-service-banner__link,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-gov-image > .field__item,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-gov-image > .field__item > div,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-media-image,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-media-image > .field__item {
  display: block;
  height: 100%;
}

.gov-homepage-section--service-grid .gov-homepage-service-banner .field--name-field-gov-image,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-gov-image,
.gov-homepage-section--service-showcase .gov-homepage-service-banner .field--name-field-gov-image {
  aspect-ratio: 3.05 / 1;
  border-radius: inherit;
  height: 100%;
  width: 100%;
}

.gov-homepage-section--service-grid .gov-homepage-service-banner .field--name-field-gov-image img,
.gov-homepage-section--service-carousel .gov-homepage-service-banner .field--name-field-gov-image img,
.gov-homepage-section--service-showcase .gov-homepage-service-banner .field--name-field-gov-image img {
  display: block;
}

.gov-homepage-service-showcase__track .gov-homepage-service-banner {
  border-radius: 8px;
  box-shadow: none;
  min-height: 74px;
  padding: 0;
}

.gov-homepage-service-showcase__track .gov-homepage-service-banner .field--name-field-gov-image {
  aspect-ratio: 2.65 / 1;
}

@media (max-width: 767px) {
  .gov-homepage-section--service-grid .view-content,
  .gov-homepage-section--service-grid .gov-homepage-section__content,
  .gov-homepage-section--service-grid .views-element-container > [class*="js-view-dom-id"],
  .gov-homepage-section--service-showcase .view-content:not(:has(.gov-homepage-service-showcase__grid)),
  .gov-homepage-section--service-showcase .views-element-container > [class*="js-view-dom-id"]:not(:has(.gov-homepage-service-showcase__grid)) {
    grid-template-columns: 1fr;
  }

  .gov-homepage-service-showcase__grid {
    grid-template-columns: 1fr;
  }

  .gov-homepage-service-showcase__carousel {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    padding-inline: 8px;
  }

  .gov-homepage-service-showcase__button {
    font-size: 3rem;
  }
}

.view-gov-news .views-exposed-form,
.view-gov-knowledge .views-exposed-form,
.view-gov-procurement .views-exposed-form,
.view-gov-services .views-exposed-form,
.view-gov-executives .views-exposed-form {
  align-items: end;
  background: var(--gov-surface-soft);
  border: 1px solid var(--gov-border);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  margin-block-end: 24px;
  padding: 18px;
}

@media (max-width: 767px) {
  .gov-top-bar__region,
  .gov-top-bar__utility,
  .gov-top-bar__actions {
    align-items: center;
    flex-wrap: nowrap;
  }

  .gov-top-bar__region,
  .gov-top-bar__utility {
    gap: 6px;
    padding-block: 3px;
  }

  .gov-top-bar__actions {
    flex: 0 1 auto;
    gap: 4px;
    margin-inline-start: auto;
    min-width: 0;
    width: auto;
  }

  .gov-top-bar__phone {
    flex: 0 0 auto;
    font-size: 11px;
    gap: 4px;
  }

  .gov-top-bar__search {
    flex: 0 1 92px;
    min-height: 22px;
    width: 92px;
  }

  .gov-top-bar__search input {
    min-height: 22px;
    padding-inline: 5px;
  }

  .gov-top-bar__font-controls {
    flex: 0 0 auto;
    gap: 2px;
  }

  .gov-top-bar__font-button {
    height: 20px;
    min-width: 20px;
    padding: 0 4px;
  }

  .gov-top-bar__language {
    flex: 0 0 auto;
    font-size: 11px;
    gap: 4px;
  }

  .gov-top-bar__language::before {
    height: 12px;
    width: 20px;
  }

  body:has(.gov-top-bar) .gov-site-header {
    inset-block-start: 34px;
  }

  body.gov-site-header-is-stuck .gov-site-header {
    inset-block-start: 0;
  }

  .gov-site-header.main-nav,
  .gov-site-header.main-nav.mobile-on,
  .gov-site-header.main-nav.small-height {
    height: auto !important;
    min-height: 56px;
  }

  .gov-homepage-section {
    --gov-section-gutter: 24px;
    padding-block: 0;
  }

  .gov-homepage-section.gov-homepage-section--hero {
    padding-block: 0;
  }

  .gov-homepage-main-banners-section,
  .gov-homepage-section--banner-grid {
    padding-block-start: 0;
  }

  .gov-site-header__inner,
  .gov-site-footer__inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: auto;
    padding-block: 8px;
  }

  .gov-site-header__brand {
    flex: 1 1 0;
    max-width: calc(100% - 52px);
  }

  .gov-site-header__identity {
    overflow: hidden;
  }

  .gov-site-header__name,
  .gov-site-header__slogan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gov-site-header__menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px !important;
    justify-content: center;
    line-height: 40px !important;
    margin-inline-start: auto;
    padding: 0;
    width: 40px;
  }

  .gov-site-header__menu-toggle::before {
    content: "\2630";
    font-size: 24px;
    line-height: 1;
  }

  .gov-site-header__region {
    display: none;
    flex: 1 0 100%;
    justify-content: flex-start;
    margin-block-start: 12px;
    width: 100%;
  }

  .gov-site-header--menu-open .gov-site-header__region {
    display: flex;
  }

  .gov-site-header__region .menu,
  .gov-site-header__region ul.menu {
    align-items: stretch;
    background: var(--gov-primary-mobile-menu);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    inset: auto;
    min-width: 0;
    padding: 8px;
    position: static;
    width: 100%;
  }

  .gov-site-header__region .menu li,
  .gov-site-header__region .menu__item {
    width: 100%;
  }

  .gov-site-header__region .menu--sub,
  .gov-site-header__region ul.menu--sub {
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    display: none;
    flex-direction: column;
    inset: auto;
    margin: 2px 0 8px;
    min-width: 0;
    padding: 6px 0;
    position: static;
    width: 100%;
  }

  .gov-site-header__region .menu__item:hover > .menu--sub,
  .gov-site-header__region .menu__item:focus-within > .menu--sub,
  .gov-site-header__region .menu__item:hover > ul.menu--sub,
  .gov-site-header__region .menu__item:focus-within > ul.menu--sub {
    display: flex;
  }

  .gov-site-header__region .menu--sub::before,
  .gov-site-header__region ul.menu--sub::before {
    display: none;
  }

  .inner-nav.gov-site-header__region ul.menu li a,
  .gov-site-header__region .menu__link,
  .gov-site-header__region .menu--sub .menu__link {
    border-bottom: 0;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.94);
    display: flex;
    font-size: 1.25rem !important;
    justify-content: flex-start;
    line-height: 1.25;
    min-height: 38px;
    padding: 0.65rem 0.85rem;
    text-align: left;
    width: 100%;
  }

  .gov-site-header__region .menu__item--expanded > .menu__link {
    padding-inline-end: 2.25rem;
    position: relative;
  }

  .gov-site-header__region .menu__item--expanded > .menu__link::after {
    margin-inline-start: 0;
    position: absolute;
    right: 0.95rem;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }

  .gov-site-header__region .menu__link:focus,
  .gov-site-header__region .menu__link:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .gov-site-header__region .menu--sub .menu__link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.22rem !important;
    font-weight: 600;
    min-height: 32px;
    padding: 0.5rem 0.85rem 0.5rem 1.5rem;
    text-align: left;
    white-space: normal;
  }

  .gov-site-footer__region {
    justify-content: flex-start;
    width: 100%;
  }

  .gov-site-footer {
    padding-block: 38px 30px;
  }

  .gov-site-footer__main {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .gov-site-footer__profile-region {
    grid-column: auto;
  }

  .gov-footer-profile {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .gov-site-footer__brand {
    justify-items: start;
  }

  .gov-site-footer__contact li {
    align-items: flex-start;
  }

  .gov-site-footer__badges {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
  }

  .gov-site-footer__region .menu,
  .gov-site-footer__region ul.menu {
    columns: 1;
  }

  .gov-site-footer__region > div > nav > .menu {
    columns: 1;
  }

  .gov-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-block-start: 28px;
  }

  .gov-site-footer__bottom-nav {
    justify-content: flex-start;
  }

  .gov-site-header__region input[type="search"],
  .gov-site-header__region input[type="text"] {
    min-width: min(100%, 220px);
  }

  .gov-homepage-hero,
  .gov-homepage-section--hero .node--type-gov-banner {
    min-height: 430px;
  }

  .gov-homepage-section--executive .view-content,
  .gov-homepage-procurement-row {
    grid-template-columns: 1fr;
  }

  .gov-homepage-procurement-row .field--name-field-gov-status {
    justify-self: start;
  }
}

.gov-executive-profile {
  color: #111111;
  margin-inline: auto;
  max-width: 1140px;
  padding: 34px 30px 26px;
  text-align: center;
}

.gov-executive-profile > .gov-content-detail__back {
  display: flex;
  margin-inline-end: auto;
  width: max-content;
}

.gov-executive-profile__title,
.gov-executive-profile__authority h2,
.gov-executive-profile__documents h2 {
  color: #111111;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.gov-executive-profile__title {
  font-size: 2rem;
  margin-block-end: 18px;
}

.gov-executive-profile__primary,
.gov-executive-profile__secondary {
  display: grid;
  justify-items: center;
}

.gov-executive-profile__primary {
  margin-block-end: 38px;
}

.gov-executive-profile__secondary {
  gap: 34px;
  margin-block-end: 56px;
}

.gov-executive-profile__row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 4vw, 48px);
  justify-content: center;
  width: 100%;
}

.gov-executive-person {
  display: grid;
  flex: 0 1 190px;
  justify-items: center;
  line-height: 1.35;
  min-width: 150px;
  width: 190px;
}

.gov-executive-person--primary {
  max-width: 260px;
}

.gov-executive-person__image {
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  display: block;
  margin-block-end: 12px;
  object-fit: cover;
  width: min(100%, 190px);
}

.gov-executive-person--primary .gov-executive-person__image {
  width: min(100%, 200px);
}

.gov-executive-person__name,
.gov-executive-person__position,
.gov-executive-person__phone {
  font-size: 1.25rem;
  font-weight: 800;
}

.gov-executive-person__position,
.gov-executive-person__phone {
  margin-block-start: 2px;
}

.gov-executive-profile__authority {
  margin-block-start: 18px;
  text-align: left;
}

.gov-executive-profile__authority h2,
.gov-executive-profile__documents h2 {
  font-size: 1.75rem;
  margin-block-end: 22px;
  text-align: center;
}

.gov-executive-profile__authority-item {
  margin-block-end: 26px;
}

.gov-executive-profile__authority-item h3 {
  color: #111111;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 8px;
}

.gov-executive-profile__authority-text {
  font-size: 1.1rem;
  line-height: 1.65;
}

.gov-executive-profile__authority-text p {
  margin-block: 0 0.65em;
}

.gov-executive-profile__documents {
  margin-block-start: 38px;
}

.gov-executive-profile__documents ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gov-executive-profile__documents a {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}

.gov-executive-profile__documents a:focus,
.gov-executive-profile__documents a:hover {
  text-decoration: underline;
}

.gov-activity-detail__gallery {
  margin-block: 16px 28px;
}

.gov-activity-detail__gallery .field__items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.gov-activity-detail__gallery img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .gov-executive-profile {
    padding: 28px 18px 22px;
  }

  .gov-executive-profile__row {
    gap: 28px;
  }

  .gov-executive-person__image,
  .gov-executive-person--primary .gov-executive-person__image {
    width: min(100%, 170px);
  }
}
