/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: ads
Theme URI: https://ads.com.al
Description: A custom theme for ads.com.al
Version: 0.1.0
Author: ads.com.al
Author URI: https://ads.com.al
Text Domain: ads
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ads is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Source Sans 3", ui-sans-serif, system-ui, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-extrabold: 800;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  font-size: 16px;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid #d7dee7;
  background: #fff;
}
.site-header__inner {
  display: flex;
  min-height: 110px;
  max-width: 1680px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  padding: 10px 72px;
}
.site-logo {
  display: block;
  flex: 0 0 auto;
  width: 176px;
}
.site-logo img, .site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
#site-navigation .primary-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-navigation .menu-item {
  position: relative;
}
#site-navigation a {
  display: block;
  color: #071936;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 160ms ease,	background-color 160ms ease;
}
#site-navigation .primary-menu > .menu-item > a {
  position: relative;
  padding: 14px 0;
}
#site-navigation .primary-menu > .menu-item > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #05a6f5;
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease,	transform 160ms ease;
}
#site-navigation a:hover, #site-navigation a:focus-visible, #site-navigation .current-menu-item > a, #site-navigation .current-menu-ancestor > a {
  color: #058ce4;
}
#site-navigation .primary-menu > .menu-item:hover > a::before, #site-navigation .primary-menu > .menu-item:focus-within > a::before, #site-navigation .primary-menu > .current-menu-item > a::before, #site-navigation .primary-menu > .current-menu-ancestor > a::before {
  opacity: 1;
  transform: scaleX(1);
}
#site-navigation .menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 4px solid currentcolor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  vertical-align: middle;
}
.submenu-toggle {
  display: none;
}
#site-navigation .sub-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: -20px;
  min-width: 250px;
  margin: 0;
  padding: 8px;
  border: 1px solid #e0e9f3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgb(7 25 54 / 14%);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease,	transform 160ms ease,	visibility 160ms ease;
  visibility: hidden;
}
#site-navigation .sub-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 9px;
  content: "";
}
#site-navigation .sub-menu a {
  padding: 11px 13px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1.35;
}
#site-navigation .sub-menu a:hover, #site-navigation .sub-menu a:focus-visible, #site-navigation .sub-menu .current-menu-item > a, #site-navigation .sub-menu .current-menu-ancestor > a {
  background: #eef8ff;
  color: #057fc8;
}
#site-navigation .sub-menu .sub-menu {
  top: -9px;
  left: calc(100% + 9px);
}
#site-navigation .sub-menu .sub-menu::before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 10px;
  height: auto;
}
#site-navigation .menu-item:hover > .sub-menu, #site-navigation .menu-item:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: #071936;
}
.site-footer {
  margin-top: 64px;
  border-radius: 0;
  background: #06152d;
  color: #c3cada;
}
.site-footer__inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 44px 72px 20px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 1fr 1.5fr;
  gap: 58px;
}
.site-footer__logo {
  display: block;
  width: 98px;
  margin-bottom: 22px;
}
.site-footer p, .site-footer li, .site-footer a {
  color: #c3cada;
  font-size: 16px;
  line-height: 1.65;
}
.site-footer a {
  text-decoration: none;
  transition: color 160ms ease;
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #0ca6f7;
}
.site-footer h2 {
  margin: 1px 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer-menu, .site-footer__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li + li {
  margin-top: 8px;
}
.site-footer__contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 9px;
}
.site-footer__icon {
  width: 14px;
  height: 14px;
  min-width: 16px;
  margin-top: 4px;
  color: #0ca6f7;
  fill: currentcolor;
}
.site-footer__bottom {
  width: 100%;
  margin-top: 36px;
  padding-top: 17px;
  border-top: 1px solid rgb(195 202 218 / 20%);
  text-align: center;
}
.site-footer__bottom p {
  margin: 0;
  color: #8993a5;
  font-size: 16px;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.site-footer__social a {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(195 202 218 / 24%);
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 6%);
  transition: border-color 160ms ease,	background 160ms ease,	color 160ms ease;
}
.site-footer__social a:hover, .site-footer__social a:focus-visible {
  border-color: #0ca6f7;
  background: rgb(12 166 247 / 14%);
  color: #0ca6f7;
}
.site-footer__social-icon {
  width: 18px;
  height: 18px;
  fill: currentcolor;
}
.home-shell {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-right: 72px;
  padding-left: 72px;
}
.home-page {
  color: #0a1c3d;
}
.home-posts-slider-section {
  padding: 28px 0;
  background: #fff;
}
.home-posts-slider {
  position: relative;
  overflow: hidden;
  height: 390px;
  border-radius: 3px;
  background: #0b2047;
  box-shadow: 0 9px 24px rgb(7 25 54 / 11%);
}
.home-posts-slider__track, .home-posts-slider__slide, .home-posts-slider__slide > a {
  height: 100%;
}
.home-posts-slider__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 420ms ease,	visibility 420ms ease;
}
.home-posts-slider__slide.is-active {
  visibility: visible;
  opacity: 1;
}
.home-posts-slider__slide > a {
  display: block;
  text-decoration: none;
}
.home-posts-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-posts-slider__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 31px 25px;
  background: linear-gradient(transparent, rgb(4 15 35 / 92%));
  color: #fff;
}
.home-posts-slider__category {
  display: inline-flex;
  padding: 6px 10px;
  background: #04a4f4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}
.home-posts-slider h2 {
  width: min(100%, 850px);
  margin-top: 11px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.home-posts-slider__date {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.home-posts-slider__dots {
  position: absolute;
  z-index: 2;
  right: 82px;
  bottom: 15px;
  left: 82px;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.home-posts-slider__dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
.home-posts-slider__dots button.is-active {
  background: #fff;
}
.home-posts-slider__arrows {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: flex;
}
.home-posts-slider__arrows button {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(255 255 255 / 35%);
  background: rgb(0 0 0 / 58%);
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease;
}
.home-posts-slider__arrows button:hover, .home-posts-slider__arrows button:focus-visible {
  background: #04a4f4;
}
.home-hero {
  min-height: 520px !important;
  background-image: none !important;
  background-color: #071a3a !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-hero__content {
  width: min(100%, 530px);
  padding: 72px 0;
}
.home-hero__title {
  color: #fff;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 0.98;
  text-transform: uppercase;
}
.home-hero__title span {
  display: block;
}
.home-hero__highlight {
  color: #00a6f2;
}
.home-hero p {
  width: min(100%, 520px);
  margin-top: 26px;
  color: #d4dbea;
  font-size: 17px;
  line-height: 1.65;
}
.home-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}
.home-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease,	border-color 160ms ease,	color 160ms ease,	transform 160ms ease;
}
.home-button:hover, .home-button:focus-visible {
  transform: translateY(-2px);
}
.home-button--primary {
  background: #04a4f4;
  color: #fff;
}
.home-button--primary:hover, .home-button--primary:focus-visible {
  background: #008edb;
}
.home-button--outline {
  border-color: #a4aec0;
  color: #fff;
}
.home-button--outline:hover, .home-button--outline:focus-visible {
  border-color: #04a4f4;
  color: #04a4f4;
}
.home-button--green {
  background: #17ca62;
  color: #fff;
}
.home-button--green:hover, .home-button--green:focus-visible {
  background: #10ad52;
}
.home-services {
  padding: 82px 0 89px;
  background: #eff5ff;
}
.home-eyebrow {
  margin: 0;
  color: #04a4f4;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.home-eyebrow--muted {
  color: #7d879a;
  text-align: left;
}
.home-section-title {
  margin-top: 14px;
  color: #071936;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 1.12;
}
.home-services .home-section-title, .home-contact .home-section-title {
  text-align: center;
}
.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px;
  margin-top: 47px;
}
.home-service-card {
  min-height: 415px;
  padding: 31px 28px 29px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgb(7 25 54 / 2%);
}
.home-service-card__icon {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #071f46;
  color: #00a6f2;
}
.home-service-card__icon svg {
  width: 27px;
  height: 27px;
  fill: currentcolor;
}
.home-service-card h3 {
  margin-top: 20px;
  color: #071936;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.home-service-card p {
  margin-top: 13px;
  color: #768195;
  font-size: 16px;
  line-height: 1.75;
}
.home-about {
  padding: 80px 0 82px;
  background: #fff;
}
.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.home-about__image {
  overflow: hidden;
  min-height: 318px;
  border-radius: 12px 12px 12px 70px;
  background: linear-gradient(145deg, rgb(11 37 80 / 72%), rgb(5 20 48 / 96%)),	url("../images/home-network.svg") center / cover;
}
.home-about__image img {
  width: 100%;
  height: 318px;
  object-fit: cover;
}
.home-about__content .home-section-title {
  width: min(100%, 390px);
  margin-top: 16px;
  font-size: 38px;
  line-height: 1.12;
}
.home-about__content > p:not(.home-eyebrow) {
  margin-top: 21px;
  color: #7a8497;
  font-size: 16px;
  line-height: 1.75;
}
.home-about__content .home-button {
  margin-top: 26px;
}
.home-contact {
  padding: 59px 0 61px;
  background: #092047;
  color: #d4dbea;
}
.home-contact .home-section-title {
  margin-top: 16px;
  color: #fff;
}
.home-contact__intro {
  width: min(100%, 690px);
  margin: 18px auto 0;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.home-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 29px;
}
.home-contact-card {
  display: flex;
  min-height: 103px;
  align-items: center;
  gap: 15px;
  padding: 20px 26px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 10px;
  background: rgb(255 255 255 / 11%);
}
.home-contact-card svg {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  color: #00a6f2;
  fill: currentcolor;
}
.home-contact-card strong, .home-contact-card span, .home-contact-card a {
  display: block;
}
.home-contact-card strong {
  margin-bottom: 7px;
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
}
.home-contact-card span, .home-contact-card a {
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.home-contact__buttons {
  justify-content: center;
  margin-top: 26px;
}
.home-contact__toggle {
  cursor: pointer;
}
.home-contact-form {
  width: min(100%, 620px);
  margin: 25px auto 0;
  padding: 38px 36px 33px;
  border-radius: 15px;
  background: #fff;
  color: #12213c;
}
.home-contact-form[hidden] {
  display: none;
}
.home-contact-form h3 {
  color: #0b1d3b;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.home-contact-form .wpcf7-form {
  margin-top: 28px;
}
.home-contact-form .wpcf7-form > p + p {
  margin-top: 15px;
}
.home-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.home-contact-form input:not([type="submit"]), .home-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7e0eb;
  border-radius: 7px;
  outline: 0;
  background: #f8fafc;
  color: #43536d;
  font-size: 16px;
  line-height: 1.45;
}
.home-contact-form textarea {
  min-height: 108px;
}
.home-contact-form input:not([type="submit"]):focus, .home-contact-form textarea:focus {
  border-color: #04a4f4;
  box-shadow: 0 0 0 3px rgb(4 164 244 / 13%);
}
.home-contact-form input[type="submit"] {
  width: 100%;
  padding: 15px 19px;
  border-radius: 5px;
  background: #04a4f4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms ease;
}
.home-contact-form input[type="submit"]:hover, .home-contact-form input[type="submit"]:focus-visible {
  background: #008edb;
}
.home-contact-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.home-contact-form .wpcf7-not-valid-tip, .home-contact-form .wpcf7-response-output, .home-contact-form__empty {
  margin-top: 10px;
  color: #b42318;
  font-size: 16px;
  line-height: 1.45;
}
.page-template-home .site-footer {
  margin-top: 0;
  border-radius: 0;
}
.about-page {
  color: #12213c;
}
.about-hero {
  display: flex;
  min-height: 238px;
  align-items: center;
  background-color: #071a3a;
  background-position: center 47%;
  background-size: cover;
  color: #fff;
}
.about-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.about-breadcrumb a {
  color: #00a6f2;
  font-weight: 700;
  text-decoration: none;
}
.about-hero h1 {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 43px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  text-transform: uppercase;
}
.about-hero__badge {
  display: inline-flex;
  margin-top: 24px;
  padding: 8px 15px;
  border: 1px solid #00a6f2;
  border-radius: 999px;
  background: rgb(0 166 242 / 13%);
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}
.about-content {
  padding: 49px 0 72px;
  background: #f1f6ff;
}
.about-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 28px;
  align-items: start;
}
.about-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(16 40 76 / 4%);
}
.about-main-card {
  padding: 38px 40px 43px;
}
.about-main-card p {
  color: #42536e;
  font-size: 16px;
  line-height: 1.6;
}
.about-main-card > p + p {
  margin-top: 14px;
}
.about-main-card h2 {
  margin-top: 33px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e0eb;
  color: #0b1d3b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.about-main-card h2 + p {
  margin-top: 14px;
}
.about-services-list {
  margin-top: 11px;
  padding: 0;
  list-style: none;
}
.about-services-list li {
  position: relative;
  padding-left: 22px;
  color: #42536e;
  font-size: 16px;
  line-height: 1.6;
}
.about-services-list li + li {
  margin-top: 7px;
}
.about-services-list li::before {
  position: absolute;
  top: 0;
  left: 4px;
  color: #00a6f2;
  font-weight: 900;
  content: "•";
}
.about-highlight {
  margin: 25px 0 26px;
  padding: 16px 18px;
  border: 1px solid #aee2fa;
  border-radius: 10px;
  background: #e7f6ff;
  color: #12213c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}
.about-sidebar {
  display: grid;
  gap: 15px;
}
.about-focus, .about-actions {
  padding: 25px 24px;
}
.about-focus h2, .about-actions h2 {
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.about-focus dl {
  margin-top: 20px;
}
.about-focus dl > div {
  padding: 0 0 13px;
  border-bottom: 1px solid #d8e0eb;
}
.about-focus dl > div + div {
  padding-top: 12px;
}
.about-focus dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-focus dt {
  color: #7d8798;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3;
}
.about-focus dd {
  margin-top: 5px;
  color: #10213f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.about-actions h2 {
  margin-bottom: 17px;
}
.about-action {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease,	border-color 160ms ease,	color 160ms ease;
}
.about-action + .about-action {
  margin-top: 8px;
}
.about-action--primary {
  background: #04a4f4;
  color: #fff;
}
.about-action--primary:hover, .about-action--primary:focus-visible {
  background: #008edb;
}
.about-action--secondary {
  border-color: #d4deea;
  color: #12213c;
}
.about-action--secondary:hover, .about-action--secondary:focus-visible {
  border-color: #04a4f4;
  color: #008edb;
}

.organigram-breadcrumb {
  padding: 13px 0;
  background: #eff5ff;
  color: #7d8798;
  font-size: 16px;
  line-height: 1.4;
}
.organigram-breadcrumb .home-shell {
  display: flex;
  gap: 4px;
  align-items: center;
}
.organigram-breadcrumb a {
  color: #009cec;
  font-weight: 700;
  text-decoration: none;
}
.organigram-hero {
  padding: 54px 0 47px;
  background: #0b2047;
  color: #fff;
  text-align: center;
}
.organigram-hero__eyebrow {
  color: #d4dbea;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
}
.organigram-hero h1 {
  margin-top: 20px;
  color: #fff;
  font-size: 41px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 1.05;
}
.organigram-hero__description {
  margin-top: 25px;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.6;
}
.organigram-document {
  padding: 55px 0 68px;
  background: #fff;
}
.organigram-document__inner {
  width: 100%;
}
.organigram-document h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #0b1d3b;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.organigram-document h2 svg {
  width: 27px;
  height: 27px;
  color: #04a4f4;
  fill: currentcolor;
}
.organigram-viewer {
  overflow: hidden;
  height: 710px;
  margin-top: 26px;
  border: 3px solid #222;
  border-radius: 6px;
  background: #272727;
  box-shadow: 0 9px 18px rgb(7 25 54 / 10%);
}
.organigram-viewer object {
  display: block;
  width: 100%;
  height: 100%;
}
.organigram-viewer p {
  padding: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.organigram-viewer a {
  color: #04a4f4;
}
.page-template-organigram .site-footer {
  margin-top: 0;
  border-radius: 0;
}
.addresses-hero {
  padding: 54px 0 50px;
  background: #0b2047;
  color: #fff;
  text-align: center;
}
.addresses-hero__eyebrow {
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
}
.addresses-hero h1 {
  margin-top: 19px;
  color: #fff;
  font-size: 41px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 1.05;
}
.addresses-hero__description {
  width: min(100%, 620px);
  margin: 23px auto 0;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.65;
}
.addresses-content {
  padding: 64px 0 76px;
  background: #eff5ff;
}
.addresses-content .home-section-title {
  text-align: center;
}
.addresses-content__intro {
  width: min(100%, 650px);
  margin: 16px auto 0;
  color: #768195;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}
.addresses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}
.address-card {
  padding: 26px 28px 25px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(16 40 76 / 5%);
}
.address-card__heading {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #e1e8f1;
}
.address-card__main-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #092047;
  color: #00a6f2;
}
.address-card__main-icon svg {
  width: 24px;
  height: 24px;
  fill: currentcolor;
}
.address-card__heading p {
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.3;
}
.address-card h3 {
  margin-top: 5px;
  color: #0b1d3b;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}
.address-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.address-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #637188;
  font-size: 16px;
  line-height: 1.55;
}
.address-card li + li {
  margin-top: 13px;
}
.address-card li svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #00a6f2;
  fill: currentcolor;
}
.address-card a {
  text-decoration: none;
}
.address-card li a {
  color: #637188;
}
.address-card li a:hover, .address-card li a:focus-visible {
  color: #008edb;
}
.address-card__map {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 17px;
  border-radius: 4px;
  background: #04a4f4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 160ms ease;
}
.address-card__map:hover, .address-card__map:focus-visible {
  background: #008edb;
}
.page-template-addresses .site-footer {
  margin-top: 0;
  border-radius: 0;
}
.legal-hero {
  padding: 62px 0 50px;
  background: #0b2047;
  color: #fff;
  text-align: center;
}
.legal-hero__eyebrow, .legal-content__eyebrow {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3;
  text-transform: uppercase;
}
.legal-hero__eyebrow {
  color: #d4dbea;
}
.legal-hero h1 {
  margin-top: 20px;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
}
.legal-hero__description {
  width: min(100%, 680px);
  margin: 25px auto 0;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.6;
}
.legal-content {
  padding: 62px 0 76px;
  background: #fff;
}
.legal-content__inner {
  width: 100%;
}
.legal-content__eyebrow {
  color: #00a6f2;
}
.legal-content h2 {
  margin-top: 16px;
  color: #0b1d3b;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
}
.legal-content__description {
  margin-top: 20px;
  color: #768195;
  font-size: 16px;
  line-height: 1.65;
}
.legal-documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 37px;
}
.legal-document-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 28px 27px 24px;
  border: 1px solid #e1e8f1;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 18px rgb(16 40 76 / 4%);
}
.legal-document-card__heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.legal-document-card__icon {
  display: flex;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #0b2d61, #1765b6);
  color: #fff;
}
.legal-document-card__icon svg {
  width: 27px;
  height: 27px;
  fill: currentcolor;
}
.legal-document-card h3 {
  color: #0b1d3b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}
.legal-document-card > p {
  margin-top: 17px;
  color: #768195;
  font-size: 16px;
  line-height: 1.55;
}
.legal-document-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 19px;
}
.legal-document-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease,	border-color 160ms ease,	color 160ms ease;
}
.legal-document-action svg {
  width: 15px;
  height: 15px;
  fill: currentcolor;
}
.legal-document-action--primary {
  background: #04a4f4;
  color: #fff;
}
.legal-document-action--primary:hover, .legal-document-action--primary:focus-visible {
  background: #008edb;
}
.legal-document-action--secondary {
  border-color: #d4deea;
  color: #12213c;
}
.legal-document-action--secondary:hover, .legal-document-action--secondary:focus-visible {
  border-color: #04a4f4;
  color: #008edb;
}
.page-template-legal-framework .site-footer, .page-template-secondary-legislation .site-footer {
  margin-top: 0;
  border-radius: 0;
}
.document-library-content {
  padding: 61px 0 76px;
  background: #fff;
}
.document-library-content__inner {
  width: 100%;
}
.document-library-section + .document-library-section {
  margin-top: 62px;
  padding-top: 53px;
  border-top: 1px solid #e1e8f1;
}
.document-library-section h2 {
  margin-top: 16px;
  color: #0b1d3b;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
}
.document-library-section__description {
  margin-top: 19px;
  color: #768195;
  font-size: 16px;
  line-height: 1.65;
}
.document-library-information {
  margin-top: 21px;
  padding: 16px 18px;
  border: 1px solid #b7e4f9;
  border-radius: 9px;
  background: #edf8ff;
  color: #28405e;
  font-size: 16px;
  line-height: 1.6;
}
.page-template-documents .site-footer, .page-template-annual-reports .site-footer, .page-template-reports .site-footer, .page-template-budget .site-footer, .page-template-transparency-program .site-footer {
  margin-top: 0;
  border-radius: 0;
}
.publications-hero {
  padding: 53px 0 49px;
  background: #071a3a;
  color: #fff;
  text-align: center;
}
.publications-hero__eyebrow {
  color: #d4dbea;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3;
  text-transform: uppercase;
}
.publications-hero h1 {
  margin-top: 17px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.4px;
  line-height: 1.05;
}
.publications-hero__description {
  width: min(100%, 690px);
  margin: 22px auto 0;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.65;
}
.publications-content {
  padding: 27px 0 67px;
  background: #fff;
}
.publications-content__inner {
  width: 100%;
}
.publications-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}
.publications-filters a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border: 1px solid #d5dfeb;
  border-radius: 999px;
  color: #43536d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease,	border-color 160ms ease,	color 160ms ease;
}
.publications-filters a:hover, .publications-filters a:focus-visible, .publications-filters a.is-active {
  border-color: #04a4f4;
  background: #04a4f4;
  color: #fff;
}
.publications-search {
  display: flex;
  overflow: hidden;
  width: min(100%, 600px);
  margin: 19px auto 0;
  border: 1px solid #e1e8f1;
  border-radius: 999px;
  background: #f8fafc;
}
.publications-search input {
  min-width: 0;
  flex: 1 1 auto;
  padding: 12px 18px;
  outline: 0;
  color: #43536d;
  font-size: 16px;
}
.publications-search button {
  padding: 10px 20px;
  background: #04a4f4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.publications-search button:hover, .publications-search button:focus-visible {
  background: #008edb;
}
.publications-results {
  margin-top: 35px;
  color: #768195;
  font-size: 16px;
  line-height: 1.4;
}
.publications-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 16px;
}
.publication-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #edf1f6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 19px rgb(16 40 76 / 5%);
}
.publication-card__image {
  display: block;
  height: 134px;
  background: #42556f;
}
.publication-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publication-card__body {
  display: flex;
  flex: 1;
  min-height: 285px;
  flex-direction: column;
  padding: 16px 16px 18px;
}
.publication-card__type {
  overflow: hidden;
  max-width: 100%;
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e3f4ff;
  color: #008edb;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.publication-card__date {
  margin-top: 10px;
  color: #8994a5;
  font-size: 16px;
  line-height: 1.3;
}
.publication-card h2 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  margin-top: 7px;
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.publication-card h2 a {
  text-decoration: none;
}
.publication-card h2 a:hover, .publication-card h2 a:focus-visible {
  color: #008edb;
}
.publication-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 11px;
  padding: 0;
  list-style: none;
}
.publication-card__categories li {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #65738a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.publication-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: 99px;
  margin-top: 12px;
  color: #768195;
  font-size: 16px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.publication-card__more {
  margin-top: auto;
  margin-bottom: 12px;
  padding-top: 10px;
  color: #04a4f4;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
}
.publication-card__more:hover, .publication-card__more:focus-visible {
  color: #008edb;
}
.publications-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 30px;
}
.publications-pagination .page-numbers {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5dfeb;
  border-radius: 5px;
  color: #43536d;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.publications-pagination .page-numbers:hover, .publications-pagination .page-numbers:focus-visible, .publications-pagination .page-numbers.current {
  border-color: #04a4f4;
  background: #04a4f4;
  color: #fff;
}
.publications-empty {
  margin-top: 35px;
  padding: 26px;
  border-radius: 10px;
  background: #eff5ff;
  color: #43536d;
  font-size: 16px;
  text-align: center;
}

.event-calendar-content {
  padding: 46px 0 72px;
  background: #fff;
}
.event-calendar-content__inner {
  width: 100%;
}
.event-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}
.event-calendar-toolbar h2 {
  min-width: 230px;
  color: #0b1d3b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.event-calendar-toolbar button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5dfeb;
  border-radius: 8px;
  color: #071936;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}
.event-calendar-toolbar button:hover, .event-calendar-toolbar button:focus-visible {
  border-color: #04a4f4;
  background: #04a4f4;
  color: #fff;
}
.event-calendar-toolbar button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.event-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  transition: opacity 160ms ease, transform 160ms ease;
}
.event-calendar-content__inner.is-loading .event-calendar-layout {
  opacity: 0.58;
  pointer-events: none;
  transform: translateY(2px);
}
.event-calendar-main {
  position: relative;
  min-width: 0;
}
.event-calendar-content__inner.is-loading .event-calendar-main::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border: 3px solid rgb(4 164 244 / 22%);
  border-top-color: #04a4f4;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation: event-calendar-spin 650ms linear infinite;
}
@keyframes event-calendar-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.event-calendar-weekdays {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  margin-bottom: 10px;
}
.event-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dfe8f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 22px rgb(16 40 76 / 5%);
}
.event-calendar-weekday {
  display: flex;
  min-width: 0;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  color: #8a8f98;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.event-calendar-day {
  min-height: 116px;
  padding: 11px;
  border-top: 1px solid #edf2f7;
  border-left: 1px solid #edf2f7;
  background: #fff;
}
.event-calendar-day:nth-child(7n + 1) {
  border-left: 0;
}
.event-calendar-day.is-empty {
  background: #f8fafc;
}
.event-calendar-day.is-today {
  background: #eef8ff;
}
.event-calendar-day.has-events {
  box-shadow: inset 0 3px 0 #04a4f4;
}
.event-calendar-day__number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 600;
}
.event-calendar-day.is-today .event-calendar-day__number {
  background: #04a4f4;
  color: #fff;
}
.event-calendar-day__event {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #e8f6ff;
  color: #057fc8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-calendar-day__event:hover, .event-calendar-day__event:focus-visible {
  background: #04a4f4;
  color: #fff;
}
.event-calendar-day__more {
  display: block;
  margin-top: 6px;
  color: #65738a;
  font-size: 13px;
  font-weight: 800;
}
.event-calendar-list {
  padding: 24px;
  border: 1px solid #e1e8f1;
  border-radius: 12px;
  background: #f8fafc;
}
.event-calendar-list h2 {
  color: #0b1d3b;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
}
.event-calendar-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e1e8f1;
}
.event-calendar-card__date {
  display: flex;
  height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0b2047;
  color: #fff;
}
.event-calendar-card__date span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.event-calendar-card__date small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-calendar-card h3 {
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}
.event-calendar-card h3 a {
  text-decoration: none;
}
.event-calendar-card h3 a:hover, .event-calendar-card h3 a:focus-visible {
  color: #008edb;
}
.event-calendar-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}
.event-calendar-card__meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8f6ff;
  color: #057fc8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.event-calendar-card p, .event-calendar-empty {
  margin-top: 8px;
  color: #65738a;
  font-size: 16px;
  line-height: 1.55;
}
.single-publication-hero {
  padding: 48px 0 50px;
  background-color: #071a3a;
  background-image: none;
  color: #fff;
}
.single-publication-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.4;
}
.single-publication-breadcrumb a {
  color: #00a6f2;
  font-weight: 700;
  text-decoration: none;
}
.single-publication-hero__eyebrow {
  margin-top: 25px;
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3;
  text-transform: uppercase;
}
.single-publication-hero h1 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 43px);
  font-weight: 900;
  letter-spacing: -1.3px;
  line-height: 1.05;
}
.single-publication-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 19px;
}
.single-publication-hero__type {
  padding: 7px 12px;
  border: 1px solid #00a6f2;
  border-radius: 999px;
  background: rgb(0 166 242 / 13%);
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
}
.single-publication-hero__deadline {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.3;
}
.single-publication-hero__deadline svg {
  width: 14px;
  height: 14px;
  fill: currentcolor;
}
.single-news-hero {
  padding: 48px 0 54px;
  background: #071a3a;
  color: #fff;
}
.single-news-hero__category {
  margin-top: 25px;
  color: #00a6f2;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.single-news-hero h1 {
  max-width: 980px;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 43px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}
.single-news-hero__date {
  margin-top: 16px;
  color: #d4dbea;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.single-publication-content {
  padding: 49px 0 68px;
  background: #f1f6ff;
}
.single-publication-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 27px;
  align-items: start;
}
.single-publication-card {
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(16 40 76 / 4%);
}
.single-publication,
.single-publication * {
  min-width: 0;
}
.single-publication-content, .single-publication-content__grid, .single-publication-card, .single-publication-main, .single-publication-sidebar {
  max-width: 100%;
}
.single-publication-hero h1, .single-publication-breadcrumb, .single-publication-hero__deadline, .single-publication-description, .single-publication-description *, .single-publication-info dd, .single-publication-action {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.single-publication-description table, .single-publication-description .wp-block-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.single-publication-description img, .single-publication-description iframe, .single-publication-description object, .single-publication-description embed {
  max-width: 100%;
}
.single-publication-main {
  padding: 36px 38px 34px;
}
.single-news-article {
  max-width: 1040px;
  margin: 0 auto;
  padding: 36px 38px 42px;
}
.single-news-featured-image {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9e4f4;
}
.single-news-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.single-publication-description {
  color: #52627a;
  font-size: 16px;
  line-height: 1.6;
}
.single-publication-description > :first-child {
  margin-top: 0 !important;
}
.single-publication-description > :last-child {
  margin-bottom: 0 !important;
}
.single-publication-description > * + * {
  margin-top: 14px;
}
.single-publication-description p {
  margin: 0;
  color: #52627a;
  font-size: 16px;
  line-height: 1.68;
}
.single-publication-description p[style],
.single-publication-description li[style],
.single-publication-description span[style] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.single-publication-description h2, .single-publication-description h3 {
  margin-top: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #dce4ee;
  color: #0b1d3b;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}
.single-publication-description h3 {
  font-size: 18px;
}
.single-publication-description > .single-publication-structured-section:first-child h3 {
  margin-top: 0;
}
.single-publication-structured-subtitle {
  margin-top: 14px;
  color: #52627a;
  font-size: 16px;
  line-height: 1.68;
}
.single-publication-structured-section ul {
  margin-top: 14px;
}
.single-publication-selection-process {
  margin-top: 30px;
}
.single-publication-description h4 {
  margin-top: 24px;
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.single-publication-description ul,
.single-publication-description ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.single-publication-description li {
  position: relative;
  padding-left: 23px;
  color: #52627a;
  font-size: 16px;
  line-height: 1.62;
}
.single-publication-description li + li {
  margin-top: 8px;
}
.single-publication-description li::before {
  position: absolute;
  top: 0;
  left: 4px;
  color: #04a4f4;
  font-weight: 900;
  content: "•";
}
.single-publication-description a {
  color: #008edb;
}
.single-publication-description blockquote {
  padding: 16px 18px;
  border-left: 4px solid #04a4f4;
  border-radius: 7px;
  background: #eff7ff;
  color: #152847;
  font-weight: 700;
}
.single-publication-description ul > li::before {
  top: 0.68em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #04a4f4;
  content: "";
}
.single-publication-description ol {
  counter-reset: publication-list;
}
.single-publication-description ol > li {
  counter-increment: publication-list;
}
.single-publication-description ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #04a4f4;
  font-weight: 800;
  content: counter(publication-list) ".";
}
.single-publication-description a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-publication-description a:hover, .single-publication-description a:focus-visible {
  color: #04a4f4;
}
.single-publication-description blockquote {
  margin: 20px 0 0;
}
.single-publication-description figure,
.single-publication-description .wp-block-image,
.single-publication-description .wp-block-file,
.single-publication-description .wp-block-buttons {
  margin: 22px 0 0;
}
.single-publication-description img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 8px;
}
.single-publication-description figure img,
.single-publication-description .wp-block-image img {
  max-width: 100%;
}
.single-publication-description figcaption {
  margin-top: 8px;
  color: #768195;
  font-size: 14px;
  line-height: 1.45;
}
.single-publication-description .wp-block-table {
  display: block;
  margin: 22px 0 0;
  overflow-x: auto;
}
.single-publication-description table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
}
.single-publication-description th,
.single-publication-description td {
  padding: 12px 14px;
  border: 1px solid #dce4ee;
  color: #52627a;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}
.single-publication-description th {
  background: #f3f7fd;
  color: #0b1d3b;
  font-weight: 800;
}
.single-publication-description .wp-block-file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #f8fbff;
}
.single-publication-description .wp-block-file a {
  overflow-wrap: anywhere;
}
.single-publication-description .wp-block-file__button,
.single-publication-description .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #04a4f4;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}
.single-publication-description .wp-block-file__button:hover,
.single-publication-description .wp-block-file__button:focus-visible,
.single-publication-description .wp-block-button__link:hover,
.single-publication-description .wp-block-button__link:focus-visible {
  background: #008edb;
  color: #fff;
}
.single-publication-description .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}
.single-publication-description .wp-block-column > :first-child {
  margin-top: 0;
}
.single-publication-description .alignleft,
.single-publication-description .alignright,
.single-publication-description .alignwide,
.single-publication-description .alignfull {
  float: none;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.single-publication-note {
  margin-top: 29px;
  padding: 20px 21px;
  border-radius: 9px;
  background: #0b2047;
  color: #fff;
}
.single-publication-note h2 {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.single-publication-note h2 svg {
  width: 17px;
  height: 17px;
  fill: currentcolor;
}
.single-publication-note p {
  margin-top: 12px;
  color: #d4dbea;
  font-size: 16px;
  line-height: 1.55;
}
.single-publication-sidebar {
  display: grid;
  gap: 15px;
}
.single-publication-info, .single-publication-actions {
  padding: 23px 21px;
}
.single-publication-info h2, .single-publication-actions h2 {
  color: #0b1d3b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.single-publication-info dl {
  margin-top: 19px;
}
.single-publication-info dl > div {
  padding: 0 0 11px;
  border-bottom: 1px solid #dce4ee;
}
.single-publication-info dl > div + div {
  padding-top: 11px;
}
.single-publication-info dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.single-publication-info dt {
  color: #8994a5;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-transform: uppercase;
}
.single-publication-info dd {
  margin-top: 5px;
  color: #1c2e4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.single-publication-actions h2 {
  margin-bottom: 16px;
}
.single-publication-action {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease,	border-color 160ms ease,	color 160ms ease;
}
.single-publication-action + .single-publication-action {
  margin-top: 8px;
}
.single-publication-action--primary {
  background: #04a4f4;
  color: #fff;
}
.single-publication-action--primary:hover, .single-publication-action--primary:focus-visible {
  background: #008edb;
}
.single-publication-action--secondary {
  border-color: #d4deea;
  color: #12213c;
}
.single-publication-action--secondary:hover, .single-publication-action--secondary:focus-visible {
  border-color: #04a4f4;
  color: #008edb;
}
.single-post .site-footer {
  margin-top: 0;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .site-header__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
  .site-footer__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
  .home-shell {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 1100px) {
  .site-header__inner {
    min-height: 88px;
    padding: 10px 20px;
  }
  .site-logo {
    width: 150px;
  }
  .menu-toggle {
    display: block;
  }
  #site-navigation .primary-menu {
    position: absolute;
    z-index: 20;
    top: 88px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 18px;
    border-bottom: 1px solid #d7dee7;
    background: #fff;
    box-shadow: 0 14px 20px rgb(7 25 54 / 8%);
  }
  #site-navigation.is-open .primary-menu {
    display: block;
  }
  #site-navigation .primary-menu a {
    padding: 9px 0;
  }
  #site-navigation .primary-menu > .menu-item {
    border-bottom: 1px solid #edf2f7;
  }
  #site-navigation .primary-menu > .menu-item:last-child {
    border-bottom: 0;
  }
  #site-navigation .primary-menu > .menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
  }
  #site-navigation .primary-menu > .menu-item > a::before {
    display: none;
  }
  #site-navigation .menu-item-has-children > a::after {
    display: none;
  }
  .submenu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #071936;
    cursor: pointer;
  }
  .submenu-toggle::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
  }
  .submenu-toggle[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(225deg);
  }
  #site-navigation .sub-menu {
    position: static;
    display: none;
    grid-column: 1 / -1;
    min-width: 0;
    padding: 0 0 8px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
  #site-navigation .is-submenu-open > .sub-menu {
    display: block;
  }
  #site-navigation .sub-menu .menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
  }
  #site-navigation .sub-menu::before {
    display: none;
  }
  #site-navigation .sub-menu a:hover,	#site-navigation .sub-menu a:focus-visible,	#site-navigation .sub-menu .current-menu-item > a,	#site-navigation .sub-menu .current-menu-ancestor > a {
    background: transparent;
  }
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }
}
@media (max-width: 900px) {
  .site-footer__inner,	.home-shell {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-hero {
    min-height: 570px;
  }
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .home-contact__grid,	.about-content__grid,	.addresses-grid,	.single-publication-content__grid {
    grid-template-columns: 1fr;
  }
  .about-content__grid {
    gap: 18px;
  }
  .publications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-publication-sidebar {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .site-footer {
    margin-top: 40px;
  }

  .site-footer__inner {
    padding: 36px 20px 18px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .site-footer__bottom {
    margin-top: 28px;
    text-align: left;
  }
  .home-shell {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-hero {
    min-height: 510px;
  }
  .home-posts-slider-section {
    padding: 16px 0;
  }
  .home-posts-slider {
    height: 270px;
  }
  .home-posts-slider__overlay {
    padding: 39px 17px 18px;
  }
  .home-posts-slider h2 {
    padding-right: 10px;
    font-size: 18px;
  }
  .home-posts-slider__dots {
    right: 91px;
    bottom: 13px;
    left: 17px;
    justify-content: flex-start;
  }
  .home-posts-slider__dots button {
    width: 10px;
    height: 10px;
  }
  .home-hero__content {
    padding: 54px 0;
  }
  .home-hero__title {
    font-size: 43px;
    letter-spacing: -1.8px;
  }
  .home-hero p {
    margin-top: 20px;
    font-size: 16px;
  }
  .home-services {
    padding: 60px 0;
  }
  .home-section-title,	.home-about__content .home-section-title {
    font-size: 30px;
  }
  .home-services__grid,	.home-about__grid,	.home-contact__grid {
    grid-template-columns: 1fr;
  }
  .home-services__grid {
    margin-top: 34px;
  }
  .home-service-card {
    min-height: 0;
    padding: 25px 22px;
  }
  .home-about {
    padding: 60px 0;
  }
  .home-about__grid {
    gap: 34px;
  }
  .home-about__image {
    min-height: 230px;
  }
  .home-contact {
    padding: 52px 0;
  }
  .home-contact-card {
    min-height: 88px;
  }
  .home-contact__buttons .home-button {
    width: 100%;
  }
  .home-contact-form {
    padding: 29px 20px 24px;
  }
  .about-hero {
    min-height: 228px;
  }
  .about-hero h1 {
    margin-top: 20px;
    font-size: 31px;
  }
  .about-hero__badge {
    margin-top: 19px;
  }
  .about-content {
    padding: 34px 0 50px;
  }
  .about-content__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-main-card {
    padding: 26px 21px 30px;
  }
  .about-main-card h2 {
    margin-top: 28px;
  }
  .about-focus,	.about-actions {
    padding: 22px 21px;
  }
  .organigram-hero {
    padding: 45px 0 42px;
  }
  .organigram-hero h1 {
    font-size: 35px;
  }
  .organigram-document {
    padding: 44px 0 52px;
  }
  .organigram-document__inner {
    width: 100%;
  }
  .organigram-document h2 {
    font-size: 21px;
  }
  .organigram-viewer {
    height: 520px;
    margin-top: 21px;
  }
  .addresses-hero {
    padding: 45px 0 42px;
  }
  .addresses-hero h1 {
    font-size: 35px;
  }
  .addresses-content {
    padding: 50px 0 56px;
  }
  .addresses-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 29px;
  }
  .address-card {
    padding: 22px 20px;
  }
  .legal-hero {
    padding: 48px 0 43px;
  }
  .legal-hero h1 {
    font-size: 36px;
  }
  .legal-content {
    padding: 48px 0 57px;
  }
  .legal-content__inner {
    width: 100%;
  }
  .legal-content h2 {
    font-size: 31px;
  }
  .legal-documents-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .legal-document-card {
    min-height: 0;
    padding: 22px 20px;
  }
  .document-library-content {
    padding: 48px 0 57px;
  }
  .document-library-content__inner {
    width: 100%;
  }
  .document-library-section h2 {
    font-size: 31px;
  }
  .document-library-section + .document-library-section {
    margin-top: 43px;
    padding-top: 39px;
  }
  .publications-hero {
    padding: 46px 0 42px;
  }
  .publications-hero h1 {
    font-size: 36px;
  }
  .publications-content__inner {
    width: 100%;
  }
  .publications-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .publication-card__image {
    height: 170px;
  }
  .publication-card__body {
    min-height: 0;
  }
  .event-calendar-content {
    padding: 36px 0 54px;
  }
  .event-calendar-toolbar {
    gap: 10px;
  }
  .event-calendar-toolbar h2 {
    min-width: 0;
    font-size: 24px;
  }
  .event-calendar-layout {
    display: block;
    padding-bottom: 4px;
  }
  .event-calendar-weekdays {
    margin-bottom: 8px;
  }
  .event-calendar-weekday {
    min-height: 28px;
    font-size: 18px;
  }
  .event-calendar-day {
    min-height: 82px;
    padding: 7px;
  }
  .event-calendar-list {
    margin-top: 22px;
  }
  .single-publication-hero {
    padding: 34px 0 38px;
  }
  .single-publication-breadcrumb {
    flex-wrap: wrap;
    row-gap: 4px;
    font-size: 14px;
  }
  .single-publication-hero__eyebrow {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .single-publication-hero h1 {
    font-size: 29px;
    letter-spacing: -0.7px;
    line-height: 1.12;
  }
  .single-publication-hero__meta {
    display: grid;
    gap: 9px;
    align-items: stretch;
  }
  .single-publication-hero__type,
  .single-publication-hero__deadline {
    width: 100%;
    border-radius: 8px;
  }
  .single-publication-hero__type {
    padding: 9px 11px;
  }
  .single-publication-hero__deadline {
    padding: 10px 11px;
    background: rgb(255 255 255 / 8%);
  }
  .single-publication-content {
    padding: 24px 0 42px;
  }
  .single-publication-content__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .single-publication-main {
    padding: 23px 19px 27px;
  }
  .single-publication-description h2,
  .single-publication-description h3 {
    font-size: 18px;
    line-height: 1.25;
  }
  .single-publication-description .wp-block-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .single-publication-description table {
    min-width: 520px;
  }
  .single-publication-info,
  .single-publication-actions {
    padding: 21px 19px;
  }
  .single-publication-action {
    width: 100%;
  }
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.start {
  inset-inline-start: var(--spacing);
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.table {
  display: table;
}
.max-w-none {
  max-width: none;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
.home-latest-news {
  padding: 28px 0;
  background: #fff;
}
.home-latest-news__header {
  margin-bottom: 20px;
}
.home-latest-news__header .home-button {
  display: none;
}
.home-latest-news__header .home-section-title {
  margin-top: 10px;
}
.home-news-slider {
  position: relative;
  overflow: hidden;
  height: 390px;
  border-radius: 3px;
  background: #0b2047;
  box-shadow: 0 9px 24px rgb(7 25 54 / 11%);
}
.home-news-slider__track {
  height: 100%;
}
.home-news-slider__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 420ms ease, visibility 420ms ease;
}
.home-news-slider__slide.is-active {
  visibility: visible;
  opacity: 1;
}
.home-news-slider__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.home-news-slider__image {
  width: 100%;
  height: 100%;
}
.home-news-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-slider__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 31px 25px;
  background: linear-gradient(transparent, rgb(4 15 35 / 92%));
  color: #fff;
}
.home-news-slider__category {
  display: inline-flex;
  padding: 6px 10px;
  background: #04a4f4;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home-news-slider__title {
  width: min(100%, 850px);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
}
.home-news-slider__date {
  color: #d4dbea;
  font-size: 14px;
}
.home-news-slider__more {
  display: none;
}
.home-news-slider__arrows {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: flex;
}
.home-news-slider__arrow {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgb(255 255 255 / 35%);
  background: rgb(0 0 0 / 58%);
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease;
}
.home-news-slider__arrow:hover {
  background: #04a4f4;
}
.home-news-slider__dots {
  position: absolute;
  z-index: 2;
  right: 82px;
  bottom: 15px;
  left: 82px;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.home-news-slider__dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
.home-news-slider__dots button.is-active {
  background: #fff;
}
@media (max-width: 560px) {
  .home-news-slider {
    height: 270px;
  }
  .home-news-slider__overlay {
    padding: 39px 17px 18px;
  }
  .home-news-slider__dots {
    right: 91px;
    bottom: 13px;
    left: 17px;
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .home-news-slider__date {
    display: none;
  }
}
.home-hero__content {
  position: relative;
  z-index: 1;
}
.au-shell { width: 100%; max-width: 1680px; margin: 0 auto; padding: 0 72px; }
.au-eyebrow { color: #04a4f4; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; display: block; }
.au-section-title { color: #071936; font-size: 30px; font-weight: 900; letter-spacing: -1px; line-height: 1.15; margin-bottom: 20px; }

/* Hero */
.au-hero { background: #071a3a; padding: 80px 0; text-align: center; }
.au-hero__tag { display: inline-block; background: rgba(4,164,244,0.15); color: #04a4f4; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; margin-bottom: 20px; }
.au-hero__title { color: #fff; font-size: clamp(28px, 3.5vw, 46px); font-weight: 900; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 18px; }
.au-hero__title em { color: #04a4f4; font-style: normal; }
.au-hero__desc { color: #7a94b8; font-size: 17px; line-height: 1.7; max-width: 620px; margin: 0 auto; }

/* About */
.au-about-section { padding: 80px 0; background: #fff; }
.au-about-grid { display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start; }
.au-about-text { color: #768195; font-size: 16px; line-height: 1.75; margin-bottom: 16px; }
.au-about-highlight { background: #f4f8ff; border-left: 3px solid #04a4f4; border-radius: 0 8px 8px 0; padding: 16px 20px; color: #071936; font-size: 15px; font-weight: 700; line-height: 1.65; margin-top: 24px; }
.au-sidebar-card { background: #f4f8ff; border: 1px solid #dce8f5; border-radius: 12px; overflow: hidden; }
.au-sidebar-item { padding: 16px 20px; border-bottom: 1px solid #dce8f5; }
.au-sidebar-item:last-child { border-bottom: 0; }
.au-sidebar-label { display: block; color: #04a4f4; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; }
.au-sidebar-value { display: block; color: #071936; font-size: 14px; font-weight: 700; line-height: 1.4; }

/* Services */
.au-services-section { padding: 80px 0; background: #f4f8ff; }
.au-services-intro { color: #768195; font-size: 16px; line-height: 1.7; margin-bottom: 36px; max-width: 600px; }
.au-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.au-service-item { background: #fff; border: 1px solid #dce8f5; border-radius: 10px; padding: 24px 20px; display: flex; flex-direction: column; gap: 12px; }
.au-service-icon { width: 44px; height: 44px; border-radius: 10px; background: #071a3a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.au-service-icon svg { width: 22px; height: 22px; fill: #04a4f4; }
.au-service-item h3 { color: #071936; font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.au-service-item p { color: #768195; font-size: 13px; line-height: 1.6; }

/* Mission/Vision */
.au-mission-section { padding: 80px 0; background: #fff; }
.au-mission-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.au-mission-split__desc { color: #768195; font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.au-mission-pillars { display: flex; flex-direction: column; gap: 12px; }
.au-mission-pillar { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #f4f8ff; border-radius: 8px; border: 1px solid #dce8f5; }
.au-mission-pillar svg { width: 20px; height: 20px; min-width: 20px; fill: #04a4f4; }
.au-mission-pillar span { color: #071936; font-size: 15px; font-weight: 700; }
.au-mission-split__right { border-left: 1px solid #e0e8f0; padding-left: 72px; }
.au-vision-cards { display: flex; flex-direction: column; gap: 14px; }
.au-vision-card { display: flex; align-items: flex-start; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid #dce8f5; border-radius: 10px; box-shadow: 0 2px 8px rgba(7,25,54,0.04); }
.au-vision-card__icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; background: #071a3a; display: flex; align-items: center; justify-content: center; }
.au-vision-card__icon svg { width: 22px; height: 22px; fill: #04a4f4; }
.au-vision-card h3 { color: #071936; font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.au-vision-card p { color: #768195; font-size: 13px; line-height: 1.5; }

/* CEO */
.au-ceo { display: grid; grid-template-columns: 300px 1fr; }
.au-ceo__left { background: #071a3a; padding: 60px 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.au-ceo__avatar { width: 160px; height: 160px; border-radius: 50%; background: #0e2d5a; border: 3px solid rgba(4,164,244,0.4); display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 900; color: #04a4f4; margin-bottom: 20px; overflow: hidden; }
.au-ceo__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.au-ceo__name { color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.au-ceo__title { color: #04a4f4; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.au-ceo__divider { width: 36px; height: 2px; background: rgba(4,164,244,0.35); border-radius: 2px; margin-bottom: 18px; }
.au-ceo__company { color: #2e4a6a; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.au-ceo__right { background: #fff; padding: 60px 56px; border-top: 1px solid #e0e8f0; }
.au-ceo__label { color: #04a4f4; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; display: block; }
.au-ceo__bio-title { color: #071936; font-size: 22px; font-weight: 900; line-height: 1.2; margin-bottom: 18px; }
.au-ceo__bio { color: #768195; font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.au-ceo__quote { border-left: 3px solid #04a4f4; padding: 14px 20px; background: #f4f8ff; border-radius: 0 8px 8px 0; margin: 22px 0; }
.au-ceo__quote p { color: #071936; font-size: 15px; font-weight: 700; line-height: 1.6; font-style: italic; margin-bottom: 8px; }
.au-ceo__quote cite { color: #768195; font-size: 13px; font-style: normal; }
.au-ceo__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.au-ceo__tags span { background: #f0f5ff; border: 1px solid #dce8f5; border-radius: 999px; padding: 6px 14px; font-size: 13px; color: #3d5a80; font-weight: 600; }

/* Values */
.au-values { padding: 72px 0; background: #f4f8ff; }
.au-values__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.au-value-card { background: #fff; border: 1px solid #dce8f5; border-radius: 12px; padding: 28px 26px; }
.au-value-card svg { width: 28px; height: 28px; fill: #04a4f4; margin-bottom: 14px; display: block; }
.au-value-card h3 { color: #071936; font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.au-value-card p { color: #768195; font-size: 15px; line-height: 1.65; }

/* CTA */
.au-cta { background: #071a3a; padding: 52px 0; }
.au-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.au-cta__inner h2 { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.au-cta__inner p { color: #4a6a8a; font-size: 16px; }
.au-cta__btn { display: inline-flex; align-items: center; background: #04a4f4; color: #fff; font-size: 15px; font-weight: 800; padding: 14px 28px; border-radius: 4px; text-decoration: none; white-space: nowrap; transition: background 160ms; }
.au-cta__btn:hover { background: #008edb; }

/* Responsive */
@media (max-width: 1200px) {
  .au-shell { padding: 0 32px; }
  .au-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .au-about-grid { grid-template-columns: 1fr; }
  .au-mission-split { grid-template-columns: 1fr; gap: 48px; }
  .au-mission-split__right { border-left: 0; padding-left: 0; border-top: 1px solid #e0e8f0; padding-top: 48px; }
  .au-ceo { grid-template-columns: 1fr; }
  .au-ceo__left { padding: 48px 32px; }
  .au-ceo__right { padding: 48px 32px; }
  .au-cta__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .au-shell { padding: 0 20px; }
  .au-hero { padding: 56px 0; }
  .au-values__grid, .au-services-grid { grid-template-columns: 1fr; }
  .au-about-section, .au-services-section, .au-mission-section { padding: 52px 0; }
}

/* Contact page */
.contact-page { color: #12213c; }
.contact-hero { padding: 62px 0 58px; background: radial-gradient(circle at 82% 28%, rgb(4 164 244 / 18%), transparent 28%), #071a3a; color: #fff; text-align: center; }
.contact-hero__eyebrow { color: #04a4f4; font-size: 13px; font-weight: 800; letter-spacing: 3px; line-height: 1.2; text-transform: uppercase; }
.contact-hero h1 { margin-top: 14px; color: #fff; font-size: clamp(36px, 4vw, 52px); font-weight: 900; letter-spacing: -1.6px; line-height: 1.05; }
.contact-hero p:last-child { width: min(100%, 620px); margin: 18px auto 0; color: #c8d4e5; font-size: 17px; line-height: 1.6; }
.contact-content { padding: 68px 0 78px; background: #eff5ff; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr); gap: 30px; align-items: stretch; }
.contact-information, .contact-map { overflow: hidden; border: 1px solid #dce6f1; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgb(7 25 54 / 7%); }
.contact-information { padding: 34px 34px 30px; }
.contact-information__section + .contact-information__section { margin-top: 32px; padding-top: 30px; border-top: 1px solid #e2e9f2; }
.contact-section-heading { display: flex; gap: 14px; align-items: center; }
.contact-section-heading__icon { display: flex; width: 46px; height: 46px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 11px; background: #071f46; color: #04a4f4; }
.contact-section-heading__icon svg { width: 23px; height: 23px; fill: currentcolor; }
.contact-section-heading h2 { color: #071936; font-size: 23px; font-weight: 900; line-height: 1.2; }
.contact-details, .contact-hours { margin-top: 24px; }
.contact-details > div + div { margin-top: 19px; }
.contact-details dt, .contact-hours dt { color: #8994a5; font-size: 13px; font-weight: 800; letter-spacing: 1.2px; line-height: 1.3; text-transform: uppercase; }
.contact-details dd { margin-top: 6px; color: #344660; font-size: 16px; font-weight: 600; line-height: 1.6; }
.contact-details a { color: #008edb; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { text-decoration: underline; }
.contact-hours { border: 1px solid #dce6f1; border-radius: 10px; background: #f7faff; }
.contact-hours > div { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 15px 17px; }
.contact-hours > div + div { border-top: 1px solid #dce6f1; }
.contact-hours dd { color: #071936; font-size: 16px; font-weight: 800; white-space: nowrap; }
.contact-social { margin-top: 29px; padding-top: 25px; border-top: 1px solid #e2e9f2; }
.contact-social > p { color: #071936; font-size: 15px; font-weight: 800; }
.contact-social__links { display: flex; gap: 10px; margin-top: 13px; }
.contact-social__links a { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid #d6e0ec; border-radius: 50%; background: #f4f8ff; color: #0b2a55; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.contact-social__links a:hover, .contact-social__links a:focus-visible { border-color: #04a4f4; background: #04a4f4; color: #fff; transform: translateY(-2px); }
.contact-social__links svg { width: 19px; height: 19px; fill: currentcolor; }
.contact-map { position: relative; min-height: 590px; }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 590px; border: 0; }
.contact-map__link { position: absolute; right: 18px; bottom: 18px; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: #04a4f4; color: #fff; text-decoration: none; box-shadow: 0 8px 18px rgb(7 25 54 / 18%); transition: background-color 160ms ease, transform 160ms ease; }
.contact-map__link::before { width: 12px; height: 12px; border-top: 2px solid currentcolor; border-right: 2px solid currentcolor; content: ""; transform: translate(-1px, 1px) rotate(45deg); }
.contact-map__link::after { position: absolute; width: 15px; height: 2px; background: currentcolor; content: ""; transform: translate(-1px, 1px); }
.contact-map__link:hover, .contact-map__link:focus-visible { background: #008edb; transform: translateY(-2px); }
.page-template-contact .site-footer, body:has(.contact-page) .site-footer { margin-top: 0; border-radius: 0; }
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 430px; }
}
@media (max-width: 560px) {
  .contact-hero { padding: 48px 0 44px; }
  .contact-hero h1 { font-size: 36px; }
  .contact-hero p:last-child { font-size: 16px; }
  .contact-content { padding: 36px 0 50px; }
  .contact-layout { gap: 20px; }
  .contact-information { padding: 25px 20px 24px; }
  .contact-section-heading h2 { font-size: 20px; }
  .contact-hours > div { display: block; }
  .contact-hours dd { margin-top: 6px; }
  .contact-map, .contact-map iframe { min-height: 350px; }
}

@media not all {
/* Retired homepage news slider experiments. */
/* Homepage news slider */
.home-latest-news { padding: 74px 0 32px; background: #fff; }
.home-latest-news__header { display: none; }
.home-news-slider { position: relative; overflow: hidden; width: 100%; height: clamp(430px, 37vw, 570px); margin-bottom: 0; border-radius: 12px; background: #071936; box-shadow: 0 16px 36px rgb(7 25 54 / 16%); }
.home-news-slider__track, .home-news-slider__slide, .home-news-slider__link, .home-news-slider__image { height: 100%; }
.home-news-slider__slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity 420ms ease, visibility 420ms ease; }
.home-news-slider__slide.is-active { visibility: visible; opacity: 1; }
.home-news-slider__link { display: block; color: #fff; text-decoration: none; }
.home-news-slider__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; box-shadow: none; }
.home-news-slider__category--corner { position: absolute; z-index: 3; top: 4px; left: 4px; display: inline-flex; padding: 9px 16px; background: #04a4f4; color: #fff; font-size: 16px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.home-news-slider__overlay { position: absolute; z-index: 4; top: 50%; right: auto; bottom: auto; left: clamp(58px, 6vw, 94px); width: min(72%, 1050px); min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #fff; transform: translateY(-45%); }
.home-news-slider::after { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(90deg, rgb(3 15 36 / 72%) 0%, rgb(3 15 36 / 38%) 48%, transparent 78%), linear-gradient(0deg, rgb(3 15 36 / 36%) 0%, transparent 48%); content: ""; pointer-events: none; }
.home-news-slider__overlay .home-news-slider__category { display: none; }
.home-news-slider__title { max-width: 1320px; color: #fff; font-size: clamp(34px, 3.5vw, 58px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.08; text-shadow: 0 3px 18px rgb(0 0 0 / 30%); }
.home-news-slider__date { position: relative; display: inline-block; margin-top: 11px; padding-bottom: 0; color: #dce7f4; font-size: 16px; font-weight: 600; line-height: 1.2; }
.home-news-slider__date::after { display: none; }
.home-news-slider__more { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; margin-top: 24px; padding: 12px 24px; border: 2px solid rgb(255 255 255 / 86%); border-radius: 5px; color: #fff; font-size: 16px; font-weight: 700; transition: border-color 160ms ease, background-color 160ms ease; }
.home-news-slider__link:hover .home-news-slider__more, .home-news-slider__link:focus-visible .home-news-slider__more { border-color: #04a4f4; background: #04a4f4; }
.home-news-slider__arrows { position: absolute; z-index: 6; inset: 50% 0 auto; display: block; transform: translateY(-50%); pointer-events: none; }
.home-news-slider__arrow { position: relative; display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; border: 0; border-radius: 0; background: rgb(3 15 36 / 28%); color: transparent; cursor: pointer; transition: background-color 160ms ease; pointer-events: auto; }
.home-news-slider__arrow::before { width: 18px; height: 18px; border-top: 3px solid #fff; border-right: 3px solid #fff; content: ""; }
.home-news-slider__arrow--prev::before { transform: translateX(4px) rotate(-135deg); }
.home-news-slider__arrow--prev { position: absolute; left: 0; }
.home-news-slider__arrow--next::before { transform: translateX(-4px) rotate(45deg); }
.home-news-slider__arrow--next { position: absolute; right: 0; }
.home-news-slider__arrow:hover, .home-news-slider__arrow:focus-visible { border-color: #04a4f4; background: #04a4f4; }
.home-news-slider__arrow:hover::before, .home-news-slider__arrow:focus-visible::before { border-color: #fff; }
.home-news-slider__dots { position: absolute; z-index: 6; right: 30px; bottom: 24px; left: 30px; display: flex; gap: 7px; justify-content: center; align-items: center; height: auto; }
.home-news-slider__dots button { width: 11px; height: 11px; border: 0; border-radius: 50%; background: rgb(255 255 255 / 62%); box-shadow: none; cursor: pointer; transition: background-color 160ms ease, transform 160ms ease; }
.home-news-slider__dots button.is-active { width: 26px; border-radius: 999px; background: #04a4f4; transform: none; }
@media (max-width: 900px) {
  .home-latest-news { padding-top: 48px; }
  .home-news-slider { height: 430px; margin-bottom: 0; }
  .home-news-slider__overlay { top: 48%; left: 62px; width: min(78%, 720px); }
}
@media (max-width: 560px) {
  .home-latest-news { padding: 28px 0 20px; }
  .home-news-slider { height: 290px; margin-bottom: 0; }
  .home-news-slider__category--corner { top: 0; left: 0; padding: 8px 12px; font-size: 13px; }
  .home-news-slider__overlay { top: 48%; right: 46px; bottom: auto; left: 46px; width: auto; margin: 0; padding: 0; transform: translateY(-48%); }
  .home-news-slider__title { font-size: 23px; line-height: 1.12; }
  .home-news-slider__date { display: inline-block; margin-top: 8px; font-size: 14px; }
  .home-news-slider__more { min-height: 42px; margin-top: 14px; padding: 9px 16px; font-size: 14px; }
  .home-news-slider__arrow { width: 44px; height: 44px; }
  .home-news-slider__arrow::before { width: 14px; height: 14px; }
  .home-news-slider__dots { right: 56px; bottom: 15px; left: 56px; justify-content: center; height: auto; }
  .home-news-slider__dots button { width: 10px; height: 10px; }
  .home-news-slider__dots button.is-active { width: 24px; }
}

/* Swiper-powered homepage news hero */
.home-latest-news { padding: 56px 0; }
.home-news-slider.swiper { width: 100%; max-width: 1400px; height: min(39vw, 550px); min-height: 420px; margin: 0 auto; overflow: hidden; border-radius: 16px; background: #071936; box-shadow: 0 18px 42px rgb(7 25 54 / 16%); }
.home-news-slider .swiper-wrapper { height: 100%; }
.home-news-slider .swiper-slide { position: relative; inset: auto; height: 100%; visibility: visible; opacity: 1; }
.home-news-slider__link, .home-news-slider__image { display: block; width: 100%; height: 100%; }
.home-news-slider__image img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.home-news-slider.swiper::after { position: absolute; z-index: 2; inset: 0; display: block; background: rgb(0 0 0 / 40%); content: ""; pointer-events: none; }
.home-news-slider__category--corner { display: none; }
.home-news-slider__overlay { position: absolute; z-index: 4; top: 50%; right: auto; bottom: auto; left: clamp(64px, 7vw, 110px); width: min(66%, 820px); padding: 0; background: transparent; color: #fff; transform: translateY(-50%); }
.home-news-slider__overlay .home-news-slider__category { display: inline-flex; margin-bottom: 16px; padding: 7px 12px; border-radius: 4px; background: #04a4f4; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1.2px; line-height: 1; text-transform: uppercase; }
.home-news-slider__title { max-width: 820px; color: #fff; font-size: clamp(32px, 3.3vw, 52px); font-weight: 800; letter-spacing: -1px; line-height: 1.08; text-shadow: 0 3px 18px rgb(0 0 0 / 34%); }
.home-news-slider__description { max-width: 680px; margin-top: 16px; color: #eef4fb; font-size: 17px; line-height: 1.55; }
.home-news-slider__date { margin-top: 12px; color: #d7e2ee; font-size: 15px; }
.home-news-slider__more { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; margin-top: 22px; padding: 12px 24px; border: 1px solid rgb(255 255 255 / 72%); border-radius: 6px; background: rgb(7 25 54 / 34%); color: #fff; font-size: 16px; font-weight: 700; transition: border-color 160ms ease, background-color 160ms ease; }
.home-news-slider__link:hover .home-news-slider__more, .home-news-slider__link:focus-visible .home-news-slider__more { border-color: #04a4f4; background: #04a4f4; }
.home-news-slider .home-news-slider__arrow { z-index: 6; top: 50%; width: 48px; height: 48px; margin-top: -24px; border: 1px solid rgb(255 255 255 / 26%); border-radius: 50%; background: rgb(7 25 54 / 54%); color: #fff; transition: border-color 160ms ease, background-color 160ms ease; }
.home-news-slider .home-news-slider__arrow::after { display: none; }
.home-news-slider .home-news-slider__arrow::before { width: 12px; height: 12px; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.home-news-slider .home-news-slider__arrow--prev { left: 18px; }
.home-news-slider .home-news-slider__arrow--next { right: 18px; }
.home-news-slider .home-news-slider__arrow:hover, .home-news-slider .home-news-slider__arrow:focus-visible { border-color: #04a4f4; background: #04a4f4; }
.home-news-slider .home-news-slider__dots { z-index: 6; right: 80px; bottom: 22px; left: 80px; display: flex; gap: 8px; justify-content: center; align-items: center; height: auto; }
.home-news-slider .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 !important; background: #fff; opacity: 0.58; }
.home-news-slider .swiper-pagination-bullet-active { width: 28px; border-radius: 999px; background: #04a4f4; opacity: 1; }
@media (max-width: 900px) {
  .home-news-slider.swiper { height: 440px; min-height: 0; }
  .home-news-slider__overlay { left: 70px; width: min(72%, 650px); }
  .home-news-slider__title { font-size: clamp(30px, 5vw, 42px); }
}
@media (max-width: 560px) {
  .home-latest-news { padding: 30px 0; }
  .home-news-slider.swiper { height: 350px; min-height: 0; border-radius: 12px; }
  .home-news-slider__overlay { top: 46%; right: 50px; left: 50px; width: auto; }
  .home-news-slider__overlay .home-news-slider__category { margin-bottom: 10px; padding: 6px 9px; font-size: 11px; }
  .home-news-slider__title { font-size: 25px; letter-spacing: -0.4px; line-height: 1.12; }
  .home-news-slider__description { display: -webkit-box; overflow: hidden; margin-top: 10px; font-size: 14px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .home-news-slider__date { display: none; }
  .home-news-slider__more { min-height: 40px; margin-top: 14px; padding: 9px 16px; font-size: 14px; }
  .home-news-slider .home-news-slider__arrow { width: 38px; height: 38px; margin-top: -19px; }
  .home-news-slider .home-news-slider__arrow--prev { left: 8px; }
  .home-news-slider .home-news-slider__arrow--next { right: 8px; }
  .home-news-slider .home-news-slider__dots { right: 52px; bottom: 14px; left: 52px; }
}
}
