/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.section__title {
  margin-bottom: 32px; }
  @media (min-width: 62.5em) {
    .section__title {
      margin-bottom: 40px; } }

.section__subtitle {
  color: #3FB498;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  margin-bottom: 8px; }

.bg-transparent {
  background: transparent; }

.bg-white {
  background: #fff; }

.bg-lightGrey {
  background: #f7f7f7; }

.leadText,
.leadText p {
  font-size: 21px;
  font-weight: 400;
  line-height: 135%;
  /* 28.35px */ }
  @media (min-width: 75em) {
    .leadText,
    .leadText p {
      font-size: 24px; } }

.overflow-hidden {
  overflow: hidden; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.u-hide {
  display: none; }

.u-no-bullet {
  list-style-type: none; }

.u-clearfix::after {
  clear: both;
  content: '';
  display: table; }

.u-hide-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

main {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 4.25rem; }
  main:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 75em) {
  main {
    padding-top: 6.75rem; } }

.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor; }

.icon__sprite svg {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.icon--m {
  width: 2.5rem;
  height: 2.5rem; }

.icon--l {
  width: 3.75rem;
  height: 3.75rem; }

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto; }

body {
  font-family: "objektiv-mk2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  background-color: #f3f2f2;
  color: #2a2525; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "objektiv-mk2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  color: #2a2525; }

/* stylelint-disable declaration-no-important */
h1,
.h1 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
  text-transform: none !important; }

/* stylelint-enable */
h2,
.h2 {
  font-size: 1.5rem;
  color: #0d4682;
  line-height: 1.4;
  margin: 0 0 0.5rem; }

h3,
.h3 {
  font-size: 1.1875rem;
  color: #0d4682;
  line-height: 1.26;
  margin: 0 0 0.25rem; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.125;
  margin: 0 0 0.1875rem; }

p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  text-rendering: auto; }

a {
  text-decoration: none;
  color: #0d4682; }
  a:hover {
    color: #3fb498; }
  a:active {
    color: #2a2525; }
  a[href^='tel'] {
    color: inherit;
    text-decoration: none; }

ul,
ol {
  list-style-position: outside;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5; }

ol {
  padding-left: 1.4375rem; }

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

hr {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #2a2525;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem; }

small {
  color: #6e6e6e; }

blockquote {
  font-size: 1.5rem;
  text-align: center;
  margin: 0; }

/* stylelint-disable declaration-no-important */
.strong-dark {
  font-weight: 700;
  color: #0d4682 !important;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.2;
  font-size: 1.5625rem; }

.strong-light {
  color: #3fb498 !important;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.2; }

/* stylelint-enable */
@media (min-width: 50em) {
  h1,
  .h1 {
    font-size: 2rem;
    margin-bottom: 2rem; }
  h2,
  .h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem; }
  h3,
  .h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 1.125rem;
    margin-bottom: 0.375rem; }
  p,
  ul,
  ol {
    font-size: 1.125rem; }
  blockquote {
    font-size: 3rem; }
  .strong-dark {
    font-size: 2.75rem; }
  .strong-light {
    font-size: 2.125rem; } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.125rem;
  padding: 0.75rem 1.875rem;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1.33;
  color: #0d4682;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.1s ease-in-out; }
  .btn > * {
    pointer-events: none; }
  .btn .icon {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
    pointer-events: none;
    margin-left: 0.25rem; }
  .btn:hover {
    color: #3fb498; }
  .btn:active, .btn.btn--active {
    color: #2a2525; }
  .btn:focus {
    outline: 0; }

.btn--primary {
  color: #fff;
  background-color: #0d4682;
  border-color: #0d4682; }
  .btn--primary:hover {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #6e6e6e; }
  .btn--primary:active, .btn--primary.btn--active {
    color: #fff;
    background-color: #0d4682;
    border-color: #0d4682; }

.btn--border {
  border: 0.0625rem solid #dadada;
  border-radius: 1.375rem; }

.btn--icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0;
  background: transparent;
  border: 0;
  border-radius: 100%;
  color: #3fb498; }
  .btn--icon:hover {
    color: #6e6e6e;
    background-color: #f0f0f0; }
  .btn--icon:active {
    color: #2a2525;
    background-color: #f7f7f7; }

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

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.125rem; }

legend {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.375rem; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer;
  color: #757575;
  font-size: 1.125rem;
  line-height: 1.5; }

input::-webkit-input-placeholder {
  color: #6e6e6e; }

input:-ms-input-placeholder {
  color: #6e6e6e; }

input::-ms-input-placeholder {
  color: #6e6e6e; }

input::placeholder {
  color: #6e6e6e; }

[type='text'],
[type='password'],
[type='email'],
[type='number'],
[type='url'],
[type='tel'],
[type='time'],
[type='date'],
[type='datetime'],
[type='month'],
[type='week'],
[type='search'],
[type='range'],
[type='reset'],
textarea {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border: none;
  border-bottom: 0.1875rem solid transparent;
  border-radius: 0;
  padding: 0.5625rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  background-clip: padding-box; }
  [type='text']:focus,
  [type='password']:focus,
  [type='email']:focus,
  [type='number']:focus,
  [type='url']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='month']:focus,
  [type='week']:focus,
  [type='search']:focus,
  [type='range']:focus,
  [type='reset']:focus,
  textarea:focus {
    outline: 0;
    border-bottom: 0.1875rem solid transparent;
    border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
    border-image-slice: 1; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.75rem;
  padding: 0.5625rem 1.875rem 0.5625rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  border: 0.0625rem solid #f7f7f7;
  border-radius: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5; }
  select option {
    color: #2a2525; }
  select::-ms-expand {
    display: none; }
  select:hover {
    color: #0d4682;
    cursor: pointer; }
  select:focus {
    outline: 0;
    color: #0d4682;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%230d4682%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%230d4682%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A"); }
    select:focus::-ms-value {
      color: #0d4682;
      background-color: transparent; }

.form--field-error label {
  color: #f00; }

.form--field-error input {
  border-color: #f00; }

.form--field-valid label {
  color: #43ac6a; }

.form--field-valid input {
  border-color: #43ac6a; }

@media (min-width: 40em) {
  .form--horizontal {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem; }
    .form--horizontal:after {
      content: " ";
      display: block;
      clear: both; }
    .form--horizontal label {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      padding-top: 0.5625rem; }
    .form--horizontal input,
    .form--horizontal select {
      width: 74.57627%;
      float: left;
      margin-right: 1.69492%; } }

.checkbox {
  display: inline-block;
  position: relative; }

.checkbox__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0); }
  .checkbox__input:focus + .checkbox__label::before {
    color: #6e6e6e;
    border-color: currentColor; }

.checkbox__label {
  display: block;
  color: #0d4682;
  padding: 0.5rem 1.25rem;
  border: 0.125rem solid #0d4682;
  background-color: #fff; }
  .checkbox__label:hover {
    border: 0.125rem solid #3fb498;
    color: #3fb498; }

.checkbox__input:checked + .checkbox__label, .checkbox__input:checked:hover + .checkbox__label {
  border: 0.125rem solid #3fb498;
  color: #3fb498; }

.lt-ie9 .checkbox__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto; }
  .lt-ie9 .checkbox__input + label {
    padding: 0; }
    .lt-ie9 .checkbox__input + label::before, .lt-ie9 .checkbox__input + label::after {
      display: none; }

@media (min-width: 50em) {
  .checkbox__label {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem; } }

.radio {
  display: inline-block;
  position: relative; }

.radio__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0); }
  .radio__input:focus + .radio__label::before {
    color: #6e6e6e;
    border-color: currentColor; }

.radio__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none; }
  .radio__label::before, .radio__label::after {
    display: block;
    top: 0.5625rem;
    left: 0.5625rem;
    border-radius: 100%; }
  .radio__label::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border: 0.125rem solid #6e6e6e;
    background-color: #fff; }
  .radio__label::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: transparent;
    width: 0.875rem;
    height: 0.875rem;
    left: 0.875rem;
    top: 0.875rem;
    transition: background-color 0.1s ease; }
  .radio__label:hover::before {
    color: #6e6e6e;
    border-color: #2a2525; }

.radio__input:checked + .radio__label, .radio__input:checked:hover + .radio__label {
  color: #2a2525; }
  .radio__input:checked + .radio__label::before, .radio__input:checked:hover + .radio__label::before {
    color: #2a2525;
    border-color: currentColor; }
  .radio__input:checked + .radio__label::after, .radio__input:checked:hover + .radio__label::after {
    background-color: #0d4682;
    transition: background-color 0.1s ease; }

.radio--alternate .radio__label {
  color: #fff; }
  .radio--alternate .radio__label::before {
    border-color: #fff;
    background-color: transparent; }
  .radio--alternate .radio__label:hover::before {
    color: #fff; }

.radio--alternate .radio__input:checked + .radio__label, .radio--alternate .radio__input:checked:hover + .radio__label {
  color: #fff; }
  .radio--alternate .radio__input:checked + .radio__label::before, .radio--alternate .radio__input:checked:hover + .radio__label::before {
    background-color: #fff; }
  .radio--alternate .radio__input:checked + .radio__label::after, .radio--alternate .radio__input:checked:hover + .radio__label::after {
    border-color: #0d4682; }

.lt-ie9 .radio__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto; }
  .lt-ie9 .radio__input + label {
    padding: 0; }
    .lt-ie9 .radio__input + label i {
      display: none; }

.table-wrapper {
  margin: 1.5rem 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

table {
  width: 100%;
  border-spacing: 0; }

thead {
  color: #fff;
  text-align: left; }

th {
  background-color: #0d4682; }

td,
th {
  min-width: 6.25rem;
  padding: 0.5rem;
  border-right: 0.125rem solid #6e6e6e; }
  td:last-child,
  th:last-child {
    border-right: 0; }

tbody tr {
  transition: all 0.1s linear;
  background-color: #fff; }
  tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
    color: #6e6e6e; }
  tbody tr:hover {
    background-color: #3fb498;
    color: #2a2525; }

@media (min-width: 50em) {
  .table-wrapper {
    overflow-x: hidden; } }

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

figure {
  margin: 0; }

.image img {
  margin-bottom: 0.75rem; }

.image__caption {
  color: #2a2525;
  padding: 0 space(1);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.75rem; }

@media (min-width: 50em) {
  .image img {
    margin-bottom: 1.5rem; } }

.quote {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.75rem 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .quote:after {
    content: " ";
    display: block;
    clear: both; }

.quote__inner {
  width: 83.05085%;
  margin: 0 auto; }
  @media (min-width: 50em) {
    .quote__inner.withPicture {
      display: grid;
      grid-template-columns: 3fr 7fr;
      align-items: center;
      gap: 16px; } }

.quote__text {
  font-size: 1.25rem;
  line-height: 1.4; }
  .quote__text::after {
    display: block;
    content: '';
    width: 7.5rem;
    height: 0.25rem;
    background: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
    margin: 1rem auto; }

.quote__author {
  font-size: 1rem;
  font-style: normal;
  color: #3fb498; }

@media (min-width: 40em) {
  .quote__text {
    font-size: 1.375rem; }
    .quote__text::after {
      margin: 2rem auto; }
  .quote__author {
    font-size: 1.125rem; } }

.logo {
  display: block; }
  .logo svg {
    height: 2.1875rem;
    transition: all 0.3s ease-in-out; }

@media (min-width: 75em) {
  .logo svg {
    height: 3.75rem; }
  .header--fixed .logo svg {
    height: 2.5rem; } }

.main-nav {
  display: block; }

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column; }

.main-nav__link {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.33;
  cursor: pointer; }
  .main-nav__link:hover, .main-nav__link:active, .main-nav__link--active {
    color: #0d4682;
    background-color: #fff; }

.main-nav__subnav {
  display: none;
  background-color: #0b3a6b; }
  .main-nav__subnav .main-nav__list {
    display: block;
    margin-bottom: 1rem; }
  .main-nav__subnav .main-nav__link {
    font-size: 1.125rem;
    text-transform: none;
    padding: 0.625rem 2.5rem; }

.main-nav__subnav-title {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  padding: 1rem 1.25rem 0.375rem; }
  .main-nav__subnav-title::after {
    content: '';
    display: block;
    margin-top: 0.5rem;
    border-bottom: 0.125rem solid #fff; }

.main-nav__item--open > .main-nav__link {
  color: #0d4682;
  background-color: #fff; }

.main-nav__item--open .main-nav__subnav {
  display: block; }

@media (min-width: 75em) {
  .main-nav__list {
    flex-direction: row; }
  .main-nav__link {
    color: #2a2525;
    font-size: 1.125rem;
    transition: all 0.3s ease-in-out; }
    .main-nav__link:hover, .main-nav__link:active, .main-nav__link--active {
      color: #fff;
      background-color: #0d4682; }
  .header--fixed .main-nav__link {
    font-size: 1rem; }
  .main-nav__subnav {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding: 4rem 15.25424%; }
    .main-nav__subnav .main-nav__list {
      width: 49.15254%; }
      .main-nav__subnav .main-nav__list:not(:last-child) {
        margin-right: 1.69492%; }
    .main-nav__subnav .main-nav__link {
      display: inline-block;
      font-size: 1.625rem;
      font-weight: 500;
      color: #fff;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .main-nav__subnav .main-nav__link:hover, .main-nav__subnav .main-nav__link:focus, .main-nav__subnav .main-nav__link:active, .main-nav__subnav .main-nav__link--active {
        color: #0d4682;
        background-color: #fff; }
  .main-nav__subnav-title {
    font-size: 1.125rem;
    padding: 0;
    margin-bottom: 1rem; }
    .main-nav__subnav-title::after {
      margin-top: 2rem; }
  .main-nav__item--open {
    /* stylelint-disable no-descending-specificity */
    /* stylelint-enable */ }
    .main-nav__item--open > .main-nav__link {
      color: #fff;
      background-color: #0d4682; }
    .main-nav__item--open .main-nav__subnav {
      display: flex; } }

.meta-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem; }

.meta-nav__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  padding: 0.5rem 1rem; }
  .meta-nav__link:hover, .meta-nav__link:active, .meta-nav__link--active {
    background-color: #fff;
    color: #0d4682; }

@media (min-width: 75em) {
  .meta-nav {
    display: flex;
    margin-right: 6.25rem;
    margin-bottom: 0; }
  .meta-nav__link {
    color: #757575;
    padding: 0.625rem 0.625rem 0.25rem 0.625rem; }
    .meta-nav__link:hover, .meta-nav__link:active, .meta-nav__link--active {
      background-color: #0d4682;
      color: #fff; } }

.language-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.language-nav__link {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  padding: 1rem; }
  .language-nav__link:hover, .language-nav__link:active, .language-nav__link--active {
    background-color: #fff;
    color: #0d4682; }

@media (min-width: 75em) {
  .language-nav__link {
    color: #757575;
    padding: 0.625rem 0.25rem 0.25rem 0.25rem; }
    .language-nav__link:hover, .language-nav__link:active, .language-nav__link--active {
      background-color: #0d4682;
      color: #fff; } }

.tab {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .tab:after {
    content: " ";
    display: block;
    clear: both; }

.tab__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem; }

.tab__nav-item {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem; }
  .tab__nav-item .tab__nav-link {
    display: block;
    color: #0d4682;
    padding: 2rem 1.25rem;
    border: 0.125rem solid #0d4682;
    background-color: #fff; }
    .tab__nav-item .tab__nav-link:hover, .tab__nav-item .tab__nav-link:active {
      border: 0.125rem solid #3fb498;
      color: #3fb498; }
  .tab__nav-item.tab--active .tab__nav-link {
    border: 0.125rem solid #3fb498;
    color: #3fb498; }

.tab__panel {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .tab__panel:focus {
    outline: none; }
  .tab__panel.tab--active {
    display: grid;
    grid-template-columns: 3fr 2fr; }

.tab__panel-image {
  display: block;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1; }

.tab__panel-content {
  padding: 2rem 6.77966%; }
  .tab__panel-content p {
    color: #2a2525; }

@media (min-width: 50em) {
  .tab {
    width: 83.05085%;
    padding: 0; }
  .tab__nav {
    display: flex; }
  .tab__nav-item {
    flex: 1 1 100%;
    margin-bottom: 0; }
    .tab__nav-item .tab__nav-link {
      padding: 16px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
  .tab__panel-content {
    text-align: center; } }

.accordion {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 4rem 1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .accordion:after {
    content: " ";
    display: block;
    clear: both; }
  .accordion .accordion__minimal {
    box-shadow: none;
    padding: 0; }

.accordion__item {
  display: block;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(42, 37, 37, 0.25); }
  .accordion__item:not(:last-child) {
    margin-bottom: 1rem; }
  @media (min-width: 50em) {
    .accordion__item .three-column__items {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      -webkit-column-gap: 48px;
              column-gap: 48px; }
    .accordion__item .three-column__item {
      width: 100%; }
      .accordion__item .three-column__item img {
        aspect-ratio: 3 / 2; } }
  @media (min-width: 62.5em) {
    .accordion__item .three-column__items {
      -webkit-column-gap: 100px;
              column-gap: 100px; } }

.accordion__header {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #0d4682;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  .accordion__header::before {
    content: '+';
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 400;
    color: #757575;
    margin-right: 1rem;
    border: 0.125rem solid transparent;
    border-radius: 100%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #0d4682, #3fb498);
    background-origin: border-box;
    background-clip: content-box, border-box; }
  .accordion__header:hover {
    color: #3fb498; }

.accordion__content {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.accordion--open .accordion__header {
  color: #0d4682; }
  .accordion--open .accordion__header::before {
    content: '-'; }

.accordion--open .accordion__content {
  opacity: 1;
  height: auto;
  padding: 2rem 0; }

.no-js .accordion__content {
  display: block; }

@media (min-width: 50em) {
  .accordion {
    padding-left: 0;
    padding-right: 0; }
  .accordion__inner {
    width: 83.05085%;
    margin: 0 auto; } }

.slider {
  position: relative;
  margin: 0 auto;
  padding: 4rem 1.25rem 7.25rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .slider::after {
    clear: both;
    content: '';
    display: table; }
  .slider .flickity-viewport {
    position: absolute;
    width: 100%; }

.slider__inner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.slider__items {
  padding-bottom: 56.25%; }
  .slider__items::after {
    clear: both;
    content: '';
    display: table; }

.slider__item {
  width: 100%;
  height: 100%; }

.slider__image {
  width: 100%;
  height: auto;
  transition: opacity 0.4s;
  opacity: 0; }
  .slider__image.flickity-lazyloaded, .slider__image.flickity-lazyerror {
    opacity: 1;
    background-image: none; }
  .slider__image[data-flickity-lazyload] {
    width: auto; }

.slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #0d4682;
  padding: 1rem 1.25rem;
  margin-bottom: 0; }

.slider .flickity-prev-next-button {
  display: none; }
  .slider .flickity-prev-next-button .arrow {
    fill: #2a2525; }
  .slider .flickity-prev-next-button:focus {
    box-shadow: 0 0 2px 2px #09f; }

.slider__nav-item {
  width: 1.5rem;
  height: 1.5rem;
  clear: none;
  display: inline-block;
  margin: 0 0.375rem;
  background-color: #3fb498;
  border: 0.375rem solid #fff;
  border-radius: 100%; }

.slider .flickity-page-dots {
  bottom: -3.375rem; }

.slider .dot {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  background: transparent;
  border: 0.0625rem solid #0d4682;
  position: relative;
  margin: 0 0.3125rem; }
  .slider .dot:hover {
    background-color: #0d4682; }
  .slider .dot.is-selected {
    background-color: #0d4682; }
  .slider .dot.is-selected::before {
    background-color: #0d4682; }

@media (min-width: 50em) {
  .slider {
    padding-left: 8.47458%;
    padding-right: 8.47458%; }
    .slider .flickity-prev-next-button {
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      background: rgba(255, 255, 255, 0.5);
      border: 0.125rem solid #2a2525; }
      .slider .flickity-prev-next-button:hover {
        background: #f7f7f7; }
      .slider .flickity-prev-next-button:active {
        opacity: 1; }
      .slider .flickity-prev-next-button:disabled {
        display: none; } }

.storySlider {
  padding: 32px 20px; }
  @media (min-width: 62.5em) {
    .storySlider {
      padding: 32px 87px; } }
  @media (min-width: 75em) {
    .storySlider {
      padding: 32px 120px; } }
  .storySlider.tab {
    width: 100%; }
  .storySlider__mobile {
    display: block; }
    @media (min-width: 75em) {
      .storySlider__mobile {
        display: none; } }
  .storySlider__desktop {
    display: none; }
    @media (min-width: 75em) {
      .storySlider__desktop {
        display: block; } }
  .storySlider__inner {
    padding: 40px 0; }
    @media (min-width: 40em) {
      .storySlider__inner {
        padding: 48px 0; } }
    @media (min-width: 75em) {
      .storySlider__inner {
        padding: 0; } }
  .storySlider .tab__nav {
    display: none; }
    @media (min-width: 75em) {
      .storySlider .tab__nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 20px;
                column-gap: 20px; }
        .storySlider .tab__nav.tab__nav_3 {
          grid-template-columns: repeat(3, 1fr); } }
  .storySlider__mainTitle {
    color: #0D4682;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    margin-bottom: 64px; }
    @media (min-width: 75em) {
      .storySlider__mainTitle {
        font-size: 36px; } }
  .storySlider__item {
    width: 100%;
    margin-right: 10px; }
    @media (min-width: 75em) {
      .storySlider__item {
        display: grid;
        grid-template-columns: 3fr 2fr;
        height: 600px; } }
  .storySlider__image {
    overflow: hidden; }
    .storySlider__image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: center; }
  .storySlider__content {
    background: #fff;
    padding: 24px; }
    @media (min-width: 62.5em) {
      .storySlider__content {
        padding: 32px 24px; } }
    @media (min-width: 75em) {
      .storySlider__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .storySlider__subTitle {
    color: #0D4682;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
    margin-bottom: 24px; }
    @media (min-width: 75em) {
      .storySlider__subTitle {
        display: none; } }
  .storySlider__title {
    color: #0D4682;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    /* 30px */
    margin-bottom: 24px; }
    @media (min-width: 75em) {
      .storySlider__title {
        font-size: 25px; } }
  .storySlider__text {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0; }
  .storySlider .flickity-button {
    display: none; }
  .storySlider .flickity-page-dots {
    bottom: auto;
    top: -30px; }
    .storySlider .flickity-page-dots .dot {
      background: #ffffff;
      border: 1px solid #0D4682; }
      .storySlider .flickity-page-dots .dot.is-selected {
        background: #0D4682; }
    @media (min-width: 75em) {
      .storySlider .flickity-page-dots {
        display: none; } }

.quoteSlider {
  background: #FFF;
  padding: 32px 20px; }
  @media (min-width: 62.5em) {
    .quoteSlider {
      padding: 32px 87px; } }
  @media (min-width: 75em) {
    .quoteSlider {
      padding: 32px 120px; } }
  @media (min-width: 62.5em) {
    .quoteSlider__inner {
      padding: 32px 87px; } }
  @media (min-width: 75em) {
    .quoteSlider__inner {
      padding: 32px 112px; } }
  .quoteSlider__image {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .quoteSlider__image.bigPictures {
      height: 400px;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      object-position: center; }
      .quoteSlider__image.bigPictures img {
        max-height: 400px;
        max-width: 400px;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: center; }
  @media (min-width: 50em) {
    .quoteSlider__content.bigPictures {
      padding: 0 16px; } }
  .quoteSlider__author {
    font-size: 1rem;
    font-style: italic;
    margin-top: 16px;
    color: #3fb498; }
  .quoteSlider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 30px 0;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important; }
    @media (min-width: 50em) {
      .quoteSlider__item.bigPictures {
        flex-direction: row; } }
    @media (min-width: 62.5em) {
      .quoteSlider__item {
        padding: 32px 48px 0; } }
    @media (min-width: 75em) {
      .quoteSlider__item {
        padding: 32px 80px 0; } }
    .quoteSlider__item img {
      max-height: 80px;
      max-width: 200px;
      object-fit: cover;
      margin-bottom: 16px; }
  .quoteSlider .flickity-page-dots {
    bottom: 0;
    top: 0; }
  .quoteSlider .flickity-viewport {
    z-index: 10;
    transition: height 0.2s; }
  .quoteSlider .flickity-prev-next-button.previous {
    left: -16px;
    z-index: 11; }
    @media (min-width: 75em) {
      .quoteSlider .flickity-prev-next-button.previous {
        left: 0px; } }
  .quoteSlider .flickity-prev-next-button.next {
    right: -16px;
    z-index: 11; }
    @media (min-width: 75em) {
      .quoteSlider .flickity-prev-next-button.next {
        right: 0px; } }

.two-column {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  .two-column:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 50em) {
  .two-column__first,
  .two-column__second {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .two-column__second {
    float: right;
    margin-right: 0; } }

.twocolumn {
  background: #fff;
  padding: 16px 20px; }
  @media (min-width: 40em) {
    .twocolumn {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .twocolumn {
      padding: 24px 0; } }
  @media (min-width: 75em) {
    .twocolumn {
      padding: 32px 0; } }
  .twocolumn__inner {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px; }
    @media (min-width: 40em) {
      .twocolumn__inner {
        padding: 48px 0px; } }
    @media (min-width: 62.5em) {
      .twocolumn__inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 75em) {
      .twocolumn__inner {
        padding: 32px 0px; } }
    @media (min-width: 62.5em) {
      .twocolumn__inner .row-reverse {
        order: -1; } }
  .twocolumn__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center; }
    @media (min-width: 62.5em) {
      .twocolumn__img {
        aspect-ratio: unset;
        height: 100%; } }
  @media (min-width: 62.5em) {
    .twocolumn__content {
      padding: 0 87px; } }
  @media (min-width: 75em) {
    .twocolumn__content {
      padding: 0 120px; } }
  .twocolumn__title {
    margin-bottom: 32px; }
  .twocolumn__text {
    padding-bottom: 32px; }
  .twocolumn__text p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 75em) {
    .twocolumn .icon-teaser__link {
      margin: 0; } }

.three-column {
  background-color: #fff;
  padding: 4rem 0 0;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }

.three-column__inner {
  padding: 0 1.25rem; }

.three-column__items {
  display: flex;
  flex-wrap: wrap; }

.three-column__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem; }
  .three-column__item img {
    flex: 0 0 auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center; }

.three-column__title {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1; }

@media (min-width: 50em) {
  .three-column__inner {
    width: 83.05085%;
    margin: 0 auto;
    padding: 0; }
  .three-column__item {
    width: 32.20339%;
    margin-bottom: 4rem; }
    .three-column__item:not(:nth-child(3n)) {
      margin-right: 1.69492%; } }

.treeColumn {
  padding: 40px 20px; }
  @media (min-width: 40em) {
    .treeColumn {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .treeColumn {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .treeColumn {
      padding: 32px 120px; } }
  @media (min-width: 40em) {
    .treeColumn__inner {
      padding: 48px 0px; } }
  @media (min-width: 75em) {
    .treeColumn__inner {
      padding: 32px 0px; } }
  .treeColumn__leadText {
    margin-bottom: 32px; }
  .treeColumn__text {
    margin-bottom: 32px; }
  @media (min-width: 40em) {
    .treeColumn__cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 24px;
      -webkit-column-gap: 4px;
              column-gap: 4px; } }
  @media (min-width: 62.5em) {
    .treeColumn__cards {
      grid-template-columns: repeat(3, 1fr);
      -webkit-column-gap: 4px;
              column-gap: 4px; } }
  .treeColumn__card {
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25); }
  .treeColumn__image {
    aspect-ratio: 4 / 3;
    width: 100%; }
    .treeColumn__image img {
      aspect-ratio: 4 / 3;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .treeColumn .box__content {
    padding: 16px 24px; }
  .treeColumn .box__title {
    color: #0D4682;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
    margin-bottom: 24px; }
  .treeColumn .box__text,
  .treeColumn .box__text p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */ }
    .treeColumn .box__text:last-of-type, .treeColumn .box__text:last-child,
    .treeColumn .box__text p:last-of-type,
    .treeColumn .box__text p:last-child {
      margin-bottom: 0; }

.contentBlock {
  padding: 40px 20px; }
  @media (min-width: 40em) {
    .contentBlock {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .contentBlock {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .contentBlock {
      padding: 32px 120px; } }
  @media (min-width: 40em) {
    .contentBlock__inner {
      padding: 48px 0px; } }
  @media (min-width: 75em) {
    .contentBlock__inner {
      padding: 32px 0px; } }
  .contentBlock__title {
    margin-bottom: 32px; }
  .contentBlock__leadText {
    margin-bottom: 32px; }
  .contentBlock__text {
    margin-bottom: 32px; }

.contentwithCards__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px; }
  @media (min-width: 75em) {
    .contentwithCards__cards {
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 20px;
              column-gap: 20px; } }

.contentwithCards__card {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); }
  @media (min-width: 40em) {
    .contentwithCards__card {
      display: flex;
      align-items: center; } }
  @media (min-width: 75em) {
    .contentwithCards__card {
      align-items: flex-start; } }

.contentwithCards__card_icon {
  width: 64px;
  height: 64px;
  margin: 24px; }
  @media (min-width: 75em) {
    .contentwithCards__card_icon {
      width: 144px;
      height: 144px;
      margin: 16px 24px; } }
  .contentwithCards__card_icon img {
    max-width: 64px; }
    @media (min-width: 75em) {
      .contentwithCards__card_icon img {
        max-width: 144px; } }

.contentwithCards__card_content {
  padding: 0 24px 24px; }
  @media (min-width: 40em) {
    .contentwithCards__card_content {
      padding: 24px; } }
  @media (min-width: 75em) {
    .contentwithCards__card_content {
      padding: 16px 24px; } }
  .contentwithCards__card_content .box__title {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 120%;
    /* 25.2px */
    margin-bottom: 12px; }
    @media (min-width: 75em) {
      .contentwithCards__card_content .box__title {
        font-size: 25px; } }

.mediaBlock {
  padding: 40px 20px; }
  @media (min-width: 62.5em) {
    .mediaBlock {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .mediaBlock {
      padding: 32px 120px; } }
  @media (min-width: 62.5em) {
    .mediaBlock__inner {
      padding: 48px 0px; } }
  @media (min-width: 75em) {
    .mediaBlock__inner {
      padding: 32px 0px; } }
  .mediaBlock__video {
    position: relative;
    margin-bottom: 32px; }
    .mediaBlock__video video {
      aspect-ratio: 16 / 9;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .mediaBlock__video .play__arrow {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 4px solid #3FB498;
      background: #fff;
      cursor: pointer; }
      .mediaBlock__video .play__arrow svg {
        fill: #3FB498; }
      .mediaBlock__video .play__arrow.show {
        display: flex;
        justify-content: center;
        align-items: center; }
  .mediaBlock__image {
    margin-bottom: 32px; }
    .mediaBlock__image img {
      aspect-ratio: 16 / 9;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .mediaBlock__leadText {
    margin: 32px 0; }
  .mediaBlock__leadText,
  .mediaBlock__leadText p {
    font-size: 21px; }
    @media (min-width: 75em) {
      .mediaBlock__leadText,
      .mediaBlock__leadText p {
        font-size: 24px; } }
  .mediaBlock__text,
  .mediaBlock__text p {
    font-size: 18px; }
    @media (min-width: 75em) {
      .mediaBlock__text,
      .mediaBlock__text p {
        font-size: 20px; } }

.content {
  background-color: #fff;
  padding: 4rem 1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }

.content__tag {
  color: #0d4682;
  padding-bottom: 0.625rem;
  margin-bottom: 2rem; }
  .content__tag::after {
    display: block;
    content: '';
    height: 0.25rem;
    margin-top: 0.625rem;
    background: linear-gradient(to right, #0d4682 0%, #3fb498 100%); }

.content--lead {
  font-size: 1.25rem; }

.content--image .content__text {
  margin-bottom: 1rem; }

.content--image .content__image img {
  display: block;
  width: 100%; }

@media (min-width: 50em) {
  .content {
    padding-left: 0;
    padding-right: 0; }
    .content p {
      max-width: 66.10169%; }
  .content__tag::after {
    width: 44.0678%; }
  .content__inner {
    width: 83.05085%;
    margin: 0 auto; }
  .content--image p {
    max-width: none; }
  .content--image .content__inner {
    display: flex;
    align-items: center; }
  .content--image .content__text {
    width: 67.79661%;
    margin-right: 8.47458%;
    margin-bottom: 0; }
  .content--image .content__image {
    width: 23.72881%; }
    .content--image .content__image img {
      display: block;
      width: 100%; } }

.teaser {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.25rem;
  background: #F7F7F7; }
  .teaser:after {
    content: " ";
    display: block;
    clear: both; }
  .teaser p {
    color: #2a2525;
    margin-bottom: 0; }
  .teaser__title {
    margin-bottom: 32px; }
  .teaser__subtitle {
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    margin-bottom: 24px; }
  .teaser__button {
    display: block;
    margin-top: 24px; }

.teaser__content {
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }

.teaser__box {
  padding: 24px; }

.teaser__date {
  font-size: 0.875rem;
  color: #757575;
  margin-bottom: 1rem; }

.teaser__topic {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #0D4682; }

.teaser__image {
  display: block;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1; }

@media (min-width: 62.5em) {
  .teaser {
    padding: 4rem 5.4375rem; } }

@media (min-width: 75em) {
  .teaser {
    padding: 4rem 7.5rem; } }

@media (min-width: 75em) {
  .teaser__content {
    display: flex;
    flex-direction: row;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0.25rem solid #0d4682;
    border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
    border-image-slice: 1; }
  .teaser__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49.15254%;
    padding: 24px;
    margin-right: 1.69492%; }
  .teaser__image {
    height: 100%;
    border-bottom: 0; }
  .teaser__image_wrapper {
    width: 49.15254%;
    overflow: hidden; } }

.largeTeaser .teaser__topic {
  color: #0D4682;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px; }

.largeTeaser .teaser__text,
.largeTeaser .teaser__box p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%; }

.largeTeaser .teaser__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.icon-teaser {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  margin-bottom: 4rem;
  background: transparent; }
  .icon-teaser:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 40em) {
    .icon-teaser {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .icon-teaser {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .icon-teaser {
      padding: 32px 120px; } }
  .icon-teaser__title {
    text-align: left;
    padding: 40px 0 32px; }
    @media (min-width: 40em) {
      .icon-teaser__title {
        padding: 48px 0 32px; } }
    @media (min-width: 75em) {
      .icon-teaser__title {
        padding: 32px 40px; } }
  .icon-teaser__items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%; }
    @media (min-width: 40em) {
      .icon-teaser__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 75em) {
      .icon-teaser__items {
        grid-template-columns: repeat(3, 1fr); } }
  .icon-teaser__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25); }
    .icon-teaser__item:hover {
      border: 0.25rem solid #0d4682;
      border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
      border-image-slice: 1; }
  .icon-teaser__image {
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  .icon-teaser__link {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 8px;
            column-gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 40px;
    padding: 12px 24px;
    border: 2px solid #0d4682;
    font-size: 18px; }
    @media (min-width: 40em) {
      .icon-teaser__link {
        margin: 32px auto 48px; } }
    @media (min-width: 75em) {
      .icon-teaser__link {
        margin: 40px auto 32px; } }

.icon-teaser__box--text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1;
  padding: 24px; }
  .icon-teaser__box--text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: #0d4682;
    margin-bottom: 0; }
  .icon-teaser__box--text svg {
    width: 30px;
    height: 30px;
    fill: #0d4682; }

.box {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.1s ease-in-out;
  box-shadow: 0 0.625rem 0.3125rem -0.3125rem rgba(42, 37, 37, 0.25);
  background-color: #fff; }
  .box:hover {
    box-shadow: 0 1.875rem 0.9375rem -0.9375rem rgba(42, 37, 37, 0.25); }
  .box--simple {
    box-shadow: none; }
    .box--simple:hover {
      box-shadow: none; }
    .box--simple .box__content {
      padding-left: 0;
      padding-right: 0; }
  .box p {
    color: #2a2525;
    display: flex; }
    .box p .icon {
      flex: 0 0 auto;
      margin-right: 1.25rem; }

.box__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1; }

.box__content {
  background-color: #fff;
  padding: 0.5rem 0.5rem 1rem; }

.box__topic {
  font-size: 0.875rem;
  color: #757575;
  margin-bottom: 1rem; }

.box__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700; }

.box__more {
  margin-top: auto; }

@media (min-width: 62.5em) {
  .box--slider {
    width: 100%;
    margin-bottom: 0; }
    .box--slider:not(:nth-child(3n)) {
      margin-right: 0; }
  .box__content {
    padding: 1rem 1.5rem; }
  .box__title {
    font-size: 1.5625rem; } }

.box-slider {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
  margin: 0 auto;
  padding: 6.5rem 0 4rem; }
  .box-slider:after {
    content: " ";
    display: block;
    clear: both; }

.box-slider__item {
  display: flex;
  height: auto; }

.swiper-container {
  position: static; }
  .swiper-container .swiper-pagination-bullets {
    bottom: 0; }

.swiper-wrapper {
  margin-bottom: 3.5rem; }

.swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  background: transparent;
  border: 0.0625rem solid #0d4682;
  position: relative;
  margin: 0 0.25rem; }
  .swiper-pagination-bullet-active {
    background-color: #0d4682; }

.swiper-button-prev,
.swiper-button-next {
  display: none; }

@media (min-width: 50em) {
  .box-slider {
    padding: 6.5rem 8.47458% 4rem; } }

@media (min-width: 62.5em) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    background-image: none;
    width: auto;
    height: auto;
    background-color: #fff;
    border: 0.0625rem solid #2a2525;
    border-radius: 100%; }
    .swiper-button-prev .icon,
    .swiper-button-next .icon {
      fill: #2a2525;
      width: 2.5rem;
      height: 2.5rem; }
  .swiper-button-prev {
    left: 2.5rem; }
  .swiper-button-next {
    right: 2.5rem; } }

.hero {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background-color: #fff;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .hero:after {
    content: " ";
    display: block;
    clear: both; }
  .hero__video-container {
    position: relative;
    width: 100%;
    height: 340px;
    max-width: 90rem;
    margin: 0 auto; }
    @media (min-width: 50em) {
      .hero__video-container {
        height: 660px; } }
    .hero__video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      object-fit: cover;
      z-index: 0; }
    .hero__video-container .fullscreen__content-image {
      position: relative;
      width: 16.5625rem; }
      @media (min-width: 50em) {
        .hero__video-container .fullscreen__content-image {
          width: 34rem; } }
  .hero__video-inner {
    display: none;
    position: absolute; }
    @media (min-width: 50em) {
      .hero__video-inner {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 64px 87px; } }
  @media (min-width: 50em) and (min-width: 62.5em) {
    .hero__video-inner {
      padding: 64px 120px; } }
    .hero__video-inner .fullscreen__text {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 50em) {
        .hero__video-inner .fullscreen__text {
          width: 341px;
          height: 100%;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
      @media (min-width: 62.5em) {
        .hero__video-inner .fullscreen__text {
          width: 408px;
          padding: 32px; } }
    .hero__video-inner .hero__title {
      font-size: 25px;
      font-weight: 700;
      line-height: 110%;
      /* 27.5px */
      text-transform: uppercase !important;
      margin-bottom: 16px;
      color: #0D4682; }
    .hero__video-inner .hero__text {
      display: block;
      flex: 0 0 auto;
      font-size: 18px;
      font-weight: 400;
      line-height: 135%;
      /* 24.3px */
      width: 100%;
      margin: 0;
      padding: 0; }

.hero__text {
  padding: 2rem 1.25rem;
  width: 100%; }

.hero__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center; }

.hero__image-title {
  height: 2.1875rem; }

.hero__teaser {
  font-size: 0.875rem;
  color: #757575; }

.hero__map {
  width: 100%;
  height: 21.875rem;
  margin-bottom: 1.25rem; }

.hero__map-text {
  padding-top: 0.625rem; }

.hero__nav {
  margin-top: 2rem; }

.hero__nav-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.hero__nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0; }

.hero--small {
  padding-top: 2rem; }
  .hero--small .hero__text {
    padding: 0 1.25rem 2rem; }

.hero__nav_jobs {
  display: none; }
  @media (min-width: 75em) {
    .hero__nav_jobs {
      display: block; } }

.hero__text_subtitle {
  font-size: 21px;
  text-transform: none;
  font-weight: 400;
  line-height: 120%;
  /* 25.2px */
  margin-bottom: 32px; }

.hero__text_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */ }
  @media (min-width: 75em) {
    .hero__text_title {
      font-size: 40px; } }

.hero__content_section {
  background: #fff;
  padding: 16px 20px; }
  @media (min-width: 40em) {
    .hero__content_section {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .hero__content_section {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .hero__content_section {
      padding: 32px 120px; } }
  .hero__content_section-inner {
    padding: 40px 0px; }
    @media (min-width: 40em) {
      .hero__content_section-inner {
        padding: 48px 0px; } }
    @media (min-width: 75em) {
      .hero__content_section-inner {
        padding: 32px 0px; } }
  @media (min-width: 75em) {
    .hero__content_section .icon-teaser__link {
      margin: 0; } }

.hero__content {
  margin-bottom: 32px; }

@media (min-width: 50em) {
  .hero {
    display: flex;
    flex-direction: row; }
  .hero__text {
    flex: 1 1 auto;
    width: 40.67797%;
    padding: 1.25rem 0 1.25rem 8.47458%;
    margin-right: 1.69492%; }
  .hero__map {
    height: 34.375rem; }
  .hero__image {
    flex: 1 1 auto;
    display: block;
    width: 49.15254%;
    height: 100%; }
  .hero__image-title {
    height: 3.75rem; }
  .hero--small {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .hero--small .hero__text {
      width: 100%;
      padding: 0 8.47458%; } }

.timeline {
  padding: 4rem 0;
  background-color: #fff; }
  .timeline__inner {
    list-style-type: none;
    position: relative;
    padding: 1.25rem 1.25rem 0;
    margin: 0; }
    .timeline__inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 0.0625rem);
      height: 100%;
      width: 0.125rem;
      background: #0d4682; }
  .timeline__item {
    position: relative;
    margin: 3.125rem 0 6.25rem; }
    .timeline__item::after {
      clear: both;
      content: '';
      display: table; }
    .timeline__item::before {
      content: '';
      position: absolute;
      top: -3.125rem;
      left: calc(50% - 1.0625rem);
      height: 2.125rem;
      width: 2.125rem;
      border: 0.3125rem solid #fff;
      border-radius: 100%;
      background-color: #3fb498; }
    .timeline__item:last-child {
      margin-bottom: 2.5rem; }
  .timeline__box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(42, 37, 37, 0.25); }
    .timeline__box::after {
      clear: both;
      content: '';
      display: table; }
  .timeline__content {
    padding: 0.625rem; }
    .timeline__content p {
      margin-bottom: 1.25rem; }
  .timeline__date {
    position: absolute;
    top: -2.5rem;
    font-size: 0.875rem;
    color: #3fb498; }
  .timeline__break {
    position: relative;
    text-align: center;
    margin: 0; }
  .timeline li:nth-child(n+4) {
    display: none; }
  .timeline--show-all .timeline__inner {
    padding-bottom: 1.25rem; }
  .timeline--show-all .timeline__break {
    display: none; }
  .timeline--show-all li:nth-child(n+4) {
    display: block; }
  .timeline__toggler {
    color: #0d4682;
    margin-bottom: 0; }

@media (min-width: 50em) {
  .timeline {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
    .timeline:after {
      content: " ";
      display: block;
      clear: both; }
    .timeline__inner {
      margin: 0 8.47458%; }
    .timeline__item {
      position: relative;
      margin-bottom: 0; }
      .timeline__item:not(:first-child) {
        margin-top: 6.25rem; }
      .timeline__item::before {
        top: 0.3125rem; }
    .timeline__break {
      margin-top: 3.125rem; }
    .timeline__box {
      margin-left: 0;
      width: 38.77551%; }
      .timeline__box::before {
        content: '';
        display: block;
        position: absolute;
        top: 1.25rem;
        left: 105%;
        height: 0.0625rem;
        width: 13.26531%;
        background-color: #3fb498; }
      .timeline__item:nth-child(even) .timeline__box {
        float: right; }
        .timeline__item:nth-child(even) .timeline__box::before {
          left: auto;
          right: 105%; }
    .timeline__date {
      position: absolute;
      width: 100%;
      left: 143.87755%;
      top: 0.375rem;
      font-size: 1.75rem; }
      .timeline__item:nth-child(even) .timeline__date {
        left: auto;
        right: 143.87755%;
        text-align: right; }
    .timeline__title {
      font-size: 1.75rem; }
    .timeline__content {
      padding: 1.25rem; }
      .timeline__content p {
        margin-bottom: 1.25rem; } }

.location {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 4rem 1.25rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .location:after {
    content: " ";
    display: block;
    clear: both; }

.location__item:not(:last-child) {
  margin-bottom: 4rem; }

.location__text {
  margin-bottom: 2rem; }

.location__frame {
  height: 18.75rem; }

.location__button {
  margin: 2rem 0 0 0; }

@media (min-width: 50em) {
  .location {
    padding-left: 0;
    padding-right: 0; }
  .location__inner {
    width: 83.05085%;
    margin: 0 auto; }
  .location__item {
    display: flex; }
  .location__text {
    width: 42.37288%;
    padding-right: 1.69492%;
    margin-bottom: 0; }
  .location__frame {
    width: 57.62712%;
    min-height: 25rem; } }

.vacancies {
  background: #fff;
  padding: 40px 20px; }
  @media (min-width: 40em) {
    .vacancies {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .vacancies {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .vacancies {
      padding: 32px 120px; } }
  @media (min-width: 40em) {
    .vacancies__inner {
      padding: 48px 0px; } }
  @media (min-width: 75em) {
    .vacancies__inner {
      padding: 32px 0px; } }
  .vacancies__tabs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4px; }
    @media (min-width: 40em) {
      .vacancies__tabs {
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 4px;
                column-gap: 4px; } }
    @media (min-width: 62.5em) {
      .vacancies__tabs {
        -webkit-column-gap: 20px;
                column-gap: 20px; } }
    .vacancies__tabs_item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px 20px;
      border: 2px solid #0D4682;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      color: #0D4682;
      font-size: 18px;
      font-weight: 400;
      line-height: 120%;
      /* 21.6px */ }
      .vacancies__tabs_item.tab--active {
        border: 2px solid #3FB498;
        color: #3FB498; }
  .vacancies__table {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    padding: 20px 0; }
    @media (min-width: 62.5em) {
      .vacancies__table {
        grid-template-columns: repeat(2, 1fr); } }
  .vacancies__card {
    border-top: 0.25rem solid #0d4682;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
    border-image-slice: 1;
    padding: 0 24px;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
    display: none;
    overflow: hidden;
    transition: all 0.3s linear; }
    .vacancies__card.active {
      display: block;
      padding: 24px; }
    .vacancies__card_subtitle {
      color: rgba(0, 0, 0, 0.6);
      font-size: 14px;
      font-weight: 400;
      line-height: 120%;
      /* 16.8px */
      text-transform: uppercase; }
    .vacancies__card_title {
      padding: 16px 0;
      color: #0D4682;
      font-size: 18px;
      font-weight: 700;
      line-height: 120%;
      /* 21.6px */ }

.fullscreen {
  position: relative;
  height: 28.125rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25);
  background-color: #f7f7f7;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden; }

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

.fullscreen__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(42, 37, 37, 0.25);
  z-index: 1; }

.fullscreen__content-image {
  width: 16.5625rem; }

@media (min-width: 40em) {
  .fullscreen {
    height: 35rem;
    padding: 0 8.47458%; }
  .fullscreen__content-image {
    width: 20rem; } }

@media (min-width: 50em) {
  .fullscreen__content-image {
    width: 25rem; } }

@media (min-width: 62.5em) {
  .fullscreen__content-image {
    width: auto;
    height: 100%; } }

@media (min-width: 75em) {
  .fullscreen {
    height: 41.25rem; }
  .fullscreen__text {
    width: 57.62712%; } }

.contact {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25);
  padding: 4rem 0; }

.contact__inner {
  padding: 0 1.25rem; }

.contact__checkboxes {
  margin-bottom: 2rem; }

.contact__checkbox {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem; }

.contact__inputs {
  margin-bottom: 1rem; }

.contact__input:not(:last-child) {
  margin-bottom: 1rem; }

.contact__submit {
  margin-top: 1rem; }

@media (min-width: 50em) {
  .contact__inner {
    width: 83.05085%;
    margin: 0 auto;
    padding: 0; }
  .contact__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .contact__checkboxes {
    display: flex;
    width: 100%; }
  .contact__checkbox {
    flex: 1 1 0;
    margin-bottom: 0; }
    .contact__checkbox:not(:last-child) {
      margin-right: 1.69492%; }
  .contact__inputs {
    width: 32.20339%;
    margin-right: 1.69492%;
    margin-bottom: 0; }
  .contact__message {
    display: flex;
    flex-direction: column;
    width: 66.10169%; }
    .contact__message textarea {
      flex: 1 1 auto; }
  .contact__submit {
    margin-top: 2rem;
    margin-bottom: 0; } }

.contactBlock {
  padding: 16px 20px; }
  @media (min-width: 40em) {
    .contactBlock {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .contactBlock {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .contactBlock {
      padding: 32px 120px; } }
  @media (min-width: 62.5em) {
    .contactBlock__wrapper {
      display: flex; } }
  .contactBlock__title {
    margin-bottom: 32px; }
  .contactBlock__left_wrapper {
    background: #0D4682;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 32px 24px; }
    @media (min-width: 62.5em) {
      .contactBlock__left_wrapper {
        flex-direction: row;
        width: 50%; } }
  .contactBlock__left_content {
    padding: 16px; }
    @media (min-width: 62.5em) {
      .contactBlock__left_content {
        padding: 0;
        padding-left: 24px; } }
  .contactBlock__right_wrapper {
    padding: 24px 16px;
    background: rgba(13, 70, 130, 0.1); }
    @media (min-width: 62.5em) {
      .contactBlock__right_wrapper {
        width: 50%;
        padding: 48px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .contactBlock__name {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 120%;
    /* 25.2px */ }
  .contactBlock__position {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */ }
  .contactBlock__phone, .contactBlock__email {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .contactBlock__phone:hover, .contactBlock__email:hover {
      color: #3fb498; }
    .contactBlock__phone svg, .contactBlock__email svg {
      width: 32px;
      height: 32px;
      margin-right: 16px; }
  .contactBlock__phone {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 135%;
    /* 32.4px */
    margin-bottom: 16px; }
    .contactBlock__phone span {
      display: block;
      font-size: 14.4px;
      font-weight: 400;
      line-height: 135%;
      /* 19.44px */ }
  .contactBlock__email {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    /* 24.3px */ }
  .contactBlock__image {
    aspect-ratio: 1 / 1;
    width: 160px;
    border-radius: 50%;
    overflow: hidden; }
    .contactBlock__image img {
      aspect-ratio: 1 / 1;
      width: 160px;
      object-fit: cover;
      object-position: center; }

.category {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.25rem 4rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .category:after {
    content: " ";
    display: block;
    clear: both; }

.category__item:not(:last-child) {
  margin-bottom: 2rem; }

.category__companys {
  display: flex;
  align-items: center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1;
  padding-bottom: 0.625rem;
  margin-bottom: 2rem; }

.category__company {
  padding-right: 0.9375rem; }
  .category__company:not(:last-child) {
    border-right: 0.125rem solid #0d4682;
    margin-right: 0.9375rem; }

.category__image {
  width: 100%; }

@media (min-width: 62.5em) {
  .category {
    padding-left: 8.47458%;
    padding-right: 8.47458%; }
  .category__item {
    display: flex; }
  .category__content {
    width: 49.15254%;
    margin-right: 1.69492%; }
  .category__image {
    width: 49.15254%;
    height: 100%; } }

.story {
  padding: 0 1.25rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }

.story__inner {
  display: block;
  background-color: #fff; }

.story__image {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1;
  -webkit-filter: blur(0.3125rem);
          filter: blur(0.3125rem);
  transition: all 0.3s ease-in-out; }
  .story__image.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

.story__text {
  text-align: center;
  padding: 2rem 6.77966%; }
  .story__text p {
    color: #2a2525; }

@media (min-width: 50em) {
  .story {
    padding: 0;
    margin-left: 8.47458%;
    margin-right: 8.47458%; } }

.services {
  background: #FFF;
  padding: 32px 20px; }
  @media (min-width: 62.5em) {
    .services {
      padding: 32px 87px; } }
  @media (min-width: 75em) {
    .services {
      padding: 32px 120px; } }
  .services__outer {
    padding: 40px 0; }
    @media (min-width: 40em) {
      .services__outer {
        padding: 48px 0; } }
    @media (min-width: 75em) {
      .services__outer {
        padding: 32px 0px; } }
  .services__inner {
    display: flex; }
    @media (min-width: 75em) {
      .services__inner {
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25); }
        .services__inner:hover {
          border: 0.25rem solid #0d4682;
          border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
          border-image-slice: 1; } }
  .services__images {
    position: relative;
    display: none; }
    @media (min-width: 75em) {
      .services__images {
        display: block;
        width: 100%; } }
  .services__image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
    .services__image.active {
      position: relative;
      z-index: 1; }
  .services__links {
    width: 100%; }
    @media (min-width: 75em) {
      .services__links {
        width: 440px; } }
  .services__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-column-gap: 12px;
            column-gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s linear; }
    @media (min-width: 75em) {
      .services__link {
        width: 440px;
        height: 110px;
        padding: 16px 16px 16px 32px; }
        .services__link:hover {
          background-color: #3fb498; }
          .services__link:hover .services__link_title {
            color: #fff; }
          .services__link:hover svg {
            fill: #FFF; }
          .services__link:hover .services__link_text {
            max-height: 100px; } }
    .services__link_wrapper {
      width: calc(100% - 48px); }
    .services__link_title {
      font-size: 25px;
      font-weight: 700;
      line-height: 120%; }
    .services__link_text {
      font-size: 18px;
      font-weight: 400;
      line-height: 135%;
      color: #000;
      transition: all 0.5s linear; }
      @media (min-width: 75em) {
        .services__link_text {
          max-height: 0px;
          color: #fff;
          overflow: hidden;
          transition: all 0.5s linear; } }
    .services__link svg {
      width: 48px;
      height: 48px;
      fill: #0d4682; }

.download {
  padding: 16px 20px; }
  @media (min-width: 40em) {
    .download {
      padding: 24px 20px; } }
  @media (min-width: 62.5em) {
    .download {
      padding: 24px 87px; } }
  @media (min-width: 75em) {
    .download {
      padding: 32px 120px; } }
  .download__inner {
    background: #0d4682;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 16px; }
    @media (min-width: 62.5em) {
      .download__inner {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding: 48px; } }
  .download h2 {
    color: #fff; }
    @media (min-width: 62.5em) {
      .download h2 {
        margin-bottom: 0; } }
  .download__buttons {
    margin-top: 24px;
    text-align: center; }
    @media (min-width: 62.5em) {
      .download__buttons {
        text-align: right;
        margin-top: 0; } }
  .download__btn {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border: 2px solid #fff;
    display: inline-block; }
    @media (min-width: 62.5em) {
      .download__btn {
        padding: 32px; } }

.facts {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 4rem 1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .facts:after {
    content: " ";
    display: block;
    clear: both; }

.facts__item {
  text-align: center;
  padding: 2rem 1.25rem 0; }
  .facts__item p {
    margin-bottom: 0; }

.facts__image {
  margin-bottom: 2rem; }

@media (min-width: 40em) {
  .facts {
    padding-left: 8.47458%;
    padding-right: 8.47458%; }
  .facts__inner {
    display: flex;
    flex-wrap: wrap; }
  .facts__item {
    width: 49.15254%;
    margin-right: 1.69492%; }
    .facts__item:nth-child(2n+2) {
      margin-right: 0; } }

@media (min-width: 62.5em) {
  .facts__item {
    flex: 1 0 0;
    width: 23.72881%; }
    .facts__item:nth-child(2n+2) {
      margin-right: 1.69492%; }
    .facts__item:last-child {
      margin-right: 0; } }

.sticky-buttons {
  opacity: 0;
  max-height: 0;
  width: 100%;
  position: fixed;
  bottom: 0.625rem;
  text-align: right;
  transition: all 0.3s ease-in-out; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-buttons {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0.5rem;
      margin-bottom: -1rem; } }
  .sticky-buttons__inner {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }
    .sticky-buttons__inner:after {
      content: " ";
      display: block;
      clear: both; }

.sticky-buttons__icon {
  width: 2.375rem;
  height: 2.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0d4682; }
  .sticky-buttons__icon .icon {
    fill: #fff;
    width: 1.25rem;
    height: 1.25rem; }
  .sticky-buttons__icon:not(last-child) {
    margin-right: 0.5rem; }

@media (min-width: 50em) {
  .sticky-buttons__inner {
    padding-right: 7.5rem; }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
      .sticky-buttons__inner {
        padding-right: 0; } } }

.header--not-top .sticky-buttons {
  opacity: 1;
  max-height: 2.375rem; }

.header {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.25rem solid #0d4682;
  border-image: linear-gradient(to right, #0d4682 0%, #3fb498 100%);
  border-image-slice: 1;
  z-index: 99;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
  .header:after {
    content: " ";
    display: block;
    clear: both; }

.header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem; }

.header__logo {
  margin-top: 0.25rem; }

.header__content {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0d4682;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 2rem 0 1.25rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(42, 37, 37, 0.5); }

.header__meta {
  order: 2;
  padding: 0 1.25rem; }

.header__nav {
  order: 1;
  margin-bottom: 1rem; }

.header__toggle {
  position: relative;
  width: 1.375rem;
  height: 0.875rem;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 9999;
  outline: none; }
  .header__toggle span {
    display: block;
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background: #2a2525;
    border-radius: 0.5625rem;
    left: 0;
    transition: 0.25s ease-in-out; }
    .header__toggle span:nth-child(1) {
      top: 0; }
    .header__toggle span:nth-child(2), .header__toggle span:nth-child(3) {
      top: 0.375rem; }
    .header__toggle span:nth-child(4) {
      top: 0.75rem; }
  .header__toggle:hover > span {
    background: #2a2525; }

.header--open .header__content {
  display: flex; }

.header--open .header__toggle {
  /* stylelint-disable selector-max-specificity */
  /* stylelint-enable */ }
  .header--open .header__toggle span:nth-child(1) {
    top: 0;
    width: 0%;
    left: 50%; }
  .header--open .header__toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header--open .header__toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .header--open .header__toggle span:nth-child(4) {
    top: 0.75rem;
    width: 0%;
    left: 50%; }

@media (min-width: 75em) {
  .header__inner {
    width: 83.05085%;
    margin: 0 auto;
    padding: 0; }
  .header__toggle {
    display: none; }
  .header__content {
    position: static;
    display: flex;
    flex-direction: column;
    width: auto;
    background-color: inherit;
    padding: 0;
    -webkit-transform: inherit;
            transform: inherit;
    box-shadow: none; }
  .header__meta {
    display: flex;
    order: 1;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    max-height: 2.5rem;
    transition: all 0.3s ease-in-out; }
  .header__nav {
    order: 2;
    margin-top: 1.5625rem;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out; }
  .header--fixed .header__meta {
    max-height: 0;
    opacity: 0;
    visibility: hidden; }
  .header--fixed .header__nav {
    order: 2;
    margin-top: 1rem;
    margin-bottom: 0; } }

.header .header__content {
  display: none; }
  @media (min-width: 75em) {
    .header .header__content {
      display: block; } }

.header .header__content_mobile {
  display: block;
  position: absolute;
  right: 0; }
  @media (min-width: 75em) {
    .header .header__content_mobile {
      display: none; } }

.header .hamburger-menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 40px;
  right: 0;
  padding: 24px 0 40px;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  background: #fff;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  z-index: 10;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25); }
  @media (min-width: 40em) {
    .header .hamburger-menu {
      width: 360px; } }
  @media (min-width: 40em) {
    .header .hamburger-menu.active {
      -webkit-transform: translate(-360px, 0%) !important;
              transform: translate(-360px, 0%) !important; } }
  .header .hamburger-menu .nav__separator {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 8px 66px; }
  .header .hamburger-menu .main-nav__link {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    text-transform: uppercase;
    padding: 16px 32px 16px 66px; }
    .header .hamburger-menu .main-nav__link:hover {
      color: #0d4682; }
    .header .hamburger-menu .main-nav__link--active {
      color: #3FB498; }
    .header .hamburger-menu .main-nav__link.main-nav__link_sub {
      padding: 16px 32px; }
      .header .hamburger-menu .main-nav__link.main-nav__link_sub svg {
        margin-left: 0;
        margin-right: 8px; }
    .header .hamburger-menu .main-nav__link svg {
      margin-left: 8px; }
    .header .hamburger-menu .main-nav__link.main-nav__link_submenu {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 18.9px;
      /* 135% */
      text-transform: none;
      padding: 12px 32px 12px 66px; }
      .header .hamburger-menu .main-nav__link.main-nav__link_submenu.main-nav__link--active {
        color: #3FB498; }
  .header .hamburger-menu .meta-nav__link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    padding: 8px 32px 8px 66px; }
    .header .hamburger-menu .meta-nav__link:hover {
      color: #0d4682; }
  .header .hamburger-menu .language-nav {
    padding: 0 66px; }
  .header .hamburger-menu .language-nav__link {
    padding: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */ }
    .header .hamburger-menu .language-nav__link--active {
      color: #0D4682; }
    .header .hamburger-menu .language-nav__link:hover {
      color: #0d4682; }
  .header .hamburger-menu__submenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 24px 0 40px;
    overflow-y: scroll; }
  .header .hamburger-menu__item--back {
    min-width: auto;
    max-width: none;
    position: relative;
    display: block; }
    @media (min-width: 40em) {
      .header .hamburger-menu__item--back {
        display: none; } }
  .header .hamburger-menu__item.has-children .hamburger-menu__submenu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
    transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
    background: #fff;
    z-index: 11; }
    @media (min-width: 40em) {
      .header .hamburger-menu__item.has-children .hamburger-menu__submenu {
        opacity: 0;
        width: 360px;
        -webkit-transform: translate(calc(360px), 0);
                transform: translate(calc(360px), 0); } }
    .header .hamburger-menu__item.has-children .hamburger-menu__submenu.active {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      @media (min-width: 40em) {
        .header .hamburger-menu__item.has-children .hamburger-menu__submenu.active {
          opacity: 1;
          -webkit-transform: translate(calc(360px), 0);
                  transform: translate(calc(360px), 0);
          z-index: 10; } }

.header.active .hamburger-menu {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease; }

.header.active .header__logo_a svg {
  fill: white; }

.footer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #0d4682;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25);
  margin-top: 4rem; }
  .footer:after {
    content: " ";
    display: block;
    clear: both; }
  .footer p {
    color: #fff; }

.footer__inner {
  padding: 3.125rem 1.25rem; }

.footer__box:not(:last-child) {
  margin-bottom: 4rem; }

.footer__logo {
  display: block; }
  .footer__logo:not(:last-child) {
    margin-bottom: 1.875rem; }

.footer__link {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  white-space: pre; }
  .footer__link:not(:last-child) {
    margin-bottom: 0.625rem; }
  .footer__link:active {
    color: #fff; }

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

.footer__social .icon {
  color: #fff; }

@media (min-width: 50em) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    width: 83.05085%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .footer__box:not(:last-child) {
    margin-bottom: 0; } }

.boxes {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem; }
  .boxes:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 62.5em) {
    .boxes {
      padding: 1.5rem 5.4375rem; } }
  @media (min-width: 75em) {
    .boxes {
      padding: 2rem 7.5rem; } }
  .boxes h2 {
    margin-bottom: 32px; }
  .boxes--wide {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    box-shadow: 0 0.125rem 0.25rem rgba(42, 37, 37, 0.25); }
    @media (min-width: 50em) {
      .boxes--wide {
        padding-left: 8.47458%;
        padding-right: 8.47458%; } }
  .boxes .box__content {
    padding: 16px 24px; }
    .boxes .box__content p {
      font-size: 18px;
      font-weight: 400;
      line-height: 135%;
      /* 24.3px */
      margin-bottom: 16px; }
  .boxes .box__title {
    color: #0D4682;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
    margin-bottom: 24px; }

.linkTeasers__inner {
  padding: 2.5rem 0rem; }
  @media (min-width: 62.5em) {
    .linkTeasers__inner {
      padding: 3rem 0rem; } }
  @media (min-width: 75em) {
    .linkTeasers__inner {
      padding: 2rem 0rem; } }

.boxes__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px; }
  @media (min-width: 40em) {
    .boxes__inner {
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 4px;
              column-gap: 4px; } }
  @media (min-width: 62.5em) {
    .boxes__inner {
      grid-template-columns: repeat(3, 33%); } }
  @media (min-width: 75em) {
    .boxes__inner {
      -webkit-column-gap: 20px;
              column-gap: 20px; } }
