@charset "UTF-8";
@font-face {
  font-display: auto;
  font-style: normal;
  font-weight: normal;
  font-family: Portraits;
  src: url("../assets/fonts/PortraitsRegular.woff2") format("woff2"), url("../assets/fonts/PortraitsRegular.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: inherit;
  font-size: 1rem;
  line-height: inherit;
}

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

figure {
  margin: 0;
}

html {
  height: 100%;
  overflow-x: clip;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  margin-bottom: 0;
  overflow-x: clip;
  color: #002663;
}
@media (min-width: 36em) {
  body {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
}

ol,
ul {
  padding-left: 1em;
}

ul {
  list-style: none;
}

li {
  position: relative;
}

p,
ul,
ol,
dl,
li {
  margin-bottom: 1rem;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
li:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

hr {
  width: 100%;
  height: 0.125rem;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
  border: 0;
  background-color: #e7e9ed;
}
@media (min-width: 46.25rem) {
  hr {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

h1 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h1 {
    font-size: 2.375rem;
    line-height: 1.3;
  }
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h4 {
    font-size: 1.375rem;
  }
}

h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #002663;
  }
}

h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  h6 {
    font-size: 1.1875rem;
  }
}

.hidden {
  display: none;
}

@media (min-width: 63.9375em) {
  .hide--lg {
    display: none !important;
  }
}

@media (min-width: 46.25rem) {
  .hide--md {
    display: none !important;
  }
}

@media screen and (max-width: 46.25rem) {
  .show--md {
    display: none;
  }
}

@media (max-width: 63.9375em) {
  .show--lg {
    display: none !important;
  }
}

picture {
  display: block;
}

.picture--cover {
  width: 100%;
  height: 100%;
  display: flex;
}
.picture--cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture--fit {
  display: flex;
  height: 100%;
}
.picture--fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture--absolute {
  position: absolute;
  z-index: -1;
}

.picture--box {
  min-height: 23.4375rem;
}

.picture--support {
  height: 23.75rem;
}
@media (min-width: 46.25rem) {
  .picture--support {
    height: 32.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.icon--rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0.5rem;
  background-color: #EF1A1A;
}
.icon--rounded > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.icon--rounded:hover {
  box-shadow: 0 0 1rem rgba(239, 26, 26, 0.5);
}

.icon--plus {
  width: 1rem;
  height: 1rem;
}
.icon--plus::before, .icon--plus::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.18s ease-in;
  margin: auto;
  background-color: #002663;
}
.icon--plus::before {
  width: 1rem;
  height: 0.125rem;
}
.icon--plus::after {
  width: 0.125rem;
  height: 1rem;
}

.flex {
  display: flex;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--middle {
  align-items: center;
}

.flex--center {
  justify-content: center;
}

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

.hr--separate {
  margin: 0;
  height: 0.0625rem;
  background-color: #f4f5f7;
}

.flex-self-end {
  align-self: flex-end;
}

.flex-self-center {
  align-self: center;
}

.relative {
  position: relative;
}

.author {
  display: flex;
  align-items: center;
}

.author img {
  flex: 0 0 auto;
  margin-right: 1rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.author .title {
  font-size: clamp(1.125rem, 2vw, 1.1875rem);
}

.boxer {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #f4f5f7;
}
.boxer::before, .boxer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.boxer::before {
  left: 100%;
  width: 6.25rem;
}
.boxer::after {
  right: 100%;
  width: 100vw;
}
@media (min-width: 36em) {
  .boxer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.boxer--green {
  background-color: #dff2ef;
}

.boxer--narrow {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 36em) {
  .boxer--narrow {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.boxer--reference {
  padding-block: 5rem;
}
@media (min-width: 63.9375em) {
  .boxer--reference {
    padding-block: 7.875rem;
  }
}

.boxer--right::before {
  right: 100%;
  left: auto;
  width: 6.25rem;
}
.boxer--right::after {
  right: auto;
  left: 100%;
  width: 100vw;
}

.container {
  max-width: 71.375rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.container--semi-narrow {
  max-width: 63rem;
}

.container--narrow {
  max-width: 48.75rem;
}

.container--narrower {
  max-width: 44rem;
}

.container--narrowest {
  max-width: 32.5rem;
}

.container--extra-narrow {
  max-width: 21.5rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 2rem);
  margin-inline: -1rem;
}

.grid--no-gap {
  width: 100%;
  margin-inline: 0;
}
.grid--no-gap .grid__item {
  padding-inline: 0;
}

.grid--small {
  width: calc(100% + 1.5rem);
  margin-inline: -0.75rem;
}

.grid--medium {
  width: calc(100% + 3rem);
  margin-inline: -1.5rem;
}

.grid--center {
  justify-content: center;
}

.grid--middle {
  align-items: center;
}

.grid--start {
  justify-content: flex-start;
}

.grid--between {
  justify-content: space-between;
}

@media (min-width: 36em) {
  .grid--reverse-sm {
    flex-direction: row-reverse;
  }
}

.grid--gap-v {
  gap: 1.5rem 0;
}

.grid--gap-h {
  gap: 0 1.875rem;
}

.grid__item {
  width: 100%;
  padding-inline: 1rem;
}
@media (min-width: 36em) {
  .grid__item {
    width: 50%;
  }
}

.grid--small > .grid__item {
  padding-inline: 0.75rem;
}

.grid--medium > .grid__item {
  padding-inline: 1.5rem;
}

.grid__item--6,
.grid__item--half-xs {
  width: 50%;
}

@media (min-width: 63.9375em) {
  .grid__item--third {
    width: 33.3%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--two-third {
    width: 66.6%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--quarter {
    width: 25%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--three-quarter {
    width: 75%;
  }
}

.grid__item--quarter-sm {
  width: 50%;
}
@media (min-width: 63.9375em) {
  .grid__item--quarter-sm {
    width: 25%;
  }
}

.grid__item--12 {
  width: 100%;
}

@media (min-width: 63.9375em) {
  .grid__item--5-lg {
    width: 20%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--5-md {
    width: 41.6666666667%;
  }
}

@media (min-width: 36em) {
  .grid__item--4-sm {
    width: 33.3333333333%;
  }
}

@media (min-width: 36em) {
  .grid__item--8-sm {
    width: 66.6666666667%;
  }
}

@media (min-width: 46.25rem) {
  .grid__item--4-md {
    width: 33.3333333333%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--8-md {
    width: 66.6666666667%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--3-lg {
    width: 25%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--4-lg {
    width: 33.3333333333%;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--8-lg {
    width: 66.6666666667%;
  }
}

@media (min-width: 36em) {
  .grid__item--order-1-sm {
    order: 1;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--auto-lg {
    width: auto;
    flex: 1;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 46.25rem) {
  .order-2-md {
    order: 2;
  }
}

@media (min-width: 63.9375em) {
  .order-1-lg {
    order: 1;
  }
}

@media (min-width: 63.9375em) {
  .order-2-lg {
    order: 2;
  }
}

.grid__item--shrink {
  width: auto;
}

.grid__item--expand {
  width: auto;
  flex: 1;
}

@media (min-width: 46.25rem) {
  .grid__item--shrink-md {
    width: auto;
  }
}

@media (min-width: 46.25rem) {
  .grid__item--expand-md {
    width: auto;
    flex: 1;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--shrink-lg {
    width: auto;
  }
}

@media (min-width: 63.9375em) {
  .grid__item--expand-lg {
    width: auto;
    flex: 1;
  }
}

.section {
  position: relative;
  padding-block: 4rem;
}

.section--dense {
  padding-block: 1.25rem;
}
@media (min-width: 46.25rem) {
  .section--dense {
    padding-block: 2.5rem;
  }
}

.section--dense-bottom {
  padding-bottom: 1.25rem;
}
@media (min-width: 46.25rem) {
  .section--dense-bottom {
    padding-bottom: 2.5rem;
  }
}

.section--dense-top {
  padding-top: 1.25rem;
}
@media (min-width: 46.25rem) {
  .section--dense-top {
    padding-top: 2.5rem;
  }
}

.section--global {
  padding-block: 4rem;
}
@media (min-width: 63.9375em) {
  .section--global {
    padding-block: 5rem;
  }
}

.section--medium {
  padding-block: 1rem;
}
@media (min-width: 63.9375em) {
  .section--medium {
    padding-block: 2rem;
  }
}

.section--large {
  padding-block: 4rem;
}
@media (min-width: 63.9375em) {
  .section--large {
    padding-block: 7.25rem;
  }
}

.section--fuild {
  margin-inline: -1.25rem;
}
@media (min-width: 63.9375em) {
  .section--fuild {
    margin-inline: 0;
  }
}

.section--top-0 {
  padding-top: 0;
}

.section--bottom-0 {
  padding-bottom: 0;
}

.section__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 46.25rem) {
  .section__logos {
    justify-content: space-between;
  }
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site {
    height: 100%;
  }
}
.site-header,
.site-footer {
  flex: none;
}

.site-content {
  flex: 1 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.anchor {
  position: relative;
}

.anchor > div {
  position: absolute;
  top: 0;
}
@media (min-width: 63.9375em) {
  .anchor > div {
    top: -9.6875rem;
  }
}

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.08125rem;
  font-weight: 500;
}

.breadcrumbs__subtitle {
  margin-top: 1rem;
}

.breadcrumbs__navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.5625rem;
}
@media (min-width: 46.25rem) {
  .breadcrumbs__navigation {
    margin-bottom: 0.75rem;
  }
}

.breadcrumbs__link {
  position: relative;
  display: none;
  margin-left: 0.625rem;
}
.breadcrumbs__link::after {
  content: "-";
  position: absolute;
  top: 0;
  left: -0.6875rem;
}
@media (min-width: 36em) {
  .breadcrumbs__link {
    display: inline;
  }
}

.breadcrumbs__navigation--detail > .breadcrumbs__subtitle > .breadcrumbs__link {
  display: inline;
}
.breadcrumbs__navigation--detail > .breadcrumbs__subtitle > .breadcrumbs__link::after {
  display: none;
}
@media (min-width: 36em) {
  .breadcrumbs__navigation--detail > .breadcrumbs__subtitle > .breadcrumbs__link::after {
    display: block;
  }
}

.breadcrumbs__float-link {
  position: absolute;
  top: -4.0625rem;
  right: 50%;
  white-space: nowrap;
  transform: translateX(50%);
}
@media (min-width: 46.25rem) {
  .breadcrumbs__float-link {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.breadcrumbs__arrow {
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  color: #002663;
  transform: translateY(-50%);
}
.breadcrumbs__arrow:hover, .breadcrumbs__arrow:focus {
  text-decoration: none;
}

.breadcrumbs__navigation--detail > .breadcrumbs__arrow {
  display: block;
}

.breadcrumbs__arrow > svg {
  transform: rotate(180deg);
}

.breadcrumbs__back {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  transform: translateY(-50%);
}
.breadcrumbs__back:hover, .breadcrumbs__back:focus {
  text-decoration: underline;
}
@media (min-width: 36em) {
  .breadcrumbs__back {
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.08125rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #aec0c8;
  }
}

.breadcrumbs__back > svg {
  margin-right: 0.875rem;
}

.breadcrumbs__back > .breadcrumbs__arrow {
  position: static;
  margin-right: 0.875rem;
  transform: none;
}

@media (min-width: 46.25rem) {
  .breakline-md-dense {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 46.25rem) {
  .breakline-md-dense-bottom {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

.breakline-md {
  display: none;
}
@media (min-width: 46.25rem) {
  .breakline-md {
    display: block;
  }
}

.btn {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: opacity, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-image: none;
  cursor: pointer;
  appearance: none;
  min-width: 11.875rem;
  height: 3.4375rem;
  padding: 1rem 1.625rem;
  margin: 0;
  color: #fff;
  background-color: #193B72;
}
.btn:hover, .btn:focus {
  background-color: #002663;
  outline: 0;
}

.btn--block {
  display: flex;
  min-width: 0;
}

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

.btn--small {
  height: 2.8125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 0.875rem;
}

.btn--smaller {
  min-width: 0;
  height: 2rem;
  padding: 0.4375rem 1.25rem;
  font-size: 0.8125rem;
  text-transform: none;
}

.btn--narrow {
  min-width: 7.5rem;
  height: 2.8125rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.btn--narrower {
  height: 2.8125rem;
  padding: 1rem 0.8125rem;
  font-size: 0.875rem;
}

.btn--narrowest {
  min-width: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn--dot {
  position: relative;
}
.btn--dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: rgba(239, 26, 26, 0.8);
  transform: translate(-50%, -50%);
}

.btn--white {
  color: #002663;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 1.5625rem rgba(0, 38, 99, 0.1);
}
.btn--white:hover, .btn--white:focus {
  border-color: #002663;
  background-color: #fff;
}

.btn--border {
  border: 0.0625rem solid #618FBD;
  background-color: transparent;
}
.btn--border:hover, .btn--border:focus {
  background-color: #193B72;
}

.btn--border-dark {
  color: #002663;
  border: 1px solid #193B72;
  background-color: transparent;
}
.btn--border-dark:hover, .btn--border-dark:focus {
  background-color: rgba(25, 59, 114, 0.1);
}

.btn--transparent {
  background-color: transparent;
  font-size: 1.0625rem;
  text-decoration: none;
  color: #002663;
}
.btn--transparent:hover, .btn--transparent:focus {
  background-color: transparent;
}
.btn--transparent:hover, .btn--transparent:focus {
  text-decoration: underline;
}

.btn--transparent-decorated {
  text-decoration: underline;
}
.btn--transparent-decorated:hover, .btn--transparent-decorated:focus {
  text-decoration: none;
}

.btn--round {
  justify-content: flex-start;
  min-width: 0;
  padding: 1rem;
  font-weight: 600;
  color: #002663;
  border: 1px solid #dff2ef;
  border-radius: 1.75rem;
  background-color: #dff2ef;
  box-shadow: 0 0 1.5625rem rgba(223, 242, 239, 0.58);
}
.btn--round:hover, .btn--round:focus {
  border-color: #a6d4cf;
  background-color: #dff2ef;
}

.btn--round.btn--small {
  border-radius: 2.8125rem;
}

.btn--red {
  border-color: rgba(239, 26, 26, 0.07);
  background-color: rgba(239, 26, 26, 0.07);
}
.btn--red:hover, .btn--red:focus {
  border-color: #EF1A1A;
  background-color: rgba(239, 26, 26, 0.07);
}

.btn--full {
  width: 100%;
}

.btn--auto-md {
  width: 100%;
}
@media (min-width: 46.25rem) {
  .btn--auto-md {
    width: auto;
  }
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: #EF1A1A;
}

.btn__icon--large {
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
}

.btn__icon > svg {
  width: auto;
  max-height: 0.5625rem;
  color: #fff;
}

.btn--extra-small {
  padding: 0;
}

.btn__icon-alt {
  margin-right: 0.625rem;
}

.btn--hollow {
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.btn--newsletter {
  padding: 1rem 1.5rem;
}

.btn--plain {
  padding: 0;
  min-width: unset;
  background-color: transparent;
}
.btn--plain:hover, .btn--plain:focus {
  background-color: transparent;
}

.btn--link {
  min-width: unset;
  background-color: transparent;
  padding: 0;
  height: unset;
  text-decoration: underline;
  color: #002663;
}
.btn--link:hover, .btn--link:active, .btn--link:focus {
  background-color: transparent;
  color: #002663;
  text-decoration: none;
}

.btn-arrow {
  transition-property: opacity, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  text-decoration: none;
  color: #002663;
  border: 2px solid #002663;
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
}
.btn-arrow:hover, .btn-arrow:focus {
  background-color: #f3f6ff;
  outline: 0;
}

.btn-arrow--prev {
  transform: rotate(180deg);
}

.btn-arrow.disabled {
  border-color: #aec0c8;
  pointer-events: none;
}

.btn-arrow--red {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  border-color: #EF1A1A;
  background-color: #EF1A1A;
}
.btn-arrow--red:hover, .btn-arrow--red:focus {
  opacity: 1;
  background-color: #EF1A1A;
}

.btn-arrow--red.disabled {
  border-color: #EF1A1A;
}

.btn-arrow > svg {
  width: auto;
  max-height: 0.8125rem;
}

.checklist {
  width: 100%;
}

.checklist__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0.3125rem;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.5rem;
}
@media (min-width: 46.25rem) {
  .checklist__box {
    padding: 1.125rem 1.5625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.9375em) {
  .checklist__box {
    margin-bottom: 0;
  }
}

.checklist__box > svg {
  margin-bottom: 0.4375rem;
  color: #EF1A1A;
}
@media (min-width: 46.25rem) {
  .checklist__box > svg {
    margin-bottom: 0.9375rem;
  }
}

.checklist__box--wide {
  padding: 1.5rem 0;
}

.checklist__box--plain {
  padding: 0;
}

.checklist__box__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  color: #f00;
}

.checklist-horizontal {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checklist-horizontal > li::before {
  display: none;
}

.checklist-horizontal > li {
  position: relative;
  max-width: 17.5rem;
  padding-left: 2.375rem;
  font-size: 1.0625rem;
}
.checklist-horizontal > li::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  display: block;
  width: 1.3125rem;
  height: 0.9375rem;
  border-radius: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTS43OTYgOC44MTZsMy42NjIgMy41NiAxLjkwNCAxLjg1YzEuMDI2IDEuMDMyIDIuNzQ2IDEuMDMyIDMuODA4IDBsMS45MDUtMS44NSA4LjEyOS03LjkwMmMxLjA2MS0xLjAzMiAxLjA2MS0yLjcwNCAwLTMuNy0xLjAyNi0xLjAzMi0yLjc0Ni0xLjAzMi0zLjgwOCAwbC04LjEzIDcuOS0zLjY2LTMuNTU5YTIuNzI5IDIuNzI5IDAgMDAtMy44MSAwYy0xLjA2MSAxLjAzMy0xLjA2MSAyLjcwNCAwIDMuNzAxIiBmaWxsPSIjZWYxYTFhIi8+PC9zdmc+");
  background-size: 100% 100%;
}

@media (min-width: 36em) {
  .checklist-horizontal--half {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 36em) {
  .checklist-horizontal--half > li {
    width: 50%;
    margin-bottom: 2.5rem;
  }
}

.collage {
  position: relative;
  margin-top: 0.625rem;
}
@media (min-width: 36em) {
  .collage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 46.25rem) {
  .collage {
    margin-right: -0.125rem;
    margin-left: -2.125rem;
  }
}

.collage__text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 55px;
  font-weight: 300;
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
  background-color: #002663;
  transform: translate(-50%, -50%);
}
@media (min-width: 46.25rem) {
  .collage__text {
    top: 47.82%;
    width: 600px;
    height: 90px;
    font-size: 3rem;
    transform: translate(-50%, 0);
  }
}

.collage__image {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.collage > picture {
  display: block;
  max-width: 20.9375rem;
  max-height: 13.9375rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 36em) {
  .collage > picture {
    max-width: none;
    max-height: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.collage > picture:nth-of-type(1) {
  margin-bottom: 0.625rem;
}
@media (min-width: 36em) {
  .collage > picture:nth-of-type(1) {
    width: calc(50% - 10px);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 46.25rem) {
  .collage > picture:nth-of-type(1) {
    width: 58.46%;
    margin-bottom: 1.875rem;
  }
}

.collage > picture:nth-of-type(2) {
  margin-bottom: 0.625rem;
}
@media (min-width: 36em) {
  .collage > picture:nth-of-type(2) {
    align-self: flex-end;
    width: calc(50% - 10px);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 46.25rem) {
  .collage > picture:nth-of-type(2) {
    width: 38.92%;
    margin-bottom: 1.875rem;
  }
}

.collage > picture:nth-of-type(3) {
  margin-bottom: 0.625rem;
}
@media (min-width: 36em) {
  .collage > picture:nth-of-type(3) {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media (min-width: 46.25rem) {
  .collage > picture:nth-of-type(3) {
    width: 48.87%;
    margin-left: 3.0625rem;
  }
}

@media (min-width: 36em) {
  .collage > picture:nth-of-type(4) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 46.25rem) {
  .collage > picture:nth-of-type(4) {
    width: 44.15%;
    margin-right: 0.0625rem;
  }
}

.contact-col {
  position: relative;
  margin-bottom: 1.875rem;
}

.contact-col__address {
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.contact-col__image {
  position: relative;
  margin-bottom: 2.5rem;
}

.contact-col__image__button {
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 55px;
  font-weight: 700;
  font-size: 0.9375rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  letter-spacing: 0.58px;
  color: #002663;
  border: 0;
  background-color: rgba(223, 242, 239, 0.7);
  transform: translateX(-50%);
  cursor: pointer;
}

.contact-col__contact {
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

.contact-link {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
  margin-bottom: 1.375rem;
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  color: inherit;
}
.contact-link:hover, .contact-link:focus {
  text-decoration: underline;
}

.contact-link > svg {
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 0.8125rem;
  color: #f00;
}

.contact-profile {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.contact-profile > img {
  width: 6.5rem;
  height: 6.5rem;
  margin-right: 0.9375rem;
  border: 0.0625rem solid #aec0c8;
  border-radius: 50%;
}

.contact-profile__name {
  font-size: 1.1875rem;
}

.contact-profile__position {
  font-size: 0.875rem;
  color: #7893a1;
}

.contact-profile__link {
  font-size: 0.875rem;
}

.contact-profile__signature {
  margin-top: 0.3125rem;
  font-size: 1.5rem;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  letter-spacing: -0.07125rem;
}

.download-bar {
  width: 100%;
}

.download-bar__item {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.download-bar__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 63.9375em) {
  .download-bar__item {
    justify-content: center;
  }
}

.download-bar__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.25rem;
}

.education-promo {
  position: relative;
  padding: 2.5rem 1.25rem 16.875rem;
  margin-right: -1rem;
  margin-left: -1rem;
  background-color: #002663;
}
.education-promo::after {
  content: "";
  position: absolute;
  bottom: 14.375rem;
  left: 50%;
  opacity: 0.8;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  background-color: #f00;
  transform: translate(-50%, 50%);
}
@media (min-width: 46.25rem) {
  .education-promo::after {
    bottom: 50%;
  }
}
@media (min-width: 46.25rem) {
  .education-promo {
    padding: 4.6875rem 2.1875rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.education-promo__content {
  max-width: 25.625rem;
}
@media (min-width: 46.25rem) {
  .education-promo__content {
    max-width: 18.75rem;
  }
}
@media (min-width: 63.9375em) {
  .education-promo__content {
    max-width: 25.625rem;
  }
}
.education-promo__content h2 {
  margin-bottom: 1.25rem;
}

.education-promo__picture {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.25rem;
}
@media (min-width: 46.25rem) {
  .education-promo__picture {
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.education-promo__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 46.25rem) {
  .education-promo--reverse .education-promo__content {
    margin-left: auto;
  }
}
@media (min-width: 46.25rem) {
  .education-promo--reverse .education-promo__picture {
    right: auto;
    left: 0;
  }
}

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

.expert__image {
  width: 200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 36em) {
  .expert__image {
    width: calc(100% - 1.875rem);
  }
}
@media (min-width: 63.9375em) {
  .expert__image {
    margin-right: 0;
    margin-left: 0;
  }
}

.expert__box {
  position: relative;
  top: -1.875rem;
  padding: 1.875rem 1.25rem 1.5625rem;
  background-color: rgba(223, 242, 239, 0.8);
  backdrop-filter: blur(2px);
}
@media (min-width: 36em) {
  .expert__box {
    top: -3.125rem;
  }
}
@media (min-width: 63.9375em) {
  .expert__box {
    margin-left: 1.875rem;
  }
}

.expert__quote {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
}

.expert__signature {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  letter-spacing: -1.14px;
}

.expert__name {
  margin-bottom: 0.1875rem;
  font-size: 1.125rem;
}

.expert__position {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #7893a1;
}

.expert-carousel {
  max-width: 62.8125rem;
  margin-right: auto;
  margin-left: auto;
}

.expert-carousel__title {
  max-width: 26.875rem;
}

.expert-carousel__signature {
  font-size: 1.5rem;
  letter-spacing: -0.0625rem;
}
@media (min-width: 63.9375em) {
  .expert-carousel__signature {
    font-size: 1.5rem;
    letter-spacing: -0.07125rem;
  }
}

.expert-carousel__wrap {
  position: relative;
  margin-top: 21.875rem;
  margin-bottom: 3.4375rem;
}
@media (min-width: 63.9375em) {
  .expert-carousel__wrap {
    width: 26.875rem;
    margin-top: 3.125rem;
    margin-left: 10%;
  }
}

.expert-carousel__text-box {
  position: relative;
  z-index: 1;
  padding: 4.375rem 0.3125rem 1.875rem;
  background-color: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(2px);
}
.expert-carousel__text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1rem;
  height: 100%;
  background: inherit;
}
.expert-carousel__text-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1rem;
  height: 100%;
  background: inherit;
}
@media (min-width: 63.9375em) {
  .expert-carousel__text-box {
    padding: 1.875rem 1.6875rem 0.9375rem 2.8125rem;
  }
  .expert-carousel__text-box::before, .expert-carousel__text-box::after {
    content: none;
  }
}

.expert-carousel__arrow {
  position: absolute;
  top: -1.5625rem;
  z-index: 2;
}
@media (min-width: 46.25rem) {
  .expert-carousel__arrow {
    top: -0.3125rem;
  }
}

.expert-carousel__arrow--left {
  left: 1.25rem;
}
@media (min-width: 63.9375em) {
  .expert-carousel__arrow--left {
    top: 50%;
    left: -1.5625rem;
    transform: translateY(-50%) rotate(180deg);
  }
}

.expert-carousel__arrow--right {
  right: 1.25rem;
}
@media (min-width: 63.9375em) {
  .expert-carousel__arrow--right {
    top: 50%;
    right: -1.5625rem;
    transform: translateY(-50%);
  }
}

.expert-carousel__image {
  width: auto;
  max-width: 100%;
  height: 23.4375rem;
  object-fit: cover;
}
@media (min-width: 63.9375em) {
  .expert-carousel__image {
    height: 29.6875rem;
  }
}

.expert-carousel__item.right-1 {
  padding-left: 2.5rem;
}

.expert-carousel__image-wrap {
  text-align: center;
}

.expert-carousel__glider-image-wrap {
  position: absolute;
  top: -20rem;
  left: -1.5rem;
  width: calc(100% + 3rem);
}
@media (min-width: 63.9375em) {
  .expert-carousel__glider-image-wrap {
    top: -13.125rem;
    left: 23.75rem;
  }
}

.expert-carousel__link {
  position: absolute;
  bottom: -3.4375rem;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media (min-width: 63.9375em) {
  .expert-carousel__link {
    left: 23.75rem;
    transform: none;
  }
}

.expert-carousel__dots {
  position: absolute;
  bottom: -5.625rem;
  left: 50%;
  transform: translateX(-50%);
  counter-reset: expertdots;
}
@media (min-width: 63.9375em) {
  .expert-carousel__dots {
    bottom: 50%;
    left: 55rem;
  }
}

.expert-carousel__dots > .glider-dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
}
.expert-carousel__dots > .glider-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #a6d4cf;
}
.expert-carousel__dots > .glider-dot::after {
  counter-increment: expertdots;
  content: counter(expertdots);
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-weight: 600;
  font-size: 0.875rem;
  color: #EF1A1A;
  transform: scale(0);
  transition: transform 100ms linear;
}

.expert-carousel__dots > .glider-dot.active::before {
  transform: scale(0);
}
.expert-carousel__dots > .glider-dot.active::after {
  transform: scale(1);
}

.fileinput {
  position: relative;
  max-width: 25.3125rem;
  margin-bottom: 1rem;
}

.fileinput__label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
}

.fileinput--required > .fileinput__label::after {
  content: " *";
  color: #EF1A1A;
}

.fileinput__button-wrap {
  position: relative;
}
@media (min-width: 36em) {
  .fileinput__button-wrap {
    display: flex;
    align-items: center;
  }
}

.fileinput__button {
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  padding: 0.9375rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
  border: 0.0625rem solid #002663;
  border-radius: 0.1875rem;
  background-color: rgba(0, 38, 99, 0);
  cursor: pointer;
}
.fileinput__button:hover, .fileinput__button:focus {
  background-color: rgba(0, 38, 99, 0.05);
}

.fileinput__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.fileinput__error,
.fileinput .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  text-align: right;
  color: #EF1A1A;
}

.fileinput__file {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #aec0c8;
}
@media (min-width: 36em) {
  .fileinput__file {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.fileinput__file > span {
  display: inline-block;
  max-width: 12.5rem;
  margin-right: 0.25rem;
  overflow: hidden;
  font-weight: 600;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #002663;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 1.25rem 1.5rem;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  border-radius: 0.1875rem;
  position: absolute;
  width: 20.5rem;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  border-top: 0.1875rem solid #EF1A1A;
  box-shadow: 0px 100px 80px 0px rgba(0, 38, 99, 0.07), 0px 41.778px 33.422px 0px rgba(0, 38, 99, 0.05), 0px 22.336px 17.869px 0px rgba(0, 38, 99, 0.04), 0px 12.522px 10.017px 0px rgba(0, 38, 99, 0.04), 0px 6.65px 5.32px 0px rgba(0, 38, 99, 0.03), 0px 2.767px 2.214px 0px rgba(0, 38, 99, 0.02);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 3;
  fill: #002663;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  opacity: 0.5;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-day {
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002663;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 0.0625rem solid transparent;
  font-size: 1rem;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #8B9CA5;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #8B9CA5;
  background-color: transparent;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #002663;
  line-height: inherit;
  width: 4rem;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.1875rem;
  color: #002663;
  cursor: pointer;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: right;
  text-align-last: right;
  width: 6rem;
  padding-right: 0.5rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 0.9375rem;
  height: 2.5rem;
  color: #002663;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 700;
}

.flatpickr {
  position: relative;
  max-width: 25.3125rem;
  margin-bottom: 1rem;
}

.flatpickr__label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
}

.flatpickr__input {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: color, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  text-align: left;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.875rem;
  margin-bottom: 1.5rem;
  color: #002663;
  border: 1px solid #aec0c8;
  border-radius: 0.1875rem;
  background-color: #fff;
  outline: 0;
  appearance: none;
  box-shadow: inset 0.125rem 0.125rem 0.625rem #e7e9ed;
}
.flatpickr__input::placeholder {
  color: #aec0c8;
}
.flatpickr__input:focus {
  border-color: #002663;
}

.flatpickr-day.today {
  font-weight: 600;
  background-color: #eaf7f6;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover:not(.flatpickr-disabled),
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-color: #EF1A1A;
  background-color: #feeded;
  color: #EF1A1A;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: #EF1A1A;
  background-color: #EF1A1A;
}

.flatpickr__input.has-error,
.flatpickr__input.wpcf7-not-valid {
  color: #EF1A1A;
  border-color: #EF1A1A;
  background-color: #feeded;
}

.flatpickr__inner {
  position: relative;
}
.flatpickr__inner::after {
  content: "";
  position: absolute;
  top: 1.5625rem;
  right: 1rem;
  width: 1.25rem;
  height: 1.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath fill='%23002663' d='M18 20H2V7h16zm0-18h-1V0h-2v2H5V0H3v2H2C.9 2 0 2.9 0 4v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
  pointer-events: none;
}

.flatpickr__error,
.flatpickr .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  text-align: right;
  color: #EF1A1A;
}

.footer {
  background-color: #002663;
}

.footer__section {
  position: relative;
  padding-block: 4rem;
}

.footer__section:first-child {
  border-bottom: 0.0625rem solid #193B72;
}
@media (min-width: 63.9375em) {
  .footer__section:first-child {
    padding-top: 5.5rem;
  }
}

@media (min-width: 63.9375em) {
  .footer__section:last-child {
    padding-bottom: 5.5rem;
  }
}

.footer__author {
  display: inline-flex;
  align-items: center;
}

.footer__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1.25rem;
  transition: all 0.18s ease-in-out;
  border: 0.0625rem solid #618FBD;
  text-decoration: none;
}
@media (min-width: 46.25rem) {
  .footer__card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
}
.footer__card .list {
  flex: 1;
  line-height: 1.2;
  margin-left: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 46.25rem) {
  .footer__card .list {
    margin-left: 0;
    margin-bottom: 0.75rem;
  }
}
.footer__card .list li:first-child {
  font-size: 1.1875rem;
}
.footer__card .btn {
  height: auto;
  min-width: unset;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 0.375rem;
}
@media (min-width: 46.25rem) {
  .footer__card .btn {
    padding: 0.375rem 1.5rem;
  }
}
.footer__card:hover, .footer__card:focus {
  background-color: #193B72;
}

.footer__owner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.5rem;
}

.gallery {
  display: none;
}

.gallery.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
  overflow: auto;
  background-color: rgba(0, 38, 99, 0.4);
}

.gallery__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 6.25rem 0;
  margin: auto;
  overflow-x: hidden;
  text-align: center;
  border: px2rem(1px) solid;
  background-color: #fff;
  box-shadow: 0 0.625rem 4rem rgba(25, 59, 114, 0.4);
}

.gallery__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-image: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  position: absolute;
  top: 3.125rem;
  right: 0.9375rem;
  padding: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #002663;
  outline: 0;
}
.gallery__close:hover, .gallery__close:focus {
  background-color: transparent;
}
.gallery__close::before {
  content: "×";
  font-size: 2.1875rem;
}
@media (min-width: 46.25rem) {
  .gallery__close {
    right: auto;
    left: calc(50% + 20.3125rem);
  }
}
@media (min-width: 75em) {
  .gallery__close {
    left: calc(50% + 11.875rem);
  }
}
@media (min-width: 100em) {
  .gallery__close {
    left: calc(50% + 16.875rem);
  }
}

.gallery__image {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(100% - 1.25rem);
  height: 0;
  padding-top: 100%;
  margin: auto;
  border: 0.0625rem solid rgba(174, 192, 200, 0.5);
}

.gallery__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.gallery__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 18.75rem;
  transform: translate(-50%, -50%);
}
@media (min-width: 46.25rem) {
  .gallery__arrows {
    width: calc(33% + 1.25rem);
  }
}

.gallery__arrows > button {
  opacity: 0.8;
  box-shadow: 0 0 29px rgba(255, 0, 0, 0.36);
}

.gallery__dots {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  counter-reset: gallerydots;
}

.gallery__dots > .glider-dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
}
.gallery__dots > .glider-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #a6d4cf;
}
.gallery__dots > .glider-dot::after {
  counter-increment: gallerydots;
  content: counter(gallerydots);
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-weight: 600;
  font-size: 0.875rem;
  color: #EF1A1A;
  transform: scale(0);
  transition: transform 100ms linear;
}

.gallery__dots > .glider-dot.active::before {
  transform: scale(0);
}
.gallery__dots > .glider-dot.active::after {
  transform: scale(1);
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.glider-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
  background: transparent;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  overflow: hidden;
}

@media (min-width: 46.25rem) {
  .grider--references .glider-track {
    display: flex;
    width: 100% !important;
    gap: 1rem;
  }
}
@media (min-width: 75em) {
  .grider--references .glider-track {
    gap: 2rem;
  }
}
@media (min-width: 46.25rem) {
  .grider--references .glider-slide {
    flex: 1;
    width: unset !important;
  }
}

.grider__control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 46.25rem) {
  .grider__control--small {
    display: none;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: 4rem;
  background-color: #002663;
}
@media (min-width: 63.9375em) {
  .header {
    position: relative;
    width: 100rem;
    max-width: calc(100% - 2rem);
    height: 5.625rem;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 63.9375em) {
  .header--hp {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.header--static {
  position: relative;
}

@media (min-width: 63.9375em) {
  .header__inner {
    position: relative;
    display: flex;
  }
}

.header__head {
  background-color: #002663;
}
@media (min-width: 63.9375em) {
  .header__head {
    padding-right: 1.75rem;
  }
}
@media (min-width: 75em) {
  .header__head {
    position: relative;
    margin-right: 1.75rem;
  }
  .header__head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0625rem;
    height: 2rem;
    background-color: #2f4871;
    transform: translate(50%, -50%);
  }
}

.header__head__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  background-color: #002663;
}
@media (min-width: 63.9375em) {
  .header__head__content {
    height: 5.625rem;
  }
}

.header__nav {
  transition-property: visibility, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: fixed;
  top: 4rem;
  right: 0;
  left: 0;
  height: calc(100lvh - 4rem);
  visibility: hidden;
  opacity: 0;
  background-color: #002663;
}
@media (min-width: 63.9375em) {
  .header__nav {
    position: static;
    display: flex;
    visibility: visible;
    opacity: 1;
    flex-grow: 1;
    align-items: center;
    height: auto;
  }
}

.header__nav.is-open {
  visibility: visible;
  opacity: 1;
}

.header__nav__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 63.9375em) {
  .header__nav__content {
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0;
  }
}

.header__sub-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 2rem 1.25rem;
  color: #fff;
  gap: 1.25rem;
}
@media (min-width: 63.9375em) {
  .header__sub-nav {
    padding: 0;
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .header__sub-nav {
    gap: 2rem;
  }
}

.header__sub-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
}

.header__sub-nav > .header__sub-nav__link {
  flex-basis: auto;
  font-size: 0.875rem;
}
@media (min-width: 63.9375em) {
  .header__sub-nav > .header__sub-nav__link {
    font-size: 1rem;
  }
}

.header__sub-nav__link .icon {
  margin-right: 0.75rem;
  color: #d21319;
}

.header__toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5.625rem;
  height: 2.875rem;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  transition: width 0.2s ease-in;
}
@media (min-width: 63.9375em) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  margin-left: 0.625rem;
}
.header__toggle .icon--close {
  display: none;
}

.header__toggle.is-open {
  width: 2.875rem;
}
.header__toggle.is-open span {
  display: none;
}
.header__toggle.is-open .icon:not(.icon--close) {
  display: none;
}
.header__toggle.is-open .icon--close {
  display: block;
}

.header__contact {
  display: flex;
  justify-content: center;
  padding-block: 1.5rem;
  border-top: 0.0625rem solid #193B72;
}
@media (min-width: 63.9375em) {
  .header__contact {
    display: none;
  }
}
.header__contact .link {
  font-size: 0.875rem;
  color: #fff;
}

.nav--sticky {
  visibility: hidden;
  display: flex;
  background: #fff;
  height: 0;
  width: 100%;
  max-width: calc(100% - 1rem);
  margin-inline: auto;
  z-index: 201;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s;
}
@media (min-width: 46.25rem) {
  .nav--sticky {
    max-width: calc(100% - 2.25rem);
  }
}
@media (min-width: 75em) {
  .nav--sticky {
    box-shadow: -0.1875rem 0.3125rem 0.9375rem rgba(34, 92, 116, 0.1);
  }
}
.nav--sticky.is-sticky {
  position: fixed;
  top: 0.5rem;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0s 0s;
  height: 3.5rem;
}
@media (min-width: 75em) {
  .nav--sticky.is-sticky {
    top: 0.75rem;
    height: 4rem;
  }
}
.nav--sticky.is-hidden {
  opacity: 0;
}

.top-bar {
  display: flex;
  align-items: center;
  flex: 1;
  padding-inline: 1rem 0;
  max-width: 68.75rem;
  margin-inline: auto;
  box-shadow: -0.1875rem 0.3125rem 0.9375rem rgba(34, 92, 116, 0.1);
}
@media (min-width: 75em) {
  .top-bar {
    box-shadow: unset;
    padding-inline: 1.25rem;
  }
}
.top-bar .title {
  font-weight: var(--font-semibold);
  font-size: 1.0625rem;
  text-decoration: none;
}
.top-bar .btn {
  margin-left: auto;
  height: 100%;
}
@media (min-width: 75em) {
  .top-bar .btn {
    height: auto;
  }
}
.top-bar .top-bar__toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline: 0 0.75rem;
  padding: 0.8rem;
  background-color: #EF1A1A;
  border-radius: 50%;
  border: unset;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 75em) {
  .top-bar .top-bar__toggle {
    display: none;
  }
}
.top-bar .top-bar__toggle .icon--close {
  display: none;
}
.top-bar .top-bar__toggle .is-open {
  background-color: #EF1A1A;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.top-bar .top-bar__toggle .is-open span {
  display: none;
}
.top-bar .top-bar__toggle .is-open .icon:not(.icon--close) {
  display: none;
}
.top-bar .top-bar__toggle .is-open .icon--close {
  display: block;
}
.top-bar .top-bar__navigation {
  display: none;
  counter-reset: section;
  margin-bottom: 0;
}
.top-bar .top-bar__navigation.is-open {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 3.44rem;
  left: 0;
  width: 100%;
  box-shadow: 0px 16px 40px 0px rgba(0, 38, 99, 0.12);
}
@media (min-width: 63.9375em) {
  .top-bar .top-bar__navigation.is-open {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 75em) {
  .top-bar .top-bar__navigation.is-open {
    box-shadow: none;
    top: 4rem;
  }
}
@media (min-width: 75em) {
  .top-bar .top-bar__navigation {
    display: flex;
  }
}
.top-bar .top-bar__navigation .navigation__item {
  counter-increment: section;
  border-top: 0.0625rem solid #D9E1E4;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 0;
}
.top-bar .top-bar__navigation .navigation__item:before {
  content: "0" counter(section);
  font-weight: 700;
  color: #aec0c8;
  letter-spacing: 0.08125rem;
}
@media (min-width: 75em) {
  .top-bar .top-bar__navigation .navigation__item {
    border: unset;
  }
  .top-bar .top-bar__navigation .navigation__item:before {
    content: none;
  }
}
.top-bar .top-bar__navigation .navigation__link {
  color: #002663;
  margin-inline: 0;
  padding: 1rem;
  height: 3.5rem;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 75em) {
  .top-bar .top-bar__navigation .navigation__link {
    padding-inline: 0.8rem;
  }
}
.top-bar .top-bar__navigation .navigation__link::before {
  content: none;
}
.top-bar .top-bar__navigation .navigation__link:hover {
  border-color: transparent;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 27.5rem;
  padding: 4.6875rem 0;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 38, 99, 0.7);
}
@media (min-width: 63.9375em) {
  .hero {
    height: 40.625rem;
    padding: 8.125rem 0;
    margin-bottom: -6.875rem;
  }
}

.hero__video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero > div {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 37.5rem;
  font-weight: 300;
}
@media (min-width: 63.9375em) {
  .hero h1 {
    font-size: 3rem;
  }
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: 100rem;
  max-width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.hero-overlay::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 5rem;
  background-color: #fff;
}

.hero-overlay__anchor {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.hero > .hero__controls {
  position: absolute;
  right: 1.25rem;
  bottom: 3.125rem;
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: calc(100% - 2.5rem);
  background-color: rgba(0, 38, 99, 0.63);
}
@media (min-width: 63.9375em) {
  .hero > .hero__controls {
    width: 15.3125rem;
    bottom: 6.875rem;
    transform: translateX(0);
  }
}
@media (min-width: 75em) {
  .hero > .hero__controls {
    right: calc(50% - 35.6875rem + 1rem);
  }
}

.hero__controls > button {
  width: 3.25rem;
  height: 2.5rem;
  font-size: 0;
  border: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoM3YxM0gwek04IDBoM3YxM0g4eiIvPjwvc3ZnPg==");
  background-position: center;
  background-size: 0.6875rem 0.8125rem;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

.hero__controls > button[data-state=play] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyIj48cGF0aCBkPSJNMTEgNi41TDAgMHYxM2wxMS02LjV6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
}

.hero__controls__progress {
  flex-grow: 1;
  margin-right: 1.1875rem;
}

.hero__controls__progress > progress {
  display: block;
  width: 100%;
  height: 0.1875rem;
  overflow: hidden;
  color: #f00;
  border: none;
}

.hero__controls__progress > progress[data-state=fake] {
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.3);
}

.hero__controls__progress > progress > span {
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #f00;
}

.hero__controls__progress > progress::-moz-progress-bar {
  background-color: #f00;
}

.hero__controls__progress > progress::-webkit-progress-value {
  background-color: #f00;
}

.hero--centrum {
  padding: 4rem 0;
  height: 27.5rem;
  align-items: flex-end;
  margin-bottom: 0;
}
@media (min-width: 63.9375em) {
  .hero--centrum {
    height: 38.125rem;
    padding: 4.5rem 0;
    margin-bottom: -2rem;
  }
}
@media (min-width: 75em) {
  .hero--centrum {
    height: 53.125rem;
  }
}
.hero--centrum::after {
  background: transparent;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg width='1512' height='850' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='.8' cx='210' cy='1083' r='402' fill='url(%23a)'/%3E%3Cellipse opacity='.8' cx='26' cy='812' rx='595' ry='597' fill='url(%23b)'/%3E%3Cellipse opacity='.8' cx='592.5' cy='922' rx='372.5' ry='372' fill='url(%23c)'/%3E%3Ccircle opacity='.8' cx='999.5' cy='956.5' r='371.5' fill='url(%23d)'/%3E%3Cellipse opacity='.8' cx='315.5' cy='873.5' rx='341.5' ry='342.5' fill='url(%23e)'/%3E%3Cellipse cx='91' cy='881' rx='194' ry='192' fill='url(%23f)' style='mix-blend-mode:multiply' opacity='.7'/%3E%3Cellipse opacity='.4' cx='-26.5' cy='20' rx='438.5' ry='439' fill='url(%23g)'/%3E%3Cellipse opacity='.4' cx='1386.5' cy='20' rx='438.5' ry='439' fill='url(%23h)'/%3E%3Cellipse opacity='.4' cx='1386.5' cy='995' rx='438.5' ry='439' fill='url(%23i)'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 402 -402 0 210 1083)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 597 -595 0 26 812)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 372 -372.5 0 592.5 922)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 21.5 978) scale(371.5)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 342.5 -341.5 0 315.5 873.5)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 192 -194 0 91 881)'%3E%3Cstop offset='.344' stop-color='%23020B1C'/%3E%3Cstop offset='1' stop-color='%231C1C1C' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='g' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 439 -438.5 0 -26.5 20)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='h' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 439 -438.5 0 1386.5 20)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='i' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 439 -438.5 0 1386.5 995)'%3E%3Cstop offset='.344' stop-color='%23002460'/%3E%3Cstop offset='1' stop-color='%23002460' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 63.9375em) {
  .hero--centrum::after {
    background-size: cover;
  }
}
@media (min-width: 63.9375em) {
  .hero--centrum::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2rem;
    background-color: #fff;
    z-index: 2;
  }
}

.hero--centrum h1 {
  max-width: 100%;
}

.hero--centrum > .container {
  width: 100%;
}

.hero--centrum > .hero__controls {
  bottom: 0;
}
@media (min-width: 63.9375em) {
  .hero--centrum > .hero__controls {
    bottom: 2rem;
  }
}

progress[value] {
  -webkit-appearance: none;
  appearance: none;
}

@media (min-width: 46.25rem) {
  .info-box {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 1.875rem;
    grid-column-gap: 0.625rem;
    grid-template-rows: calc(100% - 12.5rem) 12.5rem;
  }
}

.info-box__text-block,
.info-box__image-block,
.info-box__button-block {
  margin-bottom: 1.875rem;
}
@media (min-width: 46.25rem) {
  .info-box__text-block,
  .info-box__image-block,
  .info-box__button-block {
    grid-column: 1/span 2;
  }
}

.info-box__text-block {
  position: relative;
}
@media (min-width: 46.25rem) {
  .info-box__text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    padding-right: 2.5rem;
  }
}

@media (min-width: 46.25rem) {
  .info-box--reverse > .info-box__text-block {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    padding-right: 0;
    padding-left: 2.5rem;
  }
}

.info-box__text-block > p {
  line-height: 1.6;
}

.info-box__image-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21.875rem;
  background-image: url(../assets/images/A-dec-500B.jpg);
  background-position: center center;
  background-size: 30.25rem auto;
  background-repeat: no-repeat;
}
@media (min-resolution: 192dpi) {
  .info-box__image-block {
    background-image: url(../assets/images/A-dec-500B@2x.jpg);
  }
}
@media (min-width: 46.25rem) {
  .info-box__image-block {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    min-height: 26.875rem;
  }
}

.webp .info-box__image-block {
  background-image: url(../assets/images/A-dec-500B.webp);
}
@media (min-resolution: 192dpi) {
  .webp .info-box__image-block {
    background-image: url(../assets/images/A-dec-500B@2x.webp);
  }
}

.info-box__image-block--service {
  background-image: url(../assets/images/service-man.jpg);
  background-size: 31.25rem auto;
}
@media (min-width: 46.25rem) {
  .info-box__image-block--service {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
}
@media (min-resolution: 192dpi) {
  .info-box__image-block--service {
    background-image: url(../assets/images/service-man@2x.jpg);
  }
}

.webp .info-box__image-block--service {
  background-image: url(../assets/images/service-man.webp);
}
@media (min-resolution: 192dpi) {
  .webp .info-box__image-block--service {
    background-image: url(../assets/images/service-man@2x.webp);
  }
}

.info-box__image-block--rental,
.webp .info-box__image-block--rental {
  background-image: url(../assets/images/rental.jpg);
  background-size: 30rem auto;
}
@media (min-width: 46.25rem) {
  .info-box__image-block--rental,
  .webp .info-box__image-block--rental {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
}

.info-box__button-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 46.25rem) {
  .info-box__button-block {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    justify-content: flex-start;
    padding-right: 2.5rem;
  }
}

@media (min-width: 46.25rem) {
  .info-box--reverse > .info-box__button-block {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    padding-right: 0;
    padding-left: 2.5rem;
  }
}

.info-box__btn {
  white-space: nowrap;
}

.info-box__subtext {
  width: 100%;
  padding: 1.25rem calc((100% - 20.9375rem) / 2);
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  text-align: center;
  color: #516c9a;
}
@media (min-width: 46.25rem) {
  .info-box__subtext {
    padding-left: 0;
    text-align: left;
  }
}

.info-box__floating-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
}

.info-box__bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5625rem;
  background-color: rgba(231, 233, 237, 0.68);
  backdrop-filter: blur(2px);
}
@media (min-width: 36em) {
  .info-box__bottom-text {
    left: 50%;
    width: auto;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}
@media (min-width: 46.25rem) {
  .info-box__bottom-text {
    padding: 1.5625rem 2.1875rem;
  }
}

.info-box__floating-block {
  display: flex;
  width: 100%;
  margin: 0.28125rem 0;
}
@media (min-width: 46.25rem) {
  .info-box__floating-block {
    width: 50%;
    margin: 2.1875rem 0;
  }
}

.info-box__floating-block:nth-child(odd) {
  justify-content: flex-start;
}
@media (min-width: 46.25rem) {
  .info-box__floating-block:nth-child(odd) {
    justify-content: space-around;
  }
}

.info-box__floating-block:nth-child(even) {
  justify-content: flex-end;
}
@media (min-width: 46.25rem) {
  .info-box__floating-block:nth-child(even) {
    justify-content: space-around;
  }
}

@media (min-width: 46.25rem) {
  .info-box__floating-block:nth-child(odd).info-box__floating-block--start {
    justify-content: flex-start;
  }
}

@media (min-width: 46.25rem) {
  .info-box__floating-block:nth-child(even).info-box__floating-block--end {
    justify-content: flex-end;
  }
}

.info-box__badge {
  display: flex;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  width: 12.1875rem;
  pointer-events: none;
  backdrop-filter: blur(2px);
}
@media (min-width: 46.25rem) {
  .info-box__badge {
    width: 13.4375rem;
  }
}

.info-box__phone-link {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  white-space: nowrap;
  color: #EF1A1A;
}
.info-box__phone-link:hover, .info-box__phone-link:focus {
  text-decoration: none;
}

.info-box__icon-phone {
  margin-right: 0.9375rem;
  color: #002663;
}

.info-carousel {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 46.25rem) {
  .info-carousel {
    display: flex;
    padding-bottom: 0;
  }
}

@media (min-width: 46.25rem) {
  .info-carousel__text-block,
  .info-carousel__image-block,
  .info-carousel__image-block-wrap {
    flex-shrink: 0;
    width: 50%;
  }
}

@media (min-width: 46.25rem) {
  .info-carousel__image-block--full {
    width: 100%;
    padding: 0 0.0625rem;
  }
}

@media (min-width: 46.25rem) {
  .info-carousel__text-block {
    position: relative;
  }
}

@media (min-width: 46.25rem) {
  .info-carousel__title {
    padding-right: 7.5rem;
  }
}

.info-carousel__list {
  padding-right: 1.25rem;
}

.info-carousel__button-wrap {
  margin-bottom: 0.625rem;
  text-align: center;
}
@media (min-width: 46.25rem) {
  .info-carousel__button-wrap {
    position: absolute;
    top: 2.1875rem;
    right: 0.3125rem;
  }
}

.info-carousel__button-wrap--under {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0.3125rem 0;
}
@media (min-width: 46.25rem) {
  .info-carousel__button-wrap--under {
    position: relative;
    bottom: auto;
    display: block;
    padding: 2.1875rem;
    text-align: left;
  }
}

.info-carousel--functions {
  padding-bottom: 3.75rem;
}
@media (min-width: 46.25rem) {
  .info-carousel--functions {
    padding-bottom: 0;
  }
}

.info-carousel__button-wrap--functions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 46.25rem) {
  .info-carousel__button-wrap--functions {
    top: 2.1875rem;
    right: 0.3125rem;
    bottom: auto;
    left: auto;
  }
}

.info-carousel__image-block {
  text-align: center;
}

.info-carousel__image-block > img {
  max-width: 100%;
}

.info-carousel__bordered-text {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.0625rem;
  border-left: 0.1875rem solid #EF1A1A;
}
@media (min-width: 46.25rem) {
  .info-carousel__bordered-text {
    padding-right: 3.125rem;
    padding-left: 2.1875rem;
    margin-bottom: 0;
  }
}

.info-carousel__quote {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
}

.info-carousel__profile {
  display: flex;
  align-items: center;
}

.info-carousel__profile__picture {
  position: relative;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.info-carousel__profile__picture > img {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
}

.info-carousel__profile__signature.info-carousel__profile__signature {
  margin-bottom: 0.25rem;
}

.info-carousel__profile__name.info-carousel__profile__name {
  margin-bottom: 0.125rem;
}

.info-carousel__profile__subtext {
  color: #aec0c8;
}

.info-carousel__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  counter-reset: infodots;
}
@media (min-width: 46.25rem) {
  .info-carousel__dots {
    right: 0;
    bottom: 0;
    left: auto;
    display: flex;
    flex-direction: column;
  }
}

.info-carousel__dots > .glider-dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
}
.info-carousel__dots > .glider-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #a6d4cf;
}
.info-carousel__dots > .glider-dot::after {
  counter-increment: infodots;
  content: counter(infodots);
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-weight: 600;
  font-size: 0.875rem;
  color: #EF1A1A;
  transform: scale(0);
  transition: transform 100ms linear;
}

.info-carousel__dots > .glider-dot.active::before {
  transform: scale(0);
}
.info-carousel__dots > .glider-dot.active::after {
  transform: scale(1);
}

.info-carousel__more-mobile {
  display: inline-flex;
  margin-bottom: 2.5rem;
}
@media (min-width: 46.25rem) {
  .info-carousel__more-mobile {
    display: none;
  }
}

.info-carousel__more-desktop {
  display: none;
}
@media (min-width: 46.25rem) {
  .info-carousel__more-desktop {
    display: inline-flex;
  }
}

.info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.info-section__text-wrap,
.info-section__image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 63.9375em) {
  .info-section__text-wrap,
  .info-section__image-wrap {
    width: 50%;
  }
}

.info-section__picture {
  width: 100%;
  position: relative;
}
.info-section__picture .link--ict {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 8;
  top: -0.875rem;
  width: 20rem;
}
@media (min-width: 46.25rem) {
  .info-section__picture .link--ict {
    right: 1rem;
    width: 23rem;
    transform: translateX(0);
  }
}

.info-section__vimeo {
  position: relative;
  padding-bottom: 56.5%;
}
.info-section__vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-section__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.info-section__video > svg {
  pointer-events: none;
}

.info-section__video__title {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  color: #fff;
  pointer-events: none;
}

.info-section__bordered-text {
  padding-left: 1.25rem;
  margin-bottom: 2.5rem;
  border-left: 0.1875rem solid #ef1a1a;
}
@media (min-width: 63.9375em) {
  .info-section__bordered-text {
    padding-right: 3.125rem;
    padding-left: 2.1875rem;
  }
}

.info-section__bordered-text > p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .info-section__bordered-text > p {
    font-size: 1.0625rem;
  }
}

.info-section__card {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.875rem 1.5625rem;
  background-color: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(2px);
}
@media (min-width: 46.25rem) {
  .info-section__card {
    top: 1.25rem;
    padding: 1rem;
    width: calc(100% + 2rem);
    left: -0.5rem;
  }
}
@media (min-width: 63.9375em) {
  .info-section__card {
    top: 0;
    left: 2.5rem;
    width: 100%;
    max-width: 32.5rem;
    padding: 2.1875rem 2.5rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 63.9375em) {
  .info-section__card.info-section__card--top {
    margin-top: 0;
  }
}

.info-section__card.info-section__card--simple {
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-section__card.info-section__card--fixed {
  top: 0;
  left: -1rem;
  padding: 1.875rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 63.9375em) {
  .info-section__card.info-section__card--fixed {
    left: 0;
    width: auto;
    padding: 2.5rem 2.1875rem 2.5rem 2.5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 63.9375em) {
  .info-section__card--center {
    left: 100%;
    width: 100%;
    transform: translateX(-50%);
  }
}

@media (min-width: 63.9375em) {
  .info-section__card--absolute {
    position: absolute;
    top: calc(100% - 2.5rem);
  }
}

@media (min-width: 63.9375em) {
  .info-section--offset {
    padding-bottom: 7rem;
  }
}

.info-section__card.info-section__card--modal {
  padding: 1rem;
  margin-top: 0;
  left: 0;
}
@media (min-width: 36em) {
  .info-section__card.info-section__card--modal {
    padding: 2rem 1.875rem;
  }
}

.info-section__card > h5 {
  max-width: 16.25rem;
}

.info-section__card-content {
  display: flex;
  flex-wrap: nowrap;
}

.info-section__card-content--center {
  align-items: center;
}

.info-section__card-content--column {
  flex-direction: column;
  text-align: center;
}
@media (min-width: 63.9375em) {
  .info-section__card-content--column {
    flex-direction: row;
    text-align: left;
  }
}

.info-section__card--fixed > .info-section__card-content {
  margin-bottom: 0.9375rem;
}

.info-section__card-picture {
  position: relative;
  flex-shrink: 0;
  margin-right: 1rem;
  line-height: 0;
}

.info-section__card-content--center > .info-section__card-picture {
  align-self: start;
}

.info-section__card-picture > img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  border-radius: 50%;
}
@media (min-width: 46.25rem) {
  .info-section__card-picture > img {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.info-section__card-picture.info-section__card-picture--small > img {
  width: 2.5rem;
  height: 2.5rem;
}

.info-section__card-signature {
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.info-section__card-details > h6,
.info-section__card-details > .h6 {
  margin-bottom: 0.375rem;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.info-section__card-details {
  flex: 1;
}

.info-section__card-details .text-p15 {
  line-height: 1.34;
}

.info-section__card-subtext {
  margin-bottom: 0.8125rem;
  font-size: 0.9375rem;
  color: #8b9399;
}

.info-section__picture > img {
  width: 100%;
  height: auto;
}

.info-section__logos {
  width: 100%;
  padding: 0 0.625rem;
  margin-top: 1.5625rem;
}
@media (min-width: 63.9375em) {
  .info-section__logos {
    padding-left: 3.125rem;
    margin-top: 2.5rem;
  }
}

.info-section__card-button-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media (min-width: 63.9375em) {
  .info-section__card-button-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 63.9375em) {
  .info-section__card-button-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.info-section__card-link {
  display: block;
  font-size: 1rem;
}

.info-section__card-link--plain {
  text-decoration: none;
}
.info-section__card-link--plain:hover {
  text-decoration: underline;
}

.info-section__quote > p:first-child::before {
  content: "„";
}

.info-section__quote > p:last-child::after {
  content: "“";
}

.info-section__quote--small {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 2vw, 1.0625rem);
}

.info-section__card__highlight {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ef1a1a;
}
.info-section__card__highlight:hover, .info-section__card__highlight:focus {
  text-decoration: underline;
}

.info-section__card__highlight > svg {
  margin-right: 0.625rem;
  color: #002663;
}

.info-section--blue {
  background: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(8.1548452377px);
  align-items: unset;
  flex-direction: column-reverse;
  margin-inline: -1.5rem;
}
@media (min-width: 46.25rem) {
  .info-section--blue {
    flex-direction: row;
    margin-inline: 0;
  }
}
.info-section--blue .info-section__picture,
.info-section--blue .info-section__image-wrap picture,
.info-section--blue picture img {
  height: 100%;
  object-fit: cover;
}

.info-section__spacing-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 1.25rem;
  height: 100%;
}
@media (min-width: 63.9375em) {
  .info-section__spacing-text {
    padding: 4rem;
  }
}

.info-section__person {
  display: flex;
  align-items: center;
}
.info-section__person ul {
  padding: 0;
  margin: 0 0 0 1.5rem;
}
.info-section__person ul li {
  margin-bottom: 0;
  font-size: 1rem;
}
.info-section__person ul li::before {
  content: none !important;
}

.info-section__card-cta {
  flex: 100%;
}

.jobs-list {
  position: relative;
}

.jobs-list__item {
  transition-property: border-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  display: block;
  padding: 1.125rem 0.625rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
  color: inherit;
  border: 0.125rem solid #e7e9ed;
}
.jobs-list__item:hover, .jobs-list__item:focus {
  border-color: #aec0c8;
}
@media (min-width: 46.25rem) {
  .jobs-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.375rem;
  }
}

.jobs-list__item__head {
  position: relative;
  flex-grow: 1;
  padding-left: 1.25rem;
  margin-bottom: 0.4375rem;
}
.jobs-list__item__head::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #EF1A1A;
}
@media (min-width: 46.25rem) {
  .jobs-list__item__head {
    padding-left: 1.5625rem;
    margin-bottom: 0;
  }
}

.jobs-list__item__title {
  font-weight: 300;
  font-size: 1.25rem;
}
@media (min-width: 46.25rem) {
  .jobs-list__item__title {
    font-size: 1.375rem;
  }
}

.jobs-list__item__location {
  line-height: 1.6;
  color: #8b9399;
}

.jobs-list__item:hover > .jobs-list__item__head > .jobs-list__item__title,
.jobs-list__item:focus > .jobs-list__item__head > .jobs-list__item__title {
  text-decoration: underline;
}

.jobs-list__item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 46.25rem) {
  .jobs-list__item__info {
    justify-content: flex-end;
  }
}

.jobs-list__item__types {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 0.625rem;
  margin-bottom: 0;
  margin-left: 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
}
.jobs-list__item__types > li::before {
  display: none;
}
@media (min-width: 46.25rem) {
  .jobs-list__item__types {
    margin-right: 3.125rem;
  }
}

.jobs-list__item__types > li {
  position: relative;
  padding-left: 1.375rem;
  margin-bottom: 0.3125rem;
}
.jobs-list__item__types > li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 0.8125rem;
  height: 0.625rem;
  border-radius: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEzIDEwIj48Zz48Zz48cGF0aCBmaWxsPSIjMDAyNjYzIiBkPSJNLjQ5MyA1LjYwM0wyLjc2IDcuODY1bDEuMTc4IDEuMTc2Yy42MzUuNjU2IDEuNy42NTYgMi4zNTggMGwxLjE3OS0xLjE3NiA1LjAzMi01LjAyMWMuNjU3LS42NTYuNjU3LTEuNzIgMC0yLjM1Mi0uNjM1LS42NTYtMS43LS42NTYtMi4zNTcgMGwtNS4wMzIgNS4wMkwyLjg1IDMuMjUyYTEuNjU4IDEuNjU4IDAgMCAwLTIuMzU4IDBjLS42NTcuNjU2LS42NTcgMS43MTggMCAyLjM1MiIvPjwvZz48L2c+PC9zdmc+");
}

.jobs-list__item__info > span {
  flex-shrink: 0;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

@media (min-width: 75em) {
  .logo--main .icon {
    width: 10rem;
    height: 1.875rem;
  }
}

.logos,
.logos__box,
.logos__box--small,
.logos__link {
  display: flex;
  align-items: center;
}

.logos__box,
.logos__box--small,
.logos__link {
  justify-content: center;
}

.logos {
  flex-wrap: wrap;
  justify-content: center;
}

.logos--center {
  justify-content: center;
}

.logos__box {
  width: 8.75rem;
  height: 6.25rem;
}
@media (min-width: 46.25rem) {
  .logos__box {
    width: 12.5rem;
  }
}

.logos__box--small {
  width: 8.125rem;
  height: 5.625rem;
}
@media (min-width: 46.25rem) {
  .logos__box--small {
    width: 8.75rem;
  }
}

.logos__box--large {
  width: 12.5rem;
  height: 5.625rem;
}
@media (min-width: 46.25rem) {
  .logos__box--large {
    width: 25rem;
  }
}

.logos__box--center {
  margin-right: auto;
  margin-left: auto;
}

.logos__link {
  width: 100%;
  max-width: 8.75rem;
  height: 100%;
  max-height: 3.75rem;
}

.logos__box:only-child > .logos__link {
  max-width: none;
  max-height: none;
}

.logos__link > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.map {
  display: block;
  height: 25rem;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 36em) {
  .map {
    margin-right: 0;
    margin-left: 0;
  }
}

.map > iframe {
  width: 100%;
  height: 100%;
}

.masonry__card,
.masonry__card:first-child {
  position: relative;
  left: auto;
  width: auto;
  margin: 0 0 2rem;
}

.modal {
  display: none;
}

.modal.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 1.25rem;
  overflow: auto;
  background-color: rgba(0, 38, 99, 0.36);
  align-items: center;
  backdrop-filter: blur(0.3125rem);
  -webkit-backdrop-filter: blur(0.3125rem);
}

.modal__content {
  position: relative;
  z-index: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 5rem 1.25rem 2.5rem;
  margin: auto;
  overflow-x: hidden;
  text-align: center;
  border: px2rem(1px) solid;
  background-color: #fff;
  box-shadow: 0 0.625rem 4rem rgba(25, 59, 114, 0.4);
}
@media (min-width: 46.25rem) {
  .modal__content {
    width: 33.625rem;
    min-width: 33.625rem;
    padding: 3.4375rem 5.3125rem;
  }
}
@media (min-width: 63.9375em) {
  .modal__content {
    width: 45.625rem;
    min-width: 45.625rem;
  }
}

.modal__content--wide {
  padding: 2.5rem 1rem;
}
@media (min-width: 46.25rem) {
  .modal__content--wide {
    width: 46.25rem;
    min-width: 46.25rem;
  }
}
@media (min-width: 63.9375em) {
  .modal__content--wide {
    width: 59.75rem;
    min-width: 59.75rem;
    padding: 4rem;
  }
}

@media (min-width: 46.25rem) {
  .modal__content--medium {
    width: 36.875rem;
    min-width: 36.875rem;
    padding: 3.5rem 2.5rem;
  }
}

.modal__content--expert {
  padding: 2rem 1.5rem;
}
@media (min-width: 46.25rem) {
  .modal__content--expert {
    width: 38.75rem;
    min-width: 38.75rem;
    padding: 4rem;
  }
}

@media (min-width: 46.25rem) {
  .modal__content--mini {
    width: 31.25rem;
    min-width: 31.25rem;
  }
}
@media (min-width: 63.9375em) {
  .modal__content--mini {
    width: 32.5rem;
    min-width: 32.5rem;
  }
}

.modal__content--support {
  padding: 2.5rem 1rem;
}
@media (min-width: 46.25rem) {
  .modal__content--support {
    width: 37.5rem;
    min-width: 37.5rem;
    padding: 4rem;
  }
}

.modal__content--xsmall {
  padding: 4rem 1.25rem;
}
@media (min-width: 36em) {
  .modal__content--xsmall {
    width: 28.125rem;
    min-width: 28.125rem;
  }
}
@media (min-width: 46.25rem) {
  .modal__content--xsmall {
    padding: 4rem;
  }
}

.modal__content--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal__content--video {
  padding: 0;
  background-color: transparent;
  height: 16rem;
}
@media (min-width: 46.25rem) {
  .modal__content--video {
    width: 45.625rem;
    min-width: 45.625rem;
    height: 26rem;
  }
}

.modal--video .modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transform: translateX(0);
  z-index: 4;
  color: #EF1A1A;
}

.modal--newsletter .modal__content {
  padding: 2.5rem 1rem;
}
@media (min-width: 46.25rem) {
  .modal--newsletter .modal__content {
    padding: 4rem;
    width: 42rem;
    min-width: 42rem;
  }
}
.modal--newsletter .modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transform: translateX(0);
  z-index: 4;
  color: #193B72;
}

.modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background-image: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  position: absolute;
  top: 0.5rem;
  right: 0.875rem;
  padding: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #002663;
  outline: 0;
}
.modal__close:hover, .modal__close:focus {
  background-color: transparent;
}
.modal__close::before {
  content: "×";
  margin-right: 0.1875rem;
  font-size: 2.1875rem;
  line-height: 1;
}
@media (min-width: 46.25rem) {
  .modal__close {
    top: 1.5rem;
    right: 1.5rem;
    transform: none;
  }
}

.modal__text {
  margin-top: 2.5rem;
}

.modal__list {
  margin-bottom: 2.5rem;
  text-align: left;
}

.modal--reference {
  overflow: visible;
}
.modal--reference.is-open {
  z-index: 1000;
}
.modal--reference .modal__content--wide {
  overflow: visible;
  text-align: left;
  padding: 1.5rem;
}
@media (min-width: 46.25rem) {
  .modal--reference .modal__content--wide {
    padding: 4rem;
  }
}
.modal--reference .swiper__control {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 46.25rem) {
  .modal--reference .swiper__control {
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 2.25rem);
    top: 50%;
    left: -1.1875rem;
    transform: translateY(-50%);
  }
}

.modal__qr {
  padding: 2.5rem 1.25rem;
  background-color: #f3f6ff;
}

.modal__qr--small {
  padding: 1.5rem;
}
.modal__qr--small .modal__qr-inner {
  padding: 2.5rem;
}

.modal__form {
  padding: 2.5rem 1rem;
  border: 0.0625rem solid #e7e9ed;
}
@media (min-width: 46.25rem) {
  .modal__form {
    padding: 1.875rem 2.5rem;
    max-height: 40rem;
    overflow: auto;
  }
}

.modal__form--support {
  border: none;
  padding: 0;
}
@media (min-width: 46.25rem) {
  .modal__form--support {
    padding: 1.875rem 2.5rem;
    border: 0.0625rem solid #e7e9ed;
  }
}

@media (min-width: 46.25rem) {
  .modal__form--confirm {
    padding: 2.5rem;
  }
}

.modal__form--api .js-identifier-handler {
  display: none;
}

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.navigation > li::before {
  display: none;
}
@media (min-width: 63.9375em) {
  .navigation {
    position: static;
    display: flex;
  }
}
@media (min-width: 75em) {
  .navigation {
    margin-right: -1.625rem;
    margin-left: -1.625rem;
  }
}

.navigation > li {
  position: static;
  margin-bottom: 0;
  border-block: 0.0625rem solid #193B72;
}
@media (min-width: 63.9375em) {
  .navigation > li {
    border-block: 0;
  }
}

.navigation > li + li {
  margin-top: -0.0625rem;
}
@media (min-width: 63.9375em) {
  .navigation > li + li {
    margin-top: 0;
  }
}

.navigation__link {
  text-decoration: none;
  color: inherit;
  transition-property: border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 4.0625rem;
  padding: 1.25rem;
  font-weight: 400;
  color: #fff;
  border-width: 0 0 0 0.1875rem;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
}
.navigation__link:hover, .navigation__link:focus {
  text-decoration: none;
}
.navigation__link:hover, .navigation__link:focus {
  border-left-color: rgba(210, 19, 25, 0.8);
}
@media (min-width: 63.9375em) {
  .navigation__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding-inline: 0.625rem;
    border-width: 0.1875rem 0;
  }
  .navigation__link:hover, .navigation__link:focus {
    border-bottom-color: rgba(210, 19, 25, 0.8);
  }
}
@media (min-width: 75em) {
  .navigation__link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navigation__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.25rem;
    width: 0.3125rem;
    height: 0.3125rem;
    z-index: 2;
    background-color: #324B73;
    transform: translateY(-50%);
    border-radius: 50%;
  }
}

.navigation > li.menu-item-has-children > .navigation__link {
  justify-content: space-between;
}
@media (min-width: 63.9375em) {
  .navigation > li.menu-item-has-children > .navigation__link {
    justify-content: center;
  }
}
@media (min-width: 75em) {
  .navigation > li.menu-item-has-children > .navigation__link {
    padding-right: 1rem;
  }
}

.navigation > li.current-menu-item > .navigation__link,
.navigation > li.is-open > .navigation__link {
  border-left-color: rgba(210, 19, 25, 0.8);
  background-color: #09234c;
}
@media (min-width: 63.9375em) {
  .navigation > li.current-menu-item > .navigation__link,
  .navigation > li.is-open > .navigation__link {
    border-bottom-color: rgba(210, 19, 25, 0.8);
    background-color: #002663;
  }
  .navigation > li.current-menu-item > .navigation__link::before,
  .navigation > li.is-open > .navigation__link::before {
    visibility: visible;
    opacity: 1;
  }
  .navigation > li.current-menu-item > .navigation__link::after,
  .navigation > li.is-open > .navigation__link::after {
    z-index: 3;
    visibility: hidden;
    opacity: 0;
  }
}

.navigation > li.current-menu-item + li > .navigation__link::before,
.navigation > li.is-open + li > .navigation__link::before {
  visibility: hidden;
  opacity: 0;
}

.navigation > li:first-child > .navigation__link::before {
  content: none;
}

.navigation > li:last-child > .navigation__link::after {
  display: none;
}

.navigation__link__arrow {
  position: relative;
  top: 0.0625rem;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin-left: 0.375rem;
  border-width: 0.375rem 0.25rem 0 0.25rem;
  border-style: solid;
  border-color: #d21319 transparent transparent transparent;
  background: transparent;
  transform: rotate(-90deg);
}
@media (min-width: 63.9375em) {
  .navigation__link__arrow {
    transform: rotate(0);
  }
}

.navigation__support {
  flex: 1 !important;
  justify-content: center;
  align-items: center;
}

.navigation__help {
  display: flex;
  width: 100%;
  padding: 1.25rem;
  margin: 1.25rem;
  background-color: #193B72;
}
@media (min-width: 63.9375em) {
  .navigation__help {
    height: 4.375rem;
    padding-block: 0.75rem;
    margin: 0;
    background-color: #eaf7f6;
  }
}

.navigation__help__icon {
  flex-shrink: 0;
  margin-right: 0.75rem;
  color: #d21319;
}

.navigation__help__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  white-space: nowrap;
  color: #fff;
  font-size: 1.125rem;
}
@media (min-width: 63.9375em) {
  .navigation__help__text {
    font-size: 1.0625rem;
    color: #002663;
  }
}

.navigation__help__text > a {
  font-size: 1rem;
  white-space: nowrap;
  color: #d21319;
}
@media (min-width: 63.9375em) {
  .navigation__help__text > a {
    font-size: 0.9375rem;
  }
}

.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  transition-property: visibility, opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: absolute;
  top: 6.125rem;
  right: 0;
  left: 0;
  height: calc(100lvh - 10.125rem);
  overflow-y: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #002663;
  transform: translateX(100%);
}
.sub-menu > li::before {
  display: none;
}
@media (min-width: 63.9375em) {
  .sub-menu {
    top: 100%;
    bottom: auto;
    display: flex;
    visibility: hidden;
    height: auto;
    opacity: 0;
    flex-flow: row wrap;
    align-items: center;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    transform: translateX(0);
    background-color: #fff;
    border: 0.0625rem solid #d5dae4;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.19);
  }
}

.sub-menu > li:last-child > .navigation__link {
  position: relative;
  flex: 0 0 auto;
  padding-block: 0;
  height: auto;
}
.sub-menu > li:last-child > .navigation__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ico-chat'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10.0801C0 5.2303 3.76204 1.20001 8.52203 1.20001H15.478C20.238 1.20001 24 5.23035 24 10.0801C24 10.1215 23.9997 10.1617 23.9994 10.2C23.9864 11.6031 23.7433 12.8143 23.2129 13.9165C22.6849 15.0138 21.9076 15.9293 20.9343 16.7915C19.9706 17.6452 18.7779 18.478 17.3912 19.3928C16.8116 19.7751 16.2087 20.1651 15.5687 20.5791C14.6334 21.184 13.619 21.8401 12.4831 22.5982C12.1149 22.8439 11.6413 22.8669 11.251 22.6582C10.8606 22.4494 10.617 22.0427 10.617 21.6V19.6801C10.617 19.2278 10.2814 18.9601 9.98644 18.9601H8.52203C3.76203 18.9601 0 14.9296 0 10.0801ZM8.52203 3.60001C5.1942 3.60001 2.4 6.44653 2.4 10.0801C2.4 13.7134 5.19421 16.5601 8.52203 16.5601H9.98644C11.6099 16.5601 12.859 17.8426 13.0031 19.3823C13.4549 19.0881 13.8901 18.8065 14.3056 18.5376C14.9437 18.1247 15.5353 17.7419 16.0696 17.3894C17.4467 16.481 18.5162 15.7274 19.3429 14.995C20.1599 14.2712 20.7014 13.6008 21.0503 12.8758C21.3969 12.1556 21.589 11.3073 21.5995 10.1783C21.5998 10.144 21.6 10.1116 21.6 10.0801C21.6 6.44657 18.8058 3.60001 15.478 3.60001H8.52203Z' fill='%23EF1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.2 8.40001C7.2 7.73727 7.73726 7.20001 8.4 7.20001H15.6C16.2627 7.20001 16.8 7.73727 16.8 8.40001C16.8 9.06275 16.2627 9.60001 15.6 9.60001H8.4C7.73726 9.60001 7.2 9.06275 7.2 8.40001Z' fill='%23EF1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.2 12C7.2 11.3373 7.73726 10.8 8.4 10.8H15.6C16.2627 10.8 16.8 11.3373 16.8 12C16.8 12.6628 16.2627 13.2 15.6 13.2H8.4C7.73726 13.2 7.2 12.6628 7.2 12Z' fill='%23EF1A1A'/%3E%3C/g%3E%3C/svg%3E");
  background-color: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  z-index: 1;
}

.sub-menu > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  border-block: 0.0625rem solid #193B72;
}
@media (min-width: 63.9375em) {
  .sub-menu > li {
    flex: 0 0 33.3%;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    border-width: 0 0.0625rem 0.0625rem 0;
    border-style: solid;
    border-color: #d5dae4;
  }
  .sub-menu > li:nth-child(3n) {
    border-right: 0;
  }
  .sub-menu > li:last-child, .sub-menu > li:nth-last-child(2):not(:nth-child(3n)), .sub-menu > li:nth-last-child(3):nth-child(3n-2):not(:nth-child(3n-1)) {
    border-bottom: 0;
  }
}

.sub-menu > li + li {
  margin-top: -0.0625rem;
}
@media (min-width: 63.9375em) {
  .sub-menu > li + li {
    margin-top: 0;
  }
}

.sub-menu > li > a {
  flex: 1;
  height: 4.125rem;
  font-weight: 400;
  font-size: 1rem;
  border: 0;
  color: #fff;
}
.sub-menu > li > a:hover, .sub-menu > li > a:focus {
  text-decoration: underline;
}
.sub-menu > li > a::before, .sub-menu > li > a::after {
  display: none;
}
@media (min-width: 63.9375em) {
  .sub-menu > li > a {
    height: 4.375rem;
    padding-inline: 0.625rem;
    font-weight: 600;
    color: #002663;
  }
}
@media (min-width: 75em) {
  .sub-menu > li > a {
    padding-inline: 1.625rem;
  }
}

.navigation__toggle {
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 1.5rem;
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.4;
  border: 0;
  background-color: #002663;
  outline: 0;
  transform: translateX(100%);
  cursor: pointer;
}
@media (min-width: 63.9375em) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  color: #618FBD;
}
.navigation__toggle span .icon {
  margin-right: 0.5rem;
}

.navigation > li.is-open > .navigation__toggle {
  transform: translateX(0);
}

.navigation > li.is-open > .sub-menu {
  transform: translateX(0);
}
@media (min-width: 63.9375em) {
  .navigation > li.is-open > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.navigation-box {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0.625rem 1.5625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border: 0.0625rem solid transparent;
}
.navigation-box:hover, .navigation-box:focus {
  text-decoration: underline;
}
.navigation-box:hover, .navigation-box:focus {
  text-decoration: none;
  border-color: #aec0c8;
}
@media (min-width: 36em) {
  .navigation-box {
    padding-top: 1.5625rem;
  }
}

.navigation-box__icon {
  height: 2.5rem;
  margin-bottom: 1.25rem;
  color: #f00;
}

.navigation-box__title {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1.375rem;
}

.navigation-box > p {
  flex-grow: 1;
  max-width: 16.875rem;
  margin-right: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
}
@media (min-width: 36em) {
  .navigation-box > p {
    margin-bottom: 1.5625rem;
  }
}

.navigation-box__arrow {
  color: #EF1A1A;
}
@media (min-width: 46.25rem) {
  .navigation-box__arrow {
    transition-property: visibility, opacity;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
    visibility: hidden;
    opacity: 0;
  }
}

.navigation-box:hover > .navigation-box__title,
.navigation-box:focus > .navigation-box__title {
  text-decoration: underline;
}

.navigation-box:hover > .navigation-box__arrow,
.navigation-box:focus > .navigation-box__arrow {
  visibility: visible;
  opacity: 1;
}

.quote {
  text-align: left;
  color: #002663;
}

.quote__image {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}

.quote__text {
  margin: 0 0 0.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.quote__signature {
  margin-bottom: 0.8125rem;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  letter-spacing: -0.03625rem;
}

.quote__author {
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 36em) {
  .quote__author {
    font-size: 1.1875rem;
  }
}

.quote__position {
  font-weight: 400;
  color: #A1B3D2;
}
@media (min-width: 36em) {
  .quote__position {
    font-size: 0.875rem;
  }
}

.quote--lead {
  max-width: 38.75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.quote--lead > .quote__text {
  margin-bottom: 1.375rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 36em) {
  .quote--lead > .quote__text {
    font-size: 1.375rem;
  }
}

.quote--lead > .quote__signature {
  font-size: 1.75rem;
}

@media (min-width: 36em) {
  .quote--lead > .quote__author {
    font-weight: 700;
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  .quote--lead > .quote__position {
    font-size: 1rem;
  }
}

@media (min-width: 46.25rem) {
  .quote--illustration {
    display: flex;
  }
}

.quote__illustration {
  text-align: center;
  flex: 0 0 auto;
}

.quote__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 46.25rem) {
  .quote__content {
    padding: 0 1.5625rem;
  }
}

.quote--illustration > .quote__content > .quote__text {
  margin-bottom: 1rem;
}

.quote--illustration > .quote__content > .quote__author,
.quote--illustration > .quote__content > .quote__position {
  font-size: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.selectfield {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 25.3125rem;
  margin-bottom: 1.5rem;
}
.selectfield .textfield__label {
  order: -1;
}

.selectfield__label {
  display: block;
  order: -1;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
}

.selectfield__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.selectfield__selected {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: color, border-color, background-color, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.875rem;
  color: #002663;
  border: 1px solid #aec0c8;
  border-radius: 0.1875rem;
  background-color: #fff;
  outline: 0;
  box-shadow: inset 0.125rem 0.125rem 0.625rem #e7e9ed;
  appearance: none;
  cursor: pointer;
}
.selectfield__selected::after {
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 50%;
  width: 0.53125rem;
  height: 0.53125rem;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #002663;
  transform: translateY(50%) rotate(135deg);
}

.selectfield__selected--placeholder {
  color: #aec0c8;
  background-color: #fff;
  box-shadow: none;
  box-shadow: inset 0.125rem 0.125rem 0.625rem #e7e9ed;
}

.selectfield__selected.is-open::after {
  transform: translateY(75%) rotate(-45deg);
}

/* Style items (options): */
.selectfield__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 0.1875rem);
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  max-height: 8.9375rem;
  padding: 0.1875rem 0 0;
  overflow: auto;
  color: #002663;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #aec0c8;
  border-radius: 0 0.1875rem 0.1875rem;
  background-color: #f4f5f7;
}
.selectfield__list > li::before {
  display: none;
}

.selectfield__list.is-open {
  display: block;
}

.selectfield__list__item {
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: relative;
  padding: 0.5625rem 0.9375rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.1;
  background-color: transparent;
  cursor: pointer;
}
.selectfield__list__item:not(:last-child)::after {
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  content: "";
  position: absolute;
  right: 0.9375rem;
  bottom: 0;
  left: 0.9375rem;
  z-index: 1;
  display: block;
  height: 1px;
  background-color: #aec0c8;
}

.selectfield__list__item:hover,
.selectfield__list__item:focus,
.selectfield__list__item--active {
  background-color: #e7e9ed;
}
.selectfield__list__item:hover:not(:last-child)::after,
.selectfield__list__item:focus:not(:last-child)::after,
.selectfield__list__item--active:not(:last-child)::after {
  background-color: transparent;
}

.selectfield__input.has-error,
.selectfield__input.wpcf7-not-valid {
  color: #EF1A1A;
  border-color: #EF1A1A;
  background-color: #feeded;
}

.selectfield__error,
.selectfield .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: right;
  color: #EF1A1A;
}

.section-header {
  position: relative;
}

.section-header__box {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  border: 0.1875rem solid transparent;
}
@media (min-width: 36em) {
  .section-header__box {
    padding-right: 5.625rem;
    padding-left: 5.625rem;
  }
}

.section-header__title,
.section-header__text {
  max-width: 41.25rem;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(-1.5625rem);
}

.section-header__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-bottom: 0.9375rem;
  background-color: #fff;
}
@media (min-width: 36em) {
  .section-header__title {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.section-header__text {
  margin-bottom: 1.875rem;
}

.section-header__perks {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 15.9375rem;
  margin-top: -1.25rem;
  margin-right: auto;
  margin-left: auto;
}
.section-header__perks > li::before {
  display: none;
}
@media (min-width: 36em) {
  .section-header__perks {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: none;
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}

.section-header__perks__item {
  flex: 1;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-bottom: 1.875rem;
  background-color: #fff;
}

.section-header__perks__illustration {
  height: 3.5rem;
  margin-bottom: 0.625rem;
}

.section-header__perks__number {
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  color: #f00;
}

.section-header__perks__image {
  width: auto;
  max-width: 3.5rem;
  height: auto;
  max-height: 3.5rem;
}

.section-header__perks__text {
  font-size: 1.0625rem;
}

.section-illustration {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
@media (min-width: 36em) {
  .section-illustration {
    margin-bottom: 0;
  }
}

.section-illustration__content {
  flex-grow: 1;
  min-height: 9.375rem;
  padding-right: 0;
  padding-bottom: 12.5rem;
}
@media (min-width: 36em) {
  .section-illustration__content {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 46.25rem) {
  .section-illustration__content {
    padding-right: 12.5rem;
    padding-bottom: 5rem;
  }
}

.section-illustration__content > img {
  position: absolute;
  right: 50%;
  bottom: 1.875rem;
  max-width: 12.5rem;
  max-height: 8.75rem;
  transform: translateX(50%);
}
@media (min-width: 36em) {
  .section-illustration__content > img {
    right: 0;
    bottom: 0;
    transform: translateX(0);
  }
}

.section-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 36em) {
  .section-block {
    padding-left: 1.375rem;
  }
}

@media (min-width: 36em) {
  .section-block--full {
    padding-left: 0;
  }
}

.section-block__head,
.section-block__expert {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media (min-width: 46.25rem) {
  .section-block__head,
  .section-block__expert {
    width: 50%;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 46.25rem) {
  .section-block__head {
    padding-right: 1.25rem;
  }
}

.section-block__head__pretitle {
  margin-bottom: 1.125rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.071875rem;
  text-transform: uppercase;
  color: #aec0c8;
}
@media (min-width: 36em) {
  .section-block__head__pretitle {
    margin-left: -1.375rem;
  }
}

.section-block__head__pretitle > span {
  font-weight: 700;
  color: #f00;
}

.section-block__head__title {
  margin-bottom: 3.125rem;
  margin-left: 1.375rem;
}
.section-block__head__title:last-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 36em) {
  .section-block__head__title:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 36em) {
  .section-block__head__title {
    margin-left: 0;
  }
}

.section-block--full .section-block__head__title {
  margin-left: 0;
}

.section-block__expert > div:first-child {
  position: static;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 36em) {
  .section-block__expert > div:first-child {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 36em) {
  .section-block:not(.section-block--full) .section-block__expert > div:first-child {
    margin-top: 2.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.section-block__body {
  width: 100%;
}

.section-block__expert-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.section-block__expert-list__item {
  display: flex;
  width: 100%;
  min-height: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 36em) {
  .section-block__expert-list__item {
    width: 50%;
  }
}
@media (min-width: 63.9375em) {
  .section-block__expert-list__item {
    width: 25%;
  }
}

.section-block__expert-list__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 1.5625rem;
  border: 0.0625rem solid #e7e9ed;
}
@media (min-width: 36em) {
  .section-block__expert-list__box {
    align-items: flex-start;
  }
}

.section-block__expert-list__picture {
  position: relative;
  margin-bottom: 1.875rem;
}

.section-block__expert-list__signature {
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  font-size: 1.375rem;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  letter-spacing: -0.0625rem;
}

.section-block__expert-list__signature:only-child {
  position: static;
}

.section-block__expert-list__picture > img {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  object-fit: cover;
}

.section-block__expert-list__name {
  font-size: 1.1875rem;
}

.section-block__expert-list__more {
  font-size: 0.875rem;
  color: #7893a1;
}

.section-block__expert-list__link {
  font-size: 0.875rem;
}

.section__block {
  position: relative;
  border: 0.0625rem solid #e7e9ed;
}

.section__block--plain {
  position: relative;
  border: unset;
}

.section__media {
  position: relative;
  height: 100%;
}

.section__block--newsletter {
  padding: 2rem 1.5rem;
}
@media (min-width: 46.25rem) {
  .section__block--newsletter {
    padding-block: 3.5rem;
  }
}
.section__block--newsletter .btn .icon {
  background-color: red;
  border-radius: 50%;
  padding: 0.125rem;
}

.support {
  display: flex;
  flex-direction: column;
  max-width: 27.5rem;
  gap: 0.125rem 0;
}

.support__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1.875rem;
}

.section__block--info.section__block--api {
  height: 100%;
  padding: 1.375rem 1.875rem 1.875rem 1.875rem;
}

.section__block--info {
  position: relative;
  padding: 1.25rem 1rem;
  max-width: 27.875rem;
  height: 20rem;
}
@media (min-width: 46.25rem) {
  .section__block--info {
    padding: 2.5rem;
    height: 100%;
  }
}
.section__block--info .picture {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.section__block--info .picture--api {
  all: unset;
}
.section__block--info .picture--api img {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  max-height: 12.5rem;
}

.specializations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.875rem);
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.specializations > li::before {
  display: none;
}

.specializations__item {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.specializations__item, .specializations__item:last-child {
  margin-bottom: 0.625rem;
}
@media (min-width: 36em) {
  .specializations__item, .specializations__item:last-child {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 46.25rem) {
  .specializations__item {
    width: 50%;
  }
}

.specializations__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.0625rem 1.375rem 1.0625rem 0.625rem;
  text-decoration: none;
  border: 0.0625rem solid #aec0c8;
}
.specializations__link::after {
  transition-property: visibility, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 0.125rem solid #aec0c8;
}

.specializations__item__head {
  position: relative;
  width: 5.75rem;
  margin-right: 0.3125rem;
  text-align: center;
}
@media (min-width: 36em) {
  .specializations__item__head {
    margin-right: 1.125rem;
  }
}

.specializations__item__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-style: solid;
  border-radius: 50%;
}

.specializations__item__illustration > img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.specializations__item__name {
  margin-top: 0.3125rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #7893a1;
}

@media (min-width: 36em) {
  .specializations__item__body {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
  }
}

.specializations__item__title {
  font-size: 1.25rem;
  line-height: 1.6;
}

.specializations__item__text {
  max-width: 15.9375rem;
}

.specializations__item__arrow {
  color: #d21319;
}
@media (min-width: 36em) {
  .specializations__item__arrow {
    margin-left: 0.625rem;
  }
}

.specializations__link:hover::after,
.specializations__link:focus::after {
  visibility: visible;
  opacity: 1;
}

.specializations__link:hover > .specializations__item__body > div > .specializations__item__title,
.specializations__link:focus > .specializations__item__body > div > .specializations__item__title {
  text-decoration: underline;
}

.specializations__item__help {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1.375rem;
  background-color: #eaf7f6;
}
@media (min-width: 36em) {
  .specializations__item__help {
    flex-direction: row;
  }
}

.specializations__item__help > div {
  display: flex;
  align-items: center;
}

.specializations__item__help > div > svg {
  flex-shrink: 0;
  margin-right: 0.4375rem;
  color: #d21319;
}
@media (min-width: 36em) {
  .specializations__item__help > div > svg {
    margin-right: 0.9375rem;
  }
}

.specializations__item__help > div > span {
  font-size: 1.125rem;
}

.specializations__item__help > div:last-child {
  margin-top: 0.625rem;
}
@media (min-width: 36em) {
  .specializations__item__help > div:last-child {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

.specializations__item__help > div > a {
  white-space: nowrap;
  color: #d21319;
}

.tabs {
  width: 100%;
}

.tabs__radio,
.tabs__tab1,
.tabs__tab2,
.tabs__tab3 {
  display: none;
}

.tabs__radio--1:checked ~ .tabs__tab1,
.tabs__radio--2:checked ~ .tabs__tab2,
.tabs__radio--3:checked ~ .tabs__tab3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs__radio--1:checked ~ .tabs__label-wrap > .tabs__label--1,
.tabs__radio--2:checked ~ .tabs__label-wrap > .tabs__label--2,
.tabs__radio--3:checked ~ .tabs__label-wrap > .tabs__label--3 {
  padding-bottom: 0.5rem;
  border-bottom: 0.1875rem solid #EF1A1A;
}

.tabs__label-wrap {
  position: relative;
  left: -1.5rem;
  width: calc(100% + 3rem);
  margin-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #e7e9ed;
}
@media (min-width: 46.25rem) {
  .tabs__label-wrap {
    left: 0;
    width: 100%;
    margin-bottom: 2.1875rem;
  }
}

.tabs__label {
  display: inline-block;
  padding: 0.6875rem 0;
  margin: 0 1.5625rem;
  cursor: pointer;
}

.tabs__expert-box {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 46.25rem) {
  .tabs__expert-box {
    width: 60%;
    padding-right: 1.875rem;
  }
}
@media (min-width: 63.9375em) {
  .tabs__expert-box {
    width: 50%;
  }
}

.tabs__tab {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 36em) {
  .tabs__tab {
    min-width: 21.875rem;
  }
}
@media (min-width: 46.25rem) {
  .tabs__tab {
    min-width: 25rem;
  }
}
@media (min-width: 63.9375em) {
  .tabs__tab {
    width: 50%;
  }
}

.tabs__tab--form.tabs__tab--form {
  max-width: 25.3125rem;
}

.tabs__time-date {
  display: flex;
  justify-content: space-between;
  max-width: 25.3125rem;
}

.tabs__time-date > div {
  width: 49%;
}

.tabs__btn-wrap {
  width: 100%;
  text-align: center;
}

.tabs--default {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
@media (min-width: 46.25rem) {
  .tabs--default::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.0625rem solid #e7e9ed;
    z-index: -1;
  }
}
@media (min-width: 46.25rem) {
  .tabs--default {
    flex-direction: row;
    align-items: flex-end;
  }
}

.tabs__item {
  margin: 0 -1.25rem 0 -1.25rem;
}
@media (min-width: 46.25rem) {
  .tabs__item {
    margin: 0;
  }
}
.tabs__item::before {
  content: none;
}

.tabs__item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-decoration: none;
  border-bottom: 0.0625rem solid #e7e9ed;
}
@media (min-width: 63.9375em) {
  .tabs__item > a {
    padding: 1rem 1.75rem;
    justify-content: center;
  }
}
@media (min-width: 46.25rem) {
  .tabs__item > a .icon {
    display: none;
  }
}

.tabs__item.is--active > a {
  font-weight: 600;
  border-bottom: 0.1875rem solid #EF1A1A;
}
.tabs__item.is--active > a .icon--plus::after {
  height: 0;
}

.tabs__panel {
  padding: 2.5rem 1.25rem 0 1.5rem;
  display: none;
}
@media (min-width: 63.9375em) {
  .tabs__panel {
    padding: 3rem 1.25rem 0 2rem;
  }
}

.tabs__panel.is--active {
  display: block;
}

.textarea {
  position: relative;
  max-width: 25.3125rem;
  margin-bottom: 1.5rem;
}

.textarea__label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
}

.textarea--required > .textarea__label::after {
  content: " *";
  color: #EF1A1A;
}

.textarea__input {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: color, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  display: block;
  width: 100%;
  height: auto;
  min-height: 3rem;
  padding: 0.875rem;
  color: #002663;
  border: 1px solid #aec0c8;
  border-radius: 3px;
  background-color: #fff;
  outline: 0;
  box-shadow: inset 0.125rem 0.125rem 0.625rem #e7e9ed;
}
.textarea__input::placeholder {
  color: #aec0c8;
}
.textarea__input:focus {
  border-color: #002663;
}

.textfield {
  position: relative;
  max-width: 25.3125rem;
  margin-bottom: 1.5rem;
}
.textfield > p {
  margin-bottom: 0;
}

.textfield__label {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #002663;
}

.textfield__label--between {
  justify-content: space-between;
}

.textfield--required > .textfield__label::after {
  content: " *";
  color: #EF1A1A;
}

.textfield__input {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: color, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.875rem;
  color: #002663;
  border: 1px solid #aec0c8;
  border-radius: 3px;
  background-color: #fff;
  outline: 0;
  appearance: none;
  box-shadow: inset 0.125rem 0.125rem 0.625rem #e7e9ed;
}
.textfield__input::placeholder {
  color: #aec0c8;
}
.textfield__input:focus {
  border-color: #002663;
}

.textfield__input.has-error,
.textfield__input.wpcf7-not-valid {
  color: #EF1A1A;
  border-color: #EF1A1A;
  background-color: #feeded;
}

.textfield__error,
.textfield .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: right;
  color: #EF1A1A;
}

.checkbox,
.checkbox__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.checkbox p {
  margin-bottom: 1.5rem;
}

.checkbox .wpcf7-list-item.first.last {
  margin-left: 0;
}
.checkbox .wpcf7-list-item.first.last > label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.checkbox .wpcf7-list-item.first.last .wpcf7-list-item-label {
  font-size: 0.9375rem;
}

.checkbox__input,
.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border: 0.0625rem solid #aec0c8;
  border-radius: 0.1875rem;
  background-color: #fff;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.checkbox__input:checked,
.checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Crect x='.5' y='.5' width='19' height='19' rx='2.5' fill='%23193B72'/%3E%3Crect x='.5' y='.5' width='19' height='19' rx='2.5' stroke='%23002663'/%3E%3Cpath d='M8.228 14.44 4.33 10.52l1.43-1.43 2.468 2.447 6.009-5.988 1.43 1.45-7.44 7.44Z' fill='%23fff'/%3E%3C/svg%3E");
  border-color: #002663;
}

.checkbox__label {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #002663;
  line-height: 1;
  cursor: pointer;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}

.video--static {
  position: relative;
  max-width: 100%;
  height: auto;
}

.video-modal {
  transition-property: visibility, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 38, 99, 0.4);
}
@media (min-width: 36em) {
  .video-modal {
    padding: 2rem;
  }
}

.video-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.video-modal__content {
  position: relative;
  width: 100%;
}
@media (min-width: 36em) {
  .video-modal__content {
    width: 80%;
  }
}
.video-modal__content .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
}

.video-modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  font-size: 0;
  border: 0;
  background: transparent;
  outline: 0;
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  border-style: solid;
  border-color: #fff;
  transform: translateY(-50%);
  transform-origin: center;
}
.video-modal__close::before {
  height: 1px;
  border-width: 1.5px 0 0;
  transform: rotate(-45deg);
}
.video-modal__close::after {
  height: 1px;
  border-width: 1.5px 0 0;
  transform: rotate(45deg);
}
@media (min-width: 36em) {
  .video-modal__close {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}

.jobs-info {
  padding: 1.875rem 1.25rem 1.5625rem;
  text-align: center;
  background-color: rgba(223, 242, 239, 0.8);
  backdrop-filter: blur(2px);
}

.box {
  position: relative;
}

.box--highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}

.events {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 0;
  max-height: 26rem;
  overflow: hidden;
  transition: all 0.18s ease-in;
}
.events::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.875rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 37.49%, #FFF 86.3%);
}
.events.is--expand {
  max-height: 180rem;
  margin-bottom: 1.5rem;
}

.events--gray::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.875rem;
  background: linear-gradient(180deg, rgba(244, 245, 247, 0) 0%, rgba(244, 245, 247, 0.8) 37.49%, #F4F5F7 86.3%);
}

.events--full {
  max-height: 100%;
}

.events.events--full::after,
.events.is--expand::after {
  content: none;
}

.events__item {
  margin-bottom: 0;
  border: 0.0625rem solid #aec0c8;
}
.events__item::before {
  content: none;
}
.events__item + .events__item {
  border-top: 0;
}

.events__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition-property: opacity, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
}
@media (min-width: 63.9375em) {
  .events__link {
    gap: 2rem;
    padding: 1.25rem 1.5rem;
  }
}

.events__title {
  display: flex;
  align-items: center;
  order: 1;
  flex: 0 0 calc(100% - 1.25rem);
  font-size: 1rem;
}
@media (min-width: 63.9375em) {
  .events__title {
    flex: 1;
  }
}
.events__title .picture {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  margin-right: 1rem;
}
.events__title .picture img {
  object-fit: cover;
}

.events__date,
.events__label {
  margin-top: 0.5rem;
}
@media (min-width: 63.9375em) {
  .events__date,
  .events__label {
    margin-top: 0;
  }
}

.events__date {
  flex: 1;
  order: 3;
}
@media (min-width: 63.9375em) {
  .events__date {
    flex: 0 0 10.625rem;
    order: 2;
  }
}

.events__label {
  flex: 0 0 auto;
  order: 4;
}
@media (min-width: 63.9375em) {
  .events__label {
    flex: 0 0 12.5rem;
    order: 3;
  }
}

.events__icon {
  order: 2;
  flex: 0 0 1.25rem;
}
@media (min-width: 63.9375em) {
  .events__icon {
    order: 4;
  }
}

.events__item--footer {
  border-color: #618FBD;
}
@media (min-width: 63.9375em) {
  .events__item--footer .events__link {
    gap: 1rem;
  }
}
.events__item--footer .events__link:hover, .events__item--footer .events__link:focus {
  background-color: #193B72;
}
@media (min-width: 63.9375em) {
  .events__item--footer .events__title {
    flex: 0 0 auto;
  }
}
@media (min-width: 63.9375em) {
  .events__item--footer .events__date {
    flex: 1;
  }
}

@media (min-width: 63.9375em) {
  .events__item--page .events__link {
    gap: 1rem;
  }
}
.events__item--page .events__link:hover {
  background-color: #fff;
}

.label {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background-color: #6B8EB9;
  border-radius: 1rem;
  font-feature-settings: "clig" off, "liga" off;
}

.label--products {
  text-align: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.78125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01875rem;
}

.label--blue {
  background-color: #618FBD;
}

.promo {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

.promo--middle {
  align-items: center;
}

.promo__slider {
  position: relative;
  flex: 1;
}
.promo__slider .swiper__control {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
}
@media (min-width: 63.9375em) {
  .promo__slider .swiper__control {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
.promo__slider .swiper-slide {
  min-height: 25rem;
}

.promo__slider--ict {
  max-width: 100%;
}
@media (min-width: 63.9375em) {
  .promo__slider--ict {
    max-width: 41.6rem;
  }
}

.promo__content {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #eaf7f6;
  padding: 1.5rem;
}
.promo__content .title {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: var(--font-light);
}
@media (min-width: 63.9375em) {
  .promo__content {
    padding: 2.5rem 3rem;
  }
}

.promo__content--thin {
  padding: 2rem 1.5rem;
}
@media (min-width: 63.9375em) {
  .promo__content--thin {
    padding: 3rem 2rem;
    max-width: 23.75rem;
    height: 100%;
  }
}

.promo__title {
  position: absolute;
  bottom: 5rem;
  left: 1.5rem;
  z-index: 2;
  max-width: 70%;
}
@media (min-width: 63.9375em) {
  .promo__title {
    left: 2.5rem;
    bottom: 6.5rem;
  }
}
.promo__title .title {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
}
.promo__title .title span {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.promo__video {
  position: relative;
  flex: 100%;
  padding-bottom: 56.5%;
}
@media (min-width: 63.9375em) {
  .promo__video {
    flex: 1;
    padding-bottom: 37.5%;
  }
}
.promo__video .link--ict {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  width: 20rem;
}
@media screen and (min-width: 1024px) {
  .promo__video .link--ict {
    top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .promo__video .link--ict {
    top: -0.875rem;
  }
}
@media (min-width: 46.25rem) {
  .promo__video .link--ict {
    left: 1.5rem;
    transform: translateX(0);
    width: 23rem;
  }
}
.promo__video iframe:not(.js-vimeo) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo__video--plain {
  padding-bottom: 0;
}

.promo__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92' fill='none'%3E%3Ccircle opacity='.5' cx='46' cy='46' r='46' fill='%23002663'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m59.128 46.128-24.256 15v-30l24.256 15Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 4rem;
  cursor: pointer;
}
@media (min-width: 63.9375em) {
  .promo__video-link {
    background-size: 5.75rem;
  }
}

.post-wrapper .link--inline {
  width: 100%;
  justify-content: center;
}

.card--post {
  position: relative;
  text-decoration: none;
  transition: all 0.18s ease-in-out;
}
.card--post .card__header {
  position: relative;
}
.card--post .card__header .card__picture {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.card--post .card__header .card__picture img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.18s ease-in-out;
}
.card--post .card__header .icon {
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
}
.card--post .card__body {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.card--post .info {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
}
.card--post .info li {
  margin-bottom: 0;
}
.card--post .info li::after {
  content: "•";
  color: #EF1A1A;
  margin: 0 0.5em;
}
.card--post .info li:first-child::after {
  color: #618FBD;
}
.card--post .info li:last-child::after {
  content: none;
}
.card--post:hover .title {
  text-decoration: underline;
}
.card--post:hover .card__picture img {
  transform: scale(1.08);
}
.card--post .card__extra {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.25rem;
  line-height: 1.375rem;
  width: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EF1A1A;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  z-index: 10;
}
.card--post .card__extra .icon {
  margin-right: 0.25rem;
}

.swiper--reference {
  position: relative;
}
.swiper--reference .swiper__controls {
  display: block;
}
@media (min-width: 46.25rem) {
  .swiper--reference .swiper__controls {
    display: none;
  }
}
@media (min-width: 46.25rem) {
  .swiper--reference .swiper__controls button > .icon {
    box-shadow: 0 0 1.8125rem rgba(239, 26, 26, 0.36);
    border-radius: 50%;
  }
}
.swiper--reference .swiper__controls--desktop {
  display: none;
}
@media (min-width: 46.25rem) {
  .swiper--reference .swiper__controls--desktop {
    display: block;
    position: absolute;
    left: 1.5rem;
    bottom: -1.5rem;
    z-index: 10;
  }
  .swiper--reference .swiper__controls--desktop button {
    box-shadow: 0 0 1.8125rem rgba(239, 26, 26, 0.36);
  }
}
@media (min-width: 46.25rem) {
  .swiper--reference .swiper-slide {
    padding-left: 1.25rem;
  }
}
.swiper--reference .swiper-slide__article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 63.9375em) {
  .swiper--reference .swiper-slide__article {
    padding-left: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.swiper--reference .swiper-slide__article .article__picture {
  flex: 0 0 auto;
}
.swiper--reference .swiper-slide__article .article__picture img {
  border-radius: 50%;
  overflow: hidden;
}
.swiper--reference .swiper-slide__article .article__content {
  flex: 1;
}
.swiper--reference .swiper-slide__article .article__author {
  width: 100%;
}
@media (min-width: 63.9375em) {
  .swiper--reference .swiper-slide__article .article__author {
    padding-left: 7.5rem;
  }
}

.boxer--reference .swiper__controls {
  position: absolute;
  bottom: -4rem;
  padding: 0 1.25rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
@media (min-width: 46.25rem) {
  .boxer--reference .swiper__controls {
    position: relative;
    bottom: 0;
    padding: 0;
    justify-content: flex-start;
  }
}

.swiper--references .swiper-slide__article {
  height: 100%;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.0625rem;
  border-left: 0.1875rem solid #ef1a1a;
}
@media (min-width: 46.25rem) {
  .swiper--references .swiper-slide__article {
    padding-left: 2.5rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.swiper--references .article__title {
  font-weight: 700;
  font-size: clamp(1.625rem, 2vw, 1.75rem);
  margin-bottom: 1rem;
}
.swiper--references .article__content {
  margin-bottom: 1rem;
  font-size: 1.0625rem;
}
.swiper--references .article__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper--references .swiper-slide__video,
.swiper--references .promo__video {
  max-height: 12.5rem;
}
.swiper--references .swiper-slide__video {
  position: relative;
  height: 100%;
}
@media (min-width: 46.25rem) {
  .swiper--references .swiper-slide__video {
    max-height: 26.25rem;
  }
}
@media (min-width: 46.25rem) {
  .swiper--references .promo__video {
    max-height: 100%;
  }
}
.swiper--references .grid {
  height: 100%;
}

.swiper--modal .article__footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 63.9375em) {
  .swiper--modal .article__footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.swiper--modal .article__footer .btn--round {
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  justify-content: center;
}
@media (min-width: 46.25rem) {
  .swiper--modal .article__footer .btn--round {
    width: auto;
  }
}
@media (min-width: 63.9375em) {
  .swiper--modal .article__footer .btn--round {
    margin-bottom: 0;
  }
}

@media (min-width: 46.25rem) {
  .swiper__control button > .icon {
    box-shadow: 0 0 1.8125rem rgba(239, 26, 26, 0.36);
    border-radius: 50%;
  }
}

.article {
  position: relative;
}

.article--block {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 63.9375em) {
  .article--block {
    padding: 4rem;
  }
}

.article--flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article li::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: -1rem;
  width: 0.375rem;
  height: 0.375rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #EF1A1A;
}

._form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

._form-content {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  flex-direction: column;
}
@media (min-width: 46.25rem) {
  ._form-content {
    flex-direction: row;
  }
}
._form-content ._form_element {
  margin-bottom: 0 !important;
  flex: 1;
}
._form-content label {
  display: none !important;
}
._form-content input {
  width: 100% !important;
  height: 3rem !important;
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  transition-property: color, border-color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  border: 0.0625rem solid #aec0c8 !important;
  border-radius: 0.1875rem !important;
}

._button-wrapper {
  margin: 0 !important;
}

._submit {
  padding: 0 2rem !important;
  margin: 0 !important;
  font-size: 0.9375rem !important;
  background-color: #193B72 !important;
  border-radius: 0 !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  width: 100% !important;
  min-width: 7.5rem;
}

._submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #193B72;
  z-index: 1;
  mix-blend-mode: color;
  border-radius: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.5rem 1rem 0.5rem 2.75rem;
  margin: 0;
  order: 12;
  color: #fff;
  background-position: top 0.5rem left 1rem;
  background-repeat: no-repeat;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.warning .wpcf7-response-output {
  background-color: #EF1A1A;
  border-color: #EF1A1A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.6706 2.76774L1.20587 15.6962C1.07103 15.9296 1.00002 16.1945 1 16.4641C0.999975 16.7337 1.07093 16.9986 1.20572 17.2321C1.34052 17.4656 1.53441 17.6595 1.7679 17.7943C2.00139 17.9291 2.26626 18 2.53586 18H17.4641C17.7337 18 17.9986 17.9291 18.2321 17.7943C18.4656 17.6595 18.6595 17.4656 18.7943 17.2321C18.9291 16.9986 19 16.7337 19 16.4641C19 16.1945 18.929 15.9296 18.7941 15.6962L11.3302 2.76774C11.1954 2.53432 11.0016 2.34048 10.7682 2.20572C10.5347 2.07095 10.2699 2 10.0004 2C9.73086 2 9.46607 2.07095 9.23265 2.20572C8.99922 2.34048 8.80538 2.53432 8.6706 2.76774ZM10.0954 6.75694H9.90071C9.42131 6.75694 9.03268 7.14558 9.03268 7.62498V11.7741C9.03268 12.2535 9.42131 12.6421 9.90071 12.6421H10.0954C10.5748 12.6421 10.9635 12.2535 10.9635 11.7741V7.62498C10.9635 7.14558 10.5748 6.75694 10.0954 6.75694ZM10.9635 14.9671C10.9635 15.5003 10.5312 15.9325 9.99808 15.9325C9.4649 15.9325 9.03268 15.5003 9.03268 14.9671C9.03268 14.434 9.4649 14.0017 9.99808 14.0017C10.5312 14.0017 10.9635 14.434 10.9635 14.9671Z' fill='white'/%3E%3C/svg%3E");
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #61bdaf;
  border-color: #61bdaf;
  background-size: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z'/%3E%3C/svg%3E");
}

.support-steps {
  counter-reset: steps;
}
@media (min-width: 46.25rem) {
  .support-steps {
    gap: 0 1.875rem;
  }
}
.support-steps .grid__item {
  counter-increment: steps;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.support-steps .grid__item:before {
  content: counter(steps, decimal-leading-zero);
  color: #EF1A1A;
  font-size: 1.375rem;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5rem;
}

.badge--green {
  background-color: #DEF0DC;
  color: #57A14B;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 46.25rem) {
  .badge--green {
    font-size: 0.9375rem;
    padding: 0.25rem 0.75rem;
  }
}

.color--primary-blue-100 {
  color: #A1B3D2;
}

.color--primary-blue-200 {
  color: #618FBD;
}

.color--primary-blue-300 {
  color: #8ba0c3;
}

.color--primary-blue-700 {
  color: #002663;
}

.color--gray-500 {
  color: #8B9CA5;
}

.color--gray-600 {
  color: #8B9CA5;
}

.color--primary-red-500 {
  color: #EF1A1A !important;
}

.color--green {
  color: #61bdaf !important;
}

.color--secondary-emerald-600 {
  color: #2C8E7F;
}

.color--white {
  color: #fff;
}

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-center {
  margin-right: auto;
  margin-left: auto;
}

.image-max-500 {
  max-height: 31.25rem;
}

.list-hidden-bullets > li::before {
  content: none;
}

.li__item-checkmark {
  padding-left: 0.3125rem;
}

.li__item-checkmark > svg {
  position: absolute;
  top: 0.5625rem;
  left: -1.3125rem;
  max-height: 0.625rem;
  color: #EF1A1A;
}

.list--default {
  position: relative;
  padding-left: 0;
}
.list--default li {
  padding-left: 0;
}
.list--default li::before {
  content: none;
}

.list--socials {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.list--socials li {
  line-height: 0;
}

.list--avatars {
  display: inline-flex;
}
.list--avatars li {
  margin: 0 -0.5rem;
}
.list--avatars .picture {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  border: 0.25rem solid #fff;
}

.list--flex {
  padding-left: 0;
}
.list--flex li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.list--flex li + li {
  margin-top: 0.25rem;
}

.list--checkmark {
  padding-left: 0;
}
.list--checkmark .list__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.list--checkmark .list__item:before {
  content: none;
}
.list--checkmark .list__item svg {
  margin-right: 0.5rem;
}

.list--prices {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list--prices li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  margin-bottom: 0;
}
.list--prices li::before {
  content: none;
}

.link--plain {
  text-decoration: none;
}
.link--plain:hover {
  text-decoration: underline;
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none;
}

.link--none:hover {
  text-decoration: none;
}

.link--events {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01875rem;
  text-decoration: none;
  transition: all 0.16s ease-in;
}
@media (min-width: 63.9375em) {
  .link--events {
    flex-direction: row;
  }
}
.link--events:hover {
  text-decoration: underline;
}
.link--events .icon {
  margin-bottom: 0.75rem;
}
@media (min-width: 63.9375em) {
  .link--events .icon {
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
}
.link--events.is--active .icon {
  transform: rotate(-180deg);
}

.link--inline {
  display: inline-flex;
  align-items: center;
}

.link--ict {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  line-height: 1.25rem;
  color: #fff;
  background-color: #E70016;
  letter-spacing: 0.01875rem;
  text-decoration: none;
  padding: 0.25rem 1rem;
  border-radius: 1.09375rem;
}
.link--ict .icon {
  margin-right: 0.5rem;
}

.link--support {
  display: flex;
  flex-direction: column;
}

.offset-top-none.offset-top-none {
  margin-top: 0;
}

.offset-top-auto.offset-top-auto {
  margin-top: auto;
}

.offset-bottom-4 {
  margin-bottom: 0.25rem;
}

.offset-top-8 {
  margin-top: 0.5rem;
}

.offset-top-16 {
  margin-top: 1rem;
}

.offset-top-24 {
  margin-top: 1.5rem;
}

.offset-top-32 {
  margin-top: 2rem;
}

.offset-top-small.offset-top-small {
  margin-top: 0.625rem;
}

.offset-top.offset-top {
  margin-top: 1rem;
}

.offset-top-large.offset-top-large {
  margin-top: 2rem;
}

@media (min-width: 46.25rem) {
  .offset-top-larger-md.offset-top-larger-md {
    margin-top: 2.5rem;
  }
}

@media (min-width: 46.25rem) {
  .offset-top-32-md {
    margin-top: 2rem;
  }
}

.offset-bottom-none.offset-bottom-none {
  margin-bottom: 0;
}

.offset-bottom-8 {
  margin-bottom: 0.5rem !important;
}

.offset-bottom-12 {
  margin-bottom: 0.75rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-12-md {
    margin-bottom: 0.75rem;
  }
}

.offset-bottom-16 {
  margin-bottom: 1rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-16-md {
    margin-bottom: 1rem;
  }
}

.offset-bottom-18 {
  margin-bottom: 1.125rem;
}

.offset-bottom-20 {
  margin-bottom: 1.25rem;
}

.offset-bottom-24 {
  margin-bottom: 1.5rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-24-md {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 63.9375em) {
  .offset-bottom-24-lg {
    margin-bottom: 1.5rem;
  }
}

.offset-bottom-32 {
  margin-bottom: 2rem !important;
}

@media (min-width: 46.25rem) {
  .offset-bottom-32-md {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 63.9375em) {
  .offset-bottom-32-lg {
    margin-bottom: 2rem;
  }
}

.offset-bottom-40 {
  margin-bottom: 2.5rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-40-md {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 63.9375em) {
  .offset-bottom-40-lg {
    margin-bottom: 2.5rem;
  }
}

.offset-bottom-48 {
  margin-bottom: 3rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-48-md {
    margin-bottom: 3rem;
  }
}

.offset-bottom-56 {
  margin-bottom: 3.5rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-56-md {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 46.25rem) {
  .offset-bottom-86-md {
    margin-bottom: 5.375rem;
  }
}

.offset-bottom-64 {
  margin-bottom: 4rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-64-md {
    margin-bottom: 4rem;
  }
}

@media (min-width: 63.9375em) {
  .offset-bottom-116-lg {
    margin-bottom: 7.25rem;
  }
}

@media (min-width: 63.9375em) {
  .offset-bottom-none-lg {
    margin-bottom: 0;
  }
}

@media (min-width: 46.25rem) {
  .offset-bottom-none-md {
    margin-bottom: 0;
  }
}

.offset-bottom-small.offset-bottom-small {
  margin-bottom: 0.625rem;
}

.offset-bottom.offset-bottom {
  margin-bottom: 1rem;
}

.offset-bottom-large.offset-bottom-large {
  margin-bottom: 2rem;
}

.offset-bottom-larger.offset-bottom-larger {
  margin-bottom: 3rem;
}

@media (min-width: 46.25rem) {
  .offset-bottom-larger-md.offset-bottom-larger-md {
    margin-bottom: 3rem;
  }
}

.offset-bottom-largest {
  margin-bottom: 4rem;
}

.offset-right-4 {
  margin-right: 0.25rem;
}

.offset-right-8 {
  margin-right: 0.5rem;
}

.offset-right-10 {
  margin-right: 0.625rem;
}

.offset-right-12 {
  margin-right: 0.625rem;
}

.offset-right-24 {
  margin-right: 1.5rem;
}

.offset-right-32 {
  margin-right: 2rem;
}

.scroll-block {
  overflow: hidden;
}

.h1 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h1 {
    font-size: 2.375rem;
    line-height: 1.3;
  }
}

.h2 {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}

.h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h4 {
    font-size: 1.375rem;
  }
}

.h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #002663;
  }
}

.h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .h6 {
    font-size: 1.1875rem;
  }
}

.text-p13 {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
}

.text-p14 {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
}

.text-p15 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
}

.text-p16 {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .text-p16 {
    font-size: 1rem;
  }
}

.text-p17 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .text-p17 {
    font-size: 1.0625rem;
  }
}

.text-p19 {
  font-size: 1.1875rem;
  line-height: 1.4;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  color: #002663;
}

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-32 {
  font-size: clamp(1.75rem, 2vw, 2rem);
}

.text-sub {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #aec0c8;
}
@media (min-width: 36em) {
  .text-sub {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.text-sub-red {
  color: #f00;
}

.text-sub-spaced {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Tahoma, Geneva, sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #aec0c8;
  letter-spacing: 0.08125rem;
}
@media (min-width: 36em) {
  .text-sub-spaced {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.text-signature {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  color: #002663;
}
@media (min-width: 36em) {
  .text-signature {
    font-size: 1.375rem;
    line-height: 1.1;
  }
}

.text-signature-large {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: Portraits, Courier, Monaco, arial, sans-serif;
  letter-spacing: px2rem(-1px);
  color: #002663;
}
@media (min-width: 46.25rem) {
  .text-signature-large {
    line-height: 1.1;
    letter-spacing: px2rem(-1.14px);
  }
}

.text-decorated::after {
  content: ".";
  margin-left: 0.125rem;
  font-size: 1.4em;
  line-height: 0;
  font-family: "Times New Roman", Times, serif;
  white-space: nowrap;
  color: #EF1A1A;
}

.text-decorated--shrink::after {
  margin-left: -0.375rem;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-primary-light {
  color: #EF1A1A;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

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

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

.text-right {
  text-align: right;
}

@media (min-width: 36em) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 46.25rem) {
  .text-left-md {
    text-align: left;
  }
}

@media (min-width: 63.9375em) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 63.9375em) {
  .text-left-lg {
    text-align: left;
  }
}

.text-small {
  font-size: 0.875rem;
}
@media (min-width: 36em) {
  .text-small {
    font-size: 0.9375rem;
  }
}

.text-spaced-out {
  letter-spacing: 0.01875rem;
}

.text-transform-none.text-transform-none {
  text-transform: none;
}

.text-upper {
  text-transform: uppercase;
}

.title--20 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.title--22 {
  font-size: clamp(1.25rem, 2vw, 1.375rem);
}

.title--28 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}

main {
  counter-reset: section;
}

.title--counter {
  font-size: 0.8125rem;
}
.title--counter:before {
  counter-increment: section;
  content: "0" counter(section);
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.0813rem;
}

.title--counter-gray:before {
  color: #aec0c8;
}

strong {
  font-weight: 600;
}

.bg--primary-light {
  background: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(0.5rem);
}

.bg--default {
  background-color: #fff;
}

.bg--gray-light {
  background-color: #f4f5f7;
}

.bg--gray-lightest {
  background-color: #eaf7f6;
}

.wp-article .alignnone {
  margin: 5px 20px 20px 0;
}
.wp-article .aligncenter,
.wp-article div.aligncenter {
  display: block;
  margin: 5px auto;
}
.wp-article .alignright,
.wp-article .alignleft,
.wp-article a img.alignright,
.wp-article a img.alignnone,
.wp-article a img.alignleft {
  margin: 5px 0 20px;
}
@media (min-width: 36em) {
  .wp-article .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .wp-article .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .wp-article a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .wp-article a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-article a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}
.wp-article a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-article .wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.wp-article .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-article .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-article .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-article .wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.wp-article .wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
.wp-article .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.wp-article .screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
}
.wp-article .size-full {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-article a[href^=tel] {
  white-space: nowrap;
}
.wp-article ol,
.wp-article ul {
  padding-left: 1em;
}
.wp-article ul {
  list-style: none;
}
.wp-article li {
  position: relative;
}
.wp-article li::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: -1rem;
  width: 0.375rem;
  height: 0.375rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #EF1A1A;
}
.wp-article h2 {
  margin-top: 1.5rem;
}

:root {
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --global-radius: 1rem;
  --global-radius-s: 0.5rem;
  --global-radius-m: 1.5rem;
  --global-radius-l: 2rem;
  --global-transition: all 0.18s ease-in;
}

.d-none {
  display: none;
}

@media (min-width: 46.25rem) {
  .d-none-md {
    display: none;
  }
}

@media (min-width: 63.9375em) {
  .d-none-lg {
    display: none;
  }
}

.d-block {
  display: block;
}

@media (min-width: 46.25rem) {
  .d-block-md {
    display: block;
  }
}

@media (min-width: 63.9375em) {
  .d-block-lg {
    display: block;
  }
}

.d-flex {
  display: flex;
}

.d-flex-1 {
  flex: 1 !important;
}

@media (min-width: 46.25rem) {
  .d-flex-1-md {
    flex: 1 !important;
  }
}

@media (min-width: 46.25rem) {
  .d-flex-md {
    display: flex;
  }
}

@media (min-width: 63.9375em) {
  .d-flex-lg {
    display: flex;
  }
}

.h-100 {
  height: 100%;
}

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