@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider--vacancies {
  margin: 0 -12px;
}
.slick-slider--vacancies .slick-slide {
  padding: 0 12px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
::-moz-selection {
  background: #b3d4fc;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  color: #FFF;
  text-shadow: none;
}

/*
 * Flexbox grid
*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  z-index: 9;
  max-width: 1600px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0px 80px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0px 0px;
  }
}

.icon-search {
  background-image: url("/img/sprite.png?v2");
  background-position: 0px 0px;
  width: 36px;
  height: 35px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container-small {
  max-width: 1414px;
}

.container-vacancy {
  margin-top: 104px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-js .row {
  display: flex !important;
}

.row.reverse {
  flex-direction: row-reverse;
}

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

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

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

.around-xs {
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.grid {
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 88px;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
@media (min-width: 375px) {
  .grid {
    -moz-column-gap: calc(1.155234657vw + 3.6678700361px);
         column-gap: calc(1.155234657vw + 3.6678700361px);
  }
}
@media (min-width: 1760px) {
  .grid {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 375px) {
  .grid {
    row-gap: calc(2.1660649819vw + 79.8772563177px);
  }
}
@media (min-width: 1760px) {
  .grid {
    row-gap: 118px;
  }
}

.grid__column--span-4 {
  grid-column: span 4;
}
@media (max-width: 1100px) {
  .grid__column--span-4 {
    grid-column: span 6;
  }
}
@media (max-width: 600px) {
  .grid__column--span-4 {
    grid-column: span 12;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  margin: 0 0 30px;
}

.content {
  width: 100%;
  max-width: 974px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 0 30px;
  }
}
.content h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 375px) {
  .content h2 {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .content h2 {
    font-size: 32px;
  }
}
.content h2:after {
  display: none;
}
.content p {
  font-size: 14px;
  color: rgba(10, 31, 51, 0.67);
  line-height: 2.25;
}
@media (min-width: 375px) {
  .content p {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .content p {
    font-size: 16px;
  }
}
.content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: rgba(10, 31, 51, 0.67);
  line-height: 2.25;
}
@media (min-width: 375px) {
  .content ul li {
    margin-top: calc(0.1632653061vw + 7.387755102px);
  }
}
@media (min-width: 1600px) {
  .content ul li {
    margin-top: 10px;
  }
}
@media (min-width: 375px) {
  .content ul li {
    margin-bottom: calc(0.1632653061vw + 7.387755102px);
  }
}
@media (min-width: 1600px) {
  .content ul li {
    margin-bottom: 10px;
  }
}
@media (min-width: 375px) {
  .content ul li {
    padding-left: calc(0.3265306122vw + 18.7755102041px);
  }
}
@media (min-width: 1600px) {
  .content ul li {
    padding-left: 24px;
  }
}
.content ul li::before {
  top: 11px;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background-color: #3399FF;
  position: absolute;
  left: 0;
}
@media (min-width: 375px) {
  .content ul li::before {
    top: calc(0.1632653061vw + 10.387755102px);
  }
}
@media (min-width: 1600px) {
  .content ul li::before {
    top: 13px;
  }
}
@media (min-width: 375px) {
  .content ul li::before {
    width: calc(0.1632653061vw + 5.387755102px);
  }
}
@media (min-width: 1600px) {
  .content ul li::before {
    width: 8px;
  }
}
@media (min-width: 375px) {
  .content ul li::before {
    height: calc(0.1632653061vw + 5.387755102px);
  }
}
@media (min-width: 1600px) {
  .content ul li::before {
    height: 8px;
  }
}
.content figure {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 375px) {
  .content figure {
    margin-top: calc(1.306122449vw + 27.1020408163px);
  }
}
@media (min-width: 1600px) {
  .content figure {
    margin-top: 48px;
  }
}
@media (min-width: 375px) {
  .content figure {
    margin-bottom: calc(1.306122449vw + 27.1020408163px);
  }
}
@media (min-width: 1600px) {
  .content figure {
    margin-bottom: 48px;
  }
}
.content ul + .btn,
.content p + .btn {
  margin-top: 32px;
}
@media (min-width: 375px) {
  .content ul + .btn,
  .content p + .btn {
    margin-top: calc(1.9591836735vw + 24.6530612245px);
  }
}
@media (min-width: 1600px) {
  .content ul + .btn,
  .content p + .btn {
    margin-top: 56px;
  }
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font: 400 16px/30px;
  color: #000;
  background: #fff;
  min-width: 280px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
}

hr {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  margin: 1em 0;
}

blockquote::before {
  content: "“ ";
}
blockquote::after {
  content: " “";
}

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

label {
  cursor: pointer;
}

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

.relative {
  position: relative;
}

.no-margin {
  margin: 0;
}

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

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

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

.breadcrumbs {
  margin-bottom: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.1;
  color: #0A1F33;
  position: relative;
  z-index: 100;
}
.breadcrumbs a {
  font-weight: bold;
  text-decoration: underline;
}

.breadcrumbs__divider {
  margin: 0 8px;
}

.simple-banner {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 48px;
}

.simple-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  z-index: 2;
  position: relative;
  padding: clamp(1rem, 0.7881rem + 0.904vw, 1.5rem) 95px;
  background: #3399ff;
}
@media (max-width: 767px) {
  .simple-banner__inner {
    padding: clamp(1rem, 0.7881rem + 0.904vw, 1.5rem) 30px;
  }
}

.simple-banner__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: clamp(0.5rem, 0.2352rem + 1.1299vw, 1.125rem);
}
.simple-banner__content button {
  z-index: 10;
}

.simple-banner__title {
  font-size: clamp(2rem, 1.7292rem + 1.1552vw, 3rem);
  font-family: kaneda-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.simple-banner__subtitle {
  font-size: clamp(0.875rem, 0.7691rem + 0.452vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  color: white;
}

.btn-contrast:after {
  border-bottom: 64px solid #3399ff !important;
}

.form input[type=text],
.form input[type=url],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  height: 64px;
  width: 100%;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 1;
  color: black;
  background-color: #fff;
  vertical-align: middle;
  border: 1px #E1E6EB solid;
  border-radius: 0;
  transition: border 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 375px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    height: calc(0.6530612245vw + 53.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    height: 64px;
  }
}
@media (min-width: 375px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    padding-left: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    padding-left: 32px;
  }
}
@media (min-width: 375px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    padding-right: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form input[type=text],
  .form input[type=url],
  .form input[type=date],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea {
    padding-right: 32px;
  }
}
.form input[type=text]:focus,
.form input[type=url]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
}
.form input[type=text]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #848E99;
}
.form input[type=text]::placeholder,
.form input[type=url]::placeholder,
.form input[type=date]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #848E99;
}
.form input[type=text]:disabled,
.form input[type=url]:disabled,
.form input[type=date]:disabled,
.form input[type=email]:disabled,
.form input[type=tel]:disabled,
.form select:disabled,
.form textarea:disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.form input[type=text]::-ms-expand,
.form input[type=url]::-ms-expand,
.form input[type=date]::-ms-expand,
.form input[type=email]::-ms-expand,
.form input[type=tel]::-ms-expand,
.form select::-ms-expand,
.form textarea::-ms-expand {
  display: none;
}
.form input[type=text][type=number],
.form input[type=url][type=number],
.form input[type=date][type=number],
.form input[type=email][type=number],
.form input[type=tel][type=number],
.form select[type=number],
.form textarea[type=number] {
  -moz-appearance: textfield;
}
.form input[type=text][type=password],
.form input[type=url][type=password],
.form input[type=date][type=password],
.form input[type=email][type=password],
.form input[type=tel][type=password],
.form select[type=password],
.form textarea[type=password] {
  padding-right: 50px;
}
.form input[type=text]::-webkit-outer-spin-button, .form input[type=text]::-webkit-inner-spin-button,
.form input[type=url]::-webkit-outer-spin-button,
.form input[type=url]::-webkit-inner-spin-button,
.form input[type=date]::-webkit-outer-spin-button,
.form input[type=date]::-webkit-inner-spin-button,
.form input[type=email]::-webkit-outer-spin-button,
.form input[type=email]::-webkit-inner-spin-button,
.form input[type=tel]::-webkit-outer-spin-button,
.form input[type=tel]::-webkit-inner-spin-button,
.form select::-webkit-outer-spin-button,
.form select::-webkit-inner-spin-button,
.form textarea::-webkit-outer-spin-button,
.form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=text],
.form input[type=url],
.form input[type=email],
.form input[type=tel] {
  transition: padding-top 0.2s;
}
.form input[type=text]:focus, .form input[type=text].has-content,
.form input[type=url]:focus,
.form input[type=url].has-content,
.form input[type=email]:focus,
.form input[type=email].has-content,
.form input[type=tel]:focus,
.form input[type=tel].has-content {
  padding-top: 16px;
}
.form input[type=text]:focus + .form__label, .form input[type=text].has-content + .form__label,
.form input[type=url]:focus + .form__label,
.form input[type=url].has-content + .form__label,
.form input[type=email]:focus + .form__label,
.form input[type=email].has-content + .form__label,
.form input[type=tel]:focus + .form__label,
.form input[type=tel].has-content + .form__label {
  left: 24px;
  top: 6px;
  font-size: 12px;
}
@media (min-width: 375px) {
  .form input[type=text]:focus + .form__label, .form input[type=text].has-content + .form__label,
  .form input[type=url]:focus + .form__label,
  .form input[type=url].has-content + .form__label,
  .form input[type=email]:focus + .form__label,
  .form input[type=email].has-content + .form__label,
  .form input[type=tel]:focus + .form__label,
  .form input[type=tel].has-content + .form__label {
    left: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form input[type=text]:focus + .form__label, .form input[type=text].has-content + .form__label,
  .form input[type=url]:focus + .form__label,
  .form input[type=url].has-content + .form__label,
  .form input[type=email]:focus + .form__label,
  .form input[type=email].has-content + .form__label,
  .form input[type=tel]:focus + .form__label,
  .form input[type=tel].has-content + .form__label {
    left: 32px;
  }
}
@media (min-width: 375px) {
  .form input[type=text]:focus + .form__label, .form input[type=text].has-content + .form__label,
  .form input[type=url]:focus + .form__label,
  .form input[type=url].has-content + .form__label,
  .form input[type=email]:focus + .form__label,
  .form input[type=email].has-content + .form__label,
  .form input[type=tel]:focus + .form__label,
  .form input[type=tel].has-content + .form__label {
    top: calc(0.1632653061vw + 5.387755102px);
  }
}
@media (min-width: 1600px) {
  .form input[type=text]:focus + .form__label, .form input[type=text].has-content + .form__label,
  .form input[type=url]:focus + .form__label,
  .form input[type=url].has-content + .form__label,
  .form input[type=email]:focus + .form__label,
  .form input[type=email].has-content + .form__label,
  .form input[type=tel]:focus + .form__label,
  .form input[type=tel].has-content + .form__label {
    top: 8px;
  }
}
.form textarea {
  height: 164px;
}
.form select {
  background-image: url("/img/arrow-dropdown.svg");
  background-size: 8px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.form .radio {
  padding-right: 24px;
  padding-left: 24px;
  height: 56px;
  width: 100%;
  max-width: 168px;
  background-color: white;
  border: 1px #E1E6EB solid;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: border 0.2s ease;
}
@media (min-width: 375px) {
  .form .radio {
    padding-right: calc(-0.6530612245vw + 26.4489795918px);
  }
}
@media (min-width: 1600px) {
  .form .radio {
    padding-right: 16px;
  }
}
@media (min-width: 375px) {
  .form .radio {
    padding-left: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form .radio {
    padding-left: 32px;
  }
}
@media (min-width: 375px) {
  .form .radio {
    height: calc(0.6530612245vw + 53.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form .radio {
    height: 64px;
  }
}
.form .radio + .radio {
  margin-left: -1px;
}
.form .radio__input {
  display: none;
}
.form .radio__input:checked + .radio__label:after {
  transform: scale(1);
}
.form .radio__label {
  font-size: 14px;
  line-height: 25px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 375px) {
  .form .radio__label {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label {
    font-size: 16px;
  }
}
@media (min-width: 375px) {
  .form .radio__label {
    line-height: calc(0.2448979592vw + 24.0816326531px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label {
    line-height: 28px;
  }
}
@media (min-width: 375px) {
  .form .radio__label {
    padding-left: calc(0.2448979592vw + 31.0816326531px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label {
    padding-left: 35px;
  }
}
.form .radio__label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #13305E;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  flex-shrink: 0;
  transition: border 0.2s ease, background 0.2s ease;
}
@media (min-width: 375px) {
  .form .radio__label:before {
    width: calc(0.3265306122vw + 18.7755102041px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label:before {
    width: 24px;
  }
}
@media (min-width: 375px) {
  .form .radio__label:before {
    height: calc(0.3265306122vw + 18.7755102041px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label:before {
    height: 24px;
  }
}
.form .radio__label:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3399FF;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  transform: scale(0);
  transition: transform 0.2s ease;
}
@media (min-width: 375px) {
  .form .radio__label:after {
    width: calc(0.1632653061vw + 9.387755102px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label:after {
    width: 12px;
  }
}
@media (min-width: 375px) {
  .form .radio__label:after {
    height: calc(0.1632653061vw + 9.387755102px);
  }
}
@media (min-width: 1600px) {
  .form .radio__label:after {
    height: 12px;
  }
}
.form .file-upload {
  height: 96px;
  width: 100%;
  height: 116px;
  border: 1px dashed #E1E6EB;
  position: relative;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 375px) {
  .form .file-upload {
    height: calc(1.6326530612vw + 89.8775510204px);
  }
}
@media (min-width: 1600px) {
  .form .file-upload {
    height: 116px;
  }
}
.form .file-upload__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.form .file-upload__title {
  font-size: 20px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  color: #0A1F33;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 375px) {
  .form .file-upload__title {
    font-size: calc(0.3265306122vw + 18.7755102041px);
  }
}
@media (min-width: 1600px) {
  .form .file-upload__title {
    font-size: 24px;
  }
}
.form .file-upload__title span {
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  color: #848E99;
  display: block;
  margin-left: 8px;
}
.form .file-upload__link {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: underline;
  color: #848E99;
}
@media (min-width: 375px) {
  .form .file-upload__link {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .form .file-upload__link {
    font-size: 16px;
  }
}
.form button {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}

.form__submit {
  width: 100%;
  min-width: 100%;
  display: block;
}
@media (min-width: 900px) {
  .form__submit:after {
    border-bottom-color: #EEF2F6 !important;
  }
}

.form__field {
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 375px) {
  .form__field {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .form__field {
    margin-top: 16px;
  }
}
@media (min-width: 375px) {
  .form__field {
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .form__field {
    margin-bottom: 16px;
  }
}
.form__field:first-of-type {
  margin-top: 0;
}
.form__field:last-of-type {
  margin-bottom: 0;
}

.form__field--flex {
  display: flex;
}

.form__fieldset {
  margin-bottom: 32px;
  margin-top: 32px;
  border: 0;
  padding: 0;
}
@media (min-width: 375px) {
  .form__fieldset {
    margin-bottom: calc(1.306122449vw + 27.1020408163px);
  }
}
@media (min-width: 1600px) {
  .form__fieldset {
    margin-bottom: 48px;
  }
}
@media (min-width: 375px) {
  .form__fieldset {
    margin-top: calc(1.306122449vw + 27.1020408163px);
  }
}
@media (min-width: 1600px) {
  .form__fieldset {
    margin-top: 48px;
  }
}
.form__fieldset:first-of-type {
  margin-top: 0;
}
.form__fieldset:last-of-type {
  margin-bottom: 0;
}

.form__legend {
  font-size: 24px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 375px) {
  .form__legend {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form__legend {
    font-size: 32px;
  }
}
@media (min-width: 375px) {
  .form__legend {
    margin-bottom: calc(0.6530612245vw + 5.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form__legend {
    margin-bottom: 16px;
  }
}

.form__legend span {
  font-size: 18px;
  color: #848E99;
  font-weight: 400;
}
@media (min-width: 375px) {
  .form__legend span {
    font-size: calc(0.4897959184vw + 16.1632653061px);
  }
}
@media (min-width: 1600px) {
  .form__legend span {
    font-size: 24px;
  }
}

.form__divider-text {
  font-size: 14px;
  color: #848E99;
  text-align: center;
  margin: 16px 0;
}
@media (min-width: 375px) {
  .form__divider-text {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .form__divider-text {
    font-size: 16px;
  }
}

.form__label {
  font-size: 14px;
  top: 18px;
  left: 24px;
  color: #848E99;
  position: absolute;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (min-width: 375px) {
  .form__label {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .form__label {
    font-size: 16px;
  }
}
@media (min-width: 375px) {
  .form__label {
    top: calc(0.1632653061vw + 17.387755102px);
  }
}
@media (min-width: 1600px) {
  .form__label {
    top: 20px;
  }
}
@media (min-width: 375px) {
  .form__label {
    left: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .form__label {
    left: 32px;
  }
}

.form__note {
  width: 100%;
  max-width: 596px;
}
.form__note p {
  color: #848E99;
  font-size: 12px;
  line-height: 3;
}

@media (min-width: 600px) {
  .form__hide-desktop {
    display: none;
  }
}

@media (max-width: 599px) {
  .form__hide-mobile {
    display: none;
  }
}

.errors {
  font-size: 12px;
  line-height: 1.5;
  color: red;
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
@media (min-width: 375px) {
  .errors {
    font-size: calc(0.1632653061vw + 11.387755102px);
  }
}
@media (min-width: 1600px) {
  .errors {
    font-size: 14px;
  }
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

.form--thanks .h2 {
  margin-bottom: 32px;
}
.form--thanks .h2:before {
  display: none;
}
.form--thanks .h2:after {
  background-image: url(../img/heading-parallelogram--gray.svg);
  color: #EEF2F6;
}
.form--thanks p {
  color: rgba(10, 31, 51, 0.67);
  line-height: 36px;
}

.filters {
  position: relative;
  z-index: 3;
}

.filters__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.filters__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1px;
}
.filters__title:after {
  display: none;
}

.filters__reset {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #848E99;
  text-align: right;
  text-decoration: underline;
  border: 0;
  padding: 0;
  background: transparent;
}

.vacancy-index {
  margin-top: 48px;
  position: relative;
  min-height: 684px;
}
@media (min-width: 375px) {
  .vacancy-index {
    margin-top: calc(1.306122449vw + 43.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-index {
    margin-top: 64px;
  }
}
.vacancy-index:before {
  content: "";
  width: 100%;
  height: 684px;
  background-color: #EEF2F6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.vacancy-index:after {
  content: "";
  width: 385px;
  height: 684px;
  display: block;
  background: url(../img/parallelogram-white.svg);
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 0;
  transform: rotate(180deg);
}

.vacancy-index__inner {
  padding: 32px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-bottom: 0 !important;
}
@media (min-width: 1000px) {
  .vacancy-index__inner {
    padding: calc(10.6666666667vw - 74.6666666667px);
  }
}
@media (min-width: 1600px) {
  .vacancy-index__inner {
    padding: 96px;
  }
}

.vacancy-index__sidebar {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 375px) {
  .vacancy-index__sidebar {
    margin-bottom: calc(1.306122449vw + 27.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-index__sidebar {
    margin-bottom: 48px;
  }
}
@media (min-width: 1000px) {
  .vacancy-index__sidebar {
    max-width: 200px;
    margin-right: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) and (min-width: 600px) {
  .vacancy-index__sidebar {
    max-width: calc(12.2vw + 126.8px);
  }
}
@media (min-width: 1000px) and (min-width: 1600px) {
  .vacancy-index__sidebar {
    max-width: 322px;
  }
}
@media (min-width: 1000px) and (min-width: 600px) {
  .vacancy-index__sidebar {
    margin-right: calc(4vw + 24px);
  }
}
@media (min-width: 1000px) and (min-width: 1600px) {
  .vacancy-index__sidebar {
    margin-right: 88px;
  }
}

.vacancy-index__main {
  flex: 1;
  position: relative;
  z-index: 2;
}
.vacancy-index__main p {
  margin-top: 48px;
}

.vacancy-card {
  background-color: white;
  box-shadow: 0 36px 36px 0 rgba(10, 31, 51, 0.16);
  display: block;
  text-decoration: none;
  position: relative;
}
.vacancy-card > * {
  display: block;
}
@media (hover: none) {
  .vacancy-card .vacancy-card__button {
    opacity: 1;
    visibility: visible;
  }
}
.vacancy-card--dark {
  background-color: #0B2233;
  box-shadow: 0 36px 36px 0 rgba(10, 31, 51, 0.16);
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.vacancy-card--dark > * {
  display: block;
}
@media (min-width: 375px) {
  .vacancy-card--dark {
    margin-top: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card--dark {
    margin-top: 32px;
  }
}
@media (min-width: 375px) {
  .vacancy-card--dark {
    margin-bottom: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card--dark {
    margin-bottom: 32px;
  }
}
@media (hover: none) {
  .vacancy-card--dark {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .vacancy-card--dark {
    margin-top: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .vacancy-card--dark {
    margin-top: 104px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .vacancy-card--dark {
    margin-bottom: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .vacancy-card--dark {
    margin-bottom: 104px;
  }
}
@media (hover: none) {
  .vacancy-card--dark .vacancy-card__button {
    opacity: 1;
    visibility: visible;
  }
}
.vacancy-card--dark:hover .vacancy-card__button {
  opacity: 1;
  visibility: visible;
}
.vacancy-card--dark:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #3399FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1;
}
.vacancy-card:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #3399FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.vacancy-card:hover .vacancy-card__button {
  opacity: 1;
  visibility: visible;
}
.slick-slider .vacancy-card {
  height: 100%;
}

.vacancy-card + .vacancy-card {
  margin-top: 16px;
}
@media (min-width: 375px) {
  .vacancy-card + .vacancy-card {
    margin-top: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card + .vacancy-card {
    margin-top: 32px;
  }
}
@media (hover: none) {
  .vacancy-card + .vacancy-card {
    margin-top: 74px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .vacancy-card + .vacancy-card {
    margin-top: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .vacancy-card + .vacancy-card {
    margin-top: 104px;
  }
}

.vacancy-card__inner {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media (min-width: 375px) {
  .vacancy-card__inner {
    padding-top: calc(1.306122449vw + 19.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__inner {
    padding-top: 40px;
  }
}
@media (min-width: 375px) {
  .vacancy-card__inner {
    padding-right: calc(1.9591836735vw + 16.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__inner {
    padding-right: 48px;
  }
}
@media (min-width: 375px) {
  .vacancy-card__inner {
    padding-bottom: calc(1.306122449vw + 19.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__inner {
    padding-bottom: 40px;
  }
}
@media (min-width: 375px) {
  .vacancy-card__inner {
    padding-left: calc(1.9591836735vw + 16.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__inner {
    padding-left: 48px;
  }
}

.vacancy-card__header {
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 375px) {
  .vacancy-card__header {
    margin-bottom: calc(0.6530612245vw + 9.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__header {
    margin-bottom: 20px;
  }
}

.vacancy-card__tag {
  font-size: 14px;
  line-height: 1.1;
  color: #3399FF;
  display: block;
  margin-bottom: 2px;
}
@media (min-width: 375px) {
  .vacancy-card__tag {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__tag {
    font-size: 16px;
  }
}

.vacancy-card__title {
  font-size: 24px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  width: 100%;
  color: #0A1F33;
  display: block;
}
@media (min-width: 375px) {
  .vacancy-card__title {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__title {
    font-size: 32px;
  }
}
.vacancy-card__title--dark {
  font-size: 24px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  width: 100%;
  color: white;
  display: block;
}
@media (min-width: 375px) {
  .vacancy-card__title--dark {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__title--dark {
    font-size: 32px;
  }
}

@media (min-width: 600px) {
  .vacancy-card__meta {
    display: flex;
    flex-flow: row wrap;
  }
}
.vacancy-card__meta--dark {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
  .vacancy-card__meta--dark {
    display: flex;
    flex-flow: row wrap;
  }
}

.vacancy-card__meta-item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0;
  display: block;
  color: rgba(10, 31, 51, 0.5);
}
@media (min-width: 375px) {
  .vacancy-card__meta-item {
    margin-right: calc(1.9591836735vw + 8.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-card__meta-item {
    margin-right: 40px;
  }
}
.vacancy-card__meta-item:last-of-type {
  margin-right: 0;
}

.vacancy-card__button {
  width: 100%;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: -64px;
  z-index: 7777;
  text-decoration: underline;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s ease-out, opacity 0.5s ease-in-out;
}
.vacancy-card__button:after {
  display: none;
}

.news-card {
  background-color: white;
  box-shadow: 0 36px 36px 0 rgba(10, 31, 51, 0.16);
  display: block;
  text-decoration: none;
  position: relative;
}
.news-card > * {
  display: block;
}
@media (hover: none) {
  .news-card .news-card__button {
    opacity: 1;
    visibility: visible;
  }
}
.news-card--dark {
  background-color: #0B2233;
  box-shadow: 0 36px 36px 0 rgba(10, 31, 51, 0.16);
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.news-card--dark > * {
  display: block;
}
@media (min-width: 375px) {
  .news-card--dark {
    margin-top: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .news-card--dark {
    margin-top: 32px;
  }
}
@media (min-width: 375px) {
  .news-card--dark {
    margin-bottom: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .news-card--dark {
    margin-bottom: 32px;
  }
}
@media (hover: none) {
  .news-card--dark {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .news-card--dark {
    margin-top: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .news-card--dark {
    margin-top: 104px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .news-card--dark {
    margin-bottom: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .news-card--dark {
    margin-bottom: 104px;
  }
}
@media (hover: none) {
  .news-card--dark .news-card__button {
    opacity: 1;
    visibility: visible;
  }
}
.news-card--dark:hover .news-card__button {
  opacity: 1;
  visibility: visible;
}
.news-card--dark:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #00E02C;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1;
}
.news-card:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #00E02C;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
.news-card:hover .news-card__button {
  opacity: 1;
  visibility: visible;
}
.slick-slider .news-card {
  height: 100%;
}

.news-card__image {
  height: clamp(16.25rem, 15.2347rem + 4.3321vw, 20rem);
  display: block;
  position: relative;
}
.news-card__image picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.news-card + .news-card {
  margin-top: 16px;
}
@media (min-width: 375px) {
  .news-card + .news-card {
    margin-top: calc(1.306122449vw + 11.1020408163px);
  }
}
@media (min-width: 1600px) {
  .news-card + .news-card {
    margin-top: 32px;
  }
}
@media (hover: none) {
  .news-card + .news-card {
    margin-top: 74px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .news-card + .news-card {
    margin-top: calc(2.4489795918vw + 64.8163265306px);
  }
}
@media (hover: none) and (min-width: 1600px) {
  .news-card + .news-card {
    margin-top: 104px;
  }
}

.news-card__inner {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media (min-width: 375px) {
  .news-card__inner {
    padding-top: calc(1.306122449vw + 19.1020408163px);
  }
}
@media (min-width: 1600px) {
  .news-card__inner {
    padding-top: 40px;
  }
}
@media (min-width: 375px) {
  .news-card__inner {
    padding-right: calc(1.9591836735vw + 16.6530612245px);
  }
}
@media (min-width: 1600px) {
  .news-card__inner {
    padding-right: 48px;
  }
}
@media (min-width: 375px) {
  .news-card__inner {
    padding-bottom: calc(1.306122449vw + 19.1020408163px);
  }
}
@media (min-width: 1600px) {
  .news-card__inner {
    padding-bottom: 40px;
  }
}
@media (min-width: 375px) {
  .news-card__inner {
    padding-left: calc(1.9591836735vw + 16.6530612245px);
  }
}
@media (min-width: 1600px) {
  .news-card__inner {
    padding-left: 48px;
  }
}

.news-card__header {
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 375px) {
  .news-card__header {
    margin-bottom: calc(0.6530612245vw + 9.5510204082px);
  }
}
@media (min-width: 1600px) {
  .news-card__header {
    margin-bottom: 20px;
  }
}

.news-card__tag {
  font-size: 14px;
  line-height: 1.1;
  color: #00E02C;
  display: block;
  margin-bottom: 2px;
}
@media (min-width: 375px) {
  .news-card__tag {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .news-card__tag {
    font-size: 16px;
  }
}

.news-card__title {
  font-size: 24px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  width: 100%;
  color: #0A1F33;
  display: block;
}
@media (min-width: 375px) {
  .news-card__title {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .news-card__title {
    font-size: 32px;
  }
}
.news-card__title--dark {
  font-size: 24px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  width: 100%;
  color: white;
  display: block;
}
@media (min-width: 375px) {
  .news-card__title--dark {
    font-size: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .news-card__title--dark {
    font-size: 32px;
  }
}

@media (min-width: 600px) {
  .news-card__meta {
    display: flex;
    flex-flow: row wrap;
  }
}
.news-card__meta--dark {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
  .news-card__meta--dark {
    display: flex;
    flex-flow: row wrap;
  }
}

.news-card__meta-item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0;
  display: block;
  color: rgba(10, 31, 51, 0.5);
}
@media (min-width: 375px) {
  .news-card__meta-item {
    margin-right: calc(1.9591836735vw + 8.6530612245px);
  }
}
@media (min-width: 1600px) {
  .news-card__meta-item {
    margin-right: 40px;
  }
}
.news-card__meta-item:last-of-type {
  margin-right: 0;
}

.news-card__button {
  width: 100%;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: -64px;
  z-index: 7777;
  text-decoration: underline;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s ease-out, opacity 0.5s ease-in-out;
}
.news-card__button:after {
  display: none;
}

.vacancy-meta {
  margin-bottom: 32px;
}
@media (min-width: 375px) {
  .vacancy-meta {
    margin-bottom: calc(0.6530612245vw + 29.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-meta {
    margin-bottom: 40px;
  }
}
@media (min-width: 655px) {
  .vacancy-meta {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (min-width: 600px) {
  .vacancy-meta__column {
    width: 50%;
    padding: 0 8px;
  }
}

.vacancy-meta__row {
  display: flex;
}

.vacancy-meta__item {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  color: white;
}
@media (min-width: 375px) {
  .vacancy-meta__item {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .vacancy-meta__item {
    font-size: 16px;
  }
}
@media (min-width: 375px) {
  .vacancy-meta__item {
    margin-top: calc(0.3265306122vw + 2.7755102041px);
  }
}
@media (min-width: 1600px) {
  .vacancy-meta__item {
    margin-top: 8px;
  }
}
@media (min-width: 375px) {
  .vacancy-meta__item {
    margin-bottom: calc(0.3265306122vw + 2.7755102041px);
  }
}
@media (min-width: 1600px) {
  .vacancy-meta__item {
    margin-bottom: 8px;
  }
}
.vacancy-meta__item:first-of-type {
  width: 100px;
}

.vacancy-header {
  background: #3399FF;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .vacancy-header {
    height: 756px;
    margin-bottom: 228px;
  }
}

.vacancy-header__background {
  padding-bottom: 40px;
  width: 100%;
  background: url("../img/background.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 375px) {
  .vacancy-header__background {
    padding-bottom: calc(1.9591836735vw + 32.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-header__background {
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .vacancy-header__background {
    height: 880px;
  }
}

.vacancy-header__content {
  padding-bottom: 40px;
  width: 100%;
  max-width: 930px;
  padding-top: 180px;
  padding-left: 90px;
  position: relative;
}
@media (min-width: 375px) {
  .vacancy-header__content {
    padding-bottom: calc(1.9591836735vw + 32.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-header__content {
    padding-bottom: 64px;
  }
}
.vacancy-header__content:before {
  content: "";
  width: 75%;
  height: 100%;
  background-color: #3399FF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.vacancy-header__content:after {
  content: "";
  display: block;
  width: 650px;
  height: 100%;
  background: url(../img/parallelogram.svg);
  position: absolute;
  top: 0;
  right: -80px;
}
@media (min-width: 768px) {
  .vacancy-header__content {
    height: 756px;
    padding-top: 124px;
  }
  .vacancy-header__content:before {
    max-width: 400px;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .vacancy-header__content:before {
    max-width: calc(46.2962962963vw + 44.4444444444px);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .vacancy-header__content:before {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .vacancy-header__content:after {
    right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .vacancy-header__content {
    padding-left: 30px;
  }
}
.vacancy-header__content h1 {
  margin-top: 48px;
  margin-bottom: 32px;
  font-weight: 500;
  color: white;
}
@media (min-width: 375px) {
  .vacancy-header__content h1 {
    margin-top: calc(1.306122449vw + 43.1020408163px);
  }
}
@media (min-width: 1600px) {
  .vacancy-header__content h1 {
    margin-top: 64px;
  }
}
@media (min-width: 375px) {
  .vacancy-header__content h1 {
    margin-bottom: calc(0.6530612245vw + 29.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-header__content h1 {
    margin-bottom: 40px;
  }
}

.vacancy-header__content-inner {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .news-header {
    height: 400px !important;
  }
  .news-header .news__image {
    height: 440px !important;
  }
  .news-header .vacancy-header__background {
    height: 400px !important;
  }
  .news-header .vacancy-header__content {
    height: 400px !important;
  }
}
@media (min-width: 767px) {
  .news-header {
    height: 600px !important;
  }
}
.news-header .news__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 767px) {
  .news-header .news__image {
    height: 650px !important;
  }
}
.news-header .news__image picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-header .news__image img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.news-header .vacancy-header__background {
  background: none;
  position: relative;
}
@media (min-width: 767px) {
  .news-header .vacancy-header__background {
    height: 650px !important;
  }
}
@media (min-width: 767px) {
  .news-header .vacancy-header__content {
    height: 600px !important;
  }
}

.vacancy-apply-header {
  height: 350px;
  width: 100%;
  background-color: #3399FF;
}
@media (min-width: 375px) {
  .vacancy-apply-header {
    height: calc(12.5714285714vw + 302.8571428571px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-header {
    height: 504px;
  }
}
@media only screen and (max-width: 767px) {
  .vacancy-apply-header + .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  .vacancy-apply-header + .container {
    padding: 0 16px;
  }
}

.vacancy-apply-form {
  margin-top: -180px;
  background-color: white;
  box-shadow: 0 36px 36px 0 rgba(10, 31, 51, 0.16);
  position: relative;
}
@media (min-width: 375px) {
  .vacancy-apply-form {
    margin-top: calc(-12.6530612245vw - 132.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form {
    margin-top: -335px;
  }
}

.vacancy-apply-form__header h2:after {
  background-image: url("../img/heading-parallelogram--gray.svg");
}

.vacancy-apply-form__inner {
  padding-top: 32px;
  padding-left: 24px;
  padding-bottom: 32px;
  padding-right: 24px;
}
@media (min-width: 375px) {
  .vacancy-apply-form__inner {
    padding-top: calc(6.5306122449vw + 7.5102040816px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__inner {
    padding-top: 112px;
  }
}
@media (min-width: 375px) {
  .vacancy-apply-form__inner {
    padding-left: calc(14.2040816327vw - 29.2653061224px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__inner {
    padding-left: 198px;
  }
}
@media (min-width: 375px) {
  .vacancy-apply-form__inner {
    padding-bottom: calc(6.5306122449vw + 7.5102040816px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__inner {
    padding-bottom: 112px;
  }
}
@media (min-width: 375px) {
  .vacancy-apply-form__inner {
    padding-right: calc(14.2040816327vw - 29.2653061224px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__inner {
    padding-right: 198px;
  }
}

.vacancy-apply-form__meta {
  margin-bottom: 32px;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 375px) {
  .vacancy-apply-form__meta {
    margin-bottom: calc(1.9591836735vw + 24.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__meta {
    margin-bottom: 56px;
  }
}

.vacancy-apply-form__meta-item {
  font-size: 14px;
  margin-right: 24px;
  color: #3399FF;
  margin: 4px 0;
}
@media (min-width: 375px) {
  .vacancy-apply-form__meta-item {
    font-size: calc(0.1632653061vw + 13.387755102px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__meta-item {
    font-size: 16px;
  }
}
@media (min-width: 375px) {
  .vacancy-apply-form__meta-item {
    margin-right: calc(0.6530612245vw + 21.5510204082px);
  }
}
@media (min-width: 1600px) {
  .vacancy-apply-form__meta-item {
    margin-right: 32px;
  }
}

.vacancy-apply-back {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: underline;
  color: #0A1F33;
  position: absolute;
  top: -48px;
}
.vacancy-apply-back img {
  transform: scale(-1);
  margin-right: 8px;
}

.vacancy-highlight {
  margin-top: 104px;
}
@media only screen and (max-width: 992px) {
  .vacancy-highlight {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .vacancy-highlight {
    margin-top: 60px;
  }
}

.vacancy-highlight__block {
  background-color: #0B2233;
  padding: 40px 30px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .vacancy-highlight__block {
    padding: 72px 0;
    margin-top: 48px;
  }
}

.vacancy-highlight__inner {
  padding: 0 95px;
}
@media (min-width: 768px) {
  .vacancy-highlight__inner {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 992px) {
  .vacancy-highlight__inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .vacancy-highlight__inner {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .vacancy-highlight__column {
    padding: 0 24px;
    width: 50%;
  }
}

.vacancy-highlight__tag {
  color: #3399FF;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.vacancy-highlight__title {
  color: #FFFFFF;
  font-family: kaneda-gothic, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.vacancy-highlight__meta {
  margin-bottom: 36px;
}
@media (min-width: 500px) {
  .vacancy-highlight__meta {
    display: flex;
    flex-flow: row wrap;
  }
}

.vacancy-highlight__meta-item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 0;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 375px) {
  .vacancy-highlight__meta-item {
    margin-right: calc(1.9591836735vw + 8.6530612245px);
  }
}
@media (min-width: 1600px) {
  .vacancy-highlight__meta-item {
    margin-right: 40px;
  }
}
.vacancy-highlight__meta-item:last-of-type {
  margin-right: 0;
}

.vacancy-highlight__button .btn:after {
  border-color: #0B2233;
  border-left: 20px solid #3399FF;
}

.vacancy-highlight__button--keyvisual .btn:after {
  border-left: 20px solid white;
}

.vacancy-highlight__description {
  color: rgba(255, 255, 255, 0.67);
  line-height: 2.25;
}
.vacancy-highlight__column--12\/5 .vacancy-highlight__description {
  display: none;
}
@media (min-width: 768px) {
  .vacancy-highlight__column--12\/4 .vacancy-highlight__description {
    display: none;
  }
  .vacancy-highlight__column--12\/5 .vacancy-highlight__description {
    display: block;
  }
}

.pagination {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 375px) {
  .pagination {
    margin-top: calc(0.6324110672vw + 45.628458498px);
  }
}
@media (min-width: 1640px) {
  .pagination {
    margin-top: 56px;
  }
}
@media (hover: none) {
  .pagination {
    margin-top: 74px;
  }
}
@media (hover: none) and (min-width: 375px) {
  .pagination {
    margin-top: calc(2.371541502vw + 65.1067193676px);
  }
}
@media (hover: none) and (min-width: 1640px) {
  .pagination {
    margin-top: 104px;
  }
}

.pagination__list {
  height: 56px;
  border: 1px solid #E1E6EB;
  background-color: white;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 375px) {
  .pagination__list {
    height: calc(0.6324110672vw + 53.628458498px);
  }
}
@media (min-width: 1640px) {
  .pagination__list {
    height: 64px;
  }
}

.pagination__item {
  width: 64px;
  height: 64px;
  position: relative;
}
@media (min-width: 375px) {
  .pagination__item {
    width: 64px;
  }
}
@media (min-width: 1640px) {
  .pagination__item {
    width: 64px;
  }
}
@media (min-width: 375px) {
  .pagination__item {
    height: 64px;
  }
}
@media (min-width: 1640px) {
  .pagination__item {
    height: 64px;
  }
}
.pagination__item span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item span svg {
  pointer-events: none;
  opacity: 0.5;
}
.pagination__item.is-prev {
  width: 64px;
  border-right: 1px solid #E1E6EB;
}
@media (min-width: 375px) {
  .pagination__item.is-prev {
    width: calc(1.8972332016vw + 56.8853754941px);
  }
}
@media (min-width: 1640px) {
  .pagination__item.is-prev {
    width: 88px;
  }
}
.pagination__item.is-prev:after {
  display: none;
}
.pagination__item.is-next {
  width: 64px;
  border-left: 1px solid #E1E6EB;
}
@media (min-width: 375px) {
  .pagination__item.is-next {
    width: calc(1.8972332016vw + 56.8853754941px);
  }
}
@media (min-width: 1640px) {
  .pagination__item.is-next {
    width: 88px;
  }
}
.pagination__item.is-next:after {
  display: none;
}
.pagination__item.is-next img {
  transform: scale(-1);
}
.pagination__item:after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #E1E6EB;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pagination__item:nth-last-child(2):after {
  display: none;
}
.pagination__item:hover .pagination__link {
  color: #3399FF;
}

.pagination__link {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: relative;
  transition: color 0.2s ease;
}

.pagination__link.is-active {
  color: #3399FF;
  text-decoration: none;
}

.share {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  border-top: 1px black solid;
}
@media (min-width: 375px) {
  .share {
    margin-top: calc(1.8972332016vw + 16.8853754941px);
  }
}
@media (min-width: 1640px) {
  .share {
    margin-top: 48px;
  }
}
@media (min-width: 375px) {
  .share {
    padding-top: calc(1.8972332016vw + 16.8853754941px);
  }
}
@media (min-width: 1640px) {
  .share {
    padding-top: 48px;
  }
}

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

.share__title {
  font-size: 24px;
  line-height: 1.1;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  margin-right: 24px;
}

.share__link + .share__link {
  margin-left: 16px;
}

.share__link {
  height: 24px;
  display: block;
}
.share__link:last-of-type {
  height: 20px;
}

.share__link svg {
  width: 24px;
  height: 24px;
  fill: #3399FF;
}

.keyvisual {
  width: 100%;
  background-color: #3399FF;
  position: relative;
}

.keyvisual:after {
  content: "";
  width: 100%;
  height: 48px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .keyvisual:after {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .keyvisual:after {
    height: 88px;
  }
}

.keyvisual__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .keyvisual__inner {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .keyvisual__inner {
    padding-bottom: 88px;
  }
}

.keyvisual__image picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.keyvisual__content {
  width: 100%;
  max-width: 774px;
  padding-right: 72px;
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) {
  .keyvisual__content {
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  .keyvisual__content {
    padding-right: 130px;
  }
}

.keyvisual__content:after {
  content: "";
  width: 70%;
  height: 100%;
  background: #3399FF;
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(-16deg);
}
@media (min-width: 767px) {
  .keyvisual__content:after {
    right: 112px;
  }
}
@media (min-width: 992px) {
  .keyvisual__content:after {
    right: 32px;
  }
}

.keyvisual__content-inner {
  width: 100%;
  height: 100%;
  padding: 130px 0 16px 30px;
  background-color: #3399FF;
}
@media (min-width: 500px) {
  .keyvisual__content-inner {
    padding: 130px 0 32px 30px;
  }
}
@media (min-width: 767px) {
  .keyvisual__content-inner {
    padding: 144px 0 64px 30px;
  }
}
@media (min-width: 992px) {
  .keyvisual__content-inner {
    padding: 184px 0 80px 96px;
  }
}

.keyvisual__intro {
  z-index: 6;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 767px) {
  .keyvisual__intro {
    padding-left: 48px;
  }
}

.keyvisual__intro p {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 16px;
  color: white;
}
@media (min-width: 992px) {
  .keyvisual__intro p {
    margin-bottom: 32px;
  }
}

.keyvisual__title {
  font-weight: 100;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 24px;
  padding-left: 0;
}
.keyvisual__title span {
  font-weight: 500;
}
.keyvisual__title br {
  display: block;
}
.keyvisual__title:before {
  content: "";
  display: block;
  left: -24px;
  top: 3px;
  position: absolute;
  color: #0A1F33;
  font-weight: 700;
  height: 38px;
  width: 20px;
  background: url("../img/heading-parallelogram--black.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .keyvisual__title {
    margin-bottom: 32px;
  }
  .keyvisual__title:before {
    height: 67px;
    width: 34px;
    left: -48px;
    top: 4px;
  }
}

.keyvisual .vacancy-meta {
  padding-left: 0;
}

.keyvisual--vacancies .keyvisual__content-inner {
  padding: 110px 0 48px 0;
}
@media (min-width: 767px) {
  .keyvisual--vacancies .keyvisual__content-inner {
    padding: 116px 0 64px 0;
  }
}
@media (min-width: 992px) {
  .keyvisual--vacancies .keyvisual__content-inner {
    padding: 116px 0 80px 0;
  }
}
.keyvisual--vacancies .keyvisual__intro {
  padding-left: 30px;
}
@media (min-width: 767px) {
  .keyvisual--vacancies .keyvisual__intro {
    padding-left: 95px;
  }
}
.keyvisual--vacancies .keyvisual__title {
  padding-left: 30px;
}
.keyvisual--vacancies .keyvisual__title:before {
  left: 0;
}
@media (min-width: 767px) {
  .keyvisual--vacancies .keyvisual__title {
    padding-left: 40px;
  }
}

.keyvisual--index .keyvisual__content {
  max-width: 328px;
  padding-right: 108px;
}
@media (min-width: 767px) {
  .keyvisual--index .keyvisual__content {
    max-width: 358px;
    padding-right: 164px;
  }
}
@media (min-width: 992px) {
  .keyvisual--index .keyvisual__content {
    max-width: 328px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .keyvisual--index .keyvisual__content:after {
    right: 64px;
  }
}
@media (min-width: 992px) {
  .keyvisual--index .keyvisual__content:after {
    right: 0;
  }
}
.keyvisual--index .keyvisual__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .keyvisual--main .keyvisual__content {
    padding-right: 0;
  }
  .keyvisual--main .keyvisual__content-inner {
    padding-right: 30px;
  }
  .keyvisual--main .keyvisual__image {
    width: 100%;
    height: 334px;
    position: relative;
  }
  .keyvisual--main .keyvisual__image:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 768px 0 0;
    border-color: #3399FF transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .keyvisual--main .keyvisual__image {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .keyvisual--main .keyvisual__image picture {
    position: relative;
  }
  .keyvisual--main .keyvisual__inner {
    padding-bottom: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  a[href]:after {
    content: "(" attr(href) ")";
  }
  abbr[title]:after {
    content: "(" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after {
    content: "";
  }
}
.page-edit {
  position: fixed;
  background: #E12D39;
  z-index: 999;
  font-size: 0;
  right: min(1vh, 10px);
  bottom: min(1vh, 10px);
  width: min(5vh, 50px);
  padding: min(1vh, 10px);
  border-radius: min(0.5vh, 5px);
}
.page-edit:hover {
  background: #D61F2B;
}

body {
  overflow-x: hidden;
  font-family: "Heebo", sans-serif;
}

h1,
.h1 {
  font-size: 160px;
  line-height: 136px;
  position: relative;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 90px;
  margin: 0px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 110px;
    line-height: 110px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 70px;
    padding-left: 40px;
  }
  h1 br,
  .h1 br {
    display: none;
  }
}
h1 span,
.h1 span {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1::before,
.h1::before {
  content: "";
  display: block;
  background: red;
  left: 0px;
  top: 10px;
  position: absolute;
  color: #0A1F33;
  font-weight: 700;
  height: 114px;
  width: 57px;
  background: url("../img/heading-parallelogram--black.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  h1::before,
  .h1::before {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1::before,
  .h1::before {
    width: 24px;
    top: 3px;
  }
}

.h1-smaller {
  font-size: 128px;
  line-height: 0.8;
}
@media only screen and (max-width: 992px) {
  .h1-smaller {
    font-size: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .h1-smaller {
    font-size: 56px;
  }
}

.h1-smallest {
  font-size: 96px;
  line-height: 0.8;
}
@media only screen and (max-width: 992px) {
  .h1-smallest {
    font-size: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .h1-smallest {
    font-size: 56px;
  }
}

.h1-small {
  font-size: 72px;
  line-height: 0.8;
}
.h1-small:before {
  height: 50px;
  width: 25px;
  left: -40px;
}
@media only screen and (max-width: 992px) {
  .h1-small {
    font-size: 64px;
  }
  .h1-small:before {
    height: 44px;
    width: 22px;
    left: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .h1-small {
    font-size: 48px;
  }
  .h1-small:before {
    height: 33px;
    width: 22px;
    left: -24px;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 56px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin: 0px;
  z-index: 4444;
  display: block;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
h2 span,
.h2 span {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2::after,
.h2::after {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  height: 114px;
  width: 57px;
  background: url("../img/heading-parallelogram--white.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  h2::after,
  .h2::after {
    top: -15px;
  }
}

h3,
.h3 {
  font-size: 32px;
  line-height: 36px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin: 0px;
  letter-spacing: 1px;
}

.btn {
  display: inline-block;
  padding: 20px 45px;
  background: #3399FF;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  min-width: 260px;
  border: none;
}
.btn span {
  float: right;
  transition: margin 0.5s;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 64px solid white;
  border-left: 20px solid #3399FF;
}
.btn-white {
  background: white;
  color: #0A1F33;
}
.btn-white:after {
  border-bottom-color: #3399FF;
  border-left-color: white;
}
.btn:hover span {
  margin-right: -5px;
}

#app {
  overflow: hidden;
}

header,
.header {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 30px 90px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 90px;
}
@media only screen and (max-width: 992px) {
  header,
  .header {
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  header,
  .header {
    padding: 30px 30px 0;
    gap: 30px;
  }
}
header--bar,
.header--bar {
  background: #3399FF;
  height: 712px;
  margin-bottom: 190px;
}
@media only screen and (max-width: 992px) {
  header--bar,
  .header--bar {
    height: auto;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  header--bar,
  .header--bar {
    height: auto;
    margin: 0px;
  }
}
header--background,
.header--background {
  background: url("../img/background.jpg") no-repeat center center;
  background-size: cover;
  height: 900px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  header--background,
  .header--background {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  header--background,
  .header--background {
    height: auto;
  }
}
header--background--fa,
.header--background--fa {
  background-size: cover;
  height: 840px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  header--background--fa,
  .header--background--fa {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  header--background--fa,
  .header--background--fa {
    height: auto;
  }
}
header--background--be,
.header--background--be {
  background: url("../img/background-be.jpg") no-repeat bottom right;
  background-size: cover;
}
header--background--be-flip,
.header--background--be-flip {
  background: url("../img/background-be-flip.jpg") no-repeat center center;
  background-size: cover;
}
header--background--facilitair,
.header--background--facilitair {
  background: url("../img/new_banner.jpg") no-repeat 0 30%;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header--background--facilitair,
  .header--background--facilitair {
    background: url("../img/new_banner.jpg") no-repeat 0 30%;
    background-size: cover;
  }
}
header--background--facilitair-2,
.header--background--facilitair-2 {
  background: url("../img/new_banner.jpg") no-repeat 0 30%;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header--background--facilitair-2,
  .header--background--facilitair-2 {
    background: url("../img/new_banner.jpg") no-repeat 0 30%;
    background-size: cover;
  }
}
header--content,
.header--content {
  height: 100%;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  header--content,
  .header--content {
    height: auto;
  }
}
header--content::before,
.header--content::before {
  content: "";
  display: block;
  width: 650px;
  height: 900px;
  background: url("../img/trapezium.svg");
  position: absolute;
  left: -280px;
  z-index: 4444;
}
@media only screen and (max-width: 992px) {
  header--content::before,
  .header--content::before {
    left: -380px;
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  header--content::before,
  .header--content::before {
    left: -380px;
    height: 600px;
  }
}
header--content::after,
.header--content::after {
  content: "";
  display: block;
  width: 100vw;
  height: 140px;
  background: #272826;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 444;
}
header--content-caption,
.header--content-caption {
  position: relative;
  top: 100px;
  left: 0px;
  color: #ffffff;
  padding: 95px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  header--content-caption,
  .header--content-caption {
    padding: 110px 30px 95px 30px;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  header--content-caption,
  .header--content-caption {
    padding: 110px 30px 95px 30px;
    display: block;
    top: auto;
    left: auto;
  }
}
header--content-caption h2,
header--content-caption .h2,
.header--content-caption h2,
.header--content-caption .h2 {
  font-size: 42px;
  line-height: 48px;
  align-self: flex-end;
  margin-left: 240px;
}
@media only screen and (max-width: 1200px) {
  header--content-caption h2,
  header--content-caption .h2,
  .header--content-caption h2,
  .header--content-caption .h2 {
    margin-left: 0px;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  header--content-caption h2,
  header--content-caption .h2,
  .header--content-caption h2,
  .header--content-caption .h2 {
    margin: 30px 0px 0px 40px;
    font-size: 30px;
    line-height: 30px;
  }
}
header--content-caption h2:after,
header--content-caption .h2:after,
.header--content-caption h2:after,
.header--content-caption .h2:after {
  background: #3399FF;
  content: "";
  width: 200px;
  height: 5px;
  bottom: 10px;
  left: -230px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  header--content-caption h2:after,
  header--content-caption .h2:after,
  .header--content-caption h2:after,
  .header--content-caption .h2:after {
    display: none;
  }
}
header--content-caption::before,
.header--content-caption::before {
  content: "";
  display: block;
  width: 70vw;
  height: 900px;
  background-color: #131513;
  position: absolute;
  left: -70vw;
  top: -100px;
  z-index: 4444;
}
@media only screen and (max-width: 992px) {
  header--content-caption::before,
  .header--content-caption::before {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  header--content-caption::before,
  .header--content-caption::before {
    height: 600px;
  }
}

.header--sm {
  height: 612px;
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  .header--sm {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header--sm {
    height: auto;
  }
}
.header--sm .header--background {
  height: 712px;
}
@media only screen and (max-width: 992px) {
  .header--sm .header--background {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header--sm .header--background {
    height: auto;
  }
}
.header--sm .header--content::before, .header--sm .header--content-caption::before {
  height: 612px;
}
@media only screen and (max-width: 992px) {
  .header--sm .header--content::before, .header--sm .header--content-caption::before {
    height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .header--sm .header--content::before, .header--sm .header--content-caption::before {
    height: 440px;
  }
}
.header--sm .header--content::after {
  height: 120px;
}
@media only screen and (max-width: 992px) {
  .header--sm .header--content-caption {
    padding: 130px 30px 95px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header--sm .header--content-caption {
    padding: 160px 30px 95px 30px;
  }
}

.header--be {
  height: 448px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .header--be {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header--be {
    height: auto;
    margin-bottom: 0;
  }
}
.header--be .header--background {
  height: 500px;
}
@media only screen and (max-width: 992px) {
  .header--be .header--background {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header--be .header--background {
    height: auto;
  }
}
.header--be .header--content::before {
  height: 448px;
}
.header--be .header--content-caption {
  padding: 48px 95px;
}
@media only screen and (max-width: 992px) {
  .header--be .header--content-caption {
    padding: 124px 24px 56px 24px;
  }
}
.header--be .header--background--be {
  background: url("../img/vacancies-banner-actsgroep-be.jpg") no-repeat center top;
}

.numbers {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .numbers {
    flex-wrap: wrap;
    margin: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers {
    flex-wrap: wrap;
    margin: 40px 0px;
  }
}
.numbers .number {
  padding: 130px 95px;
  width: 25%;
  font-size: 36px;
  line-height: 36px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3399FF;
}
@media only screen and (max-width: 992px) {
  .numbers .number {
    width: 50%;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers .number {
    width: 50%;
    padding: 50px 30px;
  }
}
.numbers .number--text {
  position: relative;
}
.numbers .number--text::before {
  left: 0px;
  top: -15px;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  height: 114px;
  width: 57px;
  background: url("../img/heading-parallelogram--gray.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .numbers .number--text::before {
    font-size: 120px;
  }
}
.numbers .number span {
  font-size: 80px;
  line-height: 36px;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .numbers .number span {
    font-size: 60px;
  }
}

.scrolls {
  position: relative;
}
.scrolls__footer {
  padding: 95px 95px 12px 95px;
  display: flex;
  justify-content: flex-end;
}
.scrolls__footer--news {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scrolls__footer--news {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolls__footer {
    padding: 30px 30px 0 30px;
  }
}
.scrolls__button {
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 8888;
}
.scrolls__button span {
  margin-left: 16px;
}
.scrolls-vacancies {
  padding-top: 104px;
}
.scrolls-vacancies-be {
  padding-top: 16px;
}
.scrolls-vacancies-be .slick-paginator {
  bottom: 248px;
  right: 57px;
  top: auto;
}
.scrolls-vacancies-be .scrolls-inner {
  height: 452px;
}
.scrolls-vacancies-be .scrolls__button {
  color: #3399FF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 8888;
}
.scrolls-vacancies-be .scrolls__button span {
  margin-left: 16px;
}
.scrolls-vacancies-be .scrolls__footer {
  justify-content: flex-start;
}
.scrolls-slider {
  margin: -380px 8px 0px 8px;
  padding: 0px 75px;
  position: relative;
  z-index: 7777;
}
@media only screen and (max-width: 767px) {
  .scrolls-slider {
    padding: 30px;
    margin-top: -400px;
  }
}
.scrolls-slider .slick-track {
  display: flex;
}
.scrolls-slider .slick-list {
  overflow: visible;
}
.scrolls-slider .slick-slide {
  height: inherit !important;
}
.scrolls-slider .slick-slide > div {
  height: 100%;
}
.scrolls-slider .slick-slide > div > div {
  height: 100%;
}
.scrolls-slider .slick-slide:focus {
  outline: none;
}
.scrolls-inner {
  background: #EEF2F6;
  padding: 95px;
  overflow: hidden;
  height: 680px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scrolls-inner {
    padding: 30px;
    height: 530px;
  }
}
.scrolls-inner::before {
  content: "";
  display: block;
  width: 385px;
  height: 900px;
  background: url("../img/parallelogram-white.svg");
  position: absolute;
  right: -1px;
  top: 0px;
  z-index: 0;
  transform: rotate(180deg);
}
.scrolls .scroll {
  margin: 0px 25px 0px 0px;
  padding: 50px 0px 0px 0px;
}
.scrolls .scroll-inner {
  background: #ffffff;
  padding: 0px 50px 50px 50px;
  box-shadow: 0px 10px 25px 0px rgb(194, 194, 194);
  border-bottom: 5px solid red;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .scrolls .scroll-inner {
    padding: 0px 25px 25px 25px;
  }
}
.scrolls .scroll-inner .scroll-image {
  position: relative;
  top: -50px;
  display: block;
  margin-bottom: -25px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .scrolls .scroll-inner .scroll-image img {
    display: inline;
  }
}
.scrolls .scroll-inner p {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: rgba(10, 31, 51, 0.5);
  margin: 0px;
}
.scrolls .scroll-button {
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s ease-out, opacity 0.5s ease-in-out;
  display: block;
  background: red;
  position: absolute;
  left: 0px;
  bottom: -64px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0px 25px 25px 0px rgb(194, 194, 194);
  z-index: 7777;
}
@media only screen and (max-width: 992px) {
  .scrolls .scroll-button {
    padding: 20px 25px;
    text-align: center;
  }
}
.scrolls .scroll-button span {
  float: right;
  margin-top: 5px;
  transition: margin 0.5s;
}
@media only screen and (max-width: 992px) {
  .scrolls .scroll-button span {
    display: none;
  }
}
.scrolls .scroll-button:hover span {
  margin-right: -5px;
}
.scrolls .scroll:hover .scroll-button {
  visibility: visible;
  opacity: 1;
}

.presents-slider .scroll-inner .scroll-image {
  top: 0px;
  margin-bottom: 0px;
}

.presents-slider .scroll {
  padding-top: 0px;
}
.presents-slider .scroll .scroll-button {
  visibility: visible;
  opacity: 1;
}

.slick-paginator {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4444;
}
@media only screen and (max-width: 992px) {
  .slick-paginator {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slick-paginator {
    display: none;
  }
}
.slick-paginator-next, .slick-paginator-prev {
  display: block;
  position: absolute;
}
.slick-paginator-next {
  background: url("../img/paginator-next-bg.svg") no-repeat top left;
  width: 150px;
  height: 150px;
  right: 57px;
  top: 80px;
  cursor: pointer;
}
.slick-paginator-next.slick-disabled {
  display: none !important;
}
.slick-paginator-next-btn {
  display: block;
  margin: 25px 33px 0px 30px;
  padding: 35px 0px 35px 32px;
}
.slick-paginator-next-btn img {
  transition: margin 0.5s;
}
.slick-paginator-next-btn:hover img {
  margin-left: 5px;
}
.slick-paginator-prev {
  background: url("../img/paginator-prev-bg.svg") no-repeat top left;
  width: 96px;
  height: 96px;
  right: 159px;
  top: 112px;
  cursor: pointer;
}
.slick-paginator-prev.slick-disabled {
  display: none !important;
}
.slick-paginator-prev-btn {
  display: block;
  padding: 35px 0px 35px 32px;
  margin-right: 15px;
  transition: margin 0.5s;
}
.slick-paginator-prev-btn img {
  transition: margin 0.5s;
}
.slick-paginator-prev-btn:hover img {
  margin-left: -5px;
}

.downloads {
  padding: 0px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  .downloads {
    padding: 0px 30px;
  }
}
.downloads h3 {
  margin-bottom: 20px;
}
.downloads ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.downloads ul li {
  display: flex;
  align-items: baseline;
  margin: 5px 0;
}
.downloads ul li a {
  color: rgba(10, 31, 51, 0.67);
  line-height: 36px;
}
.downloads__icon img {
  margin-right: 16px;
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}

.cards {
  margin: -380px 0px 0px 0px;
  padding: 0px 83px 0px 82px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .cards {
    padding: 0px;
  }
}
.cards .card {
  width: 33%;
  margin: 45px 0px;
}
@media only screen and (max-width: 1200px) {
  .cards .card {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .cards .card {
    width: 100%;
    padding: 0px 25px 25px 25px;
  }
}
.cards .card-inner {
  padding: 0px 50px 50px 50px;
  margin: 0px 13px 0px 12px;
  background: #ffffff;
  box-shadow: 0px 10px 25px 0px rgb(194, 194, 194);
  border-bottom: 5px solid #3399FF;
  position: relative;
}
.cards .card .card-image {
  position: relative;
  top: -50px;
  display: block;
  margin-bottom: -25px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .cards .card .card-image img {
    display: inline;
  }
}
.cards .card p {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: rgba(10, 31, 51, 0.5);
  margin: 0px;
}
.cards .card-button {
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s ease-out, opacity 0.5s ease-in-out;
  display: block;
  background: #3399FF;
  position: absolute;
  left: 0px;
  bottom: -69px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0px 25px 25px 0px rgb(194, 194, 194);
  z-index: 7777;
}
@media only screen and (max-width: 992px) {
  .cards .card-button {
    padding: 20px 25px;
    text-align: center;
  }
}
.cards .card-button span {
  float: right;
  margin-top: 5px;
  transition: margin 0.5s;
}
@media only screen and (max-width: 992px) {
  .cards .card-button span {
    display: none;
  }
}
.cards .card-button:hover span {
  margin-right: -5px;
}
.cards .card:hover .card-button {
  visibility: visible;
  opacity: 1;
}
.cards-title {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 12px;
}
@media only screen and (max-width: 992px) {
  .cards-title {
    padding-left: 86px;
  }
}

.blocks {
  margin: 190px 0px 90px 0px;
}
@media only screen and (max-width: 992px) {
  .blocks {
    margin: 100px 0px 100px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks {
    margin: 120px 0px 90px 0px;
  }
}
.blocks h2::after, .blocks .h2::after {
  background-image: url("../img/heading-parallelogram--gray.svg");
}
.blocks .block {
  display: flex;
}
.blocks .block-item + .block-item {
  margin-top: 104px;
}
@media only screen and (max-width: 992px) {
  .blocks .block-item + .block-item {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks .block-item + .block-item {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .blocks .block.image-left .block-info {
    order: 2;
  }
  .blocks .block.image-left .block-image {
    order: 1;
  }
  .blocks .block.image-left .block-image:before {
    left: auto;
    right: 0;
    transform: scaleY(-1) rotate(-180deg);
  }
}
@media only screen and (max-width: 992px) {
  .blocks .block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blocks .block {
    display: block;
  }
}
.blocks .block-info {
  padding: 0px 95px;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .blocks .block-info {
    width: 100%;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks .block-info {
    width: 100%;
    padding: 40px 30px;
  }
}
.blocks .block-info p {
  color: rgba(10, 31, 51, 0.67);
  line-height: 36px;
}
.blocks .block-info h2, .blocks .block-info .h2 {
  margin-bottom: 50px;
}
.blocks .block-info h2:after, .blocks .block-info .h2:after {
  color: #EEF2F6;
}
.blocks .block-image {
  position: relative;
  width: auto;
}
.blocks .block-image-container {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .blocks .block-image-container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.blocks .block-image::before {
  content: "";
  display: block;
  width: 175px;
  height: 110%;
  background: url("../img/parallelogram-image.svg");
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4444;
}
.blocks .block-image span {
  background: #0A1F33;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 4444;
  font-size: 12px;
  line-height: 36px;
}

.footer-bar {
  margin-top: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .footer-bar {
    margin-top: 100px;
  }
}
.footer-bar .linkedin {
  display: flex;
  align-items: center;
}
.footer-bar .linkedin img {
  margin: -4px 8px 0 0;
  display: block;
}
.footer-inner {
  position: relative;
  padding: 95px 0px 95px 430px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .footer-inner {
    padding: 95px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    padding: 95px 30px;
    display: block;
  }
}
.footer-inner .logo {
  position: absolute;
  top: 102px;
  left: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  .footer-inner .logo {
    display: none;
  }
}
.footer-inner > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer-inner > div {
    width: 100%;
  }
}
.footer-inner > div a {
  color: #ffffff;
  text-decoration: none;
}
.footer-inner > div ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-inner > div ul li a {
  display: block;
  padding: 10px 0px;
}
.footer-inner > div h3,
.footer-inner > div .h3 {
  color: #3399FF;
  marign-bottom: 40px;
}
.footer-inner > div .inner {
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .footer-inner .footer-first {
    margin-bottom: 30px;
  }
}
.footer-inner:before {
  content: "";
  display: block;
  width: 650px;
  height: 900px;
  background: url("../img/parallelogram.svg");
  position: absolute;
  top: -95px;
  left: -280px;
  z-index: 4444;
}
@media only screen and (max-width: 992px) {
  .footer-inner:before {
    display: none;
  }
}
.footer-inner:after {
  content: "";
  display: block;
  height: 900px;
  width: 99999px;
  background: #3399FF;
  position: absolute;
  top: 0px;
  left: -99999px;
}
@media only screen and (max-width: 992px) {
  .footer-inner:after {
    display: none;
  }
}

footer {
  background: #000000;
  margin: 0px;
  color: #ffffff;
}
footer p {
  margin: 0px;
}

.copyright {
  background: #ffffff;
}
.copyright-inner {
  padding: 40px 95px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .copyright-inner {
    padding: 40px 30px;
    text-align: left;
  }
}
.copyright-inner a {
  text-decoration: none;
}
.copyright-inner ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.copyright-inner ul li {
  display: inline;
  margin-left: 10px;
}

.presents {
  display: flex;
  flex-wrap: wrap;
}
.presents > div {
  flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  .presents > div {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .presents-form {
    padding: 0px 30px;
  }
}
.presents-form h3 {
  margin-bottom: 30px;
}
.presents-form label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.presents-form .form-select {
  position: relative;
  margin-bottom: 25px;
}
.presents-form .form-select span {
  position: absolute;
  top: 48px;
  left: 55%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .presents-form .form-select span {
    left: 803%;
  }
}
.presents-form .form-select select {
  border: 4px solid #EEF2F6;
  padding: 16px;
  width: 60%;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
@media only screen and (max-width: 768px) {
  .presents-form .form-select select {
    width: 100%;
  }
}
.presents-form .form-input {
  position: relative;
  margin-bottom: 25px;
}
.presents-form .form-input input {
  border-radius: 0px;
  border: 4px solid #EEF2F6;
  padding: 16px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .presents-form .form-input input {
    width: 100%;
  }
}
.presents-image {
  padding: 0px 50px 50px 50px;
}
@media only screen and (max-width: 768px) {
  .presents-image {
    padding: 0px 30px 30px 30px;
  }
}
.presents-image-container {
  background: #EEF2F6;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}
.presents-image-container::before {
  content: "";
  display: block;
  width: 385px;
  height: 900px;
  background: url("../img/parallelogram-white.svg");
  position: absolute;
  left: -150px;
  top: 0px;
  z-index: 0;
}
.presents-image-container > div {
  background: #fff;
  max-width: 300px;
  margin: 0px auto;
  position: relative;
  z-index: 100;
  box-shadow: 0px 10px 25px 0px #c2c2c2;
}
.presents-image-container > div h3 {
  padding: 0px 30px 30px 30px;
}

.container--inside {
  margin-top: 594px;
}
@media only screen and (max-width: 992px) {
  .container--inside {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container--inside {
    margin-top: 60px;
  }
}
.container--inside h2 {
  padding: 0 95px;
}
@media only screen and (max-width: 992px) {
  .container--inside h2 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container--inside h2 {
    padding: 0 30px;
  }
}

.container__inner {
  padding: 0 30px;
}
@media (min-width: 992px) {
  .container__inner {
    padding: 0 95px;
  }
}

.employees--white {
  margin-top: 40px;
}
.employees--white .scrolls-inner {
  background: transparent;
}
.employees--white .scrolls-inner:before {
  display: none;
}
.employees--white .scrolls-inner h2:after {
  background-image: url("../img/heading-parallelogram--gray.svg");
}

.keyvisual--fa {
  width: 100%;
  position: relative;
}
.keyvisual--fa:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(43, 47, 42, 0) 0%, rgba(19, 21, 19, 0.7) 100%);
  position: absolute;
}
.keyvisual--fa picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.keyvisual--fa picture img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background: linear-gradient(270deg, rgba(43, 47, 42, 0) 0%, rgba(0, 255, 0, 0.7) 100%);
}

.p-c-large {
  padding: 200px 0 !important;
}
