@charset "UTF-8";

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 176, 223, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(0, 176, 223, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 176, 223, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 176, 223, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(0, 176, 223, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 176, 223, 0);
  }
}

body.no-scroll {
  overflow: hidden;
}

.reset-button,
.text-and-media-section .video--popup__close,
.header .mobile--nav__menu > .menu-item .menu-item-wrapper .menu-item-button,
.header .mobile--menu-close,
.header--menu-toggle,
.header .mobile .search-form--button,
.header--content .search-form--button {
  margin: 0px;
  border: none;
  background-color: transparent;
  padding: 0px;
}

.reset-list,
.single-news .single-news-content .section--content > ul,
.single-news .single-news-content .section--content > ol,
.search-results-page .section--results,
.news-archive .section--lower__posts,
.news-archive .section--upper__highlight-posts,
.downloads-block--files,
.members-section .section--members,
.default-text-section .section--content__column.checkmark ul,
.default-text-section .section--content__column.checkmark ol,
.default-text-section .section--content__column.bullet ul,
.default-text-section .section--content__column.bullet ol,
.default-text-section .section--content__column.number ul,
.default-text-section .section--content__column.number ol,
.text-and-media-section .section--description ul,
.steps-dark-section .section--steps,
.numbers-section .section--numbers,
.mini-clicktrough-section .section--items,
.steps-section .section--steps,
.news-section .section--news,
.single-news-related .section--news,
.header-section .section--blocks,
.footer--bottom__links,
.footer--column__list,
.header .mobile--nav__menu > .menu-item-has-children .sub-menu,
.header .mobile--nav__menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.last-no-margin > *:nth-last-child(1),
.single-news .single-news-content .section--highlight__description > *:nth-last-child(1),
.single-news .single-news-content .section--highlight__title > *:nth-last-child(1),
.news-archive .section--lower__title > *:nth-last-child(1),
.news-archive .section--upper__highlight-title > *:nth-last-child(1),
.news-archive .section--upper__description > *:nth-last-child(1),
.news-archive .section--upper__title > *:nth-last-child(1),
.downloads-block--title > *:nth-last-child(1),
.faq-section .section--description > *:nth-last-child(1),
.faq-section .section--title > *:nth-last-child(1),
.members-section .section--title > *:nth-last-child(1),
.default-text-section .section--title > *:nth-last-child(1),
.text-and-media-section .section--description > *:nth-last-child(1),
.text-and-media-section .section--title > *:nth-last-child(1),
.steps-dark-section .section--description > *:nth-last-child(1),
.steps-dark-section .section--title > *:nth-last-child(1),
.issue-map-section .splide__slide > *:nth-last-child(1),
.issue-map-section .section--infobox__description > *:nth-last-child(1),
.issue-map-section .section--title > *:nth-last-child(1),
.logo-slider-section .section--title > *:nth-last-child(1),
.numbers-section .section--number__label > *:nth-last-child(1),
.numbers-section .section--description > *:nth-last-child(1),
.numbers-section .section--title > *:nth-last-child(1),
.text-and-image-simple-section .section--description > *:nth-last-child(1),
.text-and-image-simple-section .section--title > *:nth-last-child(1),
.text-and-image-section .section--description > *:nth-last-child(1),
.text-and-image-section .section--title > *:nth-last-child(1),
.mini-clicktrough-section .section--title > *:nth-last-child(1),
.steps-section .step--content__inner > *:nth-last-child(1),
.steps-section .section--description > *:nth-last-child(1),
.steps-section .section--title > *:nth-last-child(1),
.news-section .section--title > *:nth-last-child(1),
.single-news-related .section--title > *:nth-last-child(1),
.call-to-action-section .section--description > *:nth-last-child(1),
.call-to-action-section .section--title > *:nth-last-child(1),
.header-section .section--single-block__description > *:nth-last-child(1),
.header-section .section--description > *:nth-last-child(1),
.header-section .section--title > *:nth-last-child(1),
.subpages-header-section .section--description > *:nth-last-child(1),
.subpages-header-section .section--title > *:nth-last-child(1),
.subpages-header-section.contact-block .section--contact__description > *:nth-last-child(1),
.subpages-header-section.contact-block .section--contact__title > *:nth-last-child(1),
.subpages-header-section.contact-block .section--block__description > *:nth-last-child(1),
.subpages-header-section.contact-block .section--block__title > *:nth-last-child(1),
.homepage-header-section .section--description > *:nth-last-child(1),
.homepage-header-section .section--title > *:nth-last-child(1),
.faq--item__answer--inner > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.325rem + 0.9vw);
}

h2,
.h2 {
  font-size: calc(1.305rem + 0.66vw);
}

h3,
.h3 {
  font-size: calc(1.285rem + 0.42vw);
}

h4,
.h4 {
  font-size: calc(1.265rem + 0.18vw);
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1432px;
}

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fs-3 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

.fs-4 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

.fs-5 {
  font-size: 1.2rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #636b6f;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 991.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

#wc-bottom-bar .wc-footer-copyright {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

html {
  margin-top: 0px !important;
  width: auto;
  overflow-x: initial;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

body {
  background-color: #fafafa;
  color: #003399;
  font-family: "Roboto", sans-serif;
}

body * {
  font-family: inherit;
}

body.page-template-dark {
  background-color: #1b1b1b;
  color: #eaf1f1;
}

main {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
}

strong,
b {
  font-weight: 700;
}

body:not(.wp-admin) #wpadminbar {
  opacity: 0;
  transition: all 0.3s ease;
}

body:not(.wp-admin) #wpadminbar:hover {
  opacity: 1;
}

main {
  min-height: 200px;
}

* {
  scroll-margin-top: 144px;
}

@media (max-width: 1199px) {
  * {
    scroll-margin-top: 104px;
  }
}

a {
  color: #00b0df;
}

.svg-icon-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-icon-arrow-left-dims {
  width: 25px;
  height: 12px;
}

.svg-icon-arrow-left-blue-menu {
  background: url("sprites.svg") no-repeat;
  background-position: 2.0032051282% 0.8689355539%;
}

.svg-icon-arrow-left-blue-menu-dims {
  width: 13px;
  height: 12px;
}

.svg-icon-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 3.0620467365% 1.7441860465%;
}

.svg-icon-arrow-right-dims {
  width: 20px;
  height: 17px;
}

.svg-icon-arrow-right-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 4.673650282% 2.9796511628%;
}

.svg-icon-arrow-right-blue-dims {
  width: 20px;
  height: 17px;
}

.svg-icon-arrow-right-blue-menu {
  background: url("sprites.svg") no-repeat;
  background-position: 6.25% 4.1998551774%;
}

.svg-icon-arrow-right-blue-menu-dims {
  width: 13px;
  height: 12px;
}

.svg-icon-arrow-right-button {
  background: url("sprites.svg") no-repeat;
  background-position: 7.2567783094% 5.0687907314%;
}

.svg-icon-arrow-right-button-dims {
  width: 7px;
  height: 12px;
}

.svg-icon-breadcrumb-home {
  background: url("sprites.svg") no-repeat;
  background-position: 7.8651685393% 5.9506531205%;
}

.svg-icon-breadcrumb-home-dims {
  width: 15px;
  height: 15px;
}

.svg-icon-breadcrumb-separator {
  background: url("sprites.svg") no-repeat;
  background-position: 8.9968152866% 7.0391872279%;
}

.svg-icon-breadcrumb-separator-dims {
  width: 5px;
  height: 15px;
}

.svg-icon-check {
  background: url("sprites.svg") no-repeat;
  background-position: 9.4627105052% 8.1336238199%;
}

.svg-icon-check-dims {
  width: 14px;
  height: 16px;
}

.svg-icon-chevron {
  background: url("sprites.svg") no-repeat;
  background-position: 10.6280193237% 9.3362509117%;
}

.svg-icon-chevron-dims {
  width: 19px;
  height: 22px;
}

.svg-icon-chevron-down {
  background: url("sprites.svg") no-repeat;
  background-position: 12.0896717374% 10.8695652174%;
}

.svg-icon-chevron-down-dims {
  width: 12px;
  height: 13px;
}

.svg-icon-clear-search {
  background: url("sprites.svg") no-repeat;
  background-position: 13.0504403523% 11.8373275236%;
}

.svg-icon-clear-search-dims {
  width: 12px;
  height: 16px;
}

.svg-icon-close {
  background: url("sprites.svg") no-repeat;
  background-position: 14.2045454545% 13.1231671554%;
}

.svg-icon-close-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-email {
  background: url("sprites.svg") no-repeat;
  background-position: 16.3855421687% 15.1053013798%;
}

.svg-icon-email-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-eyebrow {
  background: url("sprites.svg") no-repeat;
  background-position: 17.5019888624% 16.2201303403%;
}

.svg-icon-eyebrow-dims {
  width: 4px;
  height: 12px;
}

.svg-icon-hamburger {
  background: url("sprites.svg") no-repeat;
  background-position: 18.1818181818% 17.3020527859%;
}

.svg-icon-hamburger-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-image-vector {
  background: url("sprites.svg") no-repeat;
  background-position: 22.5289403384% 34.4155844156%;
}

.svg-icon-image-vector-dims {
  width: 138px;
  height: 623px;
}

.svg-icon-line {
  background: url("sprites.svg") no-repeat;
  background-position: 44.1309255079% 74.2474916388%;
}

.svg-icon-line-dims {
  width: 375px;
  height: 197px;
}

.svg-icon-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 69.6363636364% 82.1347464042%;
}

.svg-icon-logo-dims {
  width: 161px;
  height: 72px;
}

.svg-icon-logo-footer {
  background: url("sprites.svg") no-repeat;
  background-position: 86.9606003752% 88.5911179173%;
}

.svg-icon-logo-footer-dims {
  width: 195px;
  height: 87px;
}

.svg-icon-pagination-arrow-next {
  background: url("sprites.svg") no-repeat;
  background-position: 89.4736842105% 90.0796524258%;
}

.svg-icon-pagination-arrow-next-dims {
  width: 7px;
  height: 12px;
}

.svg-icon-pagination-arrow-prev {
  background: url("sprites.svg") no-repeat;
  background-position: 90.0318979266% 90.9485879797%;
}

.svg-icon-pagination-arrow-prev-dims {
  width: 7px;
  height: 12px;
}

.svg-icon-play {
  background: url("sprites.svg") no-repeat;
  background-position: 91.0986367281% 92.0842411038%;
}

.svg-icon-play-dims {
  width: 14px;
  height: 16px;
}

.svg-icon-play-video {
  background: url("sprites.svg") no-repeat;
  background-position: 94.1850941851% 94.9002217295%;
}

.svg-icon-play-video-dims {
  width: 40px;
  height: 40px;
}

.svg-icon-search {
  background: url("sprites.svg") no-repeat;
  background-position: 95.7361222848% 96.2909090909%;
}

.svg-icon-search-dims {
  width: 18px;
  height: 18px;
}

.svg-icon-tel {
  background: url("sprites.svg") no-repeat;
  background-position: 97.0281124498% 97.4582425563%;
}

.svg-icon-tel-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-triangle-warning {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-icon-triangle-warning-dims {
  width: 37px;
  height: 35px;
}

.homepage-header-section + #section-2 {
  margin-top: -1px !important;
  background-color: #fafafa;
}

.btn,
.single-news .single-news-related .section--button,
.text-and-media-section .section--play-button,
.news--button,
.search-results-page .section .search-form--button {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .btn,
  .single-news .single-news-related .section--button,
  .text-and-media-section .section--play-button,
  .news--button,
  .search-results-page .section .search-form--button {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .btn,
  .single-news .single-news-related .section--button,
  .text-and-media-section .section--play-button,
  .news--button,
  .search-results-page .section .search-form--button {
    font-size: 16px;
  }
}

.btn,
.single-news .single-news-related .section--button,
.text-and-media-section .section--play-button,
.news--button,
.search-results-page .section .search-form--button {
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  padding: 16px 28px;
  font-weight: 600;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 1199px) {
  .btn,
  .single-news .single-news-related .section--button,
  .text-and-media-section .section--play-button,
  .news--button,
  .search-results-page .section .search-form--button {
    padding: 15px 27px;
  }
}

@media (max-width: 767px) {
  .btn,
  .single-news .single-news-related .section--button,
  .text-and-media-section .section--play-button,
  .news--button,
  .search-results-page .section .search-form--button {
    padding: 14px 26px;
  }
}

.btn--primary,
.single-news .single-news-related .section--button,
.news--button,
.search-results-page .section .search-form--button {
  border-color: #003399;
  background-color: #003399;
  color: #fff;
}

.btn--primary:hover,
.single-news .single-news-related .section--button:hover,
.news--button:hover,
.search-results-page .section .search-form--button:hover {
  background-color: #002266;
}

.btn--border {
  border-color: #003399;
  background-color: transparent;
  color: #003399;
}

.btn--border:hover {
  background-color: #003399;
  color: #fff;
}

.btn--border__white {
  background-color: #fff;
}

.btn--white-border {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn--white-border:hover {
  background-color: #fff;
  color: #003399;
}

.btn--white,
.header.header-blue:not(.scrolled) .header--cta-button .btn,
.header.header-blue:not(.scrolled) .header--cta-button .single-news .single-news-related .section--button,
.single-news .single-news-related .header.header-blue:not(.scrolled) .header--cta-button .section--button,
.header.header-blue:not(.scrolled) .header--cta-button .text-and-media-section .section--play-button,
.text-and-media-section .header.header-blue:not(.scrolled) .header--cta-button .section--play-button,
.header.header-blue:not(.scrolled) .header--cta-button .search-results-page .section .search-form--button,
.search-results-page .section .header.header-blue:not(.scrolled) .header--cta-button .search-form--button,
.header.header-blue:not(.scrolled) .header--cta-button .news--button,
.btn.short-code,
.single-news .single-news-related .short-code.section--button,
.text-and-media-section .short-code.section--play-button,
.short-code.news--button,
.search-results-page .section .short-code.search-form--button {
  border-color: #fff;
  background-color: #fff;
  color: #003399;
}

.btn--white:hover,
.header.header-blue:not(.scrolled) .header--cta-button .btn:hover,
.header.header-blue:not(.scrolled) .header--cta-button .single-news .single-news-related .section--button:hover,
.single-news .single-news-related .header.header-blue:not(.scrolled) .header--cta-button .section--button:hover,
.header.header-blue:not(.scrolled) .header--cta-button .text-and-media-section .section--play-button:hover,
.text-and-media-section .header.header-blue:not(.scrolled) .header--cta-button .section--play-button:hover,
.header.header-blue:not(.scrolled) .header--cta-button .search-results-page .section .search-form--button:hover,
.search-results-page .section .header.header-blue:not(.scrolled) .header--cta-button .search-form--button:hover,
.header.header-blue:not(.scrolled) .header--cta-button .news--button:hover,
.btn.short-code:hover,
.single-news .single-news-related .short-code.section--button:hover,
.text-and-media-section .short-code.section--play-button:hover,
.short-code.news--button:hover,
.search-results-page .section .short-code.search-form--button:hover {
  background-color: transparent;
  color: #fff;
}

.btn--corners,
.text-and-media-section .section--play-button {
  --corner-size: 16px;
  --corner-width: 1px;
  --corner-color: #fff;
  transition: all 0.3s ease, background-size 0.4s ease;
  border-color: transparent;
  background: linear-gradient(var(--corner-color), var(--corner-color)) top left/var(--corner-size) var(--corner-width) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) top left/var(--corner-width) var(--corner-size) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) top right/var(--corner-size) var(--corner-width) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) top right/var(--corner-width) var(--corner-size) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) bottom left/var(--corner-size) var(--corner-width) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) bottom left/var(--corner-width) var(--corner-size) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) bottom right/var(--corner-size) var(--corner-width) no-repeat, linear-gradient(var(--corner-color), var(--corner-color)) bottom right/var(--corner-width) var(--corner-size) no-repeat;
  color: #fff;
}

.btn--corners:hover,
.text-and-media-section .section--play-button:hover {
  --corner-size: 51%;
}

.btn--corners__background,
.text-and-media-section .section--play-button {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.btn--icon,
.text-and-media-section .section--play-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header--content .search-form {
  position: relative;
}

.header--content .search-form.active .search-form--input {
  opacity: 1;
  width: 300px;
}

@media (max-width: 767px) {
  .header--content .search-form.active .search-form--input {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .header--content .search-form.active .search-form--input {
    width: 100%;
  }
}

.header--content .search-form--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .header--content .search-form--wrapper {
    gap: 8px;
  }
}

.header--content .search-form--input {
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #003399;
  background-color: #fafafa;
  padding: 8px 12px;
  width: 0;
  color: #003399;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .header--content .search-form--input {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}

.header--content .search-form--input::-webkit-input-placeholder {
  color: #003399;
}

.header--content .search-form--input::-moz-placeholder {
  color: #003399;
}

.header--content .search-form--input:-ms-input-placeholder {
  color: #003399;
}

.header--content .search-form--input::-ms-input-placeholder {
  color: #003399;
}

.header--content .search-form--input::placeholder {
  color: #003399;
}

.header--content .search-form--input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  background-image: url(../../resources/images/svg/icon-clear-search.svg);
  background-position: center;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}

.header--content .search-form--button {
  background-image: url(../../resources/images/svg/icon-search.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.header .mobile .search-form--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #003399;
  padding: 15px 24px;
}

.header .mobile .search-form--input {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  outline: none !important;
  border: none;
  padding: 0;
  width: 100%;
  color: #003399;
  font-weight: 600;
}

.header .mobile .search-form--input::-webkit-input-placeholder {
  color: #003399;
}

.header .mobile .search-form--input::-moz-placeholder {
  color: #003399;
}

.header .mobile .search-form--input:-ms-input-placeholder {
  color: #003399;
}

.header .mobile .search-form--input::-ms-input-placeholder {
  color: #003399;
}

.header .mobile .search-form--input::placeholder {
  color: #003399;
}

.header .mobile .search-form--input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  background-image: url(../../resources/images/svg/icon-clear-search.svg);
  background-position: center;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}

.header .mobile .search-form--button {
  background-image: url(../../resources/images/svg/icon-search.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-results-page .section .search-form {
  width: 100%;
  max-width: 692px;
}

.search-results-page .section .search-form--wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.search-results-page .section .search-form--wrapper::after {
  background-image: url(../../resources/images/svg/icon-search.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

@media (max-width: 991px) {
  .search-results-page .section .search-form--wrapper::after {
    left: 18px;
  }
}

.search-results-page .section .search-form--input {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  outline: none !important;
  border: 1px solid #003399;
  padding: 16px 18px 16px 62px;
  width: 100%;
  color: #003399;
}

@media (max-width: 991px) {
  .search-results-page .section .search-form--input {
    padding: 14px 16px 14px 48px;
  }
}

@media (max-width: 767px) {
  .search-results-page .section .search-form--input {
    padding: 13px 16px 13px 48px;
  }
}

.search-results-page .section .search-form--input::-webkit-input-placeholder {
  color: #003399;
}

.search-results-page .section .search-form--input::-moz-placeholder {
  color: #003399;
}

.search-results-page .section .search-form--input:-ms-input-placeholder {
  color: #003399;
}

.search-results-page .section .search-form--input::-ms-input-placeholder {
  color: #003399;
}

.search-results-page .section .search-form--input::placeholder {
  color: #003399;
}

.search-results-page .section .search-form--input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  background-image: url(../../resources/images/svg/icon-clear-search.svg);
  background-position: center;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}

.eyebrow,
.news-archive .section--lower__eyebrow,
.faq-section .section--eyebrow,
.members-section .section--eyebrow,
body:not(.page-template-dark) .default-text-section .section--eyebrow,
.numbers-section .section--eyebrow,
.text-and-image-simple-section .section--eyebrow,
.text-and-image-section .section--eyebrow,
.mini-clicktrough-section .section--eyebrow,
.steps-section .section--eyebrow,
.news-section .section--eyebrow,
.single-news-related .section--eyebrow,
.call-to-action-section .section--eyebrow {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .eyebrow,
  .news-archive .section--lower__eyebrow,
  .faq-section .section--eyebrow,
  .members-section .section--eyebrow,
  body:not(.page-template-dark) .default-text-section .section--eyebrow,
  .numbers-section .section--eyebrow,
  .text-and-image-simple-section .section--eyebrow,
  .text-and-image-section .section--eyebrow,
  .mini-clicktrough-section .section--eyebrow,
  .steps-section .section--eyebrow,
  .news-section .section--eyebrow,
  .single-news-related .section--eyebrow,
  .call-to-action-section .section--eyebrow {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .eyebrow,
  .news-archive .section--lower__eyebrow,
  .faq-section .section--eyebrow,
  .members-section .section--eyebrow,
  body:not(.page-template-dark) .default-text-section .section--eyebrow,
  .numbers-section .section--eyebrow,
  .text-and-image-simple-section .section--eyebrow,
  .text-and-image-section .section--eyebrow,
  .mini-clicktrough-section .section--eyebrow,
  .steps-section .section--eyebrow,
  .news-section .section--eyebrow,
  .single-news-related .section--eyebrow,
  .call-to-action-section .section--eyebrow {
    font-size: 16px;
  }
}

.eyebrow,
.news-archive .section--lower__eyebrow,
.faq-section .section--eyebrow,
.members-section .section--eyebrow,
body:not(.page-template-dark) .default-text-section .section--eyebrow,
.numbers-section .section--eyebrow,
.text-and-image-simple-section .section--eyebrow,
.text-and-image-section .section--eyebrow,
.mini-clicktrough-section .section--eyebrow,
.steps-section .section--eyebrow,
.news-section .section--eyebrow,
.single-news-related .section--eyebrow,
.call-to-action-section .section--eyebrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background-color: #e9eefa;
  padding: 3px 10px 3px 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .eyebrow,
  .news-archive .section--lower__eyebrow,
  .faq-section .section--eyebrow,
  .members-section .section--eyebrow,
  body:not(.page-template-dark) .default-text-section .section--eyebrow,
  .numbers-section .section--eyebrow,
  .text-and-image-simple-section .section--eyebrow,
  .text-and-image-section .section--eyebrow,
  .mini-clicktrough-section .section--eyebrow,
  .steps-section .section--eyebrow,
  .news-section .section--eyebrow,
  .single-news-related .section--eyebrow,
  .call-to-action-section .section--eyebrow {
    font-size: 14px;
    line-height: 1.5;
  }
}

.eyebrow--blue,
.text-and-image-section .section--eyebrow,
.steps-section .section--eyebrow {
  background-color: #1848a7;
  color: #fff;
}

@media (max-width: 575px) {
  .eyebrow,
  .news-archive .section--lower__eyebrow,
  .faq-section .section--eyebrow,
  .members-section .section--eyebrow,
  body:not(.page-template-dark) .default-text-section .section--eyebrow,
  .numbers-section .section--eyebrow,
  .text-and-image-simple-section .section--eyebrow,
  .text-and-image-section .section--eyebrow,
  .mini-clicktrough-section .section--eyebrow,
  .steps-section .section--eyebrow,
  .news-section .section--eyebrow,
  .single-news-related .section--eyebrow,
  .call-to-action-section .section--eyebrow {
    padding: 2px 8px 2px 6px;
  }
}

.eyebrow::before,
.news-archive .section--lower__eyebrow::before,
.faq-section .section--eyebrow::before,
.members-section .section--eyebrow::before,
body:not(.page-template-dark) .default-text-section .section--eyebrow::before,
.numbers-section .section--eyebrow::before,
.text-and-image-simple-section .section--eyebrow::before,
.text-and-image-section .section--eyebrow::before,
.mini-clicktrough-section .section--eyebrow::before,
.steps-section .section--eyebrow::before,
.news-section .section--eyebrow::before,
.single-news-related .section--eyebrow::before,
.call-to-action-section .section--eyebrow::before {
  background-image: url(../../resources/images/svg/icon-eyebrow.svg);
  background-position: center;
  background-size: 4px 12px;
  background-repeat: no-repeat;
  width: 4px;
  height: 12px;
  display: block;
  content: "";
}

.eyebrow--white,
.news-archive .section--lower__eyebrow,
.members-section .section--eyebrow,
.text-and-image-simple-section.background-color-blue .section--eyebrow {
  background-color: #fff;
}

.news {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  grid-column: span 1/span 1;
  background-color: #fff;
}

@media (max-width: 991px) {
  .news {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news:hover .news--image,
.news:hover .news--image-placeholder__logo {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news:hover .news--button {
  background-color: #002266;
}

.news--image-wrapper {
  width: 47%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .news--image-wrapper {
    width: 100%;
  }
}

.news--image {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news--image-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaf1f1;
  padding: 40px;
  width: 47%;
}

@media (max-width: 991px) {
  .news--image-placeholder {
    width: 100%;
  }
}

.news--image-placeholder__logo {
  transition: all 0.3s ease;
  width: 161px;
  max-width: 100%;
  height: auto;
}

.news--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  width: 53%;
}

@media (max-width: 991px) {
  .news--content {
    padding: 16px !important;
    width: 100%;
  }
}

.news--type {
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s ease;
  margin-bottom: 2px;
  background-color: #e9eefa;
  padding: 4px 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
}

.news--link {
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.news--link::after {
  position: absolute;
  inset: 0px;
  content: "";
}

.news--title {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .news--title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .news--title {
    font-size: 18px;
  }
}

.news--title {
  display: -webkit-box;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news--excerpt {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .news--excerpt {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news--excerpt {
    font-size: 15px;
  }
}

.news--excerpt {
  display: -webkit-box;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news--date {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

@media (max-width: 575px) {
  .news--date {
    margin-top: 8px;
  }
}

.news--button {
  margin-top: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 575px) {
  .news--button {
    margin-top: 8px;
  }
}

.faq--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #00b0df;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}

.faq--item {
  border-bottom: 1px solid #00b0df;
  padding: 24px 0;
}

@media (max-width: 1199px) {
  .faq--item {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .faq--item {
    padding: 16px 0;
  }
}

.faq--item__question {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .faq--item__question {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .faq--item__question {
    font-size: 16px;
  }
}

.faq--item__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-right: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .faq--item__question {
    margin-right: 12px;
  }
}

@media (max-width: 575px) {
  .faq--item__question {
    margin-right: 8px;
  }
}

.faq--item__question > * {
  margin: 0px;
}

.faq--item__question--icon {
  background-image: url(../../resources/images/svg/icon-chevron.svg);
  background-position: center;
  background-size: 19px 22px;
  background-repeat: no-repeat;
  width: 19px;
  height: 22px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .faq--item__question--icon {
    background-size: 17px 20px;
    width: 17px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  .faq--item__question--icon {
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
  }
}

.faq--item__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq--item__answer--inner {
  min-height: 0px;
}

.faq--item__answer--inner * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .faq--item__answer--inner * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .faq--item__answer--inner * {
    font-size: 15px;
  }
}

.faq--item__answer--inner a {
  color: #003399;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.faq--item.open .faq--item__question--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq--item.open .faq--item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 14px;
}

.header-dark {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding-top: 34px;
  width: 100%;
}

@media (max-width: 991px) {
  .header-dark {
    padding-top: 24px;
  }
}

.header-dark--logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-dark--logo__img {
  width: 163px;
  height: auto;
}

@media (max-width: 991px) {
  .header-dark--logo__img {
    width: 120px;
  }
}

.header.header-blue:not(.scrolled) {
  background-color: #003399;
}

.header.header-blue:not(.scrolled) .header--logo__img--alt {
  opacity: 1;
}

.header.header-blue:not(.scrolled) .header--nav__menu > .menu-item > a {
  color: #fff;
}

.header.header-blue:not(.scrolled) .header--content .search-form--button {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header.header-blue:not(.scrolled) .header--menu-toggle {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
  padding: 28px 0 24px 0;
  --gap: 36px;
}

@media (max-width: 1431px) {
  .header {
    --gap: 24px;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 16px 0 14px 0;
  }
}

.header.scrolled {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
}

.header--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
}

.header--logo {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header--logo__img {
  width: 161px;
  height: auto;
}

@media (max-width: 1199px) {
  .header--logo__img {
    width: 120px;
  }
}

.header--logo__img--alt {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.header--elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
}

@media (max-width: 1199px) {
  .header--elements .search-form {
    display: none;
  }
}

.header--nav {
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .header--nav {
    display: none;
  }
}

.header--nav.inactive {
  opacity: 0;
  pointer-events: none;
}

.header--nav__menu {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--gap);
  -moz-column-gap: var(--gap);
  column-gap: var(--gap);
  row-gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header--nav__menu > .menu-item {
  position: relative;
}

.header--nav__menu > .menu-item.current_page_item > a,
.header--nav__menu > .menu-item.current-menu-item > a,
.header--nav__menu > .menu-item.current-cpt-parent > a {
  font-weight: 700;
}

.header--nav__menu > .menu-item > a {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 10px 0px;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.header--nav__menu > .menu-item > a:hover {
  color: #002266;
}

.header--nav__menu > .menu-item-has-children > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header--nav__menu > .menu-item-has-children > a::after {
  background-image: url(../../resources/images/svg/icon-chevron-down.svg);
  background-position: center;
  background-size: 11.2px 12.8px;
  background-repeat: no-repeat;
  width: 11.2px;
  height: 12.8px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.header--nav__menu > .menu-item-has-children .sub-menu {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
  border: 1px solid #003399;
  background-color: #fafafa;
  padding: 20px;
  min-width: 100%;
  pointer-events: none;
  list-style-type: none;
}

.header--nav__menu > .menu-item-has-children .sub-menu .menu-item-parent-label {
  border-bottom: 1px solid #003399;
  padding-bottom: 12px;
}

.header--nav__menu > .menu-item-has-children .sub-menu .menu-item-parent-label > .menu-item-label {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  color: #003399;
  font-weight: 700;
  white-space: nowrap;
}

.header--nav__menu > .menu-item-has-children .sub-menu .menu-item:not(.menu-item-parent-label) > a {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  white-space: nowrap;
}

.header--nav__menu > .menu-item-has-children .sub-menu .menu-item:not(.menu-item-parent-label) > a:hover {
  color: #002266;
}

.header--nav__menu > .menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header--nav__menu > .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1199px) {
  .header--cta-button {
    display: none;
  }
}

.header--menu-toggle {
  background-image: url(../../resources/images/svg/icon-hamburger.svg);
  background-position: center;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(90%) saturate(2222%) hue-rotate(211deg) brightness(86%) contrast(113%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(90%) saturate(2222%) hue-rotate(211deg) brightness(86%) contrast(113%);
  cursor: pointer;
  width: 29px;
  height: 29px;
}

.header .mobile {
  display: contents;
}

.header .mobile.menu-opened::after {
  opacity: 0.4;
  pointer-events: auto;
}

.header .mobile.menu-opened .mobile--content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.header .mobile::after {
  position: fixed;
  opacity: 0;
  z-index: 101;
  transition: all 0.3s ease;
  inset: 0px;
  background-color: #00091c;
  pointer-events: none;
  content: "";
}

.header .mobile--content {
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
  grid-template-rows: auto auto 1fr;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 102;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 30px 24px;
  width: 100%;
  max-width: 320px;
  height: 100%;
  pointer-events: none;
}

.header .mobile--menu-close {
  background-image: url(../../resources/images/svg/icon-close.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.header .mobile .search-form {
  margin-top: 18px;
}

.header .mobile--nav {
  overflow-y: auto;
}

.header .mobile--nav__menu {
  margin-top: 32px;
}

.header .mobile--nav__menu > .menu-item {
  border-bottom: 1px solid #d9d9d9;
}

.header .mobile--nav__menu > .menu-item .menu-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header .mobile--nav__menu > .menu-item .menu-item-wrapper a {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding: 16px 0;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.header .mobile--nav__menu > .menu-item .menu-item-wrapper .menu-item-button {
  background-image: url(../../resources/images/svg/icon-arrow-right-blue-menu.svg);
  background-position: center;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
}

.header .mobile--nav__menu > .menu-item > a {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding: 16px 0;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.header .mobile--nav__menu > .menu-item-has-children.menu-open .menu-item-button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header .mobile--nav__menu > .menu-item-has-children.menu-open .sub-menu {
  opacity: 1;
}

.header .mobile--nav__menu > .menu-item-has-children .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 0 0 0 10px;
  height: 0;
  overflow: hidden;
}

.header .mobile--nav__menu > .menu-item-has-children .sub-menu .menu-item-parent-label {
  display: none;
}

.header .mobile--nav__menu > .menu-item-has-children .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 1.2;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

body.page-template-dark .footer--top {
  background-color: #242424;
}

body.page-template-dark .footer--decorator {
  width: min(100%, max(70%, 505px));
}

@media (max-width: 1431px) {
  body.page-template-dark .footer--decorator {
    width: min(100%, max(65%, 580px));
  }
}

body.page-template-dark .footer--bottom__link {
  color: #eaf1f1;
}

.footer {
  position: relative;
  isolation: isolate;
}

.footer .container--footer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 100%;
}

.footer--grid-wrapper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 780px;
  min-height: 120%;
  pointer-events: none;
}

.footer--grid-wrapper::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
  width: 100%;
  height: 50%;
  content: "";
}

.footer--grid {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer--top {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  background-color: #003399;
  padding: 40px 40px 140px 40px;
  min-height: 380px;
}

@media (max-width: 1199px) {
  .footer--top {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 24px;
    min-height: 340px;
  }
}

@media (max-width: 991px) {
  .footer--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 32px 140px 32px;
  }
}

@media (max-width: 575px) {
  .footer--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 24px 28% 24px;
  }
}

.footer--decorator {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  width: min(100%, max(59%, 505px));
  height: auto;
  pointer-events: none;
}

.footer--logo {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer--logo {
    margin-bottom: 8px;
    width: 100%;
  }
}

.footer--logo__img {
  width: 100%;
  max-width: 195px;
  height: auto;
}

@media (max-width: 575px) {
  .footer--logo__img {
    max-width: 150px;
  }
}

.footer--column {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-self: end;
  gap: 16px;
  z-index: 10;
  width: 100%;
  max-width: 200px;
  color: #fff;
}

.footer--column__title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.5;
}

.footer--column__list-link {
  font-size: 14px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 38px;
  color: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 575px) {
  .footer--column__list-link {
    height: 32px;
  }
}

.footer--column__list-link:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer--column__list-link--icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.footer--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .footer--bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}

.footer--bottom-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

.footer--bottom-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .footer--bottom-right {
    width: 100%;
  }

  .footer--bottom-right > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.footer--bottom-right a {
  display: -ms-flexbox;
  display: flex;
}

.footer--bottom-right img {
  width: auto;
  height: 100%;
  max-height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer--bottom__links {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer--bottom__links {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: unset;
  }
}

.footer--bottom__link {
  font-size: 14px;
  line-height: 1.5;
  color: #003399;
}

.footer--copyright {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .footer--copyright {
    text-align: center;
  }
}

.homepage-header-section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .homepage-header-section {
    padding: 40px 0 0;
  }
}

.homepage-header-section::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 40%, #fafafa 70%);
  height: 95px;
  content: "";
}

.homepage-header-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 767px) {
  .homepage-header-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.homepage-header-section .section--image-container,
.homepage-header-section .section--animation-container {
  position: relative;
  grid-column: span 1/span 1;
}

@media (max-width: 767px) {
  .homepage-header-section .section--image-container,
  .homepage-header-section .section--animation-container {
    height: 58vw;
  }
}

.homepage-header-section .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  height: 1025px;
}

@media (max-width: 767px) {
  .homepage-header-section .section--image-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130vw;
    height: auto;
  }
}

.homepage-header-section .section--rotating-globe {
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  width: unset;
  max-width: unset;
  height: 1025px;
}

@media (max-width: 767px) {
  .homepage-header-section .section--rotating-globe {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130vw;
    height: auto;
  }
}

.homepage-header-section .section--rotating-globe canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-header-section .section--image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage-header-section .section--text {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 700px;
}

@media (max-width: 767px) {
  .homepage-header-section .section--text {
    min-height: auto;
  }
}

.homepage-header-section .section--title * {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .homepage-header-section .section--title * {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .homepage-header-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .homepage-header-section .section--title * {
    font-size: 28px;
  }
}

.homepage-header-section .section--title * {
  font-weight: 700;
}

.homepage-header-section .section--description {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .homepage-header-section .section--description {
    margin-top: 16px;
  }
}

.homepage-header-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .homepage-header-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .homepage-header-section .section--description * {
    font-size: 15px;
  }
}

.homepage-header-section .section--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .homepage-header-section .section--buttons {
    margin-top: 24px;
  }
}

.subpages-header-section {
  background-color: #003399;
  padding: 60px 0 0;
  overflow: hidden;
}

.subpages-header-section.contact-block {
  padding: 120px 0 40px;
}

@media (max-width: 1199px) {
  .subpages-header-section.contact-block {
    padding: 100px 0 40px;
  }
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block {
    padding: 80px 0 40px;
  }
}

@media (max-width: 767px) {
  .subpages-header-section.contact-block {
    padding: 60px 0 60px;
  }
}

.subpages-header-section.contact-block .section {
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

.subpages-header-section.contact-block .section--text {
  padding: 0 !important;
}

.subpages-header-section.contact-block .section--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block .section--content {
    gap: 32px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--content {
    gap: 24px;
  }
}

.subpages-header-section.contact-block .section--block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 24px;
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block .section--block {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--block {
    padding: 16px;
  }
}

.subpages-header-section.contact-block .section--block__title {
  text-align: center;
}

.subpages-header-section.contact-block .section--block__title * {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .subpages-header-section.contact-block .section--block__title * {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--block__title * {
    font-size: 16px;
  }
}

.subpages-header-section.contact-block .section--block__title * {
  font-weight: 700;
}

.subpages-header-section.contact-block .section--block__description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block .section--block__description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--block__description * {
    font-size: 15px;
  }
}

.subpages-header-section.contact-block .section--contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}

.subpages-header-section.contact-block .section--contact__title * {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .subpages-header-section.contact-block .section--contact__title * {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--contact__title * {
    font-size: 16px;
  }
}

.subpages-header-section.contact-block .section--contact__title * {
  font-weight: 700;
}

.subpages-header-section.contact-block .section--contact__description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block .section--contact__description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--contact__description * {
    font-size: 15px;
  }
}

.subpages-header-section.contact-block .section--contact__email {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .subpages-header-section.contact-block .section--contact__email {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section.contact-block .section--contact__email {
    font-size: 15px;
  }
}

.subpages-header-section.contact-block .section--contact__email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.subpages-header-section.contact-block .section--contact__email:hover {
  color: #00b0df;
}

.subpages-header-section.contact-block .section--contact__email:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(478%) hue-rotate(146deg) brightness(96%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(478%) hue-rotate(146deg) brightness(96%) contrast(107%);
}

.subpages-header-section.contact-block .section--contact__email::before {
  background-image: url(../../resources/images/svg/icon-email.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}

.subpages-header-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .subpages-header-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.subpages-header-section .section--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 60px 0 100px;
}

@media (max-width: 1199px) {
  .subpages-header-section .section--text {
    gap: 20px;
    padding: 40px 0 80px;
  }
}

@media (max-width: 991px) {
  .subpages-header-section .section--text {
    padding: 20px 0 60px;
  }
}

@media (max-width: 767px) {
  .subpages-header-section .section--text {
    gap: 16px;
    padding: 0px;
  }
}

.subpages-header-section .section--title {
  grid-column: span 1/span 1;
  color: #fff;
}

.subpages-header-section .section--title * {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .subpages-header-section .section--title * {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .subpages-header-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section .section--title * {
    font-size: 28px;
  }
}

.subpages-header-section .section--title * {
  font-weight: 700;
}

.subpages-header-section .section--description {
  color: #fff;
}

.subpages-header-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .subpages-header-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section .section--description * {
    font-size: 15px;
  }
}

.subpages-header-section .section--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.subpages-header-section .section--image-container {
  position: relative;
  grid-column: span 1/span 1;
  height: 100%;
}

@media (max-width: 767px) {
  .subpages-header-section .section--image-container {
    height: 58vw;
  }
}

.subpages-header-section .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  height: 810px;
}

@media (max-width: 767px) {
  .subpages-header-section .section--image-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130vw;
    height: auto;
  }
}

.subpages-header-section .section--image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .subpages-header-section .rank-math-breadcrumb {
    position: relative;
    z-index: 10;
    background-color: #fafafa;
    padding-top: 8px;
  }

  .subpages-header-section .rank-math-breadcrumb::before,
  .subpages-header-section .rank-math-breadcrumb::after {
    position: absolute;
    top: 0px;
    background-color: #fafafa;
    width: 100vw;
    height: 100%;
    content: "";
  }

  .subpages-header-section .rank-math-breadcrumb::before {
    left: -100vw;
  }

  .subpages-header-section .rank-math-breadcrumb::after {
    right: -100vw;
  }
}

.subpages-header-section .rank-math-breadcrumb > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .subpages-header-section .rank-math-breadcrumb > p > *:nth-child(1) img {
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(88%) saturate(3668%) hue-rotate(217deg) brightness(92%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(88%) saturate(3668%) hue-rotate(217deg) brightness(92%) contrast(105%);
  }
}

.subpages-header-section .rank-math-breadcrumb > p * {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .subpages-header-section .rank-math-breadcrumb > p * {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .subpages-header-section .rank-math-breadcrumb > p * {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .subpages-header-section .rank-math-breadcrumb > p * {
    font-size: 13px;
  }
}

.subpages-header-section .rank-math-breadcrumb > p * {
  display: block;
}

.subpages-header-section .rank-math-breadcrumb > p a {
  color: #bac9e7;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 767px) {
  .subpages-header-section .rank-math-breadcrumb > p a {
    color: #00b0df;
  }
}

.subpages-header-section .rank-math-breadcrumb > p a img {
  width: 20px;
  height: 20px;
}

.subpages-header-section .rank-math-breadcrumb > p span {
  color: #fff;
}

@media (max-width: 767px) {
  .subpages-header-section .rank-math-breadcrumb > p span {
    color: #003399;
  }
}

.header-section {
  position: relative;
  margin: 0 0 130px 0;
  background-color: #1b1b1b;
  isolation: isolate;
  padding: 212px 0 0 0;
}

@media (max-width: 991px) {
  .header-section {
    margin: 0 0 100px 0;
    padding: 180px 0 0 0;
  }
}

@media (max-width: 767px) {
  .header-section {
    margin: 0 0 80px 0;
    padding: 150px 0 0 0;
  }
}

.header-section--image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 100px);
}

.header-section--image-wrapper::after {
  position: absolute;
  opacity: 0.3;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
  content: "";
}

.header-section--image {
  position: relative;
  opacity: 0.6;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.header-section .section {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 108px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-section .section {
    gap: 80px;
  }
}

@media (max-width: 767px) {
  .header-section .section {
    gap: 64px;
  }
}

.header-section .section--content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 575px) {
  .header-section .section--content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.header-section .section--text {
  grid-column: span 2/span 2;
}

@media (max-width: 575px) {
  .header-section .section--text {
    grid-column: span 1/span 1;
  }
}

.header-section .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section .section--image {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-section .section--title * {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .header-section .section--title * {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .header-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .header-section .section--title * {
    font-size: 28px;
  }
}

.header-section .section--title * {
  font-weight: 700;
}

.header-section .section--description {
  margin-top: 24px;
}

.header-section .section--description * {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .header-section .section--description * {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .header-section .section--description * {
    font-size: 16px;
  }
}

.header-section .section--description * {
  font-weight: 400;
}

.header-section .section--button {
  margin-top: 20px;
}

.header-section .section--single-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: -18px;
  border: 1px solid #00b0df;
  background-color: #393d3e;
  padding: 24px;
}

.header-section .section--single-block__icon {
  width: 45px;
  height: 45px;
}

@media (max-width: 991px) {
  .header-section .section--single-block__icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 575px) {
  .header-section .section--single-block__icon {
    width: 32px;
    height: 32px;
  }
}

.header-section .section--single-block__description {
  max-width: 869px;
  text-align: center;
}

.header-section .section--single-block__description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .header-section .section--single-block__description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .header-section .section--single-block__description * {
    font-size: 15px;
  }
}

.header-section .section--single-block__description * {
  font-weight: 700;
}

.header-section .section--single-block__description * b,
.header-section .section--single-block__description * strong {
  color: #00b0df;
}

.header-section .section--blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 40px;
}

@media (max-width: 1199px) {
  .header-section .section--blocks {
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .header-section .section--blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .header-section .section--blocks {
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .header-section .section--blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.header-section .section--block {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 17px;
  transition: all 0.3s ease;
  background-color: #393d3e;
  padding: 18px;
}

.header-section .section--block:hover {
  background-color: #242424;
}

.header-section .section--block:hover .section--block__arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.header-section .section--block__icon {
  width: 71.68px;
  height: 71.68px;
}

@media (max-width: 1431px) {
  .header-section .section--block__icon {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 575px) {
  .header-section .section--block__icon {
    width: 48px;
    height: 48px;
  }
}

.header-section .section--block__title {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .header-section .section--block__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .header-section .section--block__title {
    font-size: 16px;
  }
}

.header-section .section--block__title {
  font-weight: 700;
}

.header-section .section--block__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.header-section .section--block__link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.header-section .section--block__description {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .header-section .section--block__description {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .header-section .section--block__description {
    font-size: 16px;
  }
}

.header-section .section--block__description {
  font-weight: 300;
}

.header-section .section--block__arrow {
  background-image: url(../../resources/images/svg/icon-arrow-right.svg);
  background-position: center;
  background-size: 16.8px 19.2px;
  background-repeat: no-repeat;
  width: 16.8px;
  height: 19.2px;
  transition: all 0.3s ease;
  margin-left: auto;
}

@media (max-width: 575px) {
  .header-section .section--block__arrow {
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
  }
}

.call-to-action-section {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .call-to-action-section {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .call-to-action-section {
    margin-top: 60px;
  }
}

.call-to-action-section .container {
  position: relative;
  isolation: isolate;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .call-to-action-section .container {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .call-to-action-section .container {
    padding-bottom: 60px;
  }
}

.call-to-action-section--decorator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.08;
  z-index: -1;
  width: 100%;
  height: auto;
}

.call-to-action-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 941px;
}

.call-to-action-section .section--title {
  margin-top: 10px;
  text-align: center;
}

.call-to-action-section .section--title > * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .call-to-action-section .section--title > * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .call-to-action-section .section--title > * {
    font-size: 24px;
  }
}

.call-to-action-section .section--title > * {
  font-weight: 700;
}

.call-to-action-section .section--description {
  margin-top: 24px;
  text-align: center;
}

.call-to-action-section .section--description > * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .call-to-action-section .section--description > * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .call-to-action-section .section--description > * {
    font-size: 15px;
  }
}

.call-to-action-section .section--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .call-to-action-section .section--buttons {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .call-to-action-section .section--buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-section,
.single-news-related {
  margin: 130px 0;
}

@media (max-width: 991px) {
  .news-section,
  .single-news-related {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .news-section,
  .single-news-related {
    margin: 80px 0;
  }
}

.news-section .section,
.single-news-related .section {
  --gap: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}

@media (max-width: 991px) {
  .news-section .section,
  .single-news-related .section {
    --gap: 32px;
  }
}

@media (max-width: 575px) {
  .news-section .section,
  .single-news-related .section {
    --gap: 24px;
  }
}

.news-section .section--header,
.single-news-related .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 575px) {
  .news-section .section--header,
  .single-news-related .section--header {
    display: contents;
  }
}

.news-section .section--text,
.single-news-related .section--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 575px) {
  .news-section .section--text,
  .single-news-related .section--text {
    -ms-flex-order: 1;
    order: 1;
  }
}

.news-section .section--title,
.single-news-related .section--title {
  margin-top: 10px;
}

.news-section .section--title *,
.single-news-related .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .news-section .section--title *,
  .single-news-related .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .news-section .section--title *,
  .single-news-related .section--title * {
    font-size: 24px;
  }
}

.news-section .section--title *,
.single-news-related .section--title * {
  font-weight: 700;
}

@media (max-width: 575px) {
  .news-section .section--button,
  .single-news-related .section--button {
    -ms-flex-order: 3;
    order: 3;
    margin-right: auto;
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.news-section .section--news,
.single-news-related .section--news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

@media (max-width: 575px) {
  .news-section .section--news,
  .single-news-related .section--news {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -ms-flex-order: 2;
    order: 2;
  }
}

.news-section .news:hover .news--content,
.single-news-related .news:hover .news--content {
  background-color: #e9eefa;
}

.news-section .news:hover .news--type,
.single-news-related .news:hover .news--type {
  background-color: #fff;
}

.news-section .news--image,
.news-section .news--image-placeholder,
.single-news-related .news--image,
.single-news-related .news--image-placeholder {
  aspect-ratio: 1/1;
}

@media (max-width: 575px) {
  .news-section .news--image,
  .news-section .news--image-placeholder,
  .single-news-related .news--image,
  .single-news-related .news--image-placeholder {
    aspect-ratio: 680/354;
  }
}

.news-section .news--content,
.single-news-related .news--content {
  padding: 8px 0 8px 24px;
}

.steps-section {
  background-color: #003399;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .steps-section {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .steps-section {
    padding: 60px 0;
  }
}

.steps-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 991px) {
  .steps-section .section {
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .steps-section .section {
    gap: 32px;
  }
}

.steps-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.steps-section .section--title {
  color: #fff;
}

.steps-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .steps-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .steps-section .section--title * {
    font-size: 24px;
  }
}

.steps-section .section--title * {
  font-weight: 700;
}

.steps-section .section--description {
  margin-top: 6px;
  max-width: 920px;
  color: #fff;
  text-align: center;
}

.steps-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .steps-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .steps-section .section--description * {
    font-size: 15px;
  }
}

.steps-section .section--content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 991px) {
  .steps-section .section--content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}

.steps-section .section--image {
  aspect-ratio: 680/488;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps-section .section--steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps-section .step {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px 0 22px 20px;
  width: 100%;
}

.steps-section .step:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .steps-section .step {
    padding: 18px 0 18px 16px;
  }
}

.steps-section .step.active .step--arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.steps-section .step.active .step--content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.steps-section .step.active .step--content__inner {
  margin-top: 16px;
}

.steps-section .step--header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
  cursor: pointer;
  padding-right: 16.8px;
}

@media (max-width: 1431px) {
  .steps-section .step--header {
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .steps-section .step--header {
    padding-right: 14px;
  }
}

.steps-section .step--icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36.7px;
  height: 36.7px;
}

@media (max-width: 1431px) {
  .steps-section .step--icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {
  .steps-section .step--icon {
    width: 24px;
    height: 24px;
  }
}

.steps-section .step--title {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .steps-section .step--title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .steps-section .step--title {
    font-size: 18px;
  }
}

.steps-section .step--title {
  color: #fff;
  font-weight: 600;
}

.steps-section .step--content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.steps-section .step--content__inner {
  transition: all 0.3s ease;
  min-height: 0px;
}

.steps-section .step--content__inner * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .steps-section .step--content__inner * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .steps-section .step--content__inner * {
    font-size: 15px;
  }
}

.steps-section .step--content__inner * {
  color: #fff;
}

.steps-section .step--arrow {
  background-image: url(../../resources/images/svg/icon-arrow-right.svg);
  background-position: center;
  background-size: 16.8px 19.2px;
  background-repeat: no-repeat;
  width: 16.8px;
  height: 19.2px;
  transition: all 0.3s ease;
  margin-left: auto;
}

@media (max-width: 575px) {
  .steps-section .step--arrow {
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
  }
}

.mini-clicktrough-section {
  margin: 130px 0;
}

@media (max-width: 991px) {
  .mini-clicktrough-section {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .mini-clicktrough-section {
    margin: 80px 0;
  }
}

.mini-clicktrough-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 575px) {
  .mini-clicktrough-section .section {
    gap: 24px;
  }
}

.mini-clicktrough-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.mini-clicktrough-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .mini-clicktrough-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .mini-clicktrough-section .section--title * {
    font-size: 24px;
  }
}

.mini-clicktrough-section .section--title * {
  font-weight: 700;
}

.mini-clicktrough-section .section--items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 1199px) {
  .mini-clicktrough-section .section--items {
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .mini-clicktrough-section .section--items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mini-clicktrough-section .section--items {
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .mini-clicktrough-section .section--items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.mini-clicktrough-section .section--button {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mini-clicktrough-section .item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  transition: all 0.3s ease;
  border: 1px solid #003399;
  padding: 18px;
}

.mini-clicktrough-section .item:hover {
  background-color: #e9eefa;
}

.mini-clicktrough-section .item:hover .item--arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.mini-clicktrough-section .item--icon {
  width: 71.68px;
  height: 71.68px;
}

@media (max-width: 1431px) {
  .mini-clicktrough-section .item--icon {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 575px) {
  .mini-clicktrough-section .item--icon {
    width: 48px;
    height: 48px;
  }
}

.mini-clicktrough-section .item--link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media (max-width: 575px) {
  .mini-clicktrough-section .item--link {
    -ms-flex-align: center;
    align-items: center;
  }
}

.mini-clicktrough-section .item--link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.mini-clicktrough-section .item--title {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .mini-clicktrough-section .item--title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .mini-clicktrough-section .item--title {
    font-size: 16px;
  }
}

.mini-clicktrough-section .item--title {
  font-weight: 700;
}

.mini-clicktrough-section .item--arrow {
  background-image: url(../../resources/images/svg/icon-arrow-right-blue.svg);
  background-position: center;
  background-size: 16.8px 19.2px;
  background-repeat: no-repeat;
  width: 16.8px;
  height: 19.2px;
  transition: all 0.3s ease;
  margin-bottom: 2.5px;
  margin-left: auto;
}

@media (max-width: 575px) {
  .mini-clicktrough-section .item--arrow {
    margin-bottom: 0px;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
  }
}

.text-and-image-section {
  margin: 130px 0;
  background-color: #003399;
  overflow: hidden;
}

@media (max-width: 991px) {
  .text-and-image-section {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .text-and-image-section {
    margin: 80px 0;
  }
}

.text-and-image-section.image-reversed .section--image-container {
  -ms-flex-order: 2;
  order: 2;
}

.text-and-image-section.image-reversed .section--text {
  -ms-flex-order: 1;
  order: 1;
}

.text-and-image-section.image-reversed .section--image-wrapper {
  right: unset;
  left: 0px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%) !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%) !important;
}

@media (max-width: 767px) {
  .text-and-image-section.image-reversed .section--image-wrapper {
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }
}

.text-and-image-section.image-reversed .section--image {
  -webkit-clip-path: polygon(0 -14%, 100% 0%, 100% 100%, 16% 100%) !important;
  clip-path: polygon(0 -14%, 100% 0%, 100% 100%, 16% 100%) !important;
}

@media (max-width: 767px) {
  .text-and-image-section.image-reversed .section--image {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 2%, 100% 2%, 100% 100%, 0% 100%) !important;
  }
}

.text-and-image-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 767px) {
  .text-and-image-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}

.text-and-image-section .section--image-container {
  position: relative;
  grid-column: span 1/span 1;
}

.text-and-image-section .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  background: #00b0df;
  width: 50vw;
  height: 100%;
}

@media (max-width: 767px) {
  .text-and-image-section .section--image-wrapper {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: unset;
    clip-path: unset;
    width: 100vw;
  }
}

.text-and-image-section .section--image {
  -webkit-clip-path: polygon(0 0, 100% -14%, 84% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% -14%, 84% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .text-and-image-section .section--image {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 0% 98%);
  }
}

.text-and-image-section .section--text {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 90px 0;
}

@media (max-width: 991px) {
  .text-and-image-section .section--text {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .text-and-image-section .section--text {
    padding: 60px 0;
  }
}

.text-and-image-section .section--title {
  margin-top: 10px;
  color: #fff;
}

.text-and-image-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .text-and-image-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .text-and-image-section .section--title * {
    font-size: 24px;
  }
}

.text-and-image-section .section--title * {
  font-weight: 700;
}

.text-and-image-section .section--description {
  margin-top: 24px;
  color: #fff;
}

.text-and-image-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .text-and-image-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .text-and-image-section .section--description * {
    font-size: 15px;
  }
}

.text-and-image-section .section--button {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .text-and-image-section .section--button {
    margin-top: 24px;
  }
}

.text-and-image-simple-section {
  background-color: #e9eefa;
  padding: 130px 0;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .text-and-image-simple-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .text-and-image-simple-section {
    padding: 60px 0;
  }
}

.text-and-image-simple-section.background-color-white {
  background-color: #fafafa;
}

.text-and-image-simple-section.image-alignment-right .section--text {
  -ms-flex-order: 1;
  order: 1;
}

.text-and-image-simple-section.image-alignment-right .section--image-wrapper {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 40px;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section.image-alignment-right .section--image-wrapper {
    padding: 0 0 0 32px;
  }
}

@media (max-width: 991px) {
  .text-and-image-simple-section.image-alignment-right .section--image-wrapper {
    padding: 0;
  }
}

.text-and-image-simple-section.image-alignment-right .section--image-container::after {
  background: linear-gradient(135deg, rgba(4, 30, 82, 0) 0%, rgb(4, 30, 82) 100%);
}

.text-and-image-simple-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section .section {
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .text-and-image-simple-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .text-and-image-simple-section .section {
    gap: 24px;
  }
}

.text-and-image-simple-section .section--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-and-image-simple-section .section--title {
  margin-top: 10px;
}

.text-and-image-simple-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .text-and-image-simple-section .section--title * {
    font-size: 24px;
  }
}

.text-and-image-simple-section .section--title * {
  font-weight: 700;
}

.text-and-image-simple-section .section--description {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section .section--description {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .text-and-image-simple-section .section--description {
    margin-top: 24px;
  }
}

.text-and-image-simple-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .text-and-image-simple-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .text-and-image-simple-section .section--description * {
    font-size: 15px;
  }
}

.text-and-image-simple-section .section--button {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .text-and-image-simple-section .section--button {
    margin-top: 24px;
  }
}

.text-and-image-simple-section .section--image-wrapper {
  padding: 0 40px 0 0;
}

@media (max-width: 1199px) {
  .text-and-image-simple-section .section--image-wrapper {
    padding: 0 32px 0 0;
  }
}

@media (max-width: 991px) {
  .text-and-image-simple-section .section--image-wrapper {
    padding: 0;
  }
}

.text-and-image-simple-section .section--image-container {
  position: relative;
}

.text-and-image-simple-section .section--image-container::after {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
  inset: 0px;
  background: linear-gradient(225deg, rgba(4, 30, 82, 0) 0%, rgb(4, 30, 82) 100%);
  content: "";
}

.text-and-image-simple-section .section--image {
  position: relative;
  z-index: 0;
}

.numbers-section {
  position: relative;
  padding: 60px 0;
}

.numbers-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 767px) {
  .numbers-section .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.numbers-section .section--image-container {
  position: relative;
  grid-column: span 1/span 1;
}

.numbers-section .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  aspect-ratio: 1/1;
  height: 100%;
}

@media (max-width: 767px) {
  .numbers-section .section--image-wrapper {
    position: static;
  }
}

.numbers-section .section--image {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.numbers-section .section--content {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1/span 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  min-height: 1085px;
}

@media (max-width: 1199px) {
  .numbers-section .section--content {
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .numbers-section .section--content {
    gap: 40px;
    min-height: auto;
  }
}

.numbers-section .section--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numbers-section .section--title {
  margin-top: 10px;
}

.numbers-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .numbers-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .numbers-section .section--title * {
    font-size: 24px;
  }
}

.numbers-section .section--title * {
  font-weight: 700;
}

.numbers-section .section--description {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .numbers-section .section--description {
    margin-top: 16px;
  }
}

.numbers-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .numbers-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .numbers-section .section--description * {
    font-size: 15px;
  }
}

.numbers-section .section--button {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .numbers-section .section--button {
    margin-top: 24px;
  }
}

.numbers-section .section--numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

@media (max-width: 575px) {
  .numbers-section .section--numbers {
    gap: 16px;
  }
}

.numbers-section .section--number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.numbers-section .section--number__wrapper {
  font-size: 52px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .numbers-section .section--number__wrapper {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .numbers-section .section--number__wrapper {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .numbers-section .section--number__wrapper {
    font-size: 28px;
  }
}

.numbers-section .section--number__wrapper {
  font-weight: 700;
}

.numbers-section .section--number__label * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .numbers-section .section--number__label * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .numbers-section .section--number__label * {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .numbers-section .section--number__label * br {
    display: none;
  }
}

.logo-slider-section {
  position: relative;
  margin: 22px 0;
  padding: 22px 0;
  overflow: hidden;
}

.logo-slider-section.has-title {
  margin: 130px 0;
}

@media (max-width: 991px) {
  .logo-slider-section.has-title {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .logo-slider-section.has-title {
    margin: 80px 0;
  }
}

.logo-slider-section .container {
  max-width: 100% !important;
}

.logo-slider-section::before,
.logo-slider-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: max(16px, (100vw - 540px) / 2 + 16px);
  pointer-events: none;
  content: "";
}

.logo-slider-section::before {
  right: 0;
  background: linear-gradient(to left, #fafafa 70%, transparent 100%);
}

.logo-slider-section::after {
  left: 0;
  background: linear-gradient(to right, #fafafa 70%, transparent 100%);
}

.logo-slider-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.logo-slider-section .section--title {
  text-align: center;
}

.logo-slider-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .logo-slider-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .logo-slider-section .section--title * {
    font-size: 24px;
  }
}

.logo-slider-section .section--title * {
  font-weight: 700;
}

.logo-slider-section .section .splide__track {
  overflow: visible;
}

.logo-slider-section .section--logo {
  position: relative;
  opacity: 0.4;
  transition: all 0.3s ease;
  max-width: 170px;
  max-height: 40px;
}

.logo-slider-section .section--logo:hover {
  opacity: 1;
}

.logo-slider-section .section--logo__image {
  width: 100%;
  max-width: 170px;
  height: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 575px) {
  .logo-slider-section .section--logo__image {
    max-width: 120px;
    max-height: 30px;
  }
}

.logo-slider-section .section--logo__link {
  position: absolute;
  inset: 0px;
}

.logo-slider-section .section--button {
  -ms-flex-item-align: center;
  align-self: center;
}

.issue-map-section {
  margin: 130px 0;
}

@media (max-width: 991px) {
  .issue-map-section {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .issue-map-section {
    margin: 80px 0;
  }
}

.issue-map-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
}

@media (max-width: 991px) {
  .issue-map-section .section {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section {
    gap: 28px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section {
    gap: 24px;
  }
}

.issue-map-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.issue-map-section .section--title {
  color: #fff;
}

.issue-map-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .issue-map-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--title * {
    font-size: 24px;
  }
}

.issue-map-section .section--title * {
  font-weight: 700;
}

.issue-map-section .section--description {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .issue-map-section .section--description {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--description {
    font-size: 15px;
  }
}

.issue-map-section .section--description {
  margin-bottom: 0px;
}

.issue-map-section .section--button {
  -ms-flex-item-align: center;
  align-self: center;
}

.issue-map-section .section--content {
  position: relative;
}

.issue-map-section .section--connector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 991px) {
  .issue-map-section .section--connector {
    display: none;
  }
}

.issue-map-section .section--connector__path {
  transition: all 0.3s ease;
  stroke: #00b0df;
  stroke-dasharray: none;
  stroke-width: 1.5;
}

.issue-map-section .section--infobox {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  right: 14px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease;
  border: 1px solid #00b0df;
  background-color: #1b1b1b;
  padding: 28px 28px 36px 28px;
  width: 38%;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox {
    position: static;
    margin-top: 16px;
    padding: 24px 24px 32px 24px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--infobox {
    padding: 20px 20px 28px 20px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--infobox {
    padding: 16px 16px 24px 16px;
  }
}

.issue-map-section .section--infobox[data-active=false] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox[data-active=false] {
    display: none;
  }
}

.issue-map-section .section--infobox__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox__header {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--infobox__header {
    gap: 20px;
  }
}

.issue-map-section .section--infobox__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52.5px;
  height: 52.5px;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox__icon {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--infobox__icon {
    width: 40px;
    height: 40px;
  }
}

.issue-map-section .section--infobox__title {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .issue-map-section .section--infobox__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--infobox__title {
    font-size: 18px;
  }
}

.issue-map-section .section--infobox__title {
  font-weight: 700;
}

.issue-map-section .section--infobox__description {
  color: #fff;
}

.issue-map-section .section--infobox__description * {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox__description * {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--infobox__description * {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--infobox__description * {
    font-size: 13px;
  }
}

.issue-map-section .section--infobox__description * {
  font-weight: 700;
}

.issue-map-section .section--infobox__highlight {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .issue-map-section .section--infobox__highlight {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--infobox__highlight {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--infobox__highlight {
    font-size: 13px;
  }
}

.issue-map-section .section--infobox__highlight {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}

.issue-map-section .section--map {
  position: relative;
}

.issue-map-section .section--tag {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 6.0715%;
  min-width: 50px;
  height: 13.04%;
  min-height: 50px;
}

.issue-map-section .section--tag__triangle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
  width: 43.5%;
  height: 41%;
}

.issue-map-section .section--tag__triangle--icon {
  display: block;
  width: 100%;
  height: 100%;
}

.issue-map-section .section--bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  width: 100%;
  overflow: hidden;
}

.issue-map-section .section--indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #fff;
  padding: 16px 28px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 991px) {
  .issue-map-section .section--indicator {
    padding: 14px 24px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--indicator {
    padding: 12px 20px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--indicator {
    padding: 10px 18px;
  }
}

.issue-map-section .section--indicator__text {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .issue-map-section .section--indicator__text {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .issue-map-section .section--indicator__text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .issue-map-section .section--indicator__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .section--indicator__text {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .section--indicator__text {
    font-size: 12px;
  }
}

.issue-map-section .section--indicator__text {
  font-weight: 600;
  text-transform: uppercase;
}

.issue-map-section .section--indicator__dot {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  border-radius: 9999px;
  background-color: #00b0df;
  width: 9px;
  height: 9px;
}

.issue-map-section .splide {
  width: 100%;
}

.issue-map-section .splide__slide * {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .issue-map-section .splide__slide * {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .issue-map-section .splide__slide * {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .issue-map-section .splide__slide * {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .issue-map-section .splide__slide * {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .issue-map-section .splide__slide * {
    font-size: 12px;
  }
}

.steps-dark-section {
  margin: 168px 0;
}

@media (max-width: 991px) {
  .steps-dark-section {
    margin: 120px 0;
  }
}

@media (max-width: 575px) {
  .steps-dark-section {
    margin: 80px 0;
  }
}

.steps-dark-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}

.steps-dark-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .steps-dark-section .section--header {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .steps-dark-section .section--header {
    gap: 16px;
  }
}

.steps-dark-section .section--title {
  max-width: 920px;
}

.steps-dark-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .steps-dark-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .steps-dark-section .section--title * {
    font-size: 24px;
  }
}

.steps-dark-section .section--title * {
  font-weight: 700;
}

.steps-dark-section .section--description {
  max-width: 536px;
}

.steps-dark-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .steps-dark-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .steps-dark-section .section--description * {
    font-size: 15px;
  }
}

.steps-dark-section .section--content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  background-color: rgba(39, 39, 39, 0.8);
  padding-right: 16px;
}

@media (max-width: 991px) {
  .steps-dark-section .section--content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
    padding-right: 0px;
  }
}

.steps-dark-section .section--image-wrapper {
  position: relative;
}

.steps-dark-section .section--image-wrapper::after {
  position: absolute;
  inset: 0px;
  background: linear-gradient(180deg, rgba(0, 13, 41, 0) 0%, rgba(0, 13, 41, 0.8) 100%);
  content: "";
}

.steps-dark-section .section--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps-dark-section .section--steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .steps-dark-section .section--steps {
    padding: 24px 16px;
  }
}

.steps-dark-section .step {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 0 24px 18px;
  width: 100%;
}

.steps-dark-section .step:nth-child(1) {
  padding-top: 0px;
}

.steps-dark-section .step:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .steps-dark-section .step {
    padding: 20px 0 20px 17px;
  }
}

@media (max-width: 575px) {
  .steps-dark-section .step {
    padding: 18px 0 18px 16px;
  }
}

.steps-dark-section .step--title {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .steps-dark-section .step--title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .steps-dark-section .step--title {
    font-size: 18px;
  }
}

.steps-dark-section .step--title {
  font-weight: 700;
}

.steps-dark-section .step--link {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .steps-dark-section .step--link {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .steps-dark-section .step--link {
    font-size: 15px;
  }
}

.steps-dark-section .step--link {
  color: #00b0df;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  word-wrap: break-word;
}

.steps-dark-section .step--link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.text-and-media-section {
  margin: 168px 0;
}

@media (max-width: 991px) {
  .text-and-media-section {
    margin: 120px 0;
  }
}

@media (max-width: 575px) {
  .text-and-media-section {
    margin: 80px 0;
  }
}

.text-and-media-section.media-alignment-top .section {
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-and-media-section.media-alignment-center .section {
  -ms-flex-align: center;
  align-items: center;
}

.text-and-media-section.media-alignment-bottom .section {
  -ms-flex-align: end;
  align-items: end;
}

.text-and-media-section.media-position-left .section .section--text {
  -ms-flex-order: 2;
  order: 2;
}

.text-and-media-section.media-position-left .section .section--video-wrapper,
.text-and-media-section.media-position-left .section .section--image {
  -ms-flex-order: 1;
  order: 1;
}

.text-and-media-section.media-position-right .section .section--text {
  -ms-flex-order: 1;
  order: 1;
}

.text-and-media-section.media-position-right .section .section--video-wrapper,
.text-and-media-section.media-position-right .section .section--image {
  -ms-flex-order: 2;
  order: 2;
}

.text-and-media-section .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .text-and-media-section .section {
    grid-template-columns: 1fr;
  }
}

.text-and-media-section .section--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(39, 39, 39, 0.8);
  padding: 40px;
}

@media (max-width: 1431px) {
  .text-and-media-section .section--text {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  .text-and-media-section .section--text {
    padding: 24px;
  }
}

.text-and-media-section .section--eyebrow {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .text-and-media-section .section--eyebrow {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .text-and-media-section .section--eyebrow {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .text-and-media-section .section--eyebrow {
    font-size: 13px;
  }
}

.text-and-media-section .section--eyebrow {
  background-color: rgba(234, 241, 241, 0.1019607843);
  padding: 4px 8px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-and-media-section .section--title {
  margin-top: 10px;
}

.text-and-media-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .text-and-media-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .text-and-media-section .section--title * {
    font-size: 24px;
  }
}

.text-and-media-section .section--title * {
  font-weight: 700;
}

.text-and-media-section .section--description {
  margin-top: 24px;
}

.text-and-media-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .text-and-media-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .text-and-media-section .section--description * {
    font-size: 15px;
  }
}

.text-and-media-section .section--description ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.text-and-media-section .section--description ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.text-and-media-section .section--description ul li::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #00b0df;
  width: 6px;
  height: 6px;
  content: "";
}

.text-and-media-section .section--button {
  margin-top: 32px;
}

.text-and-media-section .section--video-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.text-and-media-section .section--video-wrapper--youtube {
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/9;
}

.text-and-media-section .section--video-wrapper lite-youtube {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
}

.text-and-media-section .section--video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.text-and-media-section .section--play-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.text-and-media-section .section--play-button__icon {
  background-image: url(../../resources/images/svg/icon-play.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
}

.text-and-media-section .video--popup {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  z-index: 50;
  transition: all 0.3s ease;
  inset: 0px;
  pointer-events: none;
}

.text-and-media-section .video--popup.opened {
  opacity: 1;
  pointer-events: auto;
}

.text-and-media-section .video--popup::after {
  position: fixed;
  opacity: 0.6;
  z-index: 51;
  transition: all 0.3s ease;
  inset: 0px;
  background-color: #000;
  pointer-events: none;
  content: "";
}

.text-and-media-section .video--popup__wrapper {
  position: relative;
  z-index: 52;
}

.text-and-media-section .video--popup__video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.text-and-media-section .video--popup__close {
  background-image: url(../../resources/images/svg/icon-close.svg);
  background-position: center;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #eaf1f1;
}

@media (max-width: 991px) {
  .text-and-media-section .video--popup__close {
    top: 32px;
    right: 32px;
  }
}

@media (max-width: 767px) {
  .text-and-media-section .video--popup__close {
    top: 24px;
    right: 24px;
  }
}

.page-template-dark .default-text-section .section--eyebrow {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .page-template-dark .default-text-section .section--eyebrow {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .page-template-dark .default-text-section .section--eyebrow {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .page-template-dark .default-text-section .section--eyebrow {
    font-size: 13px;
  }
}

.page-template-dark .default-text-section .section--eyebrow {
  background-color: rgba(234, 241, 241, 0.1019607843);
  padding: 4px 8px;
  text-transform: uppercase;
}

.default-text-section {
  margin: 130px 0;
}

@media (max-width: 991px) {
  .default-text-section {
    margin: 100px 0;
  }
}

@media (max-width: 575px) {
  .default-text-section {
    margin: 80px 0;
  }
}

.default-text-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.default-text-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.default-text-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .default-text-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--title * {
    font-size: 24px;
  }
}

.default-text-section .section--title * {
  font-weight: 700;
}

.default-text-section .section--content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}

@media (max-width: 991px) {
  .default-text-section .section--content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 24px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 32px;
  }
}

.default-text-section .section--content__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content__column {
    gap: 16px;
  }
}

.default-text-section .section--content__column a {
  color: #00b0df;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.default-text-section .section--content__column a:hover {
  color: #003399;
}

.default-text-section .section--content__column a[href^="tel:"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.default-text-section .section--content__column a[href^="tel:"]:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.default-text-section .section--content__column a[href^="tel:"]::before {
  background-image: url(../../resources/images/svg/icon-tel.svg);
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}

.default-text-section .section--content__column * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column * {
    font-size: 15px;
  }
}

.default-text-section .section--content__column * {
  margin: 0px;
}

.default-text-section .section--content__column h1,
.default-text-section .section--content__column .h1 {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column h1,
  .default-text-section .section--content__column .h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .default-text-section .section--content__column h1,
  .default-text-section .section--content__column .h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h1,
  .default-text-section .section--content__column .h1 {
    font-size: 28px;
  }
}

.default-text-section .section--content__column h1,
.default-text-section .section--content__column .h1 {
  font-weight: 700;
}

.default-text-section .section--content__column h2,
.default-text-section .section--content__column .h2 {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .default-text-section .section--content__column h2,
  .default-text-section .section--content__column .h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h2,
  .default-text-section .section--content__column .h2 {
    font-size: 24px;
  }
}

.default-text-section .section--content__column h2,
.default-text-section .section--content__column .h2 {
  font-weight: 700;
}

.default-text-section .section--content__column h3,
.default-text-section .section--content__column .h3 {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column h3,
  .default-text-section .section--content__column .h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h3,
  .default-text-section .section--content__column .h3 {
    font-size: 21px;
  }
}

.default-text-section .section--content__column h3,
.default-text-section .section--content__column .h3 {
  font-weight: 700;
}

.default-text-section .section--content__column h4,
.default-text-section .section--content__column .h4 {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .default-text-section .section--content__column h4,
  .default-text-section .section--content__column .h4 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h4,
  .default-text-section .section--content__column .h4 {
    font-size: 18px;
  }
}

.default-text-section .section--content__column h4,
.default-text-section .section--content__column .h4 {
  font-weight: 700;
}

.default-text-section .section--content__column h5,
.default-text-section .section--content__column .h5 {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .default-text-section .section--content__column h5,
  .default-text-section .section--content__column .h5 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h5,
  .default-text-section .section--content__column .h5 {
    font-size: 16px;
  }
}

.default-text-section .section--content__column h5,
.default-text-section .section--content__column .h5 {
  font-weight: 700;
}

.default-text-section .section--content__column h6,
.default-text-section .section--content__column .h6 {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column h6,
  .default-text-section .section--content__column .h6 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column h6,
  .default-text-section .section--content__column .h6 {
    font-size: 16px;
  }
}

.default-text-section .section--content__column h6,
.default-text-section .section--content__column .h6 {
  font-weight: 700;
}

.default-text-section .section--content__column.full {
  grid-column: span 6/span 6;
}

.default-text-section .section--content__column.half {
  grid-column: span 3/span 3;
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.half {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.third {
  grid-column: span 2/span 2;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column.third {
    grid-column: span 3/span 3;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.third {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.two-thirds {
  grid-column: span 4/span 4;
}

@media (max-width: 991px) {
  .default-text-section .section--content__column.two-thirds {
    grid-column: span 5/span 5;
  }
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.two-thirds {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.fifth-sixes {
  grid-column: span 5/span 5;
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.fifth-sixes {
    grid-column: span 6/span 6;
  }
}

.default-text-section .section--content__column.checkmark ul,
.default-text-section .section--content__column.checkmark ol,
.default-text-section .section--content__column.bullet ul,
.default-text-section .section--content__column.bullet ol,
.default-text-section .section--content__column.number ul,
.default-text-section .section--content__column.number ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.default-text-section .section--content__column.checkmark ul li,
.default-text-section .section--content__column.checkmark ol li {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.default-text-section .section--content__column.checkmark ul li::before,
.default-text-section .section--content__column.checkmark ol li::before {
  background-image: url(../../resources/images/svg/icon-check.svg);
  background-position: center;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
  content: "";
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.checkmark ul li::before,
  .default-text-section .section--content__column.checkmark ol li::before {
    background-size: 12px 14px;
    width: 12px;
    height: 14px;
  }
}

.default-text-section .section--content__column.number ul li,
.default-text-section .section--content__column.number ol li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 24px;
}

.default-text-section .section--content__column.number ul li::before,
.default-text-section .section--content__column.number ol li::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: counter(list-counter) ".";
  color: #00b0df;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.default-text-section .section--content__column.bullet ul li,
.default-text-section .section--content__column.bullet ol li {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  counter-increment: list-counter;
}

.default-text-section .section--content__column.bullet ul li::before,
.default-text-section .section--content__column.bullet ol li::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 8px;
  border-radius: 9999px;
  background-color: #00b0df;
  width: 6px;
  height: 6px;
  content: "";
}

@media (max-width: 575px) {
  .default-text-section .section--content__column.bullet ul li::before,
  .default-text-section .section--content__column.bullet ol li::before {
    margin-top: 6px;
  }
}

.default-text-section .section--button {
  margin-right: auto;
  margin-left: auto;
}

.members-section {
  background-color: #e9eefa;
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .members-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .members-section {
    padding: 60px 0;
  }
}

.members-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1199px) {
  .members-section .section {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .members-section .section {
    gap: 24px;
  }
}

.members-section .section--title {
  margin-top: 10px;
}

.members-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .members-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .members-section .section--title * {
    font-size: 24px;
  }
}

.members-section .section--title * {
  font-weight: 700;
}

.members-section .section--members {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 45px;
}

@media (max-width: 1199px) {
  .members-section .section--members {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 32px;
  }
}

@media (max-width: 991px) {
  .members-section .section--members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .members-section .section--members {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 24px;
  }
}

@media (max-width: 575px) {
  .members-section .section--members {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 16px;
  }
}

.members-section .section--member {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  border: 1px solid #003399;
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 1199px) {
  .members-section .section--member {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .members-section .section--member {
    padding: 15px;
  }
}

.members-section .section--member:hover {
  background-color: #003399;
}

.members-section .section--member:hover .section--member__link {
  color: #fff;
}

.members-section .section--member:hover .section--member__title {
  color: #fff;
}

.members-section .section--member:hover .section--member__arrow {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.members-section .section--member__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .members-section .section--member__image {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 991px) {
  .members-section .section--member__image {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .members-section .section--member__image {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 575px) {
  .members-section .section--member__image {
    width: 32px;
    height: 32px;
  }
}

.members-section .section--member__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  width: 100%;
  color: #003399;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.members-section .section--member__link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.members-section .section--member__title {
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .members-section .section--member__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .members-section .section--member__title {
    font-size: 16px;
  }
}

.members-section .section--member__title {
  font-weight: 700;
}

.members-section .section--member__arrow {
  background-image: url(../../resources/images/svg/icon-arrow-right-blue.svg);
  background-position: center;
  background-size: 16.8px 19.2px;
  background-repeat: no-repeat;
  width: 16.8px;
  height: 19.2px;
  transition: all 0.3s ease;
  margin-left: auto;
}

@media (max-width: 575px) {
  .members-section .section--member__arrow {
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
  }
}

.members-section .section--button {
  -ms-flex-item-align: center;
  align-self: center;
}

.faq-section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }
}

.faq-section.blue-border-around {
  background-color: #e9eefa;
}

.faq-section.blue-border-around .section {
  padding: 100px 40px;
}

@media (max-width: 1199px) {
  .faq-section.blue-border-around .section {
    padding: 80px 32px;
  }
}

@media (max-width: 991px) {
  .faq-section.blue-border-around .section {
    padding: 60px 24px;
  }
}

@media (max-width: 767px) {
  .faq-section.blue-border-around .section {
    padding: 40px 24px;
  }
}

.faq-section .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background-color: #fafafa;
  padding: 30px 0px;
}

@media (max-width: 1199px) {
  .faq-section .section {
    padding: 20px 0px;
  }
}

@media (max-width: 991px) {
  .faq-section .section {
    gap: 32px;
    padding: 15px 0px;
  }
}

@media (max-width: 767px) {
  .faq-section .section {
    padding: 10px 0px;
  }
}

@media (max-width: 575px) {
  .faq-section .section {
    gap: 24px;
  }
}

.faq-section .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
}

.faq-section .section--title {
  margin-top: 10px;
  text-align: center;
}

.faq-section .section--title * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .faq-section .section--title * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .faq-section .section--title * {
    font-size: 24px;
  }
}

.faq-section .section--title * {
  font-weight: 700;
}

.faq-section .section--description {
  margin-top: 16px;
  text-align: center;
}

.faq-section .section--description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .faq-section .section--description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .faq-section .section--description * {
    font-size: 15px;
  }
}

.faq-section .section--filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .faq-section .section--filters {
    gap: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .faq-section .section--filters {
    gap: 8px;
    margin-top: 16px;
  }
}

.faq-section .section--filter {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .faq-section .section--filter {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .faq-section .section--filter {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .faq-section .section--filter {
    font-size: 13px;
  }
}

.faq-section .section--filter {
  transition: all 0.3s ease;
  border: 1px solid #003399;
  background-color: transparent;
  padding: 8px 16px;
  color: #003399;
  font-weight: 600;
}

.faq-section .section--filter:hover,
.faq-section .section--filter.active {
  background-color: #003399;
  color: #fff;
}

.faq-section .section .faq--items {
  margin: 0 auto;
  max-width: 920px;
}

.faq-section .section .faq--item {
  display: none;
}

.faq-section .section .faq--item.active {
  display: block;
}

.rotating-globe-section {
  margin: 200px 0;
}

.rotating-globe,
.section--rotating-globe {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.rotating-globe canvas,
.section--rotating-globe canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.downloads-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  background-color: #e9eefa;
  padding: 32px 52px;
}

@media (max-width: 1199px) {
  .downloads-block {
    gap: 14px;
    padding: 24px 32px;
  }
}

@media (max-width: 575px) {
  .downloads-block {
    gap: 12px;
    padding: 24px;
  }
}

.downloads-block--title * {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .downloads-block--title * {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .downloads-block--title * {
    font-size: 21px;
  }
}

.downloads-block--title * {
  font-weight: 700;
}

.downloads-block--files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1199px) {
  .downloads-block--files {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .downloads-block--files {
    gap: 12px;
  }
}

.downloads-block--file a {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .downloads-block--file a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .downloads-block--file a {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .downloads-block--file a {
    font-size: 13px;
  }
}

.downloads-block--file a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #003399;
  font-weight: 700;
}

.downloads-block--file a:hover {
  color: #00b0df;
}

.downloads-block--icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

@media (max-width: 1199px) {
  .downloads-block--icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .downloads-block--icon {
    width: 24px;
    height: 24px;
  }
}

.news-archive {
  background-color: #e9eefa;
  padding: 130px 0;
}

@media (max-width: 991px) {
  .news-archive {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .news-archive {
    padding: 80px 0;
  }
}

.news-archive .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 96px;
}

@media (max-width: 1431px) {
  .news-archive .section {
    gap: 80px;
  }
}

@media (max-width: 991px) {
  .news-archive .section {
    gap: 64px;
  }
}

@media (max-width: 575px) {
  .news-archive .section {
    gap: 48px;
  }
}

.news-archive .section--upper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 1431px) {
  .news-archive .section--upper {
    gap: 48px;
  }
}

@media (max-width: 991px) {
  .news-archive .section--upper {
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--upper {
    gap: 32px;
  }
}

.news-archive .section--upper__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.news-archive .section--upper__title {
  text-align: center;
}

.news-archive .section--upper__title > * {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .news-archive .section--upper__title > * {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .news-archive .section--upper__title > * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--upper__title > * {
    font-size: 28px;
  }
}

.news-archive .section--upper__title > * {
  font-weight: 700;
}

.news-archive .section--upper__description {
  width: 100%;
  max-width: 912px;
  text-align: center;
}

.news-archive .section--upper__description > * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .news-archive .section--upper__description > * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--upper__description > * {
    font-size: 15px;
  }
}

.news-archive .section--upper__highlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .news-archive .section--upper__highlight {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .news-archive .section--upper__highlight {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--upper__highlight {
    gap: 16px;
  }
}

.news-archive .section--upper__highlight-title > * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .news-archive .section--upper__highlight-title > * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--upper__highlight-title > * {
    font-size: 24px;
  }
}

.news-archive .section--upper__highlight-title > * {
  font-weight: 700;
}

.news-archive .section--upper__highlight-posts .news--image {
  aspect-ratio: 680/354;
}

.news-archive .section--upper__highlight-posts .news--content {
  padding: 40px 46px 40px 68px;
}

@media (max-width: 1431px) {
  .news-archive .section--upper__highlight-posts .news--content {
    padding: 24px 32px 24px 40px;
  }
}

.news-archive .section--lower {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 991px) {
  .news-archive .section--lower {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .news-archive .section--lower {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower {
    gap: 16px;
  }
}

.news-archive .section--lower__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.news-archive .section--lower__title > * {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .news-archive .section--lower__title > * {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower__title > * {
    font-size: 24px;
  }
}

.news-archive .section--lower__title > * {
  font-weight: 700;
}

.news-archive .section--lower__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .news-archive .section--lower__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-archive .section--lower__filters {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  .news-archive .section--lower__filters {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-archive .section--lower__filter {
    width: 100%;
  }
}

.news-archive .section--lower__select {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .news-archive .section--lower__select {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .news-archive .section--lower__select {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower__select {
    font-size: 13px;
  }
}

.news-archive .section--lower__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #003399;
  border-radius: 0;
  background-image: url("../../resources/images/svg/icon-chevron-down.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 9px 44px 9px 16px;
  min-width: 200px;
  color: #003399;
  font-weight: 600;
}

.news-archive .section--lower__select:hover,
.news-archive .section--lower__select:focus {
  outline: none;
  border-color: #002266;
}

@media (max-width: 767px) {
  .news-archive .section--lower__select {
    width: 100%;
    min-width: unset;
  }
}

.news-archive .section--lower__posts-wrapper {
  position: relative;
}

.news-archive .section--lower__posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 991px) {
  .news-archive .section--lower__posts {
    gap: 32px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower__posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
}

.news-archive .section--lower__posts .news--image,
.news-archive .section--lower__posts .news--image-placeholder {
  aspect-ratio: 1/1;
}

@media (max-width: 575px) {
  .news-archive .section--lower__posts .news--image,
  .news-archive .section--lower__posts .news--image-placeholder {
    aspect-ratio: 680/354;
  }
}

.news-archive .section--lower__posts .news--content {
  padding: 8px 0 8px 24px;
}

.news-archive .section--lower__no-results {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .news-archive .section--lower__no-results {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower__no-results {
    font-size: 15px;
  }
}

.news-archive .section--lower__no-results {
  grid-column: 1/-1;
  list-style: none;
}

.news-archive .section--lower__loader {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  inset: 0;
  background-color: rgba(233, 238, 250, 0.8);
}

.news-archive .section--lower__loader .ajax-loader__icon {
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  border: 3px solid rgb(191.4444444444, 205.8888888889, 240.5555555556);
  border-top-color: #003399;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.news-archive .section--lower__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.news-archive .section--lower__pagination:empty {
  display: none;
}

.news-archive .section--lower__pagination .page-numbers {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .news-archive .section--lower__pagination .page-numbers {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--lower__pagination .page-numbers {
    font-size: 15px;
  }
}

.news-archive .section--lower__pagination .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  color: #003399;
  text-decoration: none;
}

.news-archive .section--lower__pagination .page-numbers:hover {
  color: #00b0df;
}

.news-archive .section--lower__pagination .page-numbers.current {
  color: #00b0df;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.news-archive .section--lower__pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
}

.news-archive .section--lower__pagination .page-numbers.next:hover,
.news-archive .section--lower__pagination .page-numbers.prev:hover {
  color: #00b0df;
}

.news-archive .section--no-post-text {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .news-archive .section--no-post-text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .news-archive .section--no-post-text {
    font-size: 15px;
  }
}

.news-archive .section--no-post-text {
  text-align: center;
}

.search-results-page {
  background-color: #e9eefa;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .search-results-page {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .search-results-page {
    padding: 80px 0;
  }
}

.search-results-page .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .search-results-page .section {
    gap: 24px;
  }
}

.search-results-page .section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 991px) {
  .search-results-page .section--header {
    gap: 24px;
  }
}

.search-results-page .section--title {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .search-results-page .section--title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .search-results-page .section--title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--title {
    font-size: 28px;
  }
}

.search-results-page .section--title {
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}

.search-results-page .section--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 920px;
}

@media (max-width: 991px) {
  .search-results-page .section--wrapper {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--wrapper {
    gap: 16px;
  }
}

.search-results-page .section--results-text {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .search-results-page .section--results-text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--results-text {
    font-size: 15px;
  }
}

.search-results-page .section--results-text {
  font-weight: 700;
}

.search-results-page .section--no-results {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .search-results-page .section--no-results {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--no-results {
    font-size: 15px;
  }
}

.search-results-page .section--no-results {
  margin-bottom: 0px;
  text-align: center;
}

.search-results-page .section--results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 991px) {
  .search-results-page .section--results {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--results {
    gap: 16px;
  }
}

.search-results-page .section--results-wrapper {
  position: relative;
}

.search-results-page .section--result {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background: #fff;
  padding: 24px;
}

@media (max-width: 991px) {
  .search-results-page .section--result {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--result {
    padding: 16px;
  }
}

.search-results-page .section--result:hover .section--result__link::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.search-results-page .section--result__eyebrow {
  font-size: 14px;
  line-height: 1.5;
  background: #e9eefa;
  padding: 4px 8px;
  font-weight: 600;
}

.search-results-page .section--result__title {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1431px) {
  .search-results-page .section--result__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--result__title {
    font-size: 18px;
  }
}

.search-results-page .section--result__title {
  margin-top: 2px;
  margin-bottom: 0px;
  font-weight: 700;
}

.search-results-page .section--result__excerpt {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .search-results-page .section--result__excerpt {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .search-results-page .section--result__excerpt {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--result__excerpt {
    font-size: 13px;
  }
}

.search-results-page .section--result__excerpt {
  margin-bottom: 0px;
}

.search-results-page .section--result__link {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .search-results-page .section--result__link {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--result__link {
    font-size: 16px;
  }
}

.search-results-page .section--result__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: #003399;
  font-weight: 700;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.search-results-page .section--result__link::before {
  position: absolute;
  inset: 0px;
  content: "";
}

.search-results-page .section--result__link::after {
  background-image: url(../../resources/images/svg/icon-arrow-right-button.svg);
  background-position: center;
  background-size: 6.4px 11.2px;
  background-repeat: no-repeat;
  width: 6.4px;
  height: 11.2px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.search-results-page .section--loader {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  inset: 0;
  background-color: rgba(233, 238, 250, 0.8);
}

.search-results-page .section--loader .ajax-loader__icon {
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  border: 3px solid rgb(191.4444444444, 205.8888888889, 240.5555555556);
  border-top-color: #003399;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-results-page .section--pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .search-results-page .section--pagination {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--pagination {
    margin-top: 8px;
  }
}

.search-results-page .section--pagination:empty {
  display: none;
}

.search-results-page .section--pagination .page-numbers {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .search-results-page .section--pagination .page-numbers {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .search-results-page .section--pagination .page-numbers {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .search-results-page .section--pagination .page-numbers {
    font-size: 13px;
  }
}

.search-results-page .section--pagination .page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease;
  color: #003399;
  text-decoration: none;
}

.search-results-page .section--pagination .page-numbers:hover {
  color: #00b0df;
}

.search-results-page .section--pagination .page-numbers.current {
  color: #00b0df;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.search-results-page .section--pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
}

.search-results-page .section--pagination .page-numbers.next:hover,
.search-results-page .section--pagination .page-numbers.prev:hover {
  color: #00b0df;
}

.single-news .single-news-header {
  background-color: #003399;
  padding: 24px 0 0 0;
  overflow: hidden;
}

.single-news .single-news-header .container {
  position: relative;
}

.single-news .single-news-header .container .rank-math-breadcrumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-color: #003399;
  padding: 8px 4px 0 calc(var(--bs-gutter-x) * 0.5);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 767px) {
  .single-news .single-news-header .container .rank-math-breadcrumb {
    display: none;
  }
}

.single-news .single-news-header .container .rank-math-breadcrumb > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.single-news .single-news-header .container .rank-math-breadcrumb > p * {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-header .container .rank-math-breadcrumb > p * {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-header .container .rank-math-breadcrumb > p * {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-header .container .rank-math-breadcrumb > p * {
    font-size: 13px;
  }
}

.single-news .single-news-header .container .rank-math-breadcrumb > p * {
  display: block;
}

.single-news .single-news-header .container .rank-math-breadcrumb > p a {
  color: #bac9e7;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.single-news .single-news-header .container .rank-math-breadcrumb > p a img {
  width: 20px;
  height: 20px;
}

.single-news .single-news-header .container .rank-math-breadcrumb > p span {
  color: #fff;
}

.single-news .single-news-header .section {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  margin: auto;
  max-width: 810px;
  text-align: center;
}

.single-news .single-news-header .section--back-link {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-header .section--back-link {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-header .section--back-link {
    font-size: 16px;
  }
}

.single-news .single-news-header .section--back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 600;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.single-news .single-news-header .section--back-link:hover {
  color: #00b0df;
}

.single-news .single-news-header .section--back-link:hover::before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.single-news .single-news-header .section--back-link::before {
  background-image: url(../../resources/images/svg/icon-arrow-left-blue-menu.svg);
  background-position: center;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.single-news .single-news-header .section--title {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .single-news .single-news-header .section--title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-header .section--title {
    font-size: 24px;
  }
}

.single-news .single-news-header .section--title {
  margin: 16px auto 0 auto;
  max-width: 585px;
  color: #fff;
  font-weight: 700;
}

.single-news .single-news-header .section--dates {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.single-news .single-news-header .section--date {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-header .section--date {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-header .section--date {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-header .section--date {
    font-size: 13px;
  }
}

.single-news .single-news-header .section--date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.single-news .single-news-header .section--date__label {
  font-weight: 700;
}

.single-news .single-news-header .section--image-container {
  position: relative;
  width: 100%;
  height: min(250px, 35vw);
}

@media (max-width: 767px) {
  .single-news .single-news-header .section--image-container {
    height: min(200px, 35vw);
  }
}

.single-news .single-news-header .section--image-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 54%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.single-news .single-news-header .section--image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-news .single-news-breadrumbs {
  margin-top: 8px;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p > *:nth-child(1) img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(88%) saturate(3668%) hue-rotate(217deg) brightness(92%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(88%) saturate(3668%) hue-rotate(217deg) brightness(92%) contrast(105%);
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p * {
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-breadrumbs .rank-math-breadcrumb > p * {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-breadrumbs .rank-math-breadcrumb > p * {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-breadrumbs .rank-math-breadcrumb > p * {
    font-size: 13px;
  }
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p * {
  display: block;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p a {
  color: #00b0df;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p a img {
  width: 20px;
  height: 20px;
}

.single-news .single-news-breadrumbs .rank-math-breadcrumb > p span {
  color: #003399;
}

.single-news .single-news-content {
  margin: 48px 0;
}

@media (max-width: 767px) {
  .single-news .single-news-content {
    margin: 14px 0 40px;
  }
}

.single-news .single-news-content .section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}

.single-news .single-news-content .section--content {
  grid-column: span 8/span 8;
  background-color: #fff;
  padding: 40px 60px;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content {
    padding: 32px 48px;
  }
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--content {
    grid-column: span 1/span 1;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content {
    padding: 24px 32px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content {
    padding: 24px;
  }
}

.single-news .single-news-content .section--content > *:nth-child(1) {
  margin-top: 0px;
}

.single-news .single-news-content .section--content > h1,
.single-news .single-news-content .section--content > .h1,
.single-news .single-news-content .section--content > h2,
.single-news .single-news-content .section--content > .h2,
.single-news .single-news-content .section--content > h3,
.single-news .single-news-content .section--content > .h3,
.single-news .single-news-content .section--content > h4,
.single-news .single-news-content .section--content > .h4,
.single-news .single-news-content .section--content > h5,
.single-news .single-news-content .section--content > .h5,
.single-news .single-news-content .section--content > h6,
.single-news .single-news-content .section--content > .h6 {
  margin: 40px 0 24px 0;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > h1,
  .single-news .single-news-content .section--content > .h1,
  .single-news .single-news-content .section--content > h2,
  .single-news .single-news-content .section--content > .h2,
  .single-news .single-news-content .section--content > h3,
  .single-news .single-news-content .section--content > .h3,
  .single-news .single-news-content .section--content > h4,
  .single-news .single-news-content .section--content > .h4,
  .single-news .single-news-content .section--content > h5,
  .single-news .single-news-content .section--content > .h5,
  .single-news .single-news-content .section--content > h6,
  .single-news .single-news-content .section--content > .h6 {
    margin: 32px 0 22px 0;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content > h1,
  .single-news .single-news-content .section--content > .h1,
  .single-news .single-news-content .section--content > h2,
  .single-news .single-news-content .section--content > .h2,
  .single-news .single-news-content .section--content > h3,
  .single-news .single-news-content .section--content > .h3,
  .single-news .single-news-content .section--content > h4,
  .single-news .single-news-content .section--content > .h4,
  .single-news .single-news-content .section--content > h5,
  .single-news .single-news-content .section--content > .h5,
  .single-news .single-news-content .section--content > h6,
  .single-news .single-news-content .section--content > .h6 {
    margin: 28px 0 20px 0;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > h1,
  .single-news .single-news-content .section--content > .h1,
  .single-news .single-news-content .section--content > h2,
  .single-news .single-news-content .section--content > .h2,
  .single-news .single-news-content .section--content > h3,
  .single-news .single-news-content .section--content > .h3,
  .single-news .single-news-content .section--content > h4,
  .single-news .single-news-content .section--content > .h4,
  .single-news .single-news-content .section--content > h5,
  .single-news .single-news-content .section--content > .h5,
  .single-news .single-news-content .section--content > h6,
  .single-news .single-news-content .section--content > .h6 {
    margin: 24px 0 16px 0;
  }
}

.single-news .single-news-content .section--content > h1,
.single-news .single-news-content .section--content > .h1 {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > h1,
  .single-news .single-news-content .section--content > .h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > h1,
  .single-news .single-news-content .section--content > .h1 {
    font-size: 24px;
  }
}

.single-news .single-news-content .section--content > h2,
.single-news .single-news-content .section--content > .h2 {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--content > h2,
  .single-news .single-news-content .section--content > .h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > h2,
  .single-news .single-news-content .section--content > .h2 {
    font-size: 21px;
  }
}

.single-news .single-news-content .section--content > h3,
.single-news .single-news-content .section--content > .h3,
.single-news .single-news-content .section--content > h4,
.single-news .single-news-content .section--content > .h4,
.single-news .single-news-content .section--content > h5,
.single-news .single-news-content .section--content > .h5,
.single-news .single-news-content .section--content > h6,
.single-news .single-news-content .section--content > .h6 {
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 1431px) {
  .single-news .single-news-content .section--content > h3,
  .single-news .single-news-content .section--content > .h3,
  .single-news .single-news-content .section--content > h4,
  .single-news .single-news-content .section--content > .h4,
  .single-news .single-news-content .section--content > h5,
  .single-news .single-news-content .section--content > .h5,
  .single-news .single-news-content .section--content > h6,
  .single-news .single-news-content .section--content > .h6 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > h3,
  .single-news .single-news-content .section--content > .h3,
  .single-news .single-news-content .section--content > h4,
  .single-news .single-news-content .section--content > .h4,
  .single-news .single-news-content .section--content > h5,
  .single-news .single-news-content .section--content > .h5,
  .single-news .single-news-content .section--content > h6,
  .single-news .single-news-content .section--content > .h6 {
    font-size: 16px;
  }
}

.single-news .single-news-content .section--content > p {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > p {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content > p {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > p {
    margin-bottom: 16px;
  }
}

.single-news .single-news-content .section--content > p + ul {
  margin-top: -8px;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > p + ul {
    margin-top: -6px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content > p + ul {
    margin-top: -4px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > p + ul {
    margin-top: 0px;
  }
}

.single-news .single-news-content .section--content > ul,
.single-news .single-news-content .section--content > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > ul,
  .single-news .single-news-content .section--content > ol {
    gap: 14px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content > ul,
  .single-news .single-news-content .section--content > ol {
    gap: 12px;
    margin-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > ul,
  .single-news .single-news-content .section--content > ol {
    gap: 10px;
    margin-bottom: 24px;
  }
}

.single-news .single-news-content .section--content > ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.single-news .single-news-content .section--content > ul {
  padding-left: 24px;
  list-style-type: disc;
}

.single-news .single-news-content .section--content > p,
.single-news .single-news-content .section--content > ul,
.single-news .single-news-content .section--content > ol {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--content > p,
  .single-news .single-news-content .section--content > ul,
  .single-news .single-news-content .section--content > ol {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > p,
  .single-news .single-news-content .section--content > ul,
  .single-news .single-news-content .section--content > ol {
    font-size: 15px;
  }
}

.single-news .single-news-content .section--content > figure {
  margin: 40px 0;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--content > figure {
    margin: 32px 0;
  }
}

@media (max-width: 767px) {
  .single-news .single-news-content .section--content > figure {
    margin: 28px 0;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--content > figure {
    margin: 24px 0;
  }
}

.single-news .single-news-content .section--content > figure img {
  width: 100%;
  height: auto;
}

.single-news .single-news-content .section--content > figure video {
  position: relative;
  width: 100%;
  height: auto;
}

.single-news .single-news-content .section--content > .wp-block-video {
  position: relative;
}

.single-news .single-news-content .section--content > .wp-block-video:has(video:not(.is-playing))::after {
  background-image: url(../../resources/images/svg/icon-play-video.svg);
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  content: "";
}

.single-news .single-news-content .section--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  border-top: 1px solid #e9eefa;
  padding-top: 32px;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--bottom {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.single-news .single-news-content .section--share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.single-news .single-news-content .section--share__label {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--share__label {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--share__label {
    font-size: 15px;
  }
}

.single-news .single-news-content .section--share__label {
  font-weight: 700;
}

.single-news .single-news-content .section--share__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.single-news .single-news-content .section--share__link {
  transition: all 0.3s ease;
  color: #003399;
}

.single-news .single-news-content .section--share__link:hover {
  color: #00b0df;
}

.single-news .single-news-content .section--back-link {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--back-link {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--back-link {
    font-size: 16px;
  }
}

.single-news .single-news-content .section--back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  color: #003399;
  font-weight: 600;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.single-news .single-news-content .section--back-link:hover {
  color: #00b0df;
}

.single-news .single-news-content .section--back-link:hover::before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.single-news .single-news-content .section--back-link::before {
  background-image: url(../../resources/images/svg/icon-arrow-left-blue-menu.svg);
  background-position: center;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: block;
  transition: all 0.3s ease;
  content: "";
}

.single-news .single-news-content .section--sidebar {
  grid-column: span 4/span 4;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--sidebar {
    grid-column: span 1/span 1;
  }
}

.single-news .single-news-content .section--highlight {
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 164px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  background-color: #003399;
  padding: 40px 52px;
}

@media (max-width: 1199px) {
  .single-news .single-news-content .section--highlight {
    top: 124px;
    gap: 20px;
    padding: 24px 32px;
  }
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--highlight {
    position: static;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--highlight {
    gap: 16px;
    padding: 24px;
  }
}

.single-news .single-news-content .section--highlight__title {
  color: #fff;
}

.single-news .single-news-content .section--highlight__title * {
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--highlight__title * {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--highlight__title * {
    font-size: 21px;
  }
}

.single-news .single-news-content .section--highlight__title * {
  font-weight: 700;
}

.single-news .single-news-content .section--highlight__description * {
  font-size: 17px;
  line-height: 1.28;
}

@media (max-width: 991px) {
  .single-news .single-news-content .section--highlight__description * {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-content .section--highlight__description * {
    font-size: 15px;
  }
}

.single-news .single-news-content .section--highlight__description * {
  color: #fff;
}

.single-news .single-news-related .section--title {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .single-news .single-news-related .section--title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .single-news .single-news-related .section--title {
    font-size: 24px;
  }
}

.single-news .single-news-related .section--title {
  margin: 0;
}