@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;
}

* {
  --ff-0: "NordeaSansSmall";
  --ff-1: "NordeaSansLarge";
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-700: 700;
  --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;
  --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;
}
@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
    );
  }
}
@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;
  }
}

@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-300i.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-400i.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-500i.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-700i.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansSmall";
  src: url("../fonts/NordeaSansSmall-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-300i.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-400i.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-500i.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-700i.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "NordeaSansLarge";
  src: url("../fonts/NordeaSansLarge-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
body {
  font-family: "NordeaSansSmall", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  color: #00005e;
}

main p {
  font-family: "NordeaSansSmall";
}
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: underline;
  font-weight: var(--fw-400);
  color: #00005e;
}
main .text-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .heavy {
  font-weight: 900;
}
main .bold {
  font-weight: 700;
}
main .medium {
  font-weight: 500;
}
main .regular {
  font-weight: 400;
}
main .thin {
  font-weight: 300;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 0;
}
main h1 {
  font: var(--fw-700) var(--fs-9)/var(--lh-5) var(--ff-1);
}
main h2 {
  font: var(--fw-700) var(--fs-7)/var(--lh-1) var(--ff-1);
}
main h2.section-heading {
  font: var(--fw-400) var(--fs-4)/var(--lh--1) var(--ff-1);
}
main h3 {
  font: var(--fw-400) var(--fs-4)/var(--lh--1) var(--ff-1);
}
main h4 {
  font: var(--fw-400) var(--fs-2)/var(--lh--1) var(--ff-1);
}
main h5 {
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-1);
}
main h6 {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-1);
}
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 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;
}

html {
  --color-none: transparent;
  --color-white: white;
  --color-black: black;
  --color-deep-blue: #00005e;
  --color-primary-2: #0000a0;
  --color-primary-3: #fff3ee;
  --color-primary-4: #f5d3cc;
  --color-light-blue: #e5f2ff;
  --color-p: black;
  --color-text-light: white;
  --color-text-blue: #00005e;
  --color-bb: rgba(0, 0, 94, 0.25);
  --color-btn-blue: #9cf;
  --color-btn-blue-hover: #3399ff;
  --color-bg-light-grey: #e5eaec;
  --color-p1: #fff3ee;
  --color-p3: #f5d3cc;
  --color-bg1: #eaf4ff;
  --color-light-grey: #f2f2f2;
  --color-dark-grey: #808080;
  --color-g1: #cccccc;
}

@media (max-width: 99.9375rem) {
  * {
    --theme-padding: 2.5rem;
  }
}
@media (max-width: 63.9375rem) {
  * {
    --theme-padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 100rem) {
  * {
    --theme-padding: 3.75rem 5rem;
  }
}

body {
  --color-header: #00005e;
  --color-text: black;
  --color-back: transparent;
  --color-link: #00005e;
  --color-link-hover: #0000a0;
  color: var(--color-text);
}

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);
}

[data-theme] {
  padding: var(--theme-padding);
}
[data-theme] .block {
  padding-top: 0;
}
[data-theme] .block:only-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
[data-theme] .block:last-of-type {
  padding-bottom: 0;
}
[data-theme].layout--onecol .block {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 39.9375rem) {
  [data-theme].layout--twocol-section .block {
    padding: 0;
  }
}

[data-theme=deep-blue] {
  background-color: var(--color-deep-blue);
  --theme-color: #00005e;
  --color-back: white;
  --color-header: white;
  --color-text: white;
  --color-link: white;
  --color-link-hover: white;
  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: #eaf4ff;
}

.layout-flex, .image-text, .page-header {
  display: flex;
}

[data-layout] {
  z-index: 0;
}
[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;
}

[data-layout~=justify] .layout__region--content,
[data-layout~=justify] .layout--wrapper {
  max-width: 80rem;
  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*=mt0] {
    margin-top: -2.5rem;
  }

  [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*=mb0] {
    margin-bottom: -2.5rem;
  }

  [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*=mt0] {
    margin-top: -1.5rem;
  }

  [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*=mb0] {
    margin-bottom: -1.5rem;
  }

  [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: 30px;
}

.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: 30px;
}

.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%));
}
html[data-theme],
body,
body[data-theme] {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: transparent;
}

.container-width {
  max-width: 80rem;
  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;
}

main {
  margin-top: 130px;
}
main .layout {
  padding: 0 5rem;
}
@media (max-width: 63.9375rem) {
  main .layout {
    padding: 0 2.5rem;
  }
}
@media (max-width: 39.9375rem) {
  main .layout {
    padding: 0 1.5rem;
  }
}
main .layout[data-theme] {
  padding: var(--theme-padding);
}

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

.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%;
}
.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%;
}
.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%;
}
.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%;
}
.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 {
  display: inline-block;
  margin: 0;
  max-width: 150px;
}
.block-logo .logo {
  height: 100%;
  display: inline-block;
  width: auto;
  padding: 0;
  position: relative;
}
.block-logo .logo svg {
  width: 100%;
  height: 100%;
}

.breadcrumb-menu {
  width: 100%;
  background: #fff3ee;
}
.breadcrumb-menu .breadcrumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  transition: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@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--2)/var(--lh--1) var(--ff-0);
  transition: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a,
.breadcrumb-menu .breadcrumb-list .breadcrumb-item span {
  transition: none;
  color: #00005e;
  padding: 0;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a:not(:empty) {
  padding-right: 1rem;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item a:empty::after {
  display: none;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type) {
  margin-right: 0;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type) {
  position: relative;
}
.breadcrumb-menu .breadcrumb-list .breadcrumb-item:not(:last-of-type)::after {
  content: "»";
  font: var(--fw-300) var(--fs--4)/var(--lh-7) var(--ff-0);
  line-height: 1rem;
  position: absolute;
  right: 4px;
}

.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: #00005e;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  width: 0px;
  outline: 0;
  border: unset;
  border-radius: 8px;
}
.search-wrapper .search-form input::placeholder {
  color: #00005e;
}
.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-0)/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: #00005e;
  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: u601y2s 600ms forwards;
  -webkit-animation: u601y2s 600ms forwards;
  -moz-animation: u601y2s 600ms forwards;
}
@keyframes u601y2s {
  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: #00005e;
  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;
}

a.skip-link {
  color: #fff;
}
a:focus-visible {
  color: blue;
}
a:hover {
  text-decoration: underline;
}
a.button, a.btn {
  position: static;
  appearance: none;
  margin: 0;
  padding: 0.5em 1.2em;
  border-radius: 60px;
  outline: 1px solid transparent;
  transition: 200ms;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  background-color: lightgray;
  color: black;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
@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-blue, a.button.light-blue-cta, a.btn.light-blue, a.btn.light-blue-cta {
  background-color: #9cf;
  color: #00005e;
}
a.button.light-blue:hover, a.button.light-blue-cta:hover, a.btn.light-blue:hover, a.btn.light-blue-cta:hover {
  background-color: #3399ff;
  color: #00005e;
  box-shadow: unset;
}
a.button.deep-blue-cta, a.btn.deep-blue-cta {
  background-color: #00005e;
  color: white;
}
a.button.deep-blue-cta:hover, a.btn.deep-blue-cta:hover {
  background-color: #0000a0;
}
a.button.light-pink-cta, a.btn.light-pink-cta {
  background-color: #fff3ee;
  color: #00005e;
}
a.button.light-pink-cta:hover, a.btn.light-pink-cta:hover {
  background-color: #f5d3cc;
}
a.button.powdery-pink-cta, a.btn.powdery-pink-cta {
  background-color: #f5d3cc;
  color: #00005e;
}
a.button.powdery-pink-cta:hover, a.btn.powdery-pink-cta:hover {
  background-color: #00005e;
  color: white;
}

p {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.625rem;
  max-width: 58.75rem;
}
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;
  margin-bottom: 1.875rem;
  outline: 0;
  font: var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);
  background: transparent;
}
.accordion [aria-controls] {
  color: #00005e;
  display: block;
  margin-bottom: 0.25rem;
  padding: 0.5em 1.875rem;
  background-color: #fff3ee;
  font-weight: 300;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  appearance: none;
  border: 0;
  border-radius: 0.125rem;
  outline: 1px solid transparent;
  font: var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);
  transition: 300ms;
}
.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='%23808080' 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: #00005e;
  font-weight: var(--fw-700);
}
.accordion button:hover {
  color: #00005e;
}
.accordion button:focus {
  color: #00005e;
  height: auto;
  border-radius: 0;
  outline: thin dotted #00005e;
  box-shadow: unset;
}
.accordion button:focus:after {
  border-bottom: 0 none;
}
.accordion button:focus:not(:focus-visible) {
  outline: none;
  border-radius: 0;
}
.accordion button:focus:not(:focus-visible):after {
  border-bottom: 0 none;
}
.accordion button:focus-visible {
  outline: thin dotted #00005e;
  outline: 5px auto #00005e;
  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: 1.5rem 1.5rem 1.5rem 1.875rem;
  animation: u601y3a 800ms forwards cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate3d(0, 0, 0);
}
.accordion .accordion-panel h4 {
  margin-bottom: 0;
}
.accordion .accordion-panel h4 button {
  color: #00005e;
  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: #00005e;
}
.accordion .accordion-panel h4 button[aria-expanded=true] {
  color: #00005e;
  font-weight: var(--fw-700);
}
.accordion .accordion-panel[hidden] {
  overflow: hidden;
  max-height: 0;
  animation: u601y42 200ms forwards ease-in-out;
  opacity: 0;
  z-index: -1;
}
.accordion .accordion-item[aria-expanded=true]:after {
  transform: scaleY(-1);
}
@keyframes u601y3a {
  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 u601y42 {
  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:empty {
  padding: 0 !important;
}

@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 p {
  padding-bottom: 0.125rem;
}
.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;
}

.page-footer {
  z-index: 3;
  overflow: hidden;
  padding: 1.875rem 0;
  background: #eaf4ff;
  color: #00005e;
}
@media (max-width: 63.9375rem) {
  .page-footer {
    padding: 1.875rem 0;
  }
}
.page-footer ul {
  list-style: none;
}
.page-footer ul li {
  list-style: none;
}
.page-footer ul li a {
  text-decoration: none;
}
.page-footer .footer-inner-wrapper {
  display: flex;
  flex-direction: column;
}
.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: #00005e;
  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: #00005e;
  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: #00005e;
}
@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: #00005e;
  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: #00005e;
  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: #00005e;
  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;
  }
}
@media (min-width: 64rem) {
  .page-footer .footer-copyrights {
    margin-left: 1.875rem;
  }
}
.page-footer .footer-copyrights p {
  font: var(--fw-400) var(--fs--3)/var(--lh--1) var(--ff-0);
  color: #0000a0;
  margin: 0;
  padding: 0;
}

.region-header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  height: 125px;
}
@media (max-width: 63.9375rem) {
  .region-header {
    height: 75px;
    background-color: white;
  }
}
@media (max-width: 63.9375rem) {
  .region-header .header-section-top-menu {
    display: none;
  }
}
.region-header .header-inner {
  /* sticky position */
  position: absolute;
  /* Non sticky position */
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 2px 3px rgba(57, 63, 72, 0.05);
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner {
    height: 75px;
    background-color: white;
  }
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner > .container-width {
    height: 100%;
  }
}
.region-header .header-inner .header-inner-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  position: relative;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container {
    height: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 64rem) {
  .region-header .header-inner .header-inner-container #block-main-menu,
.region-header .header-inner .header-inner-container .block-main-menu {
    margin-right: 35px;
    height: 90px;
  }
}
@media (min-width: 80rem) {
  .region-header .header-inner .header-inner-container #block-main-menu,
.region-header .header-inner .header-inner-container .block-main-menu {
    margin-right: 50px;
    height: 90px;
  }
}
.region-header .header-inner .header-inner-container #block-logo {
  margin-right: auto;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active #block-logo {
    display: none;
  }
}
.region-header .header-inner .header-inner-container.search-active #block-main-menu,
.region-header .header-inner .header-inner-container.search-active .block-main-menu {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.region-header .header-inner .header-inner-container.search-active .search-wrapper {
  margin-left: auto;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper {
    right: 0;
    z-index: 2;
  }
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper form.search {
    max-width: calc(100vw - 48px);
  }
}
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search input,
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search input[type=search] {
  background: #e5eaec;
  width: 375px;
  transition: width 0.25s linear;
  padding: 0.625rem 1.25rem 0.625rem 3.1875rem;
  margin-right: 0.625rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper form.search input,
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search input[type=search] {
    width: 255px;
    margin-right: 0;
    padding: 0.625rem 1.25rem 0.625rem 2.75rem;
    height: 45px;
  }
}
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search .search-icon {
  margin-left: 0;
  right: -45px;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper form.search .search-icon {
    right: -35px;
  }
}
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search .clear-input-btn {
  display: flex;
  background-color: unset;
  border: unset;
  width: 24px;
  height: 24px;
  border-radius: unset;
  padding: 0;
  margin-left: 30px;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper form.search .clear-input-btn {
    margin-left: 15px;
  }
}
.region-header .header-inner .header-inner-container.search-active .search-wrapper form.search button {
  display: flex;
  padding: 0.625rem 1.875rem;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container.search-active .search-wrapper form.search button {
    padding: 0.625rem 1.25rem;
    margin-left: -60px;
    height: 45px;
  }
}
.region-header .header-inner .header-inner-container .search-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
}
@media (max-width: 63.9375rem) {
  .region-header .header-inner .header-inner-container .search-wrapper {
    right: 50px;
    background: white;
  }
}
.region-header .header-inner .header-inner-container .search-wrapper form.search input,
.region-header .header-inner .header-inner-container .search-wrapper form.search input[type=search] {
  background: transparent;
  width: 0;
  cursor: pointer;
  transition: width 0.25s linear;
  padding: 0;
}

.megamenu {
  position: relative;
}
@media (min-width: 64rem) {
  .megamenu {
    height: 100%;
  }
}
.megamenu.mobile-menu-active {
  position: fixed;
}
.megamenu.mobile-menu-active .hamburger-menu .hamburger-lines {
  margin-left: 2px;
  height: 21px;
}
.megamenu.mobile-menu-active .hamburger-menu .hamburger-lines .line {
  background-color: #00005e;
}
.megamenu.mobile-menu-active .hamburger-menu .hamburger-lines .line:first-of-type {
  transform: rotate(45deg);
  margin-left: 2px;
}
.megamenu.mobile-menu-active .hamburger-menu .hamburger-lines .line:nth-of-type(2) {
  transform: scaleY(0);
}
.megamenu.mobile-menu-active .hamburger-menu .hamburger-lines .line:last-of-type {
  transform: rotate(-45deg);
  margin-top: 5px;
}
@media (max-width: 63.9375rem) {
  .megamenu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.megamenu .navmenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
}
@media (min-width: 64rem) {
  .megamenu .navmenu {
    height: 100%;
  }
}
.megamenu .navmenu ul.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  align-items: flex-end;
}
@media (max-width: 63.9375rem) {
  .megamenu .navmenu ul.navbar-nav {
    display: none;
    position: relative;
    top: 0;
    z-index: 0;
    align-items: flex-start;
  }
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav {
    height: 100%;
  }
}
.megamenu .navmenu ul.navbar-nav > li {
  list-style: none;
  padding-right: 0;
}
.megamenu .navmenu ul.navbar-nav > li:last-of-type {
  padding-right: 0;
}
.megamenu .navmenu ul.navbar-nav > li.columns ul.second-level li.second-level-item:only-child {
  max-width: 100% !important;
}
.megamenu .navmenu ul.navbar-nav > li:hover ul.second-level {
  display: flex;
}
.megamenu .navmenu ul.navbar-nav > li:hover > a::after {
  width: calc(100% - 6px);
  background-color: #eaf4ff;
}
.megamenu .navmenu ul.navbar-nav > li.active > a::after {
  width: calc(100% - 6px);
  background-color: #eaf4ff;
}
.megamenu .navmenu ul.navbar-nav > li a {
  position: relative;
  top: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  color: #00005e;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav > li a {
    padding: 1.875rem 0.5rem;
  }
}
@media (min-width: 80rem) {
  .megamenu .navmenu ul.navbar-nav > li a {
    padding: 1.875rem;
  }
}
.megamenu .navmenu ul.navbar-nav > li a::after {
  content: "";
  transition: 400ms ease;
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 0;
  height: 5px;
  background-color: transparent;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level {
  display: none;
  position: fixed;
  left: 0;
  background: transparent;
  background-color: white;
  min-width: 100%;
}
@media (max-width: 63.9375rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level {
    transform: translateX(100vw);
    transition: 300ms ease-in;
    display: flex;
    z-index: 1;
    top: 0;
    min-height: auto;
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    min-width: calc(100% - 40px);
  }
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container {
  max-width: 90rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level .container {
    justify-content: space-between;
  }
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .link-img {
  position: relative;
  margin-top: 1.875rem;
  display: flex;
  width: 100%;
  max-width: 300px;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .link-img a.menu-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.9375rem;
  width: calc(100% - 1.875rem);
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .image {
  max-height: 200px;
  margin: 0;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .content-wrapper.fourth-level {
  padding: 1.255rem 0 0;
  gap: 1.875rem;
  flex-wrap: nowrap;
}
@media (max-width: 63.9375rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper {
    order: -1;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
    height: 25px;
  }
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper .go-back-btn {
    display: none;
  }
}
@media (min-width: 64rem) {
  .megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper .browse-container {
    border-top: 1px solid rgba(0, 40, 64, 0.2);
  }
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper .browse-container .browse-link {
  padding: 0.9375rem 0;
  display: flex;
  width: fit-content;
  align-items: center;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper .browse-container .browse-link:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWJ0biI+CjxjaXJjbGUgaWQ9IkVsbGlwc2UgMTQiIGN4PSIxMy41IiBjeT0iMTMiIHI9IjEzIiBmaWxsPSIjMDAyODQwIi8+CjxwYXRoIGlkPSJBcnJvdyAxMSIgZD0iTTE5LjU2MjYgMTMuOTlDMTkuOTM0IDEzLjYxODUgMTkuOTM0IDEzLjAxNjIgMTkuNTYyNiAxMi42NDQ4TDEzLjUwOSA2LjU5MTI1QzEzLjEzNzYgNi4yMTk3NyAxMi41MzUzIDYuMjE5NzcgMTIuMTYzOCA2LjU5MTI1QzExLjc5MjMgNi45NjI3MiAxMS43OTIzIDcuNTY1IDEyLjE2MzggNy45MzY0N0wxNy41NDQ3IDEzLjMxNzRMMTIuMTYzOCAxOC42OTgzQzExLjc5MjMgMTkuMDY5OCAxMS43OTIzIDE5LjY3MiAxMi4xNjM4IDIwLjA0MzVDMTIuNTM1MyAyMC40MTUgMTMuMTM3NiAyMC40MTUgMTMuNTA5IDIwLjA0MzVMMTkuNTYyNiAxMy45OVpNNi4yMDcwMyAxNC4yNjg2TDE4Ljg5IDE0LjI2ODZMMTguODkgMTIuMzY2Mkw2LjIwNzAzIDEyLjM2NjJMNi4yMDcwMyAxNC4yNjg2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K");
  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;
  margin-left: 0.625rem;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper .browse-container .browse-link:hover:after {
  left: 0.625rem;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level .container .buttons-wrapper-mobile {
  display: none;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li {
  padding-right: 2.5rem;
  flex: 1;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li.single-link {
  min-width: 30%;
  padding: 0;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li.second-level-item:only-child {
  max-width: 50%;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li:last-of-type {
  padding-right: 0;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li a.menu-link {
  padding: 0.625rem 0 0 0;
  color: #00005e;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level li a.menu-link:hover {
  text-decoration: underline;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level h4 {
  margin: 0;
  padding: 0.625rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 40, 64, 0.2);
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level h4.title {
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-1);
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level h4.title > a {
  margin: 0;
  padding: 0;
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-1);
  color: #00005e;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level h4.title ~ a.menu-link:first-of-type {
  padding-top: 1.875rem;
}
.megamenu .navmenu ul.navbar-nav > li ul.second-level h4.title:hover > a {
  color: #00005e;
  background-color: transparent;
}
.megamenu .navmenu .top-menu-mobile {
  display: none;
}
.megamenu .navmenu.mobile-menu-active {
  z-index: 1;
  background-color: white;
  align-items: flex-start;
  top: 75px;
  max-height: calc(100vh - 75px);
  height: 100vh;
  overflow-y: scroll;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav {
  display: flex;
  flex-direction: column;
  padding: 30px 24px;
  width: calc(100% - 48px);
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background: transparent;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level > li > a.menu-link {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 91.667% */
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level .top-menu-mobile {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: 0;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level .top-menu-mobile .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  bottom: 1px;
  background: rgba(0, 40, 64, 0.2);
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level .top-menu-mobile ul.navbar-nav {
  background: unset;
  padding: 1.875rem 0;
  width: 100%;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level .top-menu-mobile ul.navbar-nav > li {
  padding-bottom: 5px;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav.first-level .top-menu-mobile ul.navbar-nav > li a {
  padding: 0;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li {
  max-height: 22px;
  padding-bottom: 30px;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li.active ul.second-level {
  transform: translateX(0);
  flex-direction: column;
  max-height: calc(100vh - 75px + 60px);
  height: 100%;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li.active ul.second-level .buttons-wrapper .browse-container a.browse-link {
  padding: 0;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li.active ul.second-level .buttons-wrapper .appointment-link {
  display: none;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li.active > a {
  font-weight: 700;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li a {
  padding: 0;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  display: inline-block;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li a[aria-haspopup=true]:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-size: contain;
  width: 21px;
  height: 13px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1rem;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li a::after {
  width: 0;
  background-color: transparent;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level {
  position: absolute;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container {
  padding: 0.625rem 0;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper {
  flex-direction: column;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li {
  padding-right: 0;
  padding-bottom: 2rem;
}
@media (max-width: 63.9375rem) {
  .megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li {
    padding-bottom: 1rem;
  }
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li.second-level-item {
  display: flex;
  flex-direction: column;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li.second-level-item > h4.menu-link.title {
  font: var(--fw-400) var(--fs-2)/var(--lh--1) var(--ff-1);
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li.second-level-item > a {
  padding-top: 0.625rem;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li ul.second-level .container .content-wrapper li.second-level-item > a.oc-with-you {
  padding-top: 1.25rem;
}
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li h4,
.megamenu .navmenu.mobile-menu-active ul.navbar-nav > li h4.title {
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-1);
}
.megamenu .hamburger-menu {
  position: fixed;
  right: 24px;
  height: 75px;
  top: 0;
  display: flex;
  z-index: 1;
  width: 1.875rem;
  transition: 200ms ease-in;
  align-items: center;
}
@media (min-width: 64rem) {
  .megamenu .hamburger-menu {
    display: none;
  }
}
.megamenu .hamburger-menu .hamburger-lines {
  display: flex;
  flex-direction: column;
  height: 19px;
  width: 1.875rem;
  justify-content: center;
  transition: 200ms ease-in;
}
.megamenu .hamburger-menu .hamburger-lines .line {
  height: 2px;
  width: 100%;
  background-color: #00005e;
}
.megamenu .hamburger-menu .hamburger-lines .line:not(:nth-of-type(2)) {
  transform-origin: 0% 0%;
  transition: all 300ms ease-in-out;
}
.megamenu .hamburger-menu .hamburger-lines .line:nth-of-type(2) {
  transition: all 200ms ease-in-out;
}
.megamenu .hamburger-menu .hamburger-lines .line:not(:last-of-type) {
  margin-bottom: 5px;
}
.megamenu .hamburger-menu button.hamburger-menu-button {
  appearance: none;
  height: 19px;
  width: 30px;
  z-index: 2;
  margin: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 300ms ease;
  color: #004c99;
}
.megamenu .go-back-btn {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  margin: 0;
  border: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}

.main-menu {
  position: relative;
}
.main-menu ul ul {
  display: none;
  position: absolute;
  top: 84px;
  /* the height of the main nav */
}
.main-menu ul ul li {
  min-width: 250px;
  float: none;
  display: list-item;
  position: relative;
}
.main-menu ul ul li a {
  padding: 0.9375rem 1.875rem;
}
.main-menu ul ul li a::after {
  display: none;
}
.main-menu ul ul li a:hover {
  background-color: #eaf4ff;
}
.main-menu ul li {
  display: inline-block;
  background-color: white;
  list-style: none;
  padding-right: 0;
  min-width: 150px;
}
.main-menu ul li:hover > ul {
  display: inherit;
}
.main-menu ul li a:hover::after {
  width: calc(100% - 6px);
  background-color: #eaf4ff;
}
.main-menu a {
  position: relative;
  top: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  color: #00005e;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
}
@media (min-width: 64rem) {
  .main-menu a {
    padding: 1.875rem 3.75rem;
  }
}
@media (min-width: 80rem) {
  .main-menu a {
    padding: 1.875rem;
  }
}
.main-menu a::after {
  content: "";
  transition: 400ms ease;
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 0;
  height: 5px;
  background-color: transparent;
}

.top-menu {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e5f2ff;
}
.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: #00005e;
}
.top-menu > ul li a:hover {
  text-decoration: underline;
}
.top-menu > ul li.active a {
  pointer-events: none;
}

.page-header {
  z-index: 1;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 63.9375rem) {
  .page-header {
    margin-top: 0;
    flex-direction: column;
  }
}
@media (min-width: 64rem) {
  .page-header > .image-wrapper {
    flex: 0 55%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -webkit-calc((50vw - 50%) * -1);
    margin-left: calc((50vw - 50%) * -1);
    padding-right: 8rem;
  }
}
.page-header > .image-wrapper .image-container {
  width: auto;
  height: 35rem;
  overflow: hidden;
}
@media (max-width: 63.9375rem) {
  .page-header > .image-wrapper .image-container {
    height: auto;
  }
}
.page-header > .image-wrapper .image-container .image::before {
  height: auto;
}
.page-header .content-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media (min-width: 64rem) {
  .page-header .content-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
  }
}
.page-header .content-wrapper h1 {
  margin-top: 0;
  letter-spacing: -3px;
}
@media (max-width: 39.9375rem) {
  .page-header .content-wrapper h1 {
    letter-spacing: -2px;
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 64rem) {
  .page-header .content-wrapper h1 {
    font-size: 4.0625rem;
    line-height: 4.6875rem;
  }
}
@media (min-width: 100rem) {
  .page-header .content-wrapper h1 {
    letter-spacing: -4px;
  }
}
.page-header .content-wrapper h2 {
  margin-bottom: 0.625rem;
}
.page-header .content-wrapper p {
  padding: 0;
}
.page-header .content-wrapper.text h1 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
  font: var(--fw-500) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.page-header .content-wrapper.text h2 {
  font: var(--fw-900) var(--fs-5)/var(--lh-5) var(--ff-1);
}
.page-header .content-wrapper.text p {
  margin-top: 0;
  font: var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.page-header .content-wrapper.text p:empty {
  padding: 0;
}
.page-header .content-wrapper.text p.text-align-center > a.link {
  margin-left: auto;
  margin-right: auto;
}
.page-header .content-wrapper.text p.text-align-right > a.link {
  margin-left: auto;
}
.page-header .content-wrapper.text p.text-align-left > a.link {
  margin-right: auto;
}
.page-header .content-wrapper.text p.text-align-justify > a.link {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
@media (max-width: 39.9375rem) {
  .page-header .content-wrapper.text p > a.btn {
    max-width: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .page-header .content-wrapper.text p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.page-header .image {
  width: 100vw;
  max-width: 100%;
  position: relative;
}

.article-page .header-wrapper {
  padding-top: 4.625rem;
  padding-bottom: 2.5rem;
  display: flex;
}
.article-page .header-wrapper .article-date,
.article-page .header-wrapper .article-type {
  padding-right: 3.125rem;
  width: fit-content;
}
.article-page .header-wrapper .article-type {
  display: flex;
  gap: 0.9375rem;
}
.article-page .header-wrapper .article-type a.type {
  line-height: 25px;
  padding-bottom: 0.625rem;
  font-weight: var(--fw-700);
}
.article-page .header-wrapper .article-tags a.tag,
.article-page .header-wrapper .article-tags span.tag {
  padding: 2px 0.625rem;
  border-radius: 4px;
  background-color: #e5f2ff;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  margin-right: 0.625rem;
}
.article-page .header-wrapper .article-tags a.tag:hover,
.article-page .header-wrapper .article-tags span.tag:hover {
  text-decoration: unset;
}
.article-page .content-wrapper ul {
  margin: 0 0 1.25rem 0.625rem;
  padding-top: 0;
}
.article-page .content-wrapper ul li {
  text-indent: 6px;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  margin-bottom: 0.625rem;
}
.article-page .content-wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.article-page .content-wrapper .image.original-size {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-page .content-wrapper .image.original-size img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-page .share-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 4.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-page .share-wrapper > p {
  font: var(--fw-400) var(--fs-1)/var(--lh--1) var(--ff-1);
  color: #00005e;
  margin-right: 2.5rem;
  padding-bottom: 0;
}
.article-page .share-wrapper a {
  font: 0/0 a;
  position: static;
  display: inline;
  padding: 0;
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 1.25rem;
}
.article-page .share-wrapper a:before {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  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");
}

.view-search {
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 100rem) {
  .view-search {
    max-width: 80rem;
    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-0)/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-0)/var(--lh--1) var(--ff-0);
  background-color: #e5eaec;
  color: #00005e;
  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: #00005e;
}
.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-0)/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: #00005e;
  background-color: #9cf;
  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-0)/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: #00005e;
  background-color: #9cf;
  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 h2 {
  font-size: var(--fs-3);
}
.view-search .view-content .item .item-content h3 {
  font-size: var(--fs-1);
  margin-bottom: 4px;
  color: #00005e;
}
.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: #00005e;
}
.view-search .view-content .item .item-content p {
  color: #00005e;
  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-0)/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: #00005e;
  background-color: #9cf;
  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;
  }
}

.image-text {
  z-index: 1;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 63.9375rem) {
  .image-text {
    flex-direction: column;
  }
}
.image-text > figure {
  align-self: center;
  width: 100%;
  position: relative;
}
@media (max-width: 63.9375rem) {
  .image-text > figure {
    flex: 1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64rem) {
  .image-text > figure {
    flex: 0 0 57%;
  }
}
.image-text > .content-wrapper {
  max-width: 100%;
  flex-shrink: 1;
  align-self: center;
  word-break: break-word;
}
@media (max-width: 63.9375rem) {
  .image-text > .content-wrapper {
    flex: 1;
  }
}
@media (min-width: 64rem) {
  .image-text > .content-wrapper {
    flex: 0 1 43%;
    padding-left: 2.5rem;
  }
}
.image-text > .content-wrapper h3 {
  margin: 0;
  font-weight: 700;
  z-index: 1;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  padding-bottom: 2.1875rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  letter-spacing: -0.5px;
  color: #0000a0;
  font: var(--fw-900) var(--fs-3)/var(--lh-3) var(--ff-1);
}
.image-text > .content-wrapper h4,
.image-text > .content-wrapper h5,
.image-text > .content-wrapper h6 {
  margin-bottom: 0.625rem;
}
.image-text > .content-wrapper p {
  margin: 0;
  font-size: 1rem;
}
.image-text > .content-wrapper p:empty {
  padding: 0;
}
.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;
}
.image-text .image {
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.image-text .image::before, .image-text .image::after {
  content: "";
  display: table;
  clear: left;
}
.image-text .image::before {
  float: left;
  padding-bottom: 56.25%;
}
.image-text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-text.image-right {
  flex-direction: row-reverse;
}
@media (max-width: 63.9375rem) {
  .image-text.image-right {
    flex-direction: column-reverse;
  }
}
@media (max-width: 63.9375rem) {
  .image-text.image-right > figure {
    margin-bottom: 0;
  }
}
@media (max-width: 63.9375rem) {
  .image-text.image-right > .content-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 64rem) {
  .image-text.image-right > .content-wrapper {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}
.image-text.image-top {
  flex-direction: column;
}
.image-text.image-top > figure {
  margin-bottom: 1rem;
}
.image-text.image-top > .content-wrapper {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.image-text.image-bottom {
  flex-direction: column-reverse;
}
.image-text.image-bottom > figure {
  margin-bottom: 0;
}
.image-text.image-bottom > .content-wrapper {
  margin-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.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;
}

.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 blockquote {
  margin: 0;
  font-size: 1.125rem;
}
.quotes-wrapper blockquote::before, .quotes-wrapper blockquote::after {
  color: transparent;
  content: unset;
}
.quotes-wrapper blockquote.quotes {
  position: relative;
  padding-left: 4rem;
  padding-right: 2rem;
}
.quotes-wrapper blockquote.quotes::before {
  content: "‟";
  position: absolute;
  left: 0;
  font: var(--fw-700) var(--fs-9)/var(--lh-5) var(--ff-1);
  color: black;
}
.quotes-wrapper blockquote.quotes::after {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -1.25rem;
  bottom: 0;
  border-left: 1px solid black;
  opacity: 0.2;
}
.quotes-wrapper blockquote.quotes p {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  font-style: italic;
}
.quotes-wrapper blockquote.quotes span.author::before {
  content: unset;
}
.quotes-wrapper blockquote.quotes span.author P {
  font: var(--fw-400) var(--fs--2)/var(--lh--1) var(--ff-0);
  text-transform: none;
  color: #808080;
}
.quotes-wrapper blockquote.image-quotes {
  padding-left: 76px;
  max-width: 23.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 63.9375rem) {
  .quotes-wrapper blockquote.image-quotes {
    padding-left: 0;
    padding-top: 1.875rem;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.quotes-wrapper blockquote.image-quotes p {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  font-style: italic;
}
.quotes-wrapper blockquote.image-quotes span {
  margin-top: 0;
  margin-bottom: 1.375rem;
  order: -1;
}
.quotes-wrapper blockquote.image-quotes span.author::before {
  content: "";
}
.quotes-wrapper blockquote span {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.375rem;
}
.quotes-wrapper blockquote span.author::before {
  content: "—";
  position: relative;
  left: 0;
  padding-right: 0.5rem;
  color: #00005e;
}
.quotes-wrapper blockquote span.author P {
  text-transform: uppercase;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.9px;
}
.quotes-wrapper p {
  margin: 0;
  padding: 0;
}

.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%;
}
.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;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtb3BhY2l0eTowLjU7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNODAsNTBMMzUsNzZWMjRMODAsNTB6Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 39.9375rem) {
  .video-wrapper .play-pause {
    width: 60px;
    height: 60px;
  }
}
.video-wrapper.video-media-file {
  width: max-content;
  max-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;
}

.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;
  }
}

.slider-wrapper #article-slider {
  max-width: 1200px;
  margin: 0 auto;
}
.slider-wrapper #article-slider .card-header {
  margin-bottom: 2.1875rem;
}
.slider-wrapper #article-slider .card-header h2 {
  font-family: var(--ff-1);
  letter-spacing: 1.68px;
  grid-gap: 1rem;
}
@media (max-width: 39.9375rem) {
  .slider-wrapper #article-slider .card-header h2 {
    grid-gap: 1rem;
  }
}
.slider-wrapper #article-slider .card-header h2::before, .slider-wrapper #article-slider .card-header h2::after {
  background-color: #00005e;
  height: 0.5px;
}
.slider-wrapper #article-slider.swiper {
  background-color: #e5f2ff;
}
.slider-wrapper #article-slider.swiper .swiper-wrapper .image-wrapper {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 63.9375rem) {
  .slider-wrapper #article-slider.swiper .swiper-wrapper .image-wrapper {
    width: 100%;
  }
}
.slider-wrapper #article-slider.swiper .swiper-wrapper .content-wrapper {
  width: 45%;
  padding: 0 50px;
}
@media (max-width: 63.9375rem) {
  .slider-wrapper #article-slider.swiper .swiper-wrapper .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.slider-wrapper #article-slider.swiper .swiper-pagination-bullets {
  bottom: 10px;
}
.slider-wrapper #article-slider.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  margin: 10px 4px;
}
.slider-wrapper #article-slider.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #00005e;
}
.slider-wrapper #article-slider.swiper .swiper-button-prev {
  left: 15px;
}
.slider-wrapper #article-slider.swiper .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIuMjYxNjUgMTAuNjk5MkwxMi43ODMgMTkuNjY1N0MxMy4xNTY0IDE5Ljk4MzkgMTMuMTk0MyAyMC41MzY3IDEyLjg2NzUgMjAuOTAwNEMxMi41NDA4IDIxLjI2NDEgMTEuOTczMiAyMS4zMDA5IDExLjU5OTggMjAuOTgyN0wwLjMwNTcyIDExLjM1NzdDLTAuMTAzMzI2IDExLjAwOTEgLTAuMTAzMzI2IDEwLjM4OTMgMC4zMDU3MjEgMTAuMDQwN0wxMS41OTk4IDAuNDE1NzFDMTEuOTczMiAwLjA5NzQ3MzEgMTIuNTQwOCAwLjEzNDM5NyAxMi44Njc1IDAuNDk4MDQ3QzEzLjE5NDMgMC44NjE2OTYgMTMuMTU2NCAxLjQxNDUyIDEyLjc4MyAxLjczMjc2TDIuMjYxNjUgMTAuNjk5MloiIGZpbGw9IiMwMDAwNUUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 13px;
  height: 21px;
  position: absolute;
}
@media (max-width: 63.9375rem) {
  .slider-wrapper #article-slider.swiper .swiper-button-prev {
    display: none;
  }
}
.slider-wrapper #article-slider.swiper .swiper-button-next {
  right: 15px;
}
.slider-wrapper #article-slider.swiper .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEwLjgyODIgMTAuNjk5MkwwLjMwNjgxMyAxLjczMjczQy0wLjA2NjYwMjUgMS40MTQ1IC0wLjEwNDQzNCAwLjg2MTcxIDAuMjIyMzA5IDAuNDk4MDMyQzAuNTQ5MDQyIDAuMTM0MzU0IDEuMTE2NjMgMC4wOTc1MDY4IDEuNDkwMDQgMC40MTU3MzJMMTIuNzg0MSAxMC4wNDA3QzEzLjE5MzIgMTAuMzg5MyAxMy4xOTMyIDExLjAwOTEgMTIuNzg0MSAxMS4zNTc3TDEuNDkwMDMgMjAuOTgyN0MxLjExNjYzIDIxLjMwMSAwLjU0OTAzOCAyMS4yNjQgMC4yMjIzMDUgMjAuOTAwNEMtMC4xMDQ0MzggMjAuNTM2NyAtMC4wNjY2MDYgMTkuOTgzOSAwLjMwNjgwOSAxOS42NjU3TDEwLjgyODIgMTAuNjk5MloiIGZpbGw9IiMwMDAwNUUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 13px;
  height: 21px;
  position: absolute;
}
@media (max-width: 63.9375rem) {
  .slider-wrapper #article-slider.swiper .swiper-button-next {
    display: none;
  }
}
.slider-wrapper #article-slider.swiper .articles-card {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 60px;
  box-sizing: border-box;
}
@media (min-width: 64rem) {
  .slider-wrapper #article-slider.swiper .articles-card {
    margin: 0 auto;
  }
}
@media (max-width: 63.9375rem) {
  .slider-wrapper #article-slider.swiper .articles-card {
    flex-direction: column;
    padding: 40px 20px 0 20px;
  }
}
.slider-wrapper #article-slider.swiper .articles-card .image {
  margin: 0;
}
.slider-wrapper #article-slider.swiper .articles-card .image img {
  height: 400px;
  transform: unset;
  will-change: unset;
  object-fit: cover;
}
.slider-wrapper #article-slider.swiper .articles-card .image::before {
  padding-bottom: 0;
}
.slider-wrapper #article-slider.swiper .articles-card h2,
.slider-wrapper #article-slider.swiper .articles-card h2.h3,
.slider-wrapper #article-slider.swiper .articles-card h3 {
  font: var(--fw-700) var(--fs-3)/var(--lh-3) var(--ff-0);
  margin-top: 0;
  margin-bottom: 20px;
}
.slider-wrapper #article-slider.swiper .articles-card a {
  z-index: 0;
  font: 0/0 a;
  position: static;
  background-color: unset;
  margin: 0;
  padding: 0;
}
.slider-wrapper #article-slider.swiper .articles-card a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background-color: var(--color-black);
  mix-blend-mode: multiply;
}
.slider-wrapper #card-slider {
  min-height: 400px;
  margin-top: 0;
}
@media only screen and (max-width: 48rem) {
  .slider-wrapper #card-slider {
    margin-top: 0;
  }
}
.slider-wrapper #card-slider .swiper-wrapper {
  padding: 20px;
  will-change: transform;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .slider-wrapper #card-slider .swiper-wrapper {
    padding: 0;
  }
}
.slider-wrapper #card-slider .swiper-slide {
  display: flex;
  height: 380px;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(242, 242, 242, 0.06);
  background-color: white;
  overflow: hidden;
  cursor: pointer;
  transition: 250ms ease;
  outline: 12px solid transparent;
}
.slider-wrapper #card-slider .swiper-slide:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.slider-wrapper #card-slider .swiper-slide:hover .articles-card img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.slider-wrapper #card-slider .swiper-slide:hover .articles-card h3 {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .slider-wrapper #card-slider .swiper-slide {
    max-width: 100%;
  }
}
.slider-wrapper #card-slider .swiper-slide .articles.articles-card {
  height: 100%;
}
.slider-wrapper #card-slider .swiper-slide .image {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}
.slider-wrapper #card-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out transform;
  -o-transition: 0.3s ease-out transform;
  transition: 0.3s ease-out transform;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.slider-wrapper #card-slider .swiper-slide h3,
.slider-wrapper #card-slider .swiper-slide p {
  padding: 0 10px;
}
.slider-wrapper #card-slider .swiper-slide h3 {
  font: var(--fw-900) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.slider-wrapper #card-slider .swiper-slide a {
  z-index: 0;
  font: 0/0 a;
  position: static;
  background-color: unset;
  margin: 0;
  padding: 0;
}
.slider-wrapper #card-slider .swiper-slide a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background-color: var(--color-black);
  mix-blend-mode: multiply;
}
.slider-wrapper #card-slider.swiper {
  padding: 40px 80px 0;
}
@media only screen and (max-width: 48rem) {
  .slider-wrapper #card-slider.swiper {
    padding: 30px 20px 20px;
  }
}
.slider-wrapper #card-slider.swiper .swiper-button-next,
.slider-wrapper #card-slider.swiper .swiper-button-prev {
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 48rem) {
  .slider-wrapper #card-slider.swiper .swiper-button-next,
.slider-wrapper #card-slider.swiper .swiper-button-prev {
    display: none;
  }
}
.slider-wrapper #card-slider.swiper .swiper-button-next {
  right: 50px;
  left: auto;
}
.slider-wrapper #card-slider.swiper .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMjAgMjApIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI2LjQwNDEgMjBMMjQuNzA3IDE4LjMwMjlMMjQuNzA2MSAxOC4zMDM4TDE3LjkxNyAxMS41MTQ3TDE2LjIyIDEzLjIxMTdMMjMuMDA5MSAyMC4wMDA5TDE2LjIyMTcgMjYuNzg4MkwxNy45MTg4IDI4LjQ4NTNMMjYuNDA0MSAyMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider-wrapper #card-slider.swiper .swiper-button-prev {
  right: 100px;
  left: auto;
}
.slider-wrapper #card-slider.swiper .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTk1OSAyMEwxNS4yOTMgMjEuNjk3MUwxNS4yOTM5IDIxLjY5NjJMMjIuMDgzIDI4LjQ4NTNMMjMuNzggMjYuNzg4M0wxNi45OTA5IDE5Ljk5OTFMMjMuNzc4MyAxMy4yMTE4TDIyLjA4MTIgMTEuNTE0N0wxMy41OTU5IDIwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider-wrapper #full-image-slider .swiper-slide {
  cursor: pointer;
}
.slider-wrapper #full-image-slider .swiper-slide .image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-wrapper #full-image-slider.swiper .swiper-button-next,
.slider-wrapper #full-image-slider.swiper .swiper-button-prev {
  top: calc(50% - 1.25rem);
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
  cursor: pointer;
  color: #00005e;
  background-color: white;
  border-radius: 100%;
}
.slider-wrapper #full-image-slider.swiper .swiper-button-next:after,
.slider-wrapper #full-image-slider.swiper .swiper-button-prev:after {
  font-size: 1.25rem;
  font-weight: var(--fw-700);
}
.slider-wrapper #full-image-slider.swiper .swiper-button-next.swiper-button-disabled,
.slider-wrapper #full-image-slider.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 48rem) {
  .slider-wrapper #full-image-slider.swiper .swiper-button-next,
.slider-wrapper #full-image-slider.swiper .swiper-button-prev {
    display: none;
  }
}
.slider-wrapper #full-image-slider.swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: white;
  opacity: unset;
}
.slider-wrapper #full-image-slider.swiper .swiper-pagination-bullet-active {
  background: #00005e;
  opacity: unset;
}
.slider-wrapper #full-image-slider.swiper .swiper-horizontal > .swiper-pagination-bullets,
.slider-wrapper #full-image-slider.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider-wrapper #full-image-slider.swiper .swiper-pagination-custom,
.slider-wrapper #full-image-slider.swiper .swiper-pagination-fraction {
  bottom: 0;
}
.slider-wrapper #full-image-slider.swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.slider-wrapper #full-image-slider.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 4px;
}

.articles.articles-card {
  position: relative;
}
.articles.articles-card:only-child {
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.articles.articles-card:only-child h3,
.articles.articles-card:only-child p,
.articles.articles-card:only-child a {
  text-align: center;
}
.articles.articles-card:only-child a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.articles.articles-card a {
  margin-top: 1.5rem;
  padding: 0.5em 1.2em;
}
.articles.articles-card .image {
  overflow: hidden;
}
.articles.articles-card img {
  transition: 300ms;
  will-change: transform;
  transform: scale(1.02);
  transition: 0.3s ease-out transform;
}
.articles.articles-card h3 {
  color: #0000a0;
  font-weight: 700;
  font: var(--fw-900) var(--fs-3)/var(--lh-3) var(--ff-1);
  margin: 1rem 0;
}
.articles.articles-card p {
  font: var(--fw-300) var(--fs--2)/var(--lh--1) var(--ff-0);
}
.articles.articles-card:hover img {
  transform: scale(1.05);
}
.articles.articles-card:hover h3 {
  text-decoration: underline;
}
.articles.articles-list {
  text-align: center;
}
.articles.articles-list .article-header {
  margin-bottom: 1.5rem;
}
.articles.articles-list .collection-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.articles.articles-list .collection-wrapper > .articles-card {
  box-sizing: border-box;
  padding: 0 1.25rem 1.25rem;
  max-width: 100%;
  flex: 0 100%;
}
@media (min-width: 40rem) {
  .articles.articles-list .collection-wrapper > .articles-card {
    max-width: 50%;
    flex: 0 calc(50% - 1.25rem);
  }
}
@media (min-width: 64rem) {
  .articles.articles-list .collection-wrapper > .articles-card {
    max-width: 33.3333333333%;
    flex: 0 33.3333333333%;
  }
}
@media (min-width: 80rem) {
  .articles.articles-list .collection-wrapper > .articles-card {
    max-width: 25%;
    flex: 0 25%;
  }
}
.articles.articles-list .collection-wrapper > .articles-card h3 {
  font: var(--fw-900) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.articles.articles-list .collection-wrapper > .articles-card p {
  font: var(--fw-300) var(--fs--2)/var(--lh--1) var(--ff-0);
}
.articles.articles-list .collection-wrapper > .articles-card a {
  z-index: 0;
  font: 0/0 a;
  position: static;
  background-color: unset;
  margin: 0;
  padding: 0;
}
.articles.articles-list .collection-wrapper > .articles-card a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background-color: var(--color-black);
  mix-blend-mode: multiply;
}
.articles.articles-list .collection-wrapper > .articles-card .image {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.articles.articles-list .collection-wrapper > .articles-card .image img {
  height: 100%;
}
.articles.articles-list .collection-wrapper > .articles-card:nth-of-type(8n + 2) .image, .articles.articles-list .collection-wrapper > .articles-card:nth-of-type(16n + 4) .image {
  height: 11.875rem;
}
.articles.articles-list .collection-wrapper > .articles-card:nth-of-type(8n + 3) .image, .articles.articles-list .collection-wrapper > .articles-card:nth-of-type(8n + 8) .image {
  height: 13.75rem;
}
.articles.articles-list .collection-wrapper > .articles-card:nth-of-type(16n + 1) .image, .articles.articles-list .collection-wrapper > .articles-card:nth-of-type(16n + 7) .image {
  height: 17.5rem;
}
.articles.articles-featured .collection-wrapper {
  display: flex;
}
@media (max-width: 63.9375rem) {
  .articles.articles-featured .collection-wrapper {
    flex-direction: column;
  }
}
.articles.articles-featured .collection-wrapper .lg {
  flex: 0 calc(50% + 2.5rem);
}
@media (min-width: 64rem) {
  .articles.articles-featured .collection-wrapper .lg {
    margin-right: 2.5rem;
  }
}
.articles.articles-featured .collection-wrapper .lg .articles-card {
  display: flex;
  flex-direction: column;
}
.articles.articles-featured .collection-wrapper .lg .articles-card h3 {
  order: -1;
  font-size: var(--fs-5);
  line-height: 1.04;
  margin-bottom: 1rem;
}
.articles.articles-featured .collection-wrapper .lg .articles-card p {
  margin-top: 1.5rem;
}
@media (min-width: 40rem) {
  .articles.articles-featured .collection-wrapper .sm-sm {
    display: flex;
    flex-wrap: wrap;
    flex: 0 calc(50% - 2.5rem);
    justify-content: space-between;
  }
}
@media (min-width: 40rem) {
  .articles.articles-featured .collection-wrapper .sm-sm > .articles-card {
    flex: 0 calc(50% - 1.25rem);
    justify-content: flex-start;
    max-width: 50%;
  }
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card .image {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card .image img {
  height: 100%;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card:nth-of-type(1) .image, .articles.articles-featured .collection-wrapper .sm-sm > .articles-card:nth-of-type(4) .image {
  height: 11.875rem;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card:nth-of-type(2) .image {
  height: 13.75rem;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card:nth-of-type(3) .image {
  height: 17.5rem;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card:hover img {
  transform: scale(1.05);
  transition: 0.3s ease-out transform;
}
.articles.articles-featured .collection-wrapper .sm-sm > .articles-card h3 {
  margin: 0.5rem 0;
  font: var(--fw-900) var(--fs-0)/var(--lh-0) var(--ff-0);
}
.articles.articles-featured .collection-wrapper a.button {
  z-index: 0;
  font: 0/0 a;
  position: static;
  align-self: center;
  background-color: unset;
  margin: 0;
  padding: 0;
}
.articles.articles-featured .collection-wrapper a.button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background-color: var(--color-black);
  mix-blend-mode: multiply;
}
.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-0)/var(--lh--1) var(--ff-0);
}
.articles .vue-infinite-pager button:hover {
  background-color: #6ca7e1;
  color: #00005e;
  box-shadow: unset;
}

.webform-submission-form {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  color: #00005e;
}
.webform-submission-form *:focus {
  outline: unset !important;
  box-shadow: unset !important;
}
.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 {
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  color: #00005e;
  margin-bottom: 0.3125rem;
}
.webform-submission-form .form-item__label.form-required::after,
.webform-submission-form .fieldset__label.form-required::after {
  color: #00005e;
}
.webform-submission-form input.form-element,
.webform-submission-form .form-element,
.webform-submission-form .form-textarea {
  padding: 0.625rem 1.25rem;
  border-radius: 8px;
  background-color: #e5eaec;
  border: unset;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-0);
  color: #00005e;
  width: 100%;
}
.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 {
  margin: 0;
}
.webform-submission-form .form-element--type-select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IkFycm93IDkiIGQ9Ik02LjQwMTI3IDEzLjg0OTFDNi43MzIxMyAxNC4xNzk3IDcuMjY4NCAxNC4xNzk2IDcuNTk5MDYgMTMuODQ4N0wxMi45ODc2IDguNDU3MTRDMTMuMzE4MyA4LjEyNjI5IDEzLjMxODEgNy41OTAwMiAxMi45ODczIDcuMjU5MzVDMTIuNjU2NCA2LjkyODY5IDEyLjEyMDEgNi45Mjg4NCAxMS43ODk1IDcuMjU5NjlMNi45OTk2NiAxMi4wNTIyTDIuMjA3MTQgNy4yNjI0QzEuODc2MjkgNi45MzE3NCAxLjM0MDAyIDYuOTMxODkgMS4wMDkzNSA3LjI2Mjc0QzAuNjc4Njg2IDcuNTkzNiAwLjY3ODgzOCA4LjEyOTg3IDEuMDA5NjkgOC40NjA1M0w2LjQwMTI3IDEzLjg0OTFaTTYuMTQ5NSAwLjc1MDIzOUw2LjE1MzAzIDEzLjI1MDJMNy44NDY5NyAxMy4yNDk4TDcuODQzNDMgMC43NDk3NjFMNi4xNDk1IDAuNzUwMjM5WiIgZmlsbD0iIzAwMjg0MCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) 50%;
  background-size: 14px 15px;
  color: #00005e;
}
.webform-submission-form .form-element--type-select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IkFycm93IDkiIGQ9Ik02LjQwMTI3IDEzLjg0OTFDNi43MzIxMyAxNC4xNzk3IDcuMjY4NCAxNC4xNzk2IDcuNTk5MDYgMTMuODQ4N0wxMi45ODc2IDguNDU3MTRDMTMuMzE4MyA4LjEyNjI5IDEzLjMxODEgNy41OTAwMiAxMi45ODczIDcuMjU5MzVDMTIuNjU2NCA2LjkyODY5IDEyLjEyMDEgNi45Mjg4NCAxMS43ODk1IDcuMjU5NjlMNi45OTk2NiAxMi4wNTIyTDIuMjA3MTQgNy4yNjI0QzEuODc2MjkgNi45MzE3NCAxLjM0MDAyIDYuOTMxODkgMS4wMDkzNSA3LjI2Mjc0QzAuNjc4Njg2IDcuNTkzNiAwLjY3ODgzOCA4LjEyOTg3IDEuMDA5NjkgOC40NjA1M0w2LjQwMTI3IDEzLjg0OTFaTTYuMTQ5NSAwLjc1MDIzOUw2LjE1MzAzIDEzLjI1MDJMNy44NDY5NyAxMy4yNDk4TDcuODQzNDMgMC43NDk3NjFMNi4xNDk1IDAuNzUwMjM5WiIgZmlsbD0iIzAwMjg0MCIvPgo8L3N2Zz4K");
}
.webform-submission-form .form-boolean {
  margin-right: 0.625rem;
  min-width: 1.8125rem;
  width: 1.8125rem;
  height: 1.8125rem;
  vertical-align: text-bottom;
  border: 1px solid #00005e;
  border-radius: 4px;
  background-size: 100% 100%;
  box-shadow: unset;
}
.webform-submission-form .form-boolean:checked, .webform-submission-form .form-boolean:checked:hover {
  border-color: #00005e;
  background-color: #00005e;
}
.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 .button {
  display: flex;
  width: fit-content;
  align-items: center;
  min-width: 16.25rem;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIxIDEzIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0yMC41OTg2IDcuMDk4OUMyMC45Mjk0IDYuNzY4MTQgMjAuOTI5NCA2LjIzMTg3IDIwLjU5ODYgNS45MDExMUwxNS4yMDg2IDAuNTExMDQ5QzE0Ljg3NzggMC4xODAyODkgMTQuMzQxNSAwLjE4MDI4OSAxNC4wMTA4IDAuNTExMDQ5QzEzLjY4IDAuODQxODEgMTMuNjggMS4zNzgwOCAxNC4wMTA4IDEuNzA4ODRMMTguODAyIDYuNUwxNC4wMTA4IDExLjI5MTJDMTMuNjggMTEuNjIxOSAxMy42OCAxMi4xNTgyIDE0LjAxMDggMTIuNDg5QzE0LjM0MTUgMTIuODE5NyAxNC44Nzc4IDEyLjgxOTcgMTUuMjA4NiAxMi40ODlMMjAuNTk4NiA3LjA5ODlaTTAuNTE5NTMxIDcuMzQ2OTdMMTkuOTk5NyA3LjM0Njk3TDE5Ljk5OTcgNS42NTMwNEwwLjUxOTUzMSA1LjY1MzAzTDAuNTE5NTMxIDcuMzQ2OTdaIiBmaWxsPSIjMDAwMDVlIi8+DQo8L3N2Zz4=");
  background-size: 21px 13px;
  background-position: calc(100% - 1.875rem);
  margin-top: 1.5rem;
  box-shadow: unset;
}
.webform-submission-form .form-actions .button:hover {
  background-position: calc(100% - 20px);
}
.webform-submission-form .form-actions .button.form-submit {
  background-color: #9cf;
  color: #00005e;
  font: var(--fw-400) var(--fs-0)/var(--lh--1) var(--ff-1);
  padding: 0 1.875rem;
  border-radius: 60px;
  height: 60px;
  border: unset;
}
.webform-submission-form .form-actions .button.form-submit:hover {
  background-color: #3399ff;
  color: #00005e;
}
.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 red;
}

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