/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container {
  --bs-gutter-x: 4.8rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1224px;
  }
}
@media (min-width: 1921px) {
   .container {
    max-width: 1320px;
  }
}
@media (min-width: 2561px) {
   .container {
    max-width: 1600px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-wqhd: 1921px;
  --bs-breakpoint-uhd: 2561px;
}

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

.col {
  flex: 1 0 0;
}

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

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
}

.mb-2 {
  margin-bottom: 2.4rem !important;
}

.mb-3 {
  margin-bottom: 3.6rem !important;
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5.4rem !important;
  }
}
/*!
 * Bootstrap Utilities v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.mb-2 {
  margin-bottom: 2.4rem !important;
}

.mb-3 {
  margin-bottom: 3.6rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.visible {
  visibility: visible !important;
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5.4rem !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/jost-v18-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v18-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/jost-v18-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/jost-v18-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/jost-v18-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v15-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v15-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-sans-v15-latin-900.woff2") format("woff2");
}
h1.header__title {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  h1.header__title {
    font-size: 3.2rem;
  }
}

h2 {
  font-family: "Jost", Arial, sans-serif;
  line-height: 1.2;
}
h2.header__headline {
  font-weight: 700;
  font-size: 3.6rem;
  color: #FFFFFF;
  margin: 4.8rem 0 2.4rem;
}
@media only screen and (min-width: 992px) {
  h2.header__headline {
    font-size: 7.2rem;
    margin: 9.6rem 0 3.6rem;
  }
}
.header__page h2.header__headline {
  margin: 4.8rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .header__page h2.header__headline {
    margin: 9.6rem 0 0 0;
  }
}
h2.main__headline {
  font-weight: 400;
  font-size: 2.4rem;
  color: #444444;
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 992px) {
  h2.main__headline {
    font-size: 3.6rem;
    margin: 0 0 4.8rem 0;
  }
}
.page-content h2 {
  margin: 0 0 2.4rem 0;
}

.page-content h3 {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 3.6rem 0 2.4rem 0;
  color: #1F7BAD;
}
@media only screen and (min-width: 992px) {
  .page-content h3 {
    font-size: 2.8rem;
    margin: 6rem 0 2.8rem 0;
  }
}
.page-content h3:first-child {
  margin-top: 0;
}

span.header__title-topline {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  span.header__title-topline {
    font-size: 3.2rem;
  }
}
span.header__subheadline {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #FFFFFF;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  span.header__subheadline {
    font-size: 5.4rem;
  }
}
span.fact-bar__label {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  span.fact-bar__label {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1921px) {
  span.fact-bar__label {
    font-size: 3.6rem;
  }
}

label {
  display: block;
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 992px) {
  label {
    font-size: 1.4rem;
  }
}

.page-content p {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #333333;
}
.page-content p:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .page-content p {
    font-size: 1.8rem;
  }
}

a.footer-list__link {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 992px) {
  a.footer-list__link {
    font-size: 1.8rem;
  }
}
a.footer-list__link:hover {
  color: #1F7BAD;
}
.page-content a {
  transition: all 0.2s ease;
  color: #1F7BAD;
  text-decoration: none;
}
.page-content a:hover {
  color: #1a3260;
}

.page-content ul {
  list-style-type: none;
  margin: 0 0 2.4rem 0;
  padding: 0 0 0 1.2rem;
}
@media only screen and (min-width: 992px) {
  .page-content ul {
    padding: 0 0 0 2.4rem;
  }
}
.page-content ul li {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #333333;
  padding-left: 1.6rem;
  position: relative;
}
.page-content ul li:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .page-content ul li {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
.page-content ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #1F7BAD;
  border-radius: 2rem;
}
@media only screen and (min-width: 992px) {
  .page-content ul li:before {
    top: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.form-headline,
.h3 {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .form-headline,
  .h3 {
    font-size: 2.4rem;
  }
}

.h3 {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 992px) {
  .h3 {
    margin: 0 0 2.4rem 0;
  }
}

.footer__copyright {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    font-size: 1.8rem;
  }
}

.back-link {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  margin: 3.6rem 0 3.6rem 0;
  padding: 1rem 1.2rem;
  border: 0.2rem solid #1F7BAD;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .back-link {
    margin: 4.8rem 0 6rem 0;
    padding: 1.2rem 1.4rem;
  }
}
.back-link__icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #1F7BAD;
  transition: all 0.2s ease;
}
.back-link__label {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #1F7BAD;
  transition: all 0.2s ease;
  margin-top: 0.1rem;
}
@media only screen and (min-width: 992px) {
  .back-link__label {
    font-size: 1.6rem;
  }
}
.back-link:hover {
  border: 0.2rem solid #1a3260;
}
.back-link:hover .back-link__icon,
.back-link:hover .back-link__label {
  color: #1a3260;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title {
  font-family: "Jost", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #1F7BAD;
}
@media only screen and (min-width: 992px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    font-size: 2.8rem;
    margin: 0;
  }
}
.cmplz-cookiebanner .cmplz-body .cmplz-message {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  color: #333333;
}
.cmplz-cookiebanner .cmplz-categories {
  margin-top: 2rem;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.4rem !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-weight: 700 !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-weight: 400 !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.4rem !important;
  font-weight: 400;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
  color: #FFFFFF;
  text-transform: uppercase;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
  margin-top: 1rem;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents .cmplz-link {
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
  color: #1F7BAD;
  text-decoration: none;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents .cmplz-link:hover {
  color: #1a3260;
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  min-width: 37.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.footer {
  background-color: #1a3260;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .footer {
    margin-top: 7.2rem;
  }
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer-list {
    justify-content: flex-end;
  }
}

.header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 992px) {
  .header {
    padding-top: 4.8rem;
    padding-bottom: 21.6rem;
  }
}
.header__page {
  padding-bottom: 4.8rem;
}
@media only screen and (min-width: 992px) {
  .header__page {
    padding-top: 4.8rem;
    padding-bottom: 6rem;
  }
}
.header__content {
  position: relative;
  z-index: 3;
}
.header__title-wrapper {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .header__title-wrapper {
    gap: 3.6rem;
  }
}
.header__logo-wrapper {
  width: 4.8rem;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 992px) {
  .header__logo-wrapper {
    width: 9.6rem;
  }
}
.header__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
.header__background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header__background-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}
.header__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fact-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  transform: translateY(50%);
}
.fact-bar__content {
  background-color: #1F7BAD;
  padding: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .fact-bar__content {
    padding: 3.6rem;
  }
}
.fact-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fact-bar__icon-wrapper {
  width: 4.8rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .fact-bar__icon-wrapper {
    width: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fact-bar__icon-wrapper {
    width: 9.6rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1921px) {
  .fact-bar__icon-wrapper {
    width: 12rem;
  }
}
.fact-bar__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}

.main {
  margin-top: 12rem;
}
@media only screen and (min-width: 992px) {
  .main {
    margin-top: 21.6rem;
  }
}

.form-row,
.form-row-cols {
  margin-bottom: 2.4rem;
}

.form-row-cols {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .form-row-cols {
    flex-direction: row;
  }
}

.form-row-cols-triple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .form-row-cols-triple {
    flex-wrap: nowrap;
  }
}

.form-row-headline {
  margin: 0 0 2em 0;
}
@media only screen and (min-width: 992px) {
  .form-row-headline {
    margin: 0 0 2.4rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .form-half {
    width: calc(50% - 1.2rem);
  }
}

.form-zip {
  width: calc(40% - 1.2rem);
}
@media only screen and (min-width: 992px) {
  .form-zip {
    width: calc(20% - 1.2rem);
  }
}

.form-city {
  width: calc(60% - 1.2rem);
}
@media only screen and (min-width: 992px) {
  .form-city {
    width: calc(40% - 1.2rem);
  }
}

.form-country {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .form-country {
    width: calc(40% - 1.2rem);
  }
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.5rem;
}
.wpcf7-form-control-wrap input:hover, .wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap select:hover, .wpcf7-form-control-wrap select:focus, .wpcf7-form-control-wrap textarea:hover, .wpcf7-form-control-wrap textarea:focus {
  outline: 0.2rem solid #1a3260;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 992px) {
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
    font-size: 1.8rem;
    padding: 1.4rem 1.8rem;
  }
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: 0;
  transform: translateY(60%);
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #E07373;
  color: #FFFFFF;
  white-space: nowrap;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    left: unset;
    right: 1rem;
  }
}
.wpcf7-form-control-wrap .privacy-check {
  display: block;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #F1F1F1;
  border: 0;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  outline: 0.2rem solid transparent;
  cursor: pointer;
  background-position: center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1921px) {
  .wpcf7-form-control-wrap .privacy-check {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.wpcf7-form-control-wrap .privacy-check:hover, .wpcf7-form-control-wrap .privacy-check:focus, .wpcf7-form-control-wrap .privacy-check:active {
  outline: 0.2rem solid #1a3260;
  background-color: #FAFAFA;
}
.wpcf7-form-control-wrap .privacy-check:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: #1a3260;
}
.wpcf7-form-control-wrap .privacy-check:checked:hover, .wpcf7-form-control-wrap .privacy-check:checked:focus {
  outline: 0.2rem solid #1a3260;
}

.wpcf7-text, .wpcf7-textarea {
  background-color: #F1F1F1;
  border: 0;
  width: 100%;
  color: #333333;
  transition: all 0.2s ease;
  outline: 0.2rem solid transparent;
  cursor: auto;
}
.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid {
  background-color: #F7E6E6;
  color: #730909;
}
.wpcf7-text.wpcf7-not-valid:hover, .wpcf7-text.wpcf7-not-valid:focus, .wpcf7-textarea.wpcf7-not-valid:hover, .wpcf7-textarea.wpcf7-not-valid:focus {
  outline: 0.2rem solid #730909;
}

.select-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
}
.select-wrap .wpcf7-form-control-wrap:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  top: 50%;
  right: 0.6rem;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  z-index: 2;
}

.wpcf7-select {
  appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #333333;
  transition: all 0.2s ease;
  outline: 0.2rem solid transparent;
}
.wpcf7-select.wpcf7-not-valid {
  background-color: #F7E6E6;
  color: #730909;
}
.wpcf7-select.wpcf7-not-valid:hover, .wpcf7-select.wpcf7-not-valid:focus {
  outline: 0.2rem solid #730909;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.8rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #1F7BAD;
  transition: all 0.2s ease;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: #1a3260;
}

.submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.wpcf7-submit {
  width: 100%;
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  background-color: #1a3260;
  color: #FFFFFF;
  padding: 1.2rem 1.8rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
@media only screen and (min-width: 992px) {
  .wpcf7-submit {
    width: auto;
  }
}
.wpcf7-submit:hover {
  background-color: rgb(36.868852459, 70.9016393443, 136.131147541);
}
.wpcf7-submit:disabled {
  background-color: rgb(200, 200, 200);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  padding: 2.4rem;
  border-radius: 0.5rem;
  font-family: "Nunito Sans", "Jost", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #DCF0E6;
  color: #237850;
  border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #FCEDCE;
  color: #C58500;
  border: 0;
}
