@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icomoon/icomoon.eot?2wku7t");
  src: url("../Fonts/icomoon/icomoon.eot?2wku7t#iefix") format("embedded-opentype"), url("../Fonts/icomoon/icomoon.ttf?2wku7t") format("truetype"), url("../Fonts/icomoon/icomoon.woff?2wku7t") format("woff"), url("../Fonts/icomoon/icomoon.svg?2wku7t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e900"; }

.icon-pointer:before {
  content: "\e901"; }

.icon-agenda:before {
  content: "\e902"; }

.icon-arrow:before {
  content: "\e903"; }

.icon-quote:before {
  content: "\e904"; }

.icon-play:before {
  content: "\e905"; }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #2F3234;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #E8E3E2;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #2F3234;
  --bs-gray-900: #212529;
  --bs-primary: #144178;
  --bs-secondary: #ED6D85;
  --bs-success: #06d6a0;
  --bs-info: #90e0ef;
  --bs-warning: #ffd166;
  --bs-danger: #ef476f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 20, 65, 120;
  --bs-secondary-rgb: 237, 109, 133;
  --bs-success-rgb: 6, 214, 160;
  --bs-info-rgb: 144, 224, 239;
  --bs-warning-rgb: 255, 209, 102;
  --bs-danger-rgb: 239, 71, 111;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 20, 65, 120;
  --bs-body-bg-rgb: 232, 227, 226;
  --bs-font-sans-serif: "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #144178;
  --bs-body-bg: #E8E3E2; }

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, body.page--homepage.neos-backend .screensaver:before, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.2;
  color: #144178; }

h1, .h1 {
  font-size: calc(1.525rem + 3.3vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 4rem; } }

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

h3, .h3, body.page--homepage.neos-backend .screensaver:before {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3, body.page--homepage.neos-backend .screensaver:before {
      font-size: 1.75rem; } }

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #144178;
  text-decoration: underline; }
  a:hover {
    color: #103460;
    text-decoration: none; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

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

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

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

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(1.188rem + 1px);
  padding-bottom: calc(1.188rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.125rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 1.188rem 0.75rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 2;
  color: #144178;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #144178;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 1200px) {
    .form-control {
      font-size: 1.5rem; } }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #144178;
    background-color: transparent;
    border-color: #a1b3c9;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem rgba(20, 65, 120, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 2em; }
  .form-control::-moz-placeholder {
    color: #2F3234;
    opacity: 1; }
  .form-control::placeholder {
    color: #2F3234;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E8E3E2;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 1.188rem 0.75rem;
    margin: -1.188rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #144178;
    background-color: #E8E3E2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dcd8d7; }
  .form-control::-webkit-file-upload-button {
    padding: 1.188rem 0.75rem;
    margin: -1.188rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #144178;
    background-color: #E8E3E2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dcd8d7; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.188rem 0;
  margin-bottom: 0;
  line-height: 2;
  color: #144178;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(2em + 5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(2em + 2.376rem + 2px); }

textarea.form-control-sm {
  min-height: calc(2em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(2em + 5rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 1.188rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 2em;
    border-radius: 0.5rem; }
  .form-control-color::-webkit-color-swatch {
    height: 2em;
    border-radius: 0.5rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 1.188rem 2.25rem 1.188rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 2;
  color: #144178;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F3234' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #144178;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (min-width: 1200px) {
    .form-select {
      font-size: 1.5rem; } }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #a1b3c9;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem rgba(20, 65, 120, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #E8E3E2; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #144178; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 2rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #a1b3c9;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem rgba(20, 65, 120, 0.25); }
  .form-check-input:checked {
    background-color: #144178;
    border-color: #144178; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #144178;
    border-color: #144178;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a1b3c9'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.125rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #E8E3E2, 0 0 0 0.0625rem rgba(20, 65, 120, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #E8E3E2, 0 0 0 0.0625rem rgba(20, 65, 120, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #144178;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b9c6d7; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #144178;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b9c6d7; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.188rem 0.75rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 2;
  color: #144178;
  text-align: center;
  white-space: nowrap;
  background-color: #E8E3E2;
  border: 1px solid #144178;
  border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .input-group-text {
      font-size: 1.5rem; } }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #06d6a0; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.125rem;
  color: #000;
  background-color: rgba(6, 214, 160, 0.9);
  border-radius: 1rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #06d6a0;
  padding-right: calc(2em + 2.376rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306d6a0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.594rem) center;
  background-size: calc(1em + 1.188rem) calc(1em + 1.188rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #06d6a0;
    box-shadow: 0 0 0 0.0625rem rgba(6, 214, 160, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 2.376rem);
  background-position: top calc(0.5em + 0.594rem) right calc(0.5em + 0.594rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #06d6a0; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F3234' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306d6a0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1em + 1.188rem) calc(1em + 1.188rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #06d6a0;
    box-shadow: 0 0 0 0.0625rem rgba(6, 214, 160, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #06d6a0; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #06d6a0; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.0625rem rgba(6, 214, 160, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #06d6a0; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ef476f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.125rem;
  color: #000;
  background-color: rgba(239, 71, 111, 0.9);
  border-radius: 1rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef476f;
  padding-right: calc(2em + 2.376rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef476f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef476f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.594rem) center;
  background-size: calc(1em + 1.188rem) calc(1em + 1.188rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ef476f;
    box-shadow: 0 0 0 0.0625rem rgba(239, 71, 111, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 2.376rem);
  background-position: top calc(0.5em + 0.594rem) right calc(0.5em + 0.594rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ef476f; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F3234' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef476f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef476f' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1em + 1.188rem) calc(1em + 1.188rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #ef476f;
    box-shadow: 0 0 0 0.0625rem rgba(239, 71, 111, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ef476f; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #ef476f; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.0625rem rgba(239, 71, 111, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ef476f; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto/roboto-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto/roboto-v29-latin-regular.woff2") format("woff2"), url("../Fonts/roboto/roboto-v29-latin-regular.woff") format("woff"), url("../Fonts/roboto/roboto-v29-latin-regular.ttf") format("truetype"), url("../Fonts/roboto/roboto-v29-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto/roboto-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto/roboto-v29-latin-700.woff2") format("woff2"), url("../Fonts/roboto/roboto-v29-latin-700.woff") format("woff"), url("../Fonts/roboto/roboto-v29-latin-700.ttf") format("truetype"), url("../Fonts/roboto/roboto-v29-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Flood Std';
  src: url("../Fonts/flood-std/floodstd.eot");
  src: url("../Fonts/flood-std/floodstd.eot?#iefix") format("embedded-opentype"), url("../Fonts/flood-std/floodstd.woff2") format("woff2"), url("../Fonts/flood-std/floodstd.woff") format("woff"), url("../Fonts/flood-std/floodstd.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

section, article.event header {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

section.video, section.visual {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }

section.video .bg-image, section.video .bg-image figure, section.visual .bg-image, section.visual .bg-image figure, .card .card-cap .bg-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 40px;
  border-width: 0;
  letter-spacing: -0.5px;
  text-transform: none;
  box-shadow: none;
  color: #E8E3E2;
  outline: 0;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: auto;
  padding: 1.5rem 2.5rem;
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 1.5rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease; }
  @media (min-width: 1200px) {
    .btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
      font-size: 1.5rem; } }
  @media (prefers-reduced-motion: reduce) {
    .btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
      transition: none; } }
  @media (min-width: 992px) {
    .btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
      padding: 1.5rem 2.5rem;
      font-size: calc(1.275rem + 0.3vw);
      border-radius: 1.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .btn-primary, section.text-with-media .btn, form a.btn, form button, .btn-secondary, footer#footer .col--btn a {
      font-size: 1.5rem; } }

body.page--activity section.hero.bg-image, section.text-with-media .bg-image, section.video .bg-image, section.visual .bg-image, article.event header .bg-image, .card .card-cap .bg-image, .screensaver .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.grid-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

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

img[src*=".svg"] {
  width: 100%; }

figcaption {
  font-size: 0.875em;
  color: #6c757d;
  font-style: italic; }

figure {
  margin: 0; }
  figure figcaption {
    margin-top: 0.5rem; }

[data-responsive-background-image] img {
  opacity: 0; }

[data-responsive-background-image] img.placeholder {
  opacity: 1; }

[data-responsive-background-image].ready img {
  left: -3000%;
  top: -3000%;
  position: absolute; }

body {
  --bs-body-font-size: calc(1rem * 1.25);
  letter-spacing: -0.5px;
  line-height: 40px; }

h1, .h1, h2, .h2, h3, .h3, body.page--homepage.neos-backend .screensaver:before, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: 1.2px; }

h2, .h2, h3, .h3, body.page--homepage.neos-backend .screensaver:before, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: 0.5px; }

.is-hero, .screensaver .screensaver-hero h1, .screensaver .screensaver-hero .h1, .screensaver .screensaver-hero h2, .screensaver .screensaver-hero .h2, .screensaver .screensaver-hero h3, .screensaver .screensaver-hero .h3, .screensaver .screensaver-hero body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend .screensaver .screensaver-hero .screensaver:before {
  font-size: calc(1.525rem + 3.3vw);
  letter-spacing: -3px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .is-hero, .screensaver .screensaver-hero h1, .screensaver .screensaver-hero .h1, .screensaver .screensaver-hero h2, .screensaver .screensaver-hero .h2, .screensaver .screensaver-hero h3, .screensaver .screensaver-hero .h3, .screensaver .screensaver-hero body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend .screensaver .screensaver-hero .screensaver:before {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    .is-hero, .screensaver .screensaver-hero h1, .screensaver .screensaver-hero .h1, .screensaver .screensaver-hero h2, .screensaver .screensaver-hero .h2, .screensaver .screensaver-hero h3, .screensaver .screensaver-hero .h3, .screensaver .screensaver-hero body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend .screensaver .screensaver-hero .screensaver:before {
      font-size: calc(1.925rem + 8.1vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .is-hero, .screensaver .screensaver-hero h1, .screensaver .screensaver-hero .h1, .screensaver .screensaver-hero h2, .screensaver .screensaver-hero .h2, .screensaver .screensaver-hero h3, .screensaver .screensaver-hero .h3, .screensaver .screensaver-hero body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend .screensaver .screensaver-hero .screensaver:before {
      font-size: 8rem; } }

.subtitle, article.event header .meta, .card .card-body .card-subtitle, .card .card-body .meta {
  font-size: 1.125rem;
  color: #ED6D85;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: .5px; }

header#header {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: calc(10rem + (3rem * 2)); }
  header#header .grid-container, header#header .row {
    height: calc(10rem + (3rem * 2)); }
  header#header .row {
    align-items: center; }
  header#header .col--home, header#header .col--back {
    flex: 0 0 auto;
    width: auto;
    text-transform: lowercase;
    position: relative;
    z-index: 1; }
    header#header .col--home a, header#header .col--back a {
      font-size: calc(1.275rem + 0.3vw);
      color: #144178;
      transition: color 0.2s linear;
      text-decoration: none;
      text-align: center;
      display: block;
      margin-right: 1.5rem; }
      @media (min-width: 1200px) {
        header#header .col--home a, header#header .col--back a {
          font-size: 1.5rem; } }
      header#header .col--home a:before, header#header .col--back a:before {
        content: '';
        font-family: "icomoon";
        font-size: calc(1.5625rem + 3.75vw);
        display: block;
        line-height: 80px; }
        @media (min-width: 1200px) {
          header#header .col--home a:before, header#header .col--back a:before {
            font-size: 4.375rem; } }
      header#header .col--home a:hover, header#header .col--back a:hover {
        color: #184d8e; }
  header#header .col--home a:before {
    content: '\e900'; }
  header#header .col--back a:before {
    content: '\e903';
    font-size: calc(1.365rem + 1.38vw); }
    @media (min-width: 1200px) {
      header#header .col--back a:before {
        font-size: 2.4rem; } }
  header#header .col--logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    text-align: center; }
    header#header .col--logo .logo {
      display: inline-block; }
      header#header .col--logo .logo figure img, header#header .col--logo .logo figure svg {
        height: 10rem; }

body.page--homepage header#header .col--home, body.page--homepage header#header .col--back {
  display: none; }

body.page--external-website-overview header#header,
body.page--external-website header#header {
  height: calc(6.5rem + (1rem * 2)); }
  body.page--external-website-overview header#header .grid-container, body.page--external-website-overview header#header .row,
  body.page--external-website header#header .grid-container,
  body.page--external-website header#header .row {
    height: calc(6.5rem + (1rem * 2)); }
  body.page--external-website-overview header#header .col--logo,
  body.page--external-website header#header .col--logo {
    top: 1rem; }
    body.page--external-website-overview header#header .col--logo .logo,
    body.page--external-website header#header .col--logo .logo {
      pointer-events: none; }
      body.page--external-website-overview header#header .col--logo .logo figure img, body.page--external-website-overview header#header .col--logo .logo figure svg,
      body.page--external-website header#header .col--logo .logo figure img,
      body.page--external-website header#header .col--logo .logo figure svg {
        height: 6.5rem; }

footer#footer {
  background-color: #E8E3E2;
  height: 15rem;
  padding-top: 1rem; }
  footer#footer .grid-container, footer#footer .row {
    height: 15rem; }
  footer#footer .row {
    align-items: flex-end; }
  footer#footer .col--btn a {
    top: calc(-1rem - 2.5rem); }
    footer#footer .col--btn a:before {
      content: '\e902'; }

body:not(.neos-backend) footer#footer {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -0.25rem 0.625rem 0.0625rem rgba(20, 65, 120, 0.05); }

body.page--screensaver footer#footer,
body.page--external-website-overview footer#footer,
body.page--external-website footer#footer {
  display: none; }

main#main {
  padding-top: calc(20rem - 3.75rem);
  min-height: calc(100vh - 15rem);
  padding-bottom: calc(15rem + 3.75rem); }

body.page--screensaver main#main {
  padding: 0; }

body.page--external-website-overview main#main,
body.page--external-website main#main {
  padding-top: calc(6.5rem + (1rem * 2));
  min-height: 100vh;
  padding-bottom: 0; }

section.card-overview .row > * {
  flex: 0 0 auto;
  width: 50%; }

section.card-overview .row .col {
  display: flex; }

section.card-overview .filter-title {
  display: none; }

section.card-overview--lg .row > *, body.page--activity section.card-overview .row > * {
  flex: 0 0 auto;
  width: 100%; }

body.page--agenda-overview section.card-overview .row .col:first-child {
  width: 100%; }
  body.page--agenda-overview section.card-overview .row .col:first-child .card-cap {
    aspect-ratio: 21 / 9;
    padding-top: calc(9 / 21 * 100%); }

section.contact.has-image .col--media {
  display: none; }

body.page--external-website-overview {
  background-color: rgba(232, 227, 226, 0.5);
  background-image: url("../Images/flower-pattern.svg");
  background-size: 200%;
  background-repeat: repeat;
  background-position: center center; }

section.external-website-overview {
  height: calc(100vh - 6.5rem * 2 - (1rem * 4));
  padding-top: 0;
  padding-bottom: 0; }
  section.external-website-overview .grid-container, section.external-website-overview .row {
    height: 100%; }
  section.external-website-overview .row {
    align-items: center;
    justify-content: center; }
    section.external-website-overview .row > * {
      flex: 0 0 auto;
      width: 100%; }
    @media (min-width: 768px) {
      section.external-website-overview .row > * {
        flex: 0 0 auto;
        width: 50%; } }
    @media (min-width: 1200px) {
      section.external-website-overview .row > * {
        flex: 0 0 auto;
        width: 33.33333%; } }
    section.external-website-overview .row .col {
      display: flex; }
    section.external-website-overview .row .card .card-inner {
      margin: 1.25rem 0; }
    section.external-website-overview .row .card .card-body {
      min-height: 10rem; }
    section.external-website-overview .row .card .card-cap {
      aspect-ratio: 4 / 3;
      padding-top: calc(3 / 4 * 100%); }

section.form {
  text-align: center; }
  section.form .row {
    justify-content: center; }
  section.form .col {
    flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      section.form .col {
        flex: 0 0 auto;
        width: 50%; } }
  section.form form {
    max-width: 30rem;
    margin: 2rem auto 0 auto; }
    section.form form button {
      width: 100%; }

section.headline {
  text-align: center; }
  section.headline h1, section.headline .h1, section.headline h2, section.headline .h2, section.headline h3, section.headline .h3, section.headline body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend section.headline .screensaver:before,
  section.headline h4,
  section.headline .h4, section.headline h5, section.headline .h5, section.headline h6, section.headline .h6 {
    margin-bottom: 0; }

section.headline--align-left {
  text-align: left; }

section.headline--align-center {
  text-align: center; }

section.hero {
  position: relative;
  z-index: 1;
  padding: 0; }
  section.hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e8e3e2;
    background: linear-gradient(180deg, #e8e3e2 0%, rgba(232, 227, 226, 0) 100%);
    z-index: 1; }
  section.hero .grid-container, section.hero .row {
    position: relative;
    z-index: 2; }

body.page--activity section.hero {
  height: 37.5rem;
  margin-top: -20rem; }
  body.page--activity section.hero:after {
    transform: rotate(180deg); }

section.iframe {
  padding-top: 3.75rem;
  height: calc(100vh - 6.5rem - (1rem * 2)); }
  section.iframe .grid-container {
    max-width: 120rem; }
    @media (min-width: 1920px) {
      section.iframe .grid-container {
        max-width: 130rem; } }
  section.iframe .grid-container, section.iframe .row {
    height: 100%; }
  section.iframe iframe {
    width: 100%;
    height: 100%; }

section.introduction {
  text-align: center; }
  section.introduction h1, section.introduction .h1, section.introduction h2, section.introduction .h2, section.introduction h3, section.introduction .h3, section.introduction body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend section.introduction .screensaver:before {
    margin-bottom: 0; }

section.main-content {
  padding: 0; }

section.text {
  text-align: center; }
  section.text ul {
    display: inline-block; }
  section.text p:last-of-type {
    margin-bottom: 0; }

section.hero + section.text {
  position: relative;
  padding-top: 0;
  margin-top: -7.5rem;
  z-index: 2; }

section.text--align-left {
  text-align: left; }

section.text--align-center {
  text-align: center; }

section.text-with-media {
  overflow: hidden; }
  section.text-with-media .col--text, section.text-with-media .col--media {
    flex: 0 0 auto;
    width: 100%;
    align-self: center; }
    @media (min-width: 768px) {
      section.text-with-media .col--text, section.text-with-media .col--media {
        flex: 0 0 auto;
        width: 50%; } }
  @media (min-width: 768px) {
    section.text-with-media .col--text {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  section.text-with-media .col--media {
    padding: 0;
    position: relative;
    align-self: stretch; }
  section.text-with-media p:last-of-type {
    margin-bottom: 0; }
  section.text-with-media .btn {
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    border-radius: 1.5rem;
    margin-top: 2rem; }
  section.text-with-media .bg-image {
    position: relative;
    height: 100%;
    min-height: 26.5rem;
    margin-top: 2rem;
    left: -1.25rem;
    width: calc(100% + 2.5rem); }
    @media (min-width: 768px) {
      section.text-with-media .bg-image {
        margin-top: 0;
        width: 100%;
        left: auto;
        right: -1.25rem;
        border-radius: 1rem 0 0 1rem;
        min-height: 37.5rem; } }
    @media (min-width: 1400px) {
      section.text-with-media .bg-image {
        min-height: 60rem; } }

@media (min-width: 768px) {
  section.text-with-media--right .col--text {
    order: 2; } }

@media (min-width: 768px) {
  section.text-with-media--right .col--media {
    order: 1; } }

@media (min-width: 768px) {
  section.text-with-media--right .bg-image {
    right: auto;
    left: -1.25rem;
    border-radius: 0 1rem 1rem 0; } }

section.video {
  position: relative;
  padding: 0; }
  section.video .bg-image {
    overflow: hidden;
    position: absolute; }
    section.video .bg-image figure {
      position: absolute;
      margin: 0; }
  section.video .jonnitto-prettyembed {
    border-radius: 1rem; }
    section.video .jonnitto-prettyembed svg {
      display: none; }
    section.video .jonnitto-prettyembed:before {
      content: '\e905';
      font-family: "icomoon";
      font-size: calc(2.75rem + 18vw);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      line-height: 1;
      text-align: center;
      color: #ED6D85;
      z-index: 20; }
      @media (min-width: 1200px) {
        section.video .jonnitto-prettyembed:before {
          font-size: 16.25rem; } }
    section.video .jonnitto-prettyembed--play:before {
      display: none; }

section.visual {
  position: relative;
  aspect-ratio: 16 / 9;
  padding-top: calc(9 / 16 * 100%);
  padding-bottom: 0; }
  section.visual .bg-image {
    overflow: hidden;
    position: absolute; }
    section.visual .bg-image figure {
      position: absolute;
      margin: 0; }

article.event header {
  overflow: hidden; }
  article.event header .wrapper {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); }
    article.event header .wrapper .bg-image, article.event header .wrapper .inner {
      flex: 0 0 auto;
      width: 100%;
      align-self: center; }
      @media (min-width: 768px) {
        article.event header .wrapper .bg-image, article.event header .wrapper .inner {
          flex: 0 0 auto;
          width: 50%; } }
    @media (min-width: 768px) {
      article.event header .wrapper .inner {
        padding-top: 7rem;
        padding-bottom: 7rem; } }
    article.event header .wrapper .bg-image {
      order: 2; }
    article.event header .wrapper .inner {
      order: 1; }
    article.event header .wrapper .bg-image {
      padding: 0;
      position: relative;
      align-self: stretch; }
  article.event header h1:only-child, article.event header .h1:only-child {
    margin-bottom: 0; }
  article.event header .meta {
    display: block;
    margin-bottom: .5rem; }
    article.event header .meta:before {
      margin-right: .25rem; }
    article.event header .meta:last-child {
      margin-bottom: 0; }
    article.event header .meta--date:before {
      content: 'Datum:'; }
    article.event header .meta--location:before {
      content: 'Locatie:'; }
    article.event header .meta--costs:before {
      content: 'Kosten:'; }
    article.event header .meta--contact:before {
      content: 'Contact:'; }
  article.event header .tag-group {
    display: none; }
  article.event header .bg-image {
    position: relative;
    height: 100%;
    min-height: 25rem;
    margin-top: 2rem;
    left: -1.25rem;
    width: calc(100% + 2.5rem); }
    @media (min-width: 768px) {
      article.event header .bg-image {
        margin-top: 0;
        width: 100%;
        left: auto;
        right: -1.25rem;
        border-radius: 1rem 0 0 1rem;
        min-height: 37.5rem; } }

blockquote {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.5px;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding-top: 4rem; }
  @media (min-width: 1200px) {
    blockquote {
      font-size: 2.5rem; } }
  @media (min-width: 768px) {
    blockquote {
      padding: 0 7.5rem 0 7.5rem; } }
  blockquote:before {
    content: '\e904';
    font-family: "icomoon";
    color: #ED6D85;
    font-size: calc(1.6rem + 4.2vw);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1; }
    @media (min-width: 1200px) {
      blockquote:before {
        font-size: 4.75rem; } }
    @media (min-width: 768px) {
      blockquote:before {
        left: 0;
        right: auto; } }
  blockquote footer {
    font-size: calc(1.275rem + 0.3vw);
    letter-spacing: -0.5px;
    margin-top: 2.5rem;
    line-height: 1; }
    @media (min-width: 1200px) {
      blockquote footer {
        font-size: 1.5rem; } }
    blockquote footer span + span:before {
      content: '-';
      margin-left: .5rem;
      margin-right: .5rem; }
    blockquote footer span div {
      display: inline-block; }

body.page--agenda blockquote {
  text-align: left; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btn-primary, section.text-with-media .btn, form a.btn, form button {
  background-color: #144178;
  color: #fff; }
  .btn-primary:hover, section.text-with-media .btn:hover, form a.btn:hover, form button:hover, .btn-primary:active, section.text-with-media .btn:active, form a.btn:active, form button:active {
    background-color: #0d294c;
    color: #fff; }
  .btn-primary:focus, section.text-with-media .btn:focus, form a.btn:focus, form button:focus {
    background-color: #0d294c;
    color: #fff;
    box-shadow: none; }

.btn-secondary, footer#footer .col--btn a {
  background-color: #ED6D85;
  color: #fff;
  box-shadow: inset -0.125rem -0.5rem 0 -0.25rem rgba(47, 50, 52, 0.24); }
  .btn-secondary:hover, footer#footer .col--btn a:hover, .btn-secondary:active, footer#footer .col--btn a:active {
    background-color: #ee768d;
    color: #fff; }
  .btn-secondary:focus, footer#footer .col--btn a:focus {
    background-color: #ee768d;
    color: #fff;
    box-shadow: none; }
  .btn-secondary:focus, footer#footer .col--btn a:focus {
    box-shadow: inset -0.125rem -0.5rem 0 -0.25rem rgba(47, 50, 52, 0.24); }
  .btn-secondary:active, footer#footer .col--btn a:active {
    position: relative;
    top: calc(-1rem - 2.25rem);
    box-shadow: none; }

.btn-icon, footer#footer .col--btn a {
  padding-left: calc(2.5rem + 1rem + 1.5rem); }
  .btn-icon:before, footer#footer .col--btn a:before {
    font-family: "icomoon";
    font-weight: 400;
    left: 2.5rem;
    transform: translateY(-50%);
    top: calc(50% - .2rem);
    position: absolute;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1; }

.btn:disabled, .btn.disabled, .btn--disabled {
  opacity: 0.65;
  pointer-events: none; }

.card {
  flex: 0 0 100%;
  display: flex; }
  .card .card-inner {
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    background-color: #144178;
    transition: background-color 0.2s ease-in-out;
    overflow: hidden;
    width: 100%; }
  .card a {
    text-decoration: none;
    display: block; }
  .card .card-cap {
    aspect-ratio: 48 / 43;
    padding-top: calc(43 / 48 * 100%);
    position: relative; }
    .card .card-cap .bg-image {
      position: absolute; }
  .card .card-body {
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .card .card-body .card-title, .card .card-body .card-subtitle, .card .card-body .meta {
      flex: 0 0 auto;
      width: 100%; }
    .card .card-body .card-title {
      color: #E8E3E2;
      margin-bottom: 0; }
    .card .card-body .card-subtitle, .card .card-body .meta {
      margin-bottom: .5rem; }
    .card .card-body .meta {
      display: block;
      margin-right: 1rem; }
      .card .card-body .meta:first-child {
        margin-top: 1rem; }
      .card .card-body .meta:before {
        margin-right: .25rem; }
      .card .card-body .meta--date:before {
        content: 'Datum:'; }
      .card .card-body .meta--location:before {
        content: 'Locatie:'; }
      .card .card-body .meta--costs:before {
        content: 'Kosten:'; }
      .card .card-body .meta--contact:before {
        content: 'Contact:'; }
  .card:visited .card-inner, .card:hover .card-inner, .card:active .card-inner, .card:focus .card-inner {
    background-color: #184d8e; }

.card--agenda .card-cap {
  aspect-ratio: 16 / 9;
  padding-top: calc(9 / 16 * 100%); }

.card--agenda .card-body {
  text-align: left; }

body.page--activity .card .card-body .card-title {
  order: 1; }

body.page--activity .card .card-body .card-subtitle {
  order: 2;
  margin-top: .5rem;
  margin-bottom: 0; }

input {
  margin-bottom: 2rem; }

textarea {
  margin-bottom: 2rem; }
  textarea.form-control {
    min-height: calc(2em + 5rem + 2px); }
  textarea.form-control-sm {
    min-height: calc(2em + 0.5rem + 2px); }
  textarea.form-control-lg {
    min-height: calc(2em + 5rem + 2px); }

fieldset {
  border: 0; }
  fieldset legend {
    display: none; }

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

.form-group label {
  display: none;
  margin-bottom: 0.5rem;
  font-weight: 700; }
  .form-group label + .subtitle, .form-group article.event header label + .meta, article.event header .form-group label + .meta, .form-group .card .card-body label + .card-subtitle, .card .card-body .form-group label + .card-subtitle, .form-group .card .card-body label + .meta, .card .card-body .form-group label + .meta {
    font-size: 0.875em;
    margin-top: -0.5rem;
    color: #6c757d;
    font-style: italic; }

.form-group label.neos-radio {
  display: inline-block; }
  .form-group label.neos-radio input {
    margin-right: .5rem; }

.form-group .help-inline {
  display: block;
  margin-top: -1.25rem;
  font-size: 0.875em; }

.form-group--time {
  margin-bottom: 2rem; }
  .form-group--time .select-time {
    font-size: 1.1rem; }
  .form-group--time .radio-container {
    position: relative;
    padding: 1rem 1rem 1rem 3.5rem; }
    .form-group--time .radio-container .neos-radio {
      margin-bottom: 0; }
    .form-group--time .radio-container .checkmark {
      top: 1rem;
      left: 1rem; }
    .form-group--time .radio-container .radio-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-color: #E8E3E2;
      border: 0.0625rem solid #144178;
      border-radius: 0.5rem;
      transition: all 0.2s ease-in-out; }
  .form-group--time .radio-container input:checked ~ .checkmark ~ .radio-background {
    background-color: #144178; }
  .form-group--time .radio-container input:checked ~ .checkmark ~ .radio-background ~ .timeslot-group {
    color: #fff; }
  .form-group--time .timeslot-group {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.2s ease-in-out; }
    .form-group--time .timeslot-group .time-start .timeslot--date {
      margin-bottom: 1rem; }
      .form-group--time .timeslot-group .time-start .timeslot--date:before {
        content: '\e902';
        font-family: "icomoon";
        margin-right: .4rem;
        width: 16px;
        display: inline-block; }
      .form-group--time .timeslot-group .time-start .timeslot--date:after {
        content: '/';
        margin-left: .5rem;
        margin-right: .4rem; }
    .form-group--time .timeslot-group .time-start .timeslot--time:before {
      display: none; }
    .form-group--time .timeslot-group .time-end .timeslot--date {
      display: none; }
    .form-group--time .timeslot-group .time-end .timeslot--time:before {
      content: '-';
      margin-right: .25rem; }

.form-control {
  display: block;
  width: 100%;
  padding: 1.188rem 0.75rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  line-height: 2;
  color: #144178;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #144178;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 1200px) {
    .form-control {
      font-size: 1.5rem; } }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #144178;
    background-color: transparent;
    border-color: #a1b3c9;
    outline: 0;
    box-shadow: none; }
    .form-control:focus::-moz-placeholder {
      opacity: 0; }
    .form-control:focus::placeholder {
      opacity: 0; }
  .form-control::-webkit-date-and-time-value {
    height: 2em; }
  .form-control::-moz-placeholder {
    font-size: calc(1.275rem + 0.3vw);
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(47, 50, 52, 0.5);
    letter-spacing: -0.5px;
    font-weight: normal;
    opacity: 1; }
  .form-control::placeholder {
    font-size: calc(1.275rem + 0.3vw);
    transition: all 0.2s ease-in-out;
    color: rgba(47, 50, 52, 0.5);
    letter-spacing: -0.5px;
    font-weight: normal;
    opacity: 1; }
    @media (min-width: 1200px) {
      .form-control::-moz-placeholder {
        font-size: 1.5rem; }
      .form-control::placeholder {
        font-size: 1.5rem; } }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E8E3E2;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 1.188rem 0.75rem;
    margin: -1.188rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #144178;
    background-color: #E8E3E2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dcd8d7; }
  .form-control::-webkit-file-upload-button {
    padding: 1.188rem 0.75rem;
    margin: -1.188rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #144178;
    background-color: #E8E3E2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.2s ease, top 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dcd8d7; }

.form-group.error input, .form-group.error textarea, .form-group.error .file-layout {
  color: #ED6D85;
  border-color: #ef476f; }
  .form-group.error input::-moz-placeholder, .form-group.error textarea::-moz-placeholder, .form-group.error .file-layout::-moz-placeholder {
    color: rgba(237, 109, 133, 0.7); }
  .form-group.error input::placeholder, .form-group.error input:after, .form-group.error textarea::placeholder, .form-group.error textarea:after, .form-group.error .file-layout::placeholder, .form-group.error .file-layout:after {
    color: rgba(237, 109, 133, 0.7); }
  .form-group.error input:focus, .form-group.error textarea:focus, .form-group.error .file-layout:focus {
    border-color: #f7a3b7;
    outline: 0;
    box-shadow: 0 0 0 0.0625rem rgba(239, 71, 111, 0.25); }

.form-group.error .help-inline {
  font-family: "Flood Std", "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #ef476f;
  letter-spacing: 0;
  margin-bottom: 2rem; }

.form-group.success .help-inline {
  font-size: 0.875em;
  margin-top: -2rem;
  color: #06d6a0;
  font-family: "Flood Std", "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
  margin-bottom: 2rem; }

.radio-container {
  line-height: 1.25rem;
  color: #144178;
  margin: 0.75rem 0;
  font-weight: 400 !important;
  padding-left: calc(1.25rem + 0.75rem);
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  z-index: 3; }
  .radio-container input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    left: 0;
    top: 0; }
    .radio-container input:checked ~ .checkmark {
      background-color: #fff; }
    .radio-container input:checked ~ .checkmark:after {
      display: block;
      transform: scale(1);
      opacity: 1; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
    background-color: transparent;
    border: 0.125rem solid #144178;
    box-shadow: none;
    z-index: 4; }
    .radio-container .checkmark:after {
      content: '';
      position: absolute;
      top: calc((1.25rem - 0.5rem - 0.25rem) / 2);
      left: calc((1.25rem - 0.5rem - 0.25rem) / 2);
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: #144178;
      box-shadow: 0 0 0 #144178;
      transform: scale(0);
      opacity: 0;
      transition: all 0.2s ease-in-out; }

.help-block {
  display: flex;
  align-items: flex-end;
  justify-content: end; }
  .help-block figure {
    height: 15rem;
    max-height: 15rem;
    max-width: 25rem;
    min-width: 16rem;
    display: inline-block;
    margin-right: 1rem;
    text-align: right; }
    .help-block figure img {
      height: 100%;
      width: auto; }
  .help-block span {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    line-height: 32px;
    top: calc(-1rem - 2.5rem); }
    @media (min-width: 1200px) {
      .help-block span {
        font-size: 1.5rem; } }

.jonnitto-prettyembed-lightbox__content, :where(.jonnitto-prettyembed) {
  border: 0 solid transparent;
  display: block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

:is(.jonnitto-prettyembed, .jonnitto-prettyembed-lightbox__content) > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }

:is(.jonnitto-prettyembed, .jonnitto-prettyembed-lightbox__content) > :is(audio, iframe, video) {
  border: 0 solid transparent;
  display: block;
  isolation: isolate;
  margin: 0;
  max-height: 100%;
  max-width: none;
  outline: none;
  padding: 0;
  width: 100%; }

.jonnitto-prettyembed-preview {
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  width: 100%; }

.jonnitto-prettyembed-pointer-none {
  pointer-events: none; }

.jonnitto-prettyembed-ratio {
  aspect-ratio: var(--aspect-ratio, 16/9); }

.jonnitto-prettyembed-ratio :where(iframe, video) {
  aspect-ratio: var(--aspect-ratio, 16/9); }

:is(.jonnitto-prettyembed, .jonnitto-prettyembed-lightbox, .jonnitto-prettyembed-backdrop) [x-cloak] {
  pointer-events: auto !important;
  visibility: hidden !important; }

a.jonnitto-prettyembed {
  text-decoration: none; }

.jonnitto-prettyembed-lightbox {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: var(--prettyembed-lightbox-padding, 15px);
  z-index: var(--prettyembed-lightbox-z-index, 5500); }

.jonnitto-prettyembed-lightbox :where(iframe, video) {
  box-shadow: var(--prettyembed-lightbox-shadow, 0 0 8px rgba(0, 0, 0, 0.6)); }

.jonnitto-prettyembed-backdrop {
  -webkit-backdrop-filter: var(--prettyembed-lightbox-backdrop-filter, blur(5px));
  backdrop-filter: var(--prettyembed-lightbox-backdrop-filter, blur(5px));
  background: var(--prettyembed-lightbox-overlay-background, rgba(10, 10, 10, 0.8));
  inset: 0;
  position: fixed;
  z-index: calc(var(--prettyembed-lightbox-z-index, 5500) - 1); }

.jonnitto-prettyembed-lightbox__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: var(--prettyembed-lightbox-max-width, 900px);
  width: 100%; }

.jonnitto-prettyembed-lightbox__content {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 0;
  max-height: calc(99vh - var(--prettyembed-lightbox-padding, 15px) * 1.5 - var(--prettyembed-lightbox-close-size, 30px)); }

.jonnitto-prettyembed-lightbox__close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--prettyembed-lightbox-close-color, #fff);
  cursor: pointer;
  display: block;
  font-family: Arial, Baskerville, monospace;
  font-size: var(--prettyembed-lightbox-close-size, 30px);
  font-style: normal;
  line-height: 1;
  margin: calc(-1em - 10px) -18px -8px auto;
  opacity: var(--prettyembed-lightbox-close-opacity, 0.65);
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  transition: opacity .2s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1; }

.jonnitto-prettyembed-lightbox__close:is(:hover, :focus, :active) {
  opacity: var(--prettyembed-lightbox-close-opacity-hover, 1);
  outline: none; }

.jonnitto-prettyembed-lightbox__close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.jonnitto-prettyembed-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--prettyembed-button-foreground-color, #fff);
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  margin: 0;
  opacity: var(--prettyembed-button-opacity, 0.9);
  padding: 0;
  position: absolute;
  transition: opacity .25s linear;
  width: 100%;
  z-index: 1; }

.jonnitto-prettyembed-button > * {
  pointer-events: none; }

.jonnitto-prettyembed-button:is(:hover, :focus) > svg {
  transform: scale(var(--prettyembed-button-scale-hover, 1)); }

.jonnitto-prettyembed-button:active > svg {
  transform: scale(var(--prettyembed-button-scale-active, 0.9)); }

.jonnitto-prettyembed-button svg {
  height: var(--prettyembed-button-play-size, 72px);
  transform: scale(var(--prettyembed-button-scale, 0.8));
  transition: transform .25s ease-in-out, opacity .25s linear;
  width: var(--prettyembed-button-play-size, 72px); }

.jonnitto-prettyembed-button__background {
  fill: var(--prettyembed-button-background-color, #000);
  fill-opacity: var(--prettyembed-button-background-opactiy, 0.4);
  stroke-width: var(--prettyembed-button-background-stroke, 5); }

.jonnitto-prettyembed-button--pause {
  bottom: var(--prettyembed-button-pause-margin, 18px);
  height: var(--prettyembed-button-pause-size, 36px);
  left: var(--prettyembed-button-pause-margin, 18px);
  opacity: 0;
  top: auto;
  transition: opacity .25s linear;
  width: var(--prettyembed-button-pause-size, 36px); }

:is(.jonnitto-prettyembed, .jonnitto-prettyembed-lightbox__content):is(:hover, :focus) .jonnitto-prettyembed-button--pause {
  opacity: var(--prettyembed-button-opacity, 0.9); }

.jonnitto-prettyembed-gdpr {
  align-items: center;
  -webkit-backdrop-filter: var(--prettyembed-gdpr-backdrop-filter, blur(5px));
  backdrop-filter: var(--prettyembed-gdpr-backdrop-filter, blur(5px));
  cursor: default;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 1; }

.jonnitto-prettyembed-gdpr:after {
  background: var(--prettyembed-gdpr-overlay-color, #0b0b0b);
  content: "";
  inset: 0;
  opacity: var(--prettyembed-gdpr-overlay-opacity, 0.8);
  position: fixed;
  z-index: -1; }

.jonnitto-prettyembed-gdpr__panel {
  color: var(--prettyembed-gdpr-color, #fff);
  display: flex;
  flex-direction: column;
  font-size: var(--prettyembed-gdpr-font-size-mobile, 0.8rem);
  gap: var(--prettyembed-gdpr-gap, 1em);
  max-height: 100%;
  overflow: auto;
  padding: var(--prettyembed-gdpr-padding, 0.5em);
  pointer-events: auto !important; }

.jonnitto-prettyembed-gdpr__panel * {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center; }

.jonnitto-prettyembed-gdpr__panel p {
  font-size: var(--prettyembed-gdpr-explantation-font-size, 0.9em);
  margin: 0 auto;
  max-width: var(--prettyembed-gdpr-explantation-max-width, 60ch); }

.jonnitto-prettyembed-gdpr__panel div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--prettyembed-gdpr-button-gap, 1em);
  justify-content: center; }

.jonnitto-prettyembed-gdpr__button {
  border-radius: var(--prettyembed-gdpr-button-border-radius, 0.25em);
  cursor: pointer;
  display: block;
  padding: var(--prettyembed-gdpr-button-padding, 0.5em 1em);
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; }

.jonnitto-prettyembed-gdpr__button--accept {
  background-color: var(--prettyembed-gdpr-button-accept-background-color, #16a34a);
  border: var(--prettyembed-gdpr-button-accept-border, 1px solid #16a34a);
  color: var(--prettyembed-gdpr-button-accept-color, #fff); }

.jonnitto-prettyembed-gdpr__button--accept:is(:hover, :focus) {
  background-color: var(--prettyembed-gdpr-button-accept-background-color-hover, #15803d);
  border-color: var(--prettyembed-gdpr-button-accept-border-color-hover, #15803d);
  color: var(--prettyembed-gdpr-button-accept-color-hover, #fff); }

.jonnitto-prettyembed-gdpr__button--external {
  background-color: var(--prettyembed-gdpr-button-external-background-color, transparent);
  border: var(--prettyembed-gdpr-button-external-border, 1px solid #fff);
  color: var(--prettyembed-gdpr-button-external-color, #fff); }

.jonnitto-prettyembed-gdpr__button--external:is(:hover, :focus) {
  background-color: var(--prettyembed-gdpr-button-external-background-color-hover, #fff);
  color: var(--prettyembed-gdpr-button-external-color-hover, #000); }

@media (min-width: 640px) {
  .jonnitto-prettyembed-gdpr__panel {
    font-size: var(--prettyembed-gdpr-font-size, 1rem); } }

.screensaver {
  position: relative;
  height: 100vh;
  z-index: 999;
  display: none;
  visibility: hidden;
  opacity: 0; }
  .screensaver a {
    text-decoration: none;
    display: block; }
  .screensaver figure.logo-fig {
    position: absolute;
    height: 10rem;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center; }
  .screensaver .screensaver-hero {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0; }
    .screensaver .screensaver-hero:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 40%;
      left: 0;
      background: #e8e3e2;
      background: linear-gradient(180deg, #e8e3e2 0%, rgba(232, 227, 226, 0) 100%);
      z-index: 1; }
    .screensaver .screensaver-hero .grid-container, .screensaver .screensaver-hero .row {
      position: relative;
      height: 100vh;
      z-index: 2; }
    .screensaver .screensaver-hero .row {
      align-items: center; }
    .screensaver .screensaver-hero h1, .screensaver .screensaver-hero .h1, .screensaver .screensaver-hero h2, .screensaver .screensaver-hero .h2, .screensaver .screensaver-hero h3, .screensaver .screensaver-hero .h3, .screensaver .screensaver-hero body.page--homepage.neos-backend .screensaver:before, body.page--homepage.neos-backend .screensaver .screensaver-hero .screensaver:before {
      margin-bottom: 0;
      color: #144178; }
  .screensaver .screensaver-message {
    font-size: calc(1.375rem + 1.5vw);
    transition: background-color 0.2s ease-in-out;
    background-color: #144178;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 5.75rem 2.5rem;
    text-decoration: none;
    position: absolute;
    text-align: center;
    display: block;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 1200px) {
      .screensaver .screensaver-message {
        font-size: 2.5rem; } }
    .screensaver .screensaver-message span {
      color: #E8E3E2;
      font-weight: 700;
      display: inline-block;
      position: relative;
      padding-right: 6.375rem;
      margin-bottom: 0; }
      .screensaver .screensaver-message span:after {
        content: '\e901';
        font-family: "icomoon";
        font-weight: 400;
        font-size: 5rem;
        position: absolute;
        margin-left: 2rem;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .screensaver .screensaver-message:hover {
      background-color: #184d8e; }

body.screensaver-active .screensaver {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  animation: screensaver-fade-in .5s forwards; }

@keyframes screensaver-fade-in {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

body.neos-backend .screensaver {
  display: none; }

body.page--homepage.neos-backend .screensaver {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  top: 20rem; }
  body.page--homepage.neos-backend .screensaver:before {
    content: 'Screensaver';
    transform: translateY(-200%);
    position: absolute;
    text-align: center;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0; }
  body.page--homepage.neos-backend .screensaver a {
    pointer-events: none; }


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