@charset "UTF-8";
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: Portraits;
  src: url("./fonts/PortraitsRegular.woff2") format("woff2"), url("./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;
  padding: 0 !important; }

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", Arial, Helvetica, 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; }

li:not(.grid__item):not(.tabs__item)::before:not(.li__item-checkmark) {
  content: '';
  position: absolute;
  top: 0.5625rem;
  left: -1rem;
  width: 0.375rem;
  height: 0.375rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #ef1a1a; }

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", Arial, Helvetica, 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", Arial, Helvetica, sans-serif;
  color: #002663; }
  @media (min-width: 36em) {
    h2 {
      font-size: 2rem;
      line-height: 1.3; } }

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

h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "din-2014", Arial, Helvetica, 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", Arial, Helvetica, 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", Arial, Helvetica, sans-serif;
  color: #002663; }
  @media (min-width: 36em) {
    h6 {
      font-size: 1.1875rem; } }

.hidden {
  display: none; }

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

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

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

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

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

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

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

.hr--fluid {
  margin-block: 0;
  max-width: 81rem;
  border-color: #E7E9ED; }

.video-control {
  padding: 0.5rem 1.5rem;
  background-color: #EAF7F6;
  border-radius: 1.5rem;
  max-width: 37.5rem;
  margin: 0 auto; }
  .video-control .link {
    font-size: 1rem; }
  .video-control .grid {
    gap: 1rem; }

.flex {
  display: flex; }

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

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

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

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

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

.relative {
  position: relative; }

.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--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: 1rem;
  margin-inline: auto; }

.container--small {
  max-width: 66.5rem; }

.container--px2 {
  padding-inline: 2rem; }

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

.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-right: -1rem;
  margin-left: -1rem; }

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

@media (min-width: 46.25rem) {
  .grid--reverse-md {
    flex-direction: row-reverse; } }

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

.grid--large {
  gap: 1.5rem 0; }
  @media (min-width: 46.25rem) {
    .grid--large {
      gap: 5rem; } }

.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--around {
  justify-content: space-around; }

@media (min-width: 46.25rem) {
  .grid--between-md {
    justify-content: space-between !important; } }

@media (min-width: 63.9375em) {
  .grid--between-lg {
    justify-content: space-between !important; } }

@media (min-width: 75em) {
  .grid--between-xl {
    justify-content: space-between !important; } }

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

.grid--bottom {
  align-items: flex-end; }

.grid--baseline {
  align-items: baseline; }

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

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

.grid__item {
  width: 100%;
  padding-right: 1rem;
  padding-left: 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--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%; } }

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

.grid__item--shrink {
  width: auto; }

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

.grid__item--4 {
  width: 33.33333%; }

.grid__item--6 {
  width: 50%; }

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

@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--5-md {
    width: 41.6666666667%; } }

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

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

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

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

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

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

@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--7-lg {
    width: 58.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-1-md {
    order: 1; } }

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

@media (min-width: 75em) {
  .order-1-xl {
    order: 1; } }

@media (min-width: 75em) {
  .order-2-xl {
    order: 2; } }

@media (min-width: 75em) {
  .order-3-xl {
    order: 3; } }

.section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.section--dense {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 46.25rem) {
    .section--dense {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.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--cite {
  padding-block: 1rem; }
  @media (min-width: 63.9375em) {
    .section--cite {
      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 !important; }

@media (min-width: 46.25rem) {
  .section--bottom-md-0 {
    padding-bottom: 0 !important; } }

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

.section__map {
  position: relative;
  min-height: 13.75rem; }
  @media (min-width: 63.9375em) {
    .section__map {
      min-height: 25.375rem; } }

.section__labels {
  padding-block: 2.5rem;
  gap: 0.75rem; }
  @media (min-width: 46.25rem) {
    .section__labels {
      padding-block: 4.5rem;
      max-width: 65rem;
      gap: 1rem; } }

.section__cite {
  text-align: center; }
  @media (min-width: 46.25rem) {
    .section__cite {
      text-align: left; } }
  .section__cite ul {
    padding: unset; }
  .section__cite .picture--fit img {
    max-width: 18.75rem; }
    @media (min-width: 46.25rem) {
      .section__cite .picture--fit img {
        max-width: unset; } }

.section--inovation {
  padding-block: 2rem; }
  @media (min-width: 46.25rem) {
    .section--inovation {
      padding-block: 4rem; } }

.section--newsletter {
  padding-block: 3rem 5rem; }
  @media (min-width: 46.25rem) {
    .section--newsletter {
      padding-block: 5rem 7.25rem; } }

.section--small {
  padding-block: 2rem 5rem; }
  @media (min-width: 63.9375em) {
    .section--small {
      padding-block: 2.625rem; } }

.section--partners {
  position: relative; }
  .section--partners::after, .section--partners::before {
    content: "";
    position: absolute;
    top: 0;
    width: 3rem;
    height: 100%;
    opacity: 1;
    z-index: 10; }
  .section--partners::after {
    right: 0rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 74.84%); }
  .section--partners::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 74.84%); }

.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;
  overflow-y: visible; }

.anchor {
  position: relative; }

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

.badge {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  min-height: 1.5625rem;
  padding: 0.375rem 0.75rem;
  margin: 0.25rem 0;
  text-align: center;
  border-radius: 0.8125rem; }

.badge > p {
  font-size: inherit; }

.badge > svg {
  width: auto;
  max-height: 0.5625rem;
  margin-right: 0.25rem; }

.badge--green {
  background-color: #61bdaf; }

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

.badge--red {
  background-color: #EF1A1A; }

.badge--green-transparent {
  color: #002663;
  background-color: rgba(223, 242, 239, 0.7); }

.badge--regular {
  font-weight: 400; }

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4.375rem;
  letter-spacing: 0.08125rem;
  font-weight: 500; }
  @media (min-width: 46.25rem) {
    .breadcrumbs {
      margin-top: 0; } }

.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: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: absolute;
    top: 0.125rem;
    left: -0.6875rem;
    background-color: #aec0c8; }
  @media (min-width: 36em) {
    .breadcrumbs__link {
      display: inline; } }

.breadcrumbs__navigation--detail > .breadcrumbs__subtitle > span {
  display: none; }
  @media (min-width: 36em) {
    .breadcrumbs__navigation--detail > .breadcrumbs__subtitle > span {
      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: none;
  color: #002663;
  transform: translateY(-50%); }
  .breadcrumbs__arrow:hover, .breadcrumbs__arrow:focus {
    text-decoration: none; }
  @media (min-width: 36em) {
    .breadcrumbs__arrow {
      display: block; } }

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

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

.breadcrumbs__back {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  text-decoration: underline; }
  .breadcrumbs__back:hover, .breadcrumbs__back:focus {
    text-decoration: none; }
  @media (min-width: 36em) {
    .breadcrumbs__back {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%); } }

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

@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", Arial, Helvetica, 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--narrow {
  min-width: 7.5rem;
  height: 2.8125rem;
  font-size: 0.8125rem;
  text-transform: uppercase; }

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

.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__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--transparent {
  background-color: transparent; }

.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--cp {
  position: relative;
  height: 2.8125rem;
  padding: 0.8125rem 2.8125rem 0.8125rem 0.8125rem;
  color: #002663;
  border: 1px solid #002663;
  background: transparent; }
  .btn--cp:hover {
    color: #fff; }
  .btn--cp:focus {
    color: #fff; }
  .btn--cp::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    width: 1.1875rem;
    height: 1.1875rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42MzA5IDBMMTIuODcwNiAwLjc3ODI0NUwxNi45NDI0IDQuOTQ1NzZIMFY2LjA0NjUzSDE2Ljk0MjRMMTIuODYzNiAxMC4yMjE4TDEzLjYyMzkgMTFMMTkgNS40OTYxNUwxMy42MzA5IDBaIiBmaWxsPSIjRjMwRjBGIi8+Cjwvc3ZnPgo=);
    background-position: center right;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%); }

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

.btn--default {
  line-height: 1.375rem;
  height: unset;
  font-size: 0.9375rem; }

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

.btn--video-play {
  line-height: 1;
  padding: 1.125rem 2rem; }
  .btn--video-play .icon {
    top: -0.0625rem; }

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

.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;
  box-shadow: 0 0 1.8125rem rgba(239, 26, 26, 0.36); }
  .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; }
  @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: 1rem 0; }
  @media (min-width: 36em) {
    .checklist__box--wide {
      padding-bottom: 0; } }

.categories__box {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .categories__box:hover, .categories__box:focus {
    text-decoration: none; }
  .categories__box:hover, .categories__box:focus {
    text-decoration: underline; }
  @media (min-width: 46.25rem) {
    .categories__box {
      padding: 1.25rem 2.5rem; } }

.categories__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 6.25rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 46.25rem) {
    .categories__image {
      width: auto;
      height: 9.375rem; } }

.categories__title {
  position: relative;
  max-width: 18.75rem;
  padding-top: 1.5625rem;
  margin-bottom: 0;
  text-align: center; }

.categories__subtitle {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%); }

.categories__box--horizontal {
  position: relative;
  flex-flow: row;
  justify-content: flex-start;
  min-height: 4.125rem;
  padding: 0.3125rem 0 0.3125rem 2.1875rem;
  white-space: normal; }
  @media (min-width: 63.9375em) {
    .categories__box--horizontal {
      flex-flow: row-reverse nowrap;
      justify-content: space-between;
      min-height: 11.625rem;
      padding: 1.25rem 0.625rem; } }

.categories__box--horizontal > .categories__image {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  max-width: 1.5625rem;
  height: auto;
  max-height: 1.875rem;
  margin: 0;
  transform: translateY(-50%); }
  @media (min-width: 63.9375em) {
    .categories__box--horizontal > .categories__image {
      position: relative;
      top: auto;
      width: auto;
      max-width: 9.375rem;
      max-height: 8.4375rem;
      transform: translateY(0); } }

.categories__box--horizontal > .categories__title {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: left; }
  @media (min-width: 63.9375em) {
    .categories__box--horizontal > .categories__title {
      max-width: 11.875rem; } }

.categories__box--horizontal > .categories__title > .categories__subtitle {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 0;
  transform: none; }
  @media (min-width: 63.9375em) {
    .categories__box--horizontal > .categories__title > .categories__subtitle {
      position: absolute;
      bottom: calc(100% + 0.5625rem); } }

.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; }
  @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: 1rem 0; }
  @media (min-width: 36em) {
    .checklist__box--wide {
      padding-bottom: 0; } }

.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", Arial, Helvetica, 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; }

.download-bar {
  width: 100%; }

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

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

.experiences {
  text-align: center; }

.experiences__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem; }

.experiences__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  margin-bottom: 0.5625rem;
  color: #fff;
  border-radius: 50%;
  background-color: #ef1a1a; }

.experiences__title {
  min-height: 3.25rem; }

.experiences__text {
  flex-grow: 1;
  margin-bottom: 1rem; }

.expert {
  display: flex;
  flex-direction: column;
  width: calc(100% + 2rem);
  margin-right: -1rem;
  margin-left: -1rem; }
  @media (min-width: 36em) {
    .expert {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

.expert__image {
  width: 100%;
  height: auto; }
  @media (min-width: 36em) {
    .expert__image {
      width: calc(100% - 5.9375rem); } }

.expert__box {
  position: relative;
  top: -1.875rem;
  padding: 1.875rem;
  margin-left: 1.25rem;
  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: 8.4375rem; } }

.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__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: 5.0625rem; }
  @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 2.125rem;
  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; }
  @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); }

.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;
  top: 0;
  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;
  margin-top: -4rem; }

.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: .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", Arial, Helvetica, 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;
  overflow: auto;
  background-color: rgba(0, 38, 99, 0.5); }

.gallery__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: 0 1rem 2.5rem 0 rgba(0, 38, 99, 0.12); }
  @media (min-width: 46.25rem) {
    .gallery__content {
      flex-direction: row; } }

.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: 2.5rem;
  right: 2.5rem;
  padding: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #002663;
  outline: 0;
  z-index: 4; }
  .gallery__close:hover, .gallery__close:focus {
    background-color: transparent; }

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

.gallery__side {
  padding: 1.25rem;
  background-color: var(--blue-extra-extra-light); }
  @media (min-width: 46.25rem) {
    .gallery__side {
      width: 9.625rem;
      padding: 2rem; } }

.gallery__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.25rem; }
  @media (min-width: 46.25rem) {
    .gallery__main {
      width: calc(100% - 9.625rem);
      height: auto;
      padding: 2.5rem; } }

.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 {
  position: relative;
  -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: .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: 64px; }
  @media (min-width: 63.9375em) {
    .header {
      position: relative;
      height: 9.6875rem; } }

.header__head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #002663; }

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

.header__nav {
  transition-property: visibility, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  height: calc(100lvh - 64px);
  visibility: hidden;
  opacity: 0;
  background-color: #002663;
  overflow-x: hidden; }
  @media (min-width: 63.9375em) {
    .header__nav {
      position: relative;
      top: 90px;
      height: auto;
      visibility: visible;
      opacity: 1;
      background-color: #193B72;
      overflow: visible; } }

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

.header__nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  @media (min-width: 63.9375em) {
    .header__nav__content {
      height: auto;
      flex-direction: row;
      max-width: 71.375rem;
      padding-inline: 1.25rem;
      margin: 0 auto; } }

.header__sub-nav {
  display: flex;
  flex-direction: column-reverse;
  margin-top: auto;
  color: #fff; }
  @media (min-width: 63.9375em) {
    .header__sub-nav {
      position: absolute;
      right: 1.25rem;
      bottom: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 0;
      height: 90px; } }

.header__sub-nav__section {
  display: flex;
  align-items: center; }
  .header__sub-nav__section:first-child {
    padding: 1.25rem;
    gap: 1.25rem;
    border-top: 0.0625rem solid #193B72; }
  .header__sub-nav__section:last-child {
    gap: 1.5rem;
    padding: 2rem 1.25rem; }
  @media (min-width: 63.9375em) {
    .header__sub-nav__section:first-child {
      padding: 0;
      border-top: none; }
    .header__sub-nav__section:last-child {
      padding: 0;
      margin-left: 3.25rem; } }

.header__sub-nav > .header__sub-nav__section > a {
  flex: 1 0 auto; }
  @media (min-width: 63.9375em) {
    .header__sub-nav > .header__sub-nav__section > a {
      flex: 0 1 auto; } }

.header__sub-nav__link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none; }
  @media (min-width: 63.9375em) {
    .header__sub-nav__link {
      margin-bottom: 0; } }

.header__sub-nav > .header__sub-nav__section > .header__sub-nav__link {
  flex-basis: auto; }

.header__sub-nav__link > svg {
  margin-right: 0.75rem; }

.header__sub-nav__link--red {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  text-decoration: none; }
  .header__sub-nav__link--red:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #2f4871;
    transform: translate(50%, -50%); }
  @media (min-width: 63.9375em) {
    .header__sub-nav__link--red {
      justify-content: flex-start;
      margin-bottom: 0; }
      .header__sub-nav__link--red:first-child {
        padding-right: 15px;
        margin-right: 0.9375rem; }
      .header__sub-nav__link--red:last-child {
        margin-right: 0; } }
  @media (min-width: 75em) {
    .header__sub-nav__link--red:first-child {
      padding-right: 20px;
      margin-right: 1.25rem; } }

.header__sub-nav__link--red > svg {
  margin-right: 0.625rem;
  color: #d21319; }

.header__toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0;
  margin-left: 1.25rem;
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer; }
  .header__toggle::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    border: 0.0625rem solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 63.9375em) {
    .header__toggle {
      display: none; } }

.header__toggle > span {
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
  position: relative;
  z-index: 10;
  width: 1.75rem;
  height: 0.125rem;
  background-color: #fff; }
  .header__toggle > span::before, .header__toggle > span::after {
    transition-property: transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff; }
  .header__toggle > span::before {
    transform: translateY(-0.375rem); }
  .header__toggle > span::after {
    transform: translateY(0.375rem); }

.header__toggle.is-open > span {
  background-color: transparent; }
  .header__toggle.is-open > span::before {
    transform: translateY(0) rotate(315deg); }
  .header__toggle.is-open > span::after {
    transform: translateY(0) rotate(-315deg); }

.hero {
  width: 100%;
  background-image: url(../images/hero-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-resolution: 192dpi) {
    .hero {
      background-image: url(../images/hero-image@2x.jpg); } }
  @media (min-width: 46.25rem) {
    .hero {
      background-position: center bottom; } }

.webp .hero:not(.hero--centrumm, .hero--office) {
  background-image: url(../assets/images/hero-image.webp); }
  @media (min-resolution: 192dpi) {
    .webp .hero:not(.hero--centrumm, .hero--office) {
      background-image: url(../assets/images/hero-image@2x.webp); } }

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30rem;
  padding-top: 4.875rem;
  padding-bottom: 1.875rem; }
  @media (min-width: 46.25rem) {
    .hero__content {
      height: 34.0625rem;
      padding-top: 6.9375rem;
      padding-bottom: 3.4375rem; } }

.hero__item {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem; }
  .hero__item:hover, .hero__item:focus {
    text-decoration: underline; }
  @media (min-width: 75em) {
    .hero__item {
      margin-bottom: 0; } }

.hero__item__content {
  display: flex;
  flex: 1;
  align-items: center;
  align-self: stretch;
  height: 3.4375rem;
  padding: 0 2.625rem 0 1.25rem;
  margin: 0.3125rem 0.3125rem 0.3125rem 0;
  line-height: 1.1;
  border-radius: 0 0.3125rem 0.3125rem 0;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.625rem 1.25rem rgba(9, 35, 76, 0.06);
  backdrop-filter: blur(2px); }
  @media (min-width: 46.25rem) {
    .hero__item__content {
      height: 4.375rem; } }

.hero__item__box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  border-radius: 0.3125rem;
  background-color: #ef1a1a;
  box-shadow: 0 0.625rem 1.25rem rgba(239, 26, 26, 0.24); }
  @media (min-width: 46.25rem) {
    .hero__item__box {
      width: 5rem;
      height: 5rem; } }

.hero__item__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 5;
  transform: translate(-50%, -50%); }

.hero__pretitle {
  margin-bottom: 1.125rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: rgba(0, 38, 99, 0.47); }

.hero__title {
  max-width: 31.0625rem; }

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

.hero__discounts {
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  height: 2.5rem;
  font-weight: 600;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 1.625rem;
  background-color: #ef1a1a;
  box-shadow: 0 0 1.25rem rgba(239, 26, 26, 0.24); }
  .hero__discounts:hover, .hero__discounts:focus {
    text-decoration: none; }
  @media (min-width: 46.25rem) {
    .hero__discounts {
      width: 10.625rem;
      height: 3.125rem; } }

.hero__discounts-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 0.3125rem;
  font-weight: 700;
  border-radius: 1.5625rem;
  background-color: #d21319; }

.hero--centrum {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 4rem 0;
  height: 27.5rem;
  align-items: flex-end;
  margin-bottom: 0;
  overflow: hidden;
  background-image: none; }
  @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 {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    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 > div {
  position: relative;
  z-index: 2; }

.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% - (71.375rem / 2) + 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 {
  background-image: none; }

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

.hero__swiper {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 63.9375em) {
    .hero__swiper {
      flex-direction: row;
      height: 41rem; } }

.hero__main {
  position: relative;
  height: 50vh; }
  @media (min-width: 63.9375em) {
    .hero__main {
      width: calc(100% - 16.375rem);
      height: 100%; } }
  @media (min-width: 75em) {
    .hero__main {
      width: calc(100% - 23.75rem); } }
  .hero__main .showcase__content {
    position: absolute;
    bottom: 0;
    max-width: 40rem;
    padding-inline: 1.5rem;
    z-index: 10; }
    @media (min-width: 63.9375em) {
      .hero__main .showcase__content {
        padding-left: 4.5rem;
        margin-bottom: 3rem; } }

@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", Arial, Helvetica, 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-box--center .info-box__text-block {
  align-items: flex-start; }

.info-box--center .info-box__image-block {
  background-image: url(../assets/images/promos/ict-promo.webp); }
  @media (min-resolution: 192dpi) {
    .info-box--center .info-box__image-block {
      background-image: url(../assets/images/promos/ict-promo@2x.webp); } }

.info-carousel {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem; }
  @media (min-width: 46.25rem) {
    .info-carousel {
      display: flex;
      justify-content: space-between;
      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: 48%; } }

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

.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", Arial, Helvetica, 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: 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;
  top: 0;
  width: auto; }
  @media (min-width: 63.9375em) {
    .info-section__card.info-section__card--modal {
      padding: 1.875rem 2rem; } }
  .info-section__card.info-section__card--modal .info-section__card-picture {
    line-height: 0; }
  .info-section__card.info-section__card--modal .info-section__card-picture > img {
    width: 2.5rem;
    height: 2.5rem; }
    @media (min-width: 63.9375em) {
      .info-section__card.info-section__card--modal .info-section__card-picture > img {
        width: 4.5rem;
        height: 4.5rem; } }
  .info-section__card.info-section__card--modal .info-section__card-content {
    align-items: center; }
    @media (min-width: 63.9375em) {
      .info-section__card.info-section__card--modal .info-section__card-content {
        align-items: flex-start; } }
  .info-section__card.info-section__card--modal .info-section__card-link {
    font-size: clamp(0.9375rem, 2vw, 1rem);
    font-weight: 600; }
    @media (min-width: 63.9375em) {
      .info-section__card.info-section__card--modal .info-section__card-link {
        font-weight: 400; } }

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

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

.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: 1.25rem; }

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

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

.info-section__card-picture.info-section__card-picture--medium > img {
  align-self: auto;
  width: 4.5rem;
  height: 4.5rem; }

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

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

.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-subtext {
  font-size: 0.9375rem;
  color: #8b9399; }
  @media (min-width: 63.9375em) {
    .info-section__card-subtext {
      margin-bottom: 0.75rem; } }

.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__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.15485px);
  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%; }

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

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

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

.logo--main .icon:last-child {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 0.0625rem solid #6B8EB9; }
  @media (min-width: 75em) {
    .logo--main .icon:last-child {
      width: 8.5rem;
      height: 1.5rem;
      padding-left: 1.5rem;
      margin-left: 1.5rem; } }

.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;
  gap: 1rem; }
  @media (min-width: 46.25rem) {
    .logos {
      gap: 2rem; } }

.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: 6rem;
  height: 4.5rem; }
  @media (min-width: 46.25rem) {
    .logos__box--small {
      width: 8.75rem;
      height: 5.625rem; } }

.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;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.masonry__card {
  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); }

#modal-individual-offer {
  align-items: flex-start; }
  @media (min-width: 46.25rem) {
    #modal-individual-offer {
      align-items: center; } }
  #modal-individual-offer .modal__content {
    margin-top: 0; }
    @media (min-width: 46.25rem) {
      #modal-individual-offer .modal__content {
        margin-top: auto; } }

.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--expert {
  padding: 2rem 1.5rem; }
  @media (min-width: 46.25rem) {
    .modal__content--expert {
      width: 38.75rem;
      min-width: 38.75rem;
      padding: 4rem; } }

.modal__content--wide {
  padding: 2.5rem 1rem;
  overflow: visible;
  text-align: left; }
  @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; } }

@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--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__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;
  z-index: 10; }
  .modal__close:hover, .modal__close:focus {
    background-color: transparent; }
  .modal__close::before {
    content: '\00d7';
    font-size: 2.1875rem; }
  @media (min-width: 46.25rem) {
    .modal__close {
      right: 2.1875rem; } }

.modal__text {
  margin-top: 2.5rem; }

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

.modal__expert {
  background-color: #EAF7F6;
  padding: 1rem;
  text-align: left;
  margin-bottom: 1.5rem; }
  @media (min-width: 46.25rem) {
    .modal__expert {
      padding: 2rem 1.875rem;
      margin-right: 1rem; } }
  .modal__expert .title {
    font-size: 20px; }
  .modal__expert .article {
    display: none; }
    @media (min-width: 46.25rem) {
      .modal__expert .article {
        display: block; } }
  .modal__expert .article--mobi {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 46.25rem) {
      .modal__expert .article--mobi {
        display: none; } }

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

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  .navigation > li::before {
    display: none; }
  @media (min-width: 63.9375em) {
    .navigation {
      width: calc(100% + 3.25rem);
      display: flex;
      justify-content: space-between;
      margin-inline: -1.625rem; } }

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

.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;
  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;
  font-size: 1rem; }
  .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;
      white-space: nowrap;
      font-weight: 600;
      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.5625rem;
      padding-left: 1.5625rem; } }

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

.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:last-child > .navigation__link::after {
  display: none; }

.navigation__link__arrow {
  position: relative;
  top: 0.125rem;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin-left: 0.625rem;
  border-width: 0.43125rem 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); } }

.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  transition-property: visibility, opacity, transform, max-height;
  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);
  max-height: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transform: translateX(100%); }
  .sub-menu > li::before {
    display: none; }
  @media (min-width: 63.9375em) {
    .sub-menu {
      top: 4.125rem;
      bottom: auto;
      display: flex;
      visibility: hidden;
      opacity: 0;
      flex-direction: row;
      align-items: center;
      height: 4.375rem;
      border: 0.0625rem solid #aec0c8;
      transform: translateX(0); } }

.sub-menu > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #EAF7F6; }
  @media (min-width: 63.9375em) {
    .sub-menu > li {
      flex: 1;
      align-items: center;
      justify-content: center;
      border-bottom: 0; }
      .sub-menu > li:not(:last-child) {
        position: relative; }
        .sub-menu > li:not(:last-child)::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 0.125rem;
          height: 1.25rem;
          background-color: #d5dae4;
          transform: translate(50%, -50%); } }

.sub-menu > li > a {
  height: 4.125rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #002663;
  border: 0; }
  .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: auto; } }

.sub-menu--products {
  flex-direction: column;
  align-items: normal;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.19);
  overflow: auto; }
  @media (min-width: 63.9375em) {
    .sub-menu--products {
      flex-direction: row;
      height: auto;
      flex-wrap: wrap; } }

.sub-menu--products > li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
  padding-left: 1.25rem;
  border-bottom: 0.0625rem solid #EAF7F6; }
  @media (min-width: 63.9375em) {
    .sub-menu--products > li {
      width: 33.3%;
      flex: 0 0 33.3%;
      padding-right: 1rem;
      padding-left: 1rem;
      border-width: 0 0.0625rem 0.0625rem 0;
      border-style: solid;
      border-color: #d5dae4; }
      .sub-menu--products > li:nth-child(3n) {
        border-right: 0; }
      .sub-menu--products > li:last-child, .sub-menu--products > li:nth-last-child(2):not(:nth-child(3n)), .sub-menu--products > li:nth-last-child(3):nth-child(3n-2):not(:nth-child(3n -1)) {
        border-bottom: 0; } }
  .sub-menu--products > li:not(:last-child)::after {
    content: none; }

.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);
  max-height: 80rem; }
  @media (min-width: 63.9375em) {
    .navigation > li.is-open > .sub-menu {
      visibility: visible;
      opacity: 1;
      max-height: unset; } }

.navigation-box {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.25rem;
  border: 0.0625rem solid #aec0c8;
  cursor: pointer; }
  .navigation-box:hover, .navigation-box:focus {
    text-decoration: underline; }
  .navigation-box::before {
    transition-property: opacity;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.2, 1, 0.7, 1);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    border: 0.0625rem solid #aec0c8; }
  .navigation-box:hover::before, .navigation-box:focus::before {
    opacity: 1; }
  @media (min-width: 46.25rem) {
    .navigation-box {
      padding-bottom: 1.875rem; } }

.navigation-box > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 11.875rem;
  object-fit: contain;
  margin-bottom: 0.625rem; }
  @media (min-width: 46.25rem) {
    .navigation-box > img {
      height: 9.375rem; } }

.navigation-box--arrow {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  min-height: 5rem;
  padding: 1.25rem 1.875rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem; }
  @media (min-width: 46.25rem) {
    .navigation-box--arrow {
      padding: 1.25rem 1.875rem;
      font-size: 1.1875rem; } }

.navigation-box__arrow {
  color: #ef1a1a; }

.num-list-image.num-list-image {
  display: block;
  height: 17.875rem;
  margin-right: -1rem;
  margin-left: -1rem;
  object-fit: cover; }
  @media (min-width: 36em) {
    .num-list-image.num-list-image {
      max-width: 100%;
      height: auto;
      margin-right: 0;
      margin-left: 0; } }

.num-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 3.75rem 0; }
  .num-list > li::before {
    display: none; }
  @media (min-width: 46.25rem) {
    .num-list {
      flex-wrap: nowrap; } }

.num-list > li {
  position: relative;
  flex: 1 1 50%; }
  .num-list > li::before {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    display: block;
    width: calc(100% + 2rem);
    height: 0.125rem;
    background-color: #E7E9ED; }
    @media (min-width: 46.25rem) {
      .num-list > li::before {
        content: ''; } }
  .num-list > li:nth-child(n+3)::before {
    right: 50%;
    left: auto; }
  @media (min-width: 46.25rem) {
    .num-list > li {
      flex: 1 1 0; } }

.num-list__link {
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center; }
  .num-list__link:hover, .num-list__link:focus {
    text-decoration: none; }

.num-list__link__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  color: #ef1a1a;
  border: 0.125rem solid #ef1a1a;
  border-radius: 50%;
  background-color: #fff; }

.num-list__link__title {
  max-width: 15.9375rem;
  font-weight: 600;
  font-size: 1.0625rem; }

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

.office-list > li:not(:last-child) {
  margin-bottom: 3.125rem; }

@media (min-width: 46.25rem) {
  .office-list > li {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .office-list > li:not(:last-child) {
      margin-bottom: 3.75rem; } }

.office-list__card {
  padding: 3.125rem 1.875rem 3.125rem 3.125rem;
  margin-right: -1rem;
  background-color: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(2px); }
  @media (min-width: 46.25rem) {
    .office-list__card {
      position: absolute;
      top: 50%;
      left: 0;
      width: 38.75rem;
      height: auto;
      padding: 3.4375rem 2.5rem 3.4375rem 4.0625rem;
      margin-right: 0;
      transform: translateY(-50%); } }

.office-list__card__title {
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.5rem; }
  @media (min-width: 46.25rem) {
    .office-list__card__title {
      font-size: 1.75rem; } }

.office-list__card__number {
  position: absolute;
  top: 0;
  right: calc(100% + 0.625rem);
  color: #aec0c8; }

.office-list__text {
  font-size: 1.0625rem;
  line-height: 1.6; }

.office-list__image {
  margin: -2.8125rem -1rem 0; }
  @media (min-width: 46.25rem) {
    .office-list__image {
      margin: 0; } }

.panel {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(174, 192, 200, 0.42); }
  @media (min-width: 36em) {
    .panel {
      height: 21.25rem; } }

.panel--transparent {
  height: auto;
  border: 0;
  background: none; }

.panel__text {
  position: relative;
  z-index: 1;
  display: block;
  padding: 3.75rem 1.875rem 1.875rem; }
  @media (min-width: 36em) {
    .panel__text {
      max-width: 50%;
      padding: 4.0625rem 0.625rem 4.0625rem 3.125rem; } }
  @media (min-width: 63.9375em) {
    .panel__text {
      padding-right: 3.125rem; } }

.panel__badge {
  position: absolute;
  top: 0;
  right: 2.5rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  padding: 0.625rem 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: rgba(239, 26, 26, 0.7); }

.panel__date {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08125rem;
  color: #a0b4bd; }

.panel__title {
  max-width: 25.625rem;
  margin-bottom: 1.125rem;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.23; }
  @media (min-width: 36em) {
    .panel__title {
      font-size: 2rem; } }

.panel__content {
  max-width: 28.125rem;
  margin-bottom: 1.125rem; }

.panel__image {
  display: block;
  max-width: calc(100% - 40px);
  height: auto;
  margin: 0 1.25rem 1.25rem; }
  @media (min-width: 36em) {
    .panel__image {
      position: absolute;
      top: 50%;
      right: 1.25rem;
      display: block;
      max-width: calc(50% - 40px);
      margin: 0;
      transform: translateY(-50%); } }
  @media (min-width: 46.25rem) {
    .panel__image {
      right: 5rem; } }

.phone-box {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem;
  white-space: nowrap;
  background-color: rgba(231, 233, 237, 0.68); }
  .phone-box:hover, .phone-box:focus {
    text-decoration: none; }
  @media (min-width: 46.25rem) {
    .phone-box {
      padding: 1.125rem 2.1875rem; } }

.phone-box--green {
  background-color: #dff2ef; }

.phone-box > svg {
  margin-right: 0.9375rem;
  color: #002663; }

.phone-box__link {
  font-weight: 700;
  color: #ef1a1a; }

.product-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: -1.5625rem;
  margin-left: -1.5625rem; }

.product-control__box {
  display: flex;
  justify-content: center; }

.product-control__box-wrap {
  padding: 0 1.5625rem; }

.product-control__item {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 1.0625rem 0;
  font-weight: 600;
  font-size: 0.8125rem;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #002663;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer; }
  .product-control__item:hover, .product-control__item:focus {
    text-decoration: underline; }
  @media (min-width: 36em) {
    .product-control__item {
      font-size: 0.875rem; } }

.product-control__box-wrap:only-child > .product-control__box > .product-control__item {
  justify-content: center; }

.product-control__icon-wrap {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  margin-right: 0.625rem;
  color: #fff;
  border-radius: 50%;
  pointer-events: none; }

.product-control__icon-wrap--red {
  background-color: #ef1a1a; }

.product-control__icon-wrap--blue {
  background-color: #193B72; }

.product-control__icon-wrap--green {
  background-color: #61bdaf; }

.product-control__icon-wrap--green > svg {
  max-height: 0.5625rem; }

.product-control__icon-wrap--yellow {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

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

.product-hero__content {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.product-hero__content > img {
  flex: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 22.1875rem; }
  @media (min-width: 46.25rem) {
    .product-hero__content > img {
      max-height: 36.5625rem; } }

.product-hero__content__button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer; }

.product-hero__icons {
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  color: #002663; }
  @media (min-width: 46.25rem) {
    .product-hero__icons {
      flex-direction: column; } }

.product-hero__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 0.9375rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04375rem; }
  @media (min-width: 46.25rem) {
    .product-hero__icon-item {
      width: 8.75rem; } }

.product-hero__icon-item > svg {
  margin-bottom: 1rem; }

.product-hero__icon-item > img {
  display: block;
  max-width: 3.125rem;
  height: auto;
  margin: 0 auto 1rem; }

.products {
  position: relative;
  width: 100%; }
  .products:not(:last-child) {
    padding-bottom: 2.1875rem;
    margin-bottom: 5rem;
    border-bottom: 0.125rem solid #E7E9ED; }

.products__title-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  margin-bottom: 1.8125rem;
  font-weight: 300; }
  @media (min-width: 46.25rem) {
    .products__title-wrap {
      justify-content: space-between;
      margin-bottom: 1.125rem; } }

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

.products__pre-title {
  position: absolute;
  top: 0;
  left: 0.375rem;
  text-transform: uppercase;
  color: #aec0c8; }

.products__title-link {
  text-decoration: none;
  color: inherit;
  text-decoration: underline; }
  .products__title-link:hover, .products__title-link:focus {
    text-decoration: none; }

.products__discount-badge {
  text-decoration: none;
  color: inherit;
  max-width: 10.9375rem;
  font-weight: 400;
  font-size: 1rem; }
  .products__discount-badge:hover, .products__discount-badge:focus {
    text-decoration: none; }

.products__hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  display: none; }
  @media (min-width: 63.9375em) {
    .products__hover-btn {
      display: flex; } }

.products__product-wrap {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer; }
  .products__product-wrap:hover, .products__product-wrap:focus {
    text-decoration: none; }
  @media (min-width: 46.25rem) {
    .products__product-wrap {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem;
      height: 100%; } }
  .products__product-wrap h4 {
    margin-bottom: 0; }

.products__product-wrap--column {
  flex-direction: column; }
  @media (min-width: 46.25rem) {
    .products__product-wrap--column {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  .products__product-wrap--column .btn {
    width: 100%; }
    @media (min-width: 46.25rem) {
      .products__product-wrap--column .btn {
        width: auto; } }

@media (min-width: 75em) {
  .products__product-wrap:hover > .products__image-wrap > .products__image,
  .products__product-wrap:focus > .products__image-wrap > .products__image {
    filter: blur(0.125rem); } }

@media (min-width: 75em) {
  .products__product-wrap:hover > .products__image-wrap > .products__hover-btn,
  .products__product-wrap:focus > .products__image-wrap > .products__hover-btn {
    opacity: 0.8; } }

.prodcuts__product-title {
  width: 100%;
  margin-top: 0.75rem; }
  @media (min-width: 46.25rem) {
    .prodcuts__product-title {
      margin-top: 2.1875rem; } }

.products__image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 0.5rem; }

.products__image-wrap > img {
  width: 18.75rem;
  max-width: 100%;
  height: 12.5rem;
  max-height: 100%;
  object-fit: contain; }
  @media (min-width: 75em) {
    .products__image-wrap > img {
      max-height: 21.87rem; } }

.products__badge-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 75em) {
    .products__badge-wrap {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; } }

.products__subsection-title {
  width: 100%;
  padding-left: 1rem;
  border-left: 0.25rem solid #ef1a1a; }

.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__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", Arial, Helvetica, 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 #f4f5f7;
  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: #f4f5f7; }
  .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; }

.checkboxfield {
  position: relative;
  display: flex;
  cursor: pointer;
  margin-bottom: 1.5rem; }
  .checkboxfield p {
    margin-bottom: 0; }
  .checkboxfield input[type="checkbox"] {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0265rem solid #002663;
    border-radius: 0.1875rem;
    margin: 0 0.75rem 0 0;
    background-size: cover; }
    .checkboxfield input[type="checkbox"]:checked {
      background-color: #002663;
      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%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' fill='%23193B72'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' stroke='%23002663'/%3E%3Cpath d='M8.22774 14.4393L4.33008 10.5208L5.76035 9.09049L8.22774 11.5371L14.2368 5.54883L15.6671 6.99993L8.22774 14.4393Z' fill='white'/%3E%3C/svg%3E"); }
    .checkboxfield input[type="checkbox"] + * {
      font-size: 0.9375rem; }
  .checkboxfield .wpcf7-list-item {
    margin-left: 0; }
  .checkboxfield .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    margin: 0; }

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

.tabs__item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: 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 {
  padding-top: 1rem; }
  @media (min-width: 46.25rem) {
    .tabs__item.is--active {
      padding-top: 0; } }
  .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--fluid .tabs__item {
  flex: 1; }

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

@media (min-width: 63.9375em) {
  .tabs__panel--fluid {
    padding: 0; } }

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

.tabs__label-wrap--product {
  display: flex;
  justify-content: space-between; }

.tabs__content {
  padding-block: 2rem; }
  @media (min-width: 46.25rem) {
    .tabs__content {
      max-width: 31.25rem; } }

.tabs__video {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.tabs__panel--stepper {
  position: relative;
  padding-block: 2rem;
  padding-inline: 0; }
  @media (min-width: 46.25rem) {
    .tabs__panel--stepper {
      padding-block: 4rem; } }
  .tabs__panel--stepper.is--active::before {
    content: '';
    position: absolute;
    top: -0.625rem;
    width: 0;
    height: 0;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    border-bottom: 0.875rem solid var(--gray-200); }

.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: '\00a0*';
  color: #EF1A1A; }

.textarea__input {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Arial, Helvetica, 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;
  margin-bottom: 1.5rem; }
  @media (min-width: 63.9375em) {
    .textfield {
      max-width: 25.5rem; } }

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

.textfield__input {
  font-weight: 400;
  font-size: 1rem;
  font-family: "din-2014", Arial, Helvetica, 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 {
  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__input {
  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 {
    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__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%; } }

.campaign-promo-box {
  display: flex;
  flex-flow: column;
  padding: 1rem;
  color: #002663;
  border-radius: 0.5rem;
  background: #feeded; }
  @media (min-width: 46.25rem) {
    .campaign-promo-box {
      flex-flow: row;
      align-items: center;
      padding: 1.5rem; } }

.campaign-promo-box__icon-wrap {
  display: flex;
  align-items: center; }

.campaign-promo-box__content-wrap,
.campaign-promo-box__cta-wrap {
  margin-left: 3.5rem; }
  @media (min-width: 46.25rem) {
    .campaign-promo-box__content-wrap,
    .campaign-promo-box__cta-wrap {
      margin-left: 0; } }

.campaign-promo-box__content-wrap {
  flex: 1;
  margin-block: 0.75rem; }
  @media (min-width: 46.25rem) {
    .campaign-promo-box__content-wrap {
      padding: 0 1.25rem;
      margin-block: 0; } }

.campaign-promo-box__content-title {
  display: none;
  margin-bottom: 0;
  font-weight: 600; }
  .campaign-promo-box__content-title.mobile {
    display: block;
    margin-left: 1rem; }
    @media (min-width: 46.25rem) {
      .campaign-promo-box__content-title.mobile {
        display: none; } }
  @media (min-width: 46.25rem) {
    .campaign-promo-box__content-title {
      display: block; } }

.campaign-promo-box__cta-wrap {
  display: flex;
  align-items: center; }

.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--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 {
    flex: 0 0 auto;
    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;
      max-width: 36rem; } }
  @media (min-width: 63.9375em) {
    .events__item--footer .events__date {
      flex: 1; } }

.box {
  position: relative; }

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

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

.article {
  position: relative; }

.article--references {
  padding: 2rem; }
  @media (min-width: 46.25rem) {
    .article--references {
      padding: 2.5rem; } }
  .article--references .author {
    margin-top: 2rem; }
    @media (min-width: 46.25rem) {
      .article--references .author {
        margin-top: 2.5rem; } }

.article--offices {
  max-width: 29.6875rem; }

.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: #DFF2EF;
  padding: 1.5rem; }
  @media (min-width: 63.9375em) {
    .promo__content {
      padding: 2.5rem 3rem; } }

@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: 23rem; }
    @media (min-width: 63.9375em) {
      .promo__video .link--ict {
        left: 1.5rem;
        transform: translateX(0);
        width: 23rem; } }
  .promo__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0); }

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

@media (min-width: 46.25rem) {
  .promo-top {
    padding-left: 1rem;
    border-left: 0.1875rem solid #ef1a1a;
    padding-left: 3rem;
    max-width: 26.5rem; } }

.promo-top .title {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  line-height: 2.25rem; }

.usp {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 10.625rem;
  margin: 0 auto;
  gap: 1.5rem 0;
  margin-top: 2.5rem; }
  @media (min-width: 46.25rem) {
    .usp {
      gap: 4rem 0;
      margin-top: 3.75rem; } }

.usp__item {
  flex-basis: 40%; }
  @media (min-width: 46.25rem) {
    .usp__item {
      flex-basis: auto; } }
  .usp__item .title {
    font-size: clamp(1.625rem, 2vw, 2rem); }

@media (min-width: 46.25rem) {
  .swiper--references {
    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;
    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%; } }

@media (min-width: 46.25rem) {
  .swiper--references-office .swiper-slide {
    max-width: 30%; } }

.swiper--references-office .swiper-slide .info-section__card {
  margin: 0; }

.swiper--showcase,
.swiper--thumbs {
  height: 100%; }

.swiper--showcase .swiper-slide {
  transition: all 0.8s ease; }
  .swiper--showcase .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    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) {
      .swiper--showcase .swiper-slide::after {
        background-size: cover; } }

.swiper--showcase .picture--swiper {
  height: 100%; }
  .swiper--showcase .picture--swiper img {
    width: 100vw;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 63.9375em) {
    .swiper--showcase .picture--swiper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; } }

@media (min-width: 63.9375em) {
  .swiper--showcase .swiper-slide-active .picture--swiper img {
    object-position: center;
    animation: zoom 5s ease-in-out infinite alternate; } }

.swiper--thumbs .swiper-wrapper {
  align-items: center; }

.swiper--thumbs .swiper__control {
  position: absolute;
  bottom: 1.25rem;
  right: 1rem;
  z-index: 10; }

@media (min-width: 63.9375em) {
  .swiper--thumbs .swiper-slide {
    border-top: 0.0625rem solid var(--gray-100);
    border-bottom: 0.0625rem solid var(--gray-100); } }

.swiper--thumbs .swiper-slide-thumb-active {
  background-color: var(--white); }
  @media (min-width: 63.9375em) {
    .swiper--thumbs .swiper-slide-thumb-active {
      flex: 1; } }
  .swiper--thumbs .swiper-slide-thumb-active .thumb__preview {
    display: none; }
  .swiper--thumbs .swiper-slide-thumb-active .thumb__main {
    display: flex;
    max-height: 31.25rem; }
  .swiper--thumbs .swiper-slide-thumb-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.25rem;
    width: 100%;
    background-color: var(--primary-red);
    animation: expandWidth 3s forwards;
    -webkit-animation: expandWidth 3s forwards; }
    @media (min-width: 46.25rem) {
      .swiper--thumbs .swiper-slide-thumb-active::before {
        height: 100%;
        width: 0.25rem;
        animation: expandHeight 3s forwards;
        -webkit-animation: expandHeight 3s forwards; } }

.swiper--thumbs .swiper-slide + .swiper-slide {
  border-top: unset; }

.swiper--partners .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important; }

.swiper--partners .swiper-slide {
  width: auto; }

@media (min-width: 63.9375em) {
  .swiper--video .picture--cover {
    max-height: 26.25rem; } }

.swiper--video .promo__content--thin {
  padding: 2rem 1.25rem; }
  @media (min-width: 63.9375em) {
    .swiper--video .promo__content--thin {
      padding: 4rem 1.875rem; } }

@keyframes expandHeight {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes expandWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

.swiper__nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4; }

.swiper__next,
.swiper__prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: var(--primary-red);
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 0 16px 0 rgba(205, 16, 22, 0.32);
  transition: all 0.18s ease-in; }
  .swiper__next:hover,
  .swiper__prev:hover {
    box-shadow: nonw; }

.swiper--main {
  width: 100%; }
  .swiper--main .swiper-wrapper {
    align-items: center; }

.swiper--thumb .swiper-slide {
  max-width: 3.375rem; }
  @media (min-width: 46.25rem) {
    .swiper--thumb .swiper-slide {
      max-width: 5.625rem; } }

.swiper--thumb .picture {
  display: flex; }

.swiper--thumb img {
  aspect-ratio: 4/3;
  object-fit: cover; }

.swiper--thumb .swiper-slide-thumb-active {
  border: 0.09375rem solid var(--primary-blue-500); }

.swiper-pagination--fraction {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #A1B3D2 !important; }

.date-picker {
  display: none; }

.is-open {
  display: flex; }

.wpcf7-form {
  display: flex;
  flex-direction: column; }
  .wpcf7-form .checkboxfield {
    order: 8; }
  .wpcf7-form .date-picker {
    order: 9; }
  .wpcf7-form .text-center.text-left-lg {
    order: 10; }
    .wpcf7-form .text-center.text-left-lg + p {
      order: 11; }

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

.section__block {
  position: relative;
  border: 0.0625rem solid var(--gray-lighter); }

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

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

.card--post {
  display: flex;
  flex-direction: column;
  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;
    opacity: 0.88;
    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; }

.tag {
  padding: 0.5rem 1.5rem;
  background-color: #EAF7F6;
  border-radius: var(--radius-24); }

.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;
  background-color: #EF1A1A; }

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

.label--info {
  padding: 0.5rem 1.5rem;
  font-size: 1.0625rem;
  background-color: #EAF7F6;
  border-radius: var(--radius-24); }

cite {
  position: relative;
  display: block;
  font-style: normal;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.5rem; }
  @media (min-width: 46.25rem) {
    cite {
      margin-bottom: 1.5rem;
      padding-top: 4.6875rem;
      text-align: left; } }
  cite ul {
    padding: 0; }
  cite .icon {
    position: absolute; }
    @media (min-width: 46.25rem) {
      cite .icon {
        width: 1.5rem;
        height: 1.5rem; } }
    cite .icon:first-child {
      top: -1.875rem;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 46.25rem) {
        cite .icon:first-child {
          top: 2.125rem;
          left: -2.625rem; } }
    cite .icon:last-child {
      bottom: -1.5rem;
      right: 0;
      display: none; }
      @media (min-width: 46.25rem) {
        cite .icon:last-child {
          display: block; } }

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  overflow: hidden;
  padding-inline: 0; }

.stepper__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-decoration: none;
  gap: 1rem; }
  .stepper__link:before {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: step;
    content: counter(step);
    color: var(--primary-red);
    font-weight: var(--font-bold);
    background-color: var(--white);
    width: 3rem;
    height: 3rem;
    border: 0.125rem solid var(--primary-red);
    border-radius: 50%; }
  .stepper__link:hover:before {
    background-color: var(--primary-red);
    color: var(--white); }

.stepper li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  margin-bottom: 0; }
  .stepper li:not(:last-child):after {
    content: "";
    position: relative;
    top: 1.5rem;
    left: 50%;
    height: 2px;
    background-color: #e0e0e0;
    order: -1;
    width: calc(100% - 4.5rem); }
  .stepper li.is-active .stepper__link {
    color: var(--primary-red); }
    .stepper li.is-active .stepper__link::before {
      background-color: var(--primary-red);
      color: var(--white); }

picture,
.picture {
  position: relative;
  display: block; }

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

.picture--placeholder {
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 1; }

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

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

.picture--ellipses {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 120%;
  z-index: 2; }
  @media (min-width: 46.25rem) {
    .picture--ellipses {
      width: 80%; } }

.picture--inline {
  display: inline-block; }

@media (min-width: 46.25rem) {
  .picture--office-list {
    z-index: -1; } }

.picture--video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .picture--video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.picture--partners {
  filter: grayscale(100%);
  mix-blend-mode: luminosity; }

.picture--usp {
  width: 100%; }
  .picture--usp img {
    width: 4rem;
    height: 4rem;
    object-fit: contain; }

@media (min-width: 75em) {
  .picture--inovation {
    width: 33.75rem;
    height: 31.25rem; } }

.banner {
  padding: 1.5rem;
  background-color: var(--pink-light);
  display: flex;
  align-items: center;
  gap: 1rem; }
  .banner .title {
    font-weight: 600;
    margin-bottom: 0; }

.banner--office {
  flex-direction: column; }
  @media (min-width: 46.25rem) {
    .banner--office {
      flex-direction: row; } }
  .banner--office .title {
    margin-bottom: 1rem; }
    @media (min-width: 46.25rem) {
      .banner--office .title {
        margin-bottom: unset; } }

._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", Arial, Helvetica, 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; }

.thumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 2rem 1.25rem; }
  @media (min-width: 63.9375em) {
    .thumb {
      padding: 2rem; } }

.thumb--reference {
  padding: unset;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; }
  @media (min-width: 63.9375em) {
    .thumb--reference {
      gap: 1.875rem; } }
  .thumb--reference .pretitle {
    font-size: clamp(1rem, 2vw, 1.1875rem);
    text-wrap: pretty; }
  .thumb--reference .title {
    font-size: clamp(1.25rem, 2vw, 1.75rem); }

.thumb__preview {
  display: none; }
  @media (min-width: 63.9375em) {
    .thumb__preview {
      display: block; } }
  .thumb__preview .title {
    font-size: 1.1875rem;
    margin-bottom: 0; }

.thumb__main {
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden; }
  .thumb__main .link--inline {
    margin-top: auto; }
  @media (min-width: 46.25rem) {
    .thumb__main {
      gap: 1.5rem;
      display: none; } }
  .thumb__main .pretitle {
    font-size: clamp(1rem, 2vw, 1.1875rem);
    min-height: 3.125rem; }
    @media (min-width: 46.25rem) {
      .thumb__main .pretitle {
        min-height: unset; } }
  .thumb__main .title {
    font-size: clamp(1.5rem, 2vw, 2rem);
    min-height: 3rem; }
    @media (min-width: 46.25rem) {
      .thumb__main .title {
        min-height: unset; } }

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

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

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

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

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

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

.color--primary-red {
  color: var(--primary-red); }

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

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

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

.link {
  cursor: pointer; }

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

.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--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--inline {
  display: inline-flex;
  align-items: center; }

.link--play {
  position: relative;
  padding-left: 2.75rem;
  padding-bottom: 0.5rem; }
  .link--play::before {
    content: '';
    position: absolute;
    top: -0.375rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' transform='matrix(1 0 0 -1 0 32)' fill='%23EF1A1A'/%3E%3Cpath d='M12.6 22.218V9.782L22.242 16 12.6 22.218Zm2.041-3.739L18.48 16l-3.838-2.48v4.96Z' fill='%23fff'/%3E%3C/svg%3E"); }

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

.list--checkmark {
  padding-left: 0; }
  @media (min-width: 46.25rem) {
    .list--checkmark {
      margin-bottom: 4.25rem;
      display: flex; } }
  .list--checkmark .list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 46.25rem) {
      .list--checkmark .list__item {
        flex-direction: column;
        flex: 1 1 25%; } }
    .list--checkmark .list__item svg {
      margin-right: 0.5rem; }
      @media (min-width: 46.25rem) {
        .list--checkmark .list__item svg {
          margin-bottom: 1rem; } }

.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;
    margin-bottom: 0; }
    .list--default li::before {
      content: none !important; }

.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;
    border-radius: 50%;
    border: 0.25rem solid #fff; }

.list--flex {
  padding-left: 0; }
  .list--flex li {
    display: flex;
    align-items: center; }

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

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

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

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

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

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

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

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

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

@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-12 {
  margin-bottom: 0.5rem; }
  @media (min-width: 46.25rem) {
    .offset-bottom-12 {
      margin-bottom: 0.75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-block {
  overflow: hidden; }

.h1 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.4;
  font-family: "din-2014", Arial, Helvetica, 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", Arial, Helvetica, sans-serif;
  color: #002663; }
  @media (min-width: 36em) {
    .h2 {
      font-size: 2rem;
      line-height: 1.3; } }

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

.h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "din-2014", Arial, Helvetica, 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", Arial, Helvetica, 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", Arial, Helvetica, 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", Arial, Helvetica, sans-serif; }

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

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

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

.text-p16 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Arial, Helvetica, sans-serif; }
  @media (min-width: 36em) {
    .text-p16 {
      font-size: 1rem; } }

.text-p19 {
  font-size: clamp(1.125rem, 2vw, 1.1875rem);
  line-height: 1.4;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  color: #002663; }

.text-p20 {
  font-size: 1.25rem; }

.text-md-p28 {
  font-size: clamp(1.25rem, 2vw, 1.75rem); }

.text-sub {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  letter-spacing: 0.08125rem;
  text-transform: uppercase;
  color: #aec0c8; }
  @media (min-width: 36em) {
    .text-sub {
      font-size: 0.8125rem;
      line-height: 1.5; } }

.text-sub-spaced {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "din-2014", Arial, Helvetica, sans-serif;
  letter-spacing: 0.08125rem;
  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: '';
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.125rem;
  border-radius: 50%;
  background-color: #ef1a1a; }

.text-decorated--shrink::after {
  margin-left: -0.375rem; }

.text-decorated--md::after {
  content: none; }
  @media (min-width: 46.25rem) {
    .text-decorated--md::after {
      content: ''; } }

.text-decorated--pretty {
  text-wrap: pretty;
  padding-inline: 0.1875rem; }

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.text-blue-lightest {
  color: #a1b3d2; }

.text-blue-extra-dark {
  color: #193B72; }

.text-primary-red {
  color: #EF1A1A; }

.text-gray-500 {
  color: #658594; }

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

.text-primary-light {
  color: #ef1a1a; }

.text-blue {
  color: #618FBD; }

.text-light {
  font-weight: 300; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

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

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

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

.pretitle {
  font-size: 0.8125rem;
  letter-spacing: 0.0813rem; }

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

.title--22 {
  font-size: clamp(1.25rem, 2vw, 1.375rem); }

.title--32 {
  font-size: clamp(1.5rem, 2vw, 2rem); }

.title--38 {
  font-size: clamp(1.75rem, 2vw, 2.375rem); }

.text-upper {
  text-transform: uppercase; }

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

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

strong {
  font-weight: 600; }

.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 ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .wp-article ul > li::before {
    display: none; }

.wp-article ul > li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.625rem; }
  .wp-article ul > li::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    display: block;
    width: 0.313rem;
    height: 0.313rem;
    border-radius: 0.063rem;
    background-color: #193B72; }

.bg--primary-light {
  background: rgba(223, 242, 239, 0.7);
  backdrop-filter: blur(0.5rem); }

.bg--muted {
  background-color: #f4f5f7; }

.bg--stories {
  position: relative; }
  .bg--stories::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #E7E9ED;
    z-index: -1;
    opacity: 0.4; }

.bg--gray-light {
  background-color: var(--gray-200); }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.d-lg-flex {
  display: none; }
  @media (min-width: 63.9375em) {
    .d-lg-flex {
      display: flex; } }

.d-lg-block {
  display: none; }
  @media (min-width: 63.9375em) {
    .d-lg-block {
      display: block; } }

.d-lg-none {
  display: block; }
  @media (min-width: 63.9375em) {
    .d-lg-none {
      display: none; } }

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

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

.d-lg-block-none {
  display: block; }
  @media (min-width: 63.9375em) {
    .d-lg-block-none {
      display: none; } }

.h-100 {
  height: 100%; }

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

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

@media (min-width: 63.9375em) {
  .d-block-lg {
    display: block; } }
