: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: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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.5;
  --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: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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 {
  font-size: 0.875em;
}

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);
  border-radius: 0.25rem;
}
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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
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;
}

/* 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;
}

:root {
  --fcf-color-red: #e3282f;
  --fcf-color-blue: #243c93;
  --fcf-color-yellow: #f2d338;
  --fcf-color-campaign-green: #024239;
  --fcf-color-campaign-ochre: #EAAA28;
  --fcf-color-ink: #171717;
  --fcf-color-paper: #ffffff;
  --fcf-color-muted: #6c6f76;
  --fcf-color-border: #d8dbe2;
  --fcf-radius-sm: 4px;
  --fcf-radius-md: 8px;
  --fcf-shadow-focus: 0 0 0 3px rgba(36, 60, 147, 0.24);
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "NEXT Pan Poster";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NEXT Pan Poster Regular.woff2") format("woff2");
}
:root {
  --fcf-font-body: "Montserrat", Arial, sans-serif;
  --fcf-font-display: "NEXT Pan Poster", "Montserrat", Arial, sans-serif;
  --fcf-type-body-size: 1.125rem;
  --fcf-type-body-line: 1.55;
  --fcf-type-lede-size: 1.25rem;
  --fcf-type-display-size: clamp(2.5rem, 5vw, 4.75rem);
  --fcf-type-section-size: clamp(1.875rem, 3vw, 3rem);
  --fcf-type-card-size: 1.375rem;
  --fcf-type-label-size: 0.8125rem;
  --fcf-type-action-size: 0.9375rem;
  --fcf-type-meta-size: 0.875rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--fcf-color-paper);
  color: var(--fcf-color-ink);
  font-family: var(--fcf-font-body);
  font-size: var(--fcf-type-body-size);
  line-height: var(--fcf-type-body-line);
}

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

:focus-visible {
  outline: none;
  box-shadow: var(--fcf-shadow-focus);
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: var(--fcf-color-paper);
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65em;
  color: var(--fcf-color-ink);
  font-family: var(--fcf-font-display);
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: var(--fcf-type-display-size);
}

h2 {
  font-size: var(--fcf-type-section-size);
}

h3 {
  font-size: var(--fcf-type-card-size);
}

p,
ul,
ol,
blockquote {
  margin-top: 0;
}

a {
  color: var(--fcf-color-blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.copy-text {
  max-width: 68ch;
}

.copy-lede {
  max-width: 60ch;
  font-size: var(--fcf-type-lede-size);
  line-height: 1.45;
}

.copy-muted {
  color: var(--fcf-color-muted);
}

.site-container {
  width: min(100% - 2rem, 1440px);
  margin-inline: auto;
}

.landing-main {
  min-height: 100vh;
}

.landing-page {
  min-height: 100vh;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--fcf-radius-sm);
  font-size: var(--fcf-type-action-size);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button--primary {
  background: var(--fcf-color-red);
  color: var(--fcf-color-paper);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--fcf-color-blue);
  color: var(--fcf-color-paper);
}

.button--secondary {
  border-color: var(--fcf-color-blue);
  color: var(--fcf-color-blue);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--fcf-color-blue);
  color: var(--fcf-color-paper);
}

.button--ghost {
  color: var(--fcf-color-ink);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: var(--fcf-color-yellow);
  color: var(--fcf-color-ink);
}

.button--sm {
  min-height: 2.25rem;
  padding: 0.55rem 0.8rem;
}

.button--lg {
  min-height: 3.25rem;
  padding-inline: 1.3rem;
}

.tag,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: var(--fcf-type-label-size);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.tag--green {
  background: #dff4dc;
  color: #155b2c;
}

.tag--amber {
  background: #fff0bf;
  color: #795800;
}

.tag--terra {
  background: #f4d6cc;
  color: #7f2515;
}

.tag--neutral {
  background: #edf0f5;
  color: var(--fcf-color-ink);
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: 10.5rem;
  background: var(--fcf-color-campaign-green);
  isolation: isolate;
}

.site-header__corner {
  --site-header-corner-width: clamp(12rem, 16vw, 19rem);
  position: absolute;
  z-index: 1;
  top: 0;
  width: var(--site-header-corner-width);
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.site-header__corner--left {
  left: 0;
}

.site-header__corner--right {
  right: calc(var(--site-header-corner-width) * -8 / 610);
  transform: scaleX(-1);
}

.site-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(1.5rem, 2vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 1.5vw, 1.75rem);
}

.site-header__brand {
  display: block;
  width: clamp(17rem, 31vw, 29rem);
  line-height: 0;
}

.site-header__logo {
  display: block;
  width: 100%;
}

.site-header__navigation {
  width: min(72vw, 68rem);
  margin-top: clamp(1rem, 1.5vw, 1.5rem);
}

.site-header__toggle {
  display: none;
}

.site-header__nav {
  width: 100%;
}

.site-header__menu {
  display: flex;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: clamp(2rem, 7vw, 8rem);
  flex-wrap: wrap;
}

.site-header__menu .menu-item {
  min-width: 0;
  text-align: center;
}

.site-header__menu a {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: var(--fcf-color-paper);
  font-size: clamp(0.875rem, 1vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__menu a::after {
  position: absolute;
  right: 0.5rem;
  bottom: -0.2rem;
  left: 0.5rem;
  height: 2px;
  background: var(--fcf-color-campaign-ochre);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-header__menu a:hover::after,
.site-header__menu a:focus-visible::after,
.site-header__menu .current-menu-item > a::after,
.site-header__menu .current_page_item > a::after {
  transform: scaleX(1);
}

@media (max-width: 47.999rem) {
  .site-header {
    min-height: 7.5rem;
  }
  .site-header__corner {
    --site-header-corner-width: clamp(6.75rem, 30vw, 8.5rem);
  }
  .site-header__inner {
    padding: 1rem 1.25rem;
  }
  .site-header__brand {
    width: min(66vw, 18rem);
  }
  .site-header__navigation {
    width: 100%;
    margin-top: 0.75rem;
  }
  .site-header__toggle {
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto;
    padding: 0;
    color: var(--fcf-color-paper);
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: center;
  }
  .site-header__toggle::-webkit-details-marker {
    display: none;
  }
  .site-header__toggle-icon {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1.125rem;
  }
  .site-header__toggle-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: opacity 160ms ease, transform 160ms ease, top 160ms ease;
  }
  .site-header__toggle-icon span:nth-child(1) {
    top: 0;
  }
  .site-header__toggle-icon span:nth-child(2) {
    top: 0.5rem;
  }
  .site-header__toggle-icon span:nth-child(3) {
    top: 1rem;
  }
  .site-header__navigation[open] .site-header__toggle-icon span:nth-child(1) {
    top: 0.5rem;
    transform: rotate(45deg);
  }
  .site-header__navigation[open] .site-header__toggle-icon span:nth-child(2) {
    opacity: 0;
  }
  .site-header__navigation[open] .site-header__toggle-icon span:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-45deg);
  }
  .site-header__nav {
    padding-top: 0.75rem;
  }
  .site-header__menu {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .site-header__menu .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-header__menu a {
    display: block;
    padding: 0.75rem;
  }
  .site-header__menu a::after {
    content: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header__menu a::after,
  .site-header__toggle-icon span {
    transition: none;
  }
}
.hero {
  --hero-pad-y: clamp(0.75rem, 2vw, 1.5rem);
  --hero-pad-x: clamp(1.25rem, 4vw, 3rem);
  --hero-gap: clamp(0.75rem, 1.5vw, 1.25rem);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--hero-pad-y) var(--hero-pad-x) var(--hero-pad-y);
  background: var(--fcf-color-campaign-green);
  align-items: center;
  gap: var(--hero-gap);
}

.hero__art {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero__notice {
  width: 100%;
  color: #fff;
  font-family: var(--fcf-font-body);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hero__image {
  display: block;
  width: min(100%, 1440px);
  height: auto;
}

.singular-main {
  background: #eef3f1;
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.singular-content__header {
  display: flow-root;
  position: relative;
}

.singular-content__media {
  overflow: hidden;
  width: 100%;
  height: clamp(18rem, 33vw, 42rem);
  background: var(--fcf-color-campaign-green);
}

.singular-content__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.singular-content__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singular-content__title-panel {
  display: flex;
  justify-content: center;
  width: min(100% - 2rem, 70rem);
  min-height: clamp(8rem, 15vw, 13.5rem);
  margin: clamp(1rem, 2.25vw, 2rem) auto 0;
  padding: clamp(2rem, 4vw, 3.75rem) clamp(1.25rem, 5vw, 4rem);
  background: var(--fcf-color-paper);
  align-items: flex-start;
}

.singular-content--has-media .singular-content__header {
  padding-bottom: clamp(4rem, 9vw, 8.5rem);
}

.singular-content--has-media .singular-content__title-panel {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-top: 0;
  transform: translateX(50%);
}

.singular-content__title {
  margin: 0;
  color: var(--fcf-color-campaign-ochre);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  letter-spacing: 0;
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
}

.singular-content__body {
  width: min(100% - 2rem, 70rem);
  min-height: clamp(16rem, 34vw, 30rem);
  margin-inline: auto;
  padding: clamp(1rem, 3vw, 2rem) clamp(1.25rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
  background: var(--fcf-color-paper);
}

.singular-content__body > :first-child {
  margin-top: 0;
}

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

.singular-content__body .alignwide {
  max-width: 100%;
}

.singular-content__body .alignfull {
  width: auto;
  max-width: none;
  margin-right: calc(clamp(1.25rem, 5vw, 4rem) * -1);
  margin-left: calc(clamp(1.25rem, 5vw, 4rem) * -1);
}

@media (max-width: 47.999rem) {
  .singular-content__header {
    padding-bottom: 0;
  }
  .singular-content__media {
    height: clamp(15rem, 58vw, 24rem);
  }
  .singular-content__title-panel {
    position: relative;
    right: auto;
    width: min(100% - 2rem, 70rem);
    min-height: 0;
    padding-block: clamp(1.5rem, 9vw, 2.5rem);
    transform: none;
  }
  .singular-content--has-media .singular-content__title-panel {
    margin: -2.5rem auto 0;
  }
  .singular-content__title {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }
}
.partners-archive__body {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.partners-group {
  display: grid;
  gap: clamp(0.5rem, 1vw, 0.75rem);
}

.partners-group > h2 {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.partners-group > hr {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--fcf-color-border);
  opacity: 1;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
}

.partners-grid__item {
  min-width: 0;
}

.partners-grid__link,
.partners-grid__static {
  display: flex;
  min-height: clamp(7rem, 13vw, 10rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  text-align: center;
}

.partners-grid__link {
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.partners-grid__link:focus-visible {
  outline: 0;
  box-shadow: var(--fcf-shadow-focus);
}

.partners-grid__link:hover {
  transform: translateY(-2px);
}

.partners-grid__logo {
  display: block;
  width: min(100%, 15rem);
  height: clamp(4rem, 8vw, 6rem);
  object-fit: contain;
}

.partners-grid__name {
  color: var(--fcf-color-ink);
  font-size: var(--fcf-type-meta-size);
  font-weight: 200;
  line-height: 1.25;
}

@media (max-width: 35.999rem) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}
.site-footer {
  width: 100%;
}

.site-footer__partners {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  background: var(--fcf-color-paper);
}

.site-footer__heading {
  margin: 0;
  color: var(--fcf-color-campaign-ochre);
  font-family: var(--fcf-font-display);
  font-size: clamp(1.125rem, 4vw, 1.5em);
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.site-footer__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, max-content));
  justify-content: center;
  gap: clamp(1.25rem, 4vw, 3rem);
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.site-footer__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer__logo {
  display: block;
  width: auto;
  max-width: min(12rem, 42vw);
  max-height: clamp(3.5rem, 8vw, 5.5rem);
  object-fit: contain;
}

.site-footer__info {
  padding-block: clamp(2.75rem, 6vw, 5rem);
  color: var(--fcf-color-paper);
  background: var(--fcf-color-campaign-green);
}

.site-footer__info-grid {
  display: grid;
  grid-template-columns: minmax(8rem, 18rem) minmax(14rem, 1fr) minmax(14rem, 20rem);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.site-footer__seal {
  display: block;
  width: min(11rem, 42vw);
  height: auto;
}

.site-footer__info-heading {
  margin: 0 0 1.25rem;
  color: inherit;
  font-family: var(--fcf-font-body);
  font-size: var(--fcf-type-meta-size);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer__social-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(8rem, max-content));
  gap: 0.9rem clamp(2rem, 6vw, 4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-link {
  display: inline-flex;
  color: inherit;
  font-family: var(--fcf-font-body);
  font-size: var(--fcf-type-meta-size);
  line-height: 1.3;
  text-decoration: none;
  align-items: center;
  gap: 0.65rem;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  text-decoration: underline;
}

.site-footer__social-icon {
  display: inline-flex;
  justify-content: center;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  color: inherit;
  font-family: var(--fcf-font-body);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
}

.site-footer__contacts {
  color: inherit;
  font-family: var(--fcf-font-body);
  font-size: var(--fcf-type-meta-size);
  line-height: 1.45;
}

.site-footer__address,
.site-footer__contact-list,
.site-footer__contact-list dd,
.site-footer__phone {
  margin: 0;
}

.site-footer__contact-list {
  display: grid;
  gap: 1rem;
}

.site-footer__address {
  margin-bottom: 1.25rem;
}

.site-footer__contact-list dt {
  font-weight: 700;
}

.site-footer__contact-list a {
  color: inherit;
  text-underline-offset: 0.16em;
}

.site-footer__phone {
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .site-footer__info-grid {
    grid-template-columns: minmax(8rem, 12rem) minmax(14rem, 1fr);
  }
  .site-footer__contacts {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .site-footer__info-grid,
  .site-footer__social-list {
    grid-template-columns: 1fr;
  }
  .site-footer__seal-wrap,
  .site-footer__social,
  .site-footer__contacts {
    justify-self: center;
    width: min(100%, 20rem);
  }
  .site-footer__seal {
    margin-inline: auto;
  }
}

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