/**
 * 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.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
*::selection {
  background-color: hsl(233, 47%, 17%);
  color: hsl(0, 0%, 100%);
}

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

/**
 * Tools.
 */
/**
 * Tools.
 */
@keyframes bp-fadein {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes bp-bar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bp-o {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  /* If you're mounting on a portion of the screen and need visible
  overflow on .bp-wrap, change contain to "layout" on that instance */
  contain: strict;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.bp-wrap > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  animation: bp-fadein 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bp-vid audio {
  position: absolute;
  left: 14px;
  width: calc(100% - 28px);
  bottom: 14px;
  height: 50px;
}

.bp-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}

.bp-html {
  display: contents;
}

.bp-html > :first-child {
  margin: auto;
}

.bp-img-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  contain: strict;
}

.bp-img-wrap .bp-canzoom {
  cursor: zoom-in;
}

.bp-img-wrap .bp-drag {
  cursor: grabbing;
}

.bp-close {
  contain: layout size;
}

.bp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  user-select: none;
  background-size: 100% 100%;
}

.bp-img img,
.bp-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bp-img .bp-o {
  display: none;
}

.bp-zoomed .bp-img:not(.bp-drag) {
  cursor: grab;
}

.bp-zoomed .bp-cap {
  opacity: 0;
  animation: none !important;
}

.bp-zoomed.bp-small .bp-controls {
  opacity: 0;
}

.bp-zoomed.bp-small .bp-controls button {
  pointer-events: none;
}

.bp-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: left;
  transition: opacity 0.3s;
  animation: bp-fadein 0.3s;
}

.bp-controls button {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  transition: all 0.1s;
  contain: content;
}

.bp-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.bp-controls svg {
  fill: #fff;
}

.bp-count {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  margin: 16px;
  height: 50px;
  width: 100px;
}

.bp-prev,
.bp-next {
  top: 50%;
  right: 0;
  margin-top: -32px;
  height: 64px;
  width: 58px;
  border-radius: 3px 0 0 3px;
}

.bp-prev:hover:before,
.bp-next:hover:before {
  transform: translateX(-2px);
}

.bp-prev:before,
.bp-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
  position: absolute;
  left: 7px;
  top: 9px;
  width: 46px;
  transition: all 0.2s;
}

.bp-prev {
  right: auto;
  left: 0;
  transform: scalex(-1);
}

.bp-x {
  top: 0;
  right: 0;
  height: 55px;
  width: 58px;
  border-radius: 0 0 0 3px;
}

.bp-x:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");
  position: absolute;
  width: 37px;
  top: 8px;
  right: 10px;
}

.bp-if,
.bp-vid {
  position: relative;
  margin: auto;
  background: #000;
  background-size: 100% 100%;
}

.bp-if iframe,
.bp-if video,
.bp-if div,
.bp-vid iframe,
.bp-vid video,
.bp-vid div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.bp-load {
  display: flex;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 1;
}

.bp-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 3px 3px 0;
  animation: bp-bar 4s both;
}

.bp-o,
.bp-o:after {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.bp-o {
  margin: auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.9);
  animation: bp-o 1s infinite linear;
}

.bp-cap {
  position: absolute;
  bottom: 2%;
  background: rgba(9, 9, 9, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  max-width: 95%;
  line-height: 1.3;
  padding: 0.6em 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  width: -moz-fit-content;
  display: table;
  transition: opacity 0.3s;
  animation: bp-fadein 0.2s;
}

.bp-cap a {
  color: inherit;
}

.bp-inline {
  position: absolute;
}

.bp-lock {
  overflow-y: hidden;
}

.bp-lock body {
  overflow: scroll;
}

.bp-noclose .bp-x {
  display: none;
}

.bp-noclose:not(.bp-zoomed) {
  touch-action: pan-y;
}

.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
  cursor: zoom-in;
}

@media (prefers-reduced-motion) {
  .bp-wrap * {
    animation-duration: 0s !important;
  }
}
@media (max-width: 500px) {
  .bp-x {
    height: 47px;
    width: 47px;
  }
  .bp-x:before {
    width: 34px;
    top: 6px;
    right: 6px;
  }
  .bp-prev,
  .bp-next {
    margin-top: -27px;
    height: 54px;
    width: 45px;
  }
  .bp-prev:before,
  .bp-next:before {
    top: 7px;
    left: 2px;
    width: 43px;
  }
  .bp-o,
  .bp-o:after {
    border-width: 6px;
    width: 60px;
    height: 60px;
  }
  .bp-count {
    margin: 12px 10px;
  }
}
/**
 * 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(0, 0%, 100%);
  color: hsl(235, 11%, 39%);
  font-family: "Inter";
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * 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,
h3,
h4,
.teaser-blocks__teaser-header,
h5,
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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
}

/**
 * Primary (large).
 */
.primary--large {
  background-color: hsl(233, 47%, 17%);
  color: hsl(0, 0%, 100%);
  padding: 20px 24px 18px;
  border-bottom: 2px solid hsl(233, 47%, 17%);
  transition: all 300ms ease;
  flex-direction: column;
}
.primary--large svg {
  margin-left: 96px;
  fill: hsl(0, 0%, 100%);
  width: 17px;
  height: 14px;
}
.primary--large span {
  line-height: 160%;
}
.primary--large span:first-of-type {
  font-size: 16px;
  margin-bottom: 12px;
}
.primary--large span:last-of-type {
  font-size: 22px;
}
@media only screen and (min-width: 900px) {
  .primary--large:hover {
    background-color: hsl(230, 50%, 98%);
    color: hsl(233, 47%, 17%);
    border-bottom: 2px solid hsl(233, 27%, 88%);
  }
  .primary--large:hover svg {
    margin-left: 104px;
    fill: hsl(233, 47%, 17%);
  }
}

/**
 * Primary (medium).
 */
.primary--medium {
  background-color: hsl(233, 47%, 17%);
  color: hsl(0, 0%, 100%);
  padding: 28px 24px 26px;
  border-bottom: 2px solid hsl(233, 47%, 17%);
  transition: all 300ms ease;
  font-size: 22px;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .primary--medium {
    padding: 16px;
    font-size: 16px;
  }
}
.primary--medium svg {
  transition: all 300ms ease;
  margin-left: 96px;
  fill: hsl(0, 0%, 100%);
  width: 17px;
  height: 14px;
}
@media only screen and (max-width: 1199px) {
  .primary--medium svg {
    width: 14px;
    height: 11.2px;
  }
}
@media only screen and (min-width: 900px) {
  .primary--medium:hover {
    background-color: hsl(230, 50%, 98%);
    color: hsl(233, 47%, 17%);
    border-bottom: 2px solid hsl(233, 27%, 88%);
  }
  .primary--medium:hover svg {
    margin-left: 104px;
    fill: hsl(233, 47%, 17%);
  }
}

.primary--small {
  background-color: hsl(233, 47%, 17%);
  color: hsl(0, 0%, 100%);
  padding: 12px 16px 10px;
  border-bottom: 2px solid hsl(233, 47%, 17%);
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 160%;
}
.primary--small svg {
  transition: all 300ms ease;
  margin-left: 32px;
  fill: hsl(0, 0%, 100%);
  width: 9px;
  height: 8px;
}
@media only screen and (min-width: 900px) {
  .primary--small:hover {
    background-color: hsl(230, 50%, 98%);
    color: hsl(233, 47%, 17%);
    border-bottom: 2px solid hsl(233, 27%, 88%);
  }
  .primary--small:hover svg {
    margin-left: 40px;
    fill: hsl(233, 47%, 17%);
  }
}

.button--link {
  color: hsl(233, 47%, 17%);
  padding: 8px 8px 6px;
  border-bottom: 1px solid hsl(233, 47%, 17%);
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 160%;
  align-items: center;
}
.button--link svg {
  transition: all 300ms ease;
  margin-left: 40px;
  fill: hsl(233, 47%, 17%);
  width: 7px;
  height: 6px;
}
@media only screen and (min-width: 900px) {
  .button--link:hover {
    color: hsl(198, 100%, 45%);
    border-bottom: 1px solid hsl(198, 100%, 45%);
  }
  .button--link:hover svg {
    margin-left: 48px;
    fill: hsl(198, 100%, 45%);
  }
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 32px;
}
.cms-output h1,
.cms-output h2 {
  margin-bottom: 32px;
}
.cms-output h3,
.cms-output h4,
.cms-output .teaser-blocks__teaser-header,
.cms-output h5 {
  margin-bottom: 10px;
}
.cms-output em {
  font-style: normal;
}
.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 li {
  position: relative;
}
.cms-output ul li::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background-color: hsl(233, 47%, 17%);
  left: -26px;
  top: 9px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  .cms-output ul li::before {
    width: 7.764px;
    height: 7.764px;
  }
}
.cms-output ul,
.cms-output ol {
  list-style-type: none;
  margin-left: 29px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .cms-output ul,
  .cms-output ol {
    margin-left: 26px;
  }
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 16px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(198, 100%, 45%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(234, 11%, 51%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(198, 100%, 45%);
}
.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(0, 100%, 50%);
  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 {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  color: hsl(233, 47%, 17%);
}

select,
input,
textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  height: 42px;
  padding: 8px;
  background: transparent;
  font-weight: 400;
  border-bottom: 1px solid hsl(233, 47%, 17%);
  color: hsl(233, 47%, 17%);
  outline: none;
}
select::placeholder,
input::placeholder,
textarea::placeholder {
  color: hsl(234, 11%, 51%);
}

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

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.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%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

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

/**
 * Gravity Forms.
 */
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.gform_required_legend {
  display: none;
}

.gfield {
  margin-bottom: 32px;
}
.gfield.is-50 {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 899px) {
  .gfield.is-50 {
    width: 100%;
  }
}
.gfield.gfield--width-half {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 899px) {
  .gfield.gfield--width-half {
    width: 100%;
  }
}
.gfield.gfield--width-third {
  width: calc(33.3333% - 16px);
}
@media only screen and (max-width: 899px) {
  .gfield.gfield--width-third {
    width: 100%;
  }
}
.gfield.gfield--width-quarter {
  width: calc(25% - 16px);
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .gfield.gfield--width-quarter {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .gfield.gfield--width-quarter {
    width: 100%;
  }
}
.gfield.gfield--width-full {
  width: 100%;
}
.gfield.gfield_error label {
  color: hsl(0, 100%, 50%);
}
.gfield.gfield_error input {
  color: hsl(0, 100%, 50%);
  border-bottom: 1px solid hsl(0, 100%, 50%);
}
.gfield.gfield_error input::placeholder {
  color: hsl(0, 100%, 50%);
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  position: relative;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  margin-top: 12px;
  align-items: center;
  width: 100%;
  color: hsl(0, 100%, 50%);
  padding-left: 15px;
}
.validation_message::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 4px;
  left: 6px;
  border-radius: 50%;
  background-color: hsl(0, 100%, 50%);
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.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%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4, .gform_confirmation_message .teaser-blocks__teaser-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg, .gform_confirmation_message .teaser-blocks__teaser-header svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Heading.
 */
h1 span:last-of-type {
  position: relative;
}
h1 span:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -3.5px;
  right: 1.5px;
  width: 7.5px;
  height: 7.5px;
  background: hsl(198, 100%, 45%);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  h1 span:last-of-type::after {
    bottom: -1px;
    right: 9.5px;
    width: 4px;
    height: 4px;
  }
}

h2 span:last-of-type {
  position: relative;
}
h2 span:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 7.5px;
  right: -11.5px;
  width: 7.5px;
  height: 7.5px;
  background: hsl(198, 100%, 45%);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  h2 span:last-of-type::after {
    bottom: 4px;
    right: -5.5px;
    width: 4px;
    height: 4px;
  }
}

h1,
h2,
h3,
h4,
.teaser-blocks__teaser-header {
  font-family: "Inter";
  color: hsl(233, 47%, 17%);
  position: relative;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white,
.is-white.teaser-blocks__teaser-header {
  color: hsl(0, 0%, 100%);
}
h1 em,
h2 em,
h3 em,
h4 em,
.teaser-blocks__teaser-header em {
  font-style: normal;
  color: hsl(198, 100%, 45%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 56px;
  line-height: 67.2px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  h1,
  .heading-1 {
    font-size: 42px;
    line-height: 50.4px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 57.6px;
}
@media only screen and (max-width: 1199px) {
  h2,
  .heading-2 {
    font-size: 34px;
    line-height: 40.8px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 1199px) {
  h3,
  .heading-3 {
    font-size: 30px;
    line-height: 36px;
  }
}

/**
* Heading 3.
*/
h4, .teaser-blocks__teaser-header,
.navigation__cta-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38.4px;
}
@media only screen and (max-width: 1199px) {
  h4, .teaser-blocks__teaser-header,
  .navigation__cta-title {
    font-size: 28px;
    line-height: 33.6px;
  }
}

/**
* Heading 5.
*/
h5,
.navigation__menu-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
}
@media only screen and (max-width: 1199px) {
  h5,
  .navigation__menu-title {
    font-size: 24px;
    line-height: 28.8px;
  }
}

/**
* Heading 6.
*/
h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1199px) {
  h6 {
    font-size: 20px;
    line-height: 32px;
  }
}

/**
* Heading 6.
*/
.intro,
.cms-output em {
  font-size: 22px;
  line-height: 35.2px;
}
@media only screen and (max-width: 1199px) {
  .intro,
  .cms-output em {
    font-size: 20px;
    line-height: 32px;
  }
}

/**
 * Body.
 */
p {
  font-size: 16px;
  line-height: 25.6px;
}
@media only screen and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 32px;
  }
}

.has-lazy-load {
  position: relative;
  top: -150px;
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}

.has-lazy-load[loaded=true] {
  top: 0;
  opacity: 1;
}

.pagination {
  width: 100%;
  padding: 24px 0;
  margin-top: 40px;
  opacity: 0;
}
.pagination .wrapper {
  justify-content: center;
  gap: 12px;
}
.pagination .page-numbers {
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
  color: hsl(233, 47%, 17%);
  border: 1px solid hsl(233, 27%, 88%);
}
@media only screen and (min-width: 900px) {
  .pagination .page-numbers:hover {
    border: 1px solid hsl(234, 11%, 51%);
  }
}
.pagination .page-numbers.current {
  border: 1px solid hsl(234, 11%, 51%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1580px + 240px);
  padding: 0 120px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1580px + 192px);
    padding: 0 96px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1580px + 112px);
    padding: 0 56px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1580px + 64px);
    padding: 0 32px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v13-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * 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%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * `color` hsl(235, 11%, 39%)-100 color utility.
 */
.color-dark-gray-100 {
  color: hsl(235, 11%, 39%);
}

/**
 * `background-color` hsl(235, 11%, 39%)-100 color utility.
 */
.background-color-dark-gray-100 {
  background-color: hsl(235, 11%, 39%);
}

/**
 * `color` hsla(235, 11%, 39%, 0.9)-90 color utility.
 */
.color-dark-gray-90 {
  color: hsla(235, 11%, 39%, 0.9);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.9)-90 color utility.
 */
.background-color-dark-gray-90 {
  background-color: hsla(235, 11%, 39%, 0.9);
}

/**
 * `color` hsla(235, 11%, 39%, 0.8)-80 color utility.
 */
.color-dark-gray-80 {
  color: hsla(235, 11%, 39%, 0.8);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.8)-80 color utility.
 */
.background-color-dark-gray-80 {
  background-color: hsla(235, 11%, 39%, 0.8);
}

/**
 * `color` hsla(235, 11%, 39%, 0.7)-70 color utility.
 */
.color-dark-gray-70 {
  color: hsla(235, 11%, 39%, 0.7);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.7)-70 color utility.
 */
.background-color-dark-gray-70 {
  background-color: hsla(235, 11%, 39%, 0.7);
}

/**
 * `color` hsla(235, 11%, 39%, 0.6)-60 color utility.
 */
.color-dark-gray-60 {
  color: hsla(235, 11%, 39%, 0.6);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.6)-60 color utility.
 */
.background-color-dark-gray-60 {
  background-color: hsla(235, 11%, 39%, 0.6);
}

/**
 * `color` hsla(235, 11%, 39%, 0.5)-50 color utility.
 */
.color-dark-gray-50 {
  color: hsla(235, 11%, 39%, 0.5);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.5)-50 color utility.
 */
.background-color-dark-gray-50 {
  background-color: hsla(235, 11%, 39%, 0.5);
}

/**
 * `color` hsla(235, 11%, 39%, 0.4)-40 color utility.
 */
.color-dark-gray-40 {
  color: hsla(235, 11%, 39%, 0.4);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.4)-40 color utility.
 */
.background-color-dark-gray-40 {
  background-color: hsla(235, 11%, 39%, 0.4);
}

/**
 * `color` hsla(235, 11%, 39%, 0.3)-30 color utility.
 */
.color-dark-gray-30 {
  color: hsla(235, 11%, 39%, 0.3);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.3)-30 color utility.
 */
.background-color-dark-gray-30 {
  background-color: hsla(235, 11%, 39%, 0.3);
}

/**
 * `color` hsla(235, 11%, 39%, 0.2)-20 color utility.
 */
.color-dark-gray-20 {
  color: hsla(235, 11%, 39%, 0.2);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.2)-20 color utility.
 */
.background-color-dark-gray-20 {
  background-color: hsla(235, 11%, 39%, 0.2);
}

/**
 * `color` hsla(235, 11%, 39%, 0.1)-10 color utility.
 */
.color-dark-gray-10 {
  color: hsla(235, 11%, 39%, 0.1);
}

/**
 * `background-color` hsla(235, 11%, 39%, 0.1)-10 color utility.
 */
.background-color-dark-gray-10 {
  background-color: hsla(235, 11%, 39%, 0.1);
}

/**
 * `color` hsl(230, 50%, 98%)-100 color utility.
 */
.color-light-gray-100 {
  color: hsl(230, 50%, 98%);
}

/**
 * `background-color` hsl(230, 50%, 98%)-100 color utility.
 */
.background-color-light-gray-100 {
  background-color: hsl(230, 50%, 98%);
}

/**
 * `color` hsla(230, 50%, 98%, 0.9)-90 color utility.
 */
.color-light-gray-90 {
  color: hsla(230, 50%, 98%, 0.9);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.9)-90 color utility.
 */
.background-color-light-gray-90 {
  background-color: hsla(230, 50%, 98%, 0.9);
}

/**
 * `color` hsla(230, 50%, 98%, 0.8)-80 color utility.
 */
.color-light-gray-80 {
  color: hsla(230, 50%, 98%, 0.8);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.8)-80 color utility.
 */
.background-color-light-gray-80 {
  background-color: hsla(230, 50%, 98%, 0.8);
}

/**
 * `color` hsla(230, 50%, 98%, 0.7)-70 color utility.
 */
.color-light-gray-70 {
  color: hsla(230, 50%, 98%, 0.7);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.7)-70 color utility.
 */
.background-color-light-gray-70 {
  background-color: hsla(230, 50%, 98%, 0.7);
}

/**
 * `color` hsla(230, 50%, 98%, 0.6)-60 color utility.
 */
.color-light-gray-60 {
  color: hsla(230, 50%, 98%, 0.6);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.6)-60 color utility.
 */
.background-color-light-gray-60 {
  background-color: hsla(230, 50%, 98%, 0.6);
}

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

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

/**
 * `color` hsla(230, 50%, 98%, 0.4)-40 color utility.
 */
.color-light-gray-40 {
  color: hsla(230, 50%, 98%, 0.4);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.4)-40 color utility.
 */
.background-color-light-gray-40 {
  background-color: hsla(230, 50%, 98%, 0.4);
}

/**
 * `color` hsla(230, 50%, 98%, 0.3)-30 color utility.
 */
.color-light-gray-30 {
  color: hsla(230, 50%, 98%, 0.3);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.3)-30 color utility.
 */
.background-color-light-gray-30 {
  background-color: hsla(230, 50%, 98%, 0.3);
}

/**
 * `color` hsla(230, 50%, 98%, 0.2)-20 color utility.
 */
.color-light-gray-20 {
  color: hsla(230, 50%, 98%, 0.2);
}

/**
 * `background-color` hsla(230, 50%, 98%, 0.2)-20 color utility.
 */
.background-color-light-gray-20 {
  background-color: hsla(230, 50%, 98%, 0.2);
}

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

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

/**
 * `color` hsl(233, 47%, 17%)-100 color utility.
 */
.color-deep-blue-100 {
  color: hsl(233, 47%, 17%);
}

/**
 * `background-color` hsl(233, 47%, 17%)-100 color utility.
 */
.background-color-deep-blue-100 {
  background-color: hsl(233, 47%, 17%);
}

/**
 * `color` hsla(233, 47%, 17%, 0.9)-90 color utility.
 */
.color-deep-blue-90 {
  color: hsla(233, 47%, 17%, 0.9);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.9)-90 color utility.
 */
.background-color-deep-blue-90 {
  background-color: hsla(233, 47%, 17%, 0.9);
}

/**
 * `color` hsla(233, 47%, 17%, 0.8)-80 color utility.
 */
.color-deep-blue-80 {
  color: hsla(233, 47%, 17%, 0.8);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.8)-80 color utility.
 */
.background-color-deep-blue-80 {
  background-color: hsla(233, 47%, 17%, 0.8);
}

/**
 * `color` hsla(233, 47%, 17%, 0.7)-70 color utility.
 */
.color-deep-blue-70 {
  color: hsla(233, 47%, 17%, 0.7);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.7)-70 color utility.
 */
.background-color-deep-blue-70 {
  background-color: hsla(233, 47%, 17%, 0.7);
}

/**
 * `color` hsla(233, 47%, 17%, 0.6)-60 color utility.
 */
.color-deep-blue-60 {
  color: hsla(233, 47%, 17%, 0.6);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.6)-60 color utility.
 */
.background-color-deep-blue-60 {
  background-color: hsla(233, 47%, 17%, 0.6);
}

/**
 * `color` hsla(233, 47%, 17%, 0.5)-50 color utility.
 */
.color-deep-blue-50 {
  color: hsla(233, 47%, 17%, 0.5);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.5)-50 color utility.
 */
.background-color-deep-blue-50 {
  background-color: hsla(233, 47%, 17%, 0.5);
}

/**
 * `color` hsla(233, 47%, 17%, 0.4)-40 color utility.
 */
.color-deep-blue-40 {
  color: hsla(233, 47%, 17%, 0.4);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.4)-40 color utility.
 */
.background-color-deep-blue-40 {
  background-color: hsla(233, 47%, 17%, 0.4);
}

/**
 * `color` hsla(233, 47%, 17%, 0.3)-30 color utility.
 */
.color-deep-blue-30 {
  color: hsla(233, 47%, 17%, 0.3);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.3)-30 color utility.
 */
.background-color-deep-blue-30 {
  background-color: hsla(233, 47%, 17%, 0.3);
}

/**
 * `color` hsla(233, 47%, 17%, 0.2)-20 color utility.
 */
.color-deep-blue-20 {
  color: hsla(233, 47%, 17%, 0.2);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.2)-20 color utility.
 */
.background-color-deep-blue-20 {
  background-color: hsla(233, 47%, 17%, 0.2);
}

/**
 * `color` hsla(233, 47%, 17%, 0.1)-10 color utility.
 */
.color-deep-blue-10 {
  color: hsla(233, 47%, 17%, 0.1);
}

/**
 * `background-color` hsla(233, 47%, 17%, 0.1)-10 color utility.
 */
.background-color-deep-blue-10 {
  background-color: hsla(233, 47%, 17%, 0.1);
}

/**
 * `color` hsl(198, 100%, 45%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(198, 100%, 45%);
}

/**
 * `background-color` hsl(198, 100%, 45%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(198, 100%, 45%);
}

/**
 * `color` hsla(198, 100%, 45%, 0.9)-90 color utility.
 */
.color-blue-90 {
  color: hsla(198, 100%, 45%, 0.9);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.9)-90 color utility.
 */
.background-color-blue-90 {
  background-color: hsla(198, 100%, 45%, 0.9);
}

/**
 * `color` hsla(198, 100%, 45%, 0.8)-80 color utility.
 */
.color-blue-80 {
  color: hsla(198, 100%, 45%, 0.8);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.8)-80 color utility.
 */
.background-color-blue-80 {
  background-color: hsla(198, 100%, 45%, 0.8);
}

/**
 * `color` hsla(198, 100%, 45%, 0.7)-70 color utility.
 */
.color-blue-70 {
  color: hsla(198, 100%, 45%, 0.7);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.7)-70 color utility.
 */
.background-color-blue-70 {
  background-color: hsla(198, 100%, 45%, 0.7);
}

/**
 * `color` hsla(198, 100%, 45%, 0.6)-60 color utility.
 */
.color-blue-60 {
  color: hsla(198, 100%, 45%, 0.6);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.6)-60 color utility.
 */
.background-color-blue-60 {
  background-color: hsla(198, 100%, 45%, 0.6);
}

/**
 * `color` hsla(198, 100%, 45%, 0.5)-50 color utility.
 */
.color-blue-50 {
  color: hsla(198, 100%, 45%, 0.5);
}

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

/**
 * `color` hsla(198, 100%, 45%, 0.4)-40 color utility.
 */
.color-blue-40 {
  color: hsla(198, 100%, 45%, 0.4);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.4)-40 color utility.
 */
.background-color-blue-40 {
  background-color: hsla(198, 100%, 45%, 0.4);
}

/**
 * `color` hsla(198, 100%, 45%, 0.3)-30 color utility.
 */
.color-blue-30 {
  color: hsla(198, 100%, 45%, 0.3);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.3)-30 color utility.
 */
.background-color-blue-30 {
  background-color: hsla(198, 100%, 45%, 0.3);
}

/**
 * `color` hsla(198, 100%, 45%, 0.2)-20 color utility.
 */
.color-blue-20 {
  color: hsla(198, 100%, 45%, 0.2);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.2)-20 color utility.
 */
.background-color-blue-20 {
  background-color: hsla(198, 100%, 45%, 0.2);
}

/**
 * `color` hsla(198, 100%, 45%, 0.1)-10 color utility.
 */
.color-blue-10 {
  color: hsla(198, 100%, 45%, 0.1);
}

/**
 * `background-color` hsla(198, 100%, 45%, 0.1)-10 color utility.
 */
.background-color-blue-10 {
  background-color: hsla(198, 100%, 45%, 0.1);
}

/**
 * `color` hsl(234, 11%, 51%)-100 color utility.
 */
.color-marine-100 {
  color: hsl(234, 11%, 51%);
}

/**
 * `background-color` hsl(234, 11%, 51%)-100 color utility.
 */
.background-color-marine-100 {
  background-color: hsl(234, 11%, 51%);
}

/**
 * `color` hsla(234, 11%, 51%, 0.9)-90 color utility.
 */
.color-marine-90 {
  color: hsla(234, 11%, 51%, 0.9);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.9)-90 color utility.
 */
.background-color-marine-90 {
  background-color: hsla(234, 11%, 51%, 0.9);
}

/**
 * `color` hsla(234, 11%, 51%, 0.8)-80 color utility.
 */
.color-marine-80 {
  color: hsla(234, 11%, 51%, 0.8);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.8)-80 color utility.
 */
.background-color-marine-80 {
  background-color: hsla(234, 11%, 51%, 0.8);
}

/**
 * `color` hsla(234, 11%, 51%, 0.7)-70 color utility.
 */
.color-marine-70 {
  color: hsla(234, 11%, 51%, 0.7);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.7)-70 color utility.
 */
.background-color-marine-70 {
  background-color: hsla(234, 11%, 51%, 0.7);
}

/**
 * `color` hsla(234, 11%, 51%, 0.6)-60 color utility.
 */
.color-marine-60 {
  color: hsla(234, 11%, 51%, 0.6);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.6)-60 color utility.
 */
.background-color-marine-60 {
  background-color: hsla(234, 11%, 51%, 0.6);
}

/**
 * `color` hsla(234, 11%, 51%, 0.5)-50 color utility.
 */
.color-marine-50 {
  color: hsla(234, 11%, 51%, 0.5);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.5)-50 color utility.
 */
.background-color-marine-50 {
  background-color: hsla(234, 11%, 51%, 0.5);
}

/**
 * `color` hsla(234, 11%, 51%, 0.4)-40 color utility.
 */
.color-marine-40 {
  color: hsla(234, 11%, 51%, 0.4);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.4)-40 color utility.
 */
.background-color-marine-40 {
  background-color: hsla(234, 11%, 51%, 0.4);
}

/**
 * `color` hsla(234, 11%, 51%, 0.3)-30 color utility.
 */
.color-marine-30 {
  color: hsla(234, 11%, 51%, 0.3);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.3)-30 color utility.
 */
.background-color-marine-30 {
  background-color: hsla(234, 11%, 51%, 0.3);
}

/**
 * `color` hsla(234, 11%, 51%, 0.2)-20 color utility.
 */
.color-marine-20 {
  color: hsla(234, 11%, 51%, 0.2);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.2)-20 color utility.
 */
.background-color-marine-20 {
  background-color: hsla(234, 11%, 51%, 0.2);
}

/**
 * `color` hsla(234, 11%, 51%, 0.1)-10 color utility.
 */
.color-marine-10 {
  color: hsla(234, 11%, 51%, 0.1);
}

/**
 * `background-color` hsla(234, 11%, 51%, 0.1)-10 color utility.
 */
.background-color-marine-10 {
  background-color: hsla(234, 11%, 51%, 0.1);
}

/**
 * `color` hsl(233, 27%, 88%)-100 color utility.
 */
.color-clay-100 {
  color: hsl(233, 27%, 88%);
}

/**
 * `background-color` hsl(233, 27%, 88%)-100 color utility.
 */
.background-color-clay-100 {
  background-color: hsl(233, 27%, 88%);
}

/**
 * `color` hsla(233, 27%, 88%, 0.9)-90 color utility.
 */
.color-clay-90 {
  color: hsla(233, 27%, 88%, 0.9);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.9)-90 color utility.
 */
.background-color-clay-90 {
  background-color: hsla(233, 27%, 88%, 0.9);
}

/**
 * `color` hsla(233, 27%, 88%, 0.8)-80 color utility.
 */
.color-clay-80 {
  color: hsla(233, 27%, 88%, 0.8);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.8)-80 color utility.
 */
.background-color-clay-80 {
  background-color: hsla(233, 27%, 88%, 0.8);
}

/**
 * `color` hsla(233, 27%, 88%, 0.7)-70 color utility.
 */
.color-clay-70 {
  color: hsla(233, 27%, 88%, 0.7);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.7)-70 color utility.
 */
.background-color-clay-70 {
  background-color: hsla(233, 27%, 88%, 0.7);
}

/**
 * `color` hsla(233, 27%, 88%, 0.6)-60 color utility.
 */
.color-clay-60 {
  color: hsla(233, 27%, 88%, 0.6);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.6)-60 color utility.
 */
.background-color-clay-60 {
  background-color: hsla(233, 27%, 88%, 0.6);
}

/**
 * `color` hsla(233, 27%, 88%, 0.5)-50 color utility.
 */
.color-clay-50 {
  color: hsla(233, 27%, 88%, 0.5);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.5)-50 color utility.
 */
.background-color-clay-50 {
  background-color: hsla(233, 27%, 88%, 0.5);
}

/**
 * `color` hsla(233, 27%, 88%, 0.4)-40 color utility.
 */
.color-clay-40 {
  color: hsla(233, 27%, 88%, 0.4);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.4)-40 color utility.
 */
.background-color-clay-40 {
  background-color: hsla(233, 27%, 88%, 0.4);
}

/**
 * `color` hsla(233, 27%, 88%, 0.3)-30 color utility.
 */
.color-clay-30 {
  color: hsla(233, 27%, 88%, 0.3);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.3)-30 color utility.
 */
.background-color-clay-30 {
  background-color: hsla(233, 27%, 88%, 0.3);
}

/**
 * `color` hsla(233, 27%, 88%, 0.2)-20 color utility.
 */
.color-clay-20 {
  color: hsla(233, 27%, 88%, 0.2);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.2)-20 color utility.
 */
.background-color-clay-20 {
  background-color: hsla(233, 27%, 88%, 0.2);
}

/**
 * `color` hsla(233, 27%, 88%, 0.1)-10 color utility.
 */
.color-clay-10 {
  color: hsla(233, 27%, 88%, 0.1);
}

/**
 * `background-color` hsla(233, 27%, 88%, 0.1)-10 color utility.
 */
.background-color-clay-10 {
  background-color: hsla(233, 27%, 88%, 0.1);
}

/**
 * `color` hsl(0, 0%, 94%)-100 color utility.
 */
.color-gray-100 {
  color: hsl(0, 0%, 94%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Components.
 */
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  background: hsl(0, 0%, 100%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
  pointer-events: none;
}
.navigation.is-active {
  opacity: 1;
  pointer-events: all;
}
.navigation::-webkit-scrollbar {
  display: none;
}
.navigation .wrapper {
  height: 100%;
}

.navigation__head-menu {
  display: flex;
  align-items: center;
}

.navigation__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  margin-bottom: 48px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .navigation__head {
    height: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .navigation__head {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.navigation__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(230, 50%, 98%);
  transition: all 800ms ease;
}
.navigation__head.is-active::after {
  width: 100%;
}

.navigation__close {
  padding: 20px;
  margin-right: -20px;
  margin-left: 40px;
}
.navigation__close svg {
  width: 33px;
  height: 33px;
  fill: hsl(233, 47%, 17%);
}

/**
 * Main menu.
 */
.navigation__menu {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 138px;
  overflow: hidden;
  gap: 56px 0;
}
@media only screen and (max-width: 1199px) {
  .navigation__menu {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .navigation__menu {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 599px) {
  .navigation__menu {
    margin-bottom: 48px;
  }
}

.navigation__menu-column {
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .navigation__menu-column {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .navigation__menu-column {
    width: 100%;
  }
}

.navigation__menu-title {
  margin-bottom: 32px;
  color: hsl(233, 47%, 17%);
}

.navigation__submenu {
  gap: 24px;
  flex-direction: column;
}

.navigation__submenu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  width: fit-content;
}
.navigation__submenu-item:hover {
  transition: all 300ms ease;
  color: hsl(198, 100%, 45%);
}
.navigation__submenu-item span {
  background-color: hsl(230, 50%, 98%);
  width: 15px;
  height: 15px;
  color: hsl(198, 100%, 45%);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -20px;
}

/**
 * Navigation bottom.
 */
.navigation__cta {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .navigation__cta {
    flex-wrap: wrap;
  }
}

.navigation__cta-column {
  max-width: calc(25% - 48px);
  width: fit-content;
  height: 100%;
  align-items: flex-end;
}
@media only screen and (max-width: 599px) {
  .navigation__cta-column {
    width: 100%;
  }
}
.navigation__cta-column.is-title {
  min-width: 265px;
}
@media only screen and (max-width: 899px) {
  .navigation__cta-column.is-title {
    min-width: 232px;
    max-width: 232px;
  }
}
.navigation__cta-column.is-download {
  min-width: 310px;
}
@media only screen and (max-width: 1199px) {
  .navigation__cta-column.is-download {
    order: 2;
  }
}
@media only screen and (max-width: 599px) {
  .navigation__cta-column.is-download {
    order: 3;
  }
}
.navigation__cta-column.navigation__cta-column-wrap {
  max-width: none;
  gap: 0;
}
@media only screen and (max-width: 1199px) {
  .navigation__cta-column.navigation__cta-column-wrap {
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .navigation__cta-column.navigation__cta-column-wrap {
    gap: 32px;
    order: 2;
    flex-direction: row;
  }
}

.navigation__cta-profile {
  gap: 16px;
  align-items: center;
  max-width: 50%;
}
@media only screen and (max-width: 599px) {
  .navigation__cta-profile {
    width: 100%;
    max-width: none;
  }
}

.navigation__cta-contact {
  max-width: 50%;
}
@media only screen and (max-width: 599px) {
  .navigation__cta-contact {
    width: 100%;
    max-width: none;
  }
}

.navigation__cta-photo {
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.navigation__cta-profile-text {
  align-items: center;
  justify-content: flex-start;
}

.navigation__cta-name {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: hsl(233, 47%, 17%);
}

.navigation__cta-function {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  width: 100%;
  color: hsl(233, 47%, 17%);
}

.navigation__cta-phone {
  color: hsl(233, 47%, 17%);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 160%;
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .navigation__cta-phone:hover {
    color: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .navigation__cta-phone:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
.navigation__cta-phone svg {
  transition: all 300ms ease;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
  fill: hsl(233, 47%, 17%);
}

.navigation__cta-email {
  color: hsl(233, 47%, 17%);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .navigation__cta-email:hover {
    color: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .navigation__cta-email:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
.navigation__cta-email svg {
  transition: all 300ms ease;
  width: 16px;
  height: 12px;
  min-width: 16px;
  margin-right: 5px;
  fill: hsl(233, 47%, 17%);
}

.navigation__cta-download {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: hsl(198, 100%, 45%);
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  transition: all 300ms ease;
  background-color: hsl(230, 50%, 98%);
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .navigation__cta-download {
    width: 100%;
  }
}
.navigation__cta-download svg {
  transition: all 300ms ease;
  fill: hsl(198, 100%, 45%);
}
.navigation__cta-download svg:first-of-type {
  width: 38px;
  height: 33.778px;
}
.navigation__cta-download svg:last-of-type {
  width: 11px;
  height: 10px;
}
@media only screen and (min-width: 900px) {
  .navigation__cta-download:hover {
    color: hsl(233, 47%, 17%);
  }
}
@media only screen and (min-width: 900px) {
  .navigation__cta-download:hover svg {
    fill: hsl(233, 47%, 17%);
  }
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 998;
  opacity: 0;
}
.header.is-scrolling {
  pointer-events: none;
}
.header.is-scrolling .header__logo {
  opacity: 0;
}
.header.is-scrolling .header__link {
  opacity: 0;
}
.header.is-scrolling .header__phone {
  opacity: 0;
}
.header .wrapper {
  height: 130px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .header .wrapper {
    height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.is-dark .header__link {
    color: hsl(233, 47%, 17%);
  }
  .header.is-dark .header__link svg {
    fill: hsl(233, 47%, 17%);
  }
  .header.is-dark .header__phone svg path {
    fill: hsl(233, 47%, 17%);
  }
  .header.is-dark .header__menu-button g:first-of-type {
    stroke: hsl(233, 47%, 17%);
  }
  .header.is-dark .header__menu-button g:last-of-type {
    stroke: hsl(198, 100%, 45%);
  }
}
.header.is-darker .header__link {
  color: hsl(233, 47%, 17%);
}
.header.is-darker .header__link svg {
  fill: hsl(233, 47%, 17%);
}
.header.is-darker .header__phone svg path {
  fill: hsl(233, 47%, 17%);
}
.header.is-darker .header__menu-button g:first-of-type {
  stroke: hsl(233, 47%, 17%);
}
.header.is-darker .header__menu-button g:last-of-type {
  stroke: hsl(198, 100%, 45%);
}

.header__logo {
  height: 65px;
  width: auto;
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    height: 41px;
  }
}
.header__logo img {
  height: 65px;
}
@media only screen and (max-width: 899px) {
  .header__logo img {
    height: 41px;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  pointer-events: all;
}

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

.header__link {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: hsl(0, 0%, 100%);
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .header__link {
    display: none;
  }
}
.header__link svg {
  transition: all 300ms ease;
  fill: hsl(0, 0%, 100%);
}
.header__link svg:first-of-type {
  width: 20px;
  height: 17.778px;
}
.header__link svg:last-of-type {
  width: 11px;
  height: 10px;
}
@media only screen and (min-width: 900px) {
  .header__link:hover {
    color: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .header__link:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .header__link:hover svg:last-of-type {
    margin-left: 5px;
  }
}

.header__phone {
  padding: 16px;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}
.header__phone svg {
  width: 22px;
  height: 22px;
  fill: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .header__phone svg path {
    fill: hsl(233, 47%, 17%);
  }
}
@media only screen and (min-width: 900px) {
  .header__phone:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}

.header__menu-button {
  margin-right: -20px;
  margin-left: 32px;
}
@media only screen and (max-width: 899px) {
  .header__menu-button {
    margin-left: 16px;
  }
}
.header__menu-button svg {
  height: 52px;
  width: auto;
  stroke: hsl(0, 0%, 100%);
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .header__menu-button svg g:first-of-type {
    stroke: hsl(233, 47%, 17%);
  }
  .header__menu-button svg g:last-of-type {
    stroke: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .header__menu-button:hover svg {
    stroke: hsl(198, 100%, 45%);
  }
}

.footer {
  overflow: hidden;
  background-color: hsl(230, 50%, 98%);
  padding-top: 120px;
}
@media only screen and (max-width: 899px) {
  .footer {
    padding: 56px 0 0;
  }
}
.footer .wrapper {
  justify-content: space-between;
  gap: 48px 120px;
}
@media only screen and (max-width: 1199px) {
  .footer .wrapper {
    gap: 48px 120px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .wrapper {
    flex-wrap: wrap;
    gap: 32px 120px;
  }
}

.footer__columns {
  justify-content: space-between;
  padding-bottom: 112px;
  width: 100%;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .footer__columns {
    padding-bottom: 56px;
    flex-wrap: wrap;
  }
}

.footer__text {
  font-size: 14px;
  line-height: 160%;
  opacity: 0;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 899px) {
  .footer__text {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.footer__text p {
  max-width: 178px;
  font-size: 14px;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
}

.footer__logo {
  display: block;
  height: 60px;
  width: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    margin-top: 0;
  }
}
.footer__logo img {
  height: 60px;
  width: auto;
}

.footer__column {
  opacity: 0;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .footer__column {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .footer__column {
    width: 100%;
  }
}

.footer__column-title {
  margin-bottom: 32px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 899px) {
  .footer__column-title {
    margin-bottom: 12px;
  }
}

.footer__column-editor {
  font-size: 16px;
  line-height: 160%;
  color: hsl(235, 11%, 39%);
}
.footer__column-editor p {
  font-size: 16px;
  line-height: 160%;
  color: hsl(235, 11%, 39%);
}
.footer__column-editor p:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 899px) {
  .footer__column-editor p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.footer__column-editor a {
  color: hsl(235, 11%, 39%);
  text-decoration: none;
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .footer__column-editor a:hover {
    color: hsl(198, 100%, 45%);
  }
}
.footer__column-editor ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 899px) {
  .footer__column-editor ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.footer__legal-links {
  display: flex;
  align-items: center;
}

.footer__legal-link {
  opacity: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  height: 15px;
  color: hsl(233, 47%, 17%);
}
.footer__legal-link:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid hsl(235, 11%, 39%);
}
.footer__legal-link:not(:first-child) {
  padding-left: 16px;
}

.footer__copyright {
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  color: hsl(233, 47%, 17%);
}

.footer__social {
  gap: 16px;
}
.footer__social a {
  opacity: 0;
}
@media only screen and (min-width: 900px) {
  .footer__social a:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
.footer__social a svg {
  transition: all 300ms ease;
  width: 24px;
  height: 24px;
  fill: hsl(233, 47%, 17%);
}

.footer__bottom {
  border-top: 1px solid hsl(233, 27%, 88%);
}
.footer__bottom .wrapper {
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  align-items: center;
}

.footer__bottom-wrapper {
  flex-wrap: wrap;
  gap: 24px 64px;
}

.newsletter {
  border-top: 1px solid hsl(233, 27%, 88%);
  position: relative;
  padding: 64px 0;
}
.newsletter .wrapper {
  align-items: center;
  justify-content: space-between;
  gap: 36px 0;
}
@media only screen and (max-width: 899px) {
  .newsletter .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.newsletter__title {
  max-width: 334px;
}
.newsletter__title span:last-of-type {
  position: relative;
}
.newsletter__title span:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 7.5px;
  right: -11.5px;
  width: 7.5px;
  height: 7.5px;
  background: hsl(198, 100%, 45%);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  .newsletter__title span:last-of-type::after {
    bottom: 4px;
    right: -5.5px;
    width: 4px;
    height: 4px;
  }
}

.newsletter__form form {
  min-width: 283px;
  display: flex;
  gap: 56px;
  align-items: flex-end;
}
@media only screen and (max-width: 899px) {
  .newsletter__form form {
    gap: 32px;
    flex-wrap: wrap;
    min-width: 400px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter__form form {
    min-width: 283px;
  }
}
@media only screen and (max-width: 899px) {
  .newsletter__form form .gform-body {
    width: 100%;
  }
}
.newsletter__form .gfield {
  margin-bottom: 0;
}

.js-newsletter-animation {
  opacity: 0;
}

.case-item {
  overflow: visible !important;
}

.case-item__image-wrap {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .case-item__image-wrap {
    width: 100%;
    height: 483px;
  }
}
@media only screen and (max-width: 599px) {
  .case-item__image-wrap {
    width: 100%;
    height: 339px;
  }
}
.case-item__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-item__image {
  width: 100%;
  height: 100%;
}

.case-item__content {
  width: 50%;
  padding: 96px 140px 96px 120px;
}
@media only screen and (max-width: 1199px) {
  .case-item__content {
    padding: 72px 80px 72px 120px;
  }
}
@media only screen and (max-width: 899px) {
  .case-item__content {
    padding: 56px 56px 72px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .case-item__content {
    padding: 56px 32px;
  }
}

.case-item__logo {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .case-item__logo {
    margin-bottom: 24px;
  }
}
.case-item__logo img {
  height: 31px;
  width: auto;
}

.case-item__title {
  margin-bottom: 32px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 1199px) {
  .case-item__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .case-item__title {
    margin-bottom: 12px;
  }
}

.case-item__subtitle {
  margin-bottom: 24px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .case-item__subtitle {
    margin-bottom: 12px;
  }
}

.case-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .case-item__text {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 899px) {
  .case-item__text {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .case-item__text {
    margin-bottom: 16px;
  }
}
.case-item__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .case-item__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.case-item__usps {
  width: 100%;
  gap: 8px;
}

.case-item__usp {
  padding: 8px;
  width: 100%;
  border-bottom: 1px solid hsl(234, 11%, 51%);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .case-item__usp {
    font-size: 14px;
  }
}
.case-item__usp svg {
  width: 9.024px;
  height: 7.822px;
  fill: hsl(198, 100%, 45%);
}

.case-item__footer {
  margin-top: 48px;
  gap: 16px 48px;
}
@media only screen and (max-width: 599px) {
  .case-item__footer {
    margin-top: 24px;
  }
}

.js-case-latest-item-animation {
  opacity: 0;
}

.case-latest {
  position: relative;
  overflow: hidden;
  background-color: hsl(230, 50%, 98%);
}
.case-latest:hover .case-latest__pagination {
  opacity: 1;
}

.case-latest__wrap {
  width: calc(100% + 240px) !important;
  margin-right: -120px;
  margin-left: -120px;
}
@media only screen and (max-width: 899px) {
  .case-latest__wrap {
    width: calc(100% + 114px) !important;
    margin-right: -56px;
    margin-left: -56px;
  }
}
@media only screen and (max-width: 599px) {
  .case-latest__wrap {
    width: calc(100% + 64px) !important;
    margin-right: -32px;
    margin-left: -32px;
  }
}

.case-latest__pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  top: calc(50% - 22.5px);
  left: calc(50% - 22.5px);
  background-color: hsl(0, 0%, 100%);
  opacity: 0;
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .case-latest__pagination {
    bottom: 460.5px;
    right: 56px;
    top: auto;
    left: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 599px) {
  .case-latest__pagination {
    bottom: 316.5px;
    right: 32px;
  }
}
.case-latest__pagination svg {
  width: 15px;
  height: 13px;
  fill: hsl(198, 100%, 45%);
}

.case-list-item {
  background-color: hsl(230, 50%, 98%);
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .case-list-item a {
    flex-direction: row-reverse;
  }
}

.case-list-item__image-wrap {
  width: 45%;
}
@media only screen and (max-width: 899px) {
  .case-list-item__image-wrap {
    width: 100%;
    height: 396px;
  }
}
@media only screen and (max-width: 599px) {
  .case-list-item__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.71;
  }
}
.case-list-item__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-list-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-list-item__content {
  width: 55%;
  padding: 96px 110px 96px 64px;
}
@media only screen and (max-width: 1199px) {
  .case-list-item__content {
    padding: 48px 56px;
  }
}
@media only screen and (max-width: 899px) {
  .case-list-item__content {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .case-list-item__content {
    padding: 24px;
  }
}

.case-list-item__logo {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .case-list-item__logo {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .case-list-item__logo {
    display: none;
  }
}
.case-list-item__logo img {
  height: 31px;
  width: auto;
}

.case-list-item__title {
  margin-bottom: 24px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 1199px) {
  .case-list-item__title {
    margin-bottom: 16px;
  }
}

.case-list-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .case-list-item__text {
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 599px) {
  .case-list-item__text {
    margin-bottom: 16px;
  }
}
.case-list-item__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .case-list-item__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.case-list-item__usps {
  width: 100%;
  gap: 8px;
}

.case-list-item__usp {
  padding: 8px;
  width: 100%;
  border-bottom: 1px solid hsl(234, 11%, 51%);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .case-list-item__usp {
    font-size: 14px;
  }
}
.case-list-item__usp svg {
  width: 9.024px;
  height: 7.822px;
  fill: hsl(198, 100%, 45%);
}

.case-list-item__more {
  margin-top: 48px;
}
@media only screen and (max-width: 1199px) {
  .case-list-item__more {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .case-list-item__more {
    margin-top: 12px;
  }
}

.js-case-list-item-animation {
  opacity: 0;
}

.case-list {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
}
@media only screen and (max-width: 1199px) {
  .case-list {
    padding: 72px 0 64px;
  }
}
@media only screen and (max-width: 899px) {
  .case-list {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 899px) {
  .case-list {
    padding: 56px 0 40px;
  }
}

.case-list__wrap {
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .case-list__wrap {
    gap: 56px;
  }
}
@media only screen and (max-width: 599px) {
  .case-list__wrap {
    gap: 48px;
  }
}

.case-single__back {
  width: fit-content;
}
.case-single__back svg {
  transition: all 300ms ease;
  margin-right: 32px;
  margin-left: 0 !important;
  fill: hsl(0, 0%, 100%);
  width: 9px;
  height: 8px;
  transform: rotate(180deg);
}

.case-logos {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
}
@media only screen and (max-width: 1199px) {
  .case-logos {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 899px) {
  .case-logos {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 599px) {
  .case-logos {
    padding: 32px 0;
  }
}

.case-logos__wrap {
  width: 100%;
  gap: 0 32px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .case-logos__wrap {
    gap: 0;
  }
}
@media only screen and (max-width: 899px) {
  .case-logos__wrap .button {
    display: none;
  }
}

.case-logos__logo {
  height: 43px;
  width: auto;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  mask-mode: alpha;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-color: hsl(198, 100%, 45%);
  max-width: 110px;
}
@media only screen and (max-width: 899px) {
  .case-logos__logo {
    max-width: 60px;
    height: 26.49px;
  }
}
.case-logos__logo img {
  width: auto;
  max-width: 110px;
  height: 43px;
  object-fit: contain;
  opacity: 0;
}
@media only screen and (max-width: 899px) {
  .case-logos__logo img {
    height: 26.49px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .case-logos__logo:hover {
    background-blend-mode: normal;
    transition: all 300ms ease;
  }
}

.js-case-logos-animation {
  opacity: 0;
}

.insight-latest {
  padding: 52px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .insight-latest {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .insight-latest {
    padding: 64px 0;
  }
}
@media only screen and (max-width: 599px) {
  .insight-latest {
    padding: 64px 0;
  }
}

.insight-latest__wrap {
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .insight-latest__wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 899px) {
  .insight-latest__wrap .insight-item {
    display: none;
  }
}
@media only screen and (max-width: 899px) and (max-width: 899px) {
  .insight-latest__wrap .insight-item {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .insight-latest__wrap .insight-item:first-of-type {
    display: block;
  }
}

.insight-latest__head {
  justify-content: space-between;
  margin-bottom: 32px;
}

.insight-item {
  width: calc(50% - 20px);
  background-color: hsl(230, 50%, 98%);
}
@media only screen and (max-width: 1199px) {
  .insight-item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .insight-item {
    width: 100%;
  }
}
.insight-item > a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}

.insight-item__image {
  width: 100%;
  height: 269px;
}
.insight-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-item__body {
  padding: 32px 48px;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .insight-item__body {
    padding: 32px 24px;
    gap: 16px;
  }
}

.insight-item__footer {
  padding: 32px 48px;
  margin-top: auto;
}
@media only screen and (max-width: 599px) {
  .insight-item__footer {
    padding: 32px 24px;
  }
}

.insight-item__head {
  gap: 16px;
}

.insight-item__tags {
  gap: 12px;
  overflow: hidden;
  width: 100%;
}

.insight-item__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.insight-item__teaser {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .insight-item__teaser {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
  }
}
.insight-item__teaser p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .insight-item__teaser p {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
  }
}

.insight-item__footer {
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.insight-item__subtitle {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  gap: 8px;
}
.insight-item__subtitle svg {
  width: 19px;
  height: 5px;
  fill: #D9DBE9;
}

.insight-item__tag {
  padding: 4px 12px;
  border: 1px solid hsl(233, 27%, 88%);
  color: hsl(234, 11%, 51%);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  min-width: fit-content;
}

.insight-item__minutes {
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  padding: 0 0 0 24px;
}

.js-insights-item-animation {
  opacity: 0;
}

.insights {
  padding: 52px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .insights {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 599px) {
  .insights {
    padding: 56px 0;
  }
}

.insight-list__wrap {
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .insight-list__wrap {
    gap: 32px;
  }
}

.vacancy-latest {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest {
    padding: 56px 0;
  }
}
.vacancy-latest .wrapper {
  gap: 64px;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest .wrapper {
    gap: 56px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest .wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest .wrapper {
    gap: 32px;
  }
}

.vacancy-latest__body {
  width: calc(100% - 32px);
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__body {
    width: calc(100% - 28px);
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__body {
    width: 100%;
  }
}

.vacancy-latest__title {
  margin-bottom: 32px;
}

.vacancy-latest__editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.vacancy-latest__editor p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.vacancy-latest__wrap {
  margin-top: 56px;
  padding-right: 32px;
  position: relative;
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__wrap {
    margin-top: 32px;
    padding-right: 0;
    gap: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__wrap {
    gap: 32px;
  }
}

.vacancy-latest__item {
  position: relative;
  padding: 16px 0;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid hsl(234, 11%, 51%);
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__item {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__item {
    gap: 8px;
  }
}
.vacancy-latest__item:hover .vacancy-latest__item-title {
  color: hsl(233, 47%, 17%);
}

.vacancy-latest__item-title {
  transition: all 300ms ease;
  color: hsl(234, 11%, 51%);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
  }
}

.vacancy-latest__item-employment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0 8px;
  color: hsl(233, 27%, 88%);
  border: 1px solid hsl(233, 27%, 88%);
}

.vacancy-latest__images-wrap {
  margin-right: -120px;
  width: calc(100% + 56px);
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__images-wrap {
    margin-right: 0;
    width: 100%;
  }
}

.vacancy-latest__row {
  width: calc(50% - 16px);
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__row {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:first-of-type {
    height: calc(100% - 198px);
    width: calc(200% + 32px);
  }
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:last-of-type {
    width: 100%;
    height: 166px;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:first-of-type {
    height: 229px;
    width: 100%;
  }
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:last-of-type {
    width: 205px;
    height: 166px;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:first-of-type {
    height: 198px;
    width: 100%;
  }
  .vacancy-latest__row.vacancy-latest__row--first .vacancy-latest__image:last-of-type {
    display: none;
  }
}
.vacancy-latest__row.vacancy-latest__row--second .vacancy-latest__image {
  height: calc(100% - 90px);
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__row.vacancy-latest__row--second .vacancy-latest__image {
    height: 0;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__row.vacancy-latest__row--second .vacancy-latest__image {
    height: 229px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__row.vacancy-latest__row--second .vacancy-latest__image {
    display: none;
  }
}

.vacancy-latest__image {
  height: calc(50% - 16px);
}
.vacancy-latest__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacancy-latest__images {
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}

.vacancy-latest__more {
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .vacancy-latest__more {
    height: 166px;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 899px) {
  .vacancy-latest__more {
    width: calc(200% - 237px);
    margin-left: calc(-100% + 205px);
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-latest__more {
    width: auto;
    margin-left: 0;
    height: fit-content;
  }
}

.js-vacancy-list-animation {
  opacity: 0;
}

.vacancy-item {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 599px) {
  .vacancy-item {
    width: 100%;
  }
}
.vacancy-item a {
  display: block;
  background-color: hsl(230, 50%, 98%);
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .vacancy-item a:hover {
    background-color: hsl(233, 27%, 88%);
  }
  .vacancy-item a:hover .vacancy-item__subtitle svg {
    fill: hsl(0, 0%, 100%);
  }
}

.vacancy-item__image {
  height: 297px;
  width: 100%;
}
.vacancy-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacancy-item__body {
  padding: 40px 48px;
}
@media only screen and (max-width: 899px) {
  .vacancy-item__body {
    padding: 32px;
  }
}

.vacancy-item__subtitle {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  gap: 8px;
  margin-bottom: 4px;
  color: hsl(233, 47%, 17%);
}
.vacancy-item__subtitle svg {
  transition: all 300ms ease;
  width: 19px;
  height: 5px;
  fill: #D9DBE9;
}

.vacancy-item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 899px) {
  .vacancy-item__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.vacancy-list {
  padding: 52px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .vacancy-list {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 599px) {
  .vacancy-list {
    padding: 56px 0;
  }
}

.vacancy-list__wrap {
  width: 100%;
  gap: 32px;
}

body.home .columns__item {
  width: 50%;
  justify-content: flex-end;
  flex-direction: column;
  align-self: stretch;
}
@media only screen and (max-width: 1199px) {
  body.home .columns__item {
    width: 100%;
  }
}
body.home .columns__item:nth-child(even) {
  padding: 0 0 0 0 !important;
}
@media only screen and (max-width: 1199px) {
  body.home .columns__item:nth-child(even) {
    padding: 0;
    margin-top: 40px;
  }
}
body.home .columns__item:nth-child(even) .columns__image {
  margin-left: -115px;
}
@media only screen and (max-width: 1199px) {
  body.home .columns__item:nth-child(even) .columns__image {
    margin-left: 0;
  }
}

.columns {
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  padding: 52px 0;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .columns {
    padding: 72px 0;
  }
  .columns:has(.columns__image) .columns__item {
    width: 50% !important;
  }
  .columns:has(.columns__image) .columns__item:nth-child(even) {
    padding: 0 0 0 28px;
  }
  .columns:has(.columns__image) .columns__item:nth-child(odd) {
    padding: 0 28px 0 0;
  }
}
.columns:has(.columns__image) .wrapper {
  gap: 56px 0;
}
@media only screen and (max-width: 599px) {
  .columns {
    padding: 32px 0;
  }
  .columns:has(.columns__image) .wrapper {
    gap: 32px 0;
  }
}
.columns.columns--background-grey {
  background-color: hsl(230, 50%, 98%);
}
@media only screen and (max-width: 899px) {
  .columns.rotate-mobile .wrapper {
    flex-direction: column-reverse;
  }
  .columns.rotate-mobile .wrapper .columns__item:nth-child(even) {
    margin-top: 0;
  }
  .columns.rotate-mobile .wrapper .columns__item:nth-child(odd) {
    margin-top: 40px;
  }
}
.columns.width-55-45 .columns__item {
  width: 55%;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .columns.width-55-45 .columns__item {
    width: 50%;
    padding: 0 28px 0 0;
  }
}
@media only screen and (max-width: 899px) {
  .columns.width-55-45 .columns__item {
    width: 100%;
  }
}
.columns.width-55-45 .columns__item:last-of-type {
  width: 45%;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .columns.width-55-45 .columns__item:last-of-type {
    width: 50%;
    padding: 0 0 0 28px;
  }
}
@media only screen and (max-width: 899px) {
  .columns.width-55-45 .columns__item:last-of-type {
    width: 100%;
  }
}
.columns.width-55-45 .columns__item .columns__title {
  max-width: none;
}
.columns.width-55-45 .columns__item .columns__editor {
  max-width: none;
}
.columns.width-55-45 .columns__item {
  width: 60%;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .columns.width-55-45 .columns__item {
    width: 50%;
    padding: 0 28px 0 0;
  }
}
@media only screen and (max-width: 899px) {
  .columns.width-55-45 .columns__item {
    width: 100%;
  }
}
.columns.width-55-45 .columns__item:last-of-type {
  width: 40%;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .columns.width-55-45 .columns__item:last-of-type {
    width: 50%;
    padding: 0 0 0 28px;
  }
}
@media only screen and (max-width: 899px) {
  .columns.width-55-45 .columns__item:last-of-type {
    width: 100%;
  }
}
.columns.width-55-45 .columns__item .columns__title {
  max-width: none;
}
.columns.width-55-45 .columns__item .columns__editor {
  max-width: none;
}
.columns .wrapper {
  align-items: flex-end;
}

.columns__item {
  width: 50%;
  justify-content: flex-end;
  flex-direction: column;
  align-self: stretch;
}
@media only screen and (max-width: 1199px) {
  .columns__item {
    width: 100%;
  }
}
.columns__item:nth-child(even) {
  padding: 0 0 0 115px;
}
@media only screen and (max-width: 1199px) {
  .columns__item:nth-child(even) {
    padding: 0;
    margin-top: 40px;
  }
}
.columns__item:nth-child(even) .columns__image {
  margin-left: -115px;
}
@media only screen and (max-width: 1199px) {
  .columns__item:nth-child(even) .columns__image {
    margin-left: 0;
  }
}
.columns__item:nth-child(odd) {
  padding: 0 115px 0 0;
}
@media only screen and (max-width: 1199px) {
  .columns__item:nth-child(odd) {
    padding: 0;
  }
}
.columns__item:nth-child(odd) .columns__image {
  margin-right: -115px;
}
@media only screen and (max-width: 1199px) {
  .columns__item:nth-child(odd) .columns__image {
    margin-left: 0;
  }
}
.columns__item.columns__item--alignment-top {
  justify-content: flex-start;
}
.columns__item.columns__item--alignment-bottom {
  justify-content: flex-end;
}
.columns__item.columns__item--alignment-middle {
  justify-content: center;
}

.columns__subtitle {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  gap: 8px;
  margin-bottom: 12px;
}
.columns__subtitle svg {
  width: 19px;
  height: 5px;
  fill: #D9DBE9;
}

.columns__title {
  margin-bottom: 12px;
  max-width: 520px;
}

.columns__image {
  width: calc(100% + 115px);
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .columns__image {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .columns__image {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .columns__image {
    height: auto;
    width: 100%;
    aspect-ratio: 1/0.62;
  }
}
.columns__image.has-orginal-size img {
  object-fit: contain;
}
.columns__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.columns__editor {
  max-width: 650px;
  color: hsl(234, 11%, 51%);
}

.columns__buttons {
  margin-top: 40px;
  gap: 16px 32px;
}

.js-columns-animation {
  opacity: 0;
}

.columns__table-item {
  width: 100%;
  padding: 20px 0;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #757891;
  gap: 0 15px;
}
.columns__table-item:last-of-type {
  border-bottom: none;
}

.columns__table-label {
  width: fit-content;
  text-align: left;
}

.columns__table-value {
  width: fit-content;
  text-align: right;
}

.content-header {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .content-header {
    padding-top: 100px;
  }
}
.content-header.no-images {
  background: linear-gradient(254deg, rgba(235, 237, 243, 0.05) -2.19%, #FFF 24.26%, #FFF 53.27%, #F6F7FC 83.13%);
}
.content-header.no-images .content-header__body {
  padding: 227px 56px 80px 0;
}
@media only screen and (max-width: 1199px) {
  .content-header.no-images .content-header__body {
    padding: 96px 56px 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-header.no-images .content-header__body {
    padding: 72px 0 72px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header.no-images .content-header__body {
    padding: 52px 0 52px;
  }
}
.content-header .content-header__images {
  height: calc(100vh - 250px);
  min-height: 650px;
}
@media only screen and (max-width: 1199px) {
  .content-header .content-header__images {
    height: calc(100vh - 180px);
    min-height: 520px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header .content-header__images {
    height: 429px;
    min-height: 429px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header .content-header__images {
    height: 261px;
    min-height: 261px;
  }
}
.content-header .wrapper {
  align-items: flex-end;
  min-height: 529px;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .content-header .wrapper {
    min-height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header:not(.no-links) .content-header__body {
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header.no-links {
    padding-top: 130px;
    height: auto;
  }
}
.content-header.no-links .content-header__images {
  height: 734px;
  min-height: 734px;
}
@media only screen and (max-width: 1199px) {
  .content-header.no-links .content-header__images {
    height: 529px;
    min-height: 529px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header.no-links .content-header__images {
    height: 429px;
    min-height: 429px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header.no-links .content-header__images {
    height: 261px;
    min-height: 261px;
  }
}
.content-header.no-links.has-usps .content-header__images {
  height: calc(100vh - 186px);
}
@media only screen and (max-width: 1199px) {
  .content-header.no-links.has-usps .content-header__images {
    height: calc(100vh - 140px);
  }
}
@media only screen and (max-width: 899px) {
  .content-header.no-links.has-usps .content-header__images {
    height: 429px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header.no-links.has-usps .content-header__images {
    height: 261px;
  }
}
.content-header.align-center .wrapper {
  align-items: center;
  height: 100%;
  min-height: auto;
}
.content-header.align-center .content-header__body {
  display: flex;
  height: 734px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-header.align-center .content-header__body {
    height: 529px;
    padding: 96px 56px 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-header.align-center .content-header__body {
    height: auto;
    padding: 72px 0 72px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header.align-center .content-header__body {
    height: auto;
    padding: 52px 0 52px;
  }
}
.content-header.align-center .content-header__head {
  padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .content-header.align-center .content-header__head {
    padding-top: 0;
  }
}
.content-header.align-center .button--link {
  width: fit-content;
}
.content-header.align-center .button--link svg {
  margin-right: 40px;
  margin-left: 0;
}

.js-content-header-title-animation,
.js-content-header-animation {
  opacity: 0;
}

.content-header__body {
  padding: 96px 56px 80px 0;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .content-header__body {
    padding: 96px 56px 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__body {
    width: 100%;
    padding: 72px 0 72px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__body {
    padding: 52px 0 52px;
  }
}

.content-header__title {
  margin-bottom: 32px;
}
.content-header__title span {
  display: inline-block;
}
.content-header__title > span:not(:last-child) {
  margin-right: 15px;
}
.content-header__title > span::after {
  display: none;
}
.content-header__title span:last-of-type.has-no-em span:last-of-type::after {
  bottom: 3.5px !important;
  right: -1.5px !important;
}
@media only screen and (max-width: 899px) {
  .content-header__title span:last-of-type.has-no-em span:last-of-type::after {
    bottom: 1px !important;
    right: 9.5px !important;
  }
}
.content-header__title span:last-of-type em:last-of-type > span:last-of-type:after {
  display: block;
}
.content-header__title em > span::after {
  display: none;
}
.content-header__title em:last-of-type > span:last-of-type::after {
  bottom: 11.5px !important;
  right: -14.5px !important;
}
@media only screen and (max-width: 899px) {
  .content-header__title em:last-of-type > span:last-of-type::after {
    bottom: 9px !important;
    right: -8.5px !important;
  }
}

.content-header__editor, .columns__editor {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
  color: hsl(234, 11%, 51%);
}
@media only screen and (max-width: 1199px) {
  .content-header__editor, .columns__editor {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__editor, .columns__editor {
    margin-bottom: 24px;
  }
}
.content-header__editor p, .columns__editor p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .content-header__editor p, .columns__editor p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }
}

.content-header__wave {
  margin-bottom: 12px;
}
.content-header__wave svg {
  width: 64.594px;
  height: 16.89px;
  fill: hsl(198, 100%, 45%);
}
@media only screen and (max-width: 1199px) {
  .content-header__wave svg {
    width: 32px;
    height: 8px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__wave svg {
    display: none;
  }
}

.content-header__images-wrapper {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .content-header__images-wrapper {
    width: 100%;
    flex-direction: row-reverse;
  }
}

.content-header__images {
  width: calc(100% + 120px);
  margin-right: -120px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .content-header__images {
    margin-right: -96px;
    width: calc(100% + 96px);
  }
}
@media only screen and (max-width: 899px) {
  .content-header__images {
    margin: 0 -56px;
    width: calc(100% + 112px);
  }
}
@media only screen and (max-width: 599px) {
  .content-header__images {
    margin: 0 -32px;
    width: calc(100% + 64px);
  }
}
.content-header__images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-header__images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 61.41%, rgba(0, 0, 0, 0.35) 90%);
  z-index: 1;
  pointer-events: none;
}

.content-header__images-wrap {
  height: 100%;
}

.content-header__links {
  width: calc(100% + 120px);
  margin-right: -120px;
}
@media only screen and (max-width: 1199px) {
  .content-header__links {
    margin-right: -96px;
    width: calc(100% + 96px);
  }
}
@media only screen and (max-width: 899px) {
  .content-header__links {
    margin: 0 -56px;
    width: calc(100% + 112px);
  }
}
@media only screen and (max-width: 599px) {
  .content-header__links {
    margin: 0 -32px;
    width: calc(100% + 64px);
  }
}

.content-header__link-wrapper {
  padding: 40px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 50%;
  height: 250px;
  background-color: hsl(0, 0%, 94%);
}
@media only screen and (max-width: 1199px) {
  .content-header__link-wrapper {
    height: 180px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__link-wrapper {
    padding: 40px 56px;
    height: 175px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__link-wrapper {
    height: 126px;
    padding: 24px 32px;
  }
}
.content-header__link-wrapper:last-of-type {
  background-color: hsl(233, 27%, 88%);
}
.content-header__link-wrapper svg {
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .content-header__link-wrapper:hover {
    background-color: transparent;
  }
}
@media only screen and (min-width: 900px) {
  .content-header__link-wrapper:hover .content-header__link {
    background: transparent;
    color: hsl(234, 11%, 51%);
    border-bottom: 1px solid hsl(234, 11%, 51%);
  }
}
@media only screen and (min-width: 900px) {
  .content-header__link-wrapper:hover .content-header__link svg {
    margin-left: 104px;
    fill: hsl(234, 11%, 51%);
  }
}

.content-header__link {
  transition: all 300ms ease;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  .content-header__link {
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    width: 100%;
  }
  .content-header__link svg {
    margin-left: auto;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__link {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__link {
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-header__link:hover svg {
    margin-left: auto !important;
  }
}

.content-header__usps {
  padding: 72px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .content-header__usps {
    padding: 49px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__usps {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px 0;
    padding: 56px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__usps {
    gap: 12px 0;
    padding: 32px 0;
  }
}

.content-header__usp {
  padding: 8px 32px 8px 8px;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
  border-bottom: 1px solid hsl(234, 11%, 51%);
  transition: all 300ms ease;
  min-width: 175px;
  max-width: 175px;
}
@media only screen and (max-width: 899px) {
  .content-header__usp {
    margin-right: 64px;
  }
}
.content-header__usp svg {
  transition: all 300ms ease;
  width: 9.024px;
  height: 7.822px;
  fill: hsl(198, 100%, 45%);
  margin-right: 16px;
}

.content-header__button.button--link {
  color: hsl(198, 100%, 45%);
  border-bottom: 1px solid hsl(198, 100%, 45%);
}

.content-header__usp-title {
  white-space: nowrap;
  width: fit-content;
}

.content-header__logo {
  height: 31px;
  width: auto;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .content-header__logo {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__logo {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__logo {
    display: none;
  }
}
.content-header__logo img {
  width: auto;
  height: 31px;
  object-fit: contain;
}

.content-header__scroll {
  align-items: center;
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 1199px) {
  .content-header__scroll {
    display: none;
  }
}
.content-header__scroll svg {
  height: 53px;
  overflow: visible;
}
.content-header__scroll svg path:last-of-type {
  animation: moveDown 500ms infinite alternate;
}

@keyframes moveDown {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
.js-content-header-body-animation {
  opacity: 0;
}

.media {
  position: relative;
  padding: 52px 0;
}
@media only screen and (max-width: 1199px) {
  .media {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .media {
    padding: 56px 0;
  }
}

.media__title {
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .media__title {
    margin-bottom: 32px;
  }
}

.media__items {
  overflow: visible !important;
  height: 500px;
}
@media only screen and (max-width: 899px) {
  .media__items {
    height: 331.353px;
  }
}
@media only screen and (max-width: 599px) {
  .media__items {
    height: 200px;
  }
}
.media__items.media__items--1 {
  aspect-ratio: 16/9;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .media__items.media__items--1 {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 899px) {
  .media__items.media__items--1 {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 599px) {
  .media__items.media__items--1 {
    aspect-ratio: 16/9;
  }
}
.media__items.media__items--1 .media__item {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
  height: 100%;
}
.media__items.media__items--1 .media__item-body {
  padding: 72px 64px;
}
@media only screen and (max-width: 1199px) {
  .media__items.media__items--1 .media__item-body {
    padding: 72px 64px;
  }
}
@media only screen and (max-width: 899px) {
  .media__items.media__items--1 .media__item-body {
    padding: 40px 56px;
  }
}
.media__items.media__items--1 .media__item-title {
  display: block;
}
@media only screen and (max-width: 599px) {
  .media__items.media__items--1 .media__item-title {
    display: none;
  }
}
.media__items.media__items--1 .media__item-caption {
  display: block;
}
@media only screen and (max-width: 599px) {
  .media__items.media__items--1 .media__item-caption {
    display: none;
  }
}
.media__items.media__items--1 .media__item-video {
  position: relative;
  bottom: auto;
  right: auto;
}
@media only screen and (max-width: 599px) {
  .media__items.media__items--1 .media__item-video {
    position: absolute;
    bottom: calc(50% - 25px);
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .media__items.media__items--1 .media__item-video span {
    display: none;
  }
}

.media__item {
  min-width: 800px;
  max-width: 800px;
  min-height: 500px;
  max-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 899px) {
  .media__item {
    min-width: 530.165px;
    max-width: 530.165px;
    min-height: 331.353px;
    max-height: 331.353px;
  }
}
@media only screen and (max-width: 599px) {
  .media__item {
    min-width: 318.965px;
    max-width: 318.965px;
    min-height: 200px;
    max-height: 200px;
  }
}

.media__item-body {
  justify-content: space-between;
  align-items: flex-end;
  padding: 72px 240px 72px 64px;
  width: 100%;
  gap: 27px 32px;
}
@media only screen and (max-width: 599px) {
  .media__item-body {
    width: 100%;
    height: 100%;
    padding: 24px;
  }
}

.media__item-title {
  display: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  color: hsl(0, 0%, 100%);
}

.media__item-caption {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: hsl(0, 0%, 100%);
}

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

.media__item-video {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 60px;
  right: 64px;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .media__item-video {
    bottom: 43px;
    right: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .media__item-video {
    bottom: 20px;
    right: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .media__item-video {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .media__item-video span {
    display: none;
  }
}
.media__item-video svg {
  width: 50px;
  height: 50px;
}

.js-media-single-animation {
  opacity: 0;
}

.content-cta {
  position: relative;
}
.content-cta .wrapper {
  justify-content: space-between;
}
@media (min-width: 1581px) {
  .content-cta .wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta .wrapper {
    flex-wrap: wrap;
  }
}

.content-cta__image {
  width: 50%;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .content-cta__image {
    width: 100%;
    height: 427px;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta__image {
    height: 269px;
  }
}
.content-cta__image img {
  width: calc(100% + 120px);
  margin-left: -120px;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
@media (min-width: 1581px) {
  .content-cta__image img {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta__image img {
    width: calc(100% + 112px);
    margin-left: -56px;
  }
}

.content-cta__body {
  background-color: hsl(230, 50%, 98%);
  position: relative;
  margin-right: -120px;
  padding: 96px 120px;
  justify-content: center;
  flex-direction: column;
  max-width: 706px;
}
@media (min-width: 1581px) {
  .content-cta__body {
    margin-right: 0;
    max-width: 50%;
    padding-right: 212px;
  }
}
.content-cta__body::before {
  content: "";
  left: -50%;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: hsl(230, 50%, 98%);
  z-index: -1;
}
.content-cta__body::after {
  content: "";
  right: -50%;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: hsl(230, 50%, 98%);
  z-index: -1;
}
@media only screen and (min-width: 900px) {
  .content-cta__body::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .content-cta__body {
    padding-left: 64px;
    max-width: 530px;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta__body {
    width: 100%;
    max-width: 100%;
    padding: 56px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta__body {
    margin-bottom: 24px;
  }
}

.content-cta__title {
  margin-bottom: 40px;
  max-width: 397px;
}
@media only screen and (max-width: 1199px) {
  .content-cta__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta__title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta__title {
    margin-bottom: 24px;
  }
}

.content-cta__editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
  color: hsl(234, 11%, 51%);
}
@media only screen and (max-width: 1199px) {
  .content-cta__editor {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 899px) {
  .content-cta__editor {
    margin-bottom: 32px;
  }
}
.content-cta__editor p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(234, 11%, 51%);
}

.content-cta__buttons {
  gap: 16px 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .content-cta__buttons {
    gap: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-cta__buttons {
    margin-bottom: 36px;
  }
}

.content-cta__contact {
  gap: 16px;
  width: 100%;
}

.content-cta__photo {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.content-cta__photo img {
  width: 100%;
  height: 100%;
  border-radius: 60px;
}

.content-cta__wrapper {
  gap: 0;
  flex-direction: column;
  justify-content: center;
}

.content-cta__name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
}

.content-cta__function {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
}

.content-cta__phone svg {
  width: 16px;
  height: 16px;
}

.content-cta__button {
  min-width: max-content;
}

.content-cta__email {
  width: auto;
  height: 12px;
}

.content-cta__profile {
  gap: 0 16px;
}
@media only screen and (max-width: 599px) {
  .content-cta__profile {
    width: 100%;
  }
}

.content-cta__contact-info {
  gap: 2px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .content-cta__contact-info {
    width: 100%;
    padding-left: 76px;
  }
}

.js-cta-animation {
  opacity: 0;
}

.content-cta__email {
  color: hsl(233, 47%, 17%);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  transition: all 300ms ease;
  width: fit-content;
  height: auto;
}
@media only screen and (min-width: 900px) {
  .content-cta__email:hover {
    color: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .content-cta__email:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
.content-cta__email svg {
  transition: all 300ms ease;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: hsl(233, 47%, 17%);
}

.content-cta__phone {
  color: hsl(233, 47%, 17%);
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
  transition: all 300ms ease;
  width: fit-content;
}
@media only screen and (min-width: 900px) {
  .content-cta__phone:hover {
    color: hsl(198, 100%, 45%);
  }
}
@media only screen and (min-width: 900px) {
  .content-cta__phone:hover svg {
    fill: hsl(198, 100%, 45%);
  }
}
.content-cta__phone svg {
  transition: all 300ms ease;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  fill: hsl(233, 47%, 17%);
}

.content-form {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-form {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-form {
    padding: 56px 0;
  }
}
.content-form.content-form--background-grey {
  background-color: hsl(230, 50%, 98%);
}

.content-form__subtitle {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  gap: 8px;
  margin-bottom: 12px;
  color: hsl(233, 47%, 17%);
}
.content-form__subtitle svg {
  width: 19px;
  height: 5px;
  fill: #D9DBE9;
}

.content-form__title {
  margin-bottom: 32px;
}

.content-form__editor {
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .content-form__editor {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .content-form__editor {
    margin-bottom: 32px;
  }
}
.content-form__editor p {
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 1199px) {
  .content-form__editor p {
    font-size: 20px;
  }
}

.content-form__wrapper {
  max-width: 850px;
}
@media only screen and (max-width: 1199px) {
  .content-form__wrapper {
    max-width: 650px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form__wrapper {
    max-width: 100%;
  }
}

.js-content-form-animation {
  opacity: 0;
}

.usp-slider {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .usp-slider {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .usp-slider {
    padding: 56px 0;
  }
}
.usp-slider.usp-slider--background-grey {
  background-color: hsl(230, 50%, 98%);
}
.usp-slider .product-slider__scroll {
  width: auto;
  margin-top: 0;
}

.usp-slider__title {
  max-width: 480px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1199px) {
  .usp-slider__title {
    margin-bottom: 113px;
    max-width: 339px;
  }
}
@media only screen and (max-width: 899px) {
  .usp-slider__title {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .usp-slider__title {
    max-width: 238px;
    margin-bottom: 43px;
  }
}

.usp-slider__items {
  overflow: visible !important;
}

.usp-slider__item-icon {
  position: absolute;
  width: 95px;
  height: 95px;
  justify-content: center;
  align-items: center;
  top: -47.5px;
  left: 42px;
  background-color: hsl(198, 100%, 45%);
  border-radius: 50%;
}
@media only screen and (max-width: 899px) {
  .usp-slider__item-icon {
    width: 72px;
    height: 72px;
    left: 42px;
    top: -30px;
  }
}
@media only screen and (max-width: 599px) {
  .usp-slider__item-icon {
    width: 56px;
    height: 56px;
    left: 42px;
    top: -12px;
  }
}
.usp-slider__item-icon img {
  object-fit: contain;
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 899px) {
  .usp-slider__item-icon img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .usp-slider__item-icon img {
    width: 25px;
    height: 25px;
  }
}

.usp-slider__item {
  position: relative;
  min-width: 325px;
  max-width: 325px;
  background-color: hsl(0, 0%, 100%);
  overflow: visible !important;
}
@media only screen and (max-width: 1199px) {
  .usp-slider__item {
    max-width: 275px;
    min-width: 275px;
  }
}
@media only screen and (max-width: 599px) {
  .usp-slider__item {
    max-width: 225px;
    min-width: 225px;
  }
}
.usp-slider__item:hover .usp-slider__item-link::before {
  width: 100%;
  opacity: 1;
}

.usp-slider__item-body {
  padding: 42px;
  gap: 24px;
}
@media only screen and (max-width: 599px) {
  .usp-slider__item-body {
    padding: 32px;
    gap: 16px;
  }
}

.usp-slider__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  .usp-slider__item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .usp-slider__item-title {
    font-size: 16px;
  }
}

.usp-slider__item-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
  text-align: right;
}

.usp-slider__item-link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(198, 100%, 45%);
}
.usp-slider__item-link::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: hsl(198, 100%, 45%);
  opacity: 0;
  transition: width 0.3s ease-in-out;
}

.usp-slider__bottom {
  margin-top: 83px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .usp-slider__bottom {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .usp-slider__bottom {
    margin-top: 32px;
  }
}

.usp-slider__progress-bar-container {
  width: 290px;
  background-color: hsl(233, 27%, 88%);
  height: 5px;
}
@media only screen and (max-width: 1199px) {
  .usp-slider__progress-bar-container {
    width: 201px;
  }
}
@media only screen and (max-width: 899px) {
  .usp-slider__progress-bar-container {
    width: 61px;
  }
}

.usp-slider__progress-bar {
  width: 0;
  height: 100%;
  background-color: hsl(198, 100%, 45%);
  transition: width 0.25s ease-in-out;
}

.js-usp-slider-animation {
  opacity: 0;
}

.product-slider {
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .product-slider {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-slider {
    padding: 56px 0;
  }
}

.product-slider__title {
  margin-bottom: 48px;
}
@media only screen and (max-width: 599px) {
  .product-slider__title {
    margin-bottom: 32px;
  }
}

.product-slider__items {
  overflow: visible !important;
}

.product-slider__item {
  background-color: hsl(230, 50%, 98%);
  padding: 56px 112px 56px 56px;
  min-width: 674px;
  max-width: 674px;
  overflow: visible !important;
}
@media only screen and (max-width: 899px) {
  .product-slider__item {
    min-width: 527px;
    max-width: 527px;
    padding: 32px 96px 32px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .product-slider__item {
    min-width: 257px;
    max-width: 257px;
    padding: 22.063px;
  }
}
@media only screen and (min-width: 900px) {
  .product-slider__item:hover .product-slider__video-wrapper {
    opacity: 1;
  }
  .product-slider__item:hover .product-slider__item-image {
    bottom: -25px;
  }
  .product-slider__item:hover .product-slider__item-title {
    color: hsl(0, 0%, 100%);
  }
  .product-slider__item:hover .product-slider__item-editor {
    color: hsl(0, 0%, 100%);
  }
  .product-slider__item:hover .product-slider__item-specification-value {
    color: hsl(0, 0%, 100%);
  }
  .product-slider__item:hover .product-slider__item-specification-label {
    color: hsl(0, 0%, 100%);
  }
  .product-slider__item:hover .product-highlight__button {
    background-color: hsl(0, 0%, 100%);
    color: hsl(233, 47%, 17%);
    border-bottom: 2px solid hsl(233, 27%, 88%);
  }
  .product-slider__item:hover .product-highlight__button svg {
    fill: hsl(233, 47%, 17%);
  }
}

.product-slider__video-wrapper {
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.product-slider__video-wrapper .product-slider__video {
  width: 100%;
  height: 100%;
}
.product-slider__video-wrapper .product-slider__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%);
}
.product-slider__video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(23, 28, 63, 0.5) 0%, rgba(23, 28, 63, 0.5) 100%);
}

.product-slider__item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .product-slider__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 5px;
  }
}
.product-slider__item-title span {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .product-slider__item-title span:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .product-highlight__button {
    display: none;
  }
}

.product-slider__item-editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .product-slider__item-editor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 599px) {
  .product-slider__item-editor {
    margin-bottom: 16px;
  }
}

.product-slider__mobile-button {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 22px;
  right: 22px;
  background-color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .product-slider__mobile-button {
    display: flex;
  }
}
.product-slider__mobile-button svg {
  fill: hsl(0, 0%, 100%);
  width: 10px;
  height: 10px;
}

.product-slider__item-specifications {
  max-width: 362px;
  margin-bottom: 40px;
  gap: 26px 0;
}
@media only screen and (max-width: 599px) {
  .product-slider__item-specifications {
    margin-bottom: 0;
  }
}

.product-slider__item-specification {
  width: 50%;
  flex-direction: column;
}

.product-slider__item-specification-value {
  color: hsl(198, 100%, 45%);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  word-break: break-word;
}
@media only screen and (max-width: 599px) {
  .product-slider__item-specification-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
  }
}

.product-slider__item-specification-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .product-slider__item-specification-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
  }
}

.product-slider__item-image {
  transition: all 300ms ease;
  width: 255px;
  height: 318px;
  position: absolute;
  bottom: -49px;
  right: -87px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .product-slider__item-image {
    bottom: -40px;
    right: -82px;
    width: 210px;
    height: 261px;
  }
}
@media only screen and (max-width: 599px) {
  .product-slider__item-image {
    bottom: -15px;
    right: -46px;
    width: 84px;
    height: 105px;
  }
}

.js-product-slider-animation {
  opacity: 0;
}

.product-slider__scroll {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 48px;
}
@media only screen and (max-width: 599px) {
  .product-slider__scroll {
    margin-top: 33px;
  }
}
.product-slider__scroll span {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-right: 14px;
}
.product-slider__scroll svg {
  height: 53px;
  overflow: visible;
}
.product-slider__scroll svg path:last-of-type {
  animation: moveRight 500ms infinite alternate;
}

@keyframes moveRight {
  from {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(5px);
  }
}
.product-highlight {
  padding: 52px 0 214px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .product-highlight {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight {
    padding: 56px 0 112px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight {
    padding: 32px 0;
  }
}
.product-highlight .wrapper {
  position: relative;
}

.product-highlight__wrapper {
  position: absolute;
  justify-content: flex-end;
  width: auto;
  height: fit-content;
  right: 120px;
  bottom: -120px;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__wrapper {
    width: 100%;
    padding-left: 120px;
    position: relative;
    height: auto;
    right: auto;
    bottom: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__wrapper {
    width: 100%;
  }
}

.product-highlight__item {
  pointer-events: all;
  position: relative;
  background-color: hsl(230, 50%, 98%);
  padding: 56px 56px 56px 88px;
  min-width: 674px;
  max-width: 674px;
  overflow: visible !important;
}
@media screen and (min-device-width: 1199px) and (max-device-width: 1370px) {
  .product-highlight__item {
    min-width: 68%;
    max-width: 68%;
  }
}
@media only screen and (max-width: 1199px) {
  .product-highlight__item {
    padding: 48px 56px 48px 88px;
    min-width: calc(100% - 256px);
    max-width: calc(100% - 256px);
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__item {
    padding: 32px 40px;
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__item {
    padding: 32px;
  }
}

.product-highlight__video {
  padding: 0 92px 0 0;
  height: 695px;
  position: relative;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .product-highlight__video {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__video {
    padding: 0;
    height: 417px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__video {
    height: 243px;
  }
}

.product-highlight__video-wrapper {
  transition: all 300ms ease;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__video-wrapper {
    width: 100%;
    height: 100%;
  }
}
.product-highlight__video-wrapper .product-highlight__video-player {
  width: 100%;
  height: 100%;
}
.product-highlight__video-wrapper .product-highlight__video-player iframe {
  box-sizing: border-box;
  width: 160vw;
  height: 120%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-highlight__background-image {
  width: calc(100% - 92px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__background-image {
    width: 100%;
    height: 100%;
  }
}
.product-highlight__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-highlight__background-image.is-active {
  opacity: 0;
}

.product-highlight__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 1199px) {
  .product-highlight__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__title {
    margin-bottom: 8px;
  }
}
.product-highlight__title span {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .product-highlight__title span:last-of-type {
    display: none;
  }
}

.product-highlight__editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__editor {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__editor {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__editor {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    max-width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.product-highlight__specifications {
  max-width: 362px;
  margin-bottom: 48px;
  gap: 28px 0;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__specifications {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__specifications {
    margin-bottom: 24px;
    max-width: 323px;
  }
}

.product-highlight__specification {
  width: 50%;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 599px) {
  .product-highlight__button {
    display: none;
  }
}

.product-highlight__mobile-button {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .product-highlight__mobile-button {
    display: flex;
  }
}
.product-highlight__mobile-button svg {
  fill: hsl(0, 0%, 100%);
  width: 10px;
  height: 10px;
}

.product-highlight__specification-value {
  color: hsl(198, 100%, 45%);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  .product-highlight__specification-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__specification-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
  }
}

.product-highlight__specification-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: hsl(233, 47%, 17%);
}
@media only screen and (max-width: 599px) {
  .product-highlight__specification-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
  }
}

.product-highlight__image {
  transition: all 300ms ease;
  width: 321px;
  height: 400px;
  position: absolute;
  bottom: -61px;
  left: -249px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .product-highlight__image {
    bottom: -46px;
    left: -256px;
    width: 321px;
    height: 400px;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__image {
    bottom: -36px;
    left: auto;
    right: -33px;
    width: 242px;
    height: 301px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__image {
    display: none;
  }
}

.product-highlight__video-button {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 48px;
  left: 66px;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  z-index: 6;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .product-highlight__video-button {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .product-highlight__video-button {
    bottom: 42px;
    right: 33px;
  }
}
@media only screen and (max-width: 599px) {
  .product-highlight__video-button {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .product-highlight__video-button span {
    display: none;
  }
}
.product-highlight__video-button svg {
  width: 50px;
  height: 50px;
}

.js-product-highlight-animation {
  opacity: 0;
}

.teasers {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
}
@media only screen and (max-width: 1199px) {
  .teasers {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .teasers {
    padding: 56px 0;
  }
}

.teasers__head {
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
  align-items: center;
}

.teasers__editor {
  margin-bottom: 48px;
  max-width: 617px;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.teasers__phone-link {
  padding: 15px 24px;
  color: hsl(233, 47%, 17%);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  border: 1px solid hsl(233, 27%, 88%);
}
.teasers__phone-link svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: hsl(234, 11%, 51%);
}
@media only screen and (min-width: 900px) {
  .teasers__phone-link:hover {
    background-color: hsl(233, 47%, 17%);
    color: hsl(0, 0%, 100%);
    border: 1px solid hsl(233, 47%, 17%);
  }
  .teasers__phone-link:hover svg {
    fill: hsl(0, 0%, 100%);
  }
}

.teasers__items {
  gap: 32px;
}

.teasers__item {
  width: calc(50% - 16px);
  background-color: hsl(230, 50%, 98%);
}
@media only screen and (max-width: 899px) {
  .teasers__item {
    width: 100%;
  }
}

.teasers__item-body {
  padding: 32px;
  width: 50%;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .teasers__item-body {
    width: 100%;
    padding: 24px;
  }
}

.teasers__item-image {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .teasers__item-image {
    width: 100%;
    height: 205px;
  }
}
.teasers__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teasers__item-editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.teasers__item-editor p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.js-teasers-animation {
  opacity: 0;
}

.content-default {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .content-default {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-default {
    padding: 56px 0;
  }
}
.content-default.content-default--background-grey {
  background-color: hsl(230, 50%, 98%);
}

.content-default__title {
  margin-bottom: 32px;
}

.content-default__editor {
  max-width: 850px;
}
@media only screen and (max-width: 1199px) {
  .content-default__editor {
    max-width: 650px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default__editor {
    max-width: 100%;
  }
}
.content-default__editor > h1,
.content-default__editor > h2,
.content-default__editor > h3,
.content-default__editor > h4,
.content-default__editor > .teaser-blocks__teaser-header,
.content-default__editor > h5,
.content-default__editor > h6 {
  opacity: 0;
}
.content-default__editor > p {
  opacity: 0;
}
.content-default__editor > ul,
.content-default__editor > ol {
  opacity: 0;
}
.content-default__editor > img {
  opacity: 0;
}
.content-default__editor > div {
  opacity: 0;
}
.content-default__editor > a {
  opacity: 0;
}
.content-default__editor > iframe {
  opacity: 0;
}
.content-default__editor > li {
  opacity: 0;
}
.content-default__editor table {
  opacity: 0;
}

.js-content-default-animation {
  opacity: 0;
}

.teaser-blocks {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
  padding-top: 123px;
}
@media only screen and (max-width: 1199px) {
  .teaser-blocks {
    padding: 72px 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 899px) {
  .teaser-blocks {
    padding: 56px 0;
    padding-top: 123px;
  }
}
.teaser-blocks .wrapper {
  gap: 32px;
}

.teaser-blocks__teaser {
  width: calc(33.3% - 32px);
  position: relative;
  padding-top: 80px;
  background: #F7F8FD;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 48px;
  margin-bottom: 60px;
  min-height: 350px;
}
@media only screen and (max-width: 899px) {
  .teaser-blocks__teaser {
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 899px) {
  .teaser-blocks__teaser {
    width: 100%;
  }
}

.teaser-blocks__teaser-icon {
  position: absolute;
  left: 32px;
  top: -60px;
  width: 115.776px;
  height: 115.776px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  overflow: clip;
}
.teaser-blocks__teaser-icon img {
  object-fit: cover;
  object-position: center;
}

.teaser-blocks__teaser-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px;
  cursor: pointer;
}
.teaser-blocks__teaser-header .icon {
  display: flex;
  width: 19px;
  height: 19px;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.teaser-blocks__teaser-header .icon svg {
  display: flex;
}
.teaser-blocks__teaser-header .icon .minus, .teaser-blocks__teaser-header .icon .plus {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.teaser-blocks__teaser-header .icon .plus {
  opacity: 1;
}
.teaser-blocks__teaser-header.is-active .plus {
  opacity: 0;
}
.teaser-blocks__teaser-header.is-active .minus {
  opacity: 1;
}

.teaser-blocks__teaser-title {
  width: calc(100% - 32px);
}

.teaser-blocks__teaser-body {
  display: none;
}