:root {
   --page-padding-left: var(--jt-vertical-toolbar-width, 0px);
   --page-container-spacing: 20px;
}
._fsr:not(:focus):not(:active),
._vh {
   word-wrap: normal !important;
   clip: rect(1px, 1px, 1px, 1px);
   border: 0;
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   white-space: nowrap;
   width: 1px;
}
._nls {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
}
.keyboard-focus:focus {
   outline: 3px solid skyblue;
   outline-offset: 2px;
}
html {
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
   box-sizing: border-box;
   font-size: 16px;
   line-height: 1.5;
}
body {
   font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji,
      Segoe UI Emoji, Segoe UI Symbol, sans-serif;
   font-size: 1em;
   margin: 0;
}
*,
:after,
:before {
   box-sizing: inherit;
}
hr {
   height: 0;
}
ol,
ul {
   list-style-position: outside;
   margin: 1.5em 0;
   padding-left: 2em;
   padding-right: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
   margin: 0.5em 0;
}
b,
strong {
   font-weight: bolder;
}
img {
   color: inherit;
   font-size: 1rem;
   height: auto;
}
iframe,
img,
video {
   max-width: 100%;
}
button,
input,
select,
textarea {
   font-family: inherit;
   font-size: 1em;
   line-height: 1.15;
   margin: 0;
}
button {
   appearance: none;
   background: #0000 none;
   border: 0;
   color: inherit;
   display: inline-block;
   font-size: 1rem;
   margin: 0;
   padding: 1rem 2rem;
   text-decoration: none;
}
button,
figure {
   text-align: center;
}
figure {
   margin-left: 0;
   margin-right: 0;
}
table {
   border-collapse: collapse;
   margin: 0 auto 1em;
   max-width: 100%;
   width: 100%;
}
td,
th {
   border: 1px solid silver;
   line-height: 1.2;
   padding: 0.85em 1em;
   text-align: left;
   vertical-align: top;
}
th {
   background-color: #e2e2e2;
   font-weight: 700;
   vertical-align: bottom;
}
figure,
picture {
   display: flex;
   flex-direction: column;
}
figure {
   width: 100%;
}
figcaption {
   border-bottom: 1px solid silver;
   font-size: 0.9375rem;
   font-style: italic;
   padding: 0.5em 0;
}
::selection {
   background: #0c283b;
   color: #f6f2ef;
}
a,
a:link,
a:visited {
   color: inherit;
   text-decoration: underline;
}
a:active,
a:focus,
a:hover {
   text-decoration: none;
}
p a:visited {
   opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: Gilam, Poppins, Futura, sans-serif;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
   margin-top: 1em;
}
h1,
h2,
h3,
h4 {
   font-family: Gilam, Poppins, Futura, sans-serif;
   font-weight: 900;
   line-height: 1.15;
   margin: 0 0 0.5em;
}
h5,
h6 {
   font-weight: 600;
   margin: 0 0 0.5em;
}
.main-heading {
   font-size: 3.125rem;
}
h2 {
   font-size: 2.5rem;
}
h3 {
   font-size: 2.125rem;
}
h4 {
   font-size: 1.875rem;
}
h5 {
   font-size: 1.625rem;
}
h6 {
   font-size: 1.375rem;
}
:focus {
   outline: 0;
}
blockquote {
   border-left: 1em solid #f90;
   font-size: 1.6em;
   font-style: normal;
   margin: 5vw;
   padding: 4vw;
}
blockquote p {
   margin: 0;
   position: relative;
}
code,
pre {
   font-family: SFMono-Regular, Roboto Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
   font-size: 1em;
}
html {
   scroll-behavior: smooth;
}
body {
   -webkit-text-decoration-skip: ink;
   color: #383433;
   display: flex;
   flex-direction: column;
   font-family: Atkinson Hyperlegible, system-ui, sans-serif;
   font-variant: normal;
   text-decoration-skip-ink: auto;
}
body button,
body input,
body select,
body textarea {
   font-family: inherit;
}
p {
   font-size: 1.125rem;
   line-height: 1.6666666667;
}
.centered {
   max-width: 1600px;
   width: calc(100% - var(--page-container-spacing) * 2);
}
.centered,
.centered .text-module {
   margin-left: auto;
   margin-right: auto;
}
.centered .text-module {
   max-width: 80ch;
}
.form-submit-error-message,
.form-submit-success-message {
   color: #40a02d;
   font-size: 1.125rem;
   margin: 0.75em 0 0;
}
.form-submit-success-message {
   color: #40a02d;
}
.form-submit-error-message {
   color: #a11c1c;
}
.header {
   background: #0c283b no-repeat 50% / cover;
   background-image: url(/assets/images/hero.7079792.jpg);
   background-image: -webkit-image-set(
      url('/assets/images/hero.7079792.avif') type('image/avif'),
      url('/assets/images/hero.7079792.webp') type('image/webp'),
      url('/assets/images/hero.7079792.jpg') type('image/jpeg')
   );
   background-image: image-set(
      url('/assets/images/hero.7079792.avif') type('image/avif'),
      url('/assets/images/hero.7079792.webp') type('image/webp'),
      url('/assets/images/hero.7079792.jpg') type('image/jpeg')
   );
   color: #f6f2ef;
   position: relative;
}
[data-view='home'] .header {
   background-position: 50% 0;
   display: flex;
   flex-direction: column;
   min-height: 60vw;
}
.header__content {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   position: relative;
   z-index: 2;
}
.header__logo {
   display: flex;
   justify-content: center;
   margin: 1.5em auto;
   position: relative;
}
.header--hero .header__content {
   display: flex;
   flex-direction: column;
   min-height: 35vw;
}
.header--hero .hero-heading {
   margin-top: auto;
}
.language-select {
   display: inline-flex;
   gap: 18px;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.language-select__current-item {
   font-weight: 600;
}
.language-select__link,
.language-select__link:link,
.language-select__link:visited {
   text-decoration: none;
}
.language-select__link:active,
.language-select__link:focus,
.language-select__link:hover {
   text-decoration: underline;
}
.main-nav {
   flex-shrink: 0;
   padding: 1em 0;
   position: sticky;
   top: 0;
   width: 100%;
}
.main-nav__list {
   align-items: center;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: center;
   list-style-type: none;
   margin: 60px 0 0;
   padding: 0;
}
.main-nav__item {
   display: inline-flex;
   font-family: Gilam, Poppins, Futura, sans-serif;
   font-weight: 700;
   margin: 10px;
   text-align: center;
   text-transform: uppercase;
}
.main-nav__link {
   background-color: #535c71;
   border-radius: 5px;
   padding: 15px 25px 13px;
}
.main-nav__link,
.main-nav__link:link,
.main-nav__link:visited {
   color: #e7e6e0;
   text-decoration: none;
}
.main-nav__link:active,
.main-nav__link:focus,
.main-nav__link:hover {
   background-color: #333845;
}
.main-nav__link[aria-current='page'],
.main-nav__link[aria-current='page']:active,
.main-nav__link[aria-current='page']:focus,
.main-nav__link[aria-current='page']:hover,
.main-nav__link[aria-current='page']:link,
.main-nav__link[aria-current='page']:visited {
   background-color: #282c36;
   pointer-events: none;
}
.menu-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0;
   position: absolute;
   right: 5%;
   top: 2rem;
   z-index: 51;
}
@media screen and (min-width: 700px) {
   .main-nav__list {
      flex-direction: row;
      margin-top: 0;
   }
   .menu-button {
      display: none;
   }
}
@media screen and (min-width: 800px) {
   :root {
      --page-container-spacing: 40px;
   }
   blockquote {
      margin: 4vw;
   }
}
@media screen and (min-width: 1200px) {
   blockquote {
      margin: 3em 5em;
      padding-left: 4em;
      padding-right: 4em;
   }
}
@media screen and (max-width: 699px) {
   .main-nav {
      background-color: #fff;
      box-shadow: 0 0 0 #08080800;
      left: var(--page-padding-left);
      position: fixed;
      right: 0;
      top: 0;
      transform: translateY(-100%);
      transition: transform 0.15s cubic-bezier(0.77, 0, 0.175, 1) 0s, visibility 0s linear 0.15s,
         box-shadow 0.15s ease-out 0s;
      visibility: hidden;
      width: calc(100% - var(--page-padding-left));
      z-index: 50;
   }
   .main-nav-visible .main-nav {
      box-shadow: 0 10px 40px #08080880;
      transform: translateY(0);
      transition-delay: 0s, 0s, 0s;
      visibility: visible;
   }
}
:root {
   --color-background: #fff;
   --color-text: #242424;
}
.select,
.input {
   appearance: none;
   background-color: #fff;
   background-image: none;
   border: 1px solid #c9c9c9;
   border-radius: 4px;
   box-shadow: none;
   color: #171717;
   font-size: 1em;
   transition: border-color 0.11s ease, box-shadow 0.21s ease;
   width: 100%;
}
.input:focus {
   border-color: #6b9aeb;
   box-shadow: 0 8px 26px #0000001f;
   outline: 0;
}
[disabled].input {
   background-color: #f2f2f2;
   border-color: #e3e3e3;
   color: #303030;
   cursor: not-allowed;
}
.select,
.input {
   min-height: 52px;
   padding: 0.3em 1em;
}
.input.-main {
   font-size: 1.15em;
   min-height: 64px;
}
.form {
   grid-gap: 2rem;
   display: grid;
   gap: 2rem;
   margin: 0 auto 2em;
   max-width: 80rem;
   padding: 0;
}
.form__section {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}
.form__section--to-center {
   align-items: center;
   justify-content: center;
   text-align: center;
}
.form__label {
   cursor: default;
   display: block;
   margin-bottom: 0.4em;
}
.form__message--has-error {
   color: #a11c1c;
}
@media screen and (min-width: 45rem) {
   .form {
      grid-template-columns: repeat(6, 1fr);
   }

   .form__section {
      grid-column: span 3;
   }

   .form__section--full {
      grid-column: span 6;
   }
   .form__section--small {
      grid-column: span 2;
   }
}
