/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
*::selection {
  background-color: hsl(343, 86%, 55%);
  color: hsl(0, 17%, 95%);
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  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;
  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-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  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:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium 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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  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;
  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-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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 all and (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;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(250, 9%, 13%);
  color: hsl(0, 0%, 10%);
  font-size: 16px;
  line-height: 28px;
  font-family: "Barlow";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}
@media only screen and (max-width: 899px) {
  body {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
  }
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1,
h2,
.menu-main-container .menu-item > a,
.vacancy-list__wrap .vacancy-item__title .is-title,
.teaser_header__title-animation span,
.team__firstname,
h3,
.submenu-back span,
h4,
.vacancy-filters__filter-label,
.team__lastname,
h5,
.navigation-mobile__links-title,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  font-size: 14px;
  line-height: 25.2px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12.5px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
}
.button svg {
  width: 21px;
  height: 20px;
}
.button.has-svg-right svg {
  margin-left: 10px;
}
.button.has-svg-left svg {
  margin-right: 10px;
}

/**
 * Button (primary-red).
 */
.button--primary--red {
  color: hsl(0, 17%, 95%);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 19px 0px rgba(239, 43, 97, 0.45);
}
.button--primary--red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, hsl(343, 86%, 55%), hsl(343, 86%, 55%));
  z-index: -1;
}
.button--primary--red:hover {
  background: rgb(245, 62, 114);
}

/**
 * Button (primary-blue).
 */
.button--primary--blue {
  position: relative;
  overflow: hidden;
  color: hsl(0, 17%, 95%);
  background-color: transparent;
  box-shadow: 0px 0px 19px 0px rgba(79, 162, 195, 0.45);
}
.button--primary--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, hsl(197, 49%, 54%), hsl(197, 49%, 54%));
  z-index: -1;
}
.button--primary--blue:hover {
  background: rgb(99, 182, 215);
}

/**
 * Button (secundair).
 */
.button--secundair {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  background: transparent;
  color: hsl(250, 9%, 13%);
  border: 2px solid hsl(348, 34%, 92%);
}
@media only screen and (min-width: 900px) {
  .button--secundair:hover {
    background-color: hsl(348, 34%, 92%);
    border: 2px solid hsl(348, 34%, 92%);
    box-shadow: 0px 0px 20px 0px rgba(40, 53, 131, 0.2);
  }
}

.button--secondary {
  position: relative;
  overflow: hidden;
  color: hsl(0, 17%, 95%) !important;
  background-color: transparent;
  border: 1px solid hsl(0, 17%, 95%);
  transition: all 250ms ease-in-out;
}
.button--secondary:hover {
  color: hsl(0, 0%, 10%) !important;
  background-color: hsl(0, 17%, 95%);
}

/**
 * Button (tertiary).
 */
.button--tertiary {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  color: hsl(0, 17%, 95%);
  border: 2px solid hsl(348, 34%, 92%);
  background: transparent;
}
.button--tertiary:hover {
  background-color: hsl(348, 34%, 92%);
  box-shadow: 0px 0px 20px 0px rgba(40, 53, 131, 0.2);
  color: hsl(250, 9%, 13%);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2, .cms-output .menu-main-container .menu-item > a, .menu-main-container .cms-output .menu-item > a, .cms-output .vacancy-list__wrap .vacancy-item__title .is-title, .vacancy-list__wrap .vacancy-item__title .cms-output .is-title, .cms-output .teaser_header__title-animation span, .teaser_header__title-animation .cms-output span, .cms-output .team__firstname,
.cms-output h3,
.cms-output .submenu-back span,
.submenu-back .cms-output span,
.cms-output h4,
.cms-output .vacancy-filters__filter-label,
.cms-output .team__lastname {
  margin-bottom: 30px;
}
.cms-output h5, .cms-output .navigation-mobile__links-title {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 22px;
  line-height: 35.2px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 16px;
    line-height: 28.8px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
  position: relative;
}
.cms-output ul li::after,
.cms-output ol li::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 14px;
  width: 12px;
  height: 2px;
  background-color: hsl(197, 49%, 54%);
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(343, 86%, 55%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  opacity: 0.6;
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(343, 86%, 55%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(343, 86%, 55%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

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

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label, .form legend {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 0%, 10%);
  margin-left: 15px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 11px 15px;
  background-color: hsl(0, 17%, 95%);
  font-weight: 500;
  border: 1px solid hsl(0, 0%, 10%);
  color: hsl(0, 0%, 10%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 17%, 95%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(343, 86%, 55%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 10%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 10%);
  border-radius: 2px;
  background-color: hsl(0, 17%, 95%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 10%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label, .form .hidden_label > legend {
  display: none;
}

.validation_message {
  font-size: 16px;
  line-height: 23px;
  margin-top: 5px;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(343, 86%, 55%);
  background-color: hsl(0, 17%, 95%);
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .validation_message {
    font-size: 14px;
  }
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(343, 86%, 55%, 0.1);
  color: hsl(343, 86%, 55%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(343, 86%, 55%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 10%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(343, 86%, 55%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4, .gform_confirmation_message .vacancy-filters__filter-label, .gform_confirmation_message .team__lastname {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg, .gform_confirmation_message .vacancy-filters__filter-label svg, .gform_confirmation_message .team__lastname svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 17%, 95%);
  padding: 5px;
  color: hsl(0, 0%, 10%);
}

/**
 * Heading.
 */
h1,
h2,
.menu-main-container .menu-item > a,
.vacancy-list__wrap .vacancy-item__title .is-title,
.teaser_header__title-animation span,
.team__firstname,
h3,
.submenu-back span,
h4,
.vacancy-filters__filter-label,
.team__lastname,
h5,
.navigation-mobile__links-title,
h6,
.subtitle,
.vacancy-single__go-back,
.news-single__go-back,
.cases-single__go-back {
  font-family: "Oswald";
  color: hsl(0, 17%, 95%);
  font-weight: 600;
  text-transform: uppercase;
}
h1.is-white,
h2.is-white,
.menu-main-container .menu-item > a.is-white,
.vacancy-list__wrap .vacancy-item__title .is-white.is-title,
.teaser_header__title-animation span.is-white,
.is-white.team__firstname,
h3.is-white,
.submenu-back span.is-white,
h4.is-white,
.is-white.vacancy-filters__filter-label,
.is-white.team__lastname,
h5.is-white,
.is-white.navigation-mobile__links-title,
h6.is-white,
.subtitle.is-white,
.is-white.vacancy-single__go-back,
.is-white.news-single__go-back,
.is-white.cases-single__go-back {
  color: hsl(0, 17%, 95%);
}
h1 em,
h2 em,
.menu-main-container .menu-item > a em,
.vacancy-list__wrap .vacancy-item__title .is-title em,
.teaser_header__title-animation span em,
.team__firstname em,
h3 em,
.submenu-back span em,
h4 em,
.vacancy-filters__filter-label em,
.team__lastname em,
h5 em,
.navigation-mobile__links-title em,
h6 em,
.subtitle em,
.vacancy-single__go-back em,
.news-single__go-back em,
.cases-single__go-back em {
  position: relative;
  font-style: normal;
  white-space: nowrap;
}
h1 em::before,
h2 em::before,
.menu-main-container .menu-item > a em::before,
.vacancy-list__wrap .vacancy-item__title .is-title em::before,
.teaser_header__title-animation span em::before,
.team__firstname em::before,
h3 em::before,
.submenu-back span em::before,
h4 em::before,
.vacancy-filters__filter-label em::before,
.team__lastname em::before,
h5 em::before,
.navigation-mobile__links-title em::before,
h6 em::before,
.subtitle em::before,
.vacancy-single__go-back em::before,
.news-single__go-back em::before,
.cases-single__go-back em::before {
  content: "";
  position: absolute;
  height: calc(100% - 25px);
  background-color: hsl(197, 49%, 54%);
  width: calc(100% - 6px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 4px;
}
@media only screen and (max-width: 899px) {
  h1 em::before,
  h2 em::before,
  .menu-main-container .menu-item > a em::before,
  .vacancy-list__wrap .vacancy-item__title .is-title em::before,
  .teaser_header__title-animation span em::before,
  .team__firstname em::before,
  h3 em::before,
  .submenu-back span em::before,
  h4 em::before,
  .vacancy-filters__filter-label em::before,
  .team__lastname em::before,
  h5 em::before,
  .navigation-mobile__links-title em::before,
  h6 em::before,
  .subtitle em::before,
  .vacancy-single__go-back em::before,
  .news-single__go-back em::before,
  .cases-single__go-back em::before {
    height: calc(100% - 25px);
  }
}

h1 span {
  display: inline-flex;
  font-size: 46px;
  line-height: 46px;
  align-items: center;
  justify-content: center;
  animation: Wave 2s ease infinite;
  transform: rotate(0deg);
  position: relative;
  width: 58px;
  height: 58px;
  top: -9px;
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 36px;
    line-height: 43px;
  }
}

/**
 * Heading 2.
 */
h2, .menu-main-container .menu-item > a, .vacancy-list__wrap .vacancy-item__title .is-title, .teaser_header__title-animation span, .team__firstname,
.heading-2 {
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 899px) {
  h2, .menu-main-container .menu-item > a, .vacancy-list__wrap .vacancy-item__title .is-title, .teaser_header__title-animation span, .team__firstname,
  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }
}

/**
 * Heading 3.
 */
h3, .submenu-back span,
.heading-3 {
  font-size: 33px;
  line-height: 40px;
}
@media only screen and (max-width: 899px) {
  h3, .submenu-back span,
  .heading-3 {
    font-size: 22px;
    line-height: 26px;
  }
}

/**
* Heading 3.
*/
h4, .vacancy-filters__filter-label, .team__lastname {
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  h4, .vacancy-filters__filter-label, .team__lastname {
    font-size: 16px;
    line-height: 19px;
  }
}

/**
* Heading 3.
*/
h5, .navigation-mobile__links-title {
  font-size: 23px;
  line-height: 27px;
}
@media only screen and (max-width: 899px) {
  h5, .navigation-mobile__links-title {
    font-size: 16px;
    line-height: 19px;
  }
}

h6 {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
}

/**
 * Subtitle.
 */
.subtitle, .vacancy-single__go-back, .news-single__go-back, .cases-single__go-back {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  width: fit-content;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
}
@media only screen and (max-width: 899px) {
  .subtitle, .vacancy-single__go-back, .news-single__go-back, .cases-single__go-back {
    font-size: 14px;
    line-height: 25px;
  }
}
.subtitle.is-white, .is-white.vacancy-single__go-back, .is-white.news-single__go-back, .is-white.cases-single__go-back {
  color: hsl(0, 17%, 95%);
}
.subtitle:after, .vacancy-single__go-back:after, .news-single__go-back:after, .cases-single__go-back:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  right: -15px;
  bottom: 5px;
  animation: Blink 1.2s ease infinite;
}

/**
 * Text.
 */
p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 14px;
    line-height: 25px;
  }
}
p.is-white {
  color: hsl(0, 17%, 95%);
}

@keyframes Blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes Wave {
  0%, 15% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(65deg);
  }
  35% {
    transform: rotate(-45deg);
  }
  45% {
    transform: rotate(65deg);
  }
  55% {
    transform: rotate(-45deg);
  }
  65% {
    transform: rotate(65deg);
  }
  75%, 100% {
    transform: rotate(0);
  }
}
.has-lazy-load {
  position: relative;
  transition: all 750ms ease;
  transform: translateY(50px);
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}
.has-lazy-load .text-image__title-wrap {
  transform: translateY(0);
}

.has-lazy-load[loaded=true] {
  opacity: 1;
  transform: translateY(0);
}

.has-stagger-load {
  opacity: 0;
  transform: translateX(50px);
  transition: all 750ms ease;
}

.has-stagger-load[loaded=true] {
  opacity: 1;
  transform: translateX(0);
}

.pagination {
  width: 100%;
  margin-bottom: 100px;
}
.pagination .wrapper--large {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 250ms ease;
  color: hsl(0, 17%, 95%);
  width: 35px;
  height: 35px;
  border: 2px solid hsl(0, 17%, 95%);
  border-radius: 100px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: hsl(0, 17%, 95%);
  color: hsl(0, 0%, 10%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

/**
 * Wrapper (default)
 */
.wrapper--large {
  max-width: calc(1512px + 300px);
  padding: 0 150px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--large {
    max-width: calc(1512px + 200px);
    padding: 0 100px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--large {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--large {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}

.wrapper {
  max-width: calc(1512px + 500px);
  padding: 0 250px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1512px + 300px);
    padding: 0 150px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1512px + 130px);
    padding: 0 65px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1512px + 130px);
    padding: 0 65px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1140px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1140px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/oswald-v53-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v53-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v53-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald-v53-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v53-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/barlow-v12-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/barlow-v12-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/barlow-v12-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/barlow-v12-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow-v12-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/barlow-v12-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-v12-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/barlow-v12-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/barlow-v12-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/barlow-v12-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/barlow-v12-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/barlow-v12-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/jost-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.google-reviews {
  border: 2px solid #898689;
  width: fit-content;
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 20px;
  padding-right: 40px;
  border-radius: 10px;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .google-reviews {
    right: 15px;
    padding: 15px;
  }
}
.google-reviews .google-reviews__logo {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  width: fit-content;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .google-reviews .google-reviews__logo {
    width: 40px;
    height: 20px;
  }
}
.google-reviews .google-reviews__title {
  margin-bottom: 6px;
}

.google-reviews__title {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 899px) {
  .google-reviews__title {
    font-size: 14px;
    line-height: 24px;
  }
}

.google-reviews__stars {
  align-items: center;
}
.google-reviews__stars .stars {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.google-reviews__stars svg {
  width: 18px;
  height: 18px;
  fill: hsl(50, 100%, 53%);
  margin-right: 10px;
}
@media only screen and (max-width: 899px) {
  .google-reviews__stars svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

.google-reviews__bottom {
  position: relative;
  align-items: center;
  width: 100%;
}
.google-reviews__bottom::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -31px;
  width: 12px;
  height: 22px;
  display: none;
  background: url(./../images/chat-arrow-grey-black.svg) no-repeat;
}
@media only screen and (max-width: 899px) {
  .google-reviews__bottom::before {
    bottom: -10px;
    right: -27px;
    width: 13px;
    height: 22px;
  }
}

.google-reviews__logo {
  width: 100%;
  margin-bottom: 10px;
}
.google-reviews__logo svg {
  width: 60px;
  height: 30px;
}

.google-reviews__rating {
  color: hsl(0, 17%, 95%);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Jost";
}
@media only screen and (max-width: 899px) {
  .google-reviews__rating {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
  }
}

.spacer {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin-bottom: 15px;
}
.spacer.is-red {
  background-color: hsl(343, 86%, 55%);
}
.spacer.is-blue {
  background-color: hsl(197, 49%, 54%);
}

.owl-dots {
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 899px) {
  .owl-dots {
    gap: 10px;
  }
}
.owl-dots .owl-dots.hidden {
  display: none !important;
}
.owl-dots .owl-dot {
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  border: 2px solid hsl(0, 17%, 95%) !important;
  height: 10px;
  width: 10px;
  background: transparent;
}
@media only screen and (max-width: 899px) {
  .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border: 1px solid hsl(0, 17%, 95%) !important;
  }
}
.owl-dots .owl-dot.active {
  background-color: hsl(0, 17%, 95%) !important;
}

@keyframes blur-left {
  0% {
    transform: translate(0, 0);
  }
  50% {
    @media only screen and (max-width: 899px) {
      transform: translate(-30px, -30px);
    }
    transform: translate(-75px, -75px);
  }
  0% {
    transform: translate(0, 0);
  }
}
@keyframes blur-right {
  0% {
    transform: translate(0, 0);
  }
  50% {
    @media only screen and (max-width: 899px) {
      transform: translate(100px, 100px);
    }
    transform: translate(175px, 175px);
  }
  0% {
    transform: translate(0, 0);
  }
}
.has-graphic-left-red::after, .has-graphic-left-red::before, .has-graphic-left-blue::after, .has-graphic-left-blue::before {
  animation: blur-left 8000ms ease-in-out infinite;
}
.has-graphic-left-red .content-header__wrap::after, .has-graphic-left-red .content-header__wrap::before, .has-graphic-left-blue .content-header__wrap::after, .has-graphic-left-blue .content-header__wrap::before {
  animation: blur-left 8000ms ease-in-out infinite;
}

.has-graphic-right-red::after, .has-graphic-right-red::before, .has-graphic-right-blue::after, .has-graphic-right-blue::before {
  animation: blur-right 8000ms ease-in-out infinite;
}
.has-graphic-right-red .content-header__wrap::after, .has-graphic-right-red .content-header__wrap::before, .has-graphic-right-blue .content-header__wrap::after, .has-graphic-right-blue .content-header__wrap::before {
  animation: blur-right 8000ms ease-in-out infinite;
}

/**
 * Components.
 */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .wrapper--header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 35px;
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.header .header__menu-item:hover .header__menu-link,
.header .header__menu-item.is-current .header__menu-link {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.header .header__menu-item:hover .header__menu-link::before,
.header .header__menu-item.is-current .header__menu-link::before {
  content: "";
  position: absolute;
  height: calc(100% - 14px);
  background-color: rgba(80, 163, 195, 0.8);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 4px;
  z-index: -1;
}
.header .header__menu-item {
  position: relative;
}
.header .header__menu-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}
.header .header__menu-link,
.header .header__submenu-link {
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  white-space: nowrap;
}
.header .header__submenu-item {
  transition: all 0.3s ease;
}
.header .header__submenu-item:hover .header__submenu-link,
.header .header__submenu-item.is-current .header__submenu-link {
  color: black;
}
.header .header__menu-item--has-submenu {
  position: relative;
}
.header .header__submenu-list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(80, 163, 195, 0.8);
  padding: 12px 8px;
  top: 100%;
  margin-top: 10px;
}
.header .header__menu-item--has-submenu.is-active .header__submenu-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header .header__menu-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 14px;
  margin-left: 17px;
}
.header .header__menu-button span {
  height: 2px;
  width: 100%;
  background-color: hsl(343, 86%, 55%);
}
.header .header__menu-button {
  display: none;
}
@media only screen and (max-width: 899px) {
  .header .header__menu-button {
    display: flex;
  }
}

.header__logo {
  width: 23px;
  height: 129px;
  position: fixed;
  top: 35px;
  left: 35px;
  z-index: 9999;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    left: 15px;
    width: 12px !important;
    height: 70px !important;
    top: 30px;
  }
  .header__logo svg {
    width: 12px !important;
    height: 70px !important;
  }
  .header__logo.is-active svg path {
    fill: hsl(0, 0%, 10%);
  }
}
.header__logo svg {
  width: 23px;
  height: 129px;
  object-fit: contain;
  fill: hsl(0, 17%, 95%);
}
.header__logo svg path {
  transition: all 500ms ease;
}

.footer {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 899px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__column {
  width: calc(33.3% - 35px);
}
@media only screen and (max-width: 1199px) {
  .footer__column {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .footer__column {
    width: 100%;
  }
}
.footer__top--has-links-2 .footer__column {
  width: calc(25% - 38px);
}
@media only screen and (max-width: 1199px) {
  .footer__top--has-links-2 .footer__column {
    width: calc(33.3333% - 35px);
  }
}
@media only screen and (max-width: 899px) {
  .footer__top--has-links-2 .footer__column {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .footer__top--has-links-2 .footer__column {
    width: 100%;
  }
}
.footer__top--has-links-3 .footer__column {
  width: calc(20% - 16px);
}
@media only screen and (max-width: 1199px) {
  .footer__top--has-links-3 .footer__column {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 899px) {
  .footer__top--has-links-3 .footer__column {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .footer__top--has-links-3 .footer__column {
    width: 100%;
  }
}

.footer__column-title {
  margin-bottom: 15px;
  width: 100%;
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .footer__column-title {
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: -0.36px;
  }
}

.footer__socials {
  padding-top: 15px;
}

.footer__socials-item {
  margin-right: 18px;
}
.footer__socials-item:last-of-type {
  margin-right: 0;
}
.footer__socials-item svg {
  transition: all 300ms ease;
  width: 15px;
  height: 15px;
  fill: hsl(0, 17%, 95%);
}
@media only screen and (min-width: 900px) {
  .footer__socials-item:hover svg {
    fill: hsl(197, 10%, 71%);
  }
}

@media only screen and (max-width: 599px) {
  .footer__sitemap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .footer__column-title.js-toggle-head {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
  }
  .footer__column-title.js-toggle-head::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 300;
    transition: all 300ms ease;
  }
  .footer__column-title.js-toggle-head.is-active::after {
    content: "-";
  }
}

@media only screen and (max-width: 599px) {
  .footer .js-toggle-body {
    display: none;
  }
}

.footer__sitemap-links.js-toggle-body[style*="display: block"] {
  display: flex !important;
  flex-wrap: wrap;
}

.footer__sitemap-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  padding: 10px 0;
  color: hsl(197, 10%, 71%);
  transition: all 300ms ease;
  width: 100%;
}
.footer__sitemap-link:first-of-type {
  padding: 0 0 10px;
}
.footer__sitemap-link:last-of-type {
  padding: 10px 0 0;
}
@media only screen and (min-width: 600px) {
  .footer__sitemap-link:hover {
    color: hsl(0, 17%, 95%);
  }
}

@media only screen and (max-width: 1199px) {
  .footer__contact {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .footer__contact {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top--has-links-3 .footer__contact {
    width: 100%;
    margin-top: 20px;
  }
}

.footer__contact-item {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  padding: 10px 0;
  color: hsl(197, 10%, 71%);
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .footer__contact-item {
    font-size: 14px;
    line-height: 16.4px;
  }
}
.footer__contact-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.32px;
}
@media only screen and (max-width: 899px) {
  .footer__contact-item p {
    font-size: 14px;
    line-height: 16.4px;
  }
}
.footer__contact-item svg {
  width: 11px;
  height: 11px;
  fill: hsl(197, 10%, 71%);
  margin-right: 3px;
}
.footer__contact-item.footer__contact-information:hover {
  color: hsl(197, 10%, 71%);
}
@media only screen and (min-width: 600px) {
  .footer__contact-item:hover {
    color: hsl(0, 17%, 95%);
  }
}

@media only screen and (max-width: 899px) {
  .footer__contact-information {
    display: none;
  }
}

.footer__google-reviews {
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 599px) {
  .footer__google-reviews {
    display: none;
  }
}
.footer__google-reviews.is-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .footer__google-reviews.is-mobile {
    display: flex;
  }
}

.footer__google-reviews-logo {
  width: 100%;
  margin-bottom: 10px;
}
.footer__google-reviews-logo svg {
  width: 60px;
  height: 30px;
  margin-left: -5px;
}

.footer__top {
  gap: 50px;
}
@media only screen and (max-width: 599px) {
  .footer__top {
    gap: 12px;
  }
}
.footer__top--has-links-3 {
  gap: 20px;
}
@media only screen and (max-width: 599px) {
  .footer__top--has-links-3 {
    gap: 12px;
  }
}

.footer__bottom {
  padding: 60px 0;
}
@media only screen and (max-width: 899px) {
  .footer__bottom {
    padding: 40px 0;
  }
}
.footer__bottom .wrapper--large {
  justify-content: space-between;
}

.footer__contact-whatsapp {
  align-items: center;
}

.footer__bottom-links {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  padding: 10px 0;
  color: hsl(197, 10%, 71%);
}
@media only screen and (max-width: 899px) {
  .footer__bottom-links {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 16.4px;
  }
}

.footer__bottom-link {
  transition: all 300ms ease;
  padding: 0 30px;
  border-right: 1px solid hsl(197, 10%, 71%);
}
@media only screen and (max-width: 899px) {
  .footer__bottom-link {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
}
.footer__bottom-link:first-of-type {
  padding-left: 0;
}
.footer__bottom-link:last-of-type {
  border-right: none;
}
@media only screen and (min-width: 600px) {
  .footer__bottom-link:hover {
    color: hsl(0, 17%, 95%);
  }
}

.footer__copyright {
  color: hsl(197, 10%, 71%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  padding: 10px 0;
}
@media only screen and (max-width: 899px) {
  .footer__copyright {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.4px;
  }
}
.footer__copyright a {
  transition: all 300ms ease;
}
@media only screen and (min-width: 600px) {
  .footer__copyright a:hover {
    color: hsl(0, 17%, 95%);
  }
}

.progressbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 9999;
}
@media only screen and (max-width: 899px) {
  .progressbar {
    height: 5px;
  }
}
.progressbar .progress {
  height: 10px;
  width: 0px;
  background-color: hsl(197, 49%, 54%);
}
@media only screen and (max-width: 899px) {
  .progressbar .progress {
    height: 5px;
  }
}

.cta {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 100px 0;
  margin-top: 100px;
}
@media only screen and (max-width: 899px) {
  .cta {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: -300px;
  left: calc(50% - 1100px);
  width: 2200px;
  height: 2200px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-large-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .cta::before {
    width: 1260.263px;
    height: 1277px;
    left: -50px;
    top: -100px;
  }
}
.cta .cta__messages .cta__message {
  transition: all 500ms ease-in-out 400ms;
  transform: translateY(15px);
  opacity: 0;
  position: relative;
}
.cta .cta__messages .cta__message:nth-child(2) {
  transition-delay: 900ms;
}
.cta .cta__messages .cta__message:nth-child(2)::after {
  content: "";
  width: 13.4px;
  height: 30px;
  position: absolute;
  left: -13.4px;
  bottom: 10px;
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 17.2354C6.84556 16.8717 3.06083 15.8704 0.645812 14.2314C0.392313 14.0593 0.198961 13.8135 0.0924368 13.5278C-0.191634 12.7661 0.201015 11.9202 0.969436 11.6386L1.46764 11.4508C7.20618 9.22634 10.717 5.69814 12 0.866211V17.2354Z' fill='%23F5F1F1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cta .cta__messages .cta__message:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #3e6a7d;
  width: 1px;
  height: 28px;
  bottom: 12px;
  left: -1px;
  display: none !important;
}
.cta .cta__contact-wrap {
  transition: all 500ms ease-in-out 1.2s;
  transform: translateY(15px);
  opacity: 0;
}
.cta .cta__contact-wrap .cta__contact-link {
  transform: translateY(15px);
  opacity: 0;
  transition: all 500ms ease-in-out 1.3s;
}
.cta .cta__contact-wrap .cta__contact-link:nth-child(2) {
  transition: all 500ms ease-in-out 1.5s;
}
.cta .cta__contact-wrap .cta__contact-link:nth-child(3) {
  transition: all 500ms ease-in-out 1.6s;
}
.cta .cta__messages-image {
  opacity: 0;
  transition: all 400ms ease-in-out 900ms;
}
.cta[loaded=true] .cta__message {
  opacity: 1;
  transform: translateY(0px);
}
.cta[loaded=true] .cta__contact-wrap, .cta[loaded=true] .cta__contact-link {
  opacity: 1;
  transform: translateY(0px);
}
.cta[loaded=true] .cta__messages-image {
  opacity: 1;
}

.cta__title {
  max-width: 560px;
}

.cta__contact-wrap {
  min-width: 480px;
  width: fit-content;
  margin-left: auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px 0 0 0;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .cta__contact-wrap {
    width: 100%;
    padding: 10px 0 40px;
    padding-bottom: 50px;
    min-width: 100%;
  }
}

.cta__messages-wrap {
  width: 50%;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 50px 0;
  gap: 40px;
  padding-left: 110px;
}
@media only screen and (max-width: 1199px) {
  .cta__messages-wrap {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .cta__messages-wrap {
    width: 100%;
    padding: 40px 0 10px;
    padding-left: 20px;
    gap: 20px;
  }
}

.cta__messages {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 1199px) {
  .cta__messages {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 899px) {
  .cta__messages {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 599px) {
  .cta__messages {
    width: 215px;
  }
}

.cta__message {
  position: relative;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid hsl(0, 17%, 95%);
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 899px) {
  .cta__message {
    padding: 5px 10px;
    padding-bottom: 25px;
    min-height: calc(100% + 20px);
  }
}
.cta__message:last-of-type {
  margin-bottom: 0;
}
.cta__message:last-of-type::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 20px;
  left: -16px;
  width: 16px;
  height: 16px;
}
.cta__message:last-of-type::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 21px;
  left: -1px;
  width: 1px;
  height: 10px;
  z-index: 50;
}
.cta__message span {
  display: inline-block;
  transform-origin: center;
  animation: Wave 2s ease infinite;
}

.cta__subtitle::after {
  bottom: 2px;
}

.cta__message-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
  width: 100%;
}

.cta__message-editor {
  color: hsl(0, 17%, 95%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
@media only screen and (max-width: 899px) {
  .cta__message-editor {
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
  }
}

.cta__messages-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 899px) {
  .cta__messages-image {
    width: 50px;
    height: 50px;
  }
}
.cta__messages-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 899px) {
  .cta__messages-image img {
    width: 50px;
    height: 50px;
  }
}

.cta__contact-message {
  position: relative;
  background-color: hsl(0, 17%, 95%);
  padding: 10px 25px;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 25px;
}
@media only screen and (max-width: 899px) {
  .cta__contact-message {
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 4px 10px;
  }
}
.cta__contact-message .cta__message-editor {
  color: hsl(0, 0%, 10%);
  padding-right: 120px;
}
.cta__contact-message .cta__message-time {
  opacity: 1;
  color: hsl(0, 0%, 10%);
  bottom: 0px;
  right: 10px;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .cta__contact-message .cta__message-time {
    font-size: 11px;
  }
}
.cta__contact-message .cta__message-time svg {
  display: flex !important;
}
.cta__contact-message::before {
  display: none;
}
.cta__contact-message::after {
  content: "";
  background: url(./../images/chat-arrow-white-black-2.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 6px;
  right: -13px;
}
@media only screen and (max-width: 899px) {
  .cta__contact-message::after {
    right: -10px;
  }
}
.cta__contact-message::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: url(./../images/chat-arrow-white.svg) no-repeat;
}
@media only screen and (max-width: 899px) {
  .cta__contact-message::before {
    right: -10px;
  }
}

.cta__message-time {
  position: absolute;
  bottom: 3px;
  right: 10px;
  color: hsl(0, 17%, 95%);
  opacity: 0.25;
}
@media only screen and (max-width: 899px) {
  .cta__message-time {
    right: 12px;
    bottom: 5px;
  }
}
.cta__message-time svg {
  display: none;
  margin-left: 3px;
}

.cta__contact-links {
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 899px) {
  .cta__contact-links {
    gap: 15px;
    margin-right: 15px;
    width: calc(100% + 10px);
  }
}

.cta__contact-link {
  border-radius: 10px;
  background-color: hsl(197, 49%, 54%);
  color: hsl(0, 17%, 95%);
  transition: all 300ms ease;
  width: 130px;
  height: 80px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}
@media only screen and (max-width: 899px) {
  .cta__contact-link {
    width: 90px;
    height: 70px;
    border: 1px solid hsl(0, 17%, 95%);
    font-size: 12px;
    line-height: 21.6px;
  }
}
.cta__contact-link svg {
  transition: all 300ms ease;
  width: 20px;
  height: 20px;
  fill: hsl(0, 17%, 95%);
}
.cta__contact-link a {
  justify-content: center;
  align-items: center;
  padding: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .cta__contact-link a {
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
  }
}
.cta__contact-link span {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .cta__contact-link:hover svg {
    transform: translateY(-5px);
  }
}
.cta__contact-link .cta__contact-link-time {
  display: none;
  color: hsl(0, 17%, 95%);
  bottom: -2px;
  right: 7.5px;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .cta__contact-link .cta__contact-link-time {
    opacity: 1;
    display: none;
  }
}
.cta__contact-link .cta__contact-link-time svg {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 899px) {
  .cta__contact-link .cta__contact-link-time svg {
    display: block;
  }
}
.cta__contact-link .cta__contact-link-time svg path {
  fill: hsl(0, 17%, 95%);
}
.cta__contact-link:first-of-type {
  background-color: hsl(94, 78%, 87%);
  color: hsl(0, 0%, 10%);
  margin-left: 0;
}
@media only screen and (max-width: 899px) {
  .cta__contact-link:first-of-type {
    border: 1px solid hsl(0, 0%, 10%);
  }
}
.cta__contact-link:first-of-type svg {
  fill: hsl(0, 0%, 10%);
}
@media only screen and (max-width: 899px) {
  .cta__contact-link:last-of-type .cta__contact-link-time {
    display: none;
  }
  .cta__contact-link:last-of-type::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -15px;
    width: 17px;
    height: 16px;
    z-index: -1;
    transition: all 300ms ease;
    background: url(./../images/chat-arrow-blue-border.svg) no-repeat;
    z-index: 3;
  }
  .cta__contact-link:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 7.5px;
    right: 0px;
    width: 3px;
    height: 20px;
    background: hsl(197, 49%, 54%);
    transition: all 300ms ease;
    z-index: 50;
    border-radius: 0;
    z-index: 4;
  }
}

.cases-item {
  position: relative;
  width: calc(50% - 25px);
}
@media only screen and (max-width: 899px) {
  .cases-item {
    width: 100%;
  }
}
.cases-item:hover .cases-item__logo, .cases-item:hover .cases-item__body, .cases-item:hover .cases-item__link, .cases-item:hover .cases-item__title, .cases-item:hover .cases-item__spacer, .cases-item:hover .cases-item__teaser {
  transform: translateY(-15px);
}
.cases-item .cases-item__logo, .cases-item .cases-item__body, .cases-item .cases-item__title, .cases-item .cases-item__spacer, .cases-item .cases-item__teaser {
  transition: all 250ms ease;
}
.cases-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  width: 544px;
  height: 548px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-small-blue.svg) center no-repeat;
  pointer-events: none;
}
.cases-item::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -80px;
  width: 544px;
  height: 548px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-small-blue.svg) center no-repeat;
  pointer-events: none;
}

.cases-item__header {
  position: relative;
  align-items: flex-end;
  margin-bottom: 30px;
}

.cases-item__media {
  position: relative;
  margin-left: 30px;
  width: calc(100% - 30px);
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 899px) {
  .cases-item__media {
    width: 100%;
    margin-left: 0;
  }
}
.cases-item__media .cases-item__image, .cases-item__media .cases-item__video {
  background-color: hsl(250, 9%, 13%);
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 661.5/1176;
}
.cases-item__media .cases-item__image img, .cases-item__media .cases-item__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cases-item__media .cases-item__image iframe, .cases-item__media .cases-item__video iframe {
  pointer-events: none;
  box-sizing: border-box;
  aspect-ratio: 661.5/1176;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cases-item__title-wrap {
  z-index: 9999;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cases-item__title-wrap {
    padding-left: 40px;
  }
}

.cases-item__logo {
  width: 150px;
  height: auto;
  position: absolute;
  bottom: -5px;
  z-index: 99;
}

.cases-item__title {
  font-family: "Oswald";
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: hsl(0, 17%, 95%);
  width: 100%;
  max-width: 430px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cases-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.cases-item__teaser {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: hsl(0, 17%, 95%);
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .cases-item__teaser {
    display: none;
  }
}

@media only screen and (max-width: 899px) {
  .cases-item__body {
    padding-left: 20px;
  }
  .cases-item__body .cases-item__title {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 899px) {
  .cases-item__logo {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 899px) {
  .cases-item__link {
    margin-left: 20px;
  }
}

.cases-item__video {
  z-index: 99;
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 9/16;
  position: relative;
}
.cases-item__video iframe {
  width: 100%;
  height: 100%;
}
.cases-item__video.is--horizontal {
  overflow: hidden;
}
.cases-item__video.is--horizontal iframe {
  position: absolute;
  width: auto;
  height: calc(100% + 200px);
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cases-item__video-button {
  width: 18px;
  height: 22px;
  right: 25px;
  bottom: 170px;
  transition: all 300ms ease;
  z-index: 9999;
}
.cases-item__link {
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .cases-item__link {
    margin-top: 30px;
  }
}

.cases-latest-item {
  width: 100%;
}
@media screen and (max-width: 1590px) {
  .cases-latest-item {
    width: 320px;
  }
}
.cases-latest-item:hover .cases-latest-item__logo, .cases-latest-item:hover .cases-latest-item__body, .cases-latest-item:hover .cases-latest-item__link, .cases-latest-item:hover .cases-latest-item__title, .cases-latest-item:hover .cases-latest-item__spacer, .cases-latest-item:hover .cases-latest-item__teaser {
  transform: translateY(-15px);
}
.cases-latest-item .cases-latest-item__logo, .cases-latest-item .cases-latest-item__body, .cases-latest-item .cases-latest-item__title, .cases-latest-item .cases-latest-item__spacer, .cases-latest-item .cases-latest-item__teaser {
  transition: all 250ms ease;
}
.cases-latest-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 544px;
  height: 548px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-small-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .cases-latest-item::before {
    width: 265px;
    height: 265px;
    background-size: contain;
    top: 50px;
    right: -90px;
  }
}
.cases-latest-item.is-cta {
  display: none;
  width: 300px;
  height: 500px;
  flex-wrap: wrap;
  z-index: 1;
  align-content: center;
  background-color: hsl(250, 9%, 13%);
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 1590px) {
  .cases-latest-item.is-cta {
    display: flex;
  }
}
.cases-latest-item.is-cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='297' height='450' viewBox='0 0 297 450' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.67' filter='url(%23filter0_f_1359_3613)'%3E%3Cellipse cx='325.053' cy='276' rx='300.548' ry='276' fill='%2357A4C1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1359_3613' x='-85.4476' y='-109.953' width='821.001' height='771.905' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='54.9763' result='effect1_foregroundBlur_1359_3613'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
}
.cases-latest-item.is-cta .cases-latest-cta__title {
  font-family: "Oswald";
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: hsl(0, 17%, 95%);
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .cases-latest-item.is-cta .cases-latest-cta__title {
    font-size: 18px;
    line-height: 133.333%;
  }
}
.cases-latest-item.is-cta .cases-latest-cta__link {
  margin-top: 25px;
  background-color: hsl(0, 17%, 95%);
  padding: 12.5px 25px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 25px;
  transition: all 300ms ease-in-out;
  border: 1px solid;
  border-color: transparent;
}
.cases-latest-item.is-cta .cases-latest-cta__link:hover {
  background-color: transparent;
  border-color: hsl(0, 17%, 95%);
  color: hsl(0, 17%, 95%);
}

.cases-latest-item__header {
  position: relative;
  align-items: flex-end;
  margin-bottom: 30px;
}

.cases-latest-item__media {
  position: relative;
  margin-left: 30px;
  width: calc(100% - 30px);
  overflow: hidden;
  height: auto;
}
.cases-latest-item__media .cases-latest-item__image, .cases-latest-item__media .cases-latest-item__video {
  background-color: hsl(250, 9%, 13%);
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 661.5/1176;
}
.cases-latest-item__media .cases-latest-item__image img, .cases-latest-item__media .cases-latest-item__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cases-latest-item__media .cases-latest-item__image iframe, .cases-latest-item__media .cases-latest-item__video iframe {
  pointer-events: none;
  box-sizing: border-box;
  aspect-ratio: 661.5/1176;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cases-latest-item__media .cases-latest-item__image.is--horizontal, .cases-latest-item__media .cases-latest-item__video.is--horizontal {
  overflow: hidden;
}
.cases-latest-item__media .cases-latest-item__image.is--horizontal iframe, .cases-latest-item__media .cases-latest-item__video.is--horizontal iframe {
  position: absolute;
  width: auto;
  height: calc(100% + 100px);
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cases-latest-item__logo {
  width: 150px;
  height: auto;
  position: absolute;
  bottom: -5px;
}

.cases-latest-item__title {
  font-family: "Oswald";
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .cases-latest-item__title {
    font-size: 18px;
    line-height: 133.333%;
  }
}

.cases-latest-item__teaser {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .cases-latest-item__teaser {
    font-size: 16px;
    font-weight: 300;
    line-height: 28.2px;
  }
}

.cases-latest-item__link {
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .cases-latest-item__link {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .cases-latest-item__video iframe {
    pointer-events: none;
  }
}

.cases-latest-item__video-button {
  position: absolute;
  width: 18px;
  height: 22px;
  right: 25px;
  bottom: 30px;
  transition: all 300ms ease;
  z-index: 99;
}
.cases-latest {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .cases-latest {
    padding: 50px 0;
  }
}
.cases-latest .owl-item:nth-child(even) {
  margin-top: 30px;
}
.cases-latest .owl-item:nth-child(odd) {
  margin-top: -30px;
}
.cases-latest .owl-stage-outer {
  overflow: visible;
}
.cases-latest .content-header__pointer {
  display: none;
  top: 50px;
  right: 0;
  bottom: auto;
}
@media only screen and (max-width: 899px) {
  .cases-latest .content-header__pointer {
    display: block;
  }
}
.cases-latest .owl-item {
  opacity: 0;
}
.cases-latest .owl-item:nth-child(1) {
  transition: opacity 450ms ease-in-out calc(175ms * 1);
}
.cases-latest .owl-item:nth-child(2) {
  transition: opacity 450ms ease-in-out calc(175ms * 2);
}
.cases-latest .owl-item:nth-child(3) {
  transition: opacity 450ms ease-in-out calc(175ms * 3);
}
.cases-latest .owl-item:nth-child(4) {
  transition: opacity 450ms ease-in-out calc(175ms * 4);
}
.cases-latest .owl-item:nth-child(5) {
  transition: opacity 450ms ease-in-out calc(175ms * 5);
}
.cases-latest .owl-item:nth-child(6) {
  transition: opacity 450ms ease-in-out calc(175ms * 6);
}
.cases-latest .owl-item:nth-child(7) {
  transition: opacity 450ms ease-in-out calc(175ms * 7);
}
.cases-latest .owl-item:nth-child(8) {
  transition: opacity 450ms ease-in-out calc(175ms * 8);
}
.cases-latest .owl-item:nth-child(9) {
  transition: opacity 450ms ease-in-out calc(175ms * 9);
}
.cases-latest .owl-item:nth-child(10) {
  transition: opacity 450ms ease-in-out calc(175ms * 10);
}
.cases-latest .owl-item:nth-child(11) {
  transition: opacity 450ms ease-in-out calc(175ms * 11);
}
.cases-latest .owl-item:nth-child(12) {
  transition: opacity 450ms ease-in-out calc(175ms * 12);
}
.cases-latest .owl-item:nth-child(13) {
  transition: opacity 450ms ease-in-out calc(175ms * 13);
}
.cases-latest .owl-item:nth-child(14) {
  transition: opacity 450ms ease-in-out calc(175ms * 14);
}
.cases-latest .owl-item:nth-child(15) {
  transition: opacity 450ms ease-in-out calc(175ms * 15);
}
.cases-latest .owl-item:nth-child(16) {
  transition: opacity 450ms ease-in-out calc(175ms * 16);
}
.cases-latest .owl-item:nth-child(17) {
  transition: opacity 450ms ease-in-out calc(175ms * 17);
}
.cases-latest .owl-item:nth-child(18) {
  transition: opacity 450ms ease-in-out calc(175ms * 18);
}
.cases-latest .owl-item:nth-child(19) {
  transition: opacity 450ms ease-in-out calc(175ms * 19);
}
.cases-latest .owl-item:nth-child(20) {
  transition: opacity 450ms ease-in-out calc(175ms * 20);
}
.cases-latest .owl-item:nth-child(21) {
  transition: opacity 450ms ease-in-out calc(175ms * 21);
}
.cases-latest .owl-item:nth-child(22) {
  transition: opacity 450ms ease-in-out calc(175ms * 22);
}
.cases-latest .owl-item:nth-child(23) {
  transition: opacity 450ms ease-in-out calc(175ms * 23);
}
.cases-latest .owl-item:nth-child(24) {
  transition: opacity 450ms ease-in-out calc(175ms * 24);
}
.cases-latest .owl-item:nth-child(25) {
  transition: opacity 450ms ease-in-out calc(175ms * 25);
}
.cases-latest .owl-item:nth-child(26) {
  transition: opacity 450ms ease-in-out calc(175ms * 26);
}
.cases-latest .owl-item:nth-child(27) {
  transition: opacity 450ms ease-in-out calc(175ms * 27);
}
.cases-latest .owl-item:nth-child(28) {
  transition: opacity 450ms ease-in-out calc(175ms * 28);
}
.cases-latest .owl-item:nth-child(29) {
  transition: opacity 450ms ease-in-out calc(175ms * 29);
}
.cases-latest .owl-item:nth-child(30) {
  transition: opacity 450ms ease-in-out calc(175ms * 30);
}
.cases-latest .owl-item:nth-child(31) {
  transition: opacity 450ms ease-in-out calc(175ms * 31);
}
.cases-latest .owl-item:nth-child(32) {
  transition: opacity 450ms ease-in-out calc(175ms * 32);
}
.cases-latest .owl-item:nth-child(33) {
  transition: opacity 450ms ease-in-out calc(175ms * 33);
}
.cases-latest .owl-item:nth-child(34) {
  transition: opacity 450ms ease-in-out calc(175ms * 34);
}
.cases-latest .owl-item:nth-child(35) {
  transition: opacity 450ms ease-in-out calc(175ms * 35);
}
.cases-latest .owl-item:nth-child(36) {
  transition: opacity 450ms ease-in-out calc(175ms * 36);
}
.cases-latest .owl-item:nth-child(37) {
  transition: opacity 450ms ease-in-out calc(175ms * 37);
}
.cases-latest .owl-item:nth-child(38) {
  transition: opacity 450ms ease-in-out calc(175ms * 38);
}
.cases-latest .owl-item:nth-child(39) {
  transition: opacity 450ms ease-in-out calc(175ms * 39);
}
.cases-latest .owl-item:nth-child(40) {
  transition: opacity 450ms ease-in-out calc(175ms * 40);
}
.cases-latest .owl-item:nth-child(41) {
  transition: opacity 450ms ease-in-out calc(175ms * 41);
}
.cases-latest .owl-item:nth-child(42) {
  transition: opacity 450ms ease-in-out calc(175ms * 42);
}
.cases-latest .owl-item:nth-child(43) {
  transition: opacity 450ms ease-in-out calc(175ms * 43);
}
.cases-latest .owl-item:nth-child(44) {
  transition: opacity 450ms ease-in-out calc(175ms * 44);
}
.cases-latest .owl-item:nth-child(45) {
  transition: opacity 450ms ease-in-out calc(175ms * 45);
}
.cases-latest .owl-item:nth-child(46) {
  transition: opacity 450ms ease-in-out calc(175ms * 46);
}
.cases-latest .owl-item:nth-child(47) {
  transition: opacity 450ms ease-in-out calc(175ms * 47);
}
.cases-latest .owl-item:nth-child(48) {
  transition: opacity 450ms ease-in-out calc(175ms * 48);
}
.cases-latest .owl-item:nth-child(49) {
  transition: opacity 450ms ease-in-out calc(175ms * 49);
}
.cases-latest .owl-item:nth-child(50) {
  transition: opacity 450ms ease-in-out calc(175ms * 50);
}
.cases-latest .owl-item:nth-child(odd) {
  margin-top: -25px;
}
@media only screen and (max-width: 899px) {
  .cases-latest .owl-item:nth-child(odd) {
    margin-top: 0;
  }
}
.cases-latest .owl-item:nth-child(even) {
  margin-top: 25px;
}
.cases-latest[loaded=true] .owl-item {
  opacity: 1;
}

.cases-latest__head {
  width: 50%;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cases-latest__head {
    width: 80%;
  }
}

.cases-latest__body {
  margin-left: 85px;
  margin-top: -20px;
}
@media only screen and (max-width: 1199px) {
  .cases-latest__body {
    margin-left: 40px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-latest__body {
    margin-left: 20px;
  }
}

.cases-latest__title {
  max-width: 350px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .cases-latest__title {
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.cases-latest__list {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .cases-latest__list {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
.cases-latest__list::before {
  content: "";
  display: none;
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .cases-latest__list::before {
    display: none;
  }
}

.cases-list {
  margin-bottom: 200px;
}
@media only screen and (max-width: 899px) {
  .cases-list {
    margin-bottom: 100px;
  }
}
.cases-list.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .cases-list.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.cases-list.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .cases-list.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.cases-list.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .cases-list.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.cases-list.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .cases-list.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.cases-list.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .cases-list.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.cases-list .cases-list {
  margin-left: 130px;
}
@media only screen and (max-width: 1199px) {
  .cases-list .cases-list {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-list .cases-list {
    margin-left: 20px;
  }
}

.cases-list__title {
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .cases-list__title {
    margin-bottom: 27px;
  }
}

.cases-list__editor {
  margin-left: 160px;
  color: hsl(0, 17%, 95%);
  max-width: 625px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .cases-list__editor {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-list__editor {
    margin-left: 20px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .cases-list .cases-list {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-list .cases-list {
    margin-left: 0;
  }
}

.cases-list__wrap {
  gap: 125px 50px;
}
@media only screen and (max-width: 899px) {
  .cases-list__wrap {
    gap: 100px 50px;
    margin-left: 0;
  }
}
.cases-list__wrap .cases-item {
  width: calc(33.3% - 35px);
}
@media screen and (max-width: 1700px) {
  .cases-list__wrap .cases-item {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 899px) {
  .cases-list__wrap .cases-item {
    width: 100%;
  }
}

.cases-list__header {
  position: relative;
  z-index: 6;
}

.js-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #EF2B61;
  width: 22px;
  height: 22px;
}
.js-play .pause {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.js-play .play {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.js-play.is-active .pause {
  opacity: 1;
}
.js-play.is-active .play {
  opacity: 0;
}

.cases-item .cases-item__title-wrap {
  margin-top: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.cases-item .cases-item__body {
  top: -15px;
}

@media only screen and (max-width: 899px) {
  .cases-item .cases-item__title-wrap .cases-item__logo {
    margin-bottom: 0;
  }
}

.cases-single {
  position: relative;
}
.cases-single .content-header__pointer {
  display: none;
  position: absolute;
  right: 22px;
  bottom: 37px;
}
@media only screen and (max-width: 899px) {
  .cases-single .content-header__pointer {
    display: block;
  }
}
.cases-single .cases-single__results .cases-single__result-item {
  opacity: 0;
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(1) {
  transition: all 450ms ease-in-out calc(175ms * 1);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(2) {
  transition: all 450ms ease-in-out calc(175ms * 2);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(3) {
  transition: all 450ms ease-in-out calc(175ms * 3);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(4) {
  transition: all 450ms ease-in-out calc(175ms * 4);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(5) {
  transition: all 450ms ease-in-out calc(175ms * 5);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(6) {
  transition: all 450ms ease-in-out calc(175ms * 6);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(7) {
  transition: all 450ms ease-in-out calc(175ms * 7);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(8) {
  transition: all 450ms ease-in-out calc(175ms * 8);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(9) {
  transition: all 450ms ease-in-out calc(175ms * 9);
}
.cases-single .cases-single__results .cases-single__result-item:nth-child(10) {
  transition: all 450ms ease-in-out calc(175ms * 10);
}
.cases-single[loaded=true] .cases-single__result-item {
  opacity: 1;
}
.cases-single::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .cases-single::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.cases-single::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .cases-single::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}

.cases-single__media {
  position: absolute !important;
  top: 0;
  right: 0;
  max-width: 40%;
  width: auto;
  height: auto !important;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 9/16;
}
@media only screen and (max-width: 1199px) {
  .cases-single__media {
    width: calc(100% - 130px);
    right: 65px;
    bottom: 30px;
    top: unset;
    height: 460px !important;
    z-index: 5;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__media {
    width: calc(100% - 80px);
    right: 40px;
    bottom: 20px;
    top: unset;
    height: 360px !important;
  }
}
.cases-single__media.is--horizontal {
  aspect-ratio: 16/9;
  width: 40%;
}
.cases-single__media .cases-single__image, .cases-single__media .cases-single__video {
  height: auto;
  width: auto;
  background-color: hsl(250, 9%, 13%);
  aspect-ratio: 9/16;
  min-height: 600px;
  max-height: 650px;
}
.cases-single__media .cases-single__image img, .cases-single__media .cases-single__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 899px) {
  .cases-single__media .cases-single__image img, .cases-single__media .cases-single__video img {
    height: 500px;
  }
}
.cases-single__media .cases-single__image iframe, .cases-single__media .cases-single__video iframe {
  width: 100%;
  height: 100%;
}
.cases-single__media .cases-single__image.is--horizontal, .cases-single__media .cases-single__video.is--horizontal {
  aspect-ratio: 16/9;
  min-height: 0px;
}
.cases-single__media.desktop {
  top: calc(50% - 60px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .cases-single__media.desktop {
    display: none;
  }
}
.cases-single__media.mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .cases-single__media.mobile {
    display: block;
    position: relative !important;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 40px;
    width: calc(100% - 40px);
    height: 450px;
    margin-left: 80px;
  }
  .cases-single__media.mobile.is--horizontal {
    height: auto !important;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__media.mobile {
    margin: 0 20px;
    margin-left: 40px;
  }
}
.cases-single__media.mobile.is--horizontal {
  max-width: 100%;
  width: calc(100% - 100px);
  aspect-ratio: 16/9;
}
.cases-single__media.mobile.is--horizontal .cases-single__video {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: auto;
}
@media only screen and (max-width: 899px) {
  .cases-single__media.mobile.is--vertical {
    max-width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .cases-single__media.mobile.is--vertical {
    max-width: calc(100% - 50px);
    min-height: 10px;
  }
}

.cases-single__video-button {
  position: absolute;
  width: 18px;
  height: 22px;
  right: 25px;
  bottom: 30px;
  transition: all 300ms ease;
  z-index: 99;
}
.cases-single__video-button.is-active {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.cases-single__title {
  margin-bottom: 7px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .cases-single__title {
    margin-bottom: 20px;
  }
}

.cases-single__socialtag {
  font-size: 23px;
  font-weight: 600;
  line-height: 36.8px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  color: hsl(0, 17%, 95%);
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .cases-single__socialtag {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
  }
}
@media only screen and (max-width: 1199px) {
  .cases-single__socialtag {
    margin-bottom: 30px;
  }
}
.cases-single__socialtag::after {
  content: "";
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  background-color: hsl(197, 49%, 54%);
  border-radius: 3px;
  bottom: 5px;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .cases-single__socialtag::after {
    height: 14px;
    bottom: 2px;
  }
}

.cases-single__text {
  min-height: 340px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.2px;
  color: hsl(0, 17%, 95%);
  width: 50%;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .cases-single__text {
    padding-bottom: 46px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    min-height: auto;
  }
}

.cases-single__header-content {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.cases-single__go-back {
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 11px;
}
.cases-single__go-back::after {
  display: none;
}
.cases-single__go-back svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
.cases-single__go-back svg path {
  fill: hsl(343, 86%, 55%);
}
.cases-single__go-back:hover svg {
  transform: translateX(-5px);
}

.cases-single__body {
  margin-left: 130px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .cases-single__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__body {
    margin-left: 20px;
  }
}

.cases-single__results {
  width: 100%;
  justify-content: space-between;
}

.cases-single__result-item {
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .cases-single__result-item {
    width: fit-content;
    padding-right: 50px;
  }
  .cases-single__result-item.has-border {
    position: relative;
  }
  .cases-single__result-item.has-border::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 65px;
    background-color: hsla(0, 17%, 95%, 0.5);
  }
}

.cases-single__results {
  margin-left: 215px;
}
@media only screen and (max-width: 1199px) {
  .cases-single__results {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__results {
    margin-left: 0;
  }
}
.cases-single__results .owl-stage {
  display: flex !important;
}

.cases-single__results-wrap .news-item__spacer {
  margin-left: 215px;
}
@media only screen and (max-width: 1199px) {
  .cases-single__results-wrap .news-item__spacer {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__results-wrap .news-item__spacer {
    margin-left: 20px;
  }
}

.cases-single__results-title {
  margin-left: 215px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  text-transform: uppercase;
  font-family: "Oswald";
  color: hsl(0, 17%, 95%);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .cases-single__results-title {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__results-title {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .cases-single__results-title {
    margin-bottom: 20px;
  }
}

.cases-single__spacer {
  margin-left: 215px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .cases-single__spacer {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .cases-single__spacer {
    margin-left: 0px;
  }
}

.cases-single__result-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  width: fit-content;
  margin-bottom: 5px;
}
@media only screen and (max-width: 899px) {
  .cases-single__result-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.cases-single__result-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5px);
  background-color: hsl(197, 49%, 54%);
  border-radius: 4px;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .cases-single__result-title::after {
    height: calc(100% - 5px);
    bottom: 1px;
  }
}

.cases-single__logo {
  width: 200px;
  height: 36px;
  margin-top: 15px;
}
@media only screen and (max-width: 899px) {
  .cases-single__logo {
    max-height: 30px;
    width: 132px;
    height: auto;
    margin-top: auto;
  }
}
.cases-single__logo img {
  width: 200px;
  height: 36px;
  object-fit: contain;
  object-position: left;
}
@media only screen and (max-width: 899px) {
  .cases-single__logo img {
    width: 132px;
    max-height: auto;
  }
}

.cases-single__result-body {
  font-family: "Oswald";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .cases-single__result-body {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }
}

.cases-single__results-wrap {
  padding: 85px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .cases-single__results-wrap {
    margin-top: 0;
    padding: 55px 0 100px;
  }
}
.cases-single__results-wrap .owl-stage-outer {
  overflow: visible;
}
.cases-single__results-wrap .wrapper--large {
  position: relative;
  padding: 0 60px !important;
}
@media only screen and (max-width: 899px) {
  .cases-single__results-wrap .wrapper--large {
    position: initial;
  }
}
.cases-single__results-wrap .wrapper--large::before {
  content: "";
  position: absolute;
  top: -340px;
  left: -300px;
  width: 1563px;
  height: 1563px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-large-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: contain;
  opacity: 0.8;
}

.cases-single__pointer {
  z-index: 5;
  position: absolute;
  bottom: 55px;
  right: 80px;
  display: none;
  padding: 0px 10px 19px 9px;
  width: 51px;
  height: 51px;
  font-size: 21px;
  transform: translateY(0);
  justify-content: center;
  align-items: center;
  animation: Pointer 3s ease infinite;
}
@media only screen and (max-width: 899px) {
  .cases-single__pointer {
    bottom: 20px;
    right: 15px;
    display: flex;
  }
}
.cases-single__pointer img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.contact {
  padding-bottom: 50px;
  position: relative;
}
.contact.has-graphic-right-red::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .contact.has-graphic-right-red::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.contact.has-graphic-right-blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .contact.has-graphic-right-blue::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.contact.has-graphic-left-red::before {
  content: "";
  position: absolute;
  top: -137px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .contact.has-graphic-left-red::before {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.contact.has-graphic-left-blue::before {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .contact.has-graphic-left-blue::before {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.contact.has-map .contact__maps {
  display: block;
}
.contact .google-reviews {
  max-width: 350px;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 899px) {
  .contact .google-reviews {
    display: none;
  }
}
.contact .google-reviews a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact .google-reviews .google-reviews__head {
  width: 100%;
}
.contact .google-reviews .google-reviews__title {
  font-size: 28px;
  line-height: 33.6px;
  margin-bottom: 20px;
  text-align: center;
}
.contact .google-reviews .google-reviews__bottom {
  width: fit-content;
}
.contact .google-reviews .google-reviews__bottom::before {
  display: none;
}
.contact .contact__contact-information {
  opacity: 0;
  transform: translateY(20px);
  transition: all 250ms ease-in-out 0ms;
}
.contact .contact__links {
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms ease-in-out 1000ms;
}
.contact .contact__maps {
  opacity: 0;
  transition: all 300ms ease-in-out 600ms;
}
.contact[loaded=true] .contact__contact-information, .contact[loaded=true] .contact__links, .contact[loaded=true] .contact__maps {
  opacity: 1;
  transform: translateY(0);
}

.contact__title {
  max-width: 270px;
  margin-bottom: 61px;
}
@media only screen and (max-width: 899px) {
  .contact__title {
    margin-bottom: 30px;
  }
}

.contact__body-wrap {
  margin-left: 130px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .contact__body-wrap {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .contact__body-wrap {
    margin-left: 20px;
  }
}

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

.contact__body {
  max-width: calc(100% - 400px);
}
@media only screen and (max-width: 899px) {
  .contact__body {
    width: 100%;
    max-width: 100%;
  }
}

.contact__editor {
  color: hsl(0, 17%, 95%);
  margin-bottom: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .contact__editor {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
  }
}

.contact__contact-information {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration-line: underline;
  margin-bottom: 60px;
  color: hsl(197, 10%, 71%);
}
@media only screen and (max-width: 899px) {
  .contact__contact-information {
    margin-bottom: 35px;
  }
}

/**
 * Maps.
 */
.contact__maps {
  margin-left: 130px;
  margin-top: 60px;
  display: none;
  height: 738px;
  width: calc(100% - 130px);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .contact__maps {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 899px) {
  .contact__maps {
    margin-left: -40px;
    width: calc(100% + 80px);
    height: 633px;
  }
}

/**
 * Contact links.
 */
.contact__links-wrap {
  width: 100%;
  margin-top: auto;
  margin-bottom: 80px;
  position: relative;
}

.contact__links-title {
  color: hsl(0, 17%, 95%);
  margin-bottom: 15px;
  font-size: 23px;
  list-style: 26px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .contact__links-title {
    font-size: 14px;
    list-style: 24px;
    margin-bottom: 5px;
  }
}

.contact__links {
  position: relative;
  padding: 50px 0;
  border: 2px solid hsl(0, 17%, 95%);
  border-radius: 15px;
  width: 100%;
  z-index: 3;
  max-width: 570px;
}
@media only screen and (max-width: 899px) {
  .contact__links {
    padding: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact__links::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='32' viewBox='0 0 15 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0C1.5 10.7569 5.42521 18.4446 12.5795 22.7307L13.0617 23.0117C13.8055 23.433 14.1856 24.6983 13.9106 25.838C13.8075 26.2653 13.6203 26.6331 13.375 26.8904C10.847 29.542 6.6288 31.0797 1 31.5' stroke='white'/%3E%3C/svg%3E");
  width: 27px;
  height: 59px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  left: -25px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 899px) {
  .contact__links::after {
    width: 23px;
    height: 50px;
    left: -22px;
  }
}
.contact__links::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 54px;
  background-color: hsl(0, 0%, 10%);
  bottom: 10px;
  left: -2px;
}
@media only screen and (max-width: 899px) {
  .contact__links::before {
    height: 50px;
  }
}

.contact__link {
  color: hsl(0, 17%, 95%);
  transition: all 300ms ease;
  width: 33.3333333333%;
  height: 60px;
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: center;
  border-right: 2px solid hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .contact__link {
    border-right: 1px solid hsl(0, 17%, 95%);
  }
}
.contact__link svg {
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  fill: hsl(0, 17%, 95%);
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .contact__link svg {
    width: 18px;
    height: 18px;
    margin-bottom: 7px;
  }
}
.contact__link a {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.contact__link span {
  width: 100%;
  text-align: center;
}
.contact__link:last-of-type {
  border-right: none;
}
.contact__link:hover a {
  transform: translateY(-10px);
}

.content-header {
  position: relative;
  padding: 0 0 60px;
}
@media only screen and (max-width: 899px) {
  .content-header {
    padding: 0 0 170px;
  }
}
.content-header .wrapper {
  position: relative;
}
.content-header .owl-item {
  opacity: 0;
}
.content-header .owl-item:nth-child(1) {
  transition: opacity 450ms ease-in-out calc(175ms * 1);
}
.content-header .owl-item:nth-child(2) {
  transition: opacity 450ms ease-in-out calc(175ms * 2);
}
.content-header .owl-item:nth-child(3) {
  transition: opacity 450ms ease-in-out calc(175ms * 3);
}
.content-header .owl-item:nth-child(4) {
  transition: opacity 450ms ease-in-out calc(175ms * 4);
}
.content-header .owl-item:nth-child(5) {
  transition: opacity 450ms ease-in-out calc(175ms * 5);
}
.content-header .owl-item:nth-child(6) {
  transition: opacity 450ms ease-in-out calc(175ms * 6);
}
.content-header .owl-item:nth-child(7) {
  transition: opacity 450ms ease-in-out calc(175ms * 7);
}
.content-header .owl-item:nth-child(8) {
  transition: opacity 450ms ease-in-out calc(175ms * 8);
}
.content-header .owl-item:nth-child(9) {
  transition: opacity 450ms ease-in-out calc(175ms * 9);
}
.content-header .owl-item:nth-child(10) {
  transition: opacity 450ms ease-in-out calc(175ms * 10);
}
.content-header .owl-item:nth-child(11) {
  transition: opacity 450ms ease-in-out calc(175ms * 11);
}
.content-header .owl-item:nth-child(12) {
  transition: opacity 450ms ease-in-out calc(175ms * 12);
}
.content-header .owl-item:nth-child(13) {
  transition: opacity 450ms ease-in-out calc(175ms * 13);
}
.content-header .owl-item:nth-child(14) {
  transition: opacity 450ms ease-in-out calc(175ms * 14);
}
.content-header .owl-item:nth-child(15) {
  transition: opacity 450ms ease-in-out calc(175ms * 15);
}
.content-header .owl-item:nth-child(16) {
  transition: opacity 450ms ease-in-out calc(175ms * 16);
}
.content-header .owl-item:nth-child(17) {
  transition: opacity 450ms ease-in-out calc(175ms * 17);
}
.content-header .owl-item:nth-child(18) {
  transition: opacity 450ms ease-in-out calc(175ms * 18);
}
.content-header .owl-item:nth-child(19) {
  transition: opacity 450ms ease-in-out calc(175ms * 19);
}
.content-header .owl-item:nth-child(20) {
  transition: opacity 450ms ease-in-out calc(175ms * 20);
}
.content-header .owl-item:nth-child(21) {
  transition: opacity 450ms ease-in-out calc(175ms * 21);
}
.content-header .owl-item:nth-child(22) {
  transition: opacity 450ms ease-in-out calc(175ms * 22);
}
.content-header .owl-item:nth-child(23) {
  transition: opacity 450ms ease-in-out calc(175ms * 23);
}
.content-header .owl-item:nth-child(24) {
  transition: opacity 450ms ease-in-out calc(175ms * 24);
}
.content-header .owl-item:nth-child(25) {
  transition: opacity 450ms ease-in-out calc(175ms * 25);
}
.content-header .owl-item:nth-child(26) {
  transition: opacity 450ms ease-in-out calc(175ms * 26);
}
.content-header .owl-item:nth-child(27) {
  transition: opacity 450ms ease-in-out calc(175ms * 27);
}
.content-header .owl-item:nth-child(28) {
  transition: opacity 450ms ease-in-out calc(175ms * 28);
}
.content-header .owl-item:nth-child(29) {
  transition: opacity 450ms ease-in-out calc(175ms * 29);
}
.content-header .owl-item:nth-child(30) {
  transition: opacity 450ms ease-in-out calc(175ms * 30);
}
.content-header .owl-item:nth-child(31) {
  transition: opacity 450ms ease-in-out calc(175ms * 31);
}
.content-header .owl-item:nth-child(32) {
  transition: opacity 450ms ease-in-out calc(175ms * 32);
}
.content-header .owl-item:nth-child(33) {
  transition: opacity 450ms ease-in-out calc(175ms * 33);
}
.content-header .owl-item:nth-child(34) {
  transition: opacity 450ms ease-in-out calc(175ms * 34);
}
.content-header .owl-item:nth-child(35) {
  transition: opacity 450ms ease-in-out calc(175ms * 35);
}
.content-header .owl-item:nth-child(36) {
  transition: opacity 450ms ease-in-out calc(175ms * 36);
}
.content-header .owl-item:nth-child(37) {
  transition: opacity 450ms ease-in-out calc(175ms * 37);
}
.content-header .owl-item:nth-child(38) {
  transition: opacity 450ms ease-in-out calc(175ms * 38);
}
.content-header .owl-item:nth-child(39) {
  transition: opacity 450ms ease-in-out calc(175ms * 39);
}
.content-header .owl-item:nth-child(40) {
  transition: opacity 450ms ease-in-out calc(175ms * 40);
}
.content-header .owl-item:nth-child(41) {
  transition: opacity 450ms ease-in-out calc(175ms * 41);
}
.content-header .owl-item:nth-child(42) {
  transition: opacity 450ms ease-in-out calc(175ms * 42);
}
.content-header .owl-item:nth-child(43) {
  transition: opacity 450ms ease-in-out calc(175ms * 43);
}
.content-header .owl-item:nth-child(44) {
  transition: opacity 450ms ease-in-out calc(175ms * 44);
}
.content-header .owl-item:nth-child(45) {
  transition: opacity 450ms ease-in-out calc(175ms * 45);
}
.content-header .owl-item:nth-child(46) {
  transition: opacity 450ms ease-in-out calc(175ms * 46);
}
.content-header .owl-item:nth-child(47) {
  transition: opacity 450ms ease-in-out calc(175ms * 47);
}
.content-header .owl-item:nth-child(48) {
  transition: opacity 450ms ease-in-out calc(175ms * 48);
}
.content-header .owl-item:nth-child(49) {
  transition: opacity 450ms ease-in-out calc(175ms * 49);
}
.content-header .owl-item:nth-child(50) {
  transition: opacity 450ms ease-in-out calc(175ms * 50);
}
.content-header .owl-item:nth-child(even) {
  margin-top: -25px;
}
@media only screen and (max-width: 899px) {
  .content-header .owl-item:nth-child(even) {
    margin-top: 0;
  }
}
.content-header .owl-item:nth-child(odd) {
  margin-top: 25px;
}
.content-header[loaded=true] .owl-item {
  opacity: 1;
}
.content-header .owl-stage-outer {
  overflow: visible;
}
.content-header .owl-dots.disabled {
  display: flex !important;
}
.content-header .owl-dots.disabled.hidden {
  display: none !important;
}
.content-header .owl-dots {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .content-header .owl-dots {
    display: none;
  }
}
.content-header .google-reviews {
  bottom: 0px;
  display: none;
}
@media only screen and (max-width: 899px) {
  .content-header .google-reviews {
    bottom: 80px;
  }
}
.content-header.has-google-reviews .google-reviews {
  display: block;
}
.content-header.has-graphic-right-red::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .content-header.has-graphic-right-red::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.content-header.has-graphic-right-blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .content-header.has-graphic-right-blue::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.content-header.has-graphic-left-red .content-header__wrap::after {
  content: "";
  position: absolute;
  top: -137px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 3;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .content-header.has-graphic-left-red .content-header__wrap::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.content-header .content-header__list-wrap {
  z-index: 99;
}
.content-header .content-header__list-wrap.row__straight .owl-item:nth-child(odd), .content-header .content-header__list-wrap.row__straight .owl-item:nth-child(even) {
  margin-top: 0 !important;
}
.content-header.has-graphic-left-blue .content-header__wrap::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .content-header.has-graphic-left-blue .content-header__wrap::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.content-header .links {
  z-index: 5;
  position: relative;
}

.content-header__list {
  position: relative;
  margin-bottom: 35px;
}
.content-header__list::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .content-header__list::before {
    display: none;
  }
}

.content-header__pointer {
  z-index: 5;
  position: absolute;
  bottom: 120px;
  right: 80px;
  display: flex;
  padding: 0px 10px 19px 9px;
  font-size: 30px;
  transform: translateY(0);
  justify-content: center;
  align-items: center;
  animation: Pointer 3s ease infinite;
}
@media only screen and (max-width: 899px) {
  .content-header__pointer {
    bottom: 170px;
    right: 15px;
  }
}
.content-header__pointer img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.content-header__title-wrap {
  position: relative;
  overflow: hidden;
  height: 203px;
  max-width: 370px;
  z-index: 5;
  transition: all 300ms ease-in-out 1000ms;
}
@media only screen and (max-width: 899px) {
  .content-header__title-wrap {
    height: 150px;
    max-width: 259px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__title-wrap span {
    font-size: 36px;
    line-height: 43px;
  }
}

.content-header__body {
  margin-left: 105px;
  margin-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .content-header__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__body {
    margin-left: 0;
    margin-top: 10px;
  }
}

.content-header__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: moveUp 6s ease infinite;
}
@media only screen and (max-width: 899px) {
  .content-header__title {
    height: 204px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__title {
    height: 120px;
  }
}
.content-header__title:nth-child(2) {
  animation: moveDown 6s ease infinite;
}
@media only screen and (max-width: 899px) {
  .content-header__title:nth-child(2) {
    margin-top: 20px;
  }
}
.content-header__title em::before {
  height: calc(100% - 30px);
  width: calc(100% - 10px);
}

@keyframes Pointer {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}
@keyframes moveUp {
  0%, 25% {
    opacity: 1;
    transform: translateY(0);
  }
  30%, 73% {
    opacity: 0;
    transform: translateY(-100px);
  }
  77% {
    transform: translateY(20px);
    opacity: 1;
  }
  79% {
    transform: translateY(-10px);
    opacity: 1;
  }
  81% {
    transform: translateY(5px);
    opacity: 1;
  }
  83% {
    transform: translateY(0px);
    opacity: 1;
  }
  75%, 100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes moveDown {
  0%, 25% {
    opacity: 0;
    transform: translateY(100px);
  }
  30% {
    transform: translateY(-20px);
    opacity: 1;
  }
  32% {
    transform: translateY(10px);
    opacity: 1;
  }
  34% {
    transform: translateY(-10px);
    opacity: 1;
  }
  36%, 73% {
    opacity: 1;
    transform: translateY(0);
  }
  75%, 100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
.title-animation {
  position: relative;
  padding: 0 0 60px;
}
@media only screen and (max-width: 899px) {
  .title-animation {
    padding: 0 0 170px;
  }
}
.title-animation .wrapper {
  position: relative;
}
.title-animation .owl-item {
  opacity: 0;
}
.title-animation .owl-item:nth-child(1) {
  transition: opacity 450ms ease-in-out calc(175ms * 1);
}
.title-animation .owl-item:nth-child(2) {
  transition: opacity 450ms ease-in-out calc(175ms * 2);
}
.title-animation .owl-item:nth-child(3) {
  transition: opacity 450ms ease-in-out calc(175ms * 3);
}
.title-animation .owl-item:nth-child(4) {
  transition: opacity 450ms ease-in-out calc(175ms * 4);
}
.title-animation .owl-item:nth-child(5) {
  transition: opacity 450ms ease-in-out calc(175ms * 5);
}
.title-animation .owl-item:nth-child(6) {
  transition: opacity 450ms ease-in-out calc(175ms * 6);
}
.title-animation .owl-item:nth-child(7) {
  transition: opacity 450ms ease-in-out calc(175ms * 7);
}
.title-animation .owl-item:nth-child(8) {
  transition: opacity 450ms ease-in-out calc(175ms * 8);
}
.title-animation .owl-item:nth-child(9) {
  transition: opacity 450ms ease-in-out calc(175ms * 9);
}
.title-animation .owl-item:nth-child(10) {
  transition: opacity 450ms ease-in-out calc(175ms * 10);
}
.title-animation .owl-item:nth-child(11) {
  transition: opacity 450ms ease-in-out calc(175ms * 11);
}
.title-animation .owl-item:nth-child(12) {
  transition: opacity 450ms ease-in-out calc(175ms * 12);
}
.title-animation .owl-item:nth-child(13) {
  transition: opacity 450ms ease-in-out calc(175ms * 13);
}
.title-animation .owl-item:nth-child(14) {
  transition: opacity 450ms ease-in-out calc(175ms * 14);
}
.title-animation .owl-item:nth-child(15) {
  transition: opacity 450ms ease-in-out calc(175ms * 15);
}
.title-animation .owl-item:nth-child(16) {
  transition: opacity 450ms ease-in-out calc(175ms * 16);
}
.title-animation .owl-item:nth-child(17) {
  transition: opacity 450ms ease-in-out calc(175ms * 17);
}
.title-animation .owl-item:nth-child(18) {
  transition: opacity 450ms ease-in-out calc(175ms * 18);
}
.title-animation .owl-item:nth-child(19) {
  transition: opacity 450ms ease-in-out calc(175ms * 19);
}
.title-animation .owl-item:nth-child(20) {
  transition: opacity 450ms ease-in-out calc(175ms * 20);
}
.title-animation .owl-item:nth-child(21) {
  transition: opacity 450ms ease-in-out calc(175ms * 21);
}
.title-animation .owl-item:nth-child(22) {
  transition: opacity 450ms ease-in-out calc(175ms * 22);
}
.title-animation .owl-item:nth-child(23) {
  transition: opacity 450ms ease-in-out calc(175ms * 23);
}
.title-animation .owl-item:nth-child(24) {
  transition: opacity 450ms ease-in-out calc(175ms * 24);
}
.title-animation .owl-item:nth-child(25) {
  transition: opacity 450ms ease-in-out calc(175ms * 25);
}
.title-animation .owl-item:nth-child(26) {
  transition: opacity 450ms ease-in-out calc(175ms * 26);
}
.title-animation .owl-item:nth-child(27) {
  transition: opacity 450ms ease-in-out calc(175ms * 27);
}
.title-animation .owl-item:nth-child(28) {
  transition: opacity 450ms ease-in-out calc(175ms * 28);
}
.title-animation .owl-item:nth-child(29) {
  transition: opacity 450ms ease-in-out calc(175ms * 29);
}
.title-animation .owl-item:nth-child(30) {
  transition: opacity 450ms ease-in-out calc(175ms * 30);
}
.title-animation .owl-item:nth-child(31) {
  transition: opacity 450ms ease-in-out calc(175ms * 31);
}
.title-animation .owl-item:nth-child(32) {
  transition: opacity 450ms ease-in-out calc(175ms * 32);
}
.title-animation .owl-item:nth-child(33) {
  transition: opacity 450ms ease-in-out calc(175ms * 33);
}
.title-animation .owl-item:nth-child(34) {
  transition: opacity 450ms ease-in-out calc(175ms * 34);
}
.title-animation .owl-item:nth-child(35) {
  transition: opacity 450ms ease-in-out calc(175ms * 35);
}
.title-animation .owl-item:nth-child(36) {
  transition: opacity 450ms ease-in-out calc(175ms * 36);
}
.title-animation .owl-item:nth-child(37) {
  transition: opacity 450ms ease-in-out calc(175ms * 37);
}
.title-animation .owl-item:nth-child(38) {
  transition: opacity 450ms ease-in-out calc(175ms * 38);
}
.title-animation .owl-item:nth-child(39) {
  transition: opacity 450ms ease-in-out calc(175ms * 39);
}
.title-animation .owl-item:nth-child(40) {
  transition: opacity 450ms ease-in-out calc(175ms * 40);
}
.title-animation .owl-item:nth-child(41) {
  transition: opacity 450ms ease-in-out calc(175ms * 41);
}
.title-animation .owl-item:nth-child(42) {
  transition: opacity 450ms ease-in-out calc(175ms * 42);
}
.title-animation .owl-item:nth-child(43) {
  transition: opacity 450ms ease-in-out calc(175ms * 43);
}
.title-animation .owl-item:nth-child(44) {
  transition: opacity 450ms ease-in-out calc(175ms * 44);
}
.title-animation .owl-item:nth-child(45) {
  transition: opacity 450ms ease-in-out calc(175ms * 45);
}
.title-animation .owl-item:nth-child(46) {
  transition: opacity 450ms ease-in-out calc(175ms * 46);
}
.title-animation .owl-item:nth-child(47) {
  transition: opacity 450ms ease-in-out calc(175ms * 47);
}
.title-animation .owl-item:nth-child(48) {
  transition: opacity 450ms ease-in-out calc(175ms * 48);
}
.title-animation .owl-item:nth-child(49) {
  transition: opacity 450ms ease-in-out calc(175ms * 49);
}
.title-animation .owl-item:nth-child(50) {
  transition: opacity 450ms ease-in-out calc(175ms * 50);
}
.title-animation .owl-item:nth-child(even) {
  margin-top: -25px;
}
@media only screen and (max-width: 899px) {
  .title-animation .owl-item:nth-child(even) {
    margin-top: 0;
  }
}
.title-animation .owl-item:nth-child(odd) {
  margin-top: 25px;
}
.title-animation[loaded=true] .owl-item {
  opacity: 1;
}
.title-animation .owl-stage-outer {
  overflow: visible;
}
.title-animation .owl-dots.disabled {
  display: flex !important;
}
.title-animation .owl-dots.disabled.hidden {
  display: none !important;
}
.title-animation .owl-dots {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .title-animation .owl-dots {
    display: none;
  }
}
.title-animation .google-reviews {
  bottom: 0px;
  display: none;
}
@media only screen and (max-width: 899px) {
  .title-animation .google-reviews {
    bottom: 80px;
  }
}
.title-animation.has-google-reviews .google-reviews {
  display: block;
}
.title-animation.has-graphic-right-red::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .title-animation.has-graphic-right-red::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.title-animation.has-graphic-right-blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .title-animation.has-graphic-right-blue::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.title-animation.has-graphic-left-red .title-animation__wrap::after {
  content: "";
  position: absolute;
  top: -137px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .title-animation.has-graphic-left-red .title-animation__wrap::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.title-animation .title-animation__list-wrap {
  z-index: 99;
}
.title-animation .title-animation__list-wrap.row__straight .owl-item:nth-child(odd), .title-animation .title-animation__list-wrap.row__straight .owl-item:nth-child(even) {
  margin-top: 0 !important;
}
.title-animation.has-graphic-left-blue .title-animation__wrap::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .title-animation.has-graphic-left-blue .title-animation__wrap::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.title-animation .links {
  z-index: 5;
  position: relative;
}

.title-animation__list {
  position: relative;
  margin-bottom: 35px;
}
.title-animation__list::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .title-animation__list::before {
    display: none;
  }
}

.title-animation__pointer {
  z-index: 5;
  position: absolute;
  bottom: 120px;
  right: 80px;
  display: flex;
  padding: 0px 10px 19px 9px;
  font-size: 30px;
  transform: translateY(0);
  justify-content: center;
  align-items: center;
  animation: Pointer 3s ease infinite;
}
@media only screen and (max-width: 899px) {
  .title-animation__pointer {
    bottom: 170px;
    right: 15px;
  }
}
.title-animation__pointer img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.title-animation__title-wrap {
  position: relative;
  overflow: hidden;
  height: 203px;
  max-width: 370px;
  z-index: 5;
  transition: all 300ms ease-in-out 1000ms;
}
@media only screen and (max-width: 899px) {
  .title-animation__title-wrap {
    height: 150px;
    max-width: 259px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .title-animation__title-wrap span {
    font-size: 36px;
    line-height: 43px;
  }
}

.title-animation__body {
  margin-left: 105px;
  margin-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .title-animation__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .title-animation__body {
    margin-left: 0;
    margin-top: 10px;
  }
}

.title-animation__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: moveUp 6s ease infinite;
}
@media only screen and (max-width: 899px) {
  .title-animation__title {
    height: 204px;
  }
}
@media only screen and (max-width: 899px) {
  .title-animation__title {
    height: 120px;
  }
}
.title-animation__title:nth-child(2) {
  animation: moveDown 6s ease infinite;
}
@media only screen and (max-width: 899px) {
  .title-animation__title:nth-child(2) {
    margin-top: 20px;
  }
}
.title-animation__title em::before {
  height: calc(100% - 30px);
  width: calc(100% - 10px);
}

@keyframes Pointer {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}
@keyframes moveUp {
  0%, 25% {
    opacity: 1;
    transform: translateY(0);
  }
  30%, 73% {
    opacity: 0;
    transform: translateY(-100px);
  }
  77% {
    transform: translateY(20px);
    opacity: 1;
  }
  79% {
    transform: translateY(-10px);
    opacity: 1;
  }
  81% {
    transform: translateY(5px);
    opacity: 1;
  }
  83% {
    transform: translateY(0px);
    opacity: 1;
  }
  75%, 100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes moveDown {
  0%, 25% {
    opacity: 0;
    transform: translateY(100px);
  }
  30% {
    transform: translateY(-20px);
    opacity: 1;
  }
  32% {
    transform: translateY(10px);
    opacity: 1;
  }
  34% {
    transform: translateY(-10px);
    opacity: 1;
  }
  36%, 73% {
    opacity: 1;
    transform: translateY(0);
  }
  75%, 100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
.title-animation__editor {
  color: hsl(0, 17%, 95%);
}

.content-default {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .content-default {
    padding: 50px 0;
  }
}
.content-default .links {
  margin-top: 50px;
}
.content-default.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  opacity: 0.9;
  z-index: -1;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .content-default.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.content-default.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-default.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.content-default.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .content-default.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.content-default.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-default.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.content-default__body {
  margin-left: 130px;
  color: hsl(0, 17%, 95%);
  max-width: 70%;
}
@media only screen and (max-width: 1199px) {
  .content-default__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default__body {
    margin-left: 20px;
    max-width: 100%;
  }
}

.content-default__title {
  max-width: 300px;
  margin-bottom: 40px;
}

.faq {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .faq {
    padding: 50px 0;
  }
}
.faq .owl-stage-outer {
  overflow: visible;
}
.faq .owl-dots.hidden {
  display: none !important;
}
.faq .owl-dots.disabled {
  display: flex !important;
}
.faq .owl-dots.disabled .hidden {
  display: none !important;
}
.faq .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .faq .owl-dots {
    margin-top: 35px;
  }
}
.faq.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .faq.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.faq.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .faq.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.faq.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .faq.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.faq.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .faq.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.faq .owl-stage .owl-item:nth-child(1) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 1);
}
.faq .owl-stage .owl-item:nth-child(1) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 1);
}
.faq .owl-stage .owl-item:nth-child(2) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 2);
}
.faq .owl-stage .owl-item:nth-child(2) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 2);
}
.faq .owl-stage .owl-item:nth-child(3) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 3);
}
.faq .owl-stage .owl-item:nth-child(3) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 3);
}
.faq .owl-stage .owl-item:nth-child(4) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 4);
}
.faq .owl-stage .owl-item:nth-child(4) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 4);
}
.faq .owl-stage .owl-item:nth-child(5) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 5);
}
.faq .owl-stage .owl-item:nth-child(5) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 5);
}
.faq .owl-stage .owl-item:nth-child(6) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 6);
}
.faq .owl-stage .owl-item:nth-child(6) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 6);
}
.faq .owl-stage .owl-item:nth-child(7) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 7);
}
.faq .owl-stage .owl-item:nth-child(7) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 7);
}
.faq .owl-stage .owl-item:nth-child(8) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 8);
}
.faq .owl-stage .owl-item:nth-child(8) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 8);
}
.faq .owl-stage .owl-item:nth-child(9) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 9);
}
.faq .owl-stage .owl-item:nth-child(9) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 9);
}
.faq .owl-stage .owl-item:nth-child(10) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 10);
}
.faq .owl-stage .owl-item:nth-child(10) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 10);
}
.faq .owl-stage .owl-item:nth-child(11) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 11);
}
.faq .owl-stage .owl-item:nth-child(11) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 11);
}
.faq .owl-stage .owl-item:nth-child(12) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 12);
}
.faq .owl-stage .owl-item:nth-child(12) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 12);
}
.faq .owl-stage .owl-item:nth-child(13) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 13);
}
.faq .owl-stage .owl-item:nth-child(13) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 13);
}
.faq .owl-stage .owl-item:nth-child(14) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 14);
}
.faq .owl-stage .owl-item:nth-child(14) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 14);
}
.faq .owl-stage .owl-item:nth-child(15) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 15);
}
.faq .owl-stage .owl-item:nth-child(15) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 15);
}
.faq .owl-stage .owl-item:nth-child(16) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 16);
}
.faq .owl-stage .owl-item:nth-child(16) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 16);
}
.faq .owl-stage .owl-item:nth-child(17) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 17);
}
.faq .owl-stage .owl-item:nth-child(17) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 17);
}
.faq .owl-stage .owl-item:nth-child(18) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 18);
}
.faq .owl-stage .owl-item:nth-child(18) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 18);
}
.faq .owl-stage .owl-item:nth-child(19) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 19);
}
.faq .owl-stage .owl-item:nth-child(19) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 19);
}
.faq .owl-stage .owl-item:nth-child(20) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 20);
}
.faq .owl-stage .owl-item:nth-child(20) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 20);
}
.faq .owl-stage .owl-item:nth-child(21) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 21);
}
.faq .owl-stage .owl-item:nth-child(21) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 21);
}
.faq .owl-stage .owl-item:nth-child(22) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 22);
}
.faq .owl-stage .owl-item:nth-child(22) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 22);
}
.faq .owl-stage .owl-item:nth-child(23) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 23);
}
.faq .owl-stage .owl-item:nth-child(23) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 23);
}
.faq .owl-stage .owl-item:nth-child(24) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 24);
}
.faq .owl-stage .owl-item:nth-child(24) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 24);
}
.faq .owl-stage .owl-item:nth-child(25) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 25);
}
.faq .owl-stage .owl-item:nth-child(25) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 25);
}
.faq .owl-stage .owl-item:nth-child(26) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 26);
}
.faq .owl-stage .owl-item:nth-child(26) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 26);
}
.faq .owl-stage .owl-item:nth-child(27) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 27);
}
.faq .owl-stage .owl-item:nth-child(27) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 27);
}
.faq .owl-stage .owl-item:nth-child(28) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 28);
}
.faq .owl-stage .owl-item:nth-child(28) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 28);
}
.faq .owl-stage .owl-item:nth-child(29) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 29);
}
.faq .owl-stage .owl-item:nth-child(29) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 29);
}
.faq .owl-stage .owl-item:nth-child(30) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 30);
}
.faq .owl-stage .owl-item:nth-child(30) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 30);
}
.faq .owl-stage .owl-item:nth-child(31) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 31);
}
.faq .owl-stage .owl-item:nth-child(31) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 31);
}
.faq .owl-stage .owl-item:nth-child(32) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 32);
}
.faq .owl-stage .owl-item:nth-child(32) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 32);
}
.faq .owl-stage .owl-item:nth-child(33) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 33);
}
.faq .owl-stage .owl-item:nth-child(33) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 33);
}
.faq .owl-stage .owl-item:nth-child(34) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 34);
}
.faq .owl-stage .owl-item:nth-child(34) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 34);
}
.faq .owl-stage .owl-item:nth-child(35) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 35);
}
.faq .owl-stage .owl-item:nth-child(35) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 35);
}
.faq .owl-stage .owl-item:nth-child(36) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 36);
}
.faq .owl-stage .owl-item:nth-child(36) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 36);
}
.faq .owl-stage .owl-item:nth-child(37) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 37);
}
.faq .owl-stage .owl-item:nth-child(37) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 37);
}
.faq .owl-stage .owl-item:nth-child(38) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 38);
}
.faq .owl-stage .owl-item:nth-child(38) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 38);
}
.faq .owl-stage .owl-item:nth-child(39) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 39);
}
.faq .owl-stage .owl-item:nth-child(39) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 39);
}
.faq .owl-stage .owl-item:nth-child(40) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 40);
}
.faq .owl-stage .owl-item:nth-child(40) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 40);
}
.faq .owl-stage .owl-item:nth-child(41) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 41);
}
.faq .owl-stage .owl-item:nth-child(41) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 41);
}
.faq .owl-stage .owl-item:nth-child(42) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 42);
}
.faq .owl-stage .owl-item:nth-child(42) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 42);
}
.faq .owl-stage .owl-item:nth-child(43) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 43);
}
.faq .owl-stage .owl-item:nth-child(43) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 43);
}
.faq .owl-stage .owl-item:nth-child(44) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 44);
}
.faq .owl-stage .owl-item:nth-child(44) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 44);
}
.faq .owl-stage .owl-item:nth-child(45) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 45);
}
.faq .owl-stage .owl-item:nth-child(45) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 45);
}
.faq .owl-stage .owl-item:nth-child(46) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 46);
}
.faq .owl-stage .owl-item:nth-child(46) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 46);
}
.faq .owl-stage .owl-item:nth-child(47) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 47);
}
.faq .owl-stage .owl-item:nth-child(47) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 47);
}
.faq .owl-stage .owl-item:nth-child(48) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 48);
}
.faq .owl-stage .owl-item:nth-child(48) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 48);
}
.faq .owl-stage .owl-item:nth-child(49) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 49);
}
.faq .owl-stage .owl-item:nth-child(49) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 49);
}
.faq .owl-stage .owl-item:nth-child(50) .faq__question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(400ms * 50);
}
.faq .owl-stage .owl-item:nth-child(50) .faq__answer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 900ms ease-in-out calc(550ms * 50);
}
.faq[loaded=true] .owl-stage .faq__question, .faq[loaded=true] .owl-stage .faq__answer {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.faq__faq {
  margin-left: 105px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .faq__faq {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .faq__faq {
    margin-left: 0;
  }
}
.faq__faq::before {
  display: none;
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -100%;
  background-color: hsl(250, 9%, 13%);
  width: 100%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .faq__faq::before {
    display: none;
  }
}

.faq__item {
  width: 810px;
}
@media only screen and (max-width: 899px) {
  .faq__item {
    width: 100%;
  }
}

.faq__title {
  max-width: 400px;
  margin-bottom: 50px;
}

.faq__question {
  position: relative;
  background-color: hsl(197, 49%, 54%);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  width: 390px;
  margin-left: 10px;
}
@media only screen and (max-width: 899px) {
  .faq__question {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    padding-left: 30px;
  }
}
.faq__question::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -10px;
  width: 14px;
  height: 14px;
  background: url(./../images/chat-arrow-blue.svg) no-repeat;
}

.faq__questioner {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .faq__questioner {
    font-size: 14px;
    line-height: 25px;
  }
}

.faq__question-body {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: hsl(0, 17%, 95%);
}

.faq__answer {
  border: 1px solid hsl(0, 17%, 95%);
  background-color: hsl(250, 9%, 13%);
  padding: 30px 40px;
  color: hsl(0, 17%, 95%);
  border-radius: 8px;
  position: relative;
  width: 390px;
  margin-left: 420px;
}
@media only screen and (max-width: 899px) {
  .faq__answer {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    padding-left: 30px;
    padding-bottom: 25px;
  }
}
.faq__answer::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -14px;
  width: 14px;
  height: 14px;
  background: url(./../images/chat-arrow-white-black-1.svg) no-repeat;
}
.faq__answer .cta__message-time {
  color: hsl(0, 17%, 95%) !important;
  bottom: 0px;
  right: 10px;
  align-items: center;
  opacity: 0.5;
}
@media only screen and (max-width: 899px) {
  .faq__answer .cta__message-time {
    font-size: 11px;
    line-height: 13px;
    bottom: 7px;
    right: 13px;
  }
}
.faq__answer .cta__message-time svg {
  display: block;
}

.faq__responder {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .faq__responder {
    font-size: 14px;
    line-height: 25px;
  }
}

.faq__answer-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 899px) {
  .faq__answer-body {
    font-size: 16px;
    line-height: 28px;
  }
}

.quote {
  position: relative;
  padding: 130px 0;
}
@media only screen and (max-width: 899px) {
  .quote {
    padding: 50px 0;
  }
}
.quote.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .quote.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.quote.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .quote.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.quote.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .quote.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.quote.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .quote.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.quote__item {
  width: 70%;
}
@media only screen and (max-width: 899px) {
  .quote__item {
    width: 100%;
  }
}

.quote__wrapper .owl-dots {
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .quote__wrapper .owl-dots {
    margin-top: 20px;
  }
}

.quote__quote {
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  color: hsl(0, 17%, 95%);
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .quote__quote {
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}

.quote__author {
  padding-left: 40px;
}
@media only screen and (max-width: 899px) {
  .quote__author {
    padding-left: 20px;
  }
}

.quote__name {
  font-family: "Oswald";
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .quote__name {
    font-size: 16px;
    line-height: 160%;
  }
}

.quote__function {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .quote__function {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
  }
}

.quote__wrapper {
  padding-left: 130px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .quote__wrapper {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.team {
  margin-top: -40px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .team {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 899px) {
  .team {
    margin-top: 0;
  }
}
.team.is-first {
  padding-top: 0;
}
.team.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .team.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.team.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .team.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.team.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .team.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.team.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .team.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.team__subtitle {
  font-family: "Oswald";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  color: hsl(0, 17%, 95%);
  width: fit-content;
  margin-bottom: 3px;
}
.team__subtitle::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  bottom: 5px;
  right: -14px;
  animation: blink 1500ms ease-in-out infinite;
}

.team__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .team__title {
    margin-bottom: 30px;
  }
}

.team__team {
  margin-top: 50px;
}
.team__team .owl-stage-outer {
  overflow: visible;
}

.team__item {
  position: relative;
  width: 365px;
  height: 480px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .team__item {
    width: 320px;
    height: 414px;
  }
}

.team__item-image {
  height: 412px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .team__item-image {
    width: 275px;
    height: 345px;
    left: 20px;
  }
}
.team__item-image::after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(194deg, rgba(0, 0, 0, 0) 20.82%, rgba(0, 0, 0, 0.8) 80.14%);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .team__item-image::after {
    width: 100%;
  }
}
.team__item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 35px);
  height: 330px;
  background: linear-gradient(194deg, rgba(0, 0, 0, 0) 20.82%, rgba(0, 0, 0, 0.55) 80.14%);
  transition: all 300ms ease-in-out 50ms;
}
@media only screen and (max-width: 899px) {
  .team__item-image::before {
    width: 100%;
    height: 200px;
  }
}
.team__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 35px;
}
@media only screen and (max-width: 899px) {
  .team__item-image img {
    padding-left: 0;
  }
}

.team__editor {
  color: hsl(0, 17%, 95%);
  margin-top: 30px;
}

.team__linkedin {
  margin-top: 20px;
  display: block;
  transition: all 700ms ease-in-out;
}
.team__linkedin svg {
  width: 18px;
  height: 18px;
}
.team__linkedin svg path {
  fill: hsl(0, 17%, 95%);
}
.team__linkedin:hover {
  opacity: 0.7;
}

.team__firstname {
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  width: 100%;
}

.team__lastname {
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  width: 100%;
}

.team__spacer {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30px;
  height: 2px;
  background-color: hsl(197, 49%, 54%);
}

.team__function {
  color: hsl(0, 17%, 95%);
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .team__function {
    font-size: 16px;
    font-weight: 400;
  }
}

.team__item:hover .team__item-head {
  transform: translateY(var(--body-height-minus));
}
.team__item:hover .team__item-body {
  transform: translateY(var(--body-height-minus));
  opacity: 1;
}
.team__item:hover .team__item-image::after {
  opacity: 1;
}
.team__item:hover .team__item-image::before {
  opacity: 0;
}
.team__item:hover .team__linkedin {
  pointer-events: all;
}

.team__item-head {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  transition: all 700ms ease-in-out;
}

.team__item-body {
  position: absolute;
  bottom: var(--body-height-minus);
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 700ms ease-in-out;
  pointer-events: none;
}

.team__team .owl-dots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 899px) {
  .team__team .owl-dots {
    margin-top: 40px;
    right: 20px;
    position: relative;
  }
}
.team__team .owl-dot {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid hsl(0, 17%, 95%) !important;
  margin-left: 10px;
  transition: all 300ms ease-in-out;
}
.team__team .owl-dot span {
  font-size: 12px;
  font-weight: 400;
  color: hsl(0, 17%, 95%);
  line-height: 10px;
  transition: all 300ms ease-in-out;
}
.team__team .owl-dot.active, .team__team .owl-dot:hover {
  background-color: hsl(0, 17%, 95%);
}
.team__team .owl-dot.active span, .team__team .owl-dot:hover span {
  color: hsl(0, 0%, 10%);
}

.team-header.has-content {
  margin-bottom: 200px;
}
@media only screen and (max-width: 899px) {
  .team-header.has-content {
    margin-bottom: 60px;
  }
}

.team-header__body {
  color: hsl(0, 17%, 95%);
  margin-left: 130px;
  margin-top: 40px;
  max-width: 550px;
}
@media only screen and (max-width: 1199px) {
  .team-header__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .team-header__body {
    margin-left: 20px;
  }
}

.team__head, .team__team {
  margin-left: 130px;
}
@media only screen and (max-width: 1199px) {
  .team__head, .team__team {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .team__head, .team__team {
    margin-left: 20px;
  }
}

.teasers-header {
  padding-bottom: 50px;
  position: relative;
}
.teasers-header .owl-stage-outer {
  overflow: visible;
}
.teasers-header.row__up-down .owl-stage .owl-item:nth-child(odd) {
  margin-top: 50px;
}
.teasers-header.block__vertical .teasers-header__teaser {
  width: 290px;
}
.teasers-header.block__vertical .teasers-header__teaser-header {
  height: 410px;
}
.teasers-header.block__vertical .teasers-header__teaser-media {
  height: 390px;
}
.teasers-header.block__vertical .teasers-header__teaser-media img {
  height: 390px;
}
.teasers-header .owl-dots {
  margin-top: 35px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .teasers-header .owl-dots {
    position: absolute;
    right: 0;
    bottom: -45px;
    justify-content: flex-end;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 899px) {
  .teasers-header .google-reviews {
    bottom: 0;
  }
}
.teasers-header .links {
  margin-top: 50px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .teasers-header .links {
    margin-top: 20px;
  }
}
.teasers-header .content-header__pointer {
  bottom: 140px;
  display: none;
}
.teasers-header .google-reviews {
  display: none;
}
.teasers-header.has-google-reviews .google-reviews {
  display: block;
}
.teasers-header.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .teasers-header.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.teasers-header.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .teasers-header.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.teasers-header.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -137px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .teasers-header.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.teasers-header.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .teasers-header.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}

.teasers-header__head {
  max-width: 450px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .teasers-header__head {
    margin-bottom: 30px;
    width: 100%;
  }
}

.teasers-header__teasers {
  z-index: 11111;
}

.teasers-header__title {
  text-transform: uppercase;
}

.teasers-header__body {
  margin-left: 105px;
  width: 100%;
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .teasers-header__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .teasers-header__body {
    margin-top: 0;
    padding-bottom: 134px;
    margin-left: 0;
  }
}

.teasers-header__teaser {
  width: 100%;
}
@media screen and (max-width: 1590px) {
  .teasers-header__teaser {
    width: 320px;
  }
}
@media only screen and (min-width: 900px) {
  .teasers-header__teaser:hover .teaser-header__arrow {
    opacity: 1;
    transform: translateY(0);
  }
}

.teasers-header__teaser-header {
  position: relative;
  height: 375px;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 1590px) {
  .teasers-header__teaser-header {
    height: 275px;
  }
}

.teasers-header__teaser-media {
  position: absolute !important;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 350px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1590px) {
  .teasers-header__teaser-media {
    width: calc(100% - 30px);
    height: 250px;
  }
}
.teasers-header__teaser-media .teasers-header__teaser-image, .teasers-header__teaser-media .teasers-header__teaser-video {
  height: 100%;
  width: 100%;
  background-color: hsl(250, 9%, 13%);
}
.teasers-header__teaser-media .teasers-header__teaser-image img, .teasers-header__teaser-media .teasers-header__teaser-video img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 1590px) {
  .teasers-header__teaser-media .teasers-header__teaser-image img, .teasers-header__teaser-media .teasers-header__teaser-video img {
    width: 250px;
    height: 250px;
  }
}
.teasers-header__teaser-media .teasers-header__teaser-image iframe, .teasers-header__teaser-media .teasers-header__teaser-video iframe {
  box-sizing: border-box;
  width: 160vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teasers-header__teaser-media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 24.3%, rgba(0, 0, 0, 0.25) 99.3%);
  pointer-events: none;
  z-index: 1;
}

.teasers-header__teaser-video-button {
  position: absolute;
  width: 18px;
  height: 22px;
  right: 25px;
  bottom: 30px;
  transition: all 300ms ease;
  z-index: 99;
}
.teasers-header__teaser-video-button .pause {
  width: 27px;
  height: 27px;
}
.teasers-header__teaser-video-button .pause svg {
  width: 27px;
  height: 27px;
}
.teasers-header__teaser-video-button .pause path {
  fill: hsl(343, 86%, 55%);
}

.teasers-header__teaser-title {
  font-family: "Oswald";
  font-size: 33px;
  font-weight: 600;
  line-height: 39.6px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  z-index: 5;
  max-width: 220px;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .teasers-header__teaser-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.teasers-header__teaser-editor {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .teasers-header__teaser-editor {
    font-size: 16px;
    font-weight: 400;
  }
}

.teasers-header__title-wrap {
  position: relative;
  overflow: hidden;
  height: 174px;
  max-width: 370px;
  z-index: 5;
}
@media only screen and (max-width: 899px) {
  .teasers-header__title-wrap {
    height: 150px;
  }
}

.teasers-header__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: moveUp 6s ease infinite;
}
.teasers-header__title:nth-child(2) {
  animation: moveDown 6s ease infinite;
}
.teasers-header__title span {
  display: inline-block;
  animation: Wave 2s ease infinite;
}

.teaser-header__arrow {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  right: -20px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (max-width: 899px) {
  .teaser-header__arrow {
    width: 40px;
    height: 40px;
  }
}
.teaser-header__arrow svg {
  width: 24px;
  height: 15px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .teaser-header__arrow svg {
    width: 14px;
    height: 14px;
  }
}
.teaser-header__arrow svg path {
  fill: hsl(0, 17%, 95%);
}

@keyframes moveUp {
  0%, 25% {
    opacity: 1;
    transform: translateY(0);
  }
  30%, 73% {
    opacity: 0;
    transform: translateY(-100px);
  }
  77% {
    transform: translateY(20px);
    opacity: 1;
  }
  79% {
    transform: translateY(-10px);
    opacity: 1;
  }
  81% {
    transform: translateY(5px);
    opacity: 1;
  }
  83% {
    transform: translateY(0px);
    opacity: 1;
  }
  75%, 100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes moveDown {
  0%, 25% {
    opacity: 0;
    transform: translateY(100px);
  }
  30% {
    transform: translateY(-20px);
    opacity: 1;
  }
  32% {
    transform: translateY(10px);
    opacity: 1;
  }
  34% {
    transform: translateY(-10px);
    opacity: 1;
  }
  36%, 73% {
    opacity: 1;
    transform: translateY(0);
  }
  75%, 100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
.teaser_header__title-animation {
  position: relative;
  overflow: hidden;
  max-width: 370px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .teaser_header__title-animation {
    height: 108px;
    margin-bottom: 35px;
  }
}
.teaser_header__title-animation span {
  height: fit-content;
  display: flex;
  width: 100%;
  color: hsl(0, 17%, 95%);
}
.teaser_header__title-animation .teasers-header__title {
  animation: none;
  transition: all 300ms ease-in-out;
}
.teaser_header__title-animation .teasers-header__title.is-active {
  opacity: 1;
}
.teaser_header__title-animation .teasers-header__title.move-up {
  opacity: 0;
  transform: translateY(-100px);
}
.teaser_header__title-animation .teasers-header__title.move-down {
  opacity: 1 !important;
  animation: move-down2 600ms ease-in-out forwards;
}
.teaser_header__title-animation .js-word {
  display: none !important;
}

@keyframes move-up2 {
  0% {
    transform: translateY(-120px);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes move-down2 {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  60% {
    opacity: 1;
    transform: translateY(15px);
  }
  80% {
    opacity: 1;
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.teaser_header__title-animation-wrapper {
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  width: 100%;
}
.teaser_header__title-animation-wrapper .teasers-header__title em::before {
  height: calc(100% - 15px);
  bottom: 0;
}

@media only screen and (min-width: 900px) {
  .teasers-header__teaser-link:hover .teasers-header__teaser-body, .teasers-header__teaser-link:hover .teasers-header__teaser-title {
    transform: translateY(-10px);
  }
}

.teasers-header__teaser-body, .teasers-header__teaser-title, .teaser-header__arrow {
  transition: all 300ms ease-in-out;
}

.teasers {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .teasers {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .teasers {
    overflow: hidden;
  }
}
.teasers .owl-stage-outer {
  overflow: visible;
}
.teasers .owl-dots.hidden {
  display: flex !important;
}
.teasers .owl-dots.disabled {
  display: flex !important;
}
.teasers .owl-dots.disabled.hidden {
  display: none !important;
}
.teasers .owl-dots {
  margin-top: 35px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .teasers .owl-dots {
    justify-content: flex-start;
  }
}
.teasers::after {
  content: "";
  position: absolute;
  top: -137px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
  background-size: cover;
}
.teasers.has-graphic-left-blue::after {
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  animation: blur-left 8000ms ease-in-out infinite;
}
.teasers.has-graphic-left-red::after {
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  animation: blur-left 8000ms ease-in-out infinite;
}

.teasers__body {
  margin-left: 110px;
}
@media only screen and (max-width: 1199px) {
  .teasers__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .teasers__body {
    margin-left: 20px;
    z-index: 999999;
    position: relative;
  }
}
.teasers__body .links {
  width: 100%;
  margin-bottom: 32px;
}

.teasers__head {
  max-width: 450px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .teasers__head {
    margin-bottom: 30px;
    width: 100%;
  }
}

.teasers__title {
  text-transform: uppercase;
}

.teasers__editor {
  margin-top: 50px;
  width: 50%;
  padding-right: 80px;
  color: hsl(0, 17%, 95%);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .teasers__editor {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.teasers__list {
  margin-top: 0px;
  position: relative;
  width: calc(50% - 85px);
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .teasers__list {
    margin-top: 0;
    margin-left: -20px;
    width: calc(100% + 20px);
    position: relative;
    top: 0;
    overflow: visible;
  }
}
.teasers__list::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: -25px;
  z-index: 2;
  transition: all 500ms ease;
  display: none;
}
@media only screen and (max-width: 899px) {
  .teasers__list::before {
    display: none;
  }
}

.teasers__teaser {
  width: 290px;
}
@media only screen and (max-width: 899px) {
  .teasers__teaser {
    width: 250px;
  }
}
.teasers__teaser a {
  display: block;
}
.teasers__teaser.is-last {
  display: block;
  width: 255px;
  height: 255px;
  min-height: 255px;
  background-image: url("data:image/svg+xml,%3Csvg width='280' height='238' viewBox='0 0 280 238' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.67' filter='url(%23filter0_f_641_6800)'%3E%3Cellipse cx='330.131' cy='351.438' rx='330.131' ry='341.321' fill='%2357A4C1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_641_6800' x='-109.953' y='-99.8359' width='880.168' height='902.547' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='54.9763' result='effect1_foregroundBlur_641_6800'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  padding: 40px;
  background-color: hsl(250, 9%, 13%);
  margin-left: 30px;
}
@media only screen and (max-width: 899px) {
  .teasers__teaser.is-last {
    width: 250px;
    height: 250px;
    min-height: 250px;
    margin-left: 10px;
  }
}

.last-teaser__title {
  font-family: "Oswald";
  color: hsl(0, 17%, 95%);
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.teasers__teaser-header {
  position: relative;
  width: 285px;
  height: 285px;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .teasers__teaser-header {
    width: 240px;
    height: 230px;
  }
}

.teasers__teaser-media {
  position: absolute !important;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1590px) {
  .teasers__teaser-media {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media only screen and (max-width: 899px) {
  .teasers__teaser-media {
    width: calc(100% - 20px);
    height: calc(100% - 10px);
  }
}
.teasers__teaser-media .teasers__teaser-image, .teasers__teaser-media .teasers__teaser-video {
  height: 100%;
  width: 100%;
  background-color: hsl(250, 9%, 13%);
}
.teasers__teaser-media .teasers__teaser-image img, .teasers__teaser-media .teasers__teaser-video img {
  width: 285px;
  height: 285px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .teasers__teaser-media .teasers__teaser-image img, .teasers__teaser-media .teasers__teaser-video img {
    width: 250px;
    height: 250px;
  }
}
.teasers__teaser-media .teasers__teaser-image iframe, .teasers__teaser-media .teasers__teaser-video iframe {
  box-sizing: border-box;
  width: 160vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teasers__teaser-media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 24.3%, rgba(0, 0, 0, 0.25) 99.3%);
  pointer-events: none;
}

.teasers__teaser-video-button {
  position: absolute;
  width: 18px;
  height: 22px;
  right: 25px;
  bottom: 30px;
  transition: all 300ms ease;
  z-index: 99;
}
.teasers__teaser-video-button .pause {
  width: 27px;
  height: 27px;
}
.teasers__teaser-video-button .pause svg {
  width: 27px;
  height: 27px;
}
.teasers__teaser-video-button .pause path {
  fill: hsl(343, 86%, 55%);
}

.teasers__teaser-title {
  font-family: "Oswald";
  font-size: 33px;
  font-weight: 600;
  line-height: 39.6px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  z-index: 10;
  pointer-events: none;
  max-width: 220px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .teasers__teaser-title {
    font-size: 22px;
    line-height: 26px;
  }
}

.teasers__teaser-editor {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .teasers__teaser-editor {
    font-size: 16px;
    font-weight: 400;
  }
}

.last-teaser__link {
  margin-top: 20px;
  text-align: center;
}

.teasers__teaser-link {
  position: relative;
}
@media only screen and (min-width: 900px) {
  .teasers__teaser-link:hover .teasers__teaser-body {
    transform: translateY(-10px);
  }
}

.teasers__teaser-title, .teasers__teaser-body {
  margin-top: -65px;
  transition: all 300ms ease-in-out;
  z-index: 1;
  position: relative;
}

.teasers__teaser-spacer {
  width: 25px;
  height: 1px;
  display: block;
  background-color: hsl(343, 86%, 55%);
  margin-bottom: 10px;
}

.text-image {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .text-image {
    padding: 50px 0;
  }
}
.text-image.is-first {
  padding-top: 0;
}
@media only screen and (max-width: 899px) {
  .text-image.is-first .text-image__image {
    display: none;
  }
}
.text-image.image-position-left .text-image__wrapper {
  flex-direction: row-reverse;
}
.text-image.image-position-left .text-image__body {
  padding-left: 100px;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .text-image.image-position-left .text-image__body {
    padding-left: 0;
  }
}
.text-image.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-image.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: -150px;
    right: -385px;
  }
}
.text-image.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-image.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: -150px;
    right: -385px;
  }
}
.text-image.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-image.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -60px;
    left: -385px;
  }
}
.text-image.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-image.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -60px;
    left: -385px;
  }
}
.text-image .text-image__image {
  opacity: 0;
  transform: translateY(100px);
  transition: all 800ms ease-in-out 900ms;
}
.text-image[loaded=true] .text-image__image {
  opacity: 1;
  transform: translateY(0px);
}

.text-image__title-wrap {
  margin-bottom: 35px;
  max-width: 100%;
  width: 100%;
  transition: opacity 300ms ease-in-out;
  transition-delay: 2000ms;
  transform: translateY(20px);
}
@media only screen and (max-width: 899px) {
  .text-image__title-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.text-image__body {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 50%;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .text-image__body {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
  }
}
.text-image__body.has-image {
  padding-right: 0;
}
@media screen and (min-width: 1220px) and (max-width: 1520px) {
  .text-image__body.has-video {
    width: calc(100% - 310px);
    padding-right: 50px;
  }
}

.text-image__title {
  max-width: 450px;
  text-transform: uppercase;
}
.text-image__title em::before {
  height: calc(100% - 25px);
  bottom: 8px;
}

.text-image__wrapper .wrapper--large {
  margin-bottom: 35px;
}

.text-image__editor {
  width: 100%;
  color: hsl(0, 17%, 95%);
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .text-image__editor {
    width: 100%;
    padding-left: 40px;
    max-width: 80% px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image__editor {
    padding-left: 20px;
    max-width: 100%;
  }
}

.text-image__image {
  position: relative;
  width: 50%;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .text-image__image {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding-top: 45px;
  }
}
.text-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .text-image__image img {
    height: 275px;
  }
}
.text-image__image .text-image__image-video-wrap {
  height: 670px;
  width: 310px;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .text-image__image .text-image__image-video-wrap {
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-image__image .text-image__image-video-wrap:hover .play, .text-image__image .text-image__image-video-wrap:hover .pause {
  opacity: 1;
}
.text-image__image .text-image__image-video-wrap video {
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  z-index: -1;
  position: absolute;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.text-image__image .text-image__image-video-wrap .play, .text-image__image .text-image__image-video-wrap .pause {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: calc(50% - 50px);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.text-image__image .text-image__image-video-wrap .play svg path, .text-image__image .text-image__image-video-wrap .pause svg path {
  fill: hsl(343, 86%, 55%);
}
.text-image__image .overlay {
  width: 330px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}
@media only screen and (max-width: 899px) {
  .text-image__image::after {
    content: "";
    width: 245px;
    height: 248px;
    background-color: hsl(197, 49%, 54%);
    opacity: 0.4;
    filter: blur(54.9763221741px);
    position: absolute;
    top: 5px;
    left: 25px;
    z-index: -1;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1520px) {
  .text-image__image.is-video {
    width: 310px;
    margin-left: auto;
    margin-right: 0;
  }
}

.text-image__link {
  margin-left: 40px;
  display: flex;
  width: fit-content;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .text-image__link {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image__link {
    margin-top: 40px;
    margin-left: 20px;
  }
}
.text-image__link.has-icon svg {
  width: 16.615px;
  height: 18px;
  margin-left: 15px;
  fill: hsl(0, 17%, 95%);
}

@media screen and (max-width: 1250px) {
  .text-image__body.has-image {
    width: 100%;
  }
}

.text-image__image.is-image {
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .text-image__image.is-image {
    width: 100%;
    padding-left: 80px !important;
    margin-left: 30px;
    margin-top: 40px;
    overflow: visible;
  }
}
@media screen and (max-width: 1200px) {
  .text-image__image.is-image {
    padding-left: 10px !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .text-image__image.is-image {
    padding-left: 0 !important;
    margin-left: 20px !important;
  }
}
.text-image__image.is-image img {
  object-fit: contain;
  object-position: right top;
}
@media only screen and (max-width: 899px) {
  .text-image__image.is-image img {
    height: auto;
  }
}
.text-image__image.is-image iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transform: translateX(-50%);
}
@media screen and (max-width: 1250px) {
  .text-image__image.is-image iframe {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
}
.text-image__image.is-image .video-wrapper {
  position: relative;
  top: 0;
  left: calc(50% + 80px);
  width: calc(100% - 80px);
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  overflow: hidden;
}
.text-image__image.is-image .video-wrapper iframe {
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 200%;
}
.text-image__image.is-image .js-play {
  position: absolute;
  bottom: 36px;
  right: 50px;
  width: 22px;
  height: 22px;
}

.text-image__usps {
  width: 100%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 12px;
}
@media only screen and (max-width: 1199px) {
  .text-image__usps {
    width: 100%;
    padding-left: 40px;
    max-width: 80% px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image__usps {
    padding-left: 20px;
    max-width: 100%;
  }
}

.text-image__usp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.text-image__usp .hand {
  width: 32px;
  height: 32px;
  font-size: 26px;
  animation: move-hand-emoji 5s ease-in-out infinite;
}
.text-image__usp .text {
  width: calc(100% - 32px - 28px);
  padding-left: 28px;
}
.text-image__usp .text * {
  font-family: "Oswald";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: hsl(0, 17%, 95%);
}
.text-image__usp:nth-child(2) .hand {
  animation-delay: 750ms;
}
.text-image__usp:nth-child(3) .hand {
  animation-delay: 1.5s;
}
.text-image__usp:nth-child(4) .hand {
  animation-delay: 2.2s;
}

@keyframes move-hand-emoji {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.usps {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .usps {
    padding: 50px 0;
  }
}
.usps::before {
  content: "";
  position: absolute;
  top: -300px;
  left: calc(50% - 1100px);
  width: 2200px;
  height: 2200px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-large-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .usps::before {
    width: 1260.263px;
    height: 1277px;
    left: -50px;
    top: -100px;
  }
}
.usps .owl-stage-outer {
  overflow: visible;
}
.usps .owl-stage {
  display: flex;
}
.usps .owl-dots.hidden {
  display: flex !important;
}
.usps .owl-dots.disabled {
  display: flex !important;
}
.usps .owl-dots {
  margin-top: 35px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .usps__head {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 899px) {
  .usps__head {
    margin-left: 0;
  }
}

.usps__title {
  max-width: 379px;
  margin-bottom: 44px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .usps__title {
    margin-bottom: 25px;
  }
}

.usps__usps {
  padding-left: 130px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .usps__usps {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .usps__usps {
    padding-left: 20px;
  }
}
.usps__usps::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -100%;
  background-color: hsl(250, 9%, 13%);
  width: 100%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
  display: none;
}
@media only screen and (max-width: 899px) {
  .usps__usps::before {
    display: none;
  }
}

.owl-item:last-of-type .usps__item {
  border-right: none;
}

.usps__item {
  width: calc(33.3333333333% - 16.6666666667px);
  padding: 0 25px;
}
@media (max-width: 1450px) {
  .usps__item {
    width: 400px;
    padding: 0 50px 0 0;
    border-right: 1px solid hsla(0, 17%, 95%, 0.5);
    height: 100%;
  }
}
@media (min-width: 1450px) {
  .usps__item {
    padding: 0 50px 0;
    border-right: 1px solid hsla(0, 17%, 95%, 0.5);
  }
  .usps__item:first-of-type {
    padding: 0 50px 0 0;
  }
  .usps__item:last-of-type {
    border-right: none;
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 899px) {
  .usps__item {
    width: 300px;
  }
}
.usps__item.items-4 {
  width: calc(25% - 12.5px);
}
@media (max-width: 1534px) {
  .usps__item.items-4 {
    width: 400px;
    padding: 0 50px 0 0;
    border-right: 1px solid hsla(0, 17%, 95%, 0.5);
  }
}
@media (min-width: 1534px) {
  .usps__item.items-4 {
    padding: 0 25px 0;
  }
  .usps__item.items-4:first-of-type {
    padding: 0 25px 0 0;
  }
  .usps__item.items-4:last-of-type {
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 899px) {
  .usps__item.items-4 {
    width: 300px;
  }
}

.usps__item-body {
  height: 100%;
  flex-direction: column;
}

.usps__item-count {
  width: fit-content;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25.2px;
  margin-bottom: 7px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 899px) {
  .usps__item-count {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    margin-bottom: 5px;
    font-weight: 300;
  }
}
.usps__item-count::before {
  content: "";
  position: absolute;
  height: calc(100% - 12px);
  background-color: hsl(343, 86%, 55%);
  width: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 3px;
}

.usps__item-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 32.2px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .usps__item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin-bottom: 10px;
  }
}

.usps__item-editor {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  color: hsl(348, 34%, 92%);
  width: 100%;
  margin-bottom: 15px;
}

.usps__item-link {
  margin: 15px auto 0;
  margin-top: auto;
}

.text-animation {
  padding: 310px 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .text-animation {
    padding: 50px 0;
  }
}
.text-animation.text-animation__alignment--right .text-animation-wrapper {
  flex-direction: row-reverse;
}
.text-animation.is-first {
  display: flex;
  align-items: center;
  height: calc(100vh - 110px);
}
.text-animation::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-animation::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.text-animation::before {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .text-animation::before {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}

.text-animation__title {
  margin-bottom: 20px;
  position: relative;
  max-width: 350px;
}

.text-animation-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .text-animation-content {
    width: fit-content;
  }
}

.text-animation-animation {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
@media only screen and (max-width: 599px) {
  .text-animation-animation {
    width: 100%;
  }
}
.text-animation-animation span {
  display: inline-flex;
  font-size: 146px;
  line-height: 46px;
  align-items: center;
  justify-content: center;
  animation: Wave 2s ease infinite;
  transform: rotate(0deg);
  position: relative;
  width: 58px;
  height: 58px;
  top: -9px;
}

.text-animation-content__editor {
  width: 100%;
}

.news-item {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 899px) {
  .news-item {
    width: 100%;
  }
}

.news-item__header {
  position: relative;
  align-items: flex-end;
  margin-bottom: 15px;
  aspect-ratio: 130/77;
}
@media only screen and (max-width: 899px) {
  .news-item__header {
    width: calc(100% - 20px);
  }
}

.news-item__image {
  width: calc(100% - 30px);
  aspect-ratio: 130/77;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .news-item__image {
    width: calc(100% - 20px);
  }
}
.news-item__image img {
  width: 100%;
  aspect-ratio: 130/77;
  object-fit: cover;
}
.news-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(198deg, rgba(239, 43, 97, 0.26) 3.77%, rgba(24, 76, 97, 0.04) 29.82%, #184C61 87.8%);
  pointer-events: none;
}

.news-item__head {
  width: 100%;
  justify-content: flex-start;
}

.news-item__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: hsl(348, 34%, 92%);
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .news-item__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.2px;
  }
}

.news-item__subtitle-spacer {
  margin: 0 7px;
}

.news-item__body {
  padding-left: 30px;
}
@media only screen and (max-width: 899px) {
  .news-item__body {
    padding-left: 0;
  }
}

.news-item__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  text-transform: uppercase;
  font-family: "Oswald";
  color: hsl(0, 17%, 95%);
  width: calc(100% - 60px);
}

.news-item__teaser {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: hsl(348, 34%, 92%);
}
@media only screen and (max-width: 899px) {
  .news-item__teaser {
    font-size: 14px;
    line-height: 25.2px;
  }
}

.news-item__arrow {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  right: -20px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .news-item__arrow {
    width: 40px;
    height: 40px;
    right: -5px;
  }
}
.news-item__arrow svg {
  width: 24px;
  height: 15px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .news-item__arrow svg {
    width: 14px;
    height: 14px;
  }
}
.news-item__arrow svg path {
  fill: hsl(0, 17%, 95%);
}
.news-item__arrow:hover svg {
  transform: translateX(5px);
}

.news-latest-item {
  width: 100%;
}
@media screen and (max-width: 1590px) {
  .news-latest-item {
    width: 320px;
  }
}
@media only screen and (min-width: 600px) {
  .news-latest-item:hover .news-latest-item__body, .news-latest-item:hover .news-latest-item__head {
    transform: translateY(-10px);
  }
}

.news-latest-item__body, .news-latest-item__head {
  transition: all 300ms ease-in-out;
}

.news-latest-item__header {
  position: relative;
  aspect-ratio: 11/8;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 1590px) {
  .news-latest-item__header {
    aspect-ratio: 11/8;
  }
}

.news-latest-item__image {
  width: calc(100% - 30px);
  aspect-ratio: 11/8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1590px) {
  .news-latest-item__image {
    width: calc(100% - 30px);
    height: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-latest-item__image {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 899px) {
  .news-latest-item__image {
    width: calc(100% - 20px);
  }
}
.news-latest-item__image img {
  width: 330px;
  aspect-ratio: 11/8;
  object-fit: cover;
}
@media screen and (max-width: 1590px) {
  .news-latest-item__image img {
    width: 220px;
    height: 220px;
  }
}
.news-latest-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(198deg, rgba(239, 43, 97, 0.26) 3.77%, rgba(24, 76, 97, 0.04) 29.82%, #184C61 87.8%);
  pointer-events: none;
}

.news-latest-item__head {
  width: 100%;
  justify-content: flex-start;
}

.news-latest-item__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: hsl(348, 34%, 92%);
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .news-latest-item__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.2px;
  }
}

.news-latest-item__subtitle-spacer {
  margin: 0 7px;
}

.news-latest-item__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  text-transform: uppercase;
  font-family: "Oswald";
  color: hsl(0, 17%, 95%);
  width: calc(100% - 60px);
}
@media only screen and (max-width: 899px) {
  .news-latest-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.news-latest-item__teaser {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: hsl(348, 34%, 92%);
}
@media only screen and (max-width: 1199px) {
  .news-latest-item__teaser {
    font-size: 14px;
    line-height: 25.2px;
  }
}

.news-latest-item__arrow {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .news-latest-item__arrow {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
.news-latest-item__arrow svg {
  width: 24px;
  height: 15px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .news-latest-item__arrow svg {
    width: 14px;
    height: 14px;
  }
}
.news-latest-item__arrow svg path {
  fill: hsl(0, 17%, 95%);
}
.news-latest-item__arrow:hover svg {
  transform: translateX(5px);
}

.news-latest-item__spacer {
  display: block;
}

.news-latest {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .news-latest {
    padding: 50px 0;
  }
}
.news-latest .owl-dots {
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .news-latest .owl-dots {
    margin-top: 45px;
  }
}
.news-latest .owl-stage-outer {
  overflow: visible;
}
.news-latest.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-latest.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-latest.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-latest.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-latest.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-latest.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.news-latest.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-latest.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.news-latest__head {
  width: 50%;
  margin-bottom: 80px;
  z-index: 5;
}
@media only screen and (max-width: 899px) {
  .news-latest__head {
    width: 90%;
    margin-bottom: 35px;
  }
}

.news-latest__body {
  margin-left: 85px;
}
@media only screen and (max-width: 1199px) {
  .news-latest__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .news-latest__body {
    margin-left: 0;
  }
}
.news-latest__body .spacer {
  margin-bottom: 10px;
}

.news-latest__title {
  max-width: 350px;
}
@media only screen and (max-width: 899px) {
  .news-latest__title {
    max-width: 100%;
  }
}

.news-latest__list {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .news-latest__list {
    width: calc(100% + 20px);
  }
}
.news-latest__list::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .news-latest__list::before {
    display: none;
  }
}

.news-latest__list-wrap {
  position: relative;
  z-index: 2;
}
.news-latest__list-wrap .owl-dots {
  gap: 5px;
}

.news-list {
  margin-bottom: 200px;
}
@media only screen and (max-width: 899px) {
  .news-list {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.news-list .news-list {
  margin-left: 130px;
}
@media only screen and (max-width: 1199px) {
  .news-list .news-list {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .news-list .news-list {
    margin-left: 0;
  }
}
.news-list .news-list__wrap {
  opacity: 0;
  transition: all 300ms ease-in-out 200ms;
}
@media screen and (min-width: 6000px) and (max-width: 890px) {
  .news-list .news-item .news-item__header {
    height: 335px;
  }
  .news-list .news-item .news-item__image {
    height: 335px;
  }
  .news-list .news-item .news-item__image img {
    height: 335px;
  }
}
.news-list[loaded=true] .news-list__wrap {
  opacity: 1;
}
.news-list.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-list.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-list.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-list.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-list.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-list.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.news-list.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-list.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.news-list__title {
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .news-list__title {
    margin-bottom: 27px;
  }
}
.news-list__title em::before {
  bottom: 8px;
}

.news-list__editor {
  margin-left: 130px;
  color: hsl(0, 17%, 95%);
  max-width: 525px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .news-list__editor {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .news-list__editor {
    margin-left: 20px;
    margin-bottom: 25px;
  }
}

.news-list__wrap {
  gap: 195px 50px;
  width: calc(100% + 30px);
  margin-left: -30px;
}
@media only screen and (max-width: 899px) {
  .news-list__wrap {
    margin-left: 0;
    gap: 93px 0;
  }
}
.news-list__wrap .news-item:hover .news-item__head, .news-list__wrap .news-item:hover .news-item__body {
  transform: translateY(-10px);
}
.news-list__wrap .news-item .news-item__head, .news-list__wrap .news-item .news-item__body {
  transition: all 300ms ease-in-out;
}

.news-single {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .news-single {
    padding-bottom: 0;
  }
}
.news-single.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-single.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-single.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-single.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.news-single.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-single.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.news-single.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .news-single.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}

.news-single__media {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .news-single__media {
    width: calc(100% + 100px);
    right: 0;
    bottom: 0;
    top: unset;
    height: 460px;
    position: relative !important;
  }
}
@media only screen and (max-width: 899px) {
  .news-single__media {
    width: 100%;
    right: 0;
    bottom: 0;
    top: unset;
    height: auto;
    aspect-ratio: 11/8;
    min-width: calc(100% + 50px);
  }
}
.news-single__media .news-single__image {
  max-height: 545px;
  height: 100%;
  width: 100%;
  background-color: hsl(250, 9%, 13%);
}
@media only screen and (max-width: 899px) {
  .news-single__media .news-single__image {
    aspect-ratio: 11/8;
    min-width: calc(100% + 50px);
  }
}
.news-single__media .news-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 899px) {
  .news-single__media .news-single__image img {
    aspect-ratio: 11/8;
    min-width: calc(100% + 50px);
  }
}

.news-single__title {
  margin-bottom: 50px;
  text-transform: uppercase;
  max-width: 400px;
}
@media only screen and (max-width: 899px) {
  .news-single__title {
    margin-bottom: 30px;
    width: 100%;
  }
}

.news-single__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.2px;
  color: hsl(0, 17%, 95%);
  width: 50%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .news-single__text {
    padding-bottom: 50px;
    width: 100%;
  }
}

.news-single__header-content {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.news-single__body {
  margin-left: 130px;
}
@media only screen and (max-width: 1199px) {
  .news-single__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .news-single__body {
    margin-left: 0;
  }
}

.news-single__logo {
  margin-top: 15px;
  width: 200px;
  height: 48px;
}
.news-single__logo img {
  width: 200px;
  height: 58px;
  object-fit: contain;
  object-position: left;
}

.news-single__go-back {
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 11px;
}
.news-single__go-back::after {
  display: none;
}
.news-single__go-back svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
.news-single__go-back svg path {
  fill: hsl(343, 86%, 55%);
}
.news-single__go-back:hover svg {
  transform: translateX(-5px);
}

.news-single__meta {
  justify-content: flex-start;
  margin-bottom: 25px;
}

.news-single__author,
.news-single__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: hsl(0, 17%, 95%);
  margin-right: 10px;
}
.news-single__author .emoij,
.news-single__date .emoij {
  font-size: 20px;
  margin-right: 10px;
}

.news-single__content {
  padding-top: 65px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 899px) {
  .news-single__content {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.news-single__content .vacancy-single__share {
  margin-left: 130px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .news-single__content .vacancy-single__share {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .news-single__content .vacancy-single__share {
    margin-left: 20px;
    margin-top: 20px;
  }
}

.news-single__content-wrap {
  margin-left: 130px;
  padding-right: 30px;
  padding-top: 20px;
  color: hsl(0, 17%, 95%);
  max-width: 890px;
}
@media only screen and (max-width: 1199px) {
  .news-single__content-wrap {
    margin-left: 40px;
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .news-single__content-wrap {
    margin-left: 20px;
  }
}

.news-single__content-wrap h2, .news-single__content-wrap .menu-main-container .menu-item > a, .menu-main-container .news-single__content-wrap .menu-item > a, .news-single__content-wrap .vacancy-list__wrap .vacancy-item__title .is-title, .vacancy-list__wrap .vacancy-item__title .news-single__content-wrap .is-title, .news-single__content-wrap .team__firstname, .news-single__content-wrap .teaser_header__title-animation span, .teaser_header__title-animation .news-single__content-wrap span {
  margin-top: 2em;
}
.news-single__content-wrap h2:first-child, .news-single__content-wrap .menu-main-container .menu-item > a:first-child, .menu-main-container .news-single__content-wrap .menu-item > a:first-child, .news-single__content-wrap .vacancy-list__wrap .vacancy-item__title .is-title:first-child, .vacancy-list__wrap .vacancy-item__title .news-single__content-wrap .is-title:first-child, .news-single__content-wrap .team__firstname:first-child, .news-single__content-wrap .teaser_header__title-animation span:first-child, .teaser_header__title-animation .news-single__content-wrap span:first-child {
  margin-top: 0;
}
.news-single__content-wrap a {
  color: hsl(197, 49%, 54%);
}

@media only screen and (max-width: 1199px) {
  .news-single__body-wrap .vacancy-single__share {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .news-single__body-wrap .vacancy-single__share {
    margin-bottom: 0;
  }
}

.is-news-share {
  margin-left: 130px;
}
@media only screen and (max-width: 1199px) {
  .is-news-share {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .is-news-share {
    margin-left: 20px;
  }
}

.vacancy-latest-item {
  width: 290px;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item {
    width: 270px;
  }
}
@media only screen and (min-width: 900px) {
  .vacancy-latest-item:hover .vacancy-latest-item__image::before {
    opacity: 0;
  }
  .vacancy-latest-item:hover .vacancy-latest-item__image::after {
    opacity: 1;
  }
  .vacancy-latest-item:hover .vacancy-latest-item__arrow {
    opacity: 1;
    transform: translateY(0);
  }
  .vacancy-latest-item:hover .vacancy-latest-item__title-wrap, .vacancy-latest-item:hover .vacancy-latest-item__body {
    transform: translateY(-10px);
  }
}

.vacancy-latest-item__body {
  transition: all 300ms ease-in-out;
}

.vacancy-latest-item__header {
  position: relative;
  height: 415px;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__header {
    height: 370px;
  }
}

.vacancy-latest-item__image {
  width: 250px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__image {
    height: 340px;
  }
}
.vacancy-latest-item__image img {
  width: 250px;
  height: 390px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__image img {
    height: 340px;
  }
}
.vacancy-latest-item__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.82%, rgba(0, 0, 0, 0.55) 80.14%);
  transition: all 300ms ease-in-out 50ms;
}
.vacancy-latest-item__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(194deg, rgba(0, 0, 0, 0) 20.82%, rgba(0, 0, 0, 0.8) 80.14%);
  opacity: 0;
  transition: all 300ms ease-in-out 50ms;
}

.vacancy-latest-item__title-wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 300ms ease-in-out;
}

.vacancy-latest-item__subtitle {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  color: hsl(0, 17%, 95%);
}

.vacancy-latest-item__title {
  font-family: "Oswald";
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: calc(100% - 65px);
}

.vacancy-latest-item__tags {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__tags {
    gap: 5px;
    margin-bottom: 0;
  }
}

.vacancy-latest-item__tag {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
}
.vacancy-latest-item__tag::before {
  content: "";
  position: absolute;
  height: 10px;
  background-color: hsl(197, 49%, 54%);
  width: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 3px;
}

.vacancy-latest-item__teaser {
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__teaser {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-top: 5px;
  }
}
.vacancy-latest-item__teaser p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest-item__teaser p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
  }
}

.vacancy-latest-item__arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: hsl(343, 86%, 55%);
  transition: all 300ms ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
.vacancy-latest-item__arrow svg {
  width: 24px;
  height: 24px;
}
.vacancy-latest-item__arrow svg path {
  fill: hsl(0, 17%, 95%);
}

.vacancy-latest {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest {
    padding: 50px 0;
  }
}
.vacancy-latest .owl-dots {
  margin-top: 50px;
}
.vacancy-latest .owl-stage-outer {
  overflow: visible;
}
.vacancy-latest.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.vacancy-latest.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -500px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
    background-size: contain;
  }
}
.vacancy-latest.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.vacancy-latest.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.vacancy-latest.row__up-down .owl-stage .owl-item:nth-child(odd) {
  margin-top: -25px;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.row__up-down .owl-stage .owl-item:nth-child(odd) {
    margin-top: 0;
  }
}
.vacancy-latest.row__up-down .owl-stage .owl-item:nth-child(even) {
  margin-top: 25px;
}
.vacancy-latest.row__straight .vacancy-latest__head {
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest.row__straight .vacancy-latest__head {
    margin-bottom: 35px;
  }
}

.vacancy-latest__head {
  width: 100%;
  z-index: 999;
  position: relative;
}

.vacancy-latest__body {
  margin-left: 105px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__body {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__body {
    margin-left: 0;
  }
}
.vacancy-latest__body .links {
  margin-top: 30px;
}

.vacancy-latest__title {
  max-width: 350px;
}

.vacancy-latest__list {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__list {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
.vacancy-latest__list::before {
  content: "";
  position: absolute;
  height: calc(100% + 50px);
  left: -200%;
  background-color: hsl(250, 9%, 13%);
  width: 200%;
  bottom: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__list::before {
    display: none;
  }
}

.vacancy-latest__list-wrap {
  position: relative;
  z-index: 2;
}

.vacancy-list {
  margin-left: 0 !important;
}
.vacancy-list .vacancy-list {
  margin-left: 130px !important;
}
@media only screen and (max-width: 1199px) {
  .vacancy-list .vacancy-list {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-list .vacancy-list {
    margin-left: 20px !important;
  }
}
.vacancy-list .vacancy-list__wrap .vacancy-item:hover .vacancy-item__title, .vacancy-list .vacancy-list__wrap .vacancy-item:hover .vacancy-item__arrow, .vacancy-list .vacancy-list__wrap .vacancy-item:hover .vacancy-item__body {
  transform: translateY(-10px);
}
.vacancy-list .vacancy-list__wrap .vacancy-item .vacancy-item__title, .vacancy-list .vacancy-list__wrap .vacancy-item .vacancy-item__arrow, .vacancy-list .vacancy-list__wrap .vacancy-item .vacancy-item__body {
  transition: all 300ms ease-in-out;
}
.vacancy-list[loaded=true] {
  opacity: 1;
}
.vacancy-list[loaded=true] .vacancy-list {
  opacity: 1;
}
.vacancy-list[loaded=true] .vacancy-list__wrap {
  opacity: 1;
}
.vacancy-list[loaded=true] .vacancy-list__wrap .vacancy-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
.vacancy-list[loaded=true] .vacancy-list__wrap .vacancy-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.vacancy-list.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .vacancy-list.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
    background-size: contain;
  }
}
.vacancy-list.has-graphic-right-red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-list.has-graphic-right-red::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.vacancy-list.has-graphic-right-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-list.has-graphic-right-blue::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.vacancy-list.has-graphic-left-red::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .vacancy-list.has-graphic-left-red::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.vacancy-list.has-graphic-left-blue::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
  animation: blur-left 8000ms ease-in-out infinite;
}
@media only screen and (max-width: 899px) {
  .vacancy-list.has-graphic-left-blue::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}

.vacancy-list__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__subtitle {
    font-size: 14px;
    line-height: 180%;
  }
}
.vacancy-list__subtitle .underline {
  display: block;
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  bottom: 5px;
  right: -14px;
  animation: blink 1500ms ease-in-out infinite;
}

.vacancy-list__title {
  margin-bottom: 110px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__title {
    margin-bottom: 27px;
  }
}
.vacancy-list__title em::before {
  height: calc(100% - 30px);
}

.vacancy-list__editor {
  margin-left: 130px;
  color: hsl(0, 17%, 95%);
  max-width: 525px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-list__editor {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-list__editor {
    margin-left: 20px;
    margin-bottom: 25px;
  }
}

.vacancy-filters {
  margin-left: 130px;
  margin-bottom: 190px;
  gap: 65px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-filters {
    margin-left: 40px;
    margin-bottom: 100px;
    gap: 0 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-filters {
    margin-left: 20px;
    margin-bottom: 100px;
  }
}

.vacancy-filters__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 32.5px);
}
@media only screen and (max-width: 899px) {
  .vacancy-filters__filter {
    width: 100%;
    margin-bottom: 20px;
  }
}

.vacancy-filters__filter-label {
  text-transform: uppercase;
  color: hsl(0, 17%, 95%);
  margin-right: 20px;
}
@media only screen and (max-width: 899px) {
  .vacancy-filters__filter-label {
    width: calc(100% - 160px);
    position: relative;
    top: 3px;
  }
}

.vacancy-filters__filter-select-wrapper {
  position: relative;
  width: inherit;
  flex-grow: 1;
}
@media only screen and (max-width: 899px) {
  .vacancy-filters__filter-select-wrapper {
    width: 140px;
  }
}
.vacancy-filters__filter-select-wrapper .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 899px) {
  .vacancy-filters__filter-select-wrapper select {
    font-size: 14px;
    line-height: 25px;
  }
}
.vacancy-filters__filter-select-wrapper option {
  color: hsl(0, 0%, 10%);
}
.vacancy-filters__filter-select-wrapper::after {
  content: "";
  width: calc(100% + 20px);
  height: 4px;
  border-radius: 4px;
  background: rgba(245, 241, 241, 0.42);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 899px) {
  .vacancy-filters__filter-select-wrapper::after {
    height: 2px;
    border-radius: 2px;
  }
}

.vacancy-filters__filter-select {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: hsl(255, 3%, 76%);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}
.vacancy-filters__filter-select:focus {
  background-color: transparent;
}

.vacancy-list {
  margin-left: 130px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-list {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-list {
    margin-left: 0px;
    margin-bottom: 100px;
  }
}

.vacancy-list__wrap {
  gap: 85px 65px;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap {
    margin-left: 20px;
  }
}
.vacancy-list__wrap .vacancy-item {
  width: calc(50% - 32.5px);
}
@media only screen and (max-width: 1199px) {
  .vacancy-list__wrap .vacancy-item {
    width: 100%;
  }
}
.vacancy-list__wrap .vacancy-item__header {
  position: relative;
}
.vacancy-list__wrap .vacancy-item__image {
  position: relative;
  width: 100%;
  height: 525px;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__image {
    height: 235px;
  }
}
.vacancy-list__wrap .vacancy-item__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 24.3%, rgba(0, 0, 0, 0.25) 99.3%);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__image::after {
    min-width: calc(100% + 75px);
  }
}
.vacancy-list__wrap .vacancy-item__image img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__image img {
    height: 235px;
    min-width: calc(100% + 75px);
  }
}
.vacancy-list__wrap .vacancy-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.vacancy-list__wrap .vacancy-item__title .is-title {
  display: block;
  width: calc(100% - 75px);
  color: hsl(0, 17%, 95%);
  text-transform: uppercase;
  position: relative;
  left: -33px;
  bottom: -20px;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__title .is-title {
    width: 100%;
    left: -20px;
  }
}
.vacancy-list__wrap span.vacancy-item__arrow {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap span.vacancy-item__arrow {
    width: 40px;
    height: 40px;
  }
}
.vacancy-list__wrap span.vacancy-item__arrow svg {
  width: 24px;
  height: 15px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap span.vacancy-item__arrow svg {
    width: 14px;
    height: 14px;
  }
}
.vacancy-list__wrap span.vacancy-item__arrow svg path {
  fill: hsl(0, 17%, 95%);
}
@media only screen and (min-width: 900px) {
  .vacancy-list__wrap span.vacancy-item__arrow:hover svg {
    transform: translateX(5px);
  }
}
.vacancy-list__wrap .vacancy-item__body {
  padding-top: 50px;
  position: relative;
}
.vacancy-list__wrap .vacancy-item__body::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  left: 0;
  top: 30px;
}
.vacancy-list__wrap .vacancy-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}
.vacancy-list__wrap .vacancy-item__tags span {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 140%;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__tags span {
    font-weight: 400;
  }
}
.vacancy-list__wrap .vacancy-item__tags span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2px);
  height: calc(100% - 11px);
  background-color: hsl(197, 49%, 54%);
  border-radius: 3px;
  z-index: -1;
}
.vacancy-list__wrap .vacancy-item__teaser {
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__teaser {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
  }
}
.vacancy-list__wrap .vacancy-item__teaser p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .vacancy-list__wrap .vacancy-item__teaser p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.vacancy-list__not-found {
  color: hsl(0, 17%, 95%);
}

.vacancy-single {
  position: relative;
}
.vacancy-single::after {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: 2;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-single::after {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}
.vacancy-single::before {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: 0;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .vacancy-single::before {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}

.vacancy-single__header {
  position: relative;
}

.vacancy-single__image {
  width: 100%;
  height: 635px;
  padding-left: 130px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .vacancy-single__image {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-single__image {
    padding-left: 20px;
    height: 325px;
    width: calc(100% + 75px);
  }
}
.vacancy-single__image::after {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 24.3%, rgba(0, 0, 0, 0.25) 99.3%);
  position: absolute;
  top: 0;
  right: -150px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-single__image::after {
    right: -100px;
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-single__image::after {
    width: calc(100% + 80px);
  }
}
.vacancy-single__image img {
  min-width: calc(100% + 150px);
  width: 100%;
  object-fit: cover;
  height: 635px;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__image img {
    height: 325px;
    min-width: calc(100% - 75px);
  }
}

.vacancy-single__header-content {
  position: absolute;
  bottom: -65px;
  left: 0;
}

.vacancy-single__go-back {
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__go-back.desktop {
    display: none;
  }
}
.vacancy-single__go-back.mobile {
  display: none;
  margin-left: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__go-back.mobile {
    display: flex;
  }
}
.vacancy-single__go-back::after {
  display: none;
}
.vacancy-single__go-back svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
.vacancy-single__go-back svg path {
  fill: hsl(343, 86%, 55%);
}
.vacancy-single__go-back:hover svg {
  transform: translateX(-5px);
}

.vacancy-single__title {
  max-width: 600px;
}

.vacancy-single__content {
  width: 100%;
  padding-left: 130px;
  color: hsl(0, 17%, 95%);
  margin-top: 75px;
  max-width: 850px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-single__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-single__content {
    padding-left: 20px;
  }
}
.vacancy-single__content h2, .vacancy-single__content .menu-main-container .menu-item > a, .menu-main-container .vacancy-single__content .menu-item > a, .vacancy-single__content .team__firstname, .vacancy-single__content .teaser_header__title-animation span, .teaser_header__title-animation .vacancy-single__content span, .vacancy-single__content .vacancy-list__wrap .vacancy-item__title .is-title, .vacancy-list__wrap .vacancy-item__title .vacancy-single__content .is-title, .vacancy-single__content h3, .vacancy-single__content .submenu-back span, .submenu-back .vacancy-single__content span, .vacancy-single__content h4, .vacancy-single__content .team__lastname, .vacancy-single__content .vacancy-filters__filter-label, .vacancy-single__content h5, .vacancy-single__content .navigation-mobile__links-title {
  position: relative;
  left: -30px;
  margin-top: 1em;
}
@media only screen and (max-width: 1199px) {
  .vacancy-single__content h2, .vacancy-single__content .menu-main-container .menu-item > a, .menu-main-container .vacancy-single__content .menu-item > a, .vacancy-single__content .team__firstname, .vacancy-single__content .teaser_header__title-animation span, .teaser_header__title-animation .vacancy-single__content span, .vacancy-single__content .vacancy-list__wrap .vacancy-item__title .is-title, .vacancy-list__wrap .vacancy-item__title .vacancy-single__content .is-title, .vacancy-single__content h3, .vacancy-single__content .submenu-back span, .submenu-back .vacancy-single__content span, .vacancy-single__content h4, .vacancy-single__content .team__lastname, .vacancy-single__content .vacancy-filters__filter-label, .vacancy-single__content h5, .vacancy-single__content .navigation-mobile__links-title {
    left: -20px;
  }
}
.vacancy-single__content h2, .vacancy-single__content .menu-main-container .menu-item > a, .menu-main-container .vacancy-single__content .menu-item > a, .vacancy-single__content .team__firstname, .vacancy-single__content .teaser_header__title-animation span, .teaser_header__title-animation .vacancy-single__content span, .vacancy-single__content .vacancy-list__wrap .vacancy-item__title .is-title, .vacancy-list__wrap .vacancy-item__title .vacancy-single__content .is-title {
  margin-top: 2em;
}
.vacancy-single__content p, .vacancy-single__content ul, .vacancy-single__content li, .vacancy-single__content strong {
  color: hsl(0, 17%, 95%);
}
.vacancy-single__content strong, .vacancy-single__content bold {
  font-family: "Oswald";
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__content strong, .vacancy-single__content bold {
    font-size: 16px;
    line-height: 19px;
  }
}

.vacancy-form {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  margin-top: 220px;
}
@media only screen and (max-width: 899px) {
  .vacancy-form {
    margin-top: 50px;
  }
}
.vacancy-form::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -200px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: hsl(197, 49%, 54%);
  filter: blur(136.9750061035px);
  opacity: 0.67;
  z-index: -1;
}

.vacancy-form__subtitle {
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.vacancy-form__title {
  display: block;
  max-width: 500px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.vacancy-form__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.vacancy-form__row {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .vacancy-form__row {
    width: 100%;
  }
}
.vacancy-form__row label, .vacancy-form__row .form legend, .form .vacancy-form__row legend {
  margin: 0;
  color: hsl(0, 17%, 95%);
  font-size: 14px;
  line-height: 180%;
}
.vacancy-form__row input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: hsl(0, 17%, 95%);
  height: fit-content;
  border-bottom: 2px solid hsl(0, 17%, 95%);
}
.vacancy-form__row.is-checkbox {
  width: 100%;
}
.vacancy-form__row.is-checkbox label, .vacancy-form__row.is-checkbox .form legend, .form .vacancy-form__row.is-checkbox legend {
  font-weight: 400;
}
.vacancy-form__row.is-checkbox label a, .vacancy-form__row.is-checkbox .form legend a, .form .vacancy-form__row.is-checkbox legend a {
  font-weight: 700;
  transition: all 300ms ease-in-out;
}
.vacancy-form__row.is-checkbox label a:hover, .vacancy-form__row.is-checkbox .form legend a:hover, .form .vacancy-form__row.is-checkbox legend a:hover {
  opacity: 0.7;
}
.vacancy-form__row.is-checkbox input {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 2px solid hsl(0, 17%, 95%);
}
.vacancy-form__row.is-checkbox input[type=checkbox]:hover,
.vacancy-form__row.is-checkbox input[type=checkbox]:checked {
  background-color: hsl(0, 17%, 95%);
}

.vacancy-form__row.is-submit {
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 899px) {
  .vacancy-form__row.is-submit {
    margin-top: 30px;
  }
}
.vacancy-form__row.is-submit input {
  width: fit-content;
  background-color: hsl(343, 86%, 55%);
  border: 0;
  padding: 15px 25px;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
}

.vacancy-forms__errors {
  margin-bottom: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  width: fit-content;
  background-color: hsl(0, 17%, 95%);
}
.vacancy-forms__errors li {
  color: hsl(343, 86%, 55%);
  font-weight: 500;
}

.vacancy-single__footer {
  padding-left: 130px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-single__footer {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-single__footer {
    padding-left: 20px;
  }
}

.vacancy-single__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.vacancy-single__share-button {
  display: flex;
  flex-wrap: wrap;
  color: hsl(0, 17%, 95%);
  align-items: center;
}
.vacancy-single__share-button svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.vacancy-single__share-button svg path {
  fill: hsl(0, 17%, 95%);
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 900px) {
  .vacancy-single__share-button:hover {
    color: hsl(0, 0%, 10%);
  }
  .vacancy-single__share-button:hover svg path {
    fill: hsl(0, 0%, 10%);
  }
}

.vacancy-single__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vacancy-single__share-links {
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  transition: all 300ms ease-in-out;
  transform: translateX(-25px);
  opacity: 0;
}
@media only screen and (max-width: 599px) {
  .vacancy-single__share-links {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    transform: translateX(0px) translateY(-10px);
  }
}
.vacancy-single__share-links a {
  transition: all 300ms ease-in-out;
}
.vacancy-single__share-links a svg {
  width: 17px;
  height: 17px;
}
.vacancy-single__share-links a:hover {
  opacity: 0.7;
}
.vacancy-single__share-links.is-active {
  transform: translateX(0px);
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .vacancy-single__share-links.is-active {
    transform: translateX(0px) translateY(0px);
  }
}

.vacancy-single__tags {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__tags {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.vacancy-single__tags span {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 140%;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
}
@media only screen and (max-width: 899px) {
  .vacancy-single__tags span {
    font-weight: 400;
  }
}
.vacancy-single__tags span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2px);
  height: calc(100% - 11px);
  background-color: hsl(197, 49%, 54%);
  border-radius: 3px;
  z-index: -1;
}
.vacancy-single__tags::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsl(343, 86%, 55%);
  width: 30px;
  height: 2px;
}

.file-input-wrapper {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: hsl(0, 17%, 95%);
  height: fit-content;
  border-bottom: 2px solid hsl(0, 17%, 95%);
  height: 33px;
  cursor: pointer;
}
.file-input-wrapper .vacancy-form__input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.file-input-wrapper span {
  cursor: pointer;
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 770px;
  background-color: hsl(0, 17%, 95%);
  z-index: 10000000000000000000;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-in-out;
  overflow-y: scroll;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile {
    width: 100%;
  }
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile.is-active {
  opacity: 1;
  pointer-events: all;
}
.navigation-mobile.is-active .submenu-container.is-active {
  pointer-events: all;
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item a {
  animation: jump-in 450ms ease-in-out forwards;
  opacity: 0;
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(1) a {
  animation-delay: calc(100ms * 1);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(2) a {
  animation-delay: calc(100ms * 2);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(3) a {
  animation-delay: calc(100ms * 3);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(4) a {
  animation-delay: calc(100ms * 4);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(5) a {
  animation-delay: calc(100ms * 5);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(6) a {
  animation-delay: calc(100ms * 6);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(7) a {
  animation-delay: calc(100ms * 7);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(8) a {
  animation-delay: calc(100ms * 8);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(9) a {
  animation-delay: calc(100ms * 9);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(10) a {
  animation-delay: calc(100ms * 10);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(11) a {
  animation-delay: calc(100ms * 11);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(12) a {
  animation-delay: calc(100ms * 12);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(13) a {
  animation-delay: calc(100ms * 13);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(14) a {
  animation-delay: calc(100ms * 14);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(15) a {
  animation-delay: calc(100ms * 15);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(16) a {
  animation-delay: calc(100ms * 16);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(17) a {
  animation-delay: calc(100ms * 17);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(18) a {
  animation-delay: calc(100ms * 18);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(19) a {
  animation-delay: calc(100ms * 19);
}
.navigation-mobile.is-active .navigation-mobile__main > .menu-item:nth-child(20) a {
  animation-delay: calc(100ms * 20);
}
.navigation-mobile.is-active .navigation-mobile__links-wrap {
  opacity: 1;
  transform: translateY(0px);
}
.navigation-mobile .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-right: 150px;
  padding-left: 80px;
  align-content: space-between;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.navigation-mobile__button {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  margin-top: 35px;
  font-size: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 100000000000000000000000000000000;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__button {
    right: 15px;
    margin-top: 15px;
    font-size: 32px;
    top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .navigation-mobile__button {
    right: 15px;
  }
}

.menu-main-container {
  width: 100%;
  padding-top: 100px;
}
@media only screen and (max-width: 899px) {
  .menu-main-container {
    padding-top: 60px;
  }
}
.menu-main-container .menu-item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .menu-main-container .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.menu-main-container .menu-item > a {
  text-align: right;
  width: fit-content;
  margin-left: auto;
  color: hsl(0, 0%, 10%);
  position: relative;
}
.menu-main-container .menu-item > a:after {
  content: "";
  position: absolute;
  width: calc(100% - 7px);
  height: 33px;
  background-color: hsl(197, 49%, 54%);
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .menu-main-container .menu-item > a:after {
    height: 25px;
    width: calc(100% - 7px);
    bottom: -12px;
  }
}
@media only screen and (min-width: 900px) {
  .menu-main-container .menu-item > a:hover:after {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.menu-main-container .menu-item.current-menu-parent > a:after, .menu-main-container .menu-item.current-menu-item > a:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.navigation-mobile__links-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 80px;
  z-index: 10;
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms ease-in-out 1000ms;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__links-wrap {
    margin-bottom: 20px;
    margin-top: 100px;
  }
}

.navigation-mobile__links {
  width: 100%;
  border: 2px solid hsl(0, 0%, 10%);
  border-radius: 10px;
  padding: 50px 55px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__links {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navigation-mobile__links .navigation-mobile__link {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.navigation-mobile__links .navigation-mobile__link::after {
  content: "";
  width: 2px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: hsl(0, 0%, 10%);
}
.navigation-mobile__links .navigation-mobile__link:hover a {
  transform: translateY(-5px);
}
.navigation-mobile__links .navigation-mobile__link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.navigation-mobile__links .navigation-mobile__link svg {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__links .navigation-mobile__link svg {
    width: 18px;
    height: 18px;
  }
}
.navigation-mobile__links .navigation-mobile__link span {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__links .navigation-mobile__link span {
    font-size: 12px;
    line-height: 22px;
  }
}
.navigation-mobile__links .navigation-mobile__link:last-child::after {
  display: none;
}
.navigation-mobile__links::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='32' viewBox='0 0 15 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0C1.5 10.7569 5.42521 18.4446 12.5795 22.7307L13.0617 23.0117C13.8055 23.433 14.1856 24.6983 13.9106 25.838C13.8075 26.2653 13.6203 26.6331 13.375 26.8904C10.847 29.542 6.6288 31.0797 1 31.5' stroke='black'/%3E%3C/svg%3E");
  width: 27px;
  height: 59px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: -25px;
}
.navigation-mobile__links::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 54px;
  background-color: #f4f0f0;
  bottom: 10px;
  right: -2px;
}

.navigation-mobile__links-title {
  color: hsl(0, 0%, 10%);
  margin-bottom: 15px;
  display: block;
}

.submenu-container {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: hsl(0, 17%, 95%);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .submenu-container {
    max-height: calc(100% - 230px);
  }
}
.submenu-container.is-active {
  opacity: 1;
  pointer-events: none;
}
.submenu-container.is-active .menu-item {
  animation: jump-in 450ms ease-in-out forwards;
  opacity: 0;
}
.submenu-container::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -50px;
  right: 0;
  background: linear-gradient(0deg, rgb(245, 241, 241) 0%, rgb(245, 241, 241) 47%, rgba(0, 212, 255, 0) 100%);
  height: 100px;
}
.submenu-container::-webkit-scrollbar {
  display: none;
}
.submenu-container > .submenu {
  padding-top: 120px;
  padding-right: 150px;
  padding-bottom: 50px;
  padding-left: 80px;
  overflow: hidden;
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 899px) {
  .submenu-container > .submenu {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 110px;
  }
}
.submenu-container > .submenu::-webkit-scrollbar {
  display: none;
}
.submenu-container > .submenu > .menu-item:nth-child(1) {
  animation-delay: calc(100ms * 1);
}
.submenu-container > .submenu > .menu-item:nth-child(2) {
  animation-delay: calc(100ms * 2);
}
.submenu-container > .submenu > .menu-item:nth-child(3) {
  animation-delay: calc(100ms * 3);
}
.submenu-container > .submenu > .menu-item:nth-child(4) {
  animation-delay: calc(100ms * 4);
}
.submenu-container > .submenu > .menu-item:nth-child(5) {
  animation-delay: calc(100ms * 5);
}
.submenu-container > .submenu > .menu-item:nth-child(6) {
  animation-delay: calc(100ms * 6);
}
.submenu-container > .submenu > .menu-item:nth-child(7) {
  animation-delay: calc(100ms * 7);
}
.submenu-container > .submenu > .menu-item:nth-child(8) {
  animation-delay: calc(100ms * 8);
}
.submenu-container > .submenu > .menu-item:nth-child(9) {
  animation-delay: calc(100ms * 9);
}
.submenu-container > .submenu > .menu-item:nth-child(10) {
  animation-delay: calc(100ms * 10);
}
.submenu-container > .submenu > .menu-item:nth-child(11) {
  animation-delay: calc(100ms * 11);
}
.submenu-container > .submenu > .menu-item:nth-child(12) {
  animation-delay: calc(100ms * 12);
}
.submenu-container > .submenu > .menu-item:nth-child(13) {
  animation-delay: calc(100ms * 13);
}
.submenu-container > .submenu > .menu-item:nth-child(14) {
  animation-delay: calc(100ms * 14);
}
.submenu-container > .submenu > .menu-item:nth-child(15) {
  animation-delay: calc(100ms * 15);
}
.submenu-container > .submenu > .menu-item:nth-child(16) {
  animation-delay: calc(100ms * 16);
}
.submenu-container > .submenu > .menu-item:nth-child(17) {
  animation-delay: calc(100ms * 17);
}
.submenu-container > .submenu > .menu-item:nth-child(18) {
  animation-delay: calc(100ms * 18);
}
.submenu-container > .submenu > .menu-item:nth-child(19) {
  animation-delay: calc(100ms * 19);
}
.submenu-container > .submenu > .menu-item:nth-child(20) {
  animation-delay: calc(100ms * 20);
}

@keyframes jump-in {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.submenu-back {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  align-items: center;
  justify-content: flex-end;
  transition: all 300ms ease-in-out;
}
.submenu-back svg {
  width: 27px;
  height: 27px;
}
.submenu-back svg path {
  fill: hsl(0, 0%, 10%);
}
.submenu-back span {
  color: hsl(0, 0%, 10%);
  margin-left: 10px;
  position: relative;
}
.submenu-back span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 10%);
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media only screen and (min-width: 600px) {
  .submenu-back:hover {
    opacity: 0.7;
  }
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}

.form {
  margin-top: 45px;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .form {
    margin-top: 50px;
  }
}
.form::after {
  content: "";
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.form.active::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -200px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: hsl(197, 49%, 54%);
  filter: blur(136.9750061035px);
  opacity: 0.67;
  z-index: -1;
}

.form__form {
  margin-left: 110px;
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .form__form {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .form__form {
    margin-left: 0;
  }
}
.form__form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  width: 100%;
}
.form__form .gfield {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .form__form .gfield {
    width: 100%;
  }
}
.form__form .gfield.gfield--type-textarea {
  width: 100%;
}
.form__form label, .form__form .form legend, .form .form__form legend {
  margin: 0;
  color: hsl(0, 17%, 95%);
  font-size: 14px;
  line-height: 180%;
}
.form__form input, .form__form textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: hsl(0, 17%, 95%);
  height: fit-content;
  border-bottom: 2px solid hsl(0, 17%, 95%);
}
.form__form .gfield_required {
  margin-left: 3px;
}

.gform_required_legend {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid hsl(0, 17%, 95%) !important;
  border-radius: 20px !important;
  background-color: transparent !important;
  transition: all 250ms ease;
  display: block;
  padding: 0 !important;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 17%, 95%) !important;
}

.gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.logo-slider {
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 899px) {
  .logo-slider {
    padding: 0 0 50px 0;
  }
}

.logo-slider__logos {
  margin-left: 110px;
}
@media only screen and (max-width: 1199px) {
  .logo-slider__logos {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .logo-slider__logos {
    margin-left: 20px;
  }
}
.logo-slider__logos .owl-stage {
  align-items: center;
  display: flex;
}

.logo-slider__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 155px;
  max-height: 55px;
  min-width: 155px;
  min-height: 55px;
  position: relative;
  left: 3px;
}

.logo-slider.type--small {
  margin-top: -100px;
}
@media only screen and (max-width: 899px) {
  .logo-slider.type--small {
    margin-top: -50px;
  }
}
.logo-slider.type--small .logo-slider__logos {
  margin-left: 0 !important;
  margin-top: 16px;
}

.logo-slider__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 899px) {
  .logo-slider__title {
    font-size: 14px;
    line-height: 180%;
  }
}
.logo-slider__title .underline {
  display: block;
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  bottom: 5px;
  right: -14px;
  animation: blink 1500ms ease-in-out infinite;
}

.popup-form {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease, z-index 0s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 123px 0;
}
@media only screen and (max-width: 899px) {
  .popup-form {
    padding: 64px 0;
  }
}
.popup-form.is-active {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  background-color: rgba(30, 29, 35, 0.97);
}
.popup-form .wrapper {
  position: relative;
  padding: 0 64px;
  margin: auto;
  max-width: 771px;
  opacity: 0;
  transition: all 1500ms ease;
}
@media only screen and (max-width: 599px) {
  .popup-form .wrapper {
    padding: 0 32px;
  }
}
.popup-form .wrapper.is-active {
  opacity: 1;
}
.popup-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  width: 100%;
}
.popup-form .gfield {
  width: 100%;
  margin-bottom: 16px;
}
.popup-form .gfield.gfield--type-textarea {
  width: 100%;
}
.popup-form label, .popup-form .form legend, .form .popup-form legend {
  margin: 0;
  color: hsl(0, 17%, 95%);
  font-size: 14px;
  line-height: 180%;
}
.popup-form input, .popup-form textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: hsl(0, 17%, 95%);
  height: fit-content;
  border-bottom: 2px solid hsl(0, 17%, 95%);
  padding: 7px 9px 15px;
  width: calc(100% - 113px);
}
@media only screen and (max-width: 899px) {
  .popup-form input, .popup-form textarea {
    width: 100%;
  }
}
.popup-form .gfield_required {
  margin-left: 3px;
}
.popup-form .gform_button {
  position: relative;
  overflow: hidden;
  color: hsl(0, 17%, 95%);
  margin-top: 46px;
  background-color: transparent;
  box-shadow: 0px 0px 19px 0px rgba(79, 162, 195, 0.45);
}
.popup-form .gform_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, hsl(197, 49%, 54%), hsl(197, 49%, 54%));
  z-index: -1;
}
.popup-form .gform_button:hover {
  background: rgb(99, 182, 215);
}

.popup-form__button {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 9999;
}

.popup-form__title {
  padding-top: 123px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 292px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .popup-form__title {
    padding-top: 0;
  }
}

.popup-form__editor {
  color: hsl(0, 17%, 95%);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 68px;
}
.popup-form__editor li {
  margin-bottom: 0 !important;
}

.popup-form__form-title {
  margin-bottom: 16px;
}

.advice-form {
  position: relative;
}
.advice-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: -650px;
  width: 1315px;
  height: 1315px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-red.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .advice-form::after {
    width: 568px;
    height: 555px;
    top: 220px;
    right: -385px;
  }
}
.advice-form::before {
  content: "";
  position: absolute;
  top: -337px;
  left: -582px;
  width: 963px;
  height: 963px;
  z-index: -1;
  opacity: 0.9;
  background: url(./../images/circle-medium-blue.svg) center no-repeat;
  pointer-events: none;
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .advice-form::before {
    width: 461px;
    height: 467px;
    top: -320px;
    left: -385px;
  }
}

.advice-form__wrapper {
  gap: 30px 85px;
}

.advice-form__head {
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .advice-form__head {
    margin-bottom: 30px;
  }
}

.advice-form__title {
  max-width: 328px;
}

.advice-form__editor {
  margin-left: 40px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 1199px) {
  .advice-form__editor {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .advice-form__editor {
    margin-left: 0;
  }
}
.advice-form__editor p {
  color: hsl(0, 17%, 95%);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0 !important;
}
.advice-form__editor ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
}
.advice-form__editor li {
  margin-bottom: 0 !important;
  line-height: 200%;
}
.advice-form__editor li:after {
  top: 16px !important;
}

.advice-form__content {
  width: calc(50% - 42.5px);
}
@media only screen and (max-width: 899px) {
  .advice-form__content {
    width: 100%;
  }
}

.advice-form__form {
  width: calc(50% - 42.5px);
}
@media only screen and (max-width: 899px) {
  .advice-form__form {
    width: 100%;
  }
}

.advice-form__form-title {
  width: calc(100% - 75px);
  margin-bottom: 16px;
}

.advice-form__form-editor {
  width: calc(100% - 75px);
  color: hsl(0, 17%, 95%);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 40px;
}

.advice-form__form-wrap {
  color: hsl(0, 17%, 95%);
  margin-bottom: 100px;
}
@media only screen and (max-width: 899px) {
  .advice-form__form-wrap {
    margin-bottom: 0;
  }
}
.advice-form__form-wrap h3, .advice-form__form-wrap .submenu-back span, .submenu-back .advice-form__form-wrap span {
  margin-top: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 899px) {
  .advice-form__form-wrap h3, .advice-form__form-wrap .submenu-back span, .submenu-back .advice-form__form-wrap span {
    margin-top: 12px;
  }
}
.advice-form__form-wrap p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 899px) {
  .advice-form__form-wrap p {
    margin-bottom: 16px;
  }
}
.advice-form__form-wrap .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  width: 100%;
}
.advice-form__form-wrap .gfield {
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 899px) {
  .advice-form__form-wrap .gfield {
    width: 100%;
  }
}
.advice-form__form-wrap .gfield.gfield--type-textarea {
  width: 100%;
}
.advice-form__form-wrap label, .advice-form__form-wrap .form legend, .form .advice-form__form-wrap legend {
  margin: 0;
  color: hsl(0, 17%, 95%);
  font-size: 14px;
  line-height: 180%;
  font-weight: 600;
}
.advice-form__form-wrap input, .advice-form__form-wrap textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 180%;
  color: hsl(0, 17%, 95%);
  height: fit-content;
  border-bottom: 2px solid hsl(0, 17%, 95%);
  padding: 7px 9px 15px;
}
@media only screen and (max-width: 899px) {
  .advice-form__form-wrap input, .advice-form__form-wrap textarea {
    width: 100%;
  }
}
.advice-form__form-wrap textarea {
  height: 107px;
}
.advice-form__form-wrap .gfield_required {
  margin-left: 3px;
}
.advice-form__form-wrap .gform_button {
  position: relative;
  overflow: hidden;
  color: hsl(0, 17%, 95%);
  margin-top: 46px;
  background-color: transparent;
  box-shadow: 0px 0px 19px 0px rgba(79, 162, 195, 0.45);
}
.advice-form__form-wrap .gform_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, hsl(197, 49%, 54%), hsl(197, 49%, 54%));
  z-index: -1;
}
.advice-form__form-wrap .gform_button:hover {
  background: rgb(99, 182, 215);
}
.advice-form__form-wrap .is-custom-service-radio .gfield_label {
  display: none;
}
.advice-form__form-wrap .is-custom-service-radio .gfield-choice-input {
  display: none;
}
.advice-form__form-wrap .is-custom-service-radio .gchoice:not(:last-child) {
  margin-bottom: 20px;
}
.advice-form__form-wrap .is-custom-service-radio .subtitle::after, .advice-form__form-wrap .is-custom-service-radio .cases-single__go-back::after, .advice-form__form-wrap .is-custom-service-radio .news-single__go-back::after, .advice-form__form-wrap .is-custom-service-radio .vacancy-single__go-back::after {
  display: none;
}
.advice-form__form-wrap .is-custom-service-radio label, .advice-form__form-wrap .is-custom-service-radio .form legend, .form .advice-form__form-wrap .is-custom-service-radio legend {
  cursor: pointer;
  transition: all 300ms ease;
  position: relative;
  padding: 26px 28px;
  background: transparent;
  border: 2px solid hsl(0, 17%, 95%);
  font-size: 18px;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.advice-form__form-wrap .is-custom-service-radio label .checked, .advice-form__form-wrap .is-custom-service-radio .form legend .checked, .form .advice-form__form-wrap .is-custom-service-radio legend .checked {
  position: absolute;
  background-color: hsl(343, 86%, 55%);
  width: 28px;
  height: 28px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 300ms ease;
}
.advice-form__form-wrap .is-custom-service-radio label .checked svg, .advice-form__form-wrap .is-custom-service-radio .form legend .checked svg, .form .advice-form__form-wrap .is-custom-service-radio legend .checked svg {
  width: 11.375px;
  height: 13px;
  fill: hsl(0, 17%, 95%);
}
@media only screen and (min-width: 900px) {
  .advice-form__form-wrap .is-custom-service-radio label:hover, .advice-form__form-wrap .is-custom-service-radio .form legend:hover, .form .advice-form__form-wrap .is-custom-service-radio legend:hover {
    border: 2px solid hsl(343, 86%, 55%);
  }
}
.advice-form__form-wrap .is-custom-service-radio input[type=radio]:checked + label, .advice-form__form-wrap .is-custom-service-radio .form input[type=radio]:checked + legend, .form .advice-form__form-wrap .is-custom-service-radio input[type=radio]:checked + legend,
.advice-form__form-wrap .is-custom-service-radio input[type=checkbox]:checked + label,
.advice-form__form-wrap .is-custom-service-radio .form input[type=checkbox]:checked + legend,
.form .advice-form__form-wrap .is-custom-service-radio input[type=checkbox]:checked + legend {
  border: 2px solid hsl(343, 86%, 55%);
}
.advice-form__form-wrap .is-custom-service-radio input[type=radio]:checked + label .checked, .advice-form__form-wrap .is-custom-service-radio .form input[type=radio]:checked + legend .checked, .form .advice-form__form-wrap .is-custom-service-radio input[type=radio]:checked + legend .checked,
.advice-form__form-wrap .is-custom-service-radio input[type=checkbox]:checked + label .checked,
.advice-form__form-wrap .is-custom-service-radio .form input[type=checkbox]:checked + legend .checked,
.form .advice-form__form-wrap .is-custom-service-radio input[type=checkbox]:checked + legend .checked {
  opacity: 1;
}

.video-header {
  position: relative;
  overflow: clip;
  padding-top: 146px;
  padding-bottom: 57px;
}
@media only screen and (max-width: 899px) {
  .video-header {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.video-header.is-first {
  margin-top: -110px;
}

.video-header__video {
  position: absolute;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .video-header__video {
    width: auto;
    height: 100%;
  }
}
.video-header__video iframe {
  width: 100%;
  height: 100%;
}
.video-header__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(6, 10, 49, 0.48) 0%, rgba(6, 10, 49, 0.48) 100%);
}

.video-header__text {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .video-header__text {
    width: 100%;
  }
}

.video-header__title {
  max-width: 450px;
}

.video-header__subtitle, .video-header__logo-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 899px) {
  .video-header__subtitle, .video-header__logo-title {
    font-size: 14px;
    line-height: 180%;
  }
}
.video-header__subtitle .underline, .video-header__logo-title .underline {
  display: block;
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  bottom: 5px;
  right: -14px;
  animation: blink 1500ms ease-in-out infinite;
}

.video-header__link {
  margin-top: 120px;
}
@media only screen and (max-width: 899px) {
  .video-header__link {
    display: none;
  }
}
.video-header__link svg {
  width: 10px;
  height: 10px;
  margin-left: 15px;
}

.video-header__right {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .video-header__right {
    width: 100%;
  }
}

.video-header__usps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-direction: column;
  margin-bottom: 45px;
}
@media only screen and (max-width: 899px) {
  .video-header__usps {
    margin-top: 80px;
  }
}

.video-header__usp {
  max-width: 399px;
  border-radius: 28.8px;
  /* From https://css.glass */
  background: rgba(78, 162, 194, 0.4);
  border-radius: 32px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 24px;
  position: relative;
}
.video-header__usp::after {
  content: "";
  width: 12px;
  height: 17px;
  bottom: -2.74px;
  left: 3.1px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-4' y='-4' width='22.3729' height='23.7545'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2px);clip-path:url(%23bgblur_0_2334_468_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='4' d='M8.26489e-06 15.7262C2.91784 16.076 11.7067 13.0979 14.3729 11.7085C13.7484 11.5134 4.85771 3.58244 3.56865 2.68205e-06C4.33157 4.03989 1.80772 11.9192 8.26489e-06 15.7262Z' fill='%234EA2C2' fill-opacity='0.4'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_2334_468_clip_path' transform='translate(4 4)'%3E%3Cpath d='M8.26489e-06 15.7262C2.91784 16.076 11.7067 13.0979 14.3729 11.7085C13.7484 11.5134 4.85771 3.58244 3.56865 2.68205e-06C4.33157 4.03989 1.80772 11.9192 8.26489e-06 15.7262Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(-2.5deg);
}
.video-header__usp::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  padding: 1px;
  position: absolute;
  background: linear-gradient(230deg, #b8dae7, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.video-header__usp-title {
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald";
}

.video-header__usp-editor {
  color: hsl(0, 17%, 95%);
}
.video-header__usp-editor * {
  color: hsl(0, 17%, 95%);
  font-size: 18px;
  font-weight: 400;
}

.video-header__logo-slider {
  margin-top: 16px;
}
.video-header__logo-slider .owl-stage {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .video-header__logo-slider .owl-stage-outer {
    overflow: visible;
  }
}
.video-header__logo-slider .logo-slider__logo {
  display: flex;
  align-items: center;
}
.video-header__logo-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 150px;
  max-height: 50px;
  position: relative;
  left: 3px;
}
@media only screen and (max-width: 899px) {
  .video-header__logo-slider img {
    left: 0;
  }
}

.text-clouds {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 899px) {
  .text-clouds {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .text-clouds {
    overflow: hidden;
  }
}

.text-clouds__left {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .text-clouds__left {
    width: 100%;
  }
}
.text-clouds__left .links {
  width: 100%;
  padding-left: 40px;
  margin-top: 32px;
}
@media only screen and (max-width: 1199px) {
  .text-clouds__left .links {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .text-clouds__left .links {
    padding-left: 20px;
  }
}

.text-clouds__right {
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 1250px) {
  .text-clouds__right {
    width: 100%;
    padding-left: 0;
    margin-left: 0px;
    margin-top: 40px;
    overflow: visible;
  }
}
@media screen and (max-width: 1200px) {
  .text-clouds__right {
    padding-left: 10px !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .text-clouds__right {
    padding-left: 0 !important;
    margin-left: 20px !important;
  }
}

.text-clouds__usps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-direction: column;
  margin-bottom: 45px;
}
@media only screen and (max-width: 899px) {
  .text-clouds__usps {
    margin-top: 80px;
  }
}

.text-clouds__usp {
  max-width: 399px;
  border-radius: 28.8px;
  /* From https://css.glass */
  background: rgba(78, 162, 194, 0.4);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 24px;
  position: relative;
}
.text-clouds__usp::after {
  content: "";
  width: 12px;
  height: 16px;
  bottom: -2.5px;
  left: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' viewBox='0 0 12 17' fill='none'%3E%3CforeignObject x='-4' y='-4' width='19.646' height='24.4099'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2px);clip-path:url(%23bgblur_0_2292_975_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='4' d='M11.646 12.648C8.97979 14.0374 2.91787 16.7287 4.28917e-05 16.3789C1.73241 12.7306 4.77845 4.67536 3.70114 0.519425C3.64062 0.339509 3.5857 0.16609 3.53674 4.51583e-06C3.59963 0.165314 3.65429 0.338682 3.70114 0.519425C4.95844 4.25729 8.63414 10.7996 11.646 12.648Z' fill='%234EA2C2' fill-opacity='0.4'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_2292_975_clip_path' transform='translate(4 4)'%3E%3Cpath d='M11.646 12.648C8.97979 14.0374 2.91787 16.7287 4.28917e-05 16.3789C1.73241 12.7306 4.77845 4.67536 3.70114 0.519425C3.64062 0.339509 3.5857 0.16609 3.53674 4.51583e-06C3.59963 0.165314 3.65429 0.338682 3.70114 0.519425C4.95844 4.25729 8.63414 10.7996 11.646 12.648Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.text-clouds__usp::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16px;
  top: 0;
  left: 0;
  padding: 1px; /* dikte van de border */
  position: absolute;
  background: linear-gradient(230deg, #b8dae7, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

a.text-clouds__usp {
  transition: all 300ms ease-in-out;
}
a.text-clouds__usp:hover {
  opacity: 0.8;
}

.text-clouds__usp-title {
  color: hsl(0, 17%, 95%);
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald";
  width: 100%;
  display: block;
}

.text-clouds__usp-editor {
  color: hsl(0, 17%, 95%);
  color: hsl(0, 17%, 95%);
  font-size: 18px;
  font-weight: 400;
}

.text-clouds__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: hsl(0, 17%, 95%);
  font-family: "Oswald";
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 899px) {
  .text-clouds__subtitle {
    font-size: 14px;
    line-height: 180%;
  }
}
.text-clouds__subtitle .underline {
  display: block;
  width: 12px;
  height: 2px;
  background-color: hsl(343, 86%, 55%);
  position: absolute;
  bottom: 5px;
  right: -14px;
  animation: blink 1500ms ease-in-out infinite;
}

.text-clouds__title {
  max-width: 450px;
}

.text-clouds__editor {
  width: 100%;
  padding-left: 40px;
  margin-top: 60px;
  color: hsl(0, 17%, 95%);
}
@media only screen and (max-width: 1199px) {
  .text-clouds__editor {
    width: 100%;
    padding-left: 40px;
    max-width: 80% px;
  }
}
@media only screen and (max-width: 899px) {
  .text-clouds__editor {
    padding-left: 20px;
    max-width: 100%;
  }
}
.text-clouds__editor * {
  color: hsl(0, 17%, 95%);
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 10%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 10%);
}

/**
 * `background-color` hsl(0, 0%, 10%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 10%);
}

/**
 * `color` hsla(0, 0%, 10%, 0.9)-90 color utility.
 */
.color-black-90 {
  color: hsla(0, 0%, 10%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.9)-90 color utility.
 */
.background-color-black-90 {
  background-color: hsla(0, 0%, 10%, 0.9);
}

/**
 * `color` hsla(0, 0%, 10%, 0.8)-80 color utility.
 */
.color-black-80 {
  color: hsla(0, 0%, 10%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.8)-80 color utility.
 */
.background-color-black-80 {
  background-color: hsla(0, 0%, 10%, 0.8);
}

/**
 * `color` hsla(0, 0%, 10%, 0.7)-70 color utility.
 */
.color-black-70 {
  color: hsla(0, 0%, 10%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.7)-70 color utility.
 */
.background-color-black-70 {
  background-color: hsla(0, 0%, 10%, 0.7);
}

/**
 * `color` hsla(0, 0%, 10%, 0.6)-60 color utility.
 */
.color-black-60 {
  color: hsla(0, 0%, 10%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.6)-60 color utility.
 */
.background-color-black-60 {
  background-color: hsla(0, 0%, 10%, 0.6);
}

/**
 * `color` hsla(0, 0%, 10%, 0.5)-50 color utility.
 */
.color-black-50 {
  color: hsla(0, 0%, 10%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.5)-50 color utility.
 */
.background-color-black-50 {
  background-color: hsla(0, 0%, 10%, 0.5);
}

/**
 * `color` hsla(0, 0%, 10%, 0.4)-40 color utility.
 */
.color-black-40 {
  color: hsla(0, 0%, 10%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.4)-40 color utility.
 */
.background-color-black-40 {
  background-color: hsla(0, 0%, 10%, 0.4);
}

/**
 * `color` hsla(0, 0%, 10%, 0.3)-30 color utility.
 */
.color-black-30 {
  color: hsla(0, 0%, 10%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.3)-30 color utility.
 */
.background-color-black-30 {
  background-color: hsla(0, 0%, 10%, 0.3);
}

/**
 * `color` hsla(0, 0%, 10%, 0.2)-20 color utility.
 */
.color-black-20 {
  color: hsla(0, 0%, 10%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.2)-20 color utility.
 */
.background-color-black-20 {
  background-color: hsla(0, 0%, 10%, 0.2);
}

/**
 * `color` hsla(0, 0%, 10%, 0.1)-10 color utility.
 */
.color-black-10 {
  color: hsla(0, 0%, 10%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 10%, 0.1)-10 color utility.
 */
.background-color-black-10 {
  background-color: hsla(0, 0%, 10%, 0.1);
}

/**
 * `color` hsl(0, 17%, 95%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 17%, 95%);
}

/**
 * `background-color` hsl(0, 17%, 95%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 17%, 95%);
}

/**
 * `color` hsla(0, 17%, 95%, 0.9)-90 color utility.
 */
.color-white-90 {
  color: hsla(0, 17%, 95%, 0.9);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.9)-90 color utility.
 */
.background-color-white-90 {
  background-color: hsla(0, 17%, 95%, 0.9);
}

/**
 * `color` hsla(0, 17%, 95%, 0.8)-80 color utility.
 */
.color-white-80 {
  color: hsla(0, 17%, 95%, 0.8);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.8)-80 color utility.
 */
.background-color-white-80 {
  background-color: hsla(0, 17%, 95%, 0.8);
}

/**
 * `color` hsla(0, 17%, 95%, 0.7)-70 color utility.
 */
.color-white-70 {
  color: hsla(0, 17%, 95%, 0.7);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.7)-70 color utility.
 */
.background-color-white-70 {
  background-color: hsla(0, 17%, 95%, 0.7);
}

/**
 * `color` hsla(0, 17%, 95%, 0.6)-60 color utility.
 */
.color-white-60 {
  color: hsla(0, 17%, 95%, 0.6);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.6)-60 color utility.
 */
.background-color-white-60 {
  background-color: hsla(0, 17%, 95%, 0.6);
}

/**
 * `color` hsla(0, 17%, 95%, 0.5)-50 color utility.
 */
.color-white-50 {
  color: hsla(0, 17%, 95%, 0.5);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.5)-50 color utility.
 */
.background-color-white-50 {
  background-color: hsla(0, 17%, 95%, 0.5);
}

/**
 * `color` hsla(0, 17%, 95%, 0.4)-40 color utility.
 */
.color-white-40 {
  color: hsla(0, 17%, 95%, 0.4);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.4)-40 color utility.
 */
.background-color-white-40 {
  background-color: hsla(0, 17%, 95%, 0.4);
}

/**
 * `color` hsla(0, 17%, 95%, 0.3)-30 color utility.
 */
.color-white-30 {
  color: hsla(0, 17%, 95%, 0.3);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.3)-30 color utility.
 */
.background-color-white-30 {
  background-color: hsla(0, 17%, 95%, 0.3);
}

/**
 * `color` hsla(0, 17%, 95%, 0.25)-25 color utility.
 */
.color-white-25 {
  color: hsla(0, 17%, 95%, 0.25);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.25)-25 color utility.
 */
.background-color-white-25 {
  background-color: hsla(0, 17%, 95%, 0.25);
}

/**
 * `color` hsla(0, 17%, 95%, 0.2)-20 color utility.
 */
.color-white-20 {
  color: hsla(0, 17%, 95%, 0.2);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.2)-20 color utility.
 */
.background-color-white-20 {
  background-color: hsla(0, 17%, 95%, 0.2);
}

/**
 * `color` hsla(0, 17%, 95%, 0.1)-10 color utility.
 */
.color-white-10 {
  color: hsla(0, 17%, 95%, 0.1);
}

/**
 * `background-color` hsla(0, 17%, 95%, 0.1)-10 color utility.
 */
.background-color-white-10 {
  background-color: hsla(0, 17%, 95%, 0.1);
}

/**
 * `color` hsl(250, 9%, 13%)-100 color utility.
 */
.color-dark-gray-100 {
  color: hsl(250, 9%, 13%);
}

/**
 * `background-color` hsl(250, 9%, 13%)-100 color utility.
 */
.background-color-dark-gray-100 {
  background-color: hsl(250, 9%, 13%);
}

/**
 * `color` hsla(250, 9%, 13%, 0.9)-90 color utility.
 */
.color-dark-gray-90 {
  color: hsla(250, 9%, 13%, 0.9);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.9)-90 color utility.
 */
.background-color-dark-gray-90 {
  background-color: hsla(250, 9%, 13%, 0.9);
}

/**
 * `color` hsla(250, 9%, 13%, 0.8)-80 color utility.
 */
.color-dark-gray-80 {
  color: hsla(250, 9%, 13%, 0.8);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.8)-80 color utility.
 */
.background-color-dark-gray-80 {
  background-color: hsla(250, 9%, 13%, 0.8);
}

/**
 * `color` hsla(250, 9%, 13%, 0.7)-70 color utility.
 */
.color-dark-gray-70 {
  color: hsla(250, 9%, 13%, 0.7);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.7)-70 color utility.
 */
.background-color-dark-gray-70 {
  background-color: hsla(250, 9%, 13%, 0.7);
}

/**
 * `color` hsla(250, 9%, 13%, 0.6)-60 color utility.
 */
.color-dark-gray-60 {
  color: hsla(250, 9%, 13%, 0.6);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.6)-60 color utility.
 */
.background-color-dark-gray-60 {
  background-color: hsla(250, 9%, 13%, 0.6);
}

/**
 * `color` hsla(250, 9%, 13%, 0.5)-50 color utility.
 */
.color-dark-gray-50 {
  color: hsla(250, 9%, 13%, 0.5);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.5)-50 color utility.
 */
.background-color-dark-gray-50 {
  background-color: hsla(250, 9%, 13%, 0.5);
}

/**
 * `color` hsla(250, 9%, 13%, 0.4)-40 color utility.
 */
.color-dark-gray-40 {
  color: hsla(250, 9%, 13%, 0.4);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.4)-40 color utility.
 */
.background-color-dark-gray-40 {
  background-color: hsla(250, 9%, 13%, 0.4);
}

/**
 * `color` hsla(250, 9%, 13%, 0.3)-30 color utility.
 */
.color-dark-gray-30 {
  color: hsla(250, 9%, 13%, 0.3);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.3)-30 color utility.
 */
.background-color-dark-gray-30 {
  background-color: hsla(250, 9%, 13%, 0.3);
}

/**
 * `color` hsla(250, 9%, 13%, 0.2)-20 color utility.
 */
.color-dark-gray-20 {
  color: hsla(250, 9%, 13%, 0.2);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.2)-20 color utility.
 */
.background-color-dark-gray-20 {
  background-color: hsla(250, 9%, 13%, 0.2);
}

/**
 * `color` hsla(250, 9%, 13%, 0.1)-10 color utility.
 */
.color-dark-gray-10 {
  color: hsla(250, 9%, 13%, 0.1);
}

/**
 * `background-color` hsla(250, 9%, 13%, 0.1)-10 color utility.
 */
.background-color-dark-gray-10 {
  background-color: hsla(250, 9%, 13%, 0.1);
}

/**
 * `color` hsl(50, 100%, 53%)-100 color utility.
 */
.color-yellow-100 {
  color: hsl(50, 100%, 53%);
}

/**
 * `background-color` hsl(50, 100%, 53%)-100 color utility.
 */
.background-color-yellow-100 {
  background-color: hsl(50, 100%, 53%);
}

/**
 * `color` hsla(50, 100%, 53%, 0.9)-90 color utility.
 */
.color-yellow-90 {
  color: hsla(50, 100%, 53%, 0.9);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.9)-90 color utility.
 */
.background-color-yellow-90 {
  background-color: hsla(50, 100%, 53%, 0.9);
}

/**
 * `color` hsla(50, 100%, 53%, 0.8)-80 color utility.
 */
.color-yellow-80 {
  color: hsla(50, 100%, 53%, 0.8);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.8)-80 color utility.
 */
.background-color-yellow-80 {
  background-color: hsla(50, 100%, 53%, 0.8);
}

/**
 * `color` hsla(50, 100%, 53%, 0.7)-70 color utility.
 */
.color-yellow-70 {
  color: hsla(50, 100%, 53%, 0.7);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.7)-70 color utility.
 */
.background-color-yellow-70 {
  background-color: hsla(50, 100%, 53%, 0.7);
}

/**
 * `color` hsla(50, 100%, 53%, 0.6)-60 color utility.
 */
.color-yellow-60 {
  color: hsla(50, 100%, 53%, 0.6);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.6)-60 color utility.
 */
.background-color-yellow-60 {
  background-color: hsla(50, 100%, 53%, 0.6);
}

/**
 * `color` hsla(50, 100%, 53%, 0.5)-50 color utility.
 */
.color-yellow-50 {
  color: hsla(50, 100%, 53%, 0.5);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.5)-50 color utility.
 */
.background-color-yellow-50 {
  background-color: hsla(50, 100%, 53%, 0.5);
}

/**
 * `color` hsla(50, 100%, 53%, 0.4)-40 color utility.
 */
.color-yellow-40 {
  color: hsla(50, 100%, 53%, 0.4);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.4)-40 color utility.
 */
.background-color-yellow-40 {
  background-color: hsla(50, 100%, 53%, 0.4);
}

/**
 * `color` hsla(50, 100%, 53%, 0.3)-30 color utility.
 */
.color-yellow-30 {
  color: hsla(50, 100%, 53%, 0.3);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.3)-30 color utility.
 */
.background-color-yellow-30 {
  background-color: hsla(50, 100%, 53%, 0.3);
}

/**
 * `color` hsla(50, 100%, 53%, 0.2)-20 color utility.
 */
.color-yellow-20 {
  color: hsla(50, 100%, 53%, 0.2);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.2)-20 color utility.
 */
.background-color-yellow-20 {
  background-color: hsla(50, 100%, 53%, 0.2);
}

/**
 * `color` hsla(50, 100%, 53%, 0.1)-10 color utility.
 */
.color-yellow-10 {
  color: hsla(50, 100%, 53%, 0.1);
}

/**
 * `background-color` hsla(50, 100%, 53%, 0.1)-10 color utility.
 */
.background-color-yellow-10 {
  background-color: hsla(50, 100%, 53%, 0.1);
}

/**
 * `color` hsl(197, 10%, 71%)-100 color utility.
 */
.color-light-gray-100 {
  color: hsl(197, 10%, 71%);
}

/**
 * `background-color` hsl(197, 10%, 71%)-100 color utility.
 */
.background-color-light-gray-100 {
  background-color: hsl(197, 10%, 71%);
}

/**
 * `color` hsla(197, 10%, 71%, 0.9)-90 color utility.
 */
.color-light-gray-90 {
  color: hsla(197, 10%, 71%, 0.9);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.9)-90 color utility.
 */
.background-color-light-gray-90 {
  background-color: hsla(197, 10%, 71%, 0.9);
}

/**
 * `color` hsla(197, 10%, 71%, 0.8)-80 color utility.
 */
.color-light-gray-80 {
  color: hsla(197, 10%, 71%, 0.8);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.8)-80 color utility.
 */
.background-color-light-gray-80 {
  background-color: hsla(197, 10%, 71%, 0.8);
}

/**
 * `color` hsla(197, 10%, 71%, 0.7)-70 color utility.
 */
.color-light-gray-70 {
  color: hsla(197, 10%, 71%, 0.7);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.7)-70 color utility.
 */
.background-color-light-gray-70 {
  background-color: hsla(197, 10%, 71%, 0.7);
}

/**
 * `color` hsla(197, 10%, 71%, 0.6)-60 color utility.
 */
.color-light-gray-60 {
  color: hsla(197, 10%, 71%, 0.6);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.6)-60 color utility.
 */
.background-color-light-gray-60 {
  background-color: hsla(197, 10%, 71%, 0.6);
}

/**
 * `color` hsla(197, 10%, 71%, 0.5)-50 color utility.
 */
.color-light-gray-50 {
  color: hsla(197, 10%, 71%, 0.5);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.5)-50 color utility.
 */
.background-color-light-gray-50 {
  background-color: hsla(197, 10%, 71%, 0.5);
}

/**
 * `color` hsla(197, 10%, 71%, 0.4)-40 color utility.
 */
.color-light-gray-40 {
  color: hsla(197, 10%, 71%, 0.4);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.4)-40 color utility.
 */
.background-color-light-gray-40 {
  background-color: hsla(197, 10%, 71%, 0.4);
}

/**
 * `color` hsla(197, 10%, 71%, 0.3)-30 color utility.
 */
.color-light-gray-30 {
  color: hsla(197, 10%, 71%, 0.3);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.3)-30 color utility.
 */
.background-color-light-gray-30 {
  background-color: hsla(197, 10%, 71%, 0.3);
}

/**
 * `color` hsla(197, 10%, 71%, 0.2)-20 color utility.
 */
.color-light-gray-20 {
  color: hsla(197, 10%, 71%, 0.2);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.2)-20 color utility.
 */
.background-color-light-gray-20 {
  background-color: hsla(197, 10%, 71%, 0.2);
}

/**
 * `color` hsla(197, 10%, 71%, 0.1)-10 color utility.
 */
.color-light-gray-10 {
  color: hsla(197, 10%, 71%, 0.1);
}

/**
 * `background-color` hsla(197, 10%, 71%, 0.1)-10 color utility.
 */
.background-color-light-gray-10 {
  background-color: hsla(197, 10%, 71%, 0.1);
}

/**
 * `color` hsl(255, 3%, 76%)-100 color utility.
 */
.color-gray-100 {
  color: hsl(255, 3%, 76%);
}

/**
 * `background-color` hsl(255, 3%, 76%)-100 color utility.
 */
.background-color-gray-100 {
  background-color: hsl(255, 3%, 76%);
}

/**
 * `color` hsla(255, 3%, 76%, 0.9)-90 color utility.
 */
.color-gray-90 {
  color: hsla(255, 3%, 76%, 0.9);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.9)-90 color utility.
 */
.background-color-gray-90 {
  background-color: hsla(255, 3%, 76%, 0.9);
}

/**
 * `color` hsla(255, 3%, 76%, 0.8)-80 color utility.
 */
.color-gray-80 {
  color: hsla(255, 3%, 76%, 0.8);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.8)-80 color utility.
 */
.background-color-gray-80 {
  background-color: hsla(255, 3%, 76%, 0.8);
}

/**
 * `color` hsla(255, 3%, 76%, 0.7)-70 color utility.
 */
.color-gray-70 {
  color: hsla(255, 3%, 76%, 0.7);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.7)-70 color utility.
 */
.background-color-gray-70 {
  background-color: hsla(255, 3%, 76%, 0.7);
}

/**
 * `color` hsla(255, 3%, 76%, 0.6)-60 color utility.
 */
.color-gray-60 {
  color: hsla(255, 3%, 76%, 0.6);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.6)-60 color utility.
 */
.background-color-gray-60 {
  background-color: hsla(255, 3%, 76%, 0.6);
}

/**
 * `color` hsla(255, 3%, 76%, 0.5)-50 color utility.
 */
.color-gray-50 {
  color: hsla(255, 3%, 76%, 0.5);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.5)-50 color utility.
 */
.background-color-gray-50 {
  background-color: hsla(255, 3%, 76%, 0.5);
}

/**
 * `color` hsla(255, 3%, 76%, 0.4)-40 color utility.
 */
.color-gray-40 {
  color: hsla(255, 3%, 76%, 0.4);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.4)-40 color utility.
 */
.background-color-gray-40 {
  background-color: hsla(255, 3%, 76%, 0.4);
}

/**
 * `color` hsla(255, 3%, 76%, 0.3)-30 color utility.
 */
.color-gray-30 {
  color: hsla(255, 3%, 76%, 0.3);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.3)-30 color utility.
 */
.background-color-gray-30 {
  background-color: hsla(255, 3%, 76%, 0.3);
}

/**
 * `color` hsla(255, 3%, 76%, 0.2)-20 color utility.
 */
.color-gray-20 {
  color: hsla(255, 3%, 76%, 0.2);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.2)-20 color utility.
 */
.background-color-gray-20 {
  background-color: hsla(255, 3%, 76%, 0.2);
}

/**
 * `color` hsla(255, 3%, 76%, 0.1)-10 color utility.
 */
.color-gray-10 {
  color: hsla(255, 3%, 76%, 0.1);
}

/**
 * `background-color` hsla(255, 3%, 76%, 0.1)-10 color utility.
 */
.background-color-gray-10 {
  background-color: hsla(255, 3%, 76%, 0.1);
}

/**
 * `color` hsl(343, 86%, 55%)-100 color utility.
 */
.color-red-100 {
  color: hsl(343, 86%, 55%);
}

/**
 * `background-color` hsl(343, 86%, 55%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(343, 86%, 55%);
}

/**
 * `color` hsla(343, 86%, 55%, 0.9)-90 color utility.
 */
.color-red-90 {
  color: hsla(343, 86%, 55%, 0.9);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.9)-90 color utility.
 */
.background-color-red-90 {
  background-color: hsla(343, 86%, 55%, 0.9);
}

/**
 * `color` hsla(343, 86%, 55%, 0.8)-80 color utility.
 */
.color-red-80 {
  color: hsla(343, 86%, 55%, 0.8);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.8)-80 color utility.
 */
.background-color-red-80 {
  background-color: hsla(343, 86%, 55%, 0.8);
}

/**
 * `color` hsla(343, 86%, 55%, 0.7)-70 color utility.
 */
.color-red-70 {
  color: hsla(343, 86%, 55%, 0.7);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.7)-70 color utility.
 */
.background-color-red-70 {
  background-color: hsla(343, 86%, 55%, 0.7);
}

/**
 * `color` hsla(343, 86%, 55%, 0.6)-60 color utility.
 */
.color-red-60 {
  color: hsla(343, 86%, 55%, 0.6);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.6)-60 color utility.
 */
.background-color-red-60 {
  background-color: hsla(343, 86%, 55%, 0.6);
}

/**
 * `color` hsla(343, 86%, 55%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(343, 86%, 55%, 0.5);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.5)-50 color utility.
 */
.background-color-red-50 {
  background-color: hsla(343, 86%, 55%, 0.5);
}

/**
 * `color` hsla(343, 86%, 55%, 0.4)-40 color utility.
 */
.color-red-40 {
  color: hsla(343, 86%, 55%, 0.4);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.4)-40 color utility.
 */
.background-color-red-40 {
  background-color: hsla(343, 86%, 55%, 0.4);
}

/**
 * `color` hsla(343, 86%, 55%, 0.3)-30 color utility.
 */
.color-red-30 {
  color: hsla(343, 86%, 55%, 0.3);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.3)-30 color utility.
 */
.background-color-red-30 {
  background-color: hsla(343, 86%, 55%, 0.3);
}

/**
 * `color` hsla(343, 86%, 55%, 0.2)-20 color utility.
 */
.color-red-20 {
  color: hsla(343, 86%, 55%, 0.2);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.2)-20 color utility.
 */
.background-color-red-20 {
  background-color: hsla(343, 86%, 55%, 0.2);
}

/**
 * `color` hsla(343, 86%, 55%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(343, 86%, 55%, 0.1);
}

/**
 * `background-color` hsla(343, 86%, 55%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(343, 86%, 55%, 0.1);
}

/**
 * `color` hsl(348, 34%, 92%)-100 color utility.
 */
.color-pink-100 {
  color: hsl(348, 34%, 92%);
}

/**
 * `background-color` hsl(348, 34%, 92%)-100 color utility.
 */
.background-color-pink-100 {
  background-color: hsl(348, 34%, 92%);
}

/**
 * `color` hsla(348, 34%, 92%, 0.9)-90 color utility.
 */
.color-pink-90 {
  color: hsla(348, 34%, 92%, 0.9);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.9)-90 color utility.
 */
.background-color-pink-90 {
  background-color: hsla(348, 34%, 92%, 0.9);
}

/**
 * `color` hsla(348, 34%, 92%, 0.8)-80 color utility.
 */
.color-pink-80 {
  color: hsla(348, 34%, 92%, 0.8);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.8)-80 color utility.
 */
.background-color-pink-80 {
  background-color: hsla(348, 34%, 92%, 0.8);
}

/**
 * `color` hsla(348, 34%, 92%, 0.7)-70 color utility.
 */
.color-pink-70 {
  color: hsla(348, 34%, 92%, 0.7);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.7)-70 color utility.
 */
.background-color-pink-70 {
  background-color: hsla(348, 34%, 92%, 0.7);
}

/**
 * `color` hsla(348, 34%, 92%, 0.6)-60 color utility.
 */
.color-pink-60 {
  color: hsla(348, 34%, 92%, 0.6);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.6)-60 color utility.
 */
.background-color-pink-60 {
  background-color: hsla(348, 34%, 92%, 0.6);
}

/**
 * `color` hsla(348, 34%, 92%, 0.5)-50 color utility.
 */
.color-pink-50 {
  color: hsla(348, 34%, 92%, 0.5);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.5)-50 color utility.
 */
.background-color-pink-50 {
  background-color: hsla(348, 34%, 92%, 0.5);
}

/**
 * `color` hsla(348, 34%, 92%, 0.4)-40 color utility.
 */
.color-pink-40 {
  color: hsla(348, 34%, 92%, 0.4);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.4)-40 color utility.
 */
.background-color-pink-40 {
  background-color: hsla(348, 34%, 92%, 0.4);
}

/**
 * `color` hsla(348, 34%, 92%, 0.3)-30 color utility.
 */
.color-pink-30 {
  color: hsla(348, 34%, 92%, 0.3);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.3)-30 color utility.
 */
.background-color-pink-30 {
  background-color: hsla(348, 34%, 92%, 0.3);
}

/**
 * `color` hsla(348, 34%, 92%, 0.2)-20 color utility.
 */
.color-pink-20 {
  color: hsla(348, 34%, 92%, 0.2);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.2)-20 color utility.
 */
.background-color-pink-20 {
  background-color: hsla(348, 34%, 92%, 0.2);
}

/**
 * `color` hsla(348, 34%, 92%, 0.1)-10 color utility.
 */
.color-pink-10 {
  color: hsla(348, 34%, 92%, 0.1);
}

/**
 * `background-color` hsla(348, 34%, 92%, 0.1)-10 color utility.
 */
.background-color-pink-10 {
  background-color: hsla(348, 34%, 92%, 0.1);
}

/**
 * `color` hsl(197, 49%, 54%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(197, 49%, 54%);
}

/**
 * `background-color` hsl(197, 49%, 54%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(197, 49%, 54%);
}

/**
 * `color` hsla(197, 49%, 54%, 0.9)-90 color utility.
 */
.color-blue-90 {
  color: hsla(197, 49%, 54%, 0.9);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.9)-90 color utility.
 */
.background-color-blue-90 {
  background-color: hsla(197, 49%, 54%, 0.9);
}

/**
 * `color` hsla(197, 49%, 54%, 0.8)-80 color utility.
 */
.color-blue-80 {
  color: hsla(197, 49%, 54%, 0.8);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.8)-80 color utility.
 */
.background-color-blue-80 {
  background-color: hsla(197, 49%, 54%, 0.8);
}

/**
 * `color` hsla(197, 49%, 54%, 0.7)-70 color utility.
 */
.color-blue-70 {
  color: hsla(197, 49%, 54%, 0.7);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.7)-70 color utility.
 */
.background-color-blue-70 {
  background-color: hsla(197, 49%, 54%, 0.7);
}

/**
 * `color` hsla(197, 49%, 54%, 0.6)-60 color utility.
 */
.color-blue-60 {
  color: hsla(197, 49%, 54%, 0.6);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.6)-60 color utility.
 */
.background-color-blue-60 {
  background-color: hsla(197, 49%, 54%, 0.6);
}

/**
 * `color` hsla(197, 49%, 54%, 0.5)-50 color utility.
 */
.color-blue-50 {
  color: hsla(197, 49%, 54%, 0.5);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.5)-50 color utility.
 */
.background-color-blue-50 {
  background-color: hsla(197, 49%, 54%, 0.5);
}

/**
 * `color` hsla(197, 49%, 54%, 0.4)-40 color utility.
 */
.color-blue-40 {
  color: hsla(197, 49%, 54%, 0.4);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.4)-40 color utility.
 */
.background-color-blue-40 {
  background-color: hsla(197, 49%, 54%, 0.4);
}

/**
 * `color` hsla(197, 49%, 54%, 0.3)-30 color utility.
 */
.color-blue-30 {
  color: hsla(197, 49%, 54%, 0.3);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.3)-30 color utility.
 */
.background-color-blue-30 {
  background-color: hsla(197, 49%, 54%, 0.3);
}

/**
 * `color` hsla(197, 49%, 54%, 0.2)-20 color utility.
 */
.color-blue-20 {
  color: hsla(197, 49%, 54%, 0.2);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.2)-20 color utility.
 */
.background-color-blue-20 {
  background-color: hsla(197, 49%, 54%, 0.2);
}

/**
 * `color` hsla(197, 49%, 54%, 0.1)-10 color utility.
 */
.color-blue-10 {
  color: hsla(197, 49%, 54%, 0.1);
}

/**
 * `background-color` hsla(197, 49%, 54%, 0.1)-10 color utility.
 */
.background-color-blue-10 {
  background-color: hsla(197, 49%, 54%, 0.1);
}

/**
 * `color` hsl(94, 78%, 87%)-100 color utility.
 */
.color-light-green-100 {
  color: hsl(94, 78%, 87%);
}

/**
 * `background-color` hsl(94, 78%, 87%)-100 color utility.
 */
.background-color-light-green-100 {
  background-color: hsl(94, 78%, 87%);
}