/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
*::selection {
  background-color: hsl(211.2, 100%, 19.6%);
  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;
}

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

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

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

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

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

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

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

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

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

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

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * 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(210, 97.4%, 14.9%);
  font-family: "Karla";
  font-weight: 300;
  font-size: 16px;
  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,
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 {
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 20px 40px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 400;
  margin-left: 10px;
}
@media only screen and (max-width: 599px) {
  .button {
    margin-top: 10px;
  }
}
.button.has-svg {
  padding: 20px 25px;
}
.button:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  .button:first-of-type {
    margin-top: 0;
  }
}
.button .button__svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 250ms ease;
}
.button .button__svg svg {
  width: 8px;
  height: 8px;
  transition: all 250ms ease;
}

/**
 * Button (white).
 */
.button--white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(211.2, 100%, 19.6%);
}
.button--white .button__svg {
  background-color: hsl(211.2, 100%, 19.6%);
}
.button--white .button__svg svg {
  fill: hsl(0, 0%, 100%);
}
@media only screen and (min-width: 900px) {
  .button--white:hover {
    background-color: hsl(211.2, 100%, 19.6%);
    color: hsl(0, 0%, 100%);
  }
  .button--white:hover .button__svg {
    background-color: hsl(0, 0%, 100%);
  }
  .button--white:hover .button__svg svg {
    fill: hsl(211.2, 100%, 19.6%);
  }
}

/**
 * Button (aqua).
 */
.button--aqua {
  background-color: hsl(211.2, 100%, 19.6%);
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(211.2, 100%, 19.6%);
}
.button--aqua .button__svg {
  background-color: hsl(0, 0%, 100%);
}
.button--aqua .button__svg svg {
  fill: hsl(211.2, 100%, 19.6%);
}
@media only screen and (min-width: 900px) {
  .button--aqua:hover {
    background-color: hsl(0, 0%, 100%);
    color: hsl(211.2, 100%, 19.6%);
  }
  .button--aqua:hover .button__svg {
    background-color: hsl(211.2, 100%, 19.6%);
  }
  .button--aqua:hover .button__svg svg {
    fill: hsl(0, 0%, 100%);
  }
}

/**
* Button (transparent).
*/
.button--transparent {
  background: transparent;
  color: hsl(0, 0%, 100%);
}
.button--transparent .button__svg {
  background-color: hsl(0, 0%, 100%);
}
.button--transparent .button__svg svg {
  fill: hsl(211.2, 100%, 19.6%);
}
@media only screen and (min-width: 900px) {
  .button--transparent:hover {
    background-color: hsl(0, 0%, 100%);
    color: hsl(211.2, 100%, 19.6%);
  }
  .button--transparent:hover .button__svg {
    background-color: hsl(211.2, 100%, 19.6%);
  }
  .button--transparent:hover .button__svg svg {
    fill: hsl(0, 0%, 100%);
  }
}

/**
* Button (transparent).
*/
@media only screen and (min-width: 900px) {
  .button--border {
    background: hsl(0, 0%, 100%);
    color: hsl(211.2, 100%, 19.6%);
  }
  .button--border:hover {
    background: transparent;
    border: 1px solid hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
  }
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 20px;
}
.cms-output h2,
.cms-output h3,
.cms-output h4,
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 16px;
  line-height: 26px;
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  line-height: 26px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: 600;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(211.2, 100%, 19.6%);
  transition: all 250ms ease;
  color: hsl(0.3, 100%, 40%);
}
.cms-output a svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
  fill: hsl(0.3, 100%, 40%);
  margin-left: 5px;
  margin-bottom: -2px;
}
@media only screen and (min-width: 900px) {
  .cms-output a:hover {
    color: hsl(212.1, 28.3%, 61.2%);
  }
  .cms-output a:hover svg {
    fill: hsl(212.1, 28.3%, 61.2%);
  }
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(212.1, 28.3%, 61.2%);
}
.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.3, 100%, 40%);
  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 {
  margin-top: -70px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .content-constraint {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-constraint {
    margin-top: -50px;
  }
}

/**
 * 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: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: hsl(210, 97.4%, 14.9%);
}

select,
input,
textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  width: 100%;
  height: 50px;
  padding: 10px 25px 10px 20px;
  background-color: transparent;
  border: 1px solid hsl(212.1, 28.3%, 61.2%);
  color: hsl(210, 97.4%, 14.9%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: transparent;
}
select::placeholder,
input::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

.gfield_visibility_hidden {
  display: none;
}

.ginput_container_fileupload {
  position: relative;
  height: 105px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ginput_container_fileupload .validation_message {
  display: none;
}

.gform_fileupload_rules {
  display: none;
}

input[type=file] {
  border: none;
  margin-left: -110px;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  font-style: italic;
}
input[type=file]::after {
  content: "Uploaden (max. 10mb)";
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 100;
  z-index: 99;
  width: 208px;
  height: 65px;
  background-color: hsl(210, 28%, 80.4%);
  color: hsl(210, 97.4%, 14.9%);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

textarea {
  height: 170px;
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(212.1, 28.3%, 61.2%);
}
.ginput_container_select svg {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 16px;
  height: 26px;
  z-index: 1;
  fill: hsl(0, 0%, 100%);
}
.ginput_container_select select {
  position: relative;
  width: 100%;
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.ginput_container_select select option {
  color: hsl(210, 97.4%, 14.9%);
}

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

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

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

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0.3, 100%, 40%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(1, 67.4%, 82%, 0.5);
  color: hsl(0.3, 100%, 40%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0.3, 100%, 40%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(210, 97.4%, 14.9%);
}

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

.gform_heading {
  display: none;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Archivo";
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 600;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 55px;
  line-height: 72px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 45px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 35px;
  line-height: 45px;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 25px;
  line-height: 33px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 20px;
  line-height: 27px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.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%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(0.3, 100%, 40%);
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 27px;
  height: 22px;
  color: hsl(210, 97.4%, 14.9%);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: hsl(0.3, 100%, 40%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

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

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/archivo-v19-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/archivo-v19-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/archivo-v19-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/archivo-v19-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/archivo-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/archivo-v19-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/archivo-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/archivo-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/archivo-v19-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/archivo-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/archivo-v19-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/archivo-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/archivo-v19-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/archivo-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/archivo-v19-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/archivo-v19-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/archivo-v19-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/karla-v31-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/karla-v31-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/karla-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/karla-v31-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/karla-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/karla-v31-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/karla-v31-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/karla-v31-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/karla-v31-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/karla-v31-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/karla-v31-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/karla-v31-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/karla-v31-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/karla-v31-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.submenu {
  z-index: -1;
  position: fixed;
  right: 0;
  top: -100%;
  width: 100%;
  opacity: 0;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  transition: opacity 500ms ease, top 1000ms ease-in;
  padding: 30px 0;
}
.submenu.is-active {
  top: 80px;
  opacity: 100;
  transition: opacity 500ms ease, top 0ms ease;
}
.submenu:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-menu.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}

.submenu__item {
  width: 25%;
  margin-bottom: 30px;
  transition: all 300ms ease;
}
.submenu__item a {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 900px) {
  .submenu__item:hover {
    opacity: 0.7;
  }
}

.submenu__item-head {
  align-items: top;
  width: 100%;
}

.submenu__item-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
  color: hsl(0, 0%, 100%);
}

.submenu__item-countries {
  margin-top: 3px;
  margin-left: 15px;
}

.submenu__item-country {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  background-color: hsla(210, 28%, 80.4%, 0.1);
  color: hsl(0, 0%, 100%);
  margin-left: 5px;
  font-size: 10px;
  line-height: 26px;
}

.submenu__item-editor {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: hsl(0, 0%, 100%);
}
.submenu__item-editor ul {
  list-style-type: none;
  margin: 0;
}

.submenu-mobile {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  padding: 80px 40px 0;
  transition: all 300ms ease;
}
.submenu-mobile.is-active {
  opacity: 100;
  z-index: 9999;
}
.submenu-mobile:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 200px);
  width: 400px;
  height: 175px;
  background: url(./../images/waves-menu-mobile.svg) no-repeat;
  content: "";
  z-index: -1;
}

.submenu-mobile__item {
  width: 100%;
  margin-bottom: 20px;
}
.submenu-mobile__item a {
  display: flex;
  flex-wrap: wrap;
}
.submenu-mobile__item a.current-menu-item {
  opacity: 0.7;
}

.submenu-mobile__item-title {
  color: hsl(0, 0%, 100%);
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.submenu-mobile__item-countries {
  margin-top: 3px;
  margin-left: 15px;
}

.submenu-mobile__item-country {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  background-color: hsla(210, 28%, 80.4%, 0.1);
  color: hsl(0, 0%, 100%);
  margin-left: 5px;
  font-size: 10px;
  line-height: 26px;
}

.submenu-mobile__close {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: 80px;
  left: 0;
}
.submenu-mobile__close svg {
  width: 8px;
  height: 8px;
  fill: hsl(0, 0%, 100%);
}

/**
 * Components.
 */
.header {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
  transition: all 300ms ease;
}
@media only screen and (max-width: 599px) {
  .header {
    top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .header {
    top: 50px;
  }
}
.header > .header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 50px;
}
@media only screen and (max-width: 599px) {
  .header > .header__wrapper {
    padding: 0 10px;
  }
}
.header.is-active {
  background-color: hsl(211.2, 100%, 19.6%);
}

.header__logo {
  height: 50px;
  margin-right: 60px;
}
.header__logo img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  object-position: top left;
}

.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .header__menu {
    display: none;
  }
}
.header__menu .header__menu-item {
  padding: 0 30px;
}
.header__menu .header__menu-item:hover a {
  color: hsl(0, 0%, 100%);
}
.header__menu .header__menu-item:hover a svg {
  fill: hsl(0, 0%, 100%);
}
.header__menu .header__menu-item.is-active a svg {
  transform: rotate(180deg);
}
.header__menu .header__menu-item > a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  transition: all 250ms ease;
  color: hsl(212.1, 28.3%, 61.2%);
  height: 80px;
}
.header__menu .header__menu-item > a.current-menu-item {
  color: hsl(0, 0%, 100%);
}
.header__menu .header__menu-item > a svg {
  margin-top: -2px;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  fill: hsl(212.1, 28.3%, 61.2%);
  transition: all 250ms ease;
}

.header__right {
  justify-content: flex-end;
  align-items: center;
}

.header__language, .navigation-mobile__language {
  margin-right: 80px;
}
@media only screen and (max-width: 899px) {
  .header__language, .navigation-mobile__language {
    display: none;
  }
}
.header__language .language-switch__item, .navigation-mobile__language .language-switch__item {
  transition: all 300ms ease-in-out;
}
.header__language .language-switch__item svg, .navigation-mobile__language .language-switch__item svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
}
.header__language .language-switch__item.is-active, .navigation-mobile__language .language-switch__item.is-active {
  display: none;
}

.header__menu-button {
  display: block;
  position: fixed;
  top: 15px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 100;
  margin-left: auto;
  border-radius: 50%;
  z-index: 99999;
  background-color: hsl(211.2, 100%, 19.6%);
}
@media only screen and (max-width: 599px) {
  .header__menu-button {
    right: 10px;
  }
}
.header__menu-button span {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  margin: auto;
  background-color: hsl(0, 0%, 100%);
}
.header__menu-button span:nth-child(1) {
  top: calc(50% - 5px);
  transition: background-color 400ms, top 400ms 400ms, transform 400ms 0s;
}
.header__menu-button span:nth-child(2) {
  bottom: calc(50% - 5px);
  transition: background-color 400ms, bottom 400ms 400ms, transform 400ms 0s;
}
.header__menu-button.is-active {
  mix-blend-mode: normal;
}
.header__menu-button.is-active span:nth-child(1) {
  top: calc(50% - 0px);
  transform: rotate(-45deg);
  transition: background-color 400ms, top 400ms, transform 400ms 400ms;
}
.header__menu-button.is-active span:nth-child(2) {
  bottom: calc(50% - 2px);
  transform: rotate(45deg);
  transition: background-color 400ms, bottom 400ms, transform 400ms 400ms;
}

.footer {
  position: relative;
  background-color: hsl(211.2, 100%, 19.6%);
  z-index: 0;
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (max-width: 599px) {
  .footer {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .footer {
    margin-top: 50px;
  }
}
.footer::before {
  display: block;
  position: absolute;
  left: -443px;
  top: -707px;
  width: 1178px;
  height: 1222px;
  background: url(./../images/footer-element.svg) no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .footer::before {
    left: -410px;
    top: -700px;
  }
}
.footer:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: url(./../images/waves-white.svg) center/cover no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .footer:after {
    height: 374px;
    left: 0;
  }
}

.footer__cta {
  padding: 90px 0;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}
@media only screen and (max-width: 899px) {
  .footer__cta {
    padding: 50px 0;
  }
}

.footer__cta-title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.footer__center {
  padding: 90px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .footer__center {
    padding: 50px 0;
  }
}

.footer__column {
  width: calc(25% - 50px);
  margin: 0 25px;
}
@media only screen and (max-width: 899px) {
  .footer__column {
    width: 100%;
    margin: 0 auto !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .footer__column:last-of-type {
    border: none;
  }
}
.footer__column:first-of-type {
  margin: 0 25px 0 0;
}
.footer__column:last-of-type {
  margin: 0 0 0 25px;
}

.footer__column-title {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .footer__column-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.footer__column-head {
  margin-bottom: 15px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .footer__column-head {
    margin: 0;
    padding: 15px 0;
  }
  .footer__column-head svg {
    display: block !important;
  }
}
.footer__column-head.is-active svg {
  transform: rotate(-180deg);
}
.footer__column-head svg {
  display: none;
  width: 12px;
  height: 12px;
  fill: hsl(0, 0%, 100%);
  transition: all 300ms ease;
}
.footer__column-head .is-active svg {
  transform: rotate(90deg);
  transition: all 200ms ease;
}

.footer__column-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: hsl(212.1, 28.3%, 61.2%);
}
@media only screen and (max-width: 899px) {
  .footer__column-body {
    display: none;
    margin-bottom: 20px;
  }
}
.footer__column-body li {
  transition: all 300ms ease;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .footer__column-body li:hover {
    color: hsl(0, 0%, 100%);
  }
}
.footer__column-body p {
  margin-bottom: 20px;
}

.footer__location {
  padding: 15px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  transition: all 300ms ease;
}
.footer__location:first-of-type {
  padding: 0 0 15px 0;
}
.footer__location:last-of-type {
  padding: 15px 0 0 0;
  border: none;
}
.footer__location .footer__location-title {
  font-weight: 700;
  width: 100%;
}
.footer__location .footer__location-city {
  font-weight: 300;
  width: 100%;
}
.footer__location .footer__location-tag {
  margin-top: 10px;
  background-color: hsl(210, 97.4%, 14.9%);
  color: hsl(0, 0%, 100%);
  padding: 1px 10px;
  font-weight: 400;
  width: fit-content;
}

.footer__contact-body .footer__contact-item {
  margin-bottom: 25px;
  width: 100%;
}
.footer__contact-body .footer__contact-item a {
  transition: all 300ms ease;
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
}
@media only screen and (min-width: 900px) {
  .footer__contact-body .footer__contact-item a:hover {
    color: hsl(0, 0%, 100%);
  }
}

.footer__bottom {
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 899px) {
  .footer__bottom-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.footer__bottom-links {
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .footer__bottom-links {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }
}
.footer__bottom-links .footer__bottom-link {
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  transition: all 300ms ease;
  color: hsl(0, 0%, 100%);
  border-right: 1px solid hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .footer__bottom-links .footer__bottom-link {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer__bottom-links .footer__bottom-link:last-of-type {
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (min-width: 900px) {
  .footer__bottom-links .footer__bottom-link:hover {
    opacity: 70%;
  }
}
.footer__bottom-links .footer__bottom-link:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.footer__cta-link {
  border: 1px solid hsl(0, 0%, 100%);
}

.footer__logo {
  margin-right: 90px;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    margin: 0 0 30px 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__logo {
    margin-right: 30px;
  }
}
.footer__logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: top left;
}

.footer__copyright {
  font-size: 14px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .footer__copyright {
    text-align: center;
    width: 100%;
  }
}
.footer__copyright a {
  font-weight: 700;
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
  padding: 80px 50px 0;
  max-width: 400px;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile {
    padding: 80px 10px 0;
    max-width: 100%;
  }
}
.navigation-mobile.is-active {
  right: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 200px);
  width: 400px;
  height: 175px;
  background: url(./../images/waves-menu-mobile.svg) no-repeat;
  content: "";
  z-index: -1;
}

/**
 * Main menu.
 */
.navigation-mobile__menu {
  margin-bottom: 40px;
}
.navigation-mobile__menu .navigation-mobile__menu-item > a {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: 300;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  line-height: 26px;
  transition: all 300ms ease;
}
.navigation-mobile__menu .navigation-mobile__menu-item > a svg {
  width: 26px;
  height: 26px;
  fill: hsl(0, 0%, 100%);
  margin-left: 10px;
  padding: 9px;
}
.navigation-mobile__menu .navigation-mobile__menu-item > a.current-menu-item {
  opacity: 0.7;
}
@media only screen and (min-width: 900px) {
  .navigation-mobile__menu .navigation-mobile__menu-item > a:hover {
    opacity: 0.7;
  }
  .navigation-mobile__menu .navigation-mobile__menu-item > a:hover .submenu-mobile a {
    opacity: 1;
  }
}

.navigation-mobile__head {
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 25px;
}

.navigation-mobile__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
}

/**
 * Secondary menu.
 */
.secondary__menu {
  margin-bottom: 40px;
}
.secondary__menu .secondary__menu-item > a {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  line-height: 26px;
  transition: all 300ms ease;
}
.secondary__menu .secondary__menu-item > a svg {
  width: 8px;
  height: 8px;
  fill: hsl(0, 0%, 100%);
  margin-left: 20px;
}
.secondary__menu .secondary__menu-item > a.current-menu-item {
  opacity: 0.7;
}
@media only screen and (min-width: 900px) {
  .secondary__menu .secondary__menu-item:hover > a {
    opacity: 0.7;
  }
}

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

.accordeon-image {
  position: relative;
  padding: 90px 0;
  margin: 70px 0;
  box-shadow: 0px 0px 78px 0px rgba(4, 26, 140, 0.06);
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .accordeon-image {
    padding: 30px 0 0;
    margin: 30px 0;
    box-shadow: 0px -5px 78px rgba(4, 26, 140, 0.06);
  }
  .accordeon-image .wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .accordeon-image {
    padding: 50px 0 0;
    margin: 50px 0 0;
    box-shadow: 0px -5px 78px rgba(4, 26, 140, 0.06);
  }
  .accordeon-image .wrapper {
    flex-direction: column-reverse;
  }
}
.accordeon-image .wrapper {
  justify-content: flex-end;
}
.accordeon-image.image-position-right .wrapper {
  flex-direction: row-reverse;
}
.accordeon-image.has-waves:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 100%;
  height: 190px;
  background: url(./../images/waves-blue-left.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .accordeon-image.has-waves:after {
    bottom: 590px;
    left: -200px;
  }
}

.accordeon-image__image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .accordeon-image__image {
    position: relative;
    height: 520px;
    width: calc(100% + 40px);
    margin: 50px 0 0 -20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .accordeon-image__image {
    position: relative;
    height: 520px;
    width: calc(100% + 120px);
    margin: 0 0 50px -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordeon-image__image {
    width: calc(40% - 60px);
  }
}
.accordeon-image__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.accordeon-image__body {
  margin-right: -30px;
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__body {
    width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }
}

.accordeon-image__title {
  padding-left: 30px;
  font-weight: 600;
  color: hsl(210, 97.4%, 14.9%);
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__title {
    margin-bottom: 20px;
    padding: 0;
  }
}

.accordeon-image__editor {
  padding-left: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__editor {
    margin-bottom: 30px;
    padding: 0;
  }
}

.accordeon-image__accordeon-item {
  padding: 0 30px;
  border-radius: 10px;
  width: 100%;
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__accordeon-item {
    padding: 0;
  }
}
.accordeon-image__accordeon-item:last-of-type .accordeon-image__accordeon-head {
  border-bottom: 1px solid hsl(212.1, 28.3%, 61.2%);
}
.accordeon-image__accordeon-item:last-of-type .accordeon-image__accordeon-head.is-active {
  border: none;
}
.accordeon-image__accordeon-item.is-active {
  box-shadow: 0px 0px 40px 0px rgba(4, 26, 140, 0.1);
}
.accordeon-image__accordeon-item.is-active .accordeon-image__accordeon-head {
  border-top: 1px solid transparent;
}
.accordeon-image__accordeon-item.is-active + .accordeon-image__accordeon-item .accordeon-image__accordeon-head {
  border-top: 1px solid transparent;
}

.accordeon-image__accordeon-head {
  padding: 30px 0;
  border-top: 1px solid hsl(212.1, 28.3%, 61.2%);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__accordeon-head {
    padding: 20px;
  }
}
.accordeon-image__accordeon-head.is-active .accordeon-image__accordeon-icon {
  transform: rotate(-180deg);
}

.accordeon-image__accordeon-icon {
  transition: all 300ms ease;
  width: 16px;
  height: 16px;
  fill: hsl(210, 97.4%, 14.9%);
}

.accordeon-image__accordeon-body {
  margin-top: -20px;
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 899px) {
  .accordeon-image__accordeon-body {
    padding: 0 20px 20px 20px;
  }
}

.countries {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .countries {
    padding: 40px 0 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .countries {
    padding: 50px 0;
  }
}
.countries .wrapper {
  position: relative;
  height: 410px;
}
@media only screen and (max-width: 899px) {
  .countries .wrapper {
    height: auto;
  }
}
.countries .wrapper::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: calc(-75% + 30px);
  width: 100%;
  height: 410px;
  background-color: hsl(0, 0%, 100%);
  z-index: 0;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .countries .wrapper::after {
    left: calc(-70% + 30px);
  }
}
.countries .owl-nav {
  position: absolute;
  top: 20px;
  left: calc(-25% - 43px);
  display: flex;
  align-items: center;
  background-color: hsla(210, 97%, 15%, 0.4);
  padding: 5px 15px;
  border-radius: 100px;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .countries .owl-nav {
    left: calc(50% - 66px);
  }
}
.countries .owl-nav button {
  display: flex;
  align-items: center;
}
.countries .owl-nav button svg {
  width: 16px;
  height: 16px;
  fill: hsl(0, 0%, 100%);
}
.countries .owl-nav span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px;
  color: hsl(0, 0%, 100%);
}
.countries::before {
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: -70px;
  width: 27%;
  height: 100%;
  background: url(./../images/europa.png) no-repeat;
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .countries::before {
    top: -30px;
    width: 100%;
    height: 400px;
    z-index: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .countries::before {
    top: -50px;
    width: 100%;
    height: 500px;
    z-index: 0;
  }
}
.countries::after {
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -70px;
  width: 27%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 5.43%, rgba(255, 255, 255, 0) 25.25%, rgba(255, 255, 255, 0) 72.89%, #FFF 94.04%);
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .countries::after {
    top: -30px;
    width: 100%;
    height: 400px;
    z-index: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .countries::after {
    top: -50px;
    width: 100%;
    height: 500px;
    z-index: 0;
  }
}

.countries__items-wrap {
  position: absolute;
  width: 100%;
  right: -50px;
  height: 410px;
  margin-right: -86%;
  z-index: 0;
}
@media only screen and (max-width: 599px) {
  .countries__items-wrap {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 899px) {
  .countries__items-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    right: 0;
    margin-right: 0;
    margin-left: -60px;
  }
}

.countries__items .owl-stage-outer {
  overflow: visible;
}

.countries__body {
  position: relative;
  width: calc(25% + 30px);
  padding-right: 30px;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .countries__body {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .countries__body {
    padding-right: 30px;
    width: calc(30% + 30px);
  }
}

.countries__subtitle {
  font-family: "Archivo";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  color: hsl(212.1, 28.3%, 61.2%);
}
@media only screen and (max-width: 899px) {
  .countries__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.countries__title {
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .countries__title {
    margin-bottom: 20px;
  }
}

.countries__item {
  width: 273px;
  height: 410px;
  border-right: 1px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 900px) {
  .countries__item:hover .countries__item-image img {
    transform: scale(1.2);
  }
}

.countries-item__body {
  padding: 30px;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.countries__item-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .countries__item-name {
    font-size: 24px;
    line-height: 30px;
  }
}

.countries__item-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.countries__item-image img {
  transition: all 500ms ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.countries__item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 99.99%, rgba(238, 243, 249, 0) 100%);
}

.cta-image {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 599px) {
  .cta-image {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cta-image {
    padding: 80px 0;
  }
}
.cta-image[loaded=true] .cta-image__image {
  transform: scale(1.1);
}
.cta-image[loaded=true] .cta-image__body {
  opacity: 100;
  transform: translateY(0);
}
.cta-image .wrapper {
  min-height: 650px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 899px) {
  .cta-image .wrapper {
    min-height: 510px;
  }
}
.cta-image.has-content .cta-image__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1;
}

.cta-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  z-index: -1;
}
.cta-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.cta-image__body {
  width: 60%;
  transition: all 1200ms ease;
  transform: translateY(700px);
  opacity: 0;
}
@media only screen and (max-width: 899px) {
  .cta-image__body {
    width: 100%;
  }
}

.cta-image__title {
  font-weight: 600;
  margin-bottom: 20px;
  color: hsl(0, 0%, 100%);
}

.cta-image__editor {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: hsl(0, 0%, 100%);
  margin-bottom: 30px;
}
.cta-image__editor a {
  color: hsl(0, 0%, 100%);
}
.cta-image__editor a svg {
  fill: hsl(0, 0%, 100%);
}

.default {
  position: relative;
  padding: 70px 0;
}
.default.has-waves:after {
  display: block;
  position: absolute;
  top: calc(50% - 200px);
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-blue-center.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .default.has-waves:after {
    bottom: -30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .default.has-waves:after {
    bottom: -50px;
  }
}
.default .links {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .default .links {
    margin-top: 30px;
  }
}

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

.default__title {
  margin-bottom: 20px;
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 600;
}

.default__editor {
  color: hsl(210, 97.4%, 14.9%);
}

.form {
  position: relative;
  padding: 70px 0 0 0;
  background: hsl(0, 0%, 100%);
  z-index: 0;
  margin-bottom: 70px;
}
@media only screen and (max-width: 599px) {
  .form {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .form {
    margin-bottom: 50px;
  }
}
.form.background-blue {
  margin-top: 70px;
  padding: 140px 0 0 0;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 599px) {
  .form.background-blue {
    margin-bottom: 110px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .form.background-blue {
    margin-top: 50px;
    margin-bottom: 130px;
  }
}
.form.background-blue .form__title {
  color: hsl(0, 0%, 100%);
}
.form.background-blue .form__contanct-icon {
  fill: hsl(0, 0%, 100%);
}
.form.background-blue .form__contact-item {
  color: hsl(0, 0%, 100%);
}
.form.background-blue input,
.form.background-blue textarea,
.form.background-blue select {
  color: hsl(0, 0%, 100%);
  border: 1px solid hsla(0, 0%, 100%, 0.4) !important;
}
.form.background-blue label {
  color: hsla(0, 0%, 100%, 0.5);
}
.form.background-blue select {
  color: hsl(0, 0%, 100%);
}
.form.background-blue select::selection {
  color: hsl(210, 97.4%, 14.9%);
}
.form.background-blue .ginput_container_select {
  border: 1px solid hsla(0, 0%, 100%, 0.4);
}
.form.background-blue .gform_button {
  background-color: hsl(0, 0%, 100%);
  color: hsl(211.2, 100%, 19.6%);
}
.form.background-blue .gform_button .button__svg {
  background-color: hsl(211.2, 100%, 19.6%);
}
.form.background-blue .gform_button .button__svg svg {
  fill: hsl(0, 0%, 100%);
}
@media only screen and (min-width: 900px) {
  .form.background-blue .gform_button:hover {
    background-color: hsl(211.2, 100%, 19.6%);
    color: hsl(0, 0%, 100%);
  }
  .form.background-blue .gform_button:hover .button__svg {
    background-color: hsl(0, 0%, 100%);
  }
  .form.background-blue .gform_button:hover .button__svg svg {
    fill: hsl(211.2, 100%, 19.6%);
  }
}
.form.background-blue.has-waves:after {
  background: url(./../images/waves-white.svg) top center/cover no-repeat !important;
}
.form.has-maps .form__maps {
  display: block;
}
.form .wrapper {
  padding-bottom: 130px;
}
@media only screen and (max-width: 899px) {
  .form .wrapper {
    padding-bottom: 110px;
  }
}
.form .gform_button {
  padding: 20px 25px;
  background-color: hsl(211.2, 100%, 19.6%);
  color: hsl(0, 0%, 100%);
}
.form .gform_button .button__svg {
  background-color: hsl(0, 0%, 100%);
}
.form .gform_button .button__svg svg {
  fill: hsl(211.2, 100%, 19.6%);
}
@media only screen and (min-width: 900px) {
  .form .gform_button:hover {
    background-color: hsl(0, 0%, 100%);
    color: hsl(211.2, 100%, 19.6%);
  }
  .form .gform_button:hover .button__svg {
    background-color: hsl(211.2, 100%, 19.6%);
  }
  .form .gform_button:hover .button__svg svg {
    fill: hsl(0, 0%, 100%);
  }
}
.form.has-waves.has-waves:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(./../images/waves-blue.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}

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

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

.form__title {
  font-weight: 600;
  margin-bottom: 100px;
}
@media only screen and (max-width: 899px) {
  .form__title {
    margin-bottom: 50px;
  }
}

.form__contact {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .form__contact {
    margin-bottom: 20px;
  }
}

.form__contact-item {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .form__contact-item {
    margin-bottom: 30px;
  }
}

.form__contanct-icon {
  width: 35px;
  height: 35px;
  margin-right: 25px;
  fill: hsl(210, 97.4%, 14.9%);
}

.form__contact-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
  width: 100%;
}

.form__contact-item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  width: 100%;
}

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

.form__maps {
  margin-top: 60px;
  display: none;
  height: 580px;
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
@media only screen and (max-width: 899px) {
  .form__maps {
    height: 365px;
  }
}

.introduction {
  position: relative;
  padding: 190px 0 0 0;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  margin-top: 70px;
  z-index: 0;
  margin-bottom: 70px;
}
@media only screen and (max-width: 599px) {
  .introduction {
    margin-bottom: 30px;
    padding: 70px 0 0 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .introduction {
    margin-bottom: 130px;
    margin-top: 50px;
    padding: 70px 0 0 0;
  }
}
.introduction.has-subtitle {
  padding: 166px 0 0 0;
}
.introduction.products-enabled {
  min-height: 100vh;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 599px) {
  .introduction.products-enabled {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .introduction.products-enabled {
    margin-bottom: 50px;
  }
}
.introduction.products-enabled .wrapper {
  padding-bottom: 130px;
}
@media only screen and (max-width: 899px) {
  .introduction.products-enabled .wrapper {
    padding-bottom: 110px;
  }
}
.introduction.products-enabled .introduction__video iframe {
  width: 177.77777778vh;
  height: 56.25vw;
}
.introduction.products-enabled .introduction__body-wrapper {
  align-items: center;
  justify-content: flex-start;
  min-height: calc(100vh - 210px);
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .introduction.products-enabled .introduction__body-wrapper {
    min-height: calc(100vh - 190px);
    padding: 0;
  }
}
.introduction.products-enabled .introduction__body {
  transform: translateY(300);
}
.introduction.has-waves:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-white.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}
.introduction.background-video .introduction__subtitle {
  color: #BBC0C1;
}
.introduction[loaded=true] .introduction__body {
  opacity: 1;
  transform: translateY(0);
  transition: all 900ms ease;
}

.introduction__body-wrapper {
  padding: 50px 0 110px;
}
@media only screen and (max-width: 899px) {
  .introduction__body-wrapper {
    padding: 40px 0;
  }
}

.introduction__body {
  opacity: 0;
  max-width: 60%;
  transform: translateY(150px);
  transition: all 900ms ease;
}
@media only screen and (max-width: 899px) {
  .introduction__body {
    min-width: 100%;
  }
}

.introduction__subtitle {
  font-family: "Archivo";
  color: hsl(212.1, 28.3%, 61.2%);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.introduction__title {
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  margin-bottom: 10px;
}

.introduction__editor {
  font-size: 20px;
  line-height: 30px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .introduction__editor {
    margin-bottom: 30px;
  }
}
.introduction__editor p {
  font-size: 20px;
  line-height: 30px;
  color: hsl(0, 0%, 100%);
  margin-bottom: 40px;
}
.introduction__editor a {
  color: hsl(0, 0%, 100%);
}
.introduction__editor a svg {
  fill: hsl(0, 0%, 100%);
}

.introduction__media {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.introduction__media .introduction__image, .introduction__media .introduction__video {
  height: 100%;
  width: 100%;
  background-color: hsl(211.2, 100%, 19.6%);
}
.introduction__media .introduction__image::after, .introduction__media .introduction__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 38, 75, 0.5);
}
.introduction__media .introduction__image img, .introduction__media .introduction__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.introduction__media .introduction__image iframe, .introduction__media .introduction__video iframe {
  box-sizing: border-box;
  width: 130vw;
  height: 100vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 899px) {
  .introduction__media .introduction__image iframe, .introduction__media .introduction__video iframe {
    width: 177.77777778vh;
    height: 56.25vw;
  }
}

.introduction__products {
  position: absolute;
  bottom: 0;
  margin: 50px 0;
}
@media only screen and (max-width: 899px) {
  .introduction__products {
    margin: 30px 0;
  }
}
.introduction__products > .owl-stage-outer {
  overflow: visible;
}

.introduction__products-item {
  align-items: center;
}

.introduction__products-image {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.introduction__products-image img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: top left;
}

.introduction__products-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
  opacity: 0.5;
}

.jobs-list {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .jobs-list {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .jobs-list {
    padding: 50px 0;
  }
}
.jobs-list.has-waves:after {
  display: block;
  position: absolute;
  top: calc(50% - 200px);
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-blue-center.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .jobs-list.has-waves:after {
    bottom: -30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .jobs-list.has-waves:after {
    bottom: -50px;
  }
}

.jobs-list__wrap {
  width: 100%;
}

.jobs-list__item {
  width: 100%;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 0px 40px 0px rgba(4, 26, 140, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .jobs-list__item {
    width: 100%;
  }
}
.jobs-list__item a {
  justify-content: space-between;
  align-items: center;
}
.jobs-list__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 900px) {
  .jobs-list__item:hover .jobs-list__icon {
    transform: translateX(15px);
  }
}

.jobs-list__item-body {
  width: 80%;
}

.jobs-list__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 5px;
}

.jobs-list__teaser {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: hsl(212.1, 28.3%, 61.2%);
  margin-bottom: 30px;
}

.jobs-list__tiles {
  justify-content: flex-start;
  align-items: center;
}

.jobs-list__tile {
  margin-right: 50px;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .jobs-list__tile {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .jobs-list__tile:last-of-type {
    margin: 0;
  }
}
.jobs-list__tile:last-of-type {
  margin: 0;
}

.jobs-list__tile-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.jobs-list__tile-icon {
  width: 16px;
  height: 16px;
  fill: hsl(210, 97.4%, 14.9%);
  margin-right: 10px;
}

.jobs-list__icon {
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsl(211.2, 100%, 19.6%);
  transition: all 300ms ease;
}
.jobs-list__icon svg {
  width: 12px;
  height: 12px;
  fill: hsl(0, 0%, 100%);
}

.link-list {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .link-list {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .link-list {
    padding: 50px 0;
  }
}

.link-list__links {
  justify-content: space-between;
}

.link-list__link {
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 15px);
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 0px 40px 0px rgba(4, 26, 140, 0.1);
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .link-list__link {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .link-list__link:hover .link-list__icon {
    transform: translateX(15px);
  }
}

.link-list__body-title {
  margin-bottom: 30px;
  font-weight: 600;
  color: hsl(210, 97.4%, 14.9%);
}

.link-list__title {
  width: 90%;
}

.link-list__icon {
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsl(211.2, 100%, 19.6%);
  transition: all 300ms ease;
}
.link-list__icon svg {
  width: 12px;
  height: 12px;
  fill: hsl(0, 0%, 100%);
}

.logos {
  position: relative;
  padding: 70px 0 20px;
}
@media only screen and (max-width: 599px) {
  .logos {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .logos {
    padding: 50px 0 0;
  }
}

.logos__wrapper {
  justify-content: center;
  align-items: center;
}

.logos__logo {
  width: 16.6666666667%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 599px) {
  .logos__logo {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .logos__logo {
    width: 25%;
  }
}
.logos__logo img {
  opacity: 0.5;
  object-fit: contain;
  width: 80px;
  height: 80px;
  object-position: center;
}

.services-list-item {
  padding: 0 30px;
  border-radius: 10px;
  transition: all 300ms ease;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .services-list-item {
    padding: 0;
  }
}
.services-list-item a {
  padding: 25px 0;
  border-top: 1px solid hsl(212.1, 28.3%, 61.2%);
  justify-content: space-between;
  align-items: center;
  transition: all 300ms ease;
}
.services-list-item:last-of-type a {
  border-bottom: 1px solid hsl(212.1, 28.3%, 61.2%);
}
@media only screen and (min-width: 900px) {
  .services-list-item:hover {
    box-shadow: 0px 0px 40px 0px rgba(4, 26, 140, 0.1);
  }
  .services-list-item:hover a {
    border-top: 1px solid transparent;
  }
  .services-list-item:hover + .services-list-item a {
    border-top: 1px solid transparent;
  }
  .services-list-item:hover + .services-list-item:last-of-type a {
    border-bottom: 1px solid transparent;
  }
}

.services-list-item__body {
  width: 90%;
}

.services-list-item__head {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.services-list-item__title {
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 25px;
}

.services-list-item__taxonomies {
  align-items: center;
}

.services-list-item__taxonomie {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(210, 28%, 80.4%, 0.1);
  margin-right: 5px;
  text-transform: uppercase;
}
.services-list-item__taxonomie:last-of-type {
  margin: 0;
}

.services-list-item__teaser {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.services-list-item__icon {
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsl(211.2, 100%, 19.6%);
  transition: all 300ms ease;
}
.services-list-item__icon svg {
  width: 12px;
  height: 12px;
  fill: hsl(0, 0%, 100%);
}

.services-list {
  z-index: 0;
  position: relative;
  padding: 70px 0;
  margin: 70px 0;
  box-shadow: 0px 0px 78px 0px rgba(4, 26, 140, 0.06);
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .services-list {
    padding: 30px 0 0;
    margin: 30px 0;
    box-shadow: 0px -5px 78px rgba(4, 26, 140, 0.06);
  }
  .services-list .wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .services-list {
    padding: 50px 0 0;
    margin: 50px 0 0;
    box-shadow: 0px -5px 78px rgba(4, 26, 140, 0.06);
  }
  .services-list .wrapper {
    flex-direction: column-reverse;
  }
}
.services-list .wrapper {
  justify-content: flex-end;
}
.services-list.image-position-right .wrapper {
  flex-direction: row-reverse;
}

.services-list__image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .services-list__image {
    position: relative;
    height: 520px;
    width: calc(100% + 40px);
    margin: 50px 0 0 -20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .services-list__image {
    position: relative;
    height: 520px;
    width: calc(100% + 120px);
    margin: 0 0 0 -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list__image {
    width: calc(40% - 60px);
  }
}
.services-list__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.services-list__body {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .services-list__body {
    width: 100%;
    margin-bottom: 70px;
  }
}

.services-list__title {
  padding-left: 30px;
  font-weight: 600;
  color: hsl(210, 97.4%, 14.9%);
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .services-list__title {
    margin-bottom: 20px;
    padding: 0;
  }
}

.services-list__editor {
  padding-left: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .services-list__editor {
    margin-bottom: 30px;
    padding: 0;
  }
}

.services-list__wrap {
  width: 100%;
}

.services-videos {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .services-videos {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .services-videos {
    padding: 50px 0;
  }
}

.services-videos__body {
  margin-bottom: 690px;
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .services-videos__body {
    margin-bottom: 640px;
    width: 100%;
  }
}

.services-videos__subtitle {
  font-family: "Archivo";
  color: hsl(212.1, 28.3%, 61.2%);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .services-videos__subtitle {
    margin-bottom: 5px;
  }
}

.services-videos__title {
  margin-bottom: 30px;
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .services-videos__title {
    margin-bottom: 20px;
  }
}

.services-videos__editor {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .services-videos__editor {
    margin-bottom: 20px;
  }
}

.services-videos__wrap {
  position: absolute !important;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 650px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 599px) {
  .services-videos__wrap {
    bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .services-videos__wrap {
    bottom: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .services-videos__wrap {
    height: 600px;
  }
}
.services-videos__wrap .services-videos__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: hsl(211.2, 100%, 19.6%);
  z-index: -1;
}
.services-videos__wrap .services-videos__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 88.54%);
}
.services-videos__wrap .services-videos__video iframe {
  box-sizing: border-box;
  width: 188.777778vh;
  height: 102.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.services-videos__wrap .services-videos__video iframe.loaded {
  opacity: 1;
  transition: all 2s ease;
}
.services-videos__wrap .services-videos__items {
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .services-videos__wrap .services-videos__items {
    flex-direction: row;
  }
}
.services-videos__wrap .services-videos__items.post-count--1 .services-videos-item {
  width: calc(100% / 1);
}
.services-videos__wrap .services-videos__items.post-count--2 .services-videos-item {
  width: calc(100% / 2);
}
.services-videos__wrap .services-videos__items.post-count--3 .services-videos-item {
  width: calc(100% / 3);
}
.services-videos__wrap .services-videos__items.post-count--4 .services-videos-item {
  width: calc(100% / 4);
}
.services-videos__wrap .services-videos__items.post-count--5 .services-videos-item {
  width: calc(100% / 5);
}
.services-videos__wrap .services-videos__items.post-count--6 .services-videos-item {
  width: calc(100% / 6);
}
.services-videos__wrap .services-videos__items.post-count--7 .services-videos-item {
  width: calc(100% / 7);
}
.services-videos__wrap .services-videos__items.post-count--8 .services-videos-item {
  width: calc(100% / 8);
}

.services-videos-item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 30px;
  transition: all 300ms ease;
  height: 150px;
}
@media only screen and (max-width: 899px) {
  .services-videos-item {
    width: 50% !important;
    border-top: none;
    border-left: none;
    border-right: 1px solid hsla(0, 0%, 100%, 0.5) !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  }
}
.services-videos-item:last-of-type {
  border-left: none;
}
.services-videos-item:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.services-videos-item__button {
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.services-videos-item__icon {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
  margin-bottom: 5px;
}

.services-videos-item__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.services-videos-item__taxonomies {
  align-items: center;
}

.services-videos-item__taxonomie {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: hsl(0, 0%, 100%);
  margin-right: 5px;
  text-transform: uppercase;
}
.services-videos-item__taxonomie:last-of-type {
  margin: 0;
}

.services-related {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .services-related {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .services-related {
    padding: 50px 0;
  }
}
.services-related .wrapper {
  position: relative;
}

.services-related__services-wrap {
  width: 75%;
}
@media only screen and (max-width: 899px) {
  .services-related__services-wrap {
    width: 100%;
  }
}

.services-related__services {
  position: relative;
  top: 0;
  width: 200%;
}

.services-related__body {
  position: relative;
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 899px) {
  .services-related__body {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.services-related__subtitle {
  color: hsl(212.1, 28.3%, 61.2%);
  font-family: "Archivo";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .services-related__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.services-related__title {
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .services-related__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.services-related__item {
  width: 400px;
  height: 275px;
}
@media only screen and (max-width: 899px) {
  .services-related__item {
    width: 305px;
    height: 210px;
  }
}

.services-videos-item__body {
  padding: 30px;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.services-related__item-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-related__item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services-related__item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 99.99%, rgba(238, 243, 249, 0) 100%);
}

.text-gallery {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 599px) {
  .text-gallery {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery {
    padding: 50px 0;
  }
}
.text-gallery .wrapper {
  justify-content: space-between;
  align-items: center;
}
.text-gallery.gallery-position-left .wrapper {
  flex-direction: row-reverse;
}
.text-gallery.gallery-position-left .wrapper .text-gallery__row.row-0 {
  left: -110px;
}
@media only screen and (max-width: 1519px) {
  .text-gallery.gallery-position-left .wrapper .text-gallery__row.row-0 {
    left: 0;
  }
}
.text-gallery.gallery-position-left .wrapper .text-gallery__row.row-2 {
  right: 0;
}
.text-gallery.gallery-position-right .wrapper .text-gallery__row.row-0 {
  left: 0;
}
.text-gallery.gallery-position-right .wrapper .text-gallery__row.row-2 {
  right: -110px;
}
@media only screen and (max-width: 1519px) {
  .text-gallery.gallery-position-right .wrapper .text-gallery__row.row-2 {
    right: 0;
  }
}
.text-gallery.has-waves:after {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-blue.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .text-gallery.has-waves:after {
    top: -30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery.has-waves:after {
    top: -50px;
  }
}

.text-gallery__body {
  width: calc(40% - 30px);
}
@media only screen and (max-width: 899px) {
  .text-gallery__body {
    width: 100%;
    margin-bottom: 40px;
  }
}

.text-gallery__gallery {
  position: relative;
  width: calc(60% - 30px);
  min-height: 690px;
}
@media only screen and (max-width: 599px) {
  .text-gallery__gallery {
    min-height: 350px;
    margin: 0;
  }
}
@media only screen and (max-width: 899px) {
  .text-gallery__gallery {
    width: 100%;
  }
}

.text-gallery__title {
  margin-bottom: 40px;
  color: hsl(210, 97.4%, 14.9%);
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .text-gallery__title {
    margin-bottom: 20px;
  }
}

.text-gallery__editor {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .text-gallery__editor {
    margin-bottom: 30px;
  }
}

.text-gallery__row {
  width: calc(50% - 15px);
  position: absolute;
  top: 50px;
}
@media only screen and (max-width: 599px) {
  .text-gallery__row {
    top: 25px;
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1519px) {
  .text-gallery__row {
    width: calc(50% + 40px);
  }
}
.text-gallery__row.row-0 {
  left: 0;
  justify-content: flex-end;
}
.text-gallery__row.row-0 .text-gallery__column:last-of-type {
  width: 60%;
  margin-top: 30px;
}
.text-gallery__row.row-2 {
  right: 0;
  justify-content: flex-start;
}
.text-gallery__row.row-2 .text-gallery__column:first-of-type {
  width: 60%;
  margin-bottom: 30px;
}

.text-gallery__column {
  position: relative;
  height: 280px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .text-gallery__column {
    height: 130px;
  }
}
.text-gallery__column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usps-image {
  margin-top: 70px;
  position: relative;
  padding: 150px 0 70px;
  background: linear-gradient(180deg, hsl(211.2, 100%, 19.6%) 0%, #044184 100%);
  margin-bottom: 420px;
  z-index: 0;
}
@media only screen and (max-width: 599px) {
  .usps-image {
    padding: 100px 0 30px;
    margin-bottom: 140px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .usps-image {
    padding: 100px 0 50px;
    margin-top: 50px;
    margin-bottom: 220px;
  }
}
.usps-image[loaded=true] .usps-image__media {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}
.usps-image .wrapper {
  position: relative;
}
.usps-image.has-waves:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./../images/waves-white.svg) top center/cover no-repeat;
  content: "";
  z-index: -1;
}

.usps-image__wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 290px;
}
@media only screen and (max-width: 599px) {
  .usps-image__wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .usps-image__wrapper {
    margin-bottom: 90px;
  }
}

.usps-image__body {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .usps-image__body {
    width: 100%;
    margin-bottom: 40px;
  }
}

.usps-image__subtitle {
  font-family: "Archivo";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: hsl(212.1, 28.3%, 61.2%);
  margin-bottom: 10px;
}

.usps-image__title {
  font-weight: 600;
  margin-bottom: 40px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .usps-image__title {
    margin-bottom: 20px;
  }
}

.usps-image__usps {
  width: 40%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .usps-image__usps {
    width: 100%;
  }
}

.usps-image__link {
  width: 70%;
  padding: 0 5px;
}
@media only screen and (max-width: 899px) {
  .usps-image__link {
    width: 100%;
    padding: 0 10px;
  }
}
.usps-image__link:first-of-type a {
  border: none;
}
.usps-image__link a {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}
@media only screen and (max-width: 899px) {
  .usps-image__link a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 600px) {
  .usps-image__link a:hover .usps-image__link-title {
    color: hsl(212.1, 28.3%, 61.2%);
  }
}

.usps-image__link-title {
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
}

.usps-image__editor {
  margin-bottom: 40px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .usps-image__editor {
    margin-bottom: 20px;
  }
}
.usps-image__editor a {
  color: hsl(0, 0%, 100%);
}
.usps-image__editor a svg {
  fill: hsl(0, 0%, 100%);
}

.usps-image__media {
  position: absolute;
  bottom: -420px;
  width: 100%;
  height: 620px;
  z-index: 0;
  overflow: hidden;
  width: calc(100% - 100px);
  transform: translateY(300px);
  opacity: 0;
}
@media only screen and (max-width: 599px) {
  .usps-image__media {
    height: 180px;
    bottom: -130px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .usps-image__media {
    height: 280px;
    bottom: -220px;
    width: calc(100% - 120px);
  }
}
.usps-image__media.is-video {
  padding: 0 50px;
}
.usps-image__media .usps-image__image, .usps-image__media .usps-image__video {
  height: 100%;
  width: 100%;
  background-color: hsl(211.2, 100%, 19.6%);
}
.usps-image__media .usps-image__image::after, .usps-image__media .usps-image__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usps-image__media .usps-image__image img, .usps-image__media .usps-image__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.usps-image__media .usps-image__image iframe, .usps-image__media .usps-image__video iframe {
  box-sizing: border-box;
  width: auto;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.usps-image__video-button {
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  z-index: 99;
}

/**
 * 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` 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.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.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` hsl(211.2, 100%, 19.6%)-100 color utility.
 */
.color-aqua-100 {
  color: hsl(211.2, 100%, 19.6%);
}

/**
 * `background-color` hsl(211.2, 100%, 19.6%)-100 color utility.
 */
.background-color-aqua-100 {
  background-color: hsl(211.2, 100%, 19.6%);
}

/**
 * `color` hsl(212.1, 28.3%, 61.2%)-50 color utility.
 */
.color-aqua-50 {
  color: hsl(212.1, 28.3%, 61.2%);
}

/**
 * `background-color` hsl(212.1, 28.3%, 61.2%)-50 color utility.
 */
.background-color-aqua-50 {
  background-color: hsl(212.1, 28.3%, 61.2%);
}

/**
 * `color` hsl(210, 28%, 80.4%)-25 color utility.
 */
.color-aqua-25 {
  color: hsl(210, 28%, 80.4%);
}

/**
 * `background-color` hsl(210, 28%, 80.4%)-25 color utility.
 */
.background-color-aqua-25 {
  background-color: hsl(210, 28%, 80.4%);
}

/**
 * `color` hsla(210, 28%, 80.4%, 0.1)-10 color utility.
 */
.color-aqua-10 {
  color: hsla(210, 28%, 80.4%, 0.1);
}

/**
 * `background-color` hsla(210, 28%, 80.4%, 0.1)-10 color utility.
 */
.background-color-aqua-10 {
  background-color: hsla(210, 28%, 80.4%, 0.1);
}

/**
 * `color` hsl(210, 97.4%, 14.9%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(210, 97.4%, 14.9%);
}

/**
 * `background-color` hsl(210, 97.4%, 14.9%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(210, 97.4%, 14.9%);
}

/**
 * `color` hsl(212.7, 47.8%, 95.5%)-50 color utility.
 */
.color-blue-50 {
  color: hsl(212.7, 47.8%, 95.5%);
}

/**
 * `background-color` hsl(212.7, 47.8%, 95.5%)-50 color utility.
 */
.background-color-blue-50 {
  background-color: hsl(212.7, 47.8%, 95.5%);
}

/**
 * `color` hsla(210, 97%, 15%, 0.4)-40 color utility.
 */
.color-blue-40 {
  color: hsla(210, 97%, 15%, 0.4);
}

/**
 * `background-color` hsla(210, 97%, 15%, 0.4)-40 color utility.
 */
.background-color-blue-40 {
  background-color: hsla(210, 97%, 15%, 0.4);
}

/**
 * `color` hsl(0.3, 100%, 40%)-100 color utility.
 */
.color-cabin-red-100 {
  color: hsl(0.3, 100%, 40%);
}

/**
 * `background-color` hsl(0.3, 100%, 40%)-100 color utility.
 */
.background-color-cabin-red-100 {
  background-color: hsl(0.3, 100%, 40%);
}

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

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

/**
 * `color` hsla(1, 67.4%, 82%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(1, 67.4%, 82%, 0.5);
}

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

/**
 * `color` hsla(2.9, 67.7%, 93.9%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(2.9, 67.7%, 93.9%, 0.1);
}

/**
 * `background-color` hsla(2.9, 67.7%, 93.9%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(2.9, 67.7%, 93.9%, 0.1);
}

/**
 * `color` hsl(107.8, 59.8%, 37.1%)-100 color utility.
 */
.color-green-100 {
  color: hsl(107.8, 59.8%, 37.1%);
}

/**
 * `background-color` hsl(107.8, 59.8%, 37.1%)-100 color utility.
 */
.background-color-green-100 {
  background-color: hsl(107.8, 59.8%, 37.1%);
}

/**
 * `color` hsla(107.6, 35.4%, 81.2%, 0.5)-50 color utility.
 */
.color-green-50 {
  color: hsla(107.6, 35.4%, 81.2%, 0.5);
}

/**
 * `background-color` hsla(107.6, 35.4%, 81.2%, 0.5)-50 color utility.
 */
.background-color-green-50 {
  background-color: hsla(107.6, 35.4%, 81.2%, 0.5);
}

/**
 * `color` hsla(105, 37.5%, 93.7%, 0.1)-10 color utility.
 */
.color-green-10 {
  color: hsla(105, 37.5%, 93.7%, 0.1);
}

/**
 * `background-color` hsla(105, 37.5%, 93.7%, 0.1)-10 color utility.
 */
.background-color-green-10 {
  background-color: hsla(105, 37.5%, 93.7%, 0.1);
}