@charset "UTF-8";
@media (max-width: 39.9375rem) {
  .layout--twocol-section {
    flex-direction: column;
  }
}

@media (max-width: 39.9375rem) {
  .layout--threecol-section {
    flex-direction: column;
  }
}
@media (min-width: 40rem) and (max-width: 63.9375rem) {
  .layout--threecol-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout--threecol-section.layout--threecol-section--33-34-33 > .layout__region {
    flex: 0 1 50% !important;
  }
  .layout--threecol-section.layout--threecol-section--25-25-50 > .layout__region {
    flex: 0 1 50% !important;
  }
  .layout--threecol-section.layout--threecol-section--25-25-50 > .layout__region.layout__region--third {
    flex: 0 1 100% !important;
  }
  .layout--threecol-section.layout--threecol-section--50-25-25 > .layout__region {
    flex: 0 1 50% !important;
  }
  .layout--threecol-section.layout--threecol-section--50-25-25 > .layout__region.layout__region--first {
    flex: 0 1 100% !important;
  }
  .layout--threecol-section.layout--threecol-section--25-50-25 > .layout__region {
    flex: 0 1 50% !important;
  }
  .layout--threecol-section.layout--threecol-section--25-50-25 > .layout__region.layout__region--second {
    flex: 0 1 100% !important;
  }
}

@media (max-width: 39.9375rem) {
  .layout--fourcol-section {
    flex-direction: column;
  }
}
@media (min-width: 40rem) and (max-width: 63.9375rem) {
  .layout--fourcol-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout--fourcol-section > .layout__region {
    flex: 0 1 50% !important;
  }
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  font: -apple-system-body;
  font-size: 1em;
  line-height: 1.15;
}

body {
  margin: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  --safe-area-inset-top: 0;
  --safe-area-inset-right: 0;
  --safe-area-inset-bottom: 0;
  --safe-area-inset-left: 0;
  --safe-area-inset-top: constant(safe-area-inset-top);
  --safe-area-inset-right: constant(safe-area-inset-right);
  --safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --safe-area-inset-left: constant(safe-area-inset-left);
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-right: env(safe-area-inset-right);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
}

header,
main,
footer,
nav,
article,
section,
figure,
figcaption,
aside,
details {
  display: block;
  padding: 0.015625px initial;
}

a,
button,
label,
select,
[type=checkbox],
[type=radio] {
  cursor: pointer;
  touch-action: manipulation;
}
a svg,
button svg,
label svg,
select svg,
[type=checkbox] svg,
[type=radio] svg {
  pointer-events: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visually-hidden:not(:focus):not(:active):not(.trigger) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  bottom: 0;
}

* {
  --ff-0: "PlusJakartaSans";
  --ff-1: "DarkerGrotesque";
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-700: 700;
  --fw-800: 800;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --lh--4: 1.35;
  --lh--3: 1.34;
  --lh--2: 1.33;
  --lh--1: 1.29;
  --lh-0: 1.2;
  --lh-1: 1.15;
  --lh-2: 1.14;
  --lh-3: 1.11;
  --lh-4: 1.1;
  --lh-5: 1.08;
  --lh-6: 1.06;
  --lh-7: 1.04;
  --lh-8: 1;
  --lh-9: 1;
  --lh-10: 1;
  --lh-11: 1;
  --lh-12: 1;
  --lh-13: 0.5;
  --lh-14: 0.8;
  --fs--4: 0.66rem;
  --fs--3: 0.76rem;
  --fs--2: 0.83rem;
  --fs--1: 0.91rem;
  --fs-0: 1rem;
  --fs-1: 1.1rem;
  --fs-2: 1.2rem;
  --fs-3: 1.32rem;
  --fs-4: 1.45rem;
  --fs-5: 1.59rem;
  --fs-6: 1.74rem;
  --fs-7: 1.91rem;
  --fs-8: 2.09rem;
  --fs-9: 2.3rem;
  --fs-10: 2.52rem;
  --fs-11: 2.76rem;
  --fs-12: 3.03rem;
  --fs-13: 3.32rem;
  --fs-14: 3.65rem;
}
@media (min-width: 20rem) {
  * {
    --fs--4: calc(
    	0.66rem +
    		0.03 *
    		(100vw - 20rem) /
    		60
    );
    --fs--3: calc(
    	0.76rem +
    		0 *
    		(100vw - 20rem) /
    		60
    );
    --fs--2: calc(
    	0.83rem +
    		0.04 *
    		(100vw - 20rem) /
    		60
    );
    --fs--1: calc(
    	0.91rem +
    		0.09 *
    		(100vw - 20rem) /
    		60
    );
    --fs-0: calc(
    	1rem +
    		0.15 *
    		(100vw - 20rem) /
    		60
    );
    --fs-1: calc(
    	1.1rem +
    		0.22 *
    		(100vw - 20rem) /
    		60
    );
    --fs-2: calc(
    	1.2rem +
    		0.32 *
    		(100vw - 20rem) /
    		60
    );
    --fs-3: calc(
    	1.32rem +
    		0.42 *
    		(100vw - 20rem) /
    		60
    );
    --fs-4: calc(
    	1.45rem +
    		0.55 *
    		(100vw - 20rem) /
    		60
    );
    --fs-5: calc(
    	1.59rem +
    		0.71 *
    		(100vw - 20rem) /
    		60
    );
    --fs-6: calc(
    	1.74rem +
    		0.9 *
    		(100vw - 20rem) /
    		60
    );
    --fs-7: calc(
    	1.91rem +
    		1.12 *
    		(100vw - 20rem) /
    		60
    );
    --fs-8: calc(
    	2.09rem +
    		1.39 *
    		(100vw - 20rem) /
    		60
    );
    --fs-9: calc(
    	2.3rem +
    		1.7 *
    		(100vw - 20rem) /
    		60
    );
    --fs-10: calc(
    	2.52rem +
    		2.07 *
    		(100vw - 20rem) /
    		60
    );
    --fs-11: calc(
    	2.76rem +
    		2.52 *
    		(100vw - 20rem) /
    		60
    );
    --fs-12: calc(
    	3.03rem +
    		3.03 *
    		(100vw - 20rem) /
    		60
    );
    --fs-13: calc(
    	3.32rem +
    		3.64 *
    		(100vw - 20rem) /
    		60
    );
    --fs-14: calc(
    	3.65rem +
    		4.35 *
    		(100vw - 20rem) /
    		60
    );
  }
}
@media (min-width: 80rem) {
  * {
    --fs--4: 0.69rem;
    --fs--3: 0.76rem;
    --fs--2: 0.87rem;
    --fs--1: 1rem;
    --fs-0: 1.15rem;
    --fs-1: 1.32rem;
    --fs-2: 1.52rem;
    --fs-3: 1.74rem;
    --fs-4: 2rem;
    --fs-5: 2.3rem;
    --fs-6: 2.64rem;
    --fs-7: 3.03rem;
    --fs-8: 3.48rem;
    --fs-9: 4rem;
    --fs-10: 4.59rem;
    --fs-11: 5.28rem;
    --fs-12: 6.06rem;
    --fs-13: 6.96rem;
    --fs-14: 8rem;
  }
}

@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "PlusJakartaSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: var(--fs-0);
  font-weight: 400;
  line-height: 1.5;
  color: #000747;
}

main a:first-child,
main li:first-child {
  margin-top: 0;
}
main a:only-child,
main li:only-child {
  margin: 0;
}
main p a {
  text-decoration-line: underline;
  font-weight: var(--fw-400);
  color: var(--color-link, #000747);
}
@media (max-width: 29.9375rem) {
  main p a {
    display: inline-block;
  }
}
@media (max-width: 19.9375rem) {
  main p a {
    word-break: break-word;
  }
}
main .text-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .text-align-right {
  margin-left: auto;
  text-align: right;
}
main .small-body-text {
  font-size: var(--fs-1);
  font-weight: 500;
}
main .big-display-text {
  font: var(--fw-700) var(--fs-4)/var(--lh--3) var(--ff-0);
}
main .heavy {
  font-weight: 800;
}
main .bold {
  font-weight: 700;
}
main .medium {
  font-weight: 500;
}
main .regular {
  font-weight: 400;
}
main .thin {
  font-weight: 300;
}
main .all-caps {
  text-transform: uppercase;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin-block: 0.8em;
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    hyphens: auto;
  }
}
main :not(span) > h1:first-child,
main :not(span) > h2:first-child,
main :not(span) > h3:first-child,
main :not(span) > h4:first-child,
main :not(span) > h5:first-child,
main :not(span) > h6:first-child {
  margin-top: 0;
}
main :not(span) > h1:last-child,
main :not(span) > h2:last-child,
main :not(span) > h3:last-child,
main :not(span) > h4:last-child,
main :not(span) > h5:last-child,
main :not(span) > h6:last-child {
  margin-bottom: 0;
}
main h1, main .h1 {
  font: var(--fw-500) var(--fs-10)/var(--lh-14) var(--ff-1);
}
main h2, main .h2 {
  font: var(--fw-700) var(--fs-4)/var(--lh--3) var(--ff-0);
}
main h2.section-heading, main .h2.section-heading {
  font: var(--fw-400) var(--fs-3)/var(--lh--1) var(--ff-0);
}
main h3, main .h3 {
  font: var(--fw-400) var(--fs-3)/var(--lh--1) var(--ff-0);
}
main h4, main .h4 {
  font: var(--fw-400) var(--fs-2)/var(--lh--1) var(--ff-0);
}
main h5, main .h5 {
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-0);
}
main h6, main .h6 {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
main h1 .strong,
main h1 strong,
main h2 .strong,
main h2 strong,
main h3 .strong,
main h3 strong,
main h4 .strong,
main h4 strong,
main h5 .strong,
main h5 strong,
main blockquote .strong,
main blockquote strong {
  font-weight: 700;
}
main p .strong,
main p strong,
main span .strong,
main span strong {
  font-weight: 700;
}
main .italic,
main em,
main i {
  font-style: italic;
}
main .caps {
  text-transform: uppercase;
}
main .capitalize {
  text-transform: capitalize;
}
main .headline-thin {
  font-weight: 400;
  font-size: var(--fs-12);
  text-align: center;
}
main address {
  font-style: normal;
}
main .text-left {
  text-align: left;
}
main .text-center {
  text-align: center;
}
main .text-right {
  text-align: right;
}
main .text-justify {
  text-align: justify;
}
main .text-hidden {
  font: 0/0 a;
}
main .date {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  font-weight: 500;
  padding: 1em 2.5em;
  background-color: #ddf3ff;
  border-radius: 6px;
  display: inline-block;
  margin-block-end: 1em;
  color: #000747;
}
[data-theme=bg2] .date,
[data-theme=bg1] .date,
[data-theme=p1] .date,
[data-theme=p2] .date {
  background-color: #000747;
  color: white;
}

h2:has(> .visual-p), h3:has(> .visual-p), h4:has(> .visual-p), h5:has(> .visual-p), h6:has(> .visual-p),
.h2:has(> .visual-p), .h3:has(> .visual-p), .h4:has(> .visual-p), .h5:has(> .visual-p), .h6:has(> .visual-p) {
  font: inherit;
  margin-top: 1em;
  margin-bottom: initial;
}

html {
  --color-none: transparent;
  --color-white: white;
  --color-black: black;
  --color-deep-blue: #000747;
  --color-primary-2: #0030b0;
  --color-primary-4: #a3deff;
  --color-btn-green: #c0ffa3;
  --color-bg3: #2460ff;
  --color-check-green: #0ab95b;
  --color-btn-border: 2px solid rgba(0, 7, 71, 0.4);
  --color-p: black;
  --color-text-light: white;
  --color-text-blue: #000747;
  --color-bb: rgba(0, 0, 94, 0.25);
  --color-btn-blue-hover: #3399ff;
  --color-btn-dark-blue-hover: #000747;
  --color-bg-light-grey: #e5eaec;
  --color-p1: #fff3ee;
  --color-p3: #f5d3cc;
  --color-bg1: #ddf3ff;
  --color-light-grey: #f2f2f2;
  --color-dark-grey: #808080;
  --color-g1: #cccccc;
  --color-r1: #e10010;
}

* {
  --theme-padding: 3.5rem 2.5rem;
  --col-block-gap: 3.5rem;
}
@media (min-width: 40rem) {
  * {
    --theme-padding: 4rem 2.5rem;
    --col-block-gap: 4rem;
  }
}
@media (min-width: 100rem) {
  * {
    --theme-padding: 6rem 5rem;
    --col-block-gap: 6rem;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  * {
    --theme-padding: 1rem;
    --col-block-gap: 1rem;
  }
}

body {
  --button-back-default: #2460ff;
  --button-text-default: white;
  --button-back-default-hover: #000747;
  --button-text-default-hover: white;
  --color-header: #000747;
  --color-text: #000747;
  --color-back: transparent;
  --color-link: #000747;
  --color-link-hover: #0030b0;
  color: var(--color-text);
}
[data-theme=deep-blue],
[data-theme=bg3] {
  --color-back: white;
  --color-header: white;
  --color-text: white;
  --color-link: white;
  --color-link-hover: white;
}

[data-theme=bg2],
[data-theme=bg1],
[data-theme=p1],
[data-theme=p2] {
  --color-header: #000747;
  --color-text: #000747;
  --color-back: transparent;
  --color-link: #000747;
  --color-link-hover: #0030b0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-header);
  margin: 0;
}

h1,
h2 {
  font-weight: var(--fw-700);
}

h3,
h4,
h5,
h6 {
  font-weight: var(--fw-400);
}

p {
  color: var(--color-text);
}

a {
  color: var(--color-link);
}
a:hover, a:focus {
  color: var(--color-link-hover);
}

.text-green {
  color: #c0ffa3;
}

[data-theme] {
  padding: var(--theme-padding);
}

[data-theme=deep-blue] {
  background-color: var(--color-deep-blue);
  --theme-color: #000747;
  color: white;
}

[data-theme=p1] {
  background-color: var(--color-p1);
  --theme-color: #fff3ee;
}

[data-theme=p3] {
  background-color: var(--color-p3);
  --theme-color: #f5d3cc;
}

[data-theme=bg2],
[data-theme=bg1] {
  background-color: var(--color-bg1);
  --theme-color: #ddf3ff;
}

[data-theme=bg3] {
  background-color: var(--color-bg3);
  --theme-color: #2460ff;
}

.layout-flex {
  display: flex;
}

[data-layout] {
  z-index: 0;
  position: relative;
}
[data-layout] .layout__region {
  width: 100%;
}

.layout__region {
  display: flex;
  flex-direction: column;
}

.vertical-align-top .layout__region {
  justify-content: flex-start;
  align-self: flex-start;
}

.vertical-align-middle .layout__region {
  justify-content: center;
  align-self: center;
}

.vertical-align-bottom .layout__region {
  justify-content: flex-end;
  align-self: flex-end;
}

.page-main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--gin-sticky-offset, 0px));
}

.page-footer {
  margin-top: auto;
}

.collection:not([data-layout*=mb]) {
  margin-block-end: var(--col-block-gap);
}
.collection:not([data-layout*=mb])[data-theme]:last-child {
  margin-block-end: 0;
}

.section-frontpage-header + [data-theme], .page-header + [data-theme] {
  margin-block-start: calc(var(--col-block-gap) * -1);
}

[data-layout~=justify] .layout__region--content,
[data-layout~=justify] .layout--wrapper {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

[data-layout~=wide] .layout__region--content,
[data-layout~=wide] .layout--wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

[data-layout~=full] .layout__region--content {
  max-width: 100%;
}

:root {
  --component-width: 62.5rem;
  --block-spacing: 1.875rem;
  --theme-padding: 1.875rem;
}
@media (min-width: 40rem) {
  :root {
    --block-spacing: 1.875rem;
  }
}
@media (min-width: 64rem) {
  :root {
    --block-spacing: 3.75rem;
    --theme-padding: 5.625rem;
  }
}
@media (min-width: 80rem) {
  :root {
    --block-spacing: 5.625rem;
  }
}

[data-layout*=mt0] {
  margin-top: 0rem;
}

[data-layout*=mt1] {
  margin-top: 2.5rem;
}

[data-layout*=mt2] {
  margin-top: 2.5rem;
}

[data-layout*=mt3] {
  margin-top: 5rem;
}

[data-layout*=mt4] {
  margin-top: 5rem;
}

[data-layout*=mb0] {
  margin-bottom: 0rem;
}

[data-layout*=mb1] {
  margin-bottom: 2.5rem;
}

[data-layout*=mb2] {
  margin-bottom: 2.5rem;
}

[data-layout*=mb3] {
  margin-bottom: 5rem;
}

[data-layout*=mb4] {
  margin-bottom: 5rem;
}

@media (min-width: 30rem) {
  [data-layout*=mt1] {
    margin-top: 2.5rem;
  }

  [data-layout*=mt2] {
    margin-top: 5rem;
  }

  [data-layout*=mt3] {
    margin-top: 7.5rem;
  }

  [data-layout*=mt4] {
    margin-top: 10rem;
  }

  [data-layout*=mb1] {
    margin-bottom: 2.5rem;
  }

  [data-layout*=mb2] {
    margin-bottom: 5rem;
  }

  [data-layout*=mb3] {
    margin-bottom: 7.5rem;
  }

  [data-layout*=mb4] {
    margin-bottom: 10rem;
  }
}
@media (max-width: 39.9375rem) {
  [data-layout*=mt1] {
    margin-top: 1.5rem;
  }

  [data-layout*=mt2] {
    margin-top: 3rem;
  }

  [data-layout*=mt3] {
    margin-top: 4.5rem;
  }

  [data-layout*=mt4] {
    margin-top: 6rem;
  }

  [data-layout*=mb1] {
    margin-bottom: 1.5rem;
  }

  [data-layout*=mb2] {
    margin-bottom: 3rem;
  }

  [data-layout*=mb3] {
    margin-bottom: 4.5rem;
  }

  [data-layout*=mb4] {
    margin-bottom: 6rem;
  }
}
.layout--wrapper {
  display: flex;
  width: 100%;
}

/*
* @file
* Provides the layout styles for layout_onecol.
*/
.layout--onecol .layout__region {
  width: 100%;
}

/*
* @file
* Provides the layout styles for two-column layout section.
*/
.layout--twocol-section {
  display: flex;
}
.layout--twocol-section .layout--wrapper {
  gap: 2.5rem;
}

.layout--twocol-section .layout__region,
.layout--twocol-section div {
  height: 100%;
  flex: 0 1 100%;
}

@media screen and (max-width: 48rem) {
  .layout--twocol-section .layout--wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 48rem) {
  .layout--twocol-section.layout--twocol-section--50-50 .layout__region--first,
.layout--twocol-section.layout--twocol-section--50-50 .layout__region--second,
.layout--twocol-section.layout--twocol-section--50-50 .layout--wrapper div {
    flex: 1 1 50%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first,
.layout--twocol-section.layout--twocol-section--33-67 div:first-child,
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second,
.layout--twocol-section.layout--twocol-section--67-33 div:last-child {
    flex: 1 1 33%;
  }

  .layout--twocol-section.layout--twocol-section--33-67 .layout__region--second,
.layout--twocol-section.layout--twocol-section--33-67 div:last-child,
.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33 div:first-child {
    flex: 1 1 67%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--first,
.layout--twocol-section.layout--twocol-section--25-75 div:first-child,
.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second,
.layout--twocol-section.layout--twocol-section--75-25 div:last-child {
    flex: 1 1 25%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--second,
.layout--twocol-section.layout--twocol-section--25-75 div:last-child,
.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first,
.layout--twocol-section.layout--twocol-section--75-25 div:first-child {
    flex: 1 1 75%;
  }
}
/*
* @file
* Provides the layout styles for three-column layout section.
*/
.layout--threecol-section {
  display: flex;
}
.layout--threecol-section .layout--wrapper {
  gap: 1.875rem;
}

.layout--threecol-section .layout__region,
.layout--threecol-section div {
  height: 100%;
  flex: 0 1 100%;
}

@media screen and (max-width: 48rem) {
  .layout--threecol-section .layout--wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 48rem) {
  .layout--threecol-section--25-50-25 .layout__region--first,
.layout--threecol-section--25-50-25 .layout--wrapper > div:first-child,
.layout--threecol-section--25-50-25 .layout__region--third,
.layout--threecol-section--25-50-25 .layout--wrapper > div:last-child,
.layout--threecol-section--25-25-50 .layout__region--first,
.layout--threecol-section--25-25-50 .layout--wrapper > div:first-child,
.layout--threecol-section--25-25-50 .layout__region--second,
.layout--threecol-section--25-25-50 .layout--wrapper > div:nth-child(2),
.layout--threecol-section--50-25-25 .layout__region--second,
.layout--threecol-section--50-25-25 .layout--wrapper > div:nth-child(2),
.layout--threecol-section--50-25-25 .layout__region--third,
.layout--threecol-section--50-25-25 .layout--wrapper > div:last-child {
    flex: 0 1 25%;
  }

  .layout--threecol-section--25-50-25 .layout__region--second,
.layout--threecol-section--25-50-25 .layout--wrapper > div:nth-child(2),
.layout--threecol-section--25-25-50 .layout__region--third,
.layout--threecol-section--25-25-50 .layout--wrapper > div:last-child,
.layout--threecol-section--50-25-25 .layout__region--first,
.layout--threecol-section--50-25-25 .layout--wrapper > div:first-child {
    flex: 0 1 50%;
  }

  .layout--threecol-section--33-34-33 .layout__region--first,
.layout--threecol-section--33-34-33 .layout--wrapper > div:first-child,
.layout--threecol-section--33-34-33 .layout__region--second,
.layout--threecol-section--33-34-33 .layout--wrapper > div:nth-child(2),
.layout--threecol-section--33-34-33 .layout__region--third,
.layout--threecol-section--33-34-33 .layout--wrapper > div:last-child {
    flex: 0 1 33.33%;
  }
}
/*
* @file
* Provides the layout styles for four-column layout section.
*/
.layout--fourcol-section {
  display: flex;
}

.layout--fourcol-section > .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 48rem) {
  .layout--fourcol-section > .layout__region {
    flex: 0 1 25%;
  }
}
[data-anim=parallax] img,
[data-anim=parallax] video {
  will-change: transform;
  height: 120% !important;
  transform: translateY(calc(var(--ty) * 100%));
}
@media (prefers-reduced-motion: reduce) {
  [data-anim=parallax] img, [data-anim=parallax] video {
    height: 100%;
    transform: none;
  }
}

[data-anim=fade-in] {
  height: 100%;
  overflow: hidden;
}
[data-anim=fade-in] img {
  opacity: 0.5;
  transition: 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-anim=fade-in].fade-in img {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  [data-anim=fade-in] img {
    opacity: 1;
  }
}

html[data-theme],
body,
body[data-theme] {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: transparent;
}
@media (max-width: 79.9375rem) {
  body.menu-open {
    overflow: hidden;
  }
}

.container-width {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 63.9375rem) {
  .container-width {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media (max-width: 39.9375rem) {
  .container-width {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.container-width.component {
  max-width: 62.5rem;
  padding: 0 5.5rem;
}

.layout {
  padding: 0 5rem;
}
@media (max-width: 63.9375rem) {
  .layout {
    padding: 0 2.5rem;
  }
}
@media (max-width: 39.9375rem) {
  .layout {
    padding: 0 1.5rem;
  }
}
@media (max-width: 19.9375rem) {
  .layout {
    padding: 0 1rem;
  }
}
.layout:first-child {
  padding-top: var(--col-block-gap);
}
.layout[data-theme] {
  padding: var(--theme-padding);
}

.layout__region > .block:not(.layout-builder-block) {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  transform: translateY(50px);
}
@media (prefers-reduced-motion: reduce) {
  .layout__region > .block:not(.layout-builder-block) {
    opacity: 1;
    transform: translateY(0);
  }
}
.layout__region > .block:not(.layout-builder-block).fade {
  opacity: 1;
  transform: translateY(0);
}

.page-wrapper *:focus,
.ui-dialog *:focus {
  outline: unset;
  box-shadow: unset;
}

.page-wrapper *:focus-visible {
  outline: 1px auto var(--color-link);
}

.image::before {
  width: 100%;
  height: 100%;
}
.image::before, .image::after {
  position: relative;
}
.image img {
  display: block;
  object-fit: inherit;
  object-position: inherit;
}
.image.original-size {
  width: unset;
  max-width: unset;
  display: inline-block;
}
.image.original-size.circular img {
  width: fit-content;
}
.image.original-size img {
  width: unset;
  max-width: unset;
  display: inline-block;
}
.image.wallpaper img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image.circular img {
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.image.horizontal-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image.horizontal-align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image.horizontal-align-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.image.horizontal-align-right img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.image.natural img {
  position: relative;
  height: auto;
}
.image.contain img {
  object-fit: contain;
}
.image.cover img {
  object-fit: cover;
}
.image.aspect-21\:9::before, .image.aspect-21\:9::after {
  content: "";
  display: table;
  clear: left;
}
.image.aspect-21\:9::before {
  float: left;
  padding-bottom: 42.8571428571%;
  position: absolute;
  inset: 0;
}
.image.aspect-16\:9::before, .image.aspect-16\:9::after {
  content: "";
  display: table;
  clear: left;
}
.image.aspect-16\:9::before {
  float: left;
  padding-bottom: 56.25%;
  position: absolute;
  inset: 0;
}
.image.aspect-4\:3::before, .image.aspect-4\:3::after {
  content: "";
  display: table;
  clear: left;
}
.image.aspect-4\:3::before {
  float: left;
  padding-bottom: 75%;
  position: absolute;
  inset: 0;
}
.image.focal-t {
  object-position: 50% 16.66%;
}
.image.focal-c {
  object-position: 50%;
}
.image.focal-b {
  object-position: 50% 83.33%;
}
.image.focal-l {
  object-position: 16.66% 50%;
}
.image.focal-r {
  object-position: 83.33% 50%;
}
.image.focal-tl {
  object-position: 16.66%;
}
.image.focal-tr {
  object-position: 83.33% 16.66%;
}
.image.focal-bl {
  object-position: 16.66% 83.33%;
}
.image.focal-br {
  object-position: 83.33%;
}
.image.overlay-light::before {
  background-color: var(--color-white);
  opacity: 0.5;
}
.image.overlay-dark::before {
  background-color: var(--color-black);
  opacity: 0.25;
}

.image-wrapper .image::before {
  padding-bottom: 0;
  height: auto;
}
.image-wrapper .image img {
  position: relative;
  width: 100%;
  height: 100%;
}

figure {
  display: block;
  margin: 0;
}
figure figcaption {
  color: var(--color-black);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}
figure figcaption:empty {
  display: none;
}
figure figcaption a {
  text-decoration: underline;
  font-weight: var(--fw-400);
}

.block-logo {
  margin: 0;
  display: flex;
  box-sizing: border-box;
  max-width: 12.5rem;
  height: 100%;
}
@media (min-width: 80rem) {
  .block-logo {
    max-width: 18.75rem;
  }
}
.block-logo .logo {
  padding: 0;
  position: relative;
  outline: 2px solid transparent;
}
.block-logo .logo:focus-visible {
  outline-color: var(--logo-color);
  outline-offset: 10px;
}
.block-logo .logo svg {
  width: 100%;
  height: 100%;
}
.block-logo .logo svg,
.block-logo .logo svg path {
  fill: var(--logo-color, var(--color-link));
}

.block[class*=breadcrumb-block] {
  margin-block-end: 0;
}

.breadcrumb-menu {
  width: 100%;
  background: #ddf3ff;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 40rem) {
  .breadcrumb-menu {
    padding: 0 2.5rem;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .breadcrumb-menu {
    padding: 0 1rem;
  }
}
.breadcrumb-menu .breadcrumb-list {
  display: flex;
  flex-direction: row;
  max-width: 90rem;
  margin: 0 auto;
  flex-wrap: wrap;
  list-style: none;
  transition: none;
  padding: 0.9375rem 0;
}
@media (max-width: 63.9375rem) {
  .breadcrumb-menu .breadcrumb-list {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  transition: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a,
.breadcrumb-menu .breadcrumb-list .breadcrumb-item span {
  transition: none;
  color: #000747;
  padding: 0;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item p {
  font: inherit;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a:not(:empty) {
  padding-right: 0.5rem;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a:empty::after {
  display: none;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type) {
  margin-right: 0.5rem;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type) {
  position: relative;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type)::after {
  content: "›"/"";
}

.search-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
}
.search-wrapper .search-form {
  display: flex;
  align-items: center;
  height: 100%;
}
.search-wrapper .search-form .search-icon {
  position: relative;
  cursor: pointer;
}
.search-wrapper .search-form input {
  display: inline-block;
  visibility: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #e5eaec;
  color: #000747;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  width: 0px;
  outline: 0;
  border: unset;
  border-radius: 8px;
}
.search-wrapper .search-form input::placeholder {
  color: #000747;
}
.search-wrapper .search-form input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.search-wrapper .search-form input.error {
  border: 1px solid red;
}
.search-wrapper .search-form button {
  display: none;
  border: unset;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  border-radius: 8px;
  padding: 0.625rem 1.875rem;
}
@media (max-width: 63.9375rem) {
  .search-wrapper .search-form button {
    padding: 0.625rem 0.9375rem;
  }
}
.search-wrapper .search-form button.submit {
  background-color: #000747;
  color: white;
}
.search-wrapper .search-form button.close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Cpath fill='%2300005e' d='m23.977 24.89 9.57 9.57 1.413-1.414-9.57-9.57 9.9-9.899-1.367-1.367-9.9 9.9-9.569-9.57-1.414 1.414 9.57 9.57-9.9 9.9 1.367 1.366 9.9-9.9Z'/%3E%3C/svg%3E%0A");
  background-color: unset;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1.25rem;
  margin-left: 0.9375rem;
}
@media (max-width: 63.9375rem) {
  .search-wrapper .search-form button.close {
    margin-left: 0.625rem;
  }
}
.search-wrapper .search-form.expanded .search-icon {
  right: -45px;
}
@media (max-width: 63.9375rem) {
  .search-wrapper .search-form.expanded .search-icon {
    right: -1.875rem;
  }
}
.search-wrapper .search-form.expanded input {
  display: inline-block;
  visibility: visible;
  width: 375px;
  margin-right: 0.625rem;
  padding: 0.625rem 1.875rem 0.625rem 3.75rem;
}
@media (max-width: 63.9375rem) {
  .search-wrapper .search-form.expanded input {
    padding: 0.625rem 0.9375rem 0.625rem 40px;
    width: 255px;
  }
}
.search-wrapper .search-form.expanded button {
  display: inline-block;
}
@media (max-width: 63.9375rem) {
  .search-wrapper .search-form.expanded button.submit {
    margin-left: -3.75rem;
  }
}

.language-switcher {
  display: flex;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  background: transparent;
  height: 100%;
  z-index: 999;
}
.language-switcher .language-list {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: calc(100% + 10px);
  padding: 0 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  background: white;
}
.language-switcher .language-list.expanded {
  display: block;
  animation: udswojw 600ms forwards;
  -webkit-animation: udswojw 600ms forwards;
  -moz-animation: udswojw 600ms forwards;
}
@keyframes udswojw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.language-switcher .language-list .language-item {
  text-decoration: none;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.language-switcher .language-list .language-item.active {
  display: none;
}
.language-switcher .language-list .language-item:hover {
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.language-switcher .language-list .language-item:after {
  content: attr(title);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.language-switcher .language-item {
  text-decoration: none;
  white-space: nowrap;
  color: #000747;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
}
.language-switcher .language-item.selected {
  padding: 0;
  margin-right: 1.125rem;
  text-decoration: none;
}
.language-switcher .language-item.selected:after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAyMCAxMiI+IiI8cGF0aCBmaWxsPSIjMDAwMDVlIiBkPSJNMi42LjlDMiAuMiAxLjQuMi45LjkuMyAxLjQuMyAyIC45IDIuNkw5IDEwLjdjLjIuMy41LjQuOS40cy43LS4xLjktLjRsOC4xLTguMWMuNi0uNi42LTEuMSAwLTEuNy0uMy0uMy0uNS0uNC0uOS0uNHMtLjcuMS0uOS40TDkuOSA4LjEgMi42Ljl6Ii8+IiI8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 300ms, -webkit-transform 300ms;
}
.language-switcher .language-item.selected[aria-expanded=true]:after {
  transform: scaleY(-1);
}

a {
  outline: 0;
  text-decoration: none;
  text-underline-position: from-font;
}

a.skip-link {
  color: #fff;
}
a:focus-visible {
  color: blue;
  outline: 1px auto var(--color-link);
}
a:hover {
  text-decoration-line: underline;
}
a.button, a.btn {
  position: static;
  appearance: none;
  margin: 0;
  padding: 1rem 2.5rem;
  border-radius: 60px;
  transition: 200ms;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: var(--button-back, var(--button-back-default));
  color: var(--button-text, var(--button-text-default));
  outline: 2px solid transparent;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  font-weight: 700;
}
a.button:hover, a.button:focus-visible, a.btn:hover, a.btn:focus-visible {
  background-color: var(--button-back-hover, var(--button-back-default-hover));
  color: var(--button-text-hover, var(--button-text-default-hover));
  transform: scale(1.008);
  transition: 500ms;
}
a.button:hover, a.button:focus, a.btn:hover, a.btn:focus {
  outline: 2px solid transparent;
}
a.button:focus-visible, a.btn:focus-visible {
  outline: 2px solid #000747;
}
@media (max-width: 63.9375rem) {
  a.button, a.btn {
    padding: 0.625rem 1.25rem;
  }
}
a.button:not(:focus), a.btn:not(:focus) {
  box-shadow: unset;
}
a.button.arrow, a.btn.arrow {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  align-items: center;
  min-width: 16.25rem;
  justify-content: space-between;
}
@media (max-width: 63.9375rem) {
  a.button.arrow, a.btn.arrow {
    min-width: unset;
  }
}
a.button.arrow.white::before, a.btn.arrow.white::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+");
}
a.button.arrow.blue::before, a.btn.arrow.blue::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
}
a.button.arrow::before, a.btn.arrow::before {
  content: "";
  display: block;
  position: relative;
  transition: all 0.25s ease-in-out;
  right: 0;
  top: 1px;
  width: 1.25rem;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1.875rem;
}
a.button.arrow:hover::before, a.btn.arrow:hover::before {
  right: -10px;
}
a.button.arrow-sm, a.btn.arrow-sm {
  width: 1.875rem;
  height: 1.875rem;
  background-color: unset;
  padding: 0;
  font: 0/0 a;
}
a.button.arrow-sm::before, a.btn.arrow-sm::before {
  content: "";
  display: block;
  position: relative;
  transition: all 0.25s ease-in-out;
  right: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
}
a.button.arrow-sm:hover, a.btn.arrow-sm:hover {
  background-color: unset;
}
a.button.arrow-sm:hover::before, a.btn.arrow-sm:hover::before {
  transform: translateX(7px);
}
a.button.arrow-sm.blue::before, a.btn.arrow-sm.blue::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWJ0biI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UgMTQiIGN4PSIxMy41IiBjeT0iMTMiIHI9IjEzIiBmaWxsPSIjMDAyODQwIi8+CjxwYXRoIGlkPSJBcnJvdyAxMSIgZD0iTTE5LjU2MjYgMTMuOTlDMTkuOTM0IDEzLjYxODUgMTkuOTM0IDEzLjAxNjIgMTkuNTYyNiAxMi42NDQ4TDEzLjUwOSA2LjU5MTI1QzEzLjEzNzYgNi4yMTk3NyAxMi41MzUzIDYuMjE5NzcgMTIuMTYzOCA2LjU5MTI1QzExLjc5MjMgNi45NjI3MiAxMS43OTIzIDcuNTY1IDEyLjE2MzggNy45MzY0N0wxNy41NDQ3IDEzLjMxNzRMMTIuMTYzOCAxOC42OTgzQzExLjc5MjMgMTkuMDY5OCAxMS43OTIzIDE5LjY3MiAxMi4xNjM4IDIwLjA0MzVDMTIuNTM1MyAyMC40MTUgMTMuMTM3NiAyMC40MTUgMTMuNTA5IDIwLjA0MzVMMTkuNTYyNiAxMy45OVpNNi4yMDcwMyAxNC4yNjg2TDE4Ljg5IDE0LjI2ODZMMTguODkgMTIuMzY2Mkw2LjIwNzAzIDEyLjM2NjJMNi4yMDcwMyAxNC4yNjg2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K");
}
a.button.light-green, a.button.light-green-cta, a.btn.light-green, a.btn.light-green-cta {
  --button-back: #c0ffa3;
  --button-text: #000747;
  --button-back-hover: #a3deff;
  --button-text-hover: #000747;
}
a.button.light-blue, a.button.light-blue-cta, a.btn.light-blue, a.btn.light-blue-cta {
  --button-back: #2460ff;
  --button-text: white;
  --button-back-hover: #000747;
  --button-text-hover: white;
}
a.button.light-blue:hover, a.button.light-blue:active, a.button.light-blue-cta:hover, a.button.light-blue-cta:active, a.btn.light-blue:hover, a.btn.light-blue:active, a.btn.light-blue-cta:hover, a.btn.light-blue-cta:active {
  box-shadow: unset;
}
a.button.deep-blue-cta, a.btn.deep-blue-cta {
  --button-back: #000747;
  --button-text: white;
  --button-back-hover: #0030b0;
  --button-text-hover: white;
}
a.button.deep-blue-cta:hover, a.button.deep-blue-cta:active, a.btn.deep-blue-cta:hover, a.btn.deep-blue-cta:active {
  box-shadow: unset;
}
a.button.light-pink-cta, a.btn.light-pink-cta {
  --button-back: #fff3ee;
  --button-text: #000747;
  --button-back-hover: #f5d3cc;
  --button-text-hover: #000747;
}
a.button.light-pink-cta:hover, a.btn.light-pink-cta:hover {
  filter: brightness(108%);
}
a.button.light-pink-cta:active, a.btn.light-pink-cta:active {
  filter: brightness(115%);
}
a.button.powdery-pink-cta, a.btn.powdery-pink-cta {
  --button-back: #f5d3cc;
  --button-text: #000747;
  --button-back-hover: #000747;
  --button-text-hover: white;
}
a.button.powdery-pink-cta:hover, a.btn.powdery-pink-cta:hover {
  filter: brightness(108%);
}
a.button.powdery-pink-cta:active, a.btn.powdery-pink-cta:active {
  filter: brightness(115%);
}

.play-button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: none;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  cursor: pointer;
  outline-offset: 2px;
  z-index: 2;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  left: auto;
  background-color: #000747;
  border-radius: 50%;
  color: #ddf3ff;
  font: 0/0 a;
}
.play-button:focus-visible {
  outline: 1px auto var(--color-link);
}
[data-theme=bg2] .play-button,
[data-theme=bg1] .play-button,
[data-theme=p1] .play-button,
[data-theme=p2] .play-button {
  background-color: #000747;
  color: #ddf3ff;
}

[data-theme=deep-blue] .play-button,
[data-theme=bg3] .play-button {
  background-color: #ddf3ff;
  color: #000747;
}

.play-button[data-state=playing] .play {
  display: none;
}
.play-button[data-state=paused] .pause {
  display: none;
}
.play-button svg {
  height: 100%;
  width: 100%;
}

p {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  margin: 0;
  line-height: 1.5;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
p:first-child, p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
p:only-child, p:empty {
  margin: 0;
}
p.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
p.text-align-center a {
  margin-left: auto;
  margin-right: auto;
}

.heading main h1,
.heading main h2,
.heading main h3,
.heading main h4,
.heading main h5,
.heading main h6 {
  margin-bottom: 0.5em;
  margin-left: 0;
  color: #00005e;
}
.heading main h1:first-child,
.heading main h2:first-child,
.heading main h3:first-child,
.heading main h4:first-child,
.heading main h5:first-child,
.heading main h6:first-child {
  margin-top: 0;
}
.heading main h1:only-child,
.heading main h2:only-child,
.heading main h3:only-child,
.heading main h4:only-child,
.heading main h5:only-child,
.heading main h6:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.heading main h3.storybook-header {
  font: var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-0);
}
.heading main h1 {
  font: var(--fw-300) var(--fs-12)/var(--lh-12) var(--ff-1);
}
.heading main h2 {
  font: var(--fw-300) var(--fs-7)/var(--lh-7) var(--ff-1);
}
.heading main h3 {
  font: var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-0);
}
.heading main h4 {
  font: var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.heading main h5 {
  font: var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);
}
.heading main h6 {
  font: var(--fw-700) var(--fs--4)/var(--lh--4) var(--ff-0);
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rte ul li,
.rte ol li {
  margin-bottom: 10px;
}

ul {
  list-style: disc;
  margin: 0;
  padding: 20px;
}

ol {
  list-style: decimal;
  margin: 0;
  padding: 20px;
}

form {
  position: relative;
}
form .form-item {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.table-wrapper {
  z-index: 0;
  overflow: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  outline-offset: -1px;
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
}
.table-wrapper table {
  border-collapse: collapse;
  min-width: 100%;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}
.table-wrapper th span {
  position: sticky;
  left: 0.5rem;
  right: 0.5rem;
}
.table-wrapper th,
.table-wrapper td {
  font: var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);
  padding: 0.25rem 0.5rem;
  text-align: left;
  vertical-align: top;
}
.table-wrapper th p,
.table-wrapper td p {
  font-size: inherit;
}
.table-wrapper th {
  z-index: 1;
  color: var(--color-black);
  font: var(--fw-700) var(--fs--2)/var(--lh--2) var(--ff-0);
  white-space: nowrap;
  padding: 1rem 0.5rem;
  scroll-snap-align: center;
  position: sticky;
  top: 0;
}
.table-wrapper tr {
  background-color: var(--color-none);
  transition: background-color 150ms;
}
.spacer .line {
  background-color: transparent;
  height: 0.125rem;
  width: 100%;
}

.accordion {
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  grid-column: 1/-1;
  outline: 2px solid transparent;
  font-weight: var(--fw-500);
  font-size: var(--fs-0);
  background: transparent;
}
.accordion [aria-controls] {
  color: #000747;
  display: block;
  margin-bottom: 0.9375rem;
  padding: 0.6em 2.375rem 0.6em 1.875rem;
  background-color: #ddf3ff;
  font-weight: 300;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  appearance: none;
  border: 0;
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  font: var(--fw-500) var(--fs-1)/var(--lh--1) var(--ff-0);
  transition: 300ms;
}
@media (max-width: 19.9375rem) {
  .accordion [aria-controls] {
    padding-left: 1rem;
  }
}
.accordion [aria-controls]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23000747' fill-rule='nonzero' d='M13 15.71a1 1 0 00.75-.34l12-13.71a1 1 0 00-1.5-1.32L13 13.2 1.75.34a1 1 0 10-1.5 1.32l12 13.71a1 1 0 00.75.34z'/%3E%3C/svg%3E");
  position: absolute;
  right: 1rem;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  transition: transform 300ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.accordion [aria-controls] + * {
  transform: translate3d(0, 0, 0);
}
.accordion button {
  overflow: hidden;
}
.accordion button[aria-expanded=true] {
  color: #000747;
  font-weight: var(--fw-700);
}
.accordion button:hover {
  color: #000747;
}
.accordion button:focus {
  color: #000747;
  height: auto;
  border-radius: 0;
  box-shadow: unset;
}
.accordion button:focus:after {
  border-bottom: 0 none;
}
.accordion button:focus:not(:focus-visible) {
  outline: 2px solid transparent;
  border-radius: 0;
}
.accordion button:focus:not(:focus-visible):after {
  border-bottom: 0 none;
}
.accordion button:focus-visible {
  outline: 2px solid #000747;
  border-radius: 0;
}
.accordion button:focus-visible:after {
  border-bottom: 0 none;
}
.accordion h3 {
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 300;
}
.accordion .accordion-panel {
  padding: calc(1.5rem - 0.9375rem) 1.5rem 1.5rem 1.875rem;
  animation: udswok8 800ms forwards cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate3d(0, 0, 0);
}
.accordion .accordion-panel a, .accordion .accordion-panel p {
  font: inherit;
}
.accordion .accordion-panel h4 {
  margin-bottom: 0;
}
.accordion .accordion-panel h4 button {
  color: #000747;
  font: var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);
  display: block;
  margin-bottom: 0.25rem;
  padding: 0.5em 1.875rem;
}
.accordion .accordion-panel h4 button:focus {
  color: #000747;
}
.accordion .accordion-panel h4 button[aria-expanded=true] {
  color: #000747;
  font-weight: var(--fw-700);
}
.accordion .accordion-panel[hidden] {
  overflow: hidden;
  max-height: 0;
  animation: udswol6 200ms forwards ease-in-out;
  opacity: 0;
  z-index: -1;
}
.accordion .accordion-item[aria-expanded=true]:after {
  transform: scaleY(-1);
}
@keyframes udswok8 {
  0% {
    display: none;
    opacity: 0;
    max-height: 0;
    margin-top: -3rem;
  }
  30% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    max-height: calc(var(--h) * 1px);
    margin-top: 0;
  }
}
@keyframes udswol6 {
  0% {
    opacity: 1;
    max-height: calc(var(--h) * 1px);
    margin-top: 0rem;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    max-height: 0;
    margin-top: -3rem;
  }
}

.block {
  margin-block-end: var(--col-block-gap);
}
.block:last-child, .block:only-child, .block.block-spacer, .block:has(+ .block-spacer) {
  margin-block-end: 0;
}
.block:empty {
  padding: 0 !important;
}

.block-text > * {
  max-width: 56.25rem;
}
.block-text > *:has(.text-align-center) {
  margin-left: auto;
  margin-right: auto;
}
.block-text > *:has(.text-align-right) {
  margin-left: auto;
}
@media (max-width: 63.9375rem) {
  .block-text > ul {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.block-text .text-align-center a.link {
  margin: 0 auto;
}
.block-text .text-align-center a.btn {
  margin-top: 0.8em;
}
.block-text p a.btn {
  margin-top: 0.8em;
}
.block-text p a:not([class]) {
  display: inline-block;
  padding: 0;
}
.block-text p a:not([class]) > span {
  text-decoration: underline;
}
.block-text > img {
  width: auto;
  display: inline;
}

.block-spacer.js-layout-builder-block {
  border: 2px dashed grey;
  flex: auto;
}

.layout--twocol-section .block-image {
  padding: 0;
  margin: 0;
}
.layout--twocol-section .block-text {
  margin: 0;
}

.contact-form {
  display: grid;
  grid-auto-flow: row dense;
}
.contact-form .webform-submission-form {
  max-width: 55.625rem;
}
.contact-form .forms-wrapper > [id*=form] {
  opacity: 0;
}
.contact-form .forms-wrapper > [id*=form][aria-hidden] {
  opacity: 1;
}
.contact-form .forms-wrapper [aria-hidden=true] {
  display: none;
}
@media (max-width: 29.9375rem) {
  .contact-form .forms-wrapper, .contact-form h1 {
    --spacing: 1.5rem;
    background-color: var(--color-bg1);
    padding: 0 var(--spacing);
    margin: 0 calc(var(--spacing) * -1);
  }
  .layout[data-theme] .contact-form .forms-wrapper, .layout[data-theme] .contact-form h1 {
    --spacing: 2.5rem;
  }
}
.contact-form h1 {
  grid-row: 2;
  font-size: var(--fs-3);
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
@media (max-width: 29.9375rem) {
  .contact-form h1 {
    font-size: var(--fs-1);
    padding: 2.5rem var(--spacing) 0.8em;
    margin-bottom: 0;
  }
}
.contact-form .buttons-wrapper {
  grid-row: 1;
  display: grid;
  grid-auto-flow: column dense;
  grid-gap: 1.5rem;
  justify-content: flex-start;
  margin-block-end: 2.5rem;
}
@media (max-width: 29.9375rem) {
  .contact-form .buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 40rem) {
  .contact-form .buttons-wrapper {
    margin-block-end: 5rem;
  }
}
.contact-form .buttons-wrapper button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: none;
  color: #000747;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #a3deff;
  transition: border-color 300ms ease;
}
@media (max-width: 29.9375rem) {
  .contact-form .buttons-wrapper button {
    flex: 1 auto;
    font-size: var(--fs-1);
  }
}
.contact-form .buttons-wrapper button:focus-visible {
  outline: 1px auto var(--color-link);
}
.contact-form .buttons-wrapper button:hover, .contact-form .buttons-wrapper button:focus-visible, .contact-form .buttons-wrapper button[aria-expanded=true] {
  border-color: #2460ff;
}
.contact-form .buttons-wrapper button[aria-expanded=true] {
  font-weight: 700;
}

.ordered-list {
  --border-radius-size: 80px;
}
@media (max-width: 39.9375rem) {
  .ordered-list {
    --border-radius-size: 30px;
  }
}
.ordered-list .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  list-style: decimal;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper {
    gap: 30px;
  }
}
.ordered-list .list-wrapper .item {
  background-color: #000747;
  border-bottom-left-radius: var(--border-radius-size);
  border-top-right-radius: var(--border-radius-size);
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 182px;
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item {
    min-height: 100%;
  }
}
.ordered-list .list-wrapper .item > div {
  position: relative;
}
.ordered-list .list-wrapper .item > div.number {
  flex: 0 1 13%;
  border-bottom-left-radius: var(--border-radius-size);
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item > div.number {
    flex: 0 1 15%;
  }
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item > div.number {
    flex: 0 1 25%;
  }
}
.ordered-list .list-wrapper .item > div.text-content {
  flex: 1 0 60%;
  margin: 2.25rem 2.25rem 2.25rem 10px;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item > div.text-content {
    flex: 1 0 55%;
    margin: 1.875rem 0.9375rem;
    height: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item > div.text-content {
    flex: 1 0 50%;
    margin: 1.5rem;
  }
}
.ordered-list .list-wrapper .item > div.icon-img {
  flex: 0 1 25%;
  border-top-right-radius: var(--border-radius-size);
}
.ordered-list .list-wrapper .item .number .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item .number .wrapper {
    transform: translate(0, -50%);
  }
}
.ordered-list .list-wrapper .item .number .wrapper span {
  color: rgba(163, 222, 255, 0.2);
  text-align: right;
  font-size: 286.322px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -10px;
  font-family: var(--ff-0);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item .number .wrapper span {
    font-size: 260px;
  }
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item .number .wrapper span {
    font-size: 228px;
  }
}
.ordered-list .list-wrapper .item .text-content {
  display: flex;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item .text-content {
    flex-direction: column;
  }
}
@media (min-width: 80rem) {
  .ordered-list .list-wrapper .item .text-content {
    align-items: center;
  }
}
.ordered-list .list-wrapper .item .vertical-bar {
  width: 1px;
  background: #FFF;
  margin: 0 1.875rem;
  min-width: 1px;
  height: 100%;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item .vertical-bar {
    width: 100%;
    height: 1px;
    margin: 0 0 10px 0;
  }
}
.ordered-list .list-wrapper .item .icon-img {
  overflow: hidden;
  right: 0;
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item .icon-img {
    display: none;
  }
}
.ordered-list .list-wrapper .item .icon-img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item .icon-img figure {
    right: 0;
  }
}
.ordered-list .list-wrapper .item .icon-img figure .image {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}
.ordered-list .list-wrapper .item .icon-img figure .image img {
  object-fit: cover;
  object-position: left;
  height: 100%;
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item .icon-img figure .image img {
    display: none;
  }
}
.ordered-list .list-wrapper .item h3 {
  flex: 1 0 32%;
  margin-block: 0;
  font: var(--fw-700) var(--fs-3)/var(--lh--1) var(--ff-0);
}
@media (max-width: 79.9375rem) {
  .ordered-list .list-wrapper .item h3 {
    margin-bottom: 10px;
    flex: 0 1 30%;
  }
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item h3 {
    font-size: var(--fs--1);
  }
}
.ordered-list .list-wrapper .item .text-wrapper {
  margin: auto 0;
}
.ordered-list .list-wrapper .item .text-wrapper p {
  font-size: var(--fs--1);
  margin-bottom: 0;
}
@media (max-width: 39.9375rem) {
  .ordered-list .list-wrapper .item .text-wrapper p {
    font-size: var(--fs--3);
  }
}
.ordered-list .list-wrapper .item .text-wrapper p:empty {
  display: none;
}

.page-footer {
  z-index: 3;
  overflow: hidden;
  padding: 5.625rem 0;
  background: #000747;
  color: white;
}
@media (max-width: 63.9375rem) {
  .page-footer {
    padding: 5.625rem 0;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .page-footer {
    padding: 1.5rem 0;
  }
}
.page-footer .block {
  margin-block-end: 0;
}
.page-footer p {
  font-size: var(--fs--1);
  text-align: center;
}
.page-footer #block-footer-logo {
  max-width: 30ch;
}
.page-footer #block-footer-logo a {
  outline: 2px solid transparent;
}
.page-footer #block-footer-logo a:focus-visible {
  outline-color: white;
  outline-offset: 10px;
}
.page-footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5ch 1.5ch;
}
.page-footer ul li {
  list-style: none;
}
.page-footer ul li a {
  text-decoration: none;
  color: white;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
}
.page-footer ul li a:hover, .page-footer ul li a:focus-visible {
  color: #a3deff;
}
.page-footer .email, .page-footer .linkedin {
  color: white;
  margin-top: 1.875rem;
  margin-bottom: -0.1em;
  font-weight: var(--fw-400);
  text-align: center;
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .page-footer .email, .page-footer .linkedin {
    margin-top: 1.5rem;
  }
}
.page-footer .email a, .page-footer .linkedin a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
  color: white;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
}
.page-footer .email a:hover, .page-footer .email a:focus-visible, .page-footer .linkedin a:hover, .page-footer .linkedin a:focus-visible {
  color: #a3deff;
}
.page-footer .footer-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer .footer-inner-wrapper .footer-menu {
  display: flex;
  width: 55%;
  justify-content: space-evenly;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-menu {
    flex-direction: column;
    width: 100%;
  }
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links {
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-around;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-menu .footer-links {
    flex-direction: column;
    width: 100%;
  }
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap > li {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap > li {
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(0, 0, 94, 0.25);
  }
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap > li > a {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  display: block;
  color: #000747;
  text-decoration: none;
  max-width: 70%;
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap ul {
  padding: 0;
  list-style: none;
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap ul li a {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  margin-bottom: 0.9375rem;
  display: block;
  color: #000747;
  text-decoration: none;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap ul li a {
    margin-bottom: 0.625rem;
  }
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap ul li a:hover {
  text-decoration: underline;
}
.page-footer .footer-inner-wrapper .footer-menu .footer-links ul.sitemap ul li:last-of-type a {
  margin-bottom: 0;
}
.page-footer .footer-inner-wrapper .footer-legal-menu ul {
  display: flex;
  flex-direction: row;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-legal-menu ul {
    flex-direction: column;
  }
}
.page-footer .footer-inner-wrapper .footer-legal-menu ul li {
  padding-right: 1.875rem;
}
.page-footer .footer-inner-wrapper .footer-legal-menu ul li:last-of-type {
  padding-right: 0;
}
.page-footer .footer-inner-wrapper .footer-legal-menu ul li a {
  font: var(--fw-400) var(--fs--3)/var(--lh--1) var(--ff-0);
  color: #000747;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-legal-menu ul li a {
    display: block;
    margin-bottom: 0.625rem;
  }
}
.page-footer .footer-inner-wrapper .footer-legal-menu ul li a:hover {
  text-decoration: underline;
}
.page-footer .footer-inner-wrapper .footer-social ul {
  display: flex;
  gap: 0.9375rem;
}
.page-footer .footer-inner-wrapper .footer-social ul li {
  list-style: none;
}
.page-footer .footer-inner-wrapper .footer-social ul li a {
  color: white;
}
.page-footer .footer-inner-wrapper .footer-social ul li a:before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-footer .footer-inner-wrapper .footer-social ul li.youtube a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cg clip-path='url(%23clip0_23_456)'%3E%3Cpath d='M24.509 7.94106C24.509 7.94106 24.2672 6.23428 23.5226 5.48484C22.5798 4.49848 21.5258 4.49365 21.0422 4.43563C17.5803 4.1842 12.3826 4.1842 12.3826 4.1842H12.373C12.373 4.1842 7.17525 4.1842 3.71334 4.43563C3.22983 4.49365 2.17578 4.49848 1.23294 5.48484C0.488343 6.23428 0.251424 7.94106 0.251424 7.94106C0.251424 7.94106 0 9.94761 0 11.9493V13.8253C0 15.8271 0.246589 17.8336 0.246589 17.8336C0.246589 17.8336 0.488342 19.5404 1.22811 20.2898C2.17095 21.2762 3.40873 21.2423 3.95993 21.3487C5.94231 21.5373 12.3778 21.5953 12.3778 21.5953C12.3778 21.5953 17.5803 21.5856 21.0422 21.339C21.5258 21.281 22.5798 21.2762 23.5226 20.2898C24.2672 19.5404 24.509 17.8336 24.509 17.8336C24.509 17.8336 24.7556 15.8319 24.7556 13.8253V11.9493C24.7556 9.94761 24.509 7.94106 24.509 7.94106ZM9.82004 16.1027V9.14499L16.5069 12.6359L9.82004 16.1027Z' fill='%2300005e'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_456'%3E%3Crect width='24.7556' height='24.7556' fill='white' transform='translate(0 0.514404)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.page-footer .footer-inner-wrapper .footer-social ul li.instagram a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_23_457)'%3E%3Cpath d='M13.1332 2.7435C16.4404 2.7435 16.832 2.758 18.1326 2.81602C19.3414 2.86921 19.9941 3.07228 20.4293 3.24151C21.0047 3.46392 21.4205 3.73469 21.8508 4.16501C22.286 4.60016 22.5519 5.01115 22.7743 5.58652C22.9435 6.02168 23.1466 6.67925 23.1998 7.88318C23.2578 9.18865 23.2723 9.58029 23.2723 12.8826C23.2723 16.1898 23.2578 16.5815 23.1998 17.8821C23.1466 19.0909 22.9435 19.7436 22.7743 20.1788C22.5519 20.7541 22.2811 21.17 21.8508 21.6003C21.4156 22.0354 21.0047 22.3014 20.4293 22.5238C19.9941 22.693 19.3366 22.8961 18.1326 22.9493C16.8272 23.0073 16.4355 23.0218 13.1332 23.0218C9.82597 23.0218 9.43433 23.0073 8.1337 22.9493C6.92493 22.8961 6.27219 22.693 5.83703 22.5238C5.26166 22.3014 4.84584 22.0306 4.41552 21.6003C3.98037 21.1651 3.71444 20.7541 3.49202 20.1788C3.3228 19.7436 3.11972 19.086 3.06654 17.8821C3.00852 16.5766 2.99401 16.185 2.99401 12.8826C2.99401 9.57546 3.00852 9.18381 3.06654 7.88318C3.11972 6.67441 3.3228 6.02168 3.49202 5.58652C3.71444 5.01115 3.9852 4.59533 4.41552 4.16501C4.85068 3.72985 5.26166 3.46392 5.83703 3.24151C6.27219 3.07228 6.92976 2.86921 8.1337 2.81602C9.43433 2.758 9.82597 2.7435 13.1332 2.7435ZM13.1332 0.514526C9.77279 0.514526 9.35213 0.529032 8.03216 0.587052C6.71702 0.645073 5.81286 0.857817 5.02958 1.16243C4.21245 1.48154 3.52103 1.90219 2.83445 2.59361C2.14304 3.28019 1.72239 3.9716 1.40327 4.7839C1.09866 5.57201 0.885918 6.47134 0.827897 7.78648C0.769876 9.11129 0.755371 9.53194 0.755371 12.8923C0.755371 16.2527 0.769876 16.6733 0.827897 17.9933C0.885918 19.3085 1.09866 20.2126 1.40327 20.9959C1.72239 21.813 2.14304 22.5044 2.83445 23.191C3.52103 23.8776 4.21245 24.3031 5.02474 24.6174C5.81286 24.922 6.71218 25.1347 8.02732 25.1927C9.3473 25.2508 9.76795 25.2653 13.1283 25.2653C16.4887 25.2653 16.9094 25.2508 18.2293 25.1927C19.5445 25.1347 20.4486 24.922 21.2319 24.6174C22.0442 24.3031 22.7356 23.8776 23.4222 23.191C24.1088 22.5044 24.5343 21.813 24.8485 21.0007C25.1532 20.2126 25.3659 19.3133 25.4239 17.9982C25.4819 16.6782 25.4964 16.2575 25.4964 12.8972C25.4964 9.53678 25.4819 9.11612 25.4239 7.79615C25.3659 6.48101 25.1532 5.57685 24.8485 4.79357C24.5439 3.9716 24.1233 3.28019 23.4319 2.59361C22.7453 1.90703 22.0539 1.48154 21.2416 1.16726C20.4535 0.862652 19.5541 0.649908 18.239 0.591888C16.9142 0.529032 16.4935 0.514526 13.1332 0.514526Z' fill='%2300005e'/%3E%3Cpath d='M13.133 6.53394C9.62276 6.53394 6.7749 9.38179 6.7749 12.8921C6.7749 16.4023 9.62276 19.2502 13.133 19.2502C16.6433 19.2502 19.4911 16.4023 19.4911 12.8921C19.4911 9.38179 16.6433 6.53394 13.133 6.53394ZM13.133 17.0164C10.8557 17.0164 9.00871 15.1694 9.00871 12.8921C9.00871 10.6147 10.8557 8.76774 13.133 8.76774C15.4103 8.76774 17.2573 10.6147 17.2573 12.8921C17.2573 15.1694 15.4103 17.0164 13.133 17.0164Z' fill='%2300005e'/%3E%3Cpath d='M21.227 6.28295C21.227 7.10492 20.5598 7.76732 19.7427 7.76732C18.9207 7.76732 18.2583 7.10008 18.2583 6.28295C18.2583 5.46099 18.9255 4.79858 19.7427 4.79858C20.5598 4.79858 21.227 5.46583 21.227 6.28295Z' fill='%2300005e'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_457'%3E%3Crect width='24.7556' height='24.7556' fill='white' transform='translate(0.755371 0.514404)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.page-footer .footer-inner-wrapper .footer-social ul li.twitter a::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDM1MiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMCAwQzguOTU2NTYgMCAwIDguOTU2OTkgMCAyMEMwIDMxLjA0MyA4Ljk1NjU2IDQwIDIwIDQwQzMxLjA0MzQgNDAgNDAgMzEuMDQzIDQwIDIwQzQwIDguOTU2OTkgMzEuMDUzNCAwIDIwIDBaTTIzLjI4NTEgMjcuNzUwOUwxOS4xNDEzIDIyLjMyMzNMMTQuMzg4NCAyNy43NTA5SDExLjc1MjRMMTcuOTAzMSAyMC43MjE3TDExLjQxMjkgMTIuMjM5MkgxNi44NDQ3TDIwLjU5OTEgMTcuMTkyM0wyNC45MzI2IDEyLjIzOTJIMjcuNTY4NkwyMS44MTczIDE4LjgxMzZMMjguNTg3MSAyNy43NTA5SDIzLjI4NTFaIiBmaWxsPSIjMDAwMDVlIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTE0LjQ5NjEgMTMuNzMyNEwyNC4wMTE4IDI2LjE3OTNIMjUuNDY5NkwxNi4wNjM3IDEzLjczMjRIMTQuNDk2MVoiIGZpbGw9IiMwMDAwNWUiLz4KPC9nPgo8L3N2Zz4K");
}
.page-footer .footer-inner-wrapper .footer-social ul li.facebook a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_23_459)'%3E%3Cpath d='M25.0222 12.8922C25.0222 6.05612 19.4805 0.514404 12.6444 0.514404C5.80832 0.514404 0.266602 6.05612 0.266602 12.8922C0.266602 19.0702 4.79296 24.191 10.7104 25.1196V16.4701H7.56756V12.8922H10.7104V10.1652C10.7104 7.06303 12.5583 5.34948 15.3856 5.34948C16.7395 5.34948 18.1564 5.59123 18.1564 5.59123V8.63733H16.5956C15.0581 8.63733 14.5784 9.59153 14.5784 10.5714V12.8922H18.0113L17.4625 16.4701H14.5784V25.1196C20.4958 24.191 25.0222 19.0702 25.0222 12.8922Z' fill='%2300005e'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_459'%3E%3Crect width='24.7556' height='24.7556' fill='white' transform='translate(0.266602 0.514404)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.page-footer .footer-inner-wrapper .footer-social ul li.linkedin a::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBmaWxsPSIjMDAwMDVlIiBkPSJNMi42MTggNC42NzNjLjMzMyAwIC42NTQtLjA1Ny45NDEtLjE3Mi4yODctLjExNS41NTEtLjI3Ni43OTItLjQ5NC4yMDctLjE5NS4zNzktLjQyNS40OTQtLjcuMTI2LS4yNzYuMTg0LS41NjMuMTg0LS44ODR2LS4xMTVjMC0uMzIxLS4wNTctLjYzMS0uMTg0LS45MDctLjEyNi0uMjc2LS4yOTgtLjUyOC0uNTE3LS43MzVoLjAyM0M0LjEyMS40NTkgMy44NTcuMjk5IDMuNTcuMTcyIDMuMjg0LjA0NiAyLjk3NCAwIDIuNjUyIDBoLS4yM2MtLjMyMSAwLS42NDIuMDU3LS45NDEuMTcyQzEuMTgzLjI4Ny45MTguNDQ4LjcuNjY2Yy0uMjE4LjIwNy0uMzkuNDQ4LS41MTYuNzIzLS4xMjcuMjc2LS4xODQuNTc0LS4xODQuODk2VjIuNGMwIC4zMS4wNTcuNjA5LjE4NC44ODQuMTI2LjI3NS4yODcuNTE2LjQ5My43MjMuMjE4LjIwNy40NzEuMzY3Ljc1OC40OTQuMjg3LjEyNi41OTcuMTcyLjkxOC4xNzJoLjI2NXpNMTEuNzIyIDIwdi03LjYzNWMwLS4xODQuMDExLS4zNTYuMDM0LS41MjguMDIzLS4xNzIuMDU3LS4zMjEuMTAzLS40NzFsLjAyMy0uMDIzYy4wOTItLjIxOC4yMDctLjQyNS4zNTYtLjYyLjEzOC0uMTk1LjMxLS4zNjcuNTA1LS41Mjh2LjAyM2MuMTg0LS4xNjEuMzktLjI3Ni42Mi0uMzU2LjIzLS4wOC40ODItLjEyNi43NDYtLjEyNmguMjE4Yy4zMjEgMCAuNjIuMDguODk2LjIzLjI3Ni4xNDkuNTA1LjM0NC42ODkuNTk3bC0uMDIyLS4wMjNjLjE4NC4yOTkuMzIxLjYyLjQyNS45NjQuMTAzLjM0NS4xNDkuNy4xNDkgMS4wNjh2Ny40NGg0LjQ2NnYtNy43MzhjMC0xLjk4Ni0uNDcxLTMuNTAyLTEuNDAxLTQuNTM1LS40NDgtLjQ4Mi0uOTY0LS44NjEtMS41ODQtMS4xMzctLjYwOS0uMjc2LTEuMjc0LS40MTMtMS45NzUtLjQxM2gtLjI1M2MtLjI3NiAwLS41NC4wMjMtLjc5Mi4wNTctLjI1My4wMzQtLjQ5NC4wOTItLjcxMi4xNjFoLS4wMjNjLS4yMTguMDY5LS40MjUuMTQ5LS42Mi4yNDEtLjE5NS4xMDMtLjM3OS4yMDctLjU1MS4zNDR2LjAyM2MtLjEzOC4xMDMtLjI3NS4yMTgtLjQwMi4zMzMtLjEyNi4xMTUtLjI0MS4yMy0uMzU2LjM1Ni0uMDkyLjExNS0uMTg0LjI0MS0uMjg3LjM1Ni0uMTAzLjEyNi0uMTk1LjI2NC0uMjg3LjQyNWwuMDM1LS4wNTdWNi41MjFINy4yMzNsLjAyMy42NjZjLjAxMS4zOS4wMjMgMS41MzguMDIzIDMuNDU2di45NTNjMCAyLjIwNC0uMDExIDUuMDA2LS4wMzQgOC40MjdoNC40ODlMMTEuNzIyIDIwek00Ljc1MyAyMFY2LjQ5OGgtNC41djEzLjQ5MWg0LjQ4OXoiLz4KPC9zdmc+Cg==");
}
.page-footer .footer-inner-wrapper .footer-quick-links {
  padding-bottom: 0.9375rem;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-quick-links {
    border-bottom: 1px solid rgba(0, 0, 94, 0.25);
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.page-footer .footer-inner-wrapper .footer-quick-links ul li a {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  color: #000747;
  display: block;
  margin-bottom: 0.625rem;
}
.page-footer .footer-inner-wrapper .footer-quick-links ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-inner-wrapper .footer-quick-links ul > li:last-child > a {
    margin-bottom: 0;
  }
}
.page-footer .footer-section-branding {
  margin-bottom: 1.875rem;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-section-branding {
    margin-bottom: 0;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid rgba(0, 0, 94, 0.25);
  }
}
.page-footer .footer-section-branding .block-logo {
  max-width: 7.5rem;
}
.page-footer .footer-section-menus {
  display: flex;
  margin-bottom: 1.875rem;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-section-menus {
    flex-direction: column;
  }
}
.page-footer .footer-section-menus .footer-menu > div:first-of-type {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.page-footer .footer-contacts {
  display: flex;
  width: 30%;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-contacts {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 94, 0.25);
    padding: 0.9375rem 0;
  }
}
.page-footer .footer-contacts .block-footer-text {
  padding-right: 1.875rem;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-contacts .block-footer-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9375rem;
    padding: 0.9375rem 0;
    width: 100%;
  }
}
.page-footer .footer-contacts .block-footer-text span {
  display: flex;
}
@media (min-width: 64rem) {
  .page-footer .footer-contacts .block-footer-text span {
    padding-bottom: 0.9375rem;
  }
}
.page-footer .footer-contacts .block-footer-text span a {
  display: flex;
}
.page-footer .footer-contacts .block-footer-text span i {
  display: inline-block;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.9375rem;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-contacts .block-footer-text span i {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-contacts .block-footer-text span i {
    margin-right: 0.625rem;
  }
}
.page-footer .footer-contacts .block-footer-text span i.tel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='48' viewBox='0 0 47 48' fill='none'%3E%3Cg opacity='0.4'%3E%3Crect y='0.0144043' width='47' height='47' rx='23.5' fill='%2300005e' fill-opacity='0.2'/%3E%3Cpath d='M29 10.0144H17C15.8954 10.0144 15 10.9098 15 12.0144V34.0144C15 35.119 15.8954 36.0144 17 36.0144H29C30.1046 36.0144 31 35.119 31 34.0144V12.0144C31 10.9098 30.1046 10.0144 29 10.0144Z' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 14.0144H31' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 32.0144H31' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.page-footer .footer-contacts .block-footer-text span i.fax {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='48' viewBox='0 0 47 48' fill='none'%3E%3Cg opacity='0.4'%3E%3Crect y='0.0144043' width='47' height='47' rx='23.5' fill='%2300005e' fill-opacity='0.2'/%3E%3Cpath d='M14.999 17.0144V12.0144H30.999V17.0144' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.999 26.0144H14.999V34.5144H30.999V26.0144Z' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.999 29.0144H10.499V19.0144C10.499 17.9098 11.4691 17.0144 12.6657 17.0144H33.3324C34.529 17.0144 35.499 17.9098 35.499 19.0144V29.0144H30.999' stroke='%2300005e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.5 23.0144C31.3284 23.0144 32 22.3428 32 21.5144C32 20.686 31.3284 20.0144 30.5 20.0144C29.6716 20.0144 29 20.686 29 21.5144C29 22.3428 29.6716 23.0144 30.5 23.0144Z' fill='%2300005e'/%3E%3C/g%3E%3C/svg%3E");
}
.page-footer .footer-contacts .block-footer-text span i.address {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' viewBox='0 0 128 128'%3E%3Cg style='opacity: 0.4; fill: %2300005e'%3E%3Ccircle cx='64' cy='64' r='64' style='fill-opacity: 0.2;'/%3E%3Cpath d='M64,38c-8.8,0-16,7.2-16,16s7.2,16,16,16s16-7.2,16-16S72.8,38,64,38z'/%3E%3Cpath d='M64,24c-16.6,0-30,13.4-30,30c0,15,24.6,43.8,29.3,49.1c0.4,0.5,1.1,0.5,1.5,0C69.4,97.8,94,69,94,54 C94,37.4,80.6,24,64,24z M64,74c-11,0-20-9-20-20s9-20,20-20s20,9,20,20S75,74,64,74z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-footer .footer-contacts .block-footer-text span .contact-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page-footer .footer-contacts .block-footer-text span .contact-text p {
  font: var(--fw-500) var(--fs--2)/var(--lh--1) var(--ff-0);
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-contacts .block-footer-text span .contact-text p {
    font-size: var(--fs--3);
    white-space: nowrap;
  }
}
.page-footer .footer-sections-links {
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-sections-links {
    width: 100%;
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(0, 0, 94, 0.25);
  }
}
@media (min-width: 64rem) {
  .page-footer .footer-sections-links {
    padding-left: 1.875rem;
  }
}
.page-footer .footer-sections-links span,
.page-footer .footer-sections-links p {
  color: white;
  font: var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);
  padding-bottom: 0.625rem;
}
.page-footer .footer-section-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 63.9375rem) {
  .page-footer .footer-section-legal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.page-footer .footer-copyrights p {
  font: var(--fw-400) var(--fs--3)/var(--lh--1) var(--ff-0);
  color: white;
  margin: 0;
  padding: 0;
}

.region-header {
  --logo-color: white;
  z-index: 5;
  position: sticky;
  inset: 0;
  padding: 0 1.5rem;
  background: #0030b0;
  background: linear-gradient(233deg, #0030B0 31.76%, #000747 78.86%);
}
@media (min-width: 40rem) {
  .region-header {
    padding: 0 2.5rem;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .region-header {
    padding: 0 1rem;
  }
}
.region-header .block {
  margin-block-end: 0;
}
.region-header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  box-sizing: border-box;
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.25rem 0;
}
@media (max-width: 79.9375rem) {
  .region-header .header-inner {
    height: 5rem;
  }
}
@media (min-width: 80rem) {
  .region-header .header-inner {
    max-height: 7.8125rem;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .region-header .header-inner {
    height: 2.5rem;
    padding: 0.5rem 0;
  }
}

.megamenu .navbar-nav {
  display: grid;
  grid-auto-flow: row dense;
  align-items: center;
  position: relative;
  padding: 1.25rem 2.5rem;
}
.megamenu button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: none;
}
.megamenu button:focus-visible {
  outline: 1px auto var(--color-link);
}
.megamenu .menu-link {
  transition: color 200ms ease;
  position: relative;
  white-space: nowrap;
  text-align: left;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
.megamenu .menu-link:focus-visible {
  outline: 1px auto var(--color-link);
  outline-offset: 4px;
}
.megamenu [aria-current] {
  font-weight: 700;
}
.megamenu .active > a,
.megamenu .active > button {
  font-weight: 700;
}
.megamenu .title {
  margin: 0;
  padding: 0;
  font-size: var(--fs-0);
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  position: relative;
}
.megamenu .title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6f7da3;
}
.megamenu .second-level {
  display: none;
}
.megamenu .second-level .menu-link:not(.btn) {
  color: #0030b0;
}
.megamenu [aria-expanded=true] + .second-level {
  display: grid;
}
@media (min-width: 80rem) {
  .megamenu .buttons-wrapper {
    display: none;
  }
  .megamenu .navbar-nav {
    padding: 1.25rem 0;
    grid-auto-flow: column dense;
  }
  .megamenu li {
    position: static;
  }
  .megamenu .title {
    font-size: var(--fs--1);
  }
  .megamenu .menu-link {
    color: white;
  }
  .megamenu .menu-link:not(.btn) {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    transition: font-weight 100ms ease-out;
  }
  .megamenu .menu-link:not(.btn)::after {
    content: attr(data-title);
    content: attr(data-title)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
  }
}
@media speech and (min-width: 80rem) {
  .megamenu .menu-link:not(.btn)::after {
    display: none;
  }
}
@media (min-width: 80rem) {
  .megamenu .menu-link[aria-expanded] {
    z-index: 1;
  }
  .megamenu .menu-link[aria-expanded]::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1rem;
    left: -1rem;
    bottom: -1.25rem;
    background-color: rgba(221, 243, 255, 0.7);
    border-radius: 8px 8px 0px 0px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 200ms ease;
  }
  .megamenu .menu-link[aria-expanded]:hover, .megamenu .menu-link[aria-expanded]:focus-visible {
    font-weight: 700;
  }
  .megamenu .menu-link[aria-expanded][aria-expanded=true] {
    color: #000747;
    text-decoration: none;
    font-weight: 700;
  }
  .megamenu .menu-link[aria-expanded][aria-expanded=true] + .second-level {
    display: grid;
  }
  .megamenu .menu-link[aria-expanded][aria-expanded=true]::before {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 80rem) {
  .megamenu .content-wrapper {
    position: absolute;
    top: 100%;
    display: block;
  }
}
@media (min-width: 80rem) {
  .megamenu .first-level > li > .menu-link:not(.btn) {
    padding: 1rem;
    margin-inline: 1rem;
  }
  .megamenu .first-level > li > .menu-link.btn {
    margin-left: 2rem;
  }
}
@media (min-width: 80rem) {
  .megamenu .second-level {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    grid-gap: 1.875rem;
    background: rgba(221, 243, 255, 0.95);
    padding: 2.5rem;
    border-radius: 0px 10px 10px 10px;
    box-sizing: border-box;
    min-width: 18.75rem;
  }
  .megamenu .second-level .menu-link {
    font-size: var(--fs--1);
    text-decoration: underline;
    white-space: normal;
    padding: 1.5rem 0 0;
    display: flex;
    align-items: flex-start;
  }
  .megamenu .second-level .menu-link:hover, .megamenu .second-level .menu-link:focus-visible {
    font-weight: 700;
  }
  .megamenu .second-level .title > .menu-link {
    font: inherit;
    text-decoration: none;
  }
}
@media (min-width: 80rem) {
  .megamenu .col-2 .second-level {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem 3.5rem;
  }
  .megamenu .col-2 .second-level li:nth-of-type(odd) .title::before {
    width: calc(100% + 7.5rem);
  }
}
@media (max-width: 79.9375rem) {
  .megamenu {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .megamenu .hamburger-menu-button[aria-expanded=true] + .navmenu {
    display: block;
  }
  .megamenu nav {
    display: none;
  }
  .megamenu li {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .megamenu .menu-link {
    border-bottom: 1px solid var(--color-link);
    font-weight: 700;
  }
  .megamenu .menu-link:not(.btn) {
    color: #000747;
    padding: 1.25rem 0;
  }
  .megamenu .menu-link.btn {
    align-self: center;
    margin-top: 2.5rem;
    border-bottom: none;
  }
  .megamenu .menu-link[aria-expanded]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5rem;
    left: auto;
    width: 1.25rem;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.437513 2.44923L9.94375 11.5798C10.5271 12.1401 11.4729 12.1401 12.0562 11.5798L21.5625 2.44923C22.1458 1.88894 22.1458 0.980518 21.5625 0.420222C20.9791 -0.140074 20.0333 -0.140074 19.45 0.420222L11 8.53626L2.55001 0.420222C1.96666 -0.140074 1.02086 -0.140074 0.437513 0.420222C-0.145838 0.980518 -0.145838 1.88894 0.437513 2.44923Z' fill='%23000747'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 300ms ease;
  }
  .megamenu .menu-link[aria-expanded=true]::after {
    transform: scaleY(-1);
  }
  .megamenu .title {
    margin-bottom: 0px;
  }
  .megamenu .title::before {
    content: none;
  }
  .megamenu .second-level {
    padding: 1.5rem;
    border-bottom: 1px solid var(--color-link);
  }
  .megamenu .second-level > li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .megamenu .second-level .menu-link {
    padding: 0 0 0.5rem 0;
    border-bottom: none;
    font-weight: normal;
  }
  .megamenu .second-level a {
    text-decoration: underline;
  }
  .megamenu .second-level .title > a {
    font-weight: 700;
  }
  .megamenu .navmenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ddf3ff;
    height: calc(100vh - 2.5rem - var(--safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
  }
  .megamenu .navbar-nav {
    padding-bottom: calc(10rem + var(--safe-area-inset-bottom));
  }
}
@media (max-width: 79.9375rem) and (max-width: 39.9375rem) {
  .megamenu .navbar-nav {
    padding: 1.25rem 1.5rem;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .megamenu .navmenu {
    height: calc(100vh - 2.5rem);
  }
  .megamenu .navbar-nav {
    padding: 1rem;
    padding-bottom: calc(7rem + var(--safe-area-inset-bottom));
  }
  .megamenu .first-level > li > .menu-link:not(.btn) {
    padding: 1rem 0;
  }
}
.megamenu .hamburger-menu-button {
  z-index: 1;
  padding: 0.5rem;
  transition: 200ms ease-in;
}
@media (min-width: 80rem) {
  .megamenu .hamburger-menu-button {
    display: none;
  }
}
@media (max-width: 19.9375rem), (max-height: 22rem) and (max-width: 63.9375rem) {
  .megamenu .hamburger-menu-button {
    padding: 0.15rem;
  }
}
.megamenu .hamburger-menu-button:focus-visible {
  outline: 1px auto white;
  outline-offset: 4px;
}
.megamenu .hamburger-menu-button > * {
  pointer-events: none;
}
.megamenu .hamburger-menu-button[aria-expanded=true] .line:first-of-type {
  transform: rotate(-45deg);
}
.megamenu .hamburger-menu-button[aria-expanded=true] .line:nth-of-type(2) {
  transform: scaleY(0);
}
.megamenu .hamburger-menu-button[aria-expanded=true] .line:last-of-type {
  transform: rotate(45deg) translate(5px, 2px);
}
.megamenu .hamburger-menu-button .hamburger-lines {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 2rem;
  justify-content: center;
  transition: 200ms ease-in;
}
.megamenu .hamburger-menu-button .hamburger-lines .line {
  height: 0.1875rem;
  width: 100%;
  background-color: #ddf3ff;
  border-radius: 99px;
}
.megamenu .hamburger-menu-button .hamburger-lines .line:not(:nth-of-type(2)) {
  transform-origin: 100% 0%;
  transition: all 300ms ease-in-out;
}
.megamenu .hamburger-menu-button .hamburger-lines .line:nth-of-type(2) {
  transition: all 200ms ease-in-out;
}
.megamenu .hamburger-menu-button .hamburger-lines .line:not(:last-of-type) {
  margin-bottom: 0.35rem;
}

.top-menu {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ddf3ff;
}
.top-menu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  gap: 0.625rem;
}
@media (max-width: 63.9375rem) {
  .top-menu > ul {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 80rem) {
  .top-menu > ul {
    gap: 0.9375rem;
    row-gap: 0.625rem;
  }
}
.top-menu > ul li {
  padding: 0.625rem 0;
}
@media (max-width: 63.9375rem) {
  .top-menu > ul li {
    padding: 0;
  }
}
.top-menu > ul li a {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  color: #000747;
}
.top-menu > ul li a:hover {
  text-decoration: underline;
}
.top-menu > ul li.active a {
  pointer-events: none;
}

.page-header {
  position: relative;
  box-sizing: border-box;
}
.page-header h1 {
  margin-block-end: 0.5em;
}
.page-header h1:last-child {
  margin-block-end: 0.25em;
}
.page-header .content-wrapper {
  max-width: 70rem;
  margin: 0 auto;
  box-sizing: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block: 1.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 40rem) {
  .page-header .content-wrapper {
    margin-block: 2.5rem;
    padding: 0 2.5rem;
  }
}
.page-header .content-wrapper * {
  text-align: center;
}
.page-header .content-wrapper p + .button {
  margin-top: 1em;
}
.page-header .content-wrapper p {
  max-width: 58.75rem;
}
.page-header .image-container + .content-wrapper {
  padding: var(--theme-padding);
  margin-block: 0;
}
@media (min-width: 40rem) {
  .page-header .image-container + .content-wrapper {
    min-height: 25rem;
  }
}
.page-header .text-light *:not(.button) {
  color: white;
}
.page-header .text-dark *:not(.button) {
  color: #000747;
}
.page-header .image-container.mobile-only {
  display: none;
}
@media (max-width: 39.9375rem) {
  .page-header .image-container.mobile-only {
    display: block;
  }
  .page-header .image-container.mobile-only + .image-container {
    display: none;
  }
}
.page-header[data-anim=fade-in] img {
  transform: scale(1.2);
  opacity: 0.9;
  transition: 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.page-header[data-anim=fade-in].fade-in img {
  transform: scale(1);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .page-header[data-anim=fade-in] img {
    transform: scale(1);
    opacity: 1;
  }
}

.section-frontpage-header {
  --theme-color: #000747;
  --color-back: white;
  --color-header: white;
  --color-text: white;
  --color-link: white;
  --color-link-hover: white;
  color: white;
  background-color: #000747;
  background-image: var(--desktop-bg);
  background-size: cover;
  background-attachment: fixed;
  padding: var(--theme-padding);
  padding-top: 0;
}
.page-node-type-section-frontpage:not(.layout-builder-page) main {
  margin-top: 0;
}

@media (max-width: 39.9375rem) {
  .section-frontpage-header {
    background-image: var(--mobile-bg);
    background-attachment: local;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.section-frontpage-header .content-wrapper {
  padding-inline: 0;
  padding-top: calc(2.5rem * 2);
  display: grid;
  justify-items: center;
  gap: 2.5rem;
  font-weight: 500;
  position: relative;
}
@media (min-width: 64rem) {
  .section-frontpage-header .content-wrapper.image-right {
    grid-template-columns: repeat(9, 1fr);
    grid-auto-flow: column dense;
    justify-items: flex-start;
    max-width: 90rem;
    margin-bottom: 1.875rem;
  }
  .section-frontpage-header .content-wrapper.image-right::before {
    content: "";
    display: block;
    grid-column: 1/-1;
    margin-bottom: 5rem;
  }
  .section-frontpage-header .content-wrapper.image-right h1 {
    margin-bottom: 2.5rem;
  }
  .section-frontpage-header .content-wrapper.image-right > :where(div),
.section-frontpage-header .content-wrapper.image-right .button {
    grid-column: 1/span 4;
  }
  .section-frontpage-header .content-wrapper.image-right .button,
.section-frontpage-header .content-wrapper.image-right .video-wrapper {
    align-self: center;
  }
  .section-frontpage-header .content-wrapper.image-right .video-wrapper {
    grid-column: 5/span 7;
  }
}
.section-frontpage-header .content-wrapper.image-right .powered-by {
  position: absolute;
  grid-column: 1/12;
  justify-self: end;
  top: 1.5rem;
  padding-top: 0.6ex;
  right: 0;
}
.section-frontpage-header h1 {
  font-size: var(--fs-12);
  line-height: 0.8;
  margin-bottom: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 39.9375rem) {
  .section-frontpage-header h1 {
    margin-bottom: 1.875rem;
  }
}
.section-frontpage-header h1 .strong {
  color: #a3deff;
  font-weight: inherit;
}
.section-frontpage-header .page-404 h1 {
  font-size: 90px;
}
.section-frontpage-header .powered-by {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 40rem) {
  .section-frontpage-header .powered-by {
    gap: 1.5rem;
    font-size: 1rem;
  }
}
.section-frontpage-header .powered-by svg {
  width: auto;
  height: 1.25rem;
}
@media (min-width: 40rem) {
  .section-frontpage-header .powered-by svg {
    height: 1.5rem;
  }
}
.section-frontpage-header .text > * {
  margin-left: auto;
  margin-right: auto;
}
.section-frontpage-header video {
  width: 100%;
}

.article-header.fade-in .content-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.article-header .image {
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.article-header .content-wrapper {
  max-width: 58.75rem;
  align-items: baseline;
  justify-content: inherit;
  padding: 0;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  transform: translateY(50px);
}
@media (prefers-reduced-motion: reduce) {
  .article-header .content-wrapper {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-header .content-wrapper * {
  text-align: left;
}
.article-header .content-wrapper h1 {
  margin: 0;
  font: var(--fw-500) var(--fs-9)/var(--lh-14) var(--ff-1);
  font-weight: 700;
}
.article-header .content-wrapper p {
  margin-block-start: 1.5em;
}

.article-page .block-text {
  max-width: 58.75rem;
  margin-inline: auto;
}
.article-page .block-text * {
  max-width: inherit;
}
.article-page .share-wrapper h2 {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  color: #000747;
}
.article-page .share-wrapper a {
  font: 0/0 a;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 1.25rem;
}
.article-page .share-wrapper a:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.article-page .share-wrapper a.facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_23_459)'%3E%3Cpath d='M25.0222 12.8922C25.0222 6.05612 19.4805 0.514404 12.6444 0.514404C5.80832 0.514404 0.266602 6.05612 0.266602 12.8922C0.266602 19.0702 4.79296 24.191 10.7104 25.1196V16.4701H7.56756V12.8922H10.7104V10.1652C10.7104 7.06303 12.5583 5.34948 15.3856 5.34948C16.7395 5.34948 18.1564 5.59123 18.1564 5.59123V8.63733H16.5956C15.0581 8.63733 14.5784 9.59153 14.5784 10.5714V12.8922H18.0113L17.4625 16.4701H14.5784V25.1196C20.4958 24.191 25.0222 19.0702 25.0222 12.8922Z' fill='%2300005e'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_459'%3E%3Crect width='24.7556' height='24.7556' fill='white' transform='translate(0.266602 0.514404)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.article-page .share-wrapper a.instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_23_457)'%3E%3Cpath d='M13.1332 2.7435C16.4404 2.7435 16.832 2.758 18.1326 2.81602C19.3414 2.86921 19.9941 3.07228 20.4293 3.24151C21.0047 3.46392 21.4205 3.73469 21.8508 4.16501C22.286 4.60016 22.5519 5.01115 22.7743 5.58652C22.9435 6.02168 23.1466 6.67925 23.1998 7.88318C23.2578 9.18865 23.2723 9.58029 23.2723 12.8826C23.2723 16.1898 23.2578 16.5815 23.1998 17.8821C23.1466 19.0909 22.9435 19.7436 22.7743 20.1788C22.5519 20.7541 22.2811 21.17 21.8508 21.6003C21.4156 22.0354 21.0047 22.3014 20.4293 22.5238C19.9941 22.693 19.3366 22.8961 18.1326 22.9493C16.8272 23.0073 16.4355 23.0218 13.1332 23.0218C9.82597 23.0218 9.43433 23.0073 8.1337 22.9493C6.92493 22.8961 6.27219 22.693 5.83703 22.5238C5.26166 22.3014 4.84584 22.0306 4.41552 21.6003C3.98037 21.1651 3.71444 20.7541 3.49202 20.1788C3.3228 19.7436 3.11972 19.086 3.06654 17.8821C3.00852 16.5766 2.99401 16.185 2.99401 12.8826C2.99401 9.57546 3.00852 9.18381 3.06654 7.88318C3.11972 6.67441 3.3228 6.02168 3.49202 5.58652C3.71444 5.01115 3.9852 4.59533 4.41552 4.16501C4.85068 3.72985 5.26166 3.46392 5.83703 3.24151C6.27219 3.07228 6.92976 2.86921 8.1337 2.81602C9.43433 2.758 9.82597 2.7435 13.1332 2.7435ZM13.1332 0.514526C9.77279 0.514526 9.35213 0.529032 8.03216 0.587052C6.71702 0.645073 5.81286 0.857817 5.02958 1.16243C4.21245 1.48154 3.52103 1.90219 2.83445 2.59361C2.14304 3.28019 1.72239 3.9716 1.40327 4.7839C1.09866 5.57201 0.885918 6.47134 0.827897 7.78648C0.769876 9.11129 0.755371 9.53194 0.755371 12.8923C0.755371 16.2527 0.769876 16.6733 0.827897 17.9933C0.885918 19.3085 1.09866 20.2126 1.40327 20.9959C1.72239 21.813 2.14304 22.5044 2.83445 23.191C3.52103 23.8776 4.21245 24.3031 5.02474 24.6174C5.81286 24.922 6.71218 25.1347 8.02732 25.1927C9.3473 25.2508 9.76795 25.2653 13.1283 25.2653C16.4887 25.2653 16.9094 25.2508 18.2293 25.1927C19.5445 25.1347 20.4486 24.922 21.2319 24.6174C22.0442 24.3031 22.7356 23.8776 23.4222 23.191C24.1088 22.5044 24.5343 21.813 24.8485 21.0007C25.1532 20.2126 25.3659 19.3133 25.4239 17.9982C25.4819 16.6782 25.4964 16.2575 25.4964 12.8972C25.4964 9.53678 25.4819 9.11612 25.4239 7.79615C25.3659 6.48101 25.1532 5.57685 24.8485 4.79357C24.5439 3.9716 24.1233 3.28019 23.4319 2.59361C22.7453 1.90703 22.0539 1.48154 21.2416 1.16726C20.4535 0.862652 19.5541 0.649908 18.239 0.591888C16.9142 0.529032 16.4935 0.514526 13.1332 0.514526Z' fill='%2300005e'/%3E%3Cpath d='M13.133 6.53394C9.62276 6.53394 6.7749 9.38179 6.7749 12.8921C6.7749 16.4023 9.62276 19.2502 13.133 19.2502C16.6433 19.2502 19.4911 16.4023 19.4911 12.8921C19.4911 9.38179 16.6433 6.53394 13.133 6.53394ZM13.133 17.0164C10.8557 17.0164 9.00871 15.1694 9.00871 12.8921C9.00871 10.6147 10.8557 8.76774 13.133 8.76774C15.4103 8.76774 17.2573 10.6147 17.2573 12.8921C17.2573 15.1694 15.4103 17.0164 13.133 17.0164Z' fill='%2300005e'/%3E%3Cpath d='M21.227 6.28295C21.227 7.10492 20.5598 7.76732 19.7427 7.76732C18.9207 7.76732 18.2583 7.10008 18.2583 6.28295C18.2583 5.46099 18.9255 4.79858 19.7427 4.79858C20.5598 4.79858 21.227 5.46583 21.227 6.28295Z' fill='%2300005e'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_457'%3E%3Crect width='24.7556' height='24.7556' fill='white' transform='translate(0.755371 0.514404)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.article-page .share-wrapper a.twitter::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDM1MiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMCAwQzguOTU2NTYgMCAwIDguOTU2OTkgMCAyMEMwIDMxLjA0MyA4Ljk1NjU2IDQwIDIwIDQwQzMxLjA0MzQgNDAgNDAgMzEuMDQzIDQwIDIwQzQwIDguOTU2OTkgMzEuMDUzNCAwIDIwIDBaTTIzLjI4NTEgMjcuNzUwOUwxOS4xNDEzIDIyLjMyMzNMMTQuMzg4NCAyNy43NTA5SDExLjc1MjRMMTcuOTAzMSAyMC43MjE3TDExLjQxMjkgMTIuMjM5MkgxNi44NDQ3TDIwLjU5OTEgMTcuMTkyM0wyNC45MzI2IDEyLjIzOTJIMjcuNTY4NkwyMS44MTczIDE4LjgxMzZMMjguNTg3MSAyNy43NTA5SDIzLjI4NTFaIiBmaWxsPSIjMDAwMDVlIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTE0LjQ5NjEgMTMuNzMyNEwyNC4wMTE4IDI2LjE3OTNIMjUuNDY5NkwxNi4wNjM3IDEzLjczMjRIMTQuNDk2MVoiIGZpbGw9IiMwMDAwNWUiLz4KPC9nPgo8L3N2Zz4K");
}

.node--type-info-page h1 {
  margin-block: 0;
  font: var(--fw-500) var(--fs-9)/var(--lh-14) var(--ff-1);
  font-weight: 700;
}
.node--type-info-page .block {
  --col-block-gap: 3.5rem;
}
.node--type-info-page .logo-simple {
  margin-inline: auto;
}
.node--type-info-page .logo-simple:has(+ [data-layout~=justify]) {
  max-width: 70rem;
}
.node--type-info-page .logo-simple:has(+ [data-layout~=wide]) {
  max-width: 90rem;
}
.node--type-info-page .block-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.view-search {
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 100rem) {
  .view-search {
    max-width: 70rem;
    padding: 0 5rem;
  }
}
@media (max-width: 63.9375rem) {
  .view-search {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media (max-width: 39.9375rem) {
  .view-search {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.view-search .view-header {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  margin-top: 0.9375rem;
}
.view-search .view-filters form {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  position: relative;
  gap: 0.9375rem 0;
  margin: 1.875rem 0;
  padding: 0;
  border: 0;
  box-shadow: unset;
}
.view-search .view-filters form .form-item {
  margin: 0;
}
@media (max-width: 63.9375rem) {
  .view-search .view-filters form .form-item {
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .view-search .view-filters form .form-item {
    margin-right: 0.9375rem;
  }
}
.view-search .view-filters form .form-item label {
  display: none;
}
.view-search .view-filters form .form-item input {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  background-color: #e5eaec;
  color: #000747;
  width: 100%;
  min-width: 320px;
  box-shadow: none;
  box-sizing: border-box;
  border: unset;
  border-radius: 8px;
  padding: 0.625rem 1.25rem;
}
.view-search .view-filters form .form-item input::placeholder {
  color: #000747;
}
.view-search .view-filters form .form-item input:focus-visible {
  outline: 0;
}
.view-search .view-filters form .form-item input.error {
  border: 1px solid red;
}
@media (max-width: 39.9375rem) {
  .view-search .view-filters form .form-item input {
    min-width: 100%;
  }
}
.view-search .view-filters form .form-actions {
  margin-top: 0;
}
.view-search .view-filters form .form-actions input {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  cursor: pointer;
  min-width: 100%;
  outline: unset;
  border: unset;
  border-radius: 60px;
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  color: #000747;
  background-color: #2460ff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-position: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-size: 20px 13px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-search .view-filters form .form-actions input:hover {
  background-position: calc(100% - 20px);
  background-color: #3399ff;
}
.view-search .view-empty p {
  margin-bottom: 5px;
}
.view-search .view-empty a {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  min-width: unset;
  border-radius: 60px;
  padding: 0.9375rem 1.875rem;
  color: #000747;
  background-color: #2460ff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-position: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-size: 20px 13px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-search .view-empty a:hover {
  text-decoration: none;
  background-position: calc(100% - 20px);
  background-color: #3399ff;
}
.view-search .view-empty a::before {
  content: "";
  width: 1.25rem;
  margin-left: 1.875rem;
}
@media (max-width: 63.9375rem) {
  .view-search .view-empty a {
    padding: 0.625rem 1.25rem;
  }
}
.view-search .view-content .item {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 94, 0.25);
}
.view-search .view-content .item:first-of-type {
  border-top: 1px solid rgba(0, 0, 94, 0.25);
}
@media (max-width: 39.9375rem) {
  .view-search .view-content .item {
    flex-direction: column;
  }
}
.view-search .view-content .item .item-image {
  padding-right: 1.875rem;
}
.view-search .view-content .item .item-image .image {
  min-width: 320px;
  max-width: 320px;
  max-height: 180px;
}
@media (max-width: 39.9375rem) {
  .view-search .view-content .item .item-image .image {
    min-width: 100%;
    max-width: 100%;
    max-height: unset;
  }
}
.view-search .view-content .item .item-image .image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 39.9375rem) {
  .view-search .view-content .item .item-image {
    padding-right: 0;
    margin: 0 auto 0.625rem auto;
  }
}
.view-search .view-content .item .item-content h3 {
  margin-bottom: 4px;
  color: #000747;
}
.view-search .view-content .item .item-content h3 a {
  text-decoration: none;
}
.view-search .view-content .item .item-content h3:hover {
  text-decoration: underline;
}
.view-search .view-content .item .item-content span:only-of-type {
  display: block;
  margin-bottom: 0.9375rem;
  color: #000747;
}
.view-search .view-content .item .item-content p {
  color: #000747;
  padding: 0;
  margin: 0;
}
.view-search .pager {
  margin: 1.875rem 0 3.75rem;
  padding: 0;
}
.view-search .pager li {
  display: flex;
  justify-content: left;
}
.view-search .pager li a {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  min-width: unset;
  border-radius: 60px;
  padding: 0.9375rem 1.875rem;
  color: #000747;
  background-color: #2460ff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-position: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-size: 20px 13px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-search .pager li a:hover {
  text-decoration: none;
  background-position: calc(100% - 20px);
  background-color: #3399ff;
}
.view-search .pager li a::before {
  content: "";
  width: 1.25rem;
  margin-left: 1.875rem;
}
@media (max-width: 63.9375rem) {
  .view-search .pager li a {
    padding: 0.625rem 1.25rem;
  }
}

.page-404 main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='286' height='590' viewBox='0 0 286 590' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_456_340)'%3E%3Cpath d='M87.2604 483.655L87.2607 1120.83H0.0588379L0.0585938 463.633C0.0585938 398.341 43.6595 354.814 109.061 354.814H452.636C561.638 354.814 620.936 287.781 620.936 226.842V209.431C620.936 149.363 561.638 81.46 452.636 81.46H0.0585938V0.498596H461.356C646.224 0.498596 706.393 131.082 706.393 209.431V226.842C706.393 307.804 641.864 435.775 461.356 435.775H135.221C106.445 435.775 87.2604 454.927 87.2604 483.655Z' fill='%23A3DEFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_456_340'%3E%3Crect width='286' height='590' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  flex: 1;
}
.page-404 .page-header {
  justify-content: center;
  max-width: 100%;
  margin-bottom: 1.875rem;
  margin-top: min(8%, 5rem);
  padding-top: min(8%, 7.5rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000747' viewBox='0 0 321 24'%3E%3Cpath d='M152.538 10.665h-21.345V.749h-3.287v23.1405h3.287v-9.916h21.345v9.916h3.282V.749h-3.282v9.916ZM169.348 15.3419c1.152 0 2.086-.9399 2.086-2.0994 0-1.1595-.934-2.0994-2.086-2.0994-1.152 0-2.085.9399-2.085 2.0994 0 1.1595.933 2.0994 2.085 2.0994ZM58.9236.749h-6.6013c-2.4627 0-4.6646 1.5558-5.4514 3.899l-6.699 19.2415h3.417l6.0752-17.489c.4935-1.4198 1.8063-2.3477 3.282-2.3477h5.3537c1.4757 0 2.7932.9279 3.282 2.3478l6.0752 17.4889h3.4171L64.375 4.6479C63.5883 2.3002 61.3863.749 58.9236.749ZM17.8073.749H.4336v3.0742h17.0432c4.106 0 6.3359 2.5774 6.3359 4.8596v.6607c0 2.315-2.2345 4.8596-6.3359 4.8596H4.5396c-2.4627 0-4.106 1.6542-4.106 4.1332v5.5532h3.282v-4.794c0-1.0919.7216-1.8182 1.8063-1.8182h12.2808c6.7968 0 9.2269-4.8596 9.2269-7.9338v-.6607c0-2.9758-2.2672-7.9338-9.2269-7.9338h.0046ZM84.248 4.0202h11.7129v19.8695h3.1517V4.0202h11.7124V.8477H84.248v3.1725ZM182.872 2.5907v1.462h26.601V.749h-26.601v1.8417ZM182.872 10.665v7.5495c0 3.4537 2.579 5.6703 5.996 5.6703h20.605V20.581h-20.605c-1.732 0-2.84-.8341-2.84-2.3665v-4.2457h23.445V10.665h-26.601ZM245.933.7488h-18.719v23.1405h3.282V3.823h14.743c4.106 0 5.354.9606 5.354 3.2381v.464c0 2.315-1.248 3.2381-5.354 3.2381h-1.052v3.0742l5.945 10.0472h3.678l-6.141-10.1503c5.089-.5952 6.141-3.7677 6.141-6.1811v-.5296c0-2.5774-1.117-6.2795-7.882-6.2795l.005.0047ZM289.647.749h-6.601c-2.463 0-4.665 1.5558-5.451 3.899l-6.699 19.2415h3.417l6.075-17.489c.493-1.4198 1.806-2.3477 3.282-2.3477h5.353c1.476 0 2.794.9279 3.282 2.3478l6.076 17.4889h3.417l-6.699-19.2416C294.312 2.3002 292.11.749 289.647.749Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 12.5rem;
}
@media (min-width: 80rem) {
  .page-404 .page-header {
    background-size: 18.75rem;
  }
}
.page-404 .page-header .content-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.page-404 .page-header h1 {
  font-size: var(--fs-12);
  text-align: center;
  font-weight: 500;
}

.block-image-text {
  display: flex;
  justify-content: center;
}

.image-text {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(var(--grid-span), 1fr);
  gap: var(--grid-row-gap, 0) var(--grid-gap);
  grid-auto-flow: row dense;
  --grid-span: 12;
  --grid-gap: 2.5rem;
  margin: 0 auto;
}
@media (max-width: 19.9375rem) {
  .image-text {
    display: flex;
    flex-direction: column;
  }
}
.image-text > * {
  --grid-col: auto;
  --grid-row: auto;
  --grid-row-gap: 0;
  grid-row: var(--grid-row)/span var(--grid-row-span);
  grid-column: var(--grid-col)/span var(--grid-span);
}
@media (max-width: 39.9375rem) {
  .image-text {
    --grid-gap: 1.5rem;
    --grid-row-gap: var(--grid-gap);
  }
}
@media (min-width: 64rem) {
  .image-text {
    --grid-gap: 3.75rem;
    --grid-row-gap: 2.5rem;
  }
}
.image-text > * {
  --grid-span: 12;
}
@media (min-width: 40rem) {
  .image-text > * {
    --grid-span: 6;
  }
}
.image-text > figure {
  align-self: center;
  width: 100%;
  position: relative;
}
@media (min-width: 64rem) {
  .image-text > figure {
    --grid-span: 5;
  }
}
.image-text > .content-wrapper {
  max-width: 100%;
  align-self: center;
  word-break: break-word;
}
@media (min-width: 64rem) {
  .image-text > .content-wrapper {
    --grid-span: 7;
  }
}
.image-text > .content-wrapper a.button {
  font: var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);
  margin-top: 1.5rem;
  padding: 0.5em 1.2em;
}
@media (min-width: 40rem) {
  .image-text.image-left > figure {
    --grid-col: 1;
  }
}
@media (min-width: 40rem) {
  .image-text.image-left > .content-wrapper {
    --grid-col: 7;
  }
}
@media (min-width: 64rem) {
  .image-text.image-left > .content-wrapper {
    --grid-col: 6;
  }
}
.image-text.image-top, .image-text.image-bottom {
  --grid-span: 6;
}
@media (min-width: 64rem) {
  .image-text.image-top, .image-text.image-bottom {
    --grid-row-gap: 2.5rem;
  }
}
.image-text.image-top > *, .image-text.image-bottom > * {
  --grid-span: 6;
}
.image-text.image-top > figure {
  grid-row: 1;
}
.image-text.image-top h2 {
  margin-top: 0;
}
.image-text.image-full-bleed {
  --grid-gap: 0;
  max-width: 100rem;
  padding: 0;
  margin-inline: -1.5rem;
}
@media (min-width: 40rem) {
  .image-text.image-full-bleed {
    margin-inline: -2.5rem;
  }
}
@media (min-width: 64rem) {
  .image-text.image-full-bleed {
    margin-inline: -5rem;
  }
}
.image-text.image-full-bleed > figure {
  height: 100%;
}
@media (min-width: 40rem) {
  .image-text.image-full-bleed > figure {
    --grid-span: 6;
  }
}
.image-text.image-full-bleed > figure .image, .image-text.image-full-bleed > figure img {
  height: 100%;
}
.image-text.image-full-bleed > figure img {
  object-fit: cover;
}
.image-text.image-full-bleed > .content-wrapper {
  padding: 2.5rem;
}
@media (min-width: 80rem) {
  .image-text.image-full-bleed > .content-wrapper {
    --grid-span: 6;
    padding: 5rem;
  }
}
@media (min-width: 40rem) {
  .image-text.image-full-bleed.image-right > .content-wrapper {
    --grid-span: 6;
  }
}
@media (min-width: 40rem) {
  .image-text.image-full-bleed.image-left > .content-wrapper {
    --grid-col: 7;
  }
}
.image-text.top .content-wrapper {
  align-self: flex-start;
}
.image-text.center .content-wrapper {
  align-self: center;
}
.image-text.bottom .content-wrapper {
  align-self: flex-end;
}
@media (min-width: 40rem) {
  .image-text:has([data-anim=fade-in]) .content-wrapper {
    padding-block: 2.5rem;
  }
}

.quotes-wrapper {
  position: relative;
  max-width: 37.75rem;
}
.quotes-wrapper.quotes {
  padding: 0.5rem;
}
@media (max-width: 63.9375rem) {
  .quotes-wrapper.quotes {
    max-width: 100%;
  }
}
.quotes-wrapper.image-quotes {
  display: flex;
  flex-direction: row;
}
@media (max-width: 63.9375rem) {
  .quotes-wrapper.image-quotes {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
.quotes-wrapper.image-quotes img {
  min-width: 234px;
  width: 234px;
  height: 234px;
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.quotes-wrapper p {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  position: relative;
  padding-top: 80px;
  margin-bottom: 1.5rem;
}
blockquote::before, blockquote::after {
  color: transparent;
  content: unset;
  font-family: inherit;
}
blockquote::before {
  content: "“";
  position: absolute;
  left: -25px;
  font-family: inherit;
  font-weight: bold;
  color: #2460ff;
  font-size: 15.63rem;
  line-height: 0.7;
  top: 0;
}
@media (max-width: 39.9375rem) {
  blockquote::before {
    font-size: 10rem;
    line-height: 1;
    left: -16px;
  }
}
blockquote::before::after {
  display: none;
}
blockquote p {
  font-weight: bold;
  font-size: var(--fs-2);
  line-height: var(--lh--2);
}
blockquote.image-quotes {
  padding-left: 76px;
  max-width: 23.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 63.9375rem) {
  blockquote.image-quotes {
    padding-left: 0;
    padding-top: 1.875rem;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
blockquote.image-quotes p {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  font-style: italic;
}
blockquote.image-quotes span {
  margin-top: 0;
  margin-bottom: 1.375rem;
  order: -1;
}
blockquote.image-quotes span.author::before {
  content: "";
}
blockquote span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.375rem;
}
blockquote span.author::before {
  content: "—";
  position: relative;
  left: 0;
  padding-right: 0.5rem;
  color: #000747;
}
blockquote span.author P {
  text-transform: uppercase;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.9px;
}

p:has(.author) {
  line-height: var(--lh-0);
}
p.author, p .author {
  font-size: var(--fs--1);
  line-height: var(--lh-0);
  text-transform: none;
}

.video-wrapper {
  position: relative;
  margin: 0 auto;
  background-color: black;
}
.video-wrapper::before, .video-wrapper::after {
  content: "";
  display: table;
  clear: left;
}
.video-wrapper::before {
  float: left;
  padding-bottom: 56.25%;
  position: absolute;
  inset: 0;
}
.video-wrapper video {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.video-wrapper video::before {
  width: 100%;
  height: 100%;
}
.video-wrapper video::before, .video-wrapper video::after {
  position: relative;
}
.video-wrapper .play-pause {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='150' viewBox='0 0 149 150' fill='none'%3E%3Crect x='0.0195312' y='0.89502' width='148.567' height='148.567' rx='74.2835' fill='%23A3DEFF'/%3E%3Cpath d='M109.876 75.1786L56.5163 105.986L56.5163 44.3714L109.876 75.1786Z' fill='%23000747'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  transition: opacity 300ms ease;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 39.9375rem) {
  .video-wrapper .play-pause {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.video-wrapper .play-pause[data-state=playing] {
  opacity: 0;
}
.video-wrapper:has([data-state=playing]:focus-visible) {
  outline: 1px auto var(--color-link);
  outline-offset: 2px;
}
.video-wrapper.video-media-file {
  max-width: 100%;
  width: 100%;
}
.video-wrapper.full-width {
  width: 100%;
}
.video-wrapper.embeded .video-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.video-wrapper.embeded .video-container .embeded-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  flex: 1;
}
.video-wrapper.embeded .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#video-gradient .video-wrapper {
  border: 1px solid #5987ff;
  margin-top: 2px;
  box-shadow: 0 1.5rem 1rem -1rem #0030b0;
  border-radius: 0.5rem 0.5rem 5.5rem 0.5rem;
  overflow: clip;
  background-color: transparent;
}
@media (max-width: 39.9375rem) {
  #video-gradient .video-wrapper {
    border: none;
  }
}

.photo-mosaic .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  max-width: 1440px;
  margin: 0 auto;
}
.photo-mosaic .tile {
  background-color: white;
  display: flex;
}
.photo-mosaic .image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.photo-mosaic .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-mosaic .tile:nth-child(10n+1) {
  grid-column: span 4;
  grid-row: span 2;
}
.photo-mosaic .tile:nth-child(10n+2),
.photo-mosaic .tile:nth-child(10n+3) {
  grid-column: span 2;
  grid-row: unset;
}
.photo-mosaic .tile:nth-child(10n+6) {
  grid-column: 3/-1;
  grid-row: span 2;
}
.photo-mosaic .tile:nth-child(10n+7),
.photo-mosaic .tile:nth-child(10n+8) {
  grid-column: span 2;
}
.photo-mosaic .tile:nth-child(10n+7) {
  grid-row: 4;
}
.photo-mosaic .tile:nth-child(10n+8) {
  grid-row: unset;
}
.photo-mosaic .tile:nth-child(5n+4),
.photo-mosaic .tile:nth-child(5n+5) {
  grid-column: span 3;
}
@media screen and (max-width: 650px) {
  .photo-mosaic .container {
    display: block;
  }
  .photo-mosaic .tile {
    margin-bottom: 1rem;
  }
}

.photo-logos .container {
  display: flex;
  gap: min(3.75rem, 4vw);
  align-items: center;
  justify-content: space-between;
}
.photo-logos .tile {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 39.9375rem) {
  .photo-logos .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .photo-logos .tile {
    flex-grow: initial;
    flex-basis: 150px;
  }
  .photo-logos img {
    max-height: 100px;
    object-fit: contain;
  }
}

.slider {
  --swiper-button-color: #000747;
  --swiper-button-color-active: #2460ff;
  --swiper-pagination-color: #000747;
  --swiper-pagination-color-back: transparent;
  --swiper-pagination-color-active: #000747;
  --slider-inline-gap: 1.5rem;
  border-radius: 10px;
}
@media (min-width: 40rem) {
  .slider {
    --slider-inline-gap: 2.5rem;
  }
}
.slider[data-theme] {
  padding: 0;
}
@media (max-width: 39.9375rem) {
  .slider[data-theme=transparent] .swiper .swiper-slide {
    padding-inline: 0;
  }
}
.slider[data-theme=transparent] .swiper:not(.autoplay) .swiper-slide {
  padding-block-start: 0;
}
.slider .swiper .swiper-wrapper {
  align-items: center;
}
.slider .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--slider-inline-gap) 0;
  box-sizing: border-box;
  padding: var(--slider-inline-gap);
  padding-bottom: 2.5rem;
}
@media (min-width: 64rem) {
  .slider .swiper .swiper-slide {
    flex-direction: row;
    gap: 0 var(--slider-inline-gap);
    padding: 3.75rem;
  }
  .slider .swiper .swiper-slide.image-left {
    flex-direction: row-reverse;
  }
  .slider .swiper .swiper-slide.image-bottom {
    flex-direction: column;
  }
  .slider .swiper .swiper-slide.image-top {
    flex-direction: column-reverse;
  }
}
.slider .swiper .swiper-slide .content,
.slider .swiper .swiper-slide .image,
.slider .swiper .swiper-slide .video {
  flex: 1;
}
.slider .swiper.autoplay .swiper-slide {
  padding-top: 4rem;
}
.slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
  color: var(--swiper-button-color);
}
.slider .swiper .swiper-button-prev:hover,
.slider .swiper .swiper-button-next:hover {
  font-weight: 700;
  color: var(--swiper-button-color-active);
}
.slider .swiper .swiper-button-prev:after,
.slider .swiper .swiper-button-next:after {
  font-size: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
}
.slider .swiper .swiper-button-prev:focus-visible,
.slider .swiper .swiper-button-next:focus-visible {
  outline: 1px auto #000747;
}
@media (max-width: 39.9375rem) {
  .slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
    display: none;
  }
}
.slider .swiper .swiper-button-prev {
  left: 5px;
}
@media (max-width: 39.9375rem) {
  .slider .swiper .swiper-button-prev {
    left: 0;
  }
}
.slider .swiper .swiper-button-next {
  right: 5px;
}
@media (max-width: 39.9375rem) {
  .slider .swiper .swiper-button-next {
    right: 0;
  }
}
.slider .swiper .swiper-pagination-bullet {
  background-color: var(--swiper-pagination-color-back);
  opacity: 1;
  border: 1px solid var(--swiper-pagination-color);
}
.slider .swiper .swiper-pagination-bullet:focus-visible {
  outline: 1px auto #000747;
  outline-offset: 4px;
}
.slider .swiper .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color-active);
}
[data-theme=bg2] .swiper,
[data-theme=bg1] .swiper,
[data-theme=p1] .swiper,
[data-theme=p2] .swiper {
  --swiper-button-color: #000747;
  --swiper-button-color-active: #2460ff;
  --swiper-pagination-color: #000747;
  --swiper-pagination-color-active: #000747;
  --swiper-pagination-color-back: transparent;
}

[data-theme=deep-blue] .swiper,
[data-theme=bg3] .swiper {
  --swiper-button-color: white;
  --swiper-button-color-active: white;
  --swiper-pagination-color: white;
  --swiper-pagination-color-active: #000747;
  --swiper-pagination-color-back: white;
}

.comparison-slider {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: grid;
  --range-color: white;
  --shadow-color: 235deg 100% 5%;
  --shadow-elevation-medium:
    -0.1px 0px 0.1px hsl(var(--shadow-color) / 0.23),
    -0.5px 0px 0.6px -0.7px hsl(var(--shadow-color) / 0.26),
    -1.1px 0.1px 1.3px -1.3px hsl(var(--shadow-color) / 0.29),
    -2.6px 0.2px 3.1px -2px hsl(var(--shadow-color) / 0.32);
  --shadow-elevation-high:
    -0.1px 0px 0.1px hsl(var(--shadow-color) / 0.21),
    -0.6px 0px 0.7px -0.3px hsl(var(--shadow-color) / 0.23),
    -1.2px 0px 1.4px -0.6px hsl(var(--shadow-color) / 0.24),
    -1.8px -0.1px 2.2px -0.9px hsl(var(--shadow-color) / 0.25),
    -2.8px -0.1px 3.4px -1.1px hsl(var(--shadow-color) / 0.27),
    -4.3px -0.2px 5.2px -1.4px hsl(var(--shadow-color) / 0.28),
    -6.4px -0.2px 7.7px -1.7px hsl(var(--shadow-color) / 0.29),
    -9.2px -0.4px 11.1px -2px hsl(var(--shadow-color) / 0.31);
}
.comparison-slider .image-wrapper img {
  height: 100%;
  object-position: left top;
  object-fit: cover;
}
@media (max-width: 39.9375rem) {
  .comparison-slider .image-wrapper img.desktop-only {
    display: none;
  }
}
@media (min-width: 40rem) {
  .comparison-slider .image-wrapper img.mobile-only {
    display: none;
  }
}
.comparison-slider .image-wrapper.before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.comparison-slider .image-wrapper.before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 0.25rem;
  background-color: transparent;
  box-shadow: var(--shadow-elevation-high);
}
.comparison-slider .image-wrapper.before::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - (2.8125rem / 2));
  transform: translateY(-50%);
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 34 22'%3E%3Cpath fill='%23000747' fill-rule='evenodd' d='m24.4492.4375 9.1306 9.5062c.5603.5834.5603 1.5292 0 2.1125l-9.1306 9.5063c-.5603.5833-1.4687.5833-2.029 0-.5603-.5834-.5603-1.5292 0-2.1125L30.5363 11l-8.1161-8.45c-.5603-.5833-.5603-1.5291 0-2.1125.5603-.5833 1.4687-.5833 2.029 0ZM9.5508.4375.4202 9.9437c-.5603.5834-.5603 1.5292 0 2.1125l9.1306 9.5063c.5603.5833 1.4687.5833 2.029 0 .5603-.5834.5603-1.5292 0-2.1125L3.4638 11l8.116-8.45c.5603-.5833.5603-1.5291 0-2.1125-.5603-.5833-1.4687-.5833-2.029 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.875rem;
  background-color: var(--range-color);
  border-radius: 50%;
  box-shadow: var(--shadow-elevation-medium);
}
.comparison-slider label.range {
  font: 0/0 a;
  position: absolute;
}
.comparison-slider .comparison-slider-range {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.articles .articles-card {
  position: relative;
}
.articles .articles-card:only-child {
  margin-bottom: 0;
}
.articles .articles-card:hover img {
  transform: scale(1.05);
}
.articles .articles-card .image {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  min-height: 16.25rem;
  position: relative;
}
.articles .articles-card img {
  height: 100%;
  transition: 300ms;
  will-change: transform;
  transition: 0.3s ease-out transform;
  position: absolute;
  top: 0;
  left: 0;
}
.articles .articles-card .date {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.articles .articles-card h3 {
  font-weight: 700;
}
.articles .articles-card h3 a {
  font: inherit;
  position: static;
  text-decoration: underline;
}
.articles .articles-card h3 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.articles .single-card {
  display: grid;
  grid-template-columns: repeat(var(--grid-span), 1fr);
  gap: var(--grid-row-gap, 0) var(--grid-gap);
  grid-auto-flow: row dense;
  --grid-span: 12;
  --grid-gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #000747;
}
@media (max-width: 19.9375rem) {
  .articles .single-card {
    display: flex;
    flex-direction: column;
  }
}
.articles .single-card > * {
  --grid-col: auto;
  --grid-row: auto;
  --grid-row-gap: 0;
  grid-row: var(--grid-row)/span var(--grid-row-span);
  grid-column: var(--grid-col)/span var(--grid-span);
}
@media (max-width: 39.9375rem) {
  .articles .single-card {
    --grid-gap: 1.5rem;
    --grid-row-gap: var(--grid-gap);
  }
}
.articles .single-card:hover img {
  transform: none;
}
.articles .single-card:has(a:hover) img {
  transform: scale(1.05);
}
.articles .single-card:first-of-type {
  border-top: 1px solid #000747;
}
@media (min-width: 40rem) {
  .articles .single-card * {
    --grid-span: 6;
  }
  .articles .single-card .date {
    margin-top: 0;
  }
}
@media (min-width: 64rem) {
  .articles .single-card {
    padding: 3.75rem 0;
  }
}
.articles.articles-list h2 {
  text-align: center;
}
.articles.articles-list .articles-card {
  box-sizing: border-box;
}
@media (min-width: 40rem) {
  .articles.articles-list .articles-card {
    --grid-span: 6;
  }
}
.articles.articles-block .collection-wrapper {
  --grid-row-gap: 0px;
}
.articles.articles-featured .articles-card {
  box-sizing: border-box;
}
@media (min-width: 40rem) {
  .articles.articles-featured .articles-card {
    --grid-span: 6;
  }
}
@media (min-width: 64rem) {
  .articles.articles-featured .articles-card {
    --grid-span: 4;
  }
}
@media (min-width: 40rem) {
  .articles.articles-featured .single-card {
    --grid-span: 12;
  }
}
@media (min-width: 64rem) {
  .articles.articles-featured .single-card {
    margin-bottom: calc(3.75rem - var(--grid-gap));
  }
}
.articles .card-header {
  margin-bottom: 3.75rem;
}
.articles .card-header h2,
.articles .card-header h3 {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #00005e;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.articles .card-header h2::before, .articles .card-header h2::after,
.articles .card-header h3::before,
.articles .card-header h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e4e3;
}
.articles .vue-infinite-pager {
  display: flex;
  justify-content: center;
}
.articles .vue-infinite-pager button {
  background-color: #9bccfb;
  color: #00005e;
  position: static;
  appearance: none;
  margin: 0;
  padding: 0.9375rem 1.875rem;
  border-radius: 60px;
  outline: 1px solid transparent;
  transition: 200ms;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
}
.articles .vue-infinite-pager button:hover {
  background-color: #6ca7e1;
  color: #00005e;
  box-shadow: unset;
}
@media (min-width: 40rem) {
  .articles h2 {
    margin-bottom: 1.2em;
  }
}
.articles .collection-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--grid-span), 1fr);
  gap: var(--grid-row-gap, 0) var(--grid-gap);
  grid-auto-flow: row dense;
  --grid-span: 12;
  --grid-gap: 2.5rem;
  --grid-row-gap: var(--grid-gap);
}
@media (max-width: 19.9375rem) {
  .articles .collection-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.articles .collection-wrapper > * {
  --grid-col: auto;
  --grid-row: auto;
  --grid-row-gap: 0;
  grid-row: var(--grid-row)/span var(--grid-row-span);
  grid-column: var(--grid-col)/span var(--grid-span);
}
@media (max-width: 39.9375rem) {
  .articles .collection-wrapper {
    --grid-gap: 1.5rem;
    --grid-row-gap: var(--grid-gap);
  }
}
@media (max-width: 39.9375rem) {
  .articles .collection-wrapper {
    --grid-row-gap: 2.5rem;
  }
}

.block-webform {
  max-width: 58.75rem;
}

.webform-submission-form {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  color: #000747;
}
.webform-submission-form .form-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-gap: 0 2.5rem;
  align-items: start;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item {
    gap: 0 1.5rem;
  }
}
.webform-submission-form .form-item.custom-two-col-layout div.js-webform-radios .form-item {
  flex: 1 0 calc(50% - 2.5rem);
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item.custom-two-col-layout div.js-webform-radios .form-item {
    flex: 1 0 100%;
  }
}
.webform-submission-form fieldset {
  border: 0;
  padding: 0;
}
.webform-submission-form hr,
.webform-submission-form hr.webform-horizontal-rule {
  height: 1px;
  background: rgba(0, 0, 94, 0.5);
  margin: 2.5rem 0;
  padding: 0;
  border: none;
}
.webform-submission-form label.form-item__label,
.webform-submission-form legend {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  color: #000747;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form label.form-item__label,
.webform-submission-form legend {
    grid-row: 1;
    grid-column: 1/span 2;
  }
}
.webform-submission-form .checkboxes--wrapper {
  grid-template-columns: repeat(2, auto);
}
.webform-submission-form .form-item--radio .form-item,
.webform-submission-form .form-item--checkboxes .form-item {
  margin: 0;
  align-items: center;
  gap: 0;
  display: flex;
}
.webform-submission-form .form-item--radio,
.webform-submission-form .form-item--checkboxes {
  display: flex;
  flex-wrap: wrap;
  grid-row: 1/span 3;
  grid-column: 2;
  gap: 0.5rem 2.5rem;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item--radio,
.webform-submission-form .form-item--checkboxes {
    grid-row: 3;
    grid-column: 1/span 2;
    gap: 0.5rem 1.5rem;
  }
}
.webform-submission-form .form-item--radio label.form-item__label,
.webform-submission-form .form-item--checkboxes label.form-item__label {
  font-weight: normal;
}
.webform-submission-form .form-item--checkboxes {
  justify-content: end;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item--checkboxes {
    justify-content: start;
  }
}
.webform-submission-form .form-item__label.form-required::after,
.webform-submission-form .fieldset__label.form-required::after {
  color: #000747;
}
.webform-submission-form input.form-element,
.webform-submission-form .form-element,
.webform-submission-form .form-textarea {
  padding: 0.625rem 1.25rem;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #a3deff;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  color: #000747;
  width: 100%;
  grid-row: 1/span 3;
  grid-column: 2;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form input.form-element,
.webform-submission-form .form-element,
.webform-submission-form .form-textarea {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
.webform-submission-form input.form-element:focus:hover,
.webform-submission-form .form-element:focus:hover,
.webform-submission-form .form-textarea:focus:hover {
  box-shadow: none;
}
.webform-submission-form .form-type-textarea > label + div {
  grid-row: 1/span 3;
  grid-column: 2;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-type-textarea > label + div {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
.webform-submission-form .form-item__description {
  margin: 0;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item__description {
    grid-row: 2;
    grid-column: 1/span 2;
  }
}
.webform-submission-form .form-textarea {
  width: calc(100% - 2.5rem);
}
.webform-submission-form .form-type-textarea ~ .form-type-checkbox {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.webform-submission-form .form-type-textarea ~ .form-type-checkbox label,
.webform-submission-form .form-type-textarea ~ .form-type-checkbox label.form-item__label,
.webform-submission-form .form-type-textarea ~ .form-type-checkbox legend {
  margin: 0;
}
.webform-submission-form legend {
  float: left;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form legend {
    grid-row: 1;
    grid-column: 1/span 2;
  }
}
.webform-submission-form .form-element--type-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%23000747' stroke-width='2' d='m1.589.771 6.676 6.676L14.94.77'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) 50%;
  background-size: auto;
  color: #000747;
}
.webform-submission-form .form-element--type-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%23000747' stroke-width='2' d='m1.589.771 6.676 6.676L14.94.77'/%3E%3C/svg%3E");
}
.webform-submission-form .form-item__dropdown {
  grid-row: 1/span 2;
  grid-column: 2;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .form-item__dropdown {
    grid-row: 3;
    grid-column: 1/span 2;
    display: block;
  }
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .description {
    grid-row: 2;
    grid-column: 1/span 2;
    margin-bottom: 0.3125rem;
  }
}
.webform-submission-form .description .webform-element-description {
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  color: #000747;
}
.webform-submission-form .form-boolean {
  margin-right: 0.625rem;
  min-width: 1.06rem;
  width: 1.06rem;
  height: 1.06rem;
  vertical-align: text-bottom;
  border: 2px solid #a3deff;
  background-color: white;
  box-shadow: unset;
}
.webform-submission-form .form-boolean.form-checkbox:hover {
  border-color: #000747;
}
.webform-submission-form .form-boolean.form-checkbox:checked {
  border-color: #000747;
  background-color: #000747;
}
.webform-submission-form .form-boolean.form-checkbox:focus:hover {
  box-shadow: none;
}
.webform-submission-form .form-boolean.form-radio {
  background-image: none;
}
.webform-submission-form .form-boolean.form-radio:hover {
  background-color: #000747;
  box-shadow: inset 0px 0px 0px 2px white;
}
.webform-submission-form .form-boolean.form-radio:checked {
  background-color: #000747;
  box-shadow: inset 0px 0px 0px 2px white;
}
.webform-submission-form .form-boolean.form-radio:checked:hover {
  border-color: #a3deff;
}
.webform-submission-form .form-type-tel > label {
  display: table;
}
.webform-submission-form .form-type-tel > div {
  display: flex;
}
.webform-submission-form .form-item__dropdown > select {
  display: flex;
  width: 100%;
}
.webform-submission-form .form-actions {
  margin: 0;
}
.webform-submission-form .form-actions .button {
  transition: 200ms;
  box-shadow: unset;
  background-image: none;
}
.webform-submission-form .form-actions .button:hover {
  background-position: calc(100% - 20px);
}
.webform-submission-form .form-actions .button.form-submit {
  background-color: #2460ff;
  color: white;
  font: var(--fw-400) var(--fs--1)/var(--lh--1) var(--ff-0);
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 60px;
  border: unset;
  margin: 1.5rem auto 0;
}
@media (min-width: 40rem) {
  .webform-submission-form .form-actions .button.form-submit {
    margin: 0;
  }
}
.webform-submission-form .form-actions .button.form-submit:hover {
  background-color: #000747;
  color: white;
}
.webform-submission-form .webform-flexbox fieldset.webform-select-other .form-item {
  margin-top: 0.5em;
}
.webform-submission-form .webform-flexbox.half-width {
  max-width: 50%;
}
@media (max-width: 63.9375rem) {
  .webform-submission-form .webform-flexbox.half-width {
    max-width: inherit;
  }
}
.webform-submission-form .webform-flexbox .half-width {
  max-width: calc(50% - 8px);
}
@media (max-width: 63.9375rem) {
  .webform-submission-form .webform-flexbox .half-width {
    max-width: inherit;
  }
}
.webform-submission-form .form-item input.error,
.webform-submission-form .form-item textarea.error,
.webform-submission-form .form-item select.error {
  border: 1px solid #e10010;
}
.webform-submission-form .submit-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4.38rem;
}
.webform-submission-form .submit-container > div.js-form-wrapper:not(.form-actions) {
  grid-column: 1/3;
}
.webform-submission-form .submit-container [id*=edit-privacy-notice] {
  display: block;
  grid-column: 1/3;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .submit-container [id*=edit-privacy-notice] {
    grid-row: 1;
    grid-column: 1/span 3;
  }
}
.webform-submission-form .submit-container [id*=edit-privacy-notice] p {
  font-size: var(--fs--2);
}
.webform-submission-form .submit-container [id*=edit-privacy-notice] p span.regular {
  color: #e10010;
}
.webform-submission-form .submit-container .form-actions {
  justify-content: flex-end;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 39.9375rem) {
  .webform-submission-form .submit-container .form-actions {
    grid-row: 2;
    grid-column: 1/span 3;
    justify-content: center;
  }
}

.card-article {
  --theme-padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-article .title {
  margin-block-start: 0;
  margin-block-end: 0.5em;
  font-weight: 700;
}

.content-cards {
  display: grid;
  grid-template-columns: repeat(var(--grid-span), 1fr);
  gap: var(--grid-row-gap, 0) var(--grid-gap);
  grid-auto-flow: row dense;
  --grid-span: 12;
  --grid-gap: 2.5rem;
  --grid-gap: 1.5rem;
  --grid-row-gap: 2.5rem;
}
@media (max-width: 19.9375rem) {
  .content-cards {
    display: flex;
    flex-direction: column;
  }
}
.content-cards > * {
  --grid-col: auto;
  --grid-row: auto;
  --grid-row-gap: 0;
  grid-row: var(--grid-row)/span var(--grid-row-span);
  grid-column: var(--grid-col)/span var(--grid-span);
}
@media (max-width: 39.9375rem) {
  .content-cards {
    --grid-gap: 1.5rem;
    --grid-row-gap: var(--grid-gap);
  }
}
.content-cards .card-article {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 40rem) {
  .content-cards .card-article {
    --grid-span: 6;
  }
}
@media (min-width: 64rem) {
  .content-cards .card-article {
    --grid-span: 4;
  }
}
.content-cards .card-article .wallpaper {
  z-index: 0;
}
.content-cards .card-article .wallpaper ~ * {
  z-index: 1;
}
.content-cards .card-article .icon {
  max-width: 7rem;
  max-height: 7rem;
}
@media (min-width: 20rem) {
  .content-cards .card-article .icon {
    align-self: flex-end;
  }
  .content-cards .card-article .icon + .title {
    max-width: calc(100% - 7rem);
    box-sizing: border-box;
    padding-right: 0.25em;
    margin-block-start: -0.5em;
  }
}

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