.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.tippy-iOS {
  cursor: pointer !important;
}
.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.tippy-popper {
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
  max-width: calc(100% - 10px);
}
.tippy-popper[x-placement^="top"] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}
.tippy-popper[x-placement^="top"] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^="top"] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tippy-popper[x-placement^="top"] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^="top"] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%;
}
.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="visible"] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
}
.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="hidden"] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
  transform: scale(0.2) translate(-50%, -45%);
  opacity: 0;
}
.tippy-popper[x-placement^="top"]
  [data-animation="shift-toward"][data-state="visible"] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tippy-popper[x-placement^="top"] [data-animation="perspective"] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.tippy-popper[x-placement^="top"]
  [data-animation="perspective"][data-state="visible"] {
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}
.tippy-popper[x-placement^="top"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(60deg);
  transform: translateY(0) rotateX(60deg);
}
.tippy-popper[x-placement^="top"]
  [data-animation="fade"][data-state="visible"] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"]
  [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^="top"]
  [data-animation="scale"][data-state="visible"] {
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}
.tippy-popper[x-placement^="top"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5);
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}
.tippy-popper[x-placement^="bottom"] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^="bottom"] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="visible"] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="hidden"] {
  -webkit-transform: scale(0.2) translate(-50%);
  transform: scale(0.2) translate(-50%);
  opacity: 0;
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-toward"][data-state="visible"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="perspective"] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="perspective"][data-state="visible"] {
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-60deg);
  transform: translateY(0) rotateX(-60deg);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="fade"][data-state="visible"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="scale"][data-state="visible"] {
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}
.tippy-popper[x-placement^="bottom"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5);
}
.tippy-popper[x-placement^="left"] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}
.tippy-popper[x-placement^="left"] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}
.tippy-popper[x-placement^="left"] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tippy-popper[x-placement^="left"] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tippy-popper[x-placement^="left"] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="visible"] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="hidden"] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
  transform: scale(0.2) translate(-75%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^="left"]
  [data-animation="shift-toward"][data-state="visible"] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.tippy-popper[x-placement^="left"] [data-animation="perspective"] {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.tippy-popper[x-placement^="left"]
  [data-animation="perspective"][data-state="visible"] {
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}
.tippy-popper[x-placement^="left"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-60deg);
  transform: translateX(0) rotateY(-60deg);
}
.tippy-popper[x-placement^="left"]
  [data-animation="fade"][data-state="visible"] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"]
  [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^="left"]
  [data-animation="scale"][data-state="visible"] {
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}
.tippy-popper[x-placement^="left"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5);
}
.tippy-popper[x-placement^="right"] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}
.tippy-popper[x-placement^="right"] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}
.tippy-popper[x-placement^="right"] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tippy-popper[x-placement^="right"] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tippy-popper[x-placement^="right"] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
}
.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="visible"] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="hidden"] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
  transform: scale(0.2) translate(-25%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^="right"]
  [data-animation="shift-toward"][data-state="visible"] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^="right"]
  [data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.tippy-popper[x-placement^="right"] [data-animation="perspective"] {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.tippy-popper[x-placement^="right"]
  [data-animation="perspective"][data-state="visible"] {
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}
.tippy-popper[x-placement^="right"]
  [data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(60deg);
  transform: translateX(0) rotateY(60deg);
}
.tippy-popper[x-placement^="right"]
  [data-animation="fade"][data-state="visible"] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^="right"]
  [data-animation="fade"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^="right"]
  [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^="right"]
  [data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^="right"]
  [data-animation="scale"][data-state="visible"] {
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}
.tippy-popper[x-placement^="right"]
  [data-animation="scale"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5);
}
.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
  max-width: 350px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}
.tippy-tooltip[data-size="small"] {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}
.tippy-tooltip[data-size="large"] {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}
.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}
.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state="visible"] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-tooltip[data-inertia][data-state="hidden"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tippy-arrow,
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}
.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}
.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}
.tippy-backdrop + .tippy-content[data-state="visible"] {
  opacity: 1;
}
.tippy-backdrop + .tippy-content[data-state="hidden"] {
  opacity: 0;
}
@media print {
  .no-print,
  .noprint {
    display: none;
  }
  address.print-only,
  article.print-only,
  aside.print-only,
  blockquote.print-only,
  center.print-only,
  dd.print-only,
  details.print-only,
  dir.print-only,
  div.print-only,
  dl.print-only,
  dt.print-only,
  fieldset.print-only,
  figcaption.print-only,
  figure.print-only,
  footer.print-only,
  form.print-only,
  frameset.print-only,
  h1.print-only,
  h2.print-only,
  h3.print-only,
  h4.print-only,
  h5.print-only,
  h6.print-only,
  header.print-only,
  hgroup.print-only,
  hr.print-only,
  isindex.print-only,
  main.print-only,
  menu.print-only,
  nav.print-only,
  noframes.print-only,
  noscript.print-only,
  ol.print-only,
  p.print-only,
  pre.print-only,
  section.print-only,
  summary.print-only,
  ul.print-only {
    display: block;
  }
  a.print-only,
  abbr.print-only,
  acronym.print-only,
  audio.print-only,
  b.print-only,
  basefont.print-only,
  bdo.print-only,
  big.print-only,
  br.print-only,
  canvas.print-only,
  cite.print-only,
  code.print-only,
  command.print-only,
  datalist.print-only,
  dfn.print-only,
  em.print-only,
  embed.print-only,
  font.print-only,
  i.print-only,
  img.print-only,
  input.print-only,
  kbd.print-only,
  keygen.print-only,
  label.print-only,
  mark.print-only,
  meter.print-only,
  output.print-only,
  progress.print-only,
  q.print-only,
  rp.print-only,
  rt.print-only,
  ruby.print-only,
  s.print-only,
  samp.print-only,
  select.print-only,
  small.print-only,
  span.print-only,
  strike.print-only,
  strong.print-only,
  sub.print-only,
  sup.print-only,
  textarea.print-only,
  time.print-only,
  tt.print-only,
  u.print-only,
  var.print-only,
  video.print-only,
  wbr.print-only {
    display: inline;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.container {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 734px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1170px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1110px;
  }
}
@font-face {
  font-family: Heebo;
  font-style: normal;
  font-weight: 300;
  src:
    local("Heebo Light"),
    local("Heebo-Light"),
    url(../assets/fonts/heebo-v3-latin-300.woff2) format("woff2"),
    url(../assets/fonts/heebo-v3-latin-300.woff) format("woff");
}
@font-face {
  font-family: Heebo;
  font-style: normal;
  font-weight: 400;
  src:
    local("Heebo"),
    local("Heebo-Regular"),
    url(../assets/fonts/heebo-v3-latin-regular.woff2) format("woff2"),
    url(../assets/fonts/heebo-v3-latin-regular.woff) format("woff");
}
@font-face {
  font-family: Heebo;
  font-style: normal;
  font-weight: 500;
  src:
    local("Heebo Medium"),
    local("Heebo-Medium"),
    url(../assets/fonts/heebo-v3-latin-500.woff2) format("woff2"),
    url(../assets/fonts/heebo-v3-latin-500.woff) format("woff");
}
@font-face {
  font-family: Heebo;
  font-style: normal;
  font-weight: 700;
  src:
    local("Heebo Bold"),
    local("Heebo-Bold"),
    url(../assets/fonts/heebo-v3-latin-700.woff2) format("woff2"),
    url(../assets/fonts/heebo-v3-latin-700.woff) format("woff");
}
.clearfix:after,
.clearfix:before {
  display: table;
  width: 100%;
  clear: both;
}
.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-bold {
  font-weight: 700;
}
.t-upper {
  text-transform: uppercase;
}
.hidden-mobile {
  display: none !important;
}
@media (max-width: 733px) {
  .hidden-mobile {
    display: block !important;
  }
}
.hidden-tablet {
  display: none !important;
}
@media (min-width: 734px) and (max-width: 1169px) {
  .hidden-tablet {
    display: block !important;
  }
}
.hidden-desktop {
  display: block !important;
}
@media (min-width: 1170px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 734px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.columns .col {
  width: 100%;
}
@media (min-width: 1170px) {
  .columns.size-2 {
    width: 82.88288%;
  }
}
@media (min-width: 734px) {
  .columns.size-2 .col {
    width: 47.45763%;
    margin-right: 5.08475%;
  }
  .columns.size-2 .col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1170px) {
  .columns.size-2 .col {
    width: 48.36957%;
    margin-right: 2.7027%;
  }
  .columns.size-2 .col:nth-child(2n) {
    margin-right: 0;
  }
}
.columns.size-3 .col {
  width: 100%;
}
@media (min-width: 734px) {
  .columns.size-3 .col {
    width: 28.73563%;
    margin-right: 5.08475%;
  }
  .columns.size-3 .col:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1170px) {
  .columns.size-3 .col {
    width: 31.53153%;
    margin-right: 2.7027%;
  }
}
@media (min-width: 734px) {
  .columns.size-4 .col {
    width: 47.45763%;
    margin-right: 5.08475%;
  }
  .columns.size-4 .col:last-child,
  .columns.size-4 .col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1170px) {
  .columns.size-4 .col {
    width: 22.97297%;
    margin-right: 2.7027%;
  }
  .columns.size-4 .col:nth-child(2n) {
    margin-right: 2.7027%;
  }
  .columns.size-4 .col:nth-child(4n) {
    margin-right: 0;
  }
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-size: 1.6rem;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: inherit;
}
p {
  margin-top: 0;
}
.site-content {
  position: relative;
}
a {
  color: #000;
}
a:active,
a:focus,
a:hover,
a:visited {
  color: #2d6cff;
}
button,
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  border: 2px solid hsla(0, 0%, 100%, 0.6);
  color: #fff;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 13px 22px 14px;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1170px) {
  input[type="email"],
  input[type="password"],
  input[type="text"],
  textarea {
    font-size: 2rem;
    border-width: 3px;
    padding: 14px 22px 15px;
  }
}
.password-form input[type="email"],
.password-form input[type="password"],
.password-form input[type="text"],
.password-form textarea,
.theme--white input[type="email"],
.theme--white input[type="password"],
.theme--white input[type="text"],
.theme--white textarea {
  border-color: #d3d3d3;
  color: #000;
}
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.6;
}
.password-form input[type="email"]::-webkit-input-placeholder,
.password-form input[type="password"]::-webkit-input-placeholder,
.password-form input[type="text"]::-webkit-input-placeholder,
.password-form textarea::-webkit-input-placeholder,
.theme--white input[type="email"]::-webkit-input-placeholder,
.theme--white input[type="password"]::-webkit-input-placeholder,
.theme--white input[type="text"]::-webkit-input-placeholder,
.theme--white textarea::-webkit-input-placeholder {
  color: #000;
}
.password-form input[type="email"]::-ms-input-placeholder,
.password-form input[type="password"]::-ms-input-placeholder,
.password-form input[type="text"]::-ms-input-placeholder,
.password-form textarea::-ms-input-placeholder,
.theme--white input[type="email"]::-ms-input-placeholder,
.theme--white input[type="password"]::-ms-input-placeholder,
.theme--white input[type="text"]::-ms-input-placeholder,
.theme--white textarea::-ms-input-placeholder {
  color: #000;
}
.password-form input[type="email"]::placeholder,
.password-form input[type="password"]::placeholder,
.password-form input[type="text"]::placeholder,
.password-form textarea::placeholder,
.theme--white input[type="email"]::placeholder,
.theme--white input[type="password"]::placeholder,
.theme--white input[type="text"]::placeholder,
.theme--white textarea::placeholder {
  color: #000;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 34px;
  font-size: 1.6rem;
}
@media (min-width: 1170px) {
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 2rem;
  }
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1170px) {
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    border-width: 3px;
    top: 2px;
  }
}
.theme--white input[type="checkbox"] + label:before,
.theme--white input[type="radio"] + label:before {
  border-color: #d3d3d3;
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.theme--black input[type="checkbox"] + label:after,
.theme--black input[type="radio"] + label:after {
  background: #000;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #126b43;
  border-color: #126b43;
}
.theme--green input[type="checkbox"]:checked + label:before,
.theme--green input[type="radio"]:checked + label:before {
  background: #ef4747;
  border-color: #ef4747;
}
.theme--red input[type="checkbox"]:checked + label:before,
.theme--red input[type="radio"]:checked + label:before {
  background: #000;
  border-color: #000;
}
.theme--black input[type="checkbox"]:checked + label:before,
.theme--black input[type="radio"]:checked + label:before {
  background: #f8d137;
  border-color: #f8d137;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="radio"] + label:after,
input[type="radio"] + label:before {
  border-radius: 50%;
}
select {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  background: none;
  border-radius: 0;
  border: 2px solid hsla(0, 0%, 100%, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(../assets/images/select-arrow.svg) no-repeat;
  background-position: top 20px right 20px;
  padding: 13px 50px 14px 22px;
  color: #fff;
}
.theme--white select {
  border-color: #d3d3d3;
  color: #000;
}
@media (min-width: 1170px) {
  select {
    font-size: 2rem;
    border-width: 3px;
    padding: 14px 22px 15px;
    background-position: top 22px right 20px;
  }
}
.password-form {
  padding-bottom: 7.6rem;
  padding-top: 7.6rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media (min-width: 734px) {
  .password-form {
    padding-bottom: 8.8rem;
    padding-top: 8.8rem;
  }
}
.password-form label {
  color: #126b43;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 1170px) {
  .password-form label {
    padding: 0;
    font-size: 3.6rem;
  }
}
.password-form input {
  max-width: 280px;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 734px) {
  .password-form input {
    margin-top: 2.4rem;
    max-width: 500px;
  }
}
.theme--white .title {
  color: #126b43;
}
.theme--white .button {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #ef4747),
    color-stop(87%, #d43535)
  );
  background-image: linear-gradient(-90deg, #ef4747 14%, #d43535 87%);
  color: #fff !important;
}
.theme--white a {
  color: #126b43 !important;
}
.theme--green {
  background-color: #126b43;
  color: #fff;
}
.theme--green .title {
  color: #fff;
}
.theme--green .button {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #ef4747),
    color-stop(87%, #d43535)
  );
  background-image: linear-gradient(-90deg, #ef4747 14%, #d43535 87%);
  color: #fff !important;
}
.theme--green a {
  color: #f8d137 !important;
}
.theme--red {
  background-color: #ef4747;
  color: #fff;
}
.theme--red .title {
  color: #fff;
}
.theme--red .button {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #313131),
    color-stop(87%, #000)
  );
  background-image: linear-gradient(-90deg, #313131 14%, #000 87%);
  color: #fff !important;
}
.theme--red a {
  color: #000 !important;
}
.theme--black {
  background-color: #000;
  color: #fff;
}
.theme--black .title {
  color: #fff;
}
.theme--black .button {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(-90deg, #f7e081 14%, #f8d137 87%);
  color: #000 !important;
}
.theme--black a {
  color: #f8d137 !important;
}
body {
  font-family: Heebo, Arial, Helvetica, sans-serif;
}
.title,
body {
  font-weight: 300;
}
.title {
  font-size: 4.8rem;
  line-height: 1.16;
}
@media (min-width: 1170px) {
  .title {
    font-size: 8.4rem;
    line-height: 0.93;
    margin-bottom: 30px;
  }
}
.title--yellow {
  color: #f8d137 !important;
}
.subtitle {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1170px) {
  .subtitle {
    font-size: 5rem;
  }
}
.small-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media (min-width: 1170px) {
  .small-title {
    font-size: 3.6rem;
  }
}
.theme--white .small-title {
  color: #126b43;
}
.success-stories__header {
  margin-bottom: 20px;
}
@media (min-width: 734px) {
  .success-stories__header {
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 734px) {
  .success-stories__title {
    width: 49.18033%;
    text-align: right;
  }
}
@media (max-width: 733px) {
  .success-stories__graph {
    display: none;
  }
}
.success-stories__intro {
  text-align: center;
  margin-top: 68px;
  margin-bottom: 40px;
}
@media (min-width: 734px) {
  .success-stories__intro {
    margin-left: 16.93989%;
    width: 66.12022%;
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.success-stories__filters {
  margin-bottom: 20px;
}
@media (min-width: 734px) {
  .success-stories__filters {
    margin-bottom: 100px;
  }
}
.article {
  margin-bottom: 90px;
}
@media (min-width: 1170px) {
  .article__wrapper {
    width: 65.76577%;
  }
}
.article .title,
.article h2 {
  color: #126b43;
}
.article h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 90px;
}
.article h3 {
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 90px;
}
.article p {
  margin-top: 45px;
}
.breadcrumb {
  padding: 33px;
  font-size: 1.5rem;
  font-weight: 500;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #126b43;
  margin-left: 15px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb a {
  color: #ef4747 !important;
}
.browserupgrade {
  padding: 20px;
  background-color: #be0707;
  color: #fff;
  text-align: center;
}
.browserupgrade a {
  color: #fff !important;
}
.button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  padding: 13px 45px 12px;
  background: #ef4747;
  font-size: 1.6rem;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.18em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1170px) {
  .button,
  input[type="button"],
  input[type="submit"] {
    font-size: 1.8rem;
    padding: 17px 45px 16px;
  }
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-4px, -4px, 0);
    transform: translate3d(-4px, -4px, 0);
  }
  .theme--black .button:hover,
  .theme--black input[type="button"]:hover,
  .theme--black input[type="submit"]:hover {
    -webkit-box-shadow: 8px 8px 0 0 hsla(0, 0%, 100%, 0.3);
    box-shadow: 8px 8px 0 0 hsla(0, 0%, 100%, 0.3);
  }
}
.decoration {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1170px) {
  .decoration {
    display: block;
  }
}
.decoration__element1,
.decoration__element2,
.decoration__element3,
.decoration__element4,
.decoration__element5 {
  position: absolute;
}
.variation0 .decoration__element1 {
  width: 187px;
  height: 187px;
  border-radius: 50%;
  border: 1px solid #126b43;
  top: -93px;
  left: calc(50% - 459px);
}
.variation0 .decoration__element2 {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(-90deg, #f7e081 14%, #f8d137 87%);
  top: -58px;
  left: calc(50% - 322px);
}
.variation0 .decoration__element3 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #126b43;
  top: -10px;
  left: calc(50% - 10px);
}
.variation0 .decoration__element4,
.variation0 .decoration__element5 {
  display: none;
}
.variation1 .decoration__element1 {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  border: 1px solid #ef4747;
  top: -83px;
  left: calc(50% - 444px);
}
.variation1 .decoration__element2 {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #ef4747;
  top: -31px;
  left: calc(50% - 396px);
}
.variation1 .decoration__element3 {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  top: 67px;
  left: calc(50% - 356px);
}
.variation1 .decoration__element3,
.variation1 .decoration__element4 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(-90deg, #f7e081 14%, #f8d137 87%);
}
.variation1 .decoration__element4 {
  width: 18px;
  height: 103px;
  top: -51px;
  left: calc(50% - 9px);
}
.variation1 .decoration__element5 {
  display: none;
}
.variation2 .decoration__element1 {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  border: 1px solid #f8d137;
  top: -83px;
  left: calc(50% + 396px);
}
.variation2 .decoration__element2 {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #f8d137;
  top: -31px;
  left: calc(50% + 444px);
}
.variation2 .decoration__element3 {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ef4747;
  top: 67px;
  left: calc(50% + 484px);
}
.variation2 .decoration__element4 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ef4747;
  top: -10px;
  left: calc(50% - 10px);
}
.variation2 .decoration__element5 {
  display: none;
}
.variation3 .decoration__element1 {
  width: 213px;
  height: 213px;
  border-radius: 50%;
  border: 3px solid #f8d137;
  top: -83px;
  left: calc(50% - 458px);
}
.variation3 .decoration__element2 {
  width: 18px;
  height: 103px;
  background: #ef4747;
  top: -153px;
  left: calc(50% - 364px);
}
.variation3 .decoration__element3 {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #126b43;
  top: 28px;
  left: calc(50% - 371px);
}
.variation3 .decoration__element4 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #126b43;
  top: -10px;
  left: calc(50% - 10px);
}
.variation3 .decoration__element5 {
  display: none;
}
.variation4 .decoration__element1 {
  width: 18px;
  height: 103px;
  background: #ef4747;
  top: -51px;
  left: calc(50% - 9px);
}
.variation4 .decoration__element2,
.variation4 .decoration__element3,
.variation4 .decoration__element4,
.variation4 .decoration__element5 {
  display: none;
}
.variation5 .decoration__element1 {
  width: 18px;
  height: 103px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(180deg, #f7e081 14%, #f8d137 87%);
  top: -124px;
  left: calc(50% + 16px);
}
.variation5 .decoration__element2 {
  width: 26px;
  height: 26px;
  background: #ef4747;
  top: -13px;
  left: calc(50% - 13px);
}
.variation5 .decoration__element3,
.variation5 .decoration__element4,
.variation5 .decoration__element5 {
  display: none;
}
.variation6 .decoration__element1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #ef4747;
  top: -163px;
  left: calc(50% + 388px);
}
.variation6 .decoration__element2 {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(180deg, #f7e081 14%, #f8d137 87%);
  top: -65px;
  left: calc(50% + 415px);
}
.variation6 .decoration__element3 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fff;
  top: 70px;
  left: calc(50% + 462px);
}
.variation6 .decoration__element4 {
  width: 22px;
  height: 22px;
  background: #ef4747;
  top: -10px;
  left: calc(50% - 10px);
}
.variation6 .decoration__element5 {
  width: 58px;
  height: 58px;
  background: #ef4747;
  top: 57px;
  left: calc(50% + 15px);
}
.donut .arc {
  cursor: pointer;
}
.donut .arc text {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: Heebo, Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  fill: #fff;
  text-anchor: middle;
}
.donut .is-inactive text {
  opacity: 0;
}
.employee {
  text-align: left;
}
.employee__image {
  margin-bottom: 40px;
}
@media (min-width: 734px) {
  .employee__image {
    margin-bottom: 45px;
  }
}
.employee__image img {
  width: 100%;
  height: auto;
}
.employee__name {
  font-weight: 500;
  text-transform: uppercase;
}
.employee__name,
.employee__position {
  font-size: 2.4rem;
  line-height: 1.1;
}
.employee__text {
  margin-top: 20px;
}
@media (max-width: 733px) {
  .filters {
    padding-bottom: 10px;
  }
}
@media (min-width: 734px) {
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 733px) {
  .filters__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 734px) {
  .filters__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 15px;
  }
  .filters__item:last-child {
    margin-right: 0;
  }
}
.filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 734px) {
  .filters__bottom {
    display: none;
  }
}
.filters__text {
  font-size: 2rem;
}
.filters__percent,
.filters__text {
  color: #000;
}
@media (max-width: 733px) {
  .filters__title {
    width: 70%;
  }
}
.filters__percent {
  position: relative;
  margin-left: auto;
  text-align: right;
  width: 35%;
  font-size: 2.4rem;
  top: -2px;
}
@media (min-width: 734px) {
  .filters__percent {
    display: none;
  }
}
.filters__percent-indicator {
  margin-left: auto;
  margin-top: 5px;
  height: 10px;
}
.filters label {
  cursor: pointer;
}
.filters input + label:after {
  background: url(../assets/images/check.svg) no-repeat;
  height: 15px;
  left: 4px;
  top: 5px;
  width: 18px;
}
.filters input:checked + label:before {
  background-color: currentColor !important;
  border-color: currentColor !important;
}
.gform_body ul {
  margin: 0;
  padding: 0;
}
.gform_body li {
  list-style: none;
  margin-bottom: 40px;
}
@media (min-width: 1170px) {
  .gform_body li {
    margin-bottom: 20px;
  }
}
.gform_body .gfield_label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 6px;
}
.gform_body .gfield_error input[type="email"],
.gform_body .gfield_error input[type="text"] {
  border-color: #d0021b;
}
.gform_body .gfield_error .gfield_description {
  color: #d0021b;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0 25px;
}
.ginput_container li {
  margin-bottom: 10px;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_footer {
  margin-top: 40px;
}
.headline__title {
  margin-bottom: 26px;
}
@media (min-width: 1170px) {
  .headline__title {
    margin-bottom: 40px;
  }
}
.headline__subtitle {
  position: relative;
  z-index: 100;
  line-height: 1.6;
  margin-bottom: 34px;
}
@media (min-width: 1170px) {
  .headline__subtitle {
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.headline__subtitle:after,
.headline__subtitle:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  width: 85%;
  height: 39px;
  opacity: 0.6;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(14%, #f7e081),
    color-stop(87%, #f8d137)
  );
  background-image: linear-gradient(90deg, #f7e081 14%, #f8d137 87%);
  z-index: -1;
}
@media (min-width: 1170px) {
  .headline__subtitle:after,
  .headline__subtitle:before {
    height: 71px;
    top: 5px;
    left: 13px;
  }
}
.headline__subtitle:after {
  opacity: 0.3;
  top: 35px;
  left: 20px;
  width: 85%;
  height: 39px;
}
@media (min-width: 1170px) {
  .headline__subtitle:after {
    width: 86%;
    height: 53px;
    top: 55px;
    left: 11%;
  }
}
.icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon svg {
  width: 90%;
  height: auto;
}
.theme--green .icon svg path {
  fill: #f8d137;
}
.theme--white .icon svg path {
  fill: #a6a6a6;
}
.theme--red .icon svg path {
  fill: #000;
}
.theme--black .icon svg path {
  fill: #f8d137;
}
.link {
  color: #ef4747 !important;
  font-weight: 500;
}
.link:after {
  content: " \2192";
}
.media-item__embed,
.media-item__image,
.media-item__video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.media-item__poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.media-item__poster.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.media-item__toggle {
  position: absolute;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.media-item__toggle svg {
  width: 100%;
  height: auto;
}
.media-item__toggle svg g {
  fill: #fff;
}
.media-item__toggle.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property:
    opacity,
    -webkit-filter;
  transition-property:
    opacity,
    -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  -webkit-transition:
    bottom 0.08s ease-out 0s,
    top 0.08s ease-out 0s,
    opacity 0s linear;
  transition:
    bottom 0.08s ease-out 0s,
    top 0.08s ease-out 0s,
    opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  opacity: 0;
  -webkit-transition:
    bottom 0.08s ease-out,
    top 0.08s ease-out,
    opacity 0s linear 0.08s;
  transition:
    bottom 0.08s ease-out,
    top 0.08s ease-out,
    opacity 0s linear 0.08s;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.post-categories {
  background: #126b43;
  padding: 33px 0;
  font-size: 1.5rem;
}
.post-categories ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 734px) {
  .post-categories ul {
    padding: 11px 0;
  }
}
.post-categories li {
  list-style: none;
  margin: 5px 0;
}
@media (min-width: 734px) {
  .post-categories li {
    display: inline-block;
    margin: 0 50px 0 0;
  }
}
.post-categories li:last-child {
  margin: 0;
}
.post-categories a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  z-index: 200;
}
@media (min-width: 1170px) {
  .post-categories a:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 30px);
    height: 36px;
    background-color: #f8d137;
    opacity: 0.5;
    top: -8px;
    left: -15px;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-width: 1170px) {
  .post-categories a:hover:before {
    display: block;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.custom-select {
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.custom-select span {
  position: absolute;
  top: 50%;
  right: 0;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
.custom-select,
.custom-select select {
  width: 240px;
}
.custom-select select {
  height: 34px;
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
}
@-moz-document url-prefix() {
  .custom-select select {
    width: 110%;
  }
}
.site-footer {
  background: #126b43;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 1170px) {
  .site-footer {
    padding: 86px 0;
  }
}
@media (min-width: 1170px) {
  .site-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site-footer__left {
  margin-bottom: 60px;
}
@media (min-width: 1170px) {
  .site-footer__left {
    margin-bottom: 0;
    width: 22.97297%;
  }
}
@media (min-width: 1170px) {
  .site-footer__center {
    width: 48.64865%;
  }
}
@media (min-width: 1170px) {
  .site-footer__right {
    width: 22.97297%;
  }
}
.site-footer__nav {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 300;
}
.site-footer__nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1170px) {
  .site-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site-footer__nav li {
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 1170px) {
  .site-footer__nav li {
    width: 47.22222%;
  }
}
.site-footer__nav a {
  text-decoration: none;
  color: #fff;
}
.site-footer__social {
  margin: 70px 0 98px;
}
.site-footer__credits,
.site-footer__credits-mobile {
  font-size: 11px;
  font-weight: 300;
}
.site-footer__credits-mobile a,
.site-footer__credits a {
  text-decoration: none;
  color: #fff;
}
.site-footer__credits {
  display: none;
}
@media (min-width: 1170px) {
  .site-footer__credits {
    display: block;
  }
}
.site-footer__credits-mobile {
  margin-top: 60px;
}
@media (min-width: 1170px) {
  .site-footer__credits-mobile {
    display: none;
  }
}
.site-footer__logos {
  margin: 60px 0;
}
@media (min-width: 1170px) {
  .site-footer__logos {
    margin: 60px 0 0;
  }
}
.site-footer__logos img {
  display: block;
  margin-bottom: 23px;
  max-width: 160px;
}
@media (max-width: 1169px) {
  .site-footer__logos img {
    width: 45.71429%;
    max-width: 190px;
    height: auto;
  }
}
.site-footer .button {
  width: 100%;
}
.site-header {
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 150;
  height: 85px;
  background: #126b43;
}
@media (min-width: 1170px) {
  .site-header {
    padding-top: 32px;
    height: 100px;
    position: absolute;
    background: none;
  }
}
.site-header__wrapper {
  height: 85px;
  overflow: visible;
}
@media (min-width: 1170px) {
  .site-header__wrapper {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.site-header__logo {
  height: 85px;
}
@media (min-width: 1170px) {
  .site-header__logo {
    width: 20.04505%;
  }
}
@media (max-width: 1169px) {
  .site-header__logo img {
    margin-top: 29px;
    width: 123px;
    height: auto;
  }
}
.site-header__toggle {
  position: absolute;
  top: 17px;
  right: 0;
}
@media (min-width: 1170px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__nav {
  font-size: 1.5rem;
}
@media (max-width: 1169px) {
  .site-header__nav {
    background: #126b43;
    width: 100vw;
    min-height: 100vh;
    margin-left: -15px;
    padding: 35px 15px;
    visibility: hidden;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  .site-header__nav li {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .site-header__nav li:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .site-header__nav li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .site-header__nav li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .site-header__nav li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .site-header__nav li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .site-header__nav li:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .site-header__nav li:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .site-header__nav li:nth-child(8) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .site-header__nav li:nth-child(9) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .menu-open .site-header__nav {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-open .site-header__nav li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 734px) {
  .site-header__nav {
    margin-left: -30px;
    padding: 35px 30px;
  }
}
@media (min-width: 1170px) {
  .site-header__nav {
    padding: 0;
    width: 79.95495%;
  }
}
.site-header__nav ul {
  margin: 0;
  padding: 11px 0;
}
@media (min-width: 1170px) {
  .site-header__nav ul {
    text-align: right;
  }
}
.site-header__nav li {
  list-style: none;
  margin: 0 0 30px;
}
@media (min-width: 1170px) {
  .site-header__nav li {
    display: inline-block;
    margin: 0 44px 0 0;
  }
  .site-header__nav li:last-child {
    margin: 0;
  }
}
.site-header__nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  z-index: 200;
}
.site-header__nav a:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 30px);
  height: 36px;
  background-color: #f8d137;
  opacity: 0.5;
  top: -8px;
  left: -15px;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.site-header__nav a:hover:before,
.site-header__nav li.current-menu-item a:before {
  display: block;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header__nav .nav-button a {
  border: 1px solid #fff;
  padding: 8px 15px 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header__nav .nav-button a:before {
  width: 100%;
  height: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.site-header__nav .nav-button a:hover:before {
  display: block;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header__social {
  margin: 32px 0;
}
.site-header__social li:first-child {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.site-header__social li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.site-header__social li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.site-header__social li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.site-header__social li:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.site-header__social li:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.site-header__social li:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.site-header__social li:nth-child(8) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.site-header__social li:nth-child(9) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
@media (min-width: 1170px) {
  .site-header__social {
    display: none;
  }
}
.swiper-pagination-bullet {
  cursor: pointer;
}
.social-networks ul {
  margin: 0;
  padding: 0;
}
.social-networks li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}
.social-networks a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-networks a:hover {
  opacity: 0.7;
}
.social-networks .twitter a {
  background-image: url(../assets/images/twitter.svg);
}
.social-networks .linkedin a {
  background-image: url(../assets/images/linkedin.svg);
}
.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.teaser__thumbnail {
  position: relative;
  padding-top: 100%;
  margin-bottom: 45px;
}
.teaser__thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.teaser__excerpt {
  margin-bottom: 44px;
}
.articles {
  padding: 100px 0 10px;
}
.articles__title {
  margin-bottom: 90px;
}
.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 460px) and (max-width: 733px) {
  .articles__wrapper {
    width: calc(100% + 15px);
  }
}
.articles__item {
  margin-bottom: 90px;
}
@media (min-width: 460px) and (max-width: 733px) {
  .articles__item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media (min-width: 734px) and (max-width: 1169px) {
  .articles__item {
    width: calc(33.333% - 15px);
    margin-right: 15px;
  }
}
@media (min-width: 1170px) {
  .articles__item {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
}
.call-to-action {
  text-align: center;
}
@media (min-width: 1170px) {
  .call-to-action__wrapper {
    width: 48.64865%;
    margin: 0 auto;
  }
}
.call-to-action__title {
  margin-bottom: 20px;
}
.call-to-action__text {
  margin-bottom: 42px;
}
.cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;
  padding: 178px 0 100px;
}
@media (min-width: 734px) {
  .cover {
    min-height: 650px;
  }
}
@media (min-width: 1170px) {
  .cover {
    min-height: 700px;
    padding: 250px 0 200px;
  }
}
.cover__wrapper {
  position: relative;
  z-index: 51;
}
@media (min-width: 1170px) {
  .cover__wrapper {
    width: 57.20721%;
    margin-left: 25.67568%;
  }
}
.cover__image {
  display: none;
}
@media (min-width: 734px) {
  .cover__image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 48;
    opacity: 0.6;
  }
}
.theme--white .cover__image {
  background-color: #fff;
  background-blend-mode: overlay, luminosity;
}
.theme--green .cover__image {
  background-blend-mode: lighten;
  background-color: #126b43;
}
.theme--red .cover__image {
  background-color: #ef4747;
  background-blend-mode: lighten;
}
.theme--black .cover__image {
  background-color: #000;
  background-blend-mode: hard-light;
}
.cover__mask {
  display: none;
}
@media (min-width: 734px) {
  .cover__mask {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 49;
  }
}
.theme--white .cover__mask {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 50%);
}
.theme--green .cover__mask {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#126b43),
    color-stop(50%, rgba(18, 107, 67, 0))
  );
  background-image: linear-gradient(90deg, #126b43, rgba(18, 107, 67, 0) 50%);
}
.theme--red .cover__mask {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef4747),
    color-stop(50%, rgba(239, 71, 71, 0))
  );
  background-image: linear-gradient(90deg, #ef4747, rgba(239, 71, 71, 0) 50%);
}
.theme--black .cover__mask {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(90deg, #000, transparent 50%);
}
.cover__decoration {
  display: none;
}
@media (min-width: 734px) {
  .cover__decoration {
    display: block;
    position: absolute;
    top: calc(50% + 55px);
    left: calc(50% - 500px);
  }
}
.cover__decoration-el1,
.cover__decoration-el2,
.cover__decoration-el3,
.cover__decoration-el4,
.cover__decoration-el5 {
  position: absolute;
}
.cover__decoration-el1 {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: #ef4747;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: -260px;
  left: -260px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#076740),
    to(#065d37)
  );
  background-image: linear-gradient(90deg, #076740, #065d37);
}
.theme--red .cover__decoration-el1 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef4747),
    to(#d43535)
  );
  background-image: linear-gradient(90deg, #ef4747, #d43535);
}
.theme--black .cover__decoration-el1 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#222),
    to(#383838)
  );
  background-image: linear-gradient(-90deg, #222, #383838);
}
.theme--white .cover__decoration-el1 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f9f9f9),
    to(#ddd)
  );
  background-image: linear-gradient(-90deg, #f9f9f9, #ddd);
}
.cover__decoration-el2 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #126b43;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: -160px;
  left: -160px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0c6b43),
    to(#064728)
  );
  background-image: linear-gradient(90deg, #0c6b43, #064728);
}
.theme--red .cover__decoration-el2 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ef4747),
    to(#d43535)
  );
  background-image: linear-gradient(-90deg, #ef4747, #d43535);
}
.theme--black .cover__decoration-el2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#383838)
  );
  background-image: linear-gradient(90deg, #222, #383838);
}
.theme--white .cover__decoration-el2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9f9f9),
    to(#ddd)
  );
  background-image: linear-gradient(90deg, #f9f9f9, #ddd);
}
.cover__decoration-el3 {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  background: #ef4747;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: -93px;
  left: -93px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefffe),
    to(#5ec1c6)
  );
  background-image: linear-gradient(-180deg, #fefffe, #5ec1c6);
}
.cover__decoration-el4 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8d137;
  top: -25px;
  left: -25px;
  -webkit-transform: rotate(180deg) translateY(-160px);
  transform: rotate(180deg) translateY(-160px);
}
.cover__decoration-el5 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: -15px;
  left: -15px;
  -webkit-transform: rotate(270deg) translateY(-260px);
  transform: rotate(270deg) translateY(-260px);
}
.cover__title {
  margin-bottom: 40px;
}
.downloads__intro {
  margin-bottom: 60px;
}
@media (min-width: 1170px) {
  .downloads__intro {
    width: 65.76577%;
    margin-bottom: 96px;
  }
}
.downloads__item {
  margin-bottom: 60px;
}
@media (min-width: 1170px) {
  .downloads__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.downloads__icon {
  margin-bottom: 24px;
}
.downloads .button {
  margin-top: 46px;
}
@media (min-width: 1170px) {
  .form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1170px) {
  .form__col1 {
    width: 57.20721%;
    text-align: right;
  }
}
.form__col2 {
  margin-top: 6px;
}
@media (min-width: 1170px) {
  .form__col2 {
    width: 40.09009%;
    margin-top: -24px;
  }
}
.highlight-2cols {
  position: relative;
}
@media (min-width: 1170px) {
  .highlight-2cols__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1170px) {
  .highlight-2cols__col1,
  .highlight-2cols__col2 {
    width: 48.64865%;
  }
}
@media (min-width: 1170px) {
  .highlight-2cols__col1 {
    text-align: right;
  }
}
.text-title .highlight-2cols__col1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.highlight-2cols__col2 {
  margin-top: 16px;
}
@media (min-width: 1170px) {
  .text-title .highlight-2cols__col2 {
    text-align: right;
  }
}
.highlight-2cols.text-title ul {
  list-style-position: inside;
}
.highlight-2cols a {
  font-weight: 500;
}
.highlight-2cols a:after {
  content: " \2192";
}
.highlighted-article {
  position: relative;
}
@media (min-width: 1170px) {
  .highlighted-article {
    min-height: 400px;
  }
}
@media (min-width: 1170px) {
  .highlighted-article__content {
    min-height: 400px;
    width: 48.64865%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.highlighted-article__image {
  margin-bottom: 40px;
}
@media (min-width: 1170px) {
  .highlighted-article__image {
    height: 400px;
    width: calc(50% - 7.5px);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}
.highlighted-article__image img {
  display: block;
  width: 100%;
}
.image {
  position: relative;
  height: 600px;
}
.image__background-1,
.image__background-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.image__background-1 {
  background-color: #ccc;
  background-blend-mode: lighten;
}
.image__background-2 {
  opacity: 0.5;
}
.infographic {
  text-align: center;
}
@media (min-width: 1170px) {
  .infographic__wrapper {
    width: 82.88288%;
    margin: 0 auto;
  }
}
.infographic__intro {
  margin-bottom: 70px;
}
.infographic__infographic {
  width: 100%;
}
.infographic__steps {
  position: relative;
}
@media (min-width: 1170px) {
  .infographic__steps {
    padding-top: 110px;
  }
}
.infographic__step {
  margin-bottom: 30px;
}
@media (min-width: 1170px) {
  .infographic__step {
    width: 38.04348%;
    margin-bottom: 240px;
  }
}
.infographic__step--last {
  margin-bottom: 0;
}
.infographic__video {
  width: 100%;
  max-width: 542px;
  margin: 0 auto 40px;
}
@media (min-width: 1170px) {
  .infographic__video {
    position: absolute;
    top: 0;
    right: 0;
    width: 542px;
    margin-bottom: 0;
  }
  .infographic__video--2 {
    top: 390px;
  }
  .infographic__video--3 {
    top: 680px;
  }
}
.media {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 1170px) {
  .media {
    padding: 30px 0;
  }
}
.module {
  position: relative;
  padding: 120px 0;
}
@media (min-width: 1170px) {
  .module {
    padding: 225px 0;
  }
}
.module--no-margin-top {
  padding: 0 0 120px;
}
@media (min-width: 1170px) {
  .module--no-margin-top {
    padding: 0 0 225px;
  }
}
.multi-column-content.center {
  text-align: center;
}
.multi-column-content.center .icon {
  margin-left: auto;
  margin-right: auto;
}
.multi-column-content__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.2;
}
.multi-column-content__wrapper {
  position: relative;
}
.multi-column-content__intro {
  margin-bottom: 60px;
}
@media (min-width: 1170px) {
  .multi-column-content__intro {
    width: 65.76577%;
    margin-bottom: 96px;
  }
  .center .multi-column-content__intro {
    margin-left: auto;
    margin-right: auto;
  }
}
.center .multi-column-content__columns {
  margin-left: auto;
  margin-right: auto;
}
.multi-column-content__button {
  margin-top: 95px;
}
.multi-column-content .col {
  margin-bottom: 120px;
}
.multi-column-content .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 734px) {
  .multi-column-content .col {
    margin-bottom: 0;
  }
}
@media (min-width: 734px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.column .icon {
  margin-bottom: 44px;
}
.column__button {
  margin-top: 25px;
}
.table__introduction,
.table h2 {
  text-align: center;
}
.table h2 {
  color: #126b43;
  margin: 40px;
}
.table__introduction {
  width: 66.22222%;
  margin: 0 auto 60px;
}
@media (min-width: 1170px) {
  .table__introduction {
    margin: 0 auto 80px;
  }
}
.table__introduction a {
  text-decoration: underline;
}
.table__introduction a:hover {
  color: #126b43;
}
.table select {
  display: block;
  border: 1px solid #f6f6f6;
  color: #000;
  margin-bottom: 80px;
}
@media (min-width: 1170px) {
  .table select {
    display: none;
  }
}
.table__base,
.table__data,
.table__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table__wrapper {
  *zoom: 1;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table__wrapper:after,
.table__wrapper:before {
  content: "";
  display: table;
}
.table__wrapper:after {
  clear: both;
}
@media (min-width: 1170px) {
  .table__wrapper:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(hsla(0, 0%, 100%, 0)),
      to(#fff)
    );
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .table__wrapper.is-scrolling--end:after {
    width: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}
.table__base {
  position: relative;
  z-index: 10;
  width: 70%;
}
.table__base .table__column {
  width: 50%;
}
@media (min-width: 1170px) {
  .table__base {
    width: auto;
  }
}
.table__data {
  position: relative;
  z-index: 5;
  width: 30%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1170px) {
  .table__data {
    width: auto;
  }
}
.table__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1170px) {
  .table__column {
    min-width: 120px;
  }
}
.table__data .table__column {
  width: 100%;
}
@media (min-width: 1170px) {
  .table__data .table__column {
    width: auto;
  }
}
@media (min-width: 1170px) {
  .table__column.first_column {
    width: 160px;
  }
}
.table__column.second_column {
  color: #fff;
  background-color: #126b43;
  width: 50%;
  -webkit-box-shadow: 0 0 0 #126b43;
  box-shadow: 0 0 0 #126b43;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition:
    box-shadow 0.5s,
    -webkit-box-shadow 0.5s;
}
@media (min-width: 1170px) {
  .table__column.second_column {
    min-width: 100px;
  }
  .is-scrolling .table__column.second_column {
    -webkit-box-shadow: 5px 0 15px rgba(18, 107, 67, 0.4);
    box-shadow: 5px 0 15px rgba(18, 107, 67, 0.4);
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition:
      box-shadow 0.5s,
      -webkit-box-shadow 0.5s;
  }
}
.table__cell {
  position: relative;
  height: 100px;
  padding: 10px;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
}
@media (min-width: 1170px) {
  .table__cell {
    font-size: 1.6rem;
  }
}
.first_column .table__cell:first-child,
.second_column .table__cell:first-child,
.table__data .table__cell:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.first_column .table__cell:nth-child(odd),
.table__data .table__cell:nth-child(odd) {
  background-color: #f6f6f6;
}
.first_column .table__cell:first-child,
.table__data .table__cell:first-child {
  background-color: transparent;
}
.second_column .table__cell {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.table__cell:first-child {
  height: 100px;
  font-weight: 700;
  border-bottom: none;
  font-size: 1.6rem;
}
.table__cell:first-child span:last-child {
  font-weight: 400;
}
.second_column .table__cell:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #126b43;
  top: -20px;
  left: 0;
}
.table__cell:nth-child(2) {
  height: 40px;
}
.second_column .table__cell:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #126b43;
  bottom: -20px;
  left: 0;
}
.table [data-item] {
  display: none;
}
@media (min-width: 1170px) {
  .table [data-item] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.tippy-tooltip.custom-theme {
  background-color: #ef4747;
  color: #fff;
  font-size: 16px;
}
.tippy-tooltip.custom-theme[data-animatefill] {
  background-color: transparent;
}
.tippy-tooltip.custom-theme .tippy-backdrop {
  background-color: #ef4747;
}
.tippy-popper[x-placement^="top"] .tippy-tooltip.custom-theme .tippy-arrow {
  border-top-color: #ef4747;
}
.tippy-popper[x-placement^="bottom"] .tippy-tooltip.custom-theme .tippy-arrow {
  border-bottom-color: #ef4747;
}
.tippy-popper[x-placement^="left"] .tippy-tooltip.custom-theme .tippy-arrow {
  border-left-color: #ef4747;
}
.tippy-popper[x-placement^="right"] .tippy-tooltip.custom-theme .tippy-arrow {
  border-right-color: #ef4747;
}
.team {
  text-align: center;
}
.team__title {
  margin-bottom: 20px;
}
.team__text {
  margin: 0 auto 38px;
}
@media (min-width: 1170px) {
  .team__text {
    width: 65.76577%;
    margin: 0 auto 43px;
  }
}
@media (min-width: 734px) {
  .team__employees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.team__employees-item {
  margin-bottom: 80px;
}
@media (min-width: 734px) {
  .team__employees-item {
    width: 47.45763%;
    margin-right: 5.08475%;
  }
  .team__employees-item:last-child,
  .team__employees-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1170px) {
  .team__employees-item {
    width: 22.97297%;
    margin-right: 2.7027%;
  }
  .team__employees-item:nth-child(2n) {
    margin-right: 2.7027%;
  }
  .team__employees-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 734px) {
  .team .button {
    margin-top: 93px;
  }
}
.text-module {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 1170px) {
  .text-module {
    padding: 30px 0;
  }
}

.site-header__nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  white-space: nowrap;
}

/* form block */
.highlight-2cols .form__wrapper {
  max-width: 1200px;
  margin: -8rem auto 0;
  padding: 3rem 3rem;
  transform: scale(1.1);
}

/* input + textarea fields */
.form__form input,
.form__form textarea {
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 2rem;
  border: 2px solid #aaa;
  border-radius: 10px;
  font-size: 1.75rem;
  line-height: 1.6;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.form__form input:focus,
.form__form textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25);
  outline: none;
}

.form__form textarea {
  min-height: 300px;
}

.form__consent {
  margin: 2.5rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.form__form .button {
  display: inline-block;
  margin: 2rem auto 0;
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 10px;
  background: #e52020;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;

  width: auto !important;
  min-width: 150px;
  text-align: center;
}

.form__form {
  text-align: center;
}
