@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* Colors */
/* Paddings */
/* Font-Colors */
/* Border radius */
/* Animation */
/* Grid */
html {
  font-size: 100%; }

body {
  font-size: 1.225rem;
  font-weight: 300;
  letter-spacing: 0.0125rem;
  line-height: 2rem;
  text-rendering: optimizeLegibility;
  color: #7e8287; }
  @media only screen and (max-width: 60rem) {
    body {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.725rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2f2a7e; }

h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600; }

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem; }

h3 {
  font-size: 2rem;
  line-height: 2rem; }

h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

h5 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600; }

h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600; }

a {
  color: #2f2a7e;
  text-decoration: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media only screen and (min-width: 100rem) {
    .container {
      width: 75%; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.3333333333%; }

.col-2-sm {
  width: 12.6666666667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.3333333333%; }

.col-5-sm {
  width: 37.6666666667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.3333333333%; }

.col-8-sm {
  width: 62.6666666667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.3333333333%; }

.col-11-sm {
  width: 87.6666666667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 60rem) {
  .col-1 {
    width: 4.3333333333%; }
  .col-2 {
    width: 12.6666666667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.3333333333%; }
  .col-5 {
    width: 37.6666666667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.3333333333%; }
  .col-8 {
    width: 62.6666666667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.3333333333%; }
  .col-11 {
    width: 87.6666666667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.menu-icon {
  display: none;
  position: absolute;
  width: 54px;
  height: 54px;
  right: 0;
  top: 18px;
  border-radius: 50%; }
  @media only screen and (max-width: 60rem) {
    .menu-icon {
      display: block; } }
  .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 22px;
    height: 2px;
    background-color: #7e8287; }
    .menu-icon span:before, .menu-icon span:after {
      content: "";
      background-color: #7e8287;
      width: 22px;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-6px);
      transition: transform 0.4s; }
    .menu-icon span:after {
      transform: translateY(6px); }
  .menu-icon:hover span:before {
    transform: translateY(-8px); }
  .menu-icon:hover span:after {
    transform: translateY(8px); }

.menu-icon-cross {
  background-color: transparent;
  transition: transform 0.4s; }
  .menu-icon-cross span::before, .menu-icon-cross span::after {
    transform-origin: 50% 50%; }
  .menu-icon-cross span {
    transition: background 0.4s, transform 0.4s; }
  .menu-icon-cross svg {
    fill: transparent;
    stroke-width: 2px;
    stroke: #7e8287;
    stroke-dashArray: 165;
    stroke-dashOffset: 165;
    transition: stroke-dashOffset 0.8s, fill 0.4s; }
  .menu-icon-cross.isOpen {
    transform: rotate(180deg); }
    .menu-icon-cross.isOpen span {
      background: transparent; }
    .menu-icon-cross.isOpen span:before {
      transform: translateY(0) rotate(45deg); }
    .menu-icon-cross.isOpen span:after {
      transform: translateY(0) rotate(-45deg); }
    .menu-icon-cross.isOpen svg {
      stroke-dashOffset: 0; }
    .menu-icon-cross.isOpen:hover svg {
      fill: rgba(255, 255, 255, 0.1); }

.menu-icon-path span {
  background-color: #7e8287;
  transition: background-color 0.4s steps(1, end); }

.menu-icon-path svg {
  fill: transparent;
  stroke-width: 2px;
  stroke: transparent;
  stroke-dashArray: 22 230;
  transition: stroke-dashArray 0.4s, stroke-dashOffset 0.4s, transform 0.4s, stroke 0.4s steps(1, end); }

.menu-icon-path.isOpen span {
  background-color: transparent;
  transition: background-color 0.4s steps(1, start); }

.menu-icon-path.isOpen svg {
  stroke: #7e8287;
  stroke-dashOffset: -65;
  stroke-dashArray: 160;
  transition: stroke-dashArray 0.8s, stroke-dashOffset 0.4s, transform 0.4s, stroke 0.4s steps(1, start), fill 0.4s; }

.menu-icon-path.isOpen span:before {
  transform: translateY(0) rotate(45deg); }

.menu-icon-path.isOpen span:after {
  transform: translateY(0) rotate(-45deg); }

.menu-icon-path.isOpen:hover svg {
  fill: #1D3F38; }

.menu-icon-arrow {
  background-color: transparent;
  transition: transform 0.4s; }
  .menu-icon-arrow span, .menu-icon-arrow span:before, .menu-icon-arrow span:after {
    transition: background 0.4s, transform 0.4s, width 0.4s;
    transform-origin: 100% 50%; }
  .menu-icon-arrow svg {
    fill: transparent;
    stroke-width: 2px;
    stroke: #7e8287;
    stroke-dashArray: 165;
    stroke-dashOffset: 165;
    transition: stroke-dashOffset 0.8s ease, fill 0.4s; }
  .menu-icon-arrow.isOpen {
    transform: rotate(180deg); }
    .menu-icon-arrow.isOpen span:before {
      transform: translateY(0) rotate(45deg); }
    .menu-icon-arrow.isOpen span:after {
      transform: translateY(0) rotate(-45deg); }
    .menu-icon-arrow.isOpen span:before, .menu-icon-arrow.isOpen span:after {
      width: 50%;
      right: 0;
      left: auto; }
    .menu-icon-arrow.isOpen svg {
      stroke-dashOffset: 0; }
    .menu-icon-arrow.isOpen:hover svg {
      fill: rgba(255, 255, 255, 0.1); }

.button {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #009fe3;
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.2s -webkit-transform ease, 0.2s box-shadow ease;
  transition: 0.2s -webkit-transform ease, 0.2s box-shadow ease; }
  .button:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
  .button:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    background-color: #009fe3; }

.togglelist .item {
  background: #F2F5F8;
  padding: 3.5rem 0; }
  @media only screen and (max-width: 60rem) {
    .togglelist .item {
      padding: 1.75rem 0; } }
  .togglelist .item:nth-of-type(2n) {
    background-color: #fff; }
  .togglelist .item .header {
    margin-left: 40px; }
    .togglelist .item .header:before {
      display: inline-block;
      position: absolute;
      content: "";
      width: 20px;
      height: 30px;
      background: transparent url("../img/arrow-right.svg") center no-repeat;
      margin-right: 20px;
      transition: transform 0.2s ease;
      transform: translate(-42px, 6px); }
    .togglelist .item .header:hover {
      cursor: pointer; }
      .togglelist .item .header:hover:before {
        transform: translate(-32px, 6px); }
  .togglelist .item .hidden {
    max-height: 0;
    transform: translate(0, -20px);
    overflow: hidden;
    opacity: 0;
    margin-left: 40px;
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.5s ease; }
  .togglelist .item.open .header:before {
    transform: rotate(90deg) translate(6px, 36px); }
  .togglelist .item.open .hidden {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transform: translate(0);
    transition: max-height 1s ease, opacity 1s ease, transform 0.5s ease; }

.statistics {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #fff url("../img/statistics@2x.png") center bottom no-repeat;
  background-size: 100% 0%;
  content: "";
  -webkit-transition: background-size 2.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: background-size 2.5s cubic-bezier(0.7, 0, 0.3, 1); }
  @media only screen and (max-width: 800px) {
    .statistics {
      height: 200px; } }
  .statistics.inview {
    background-size: 100% 400px; }
    @media only screen and (max-width: 800px) {
      .statistics.inview {
        background-size: 100% 200px; } }
    .statistics.inview .dots {
      height: 400px; }
      @media only screen and (max-width: 800px) {
        .statistics.inview .dots {
          height: 200px; } }
  .statistics .dots {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    -webkit-transition: height 2.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: height 2.5s cubic-bezier(0.7, 0, 0.3, 1); }
    .statistics .dots .dot {
      position: absolute;
      width: 14px;
      height: 14px;
      border: 2px solid #fff;
      margin-left: -5px;
      margin-top: -5px;
      border-radius: 50%;
      background-color: #2f2a7e; }
      .statistics .dots .dot:after {
        display: block;
        position: absolute;
        background: rgba(0, 60, 123, 0.2);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        -webkit-animation: dots 2s infinite ease;
        animation: dots 2s infinite ease; }
      .statistics .dots .dot:nth-child(1) {
        left: 14.2%;
        top: 92%; }
        .statistics .dots .dot:nth-child(1):after {
          animation-delay: 0s; }
      .statistics .dots .dot:nth-child(2) {
        left: 31.5%;
        top: 55%; }
        .statistics .dots .dot:nth-child(2):after {
          animation-delay: 0.5s; }
      .statistics .dots .dot:nth-child(3) {
        left: 48.5%;
        top: 76%; }
        .statistics .dots .dot:nth-child(3):after {
          animation-delay: 1s; }
      .statistics .dots .dot:nth-child(4) {
        left: 66%;
        top: 43%; }
        .statistics .dots .dot:nth-child(4):after {
          animation-delay: 1.5s; }
      .statistics .dots .dot:nth-child(5) {
        left: 83%;
        top: 38%; }
        .statistics .dots .dot:nth-child(5):after {
          animation-delay: 2s; }
      .statistics .dots .dot:nth-child(6) {
        left: 66.7%;
        top: 37.5%; }
        .statistics .dots .dot:nth-child(6):after {
          animation-delay: 2.5s; }
      .statistics .dots .dot:nth-child(7) {
        left: 79%;
        top: 48%; }
        .statistics .dots .dot:nth-child(7):after {
          animation-delay: 3s; }
      .statistics .dots .dot:nth-child(8) {
        left: 91%;
        top: 12%; }
        .statistics .dots .dot:nth-child(8):after {
          animation-delay: 3.5s; }

footer {
  padding-bottom: 140px !important; }

#okCookie {
  background-color: #FFF;
  color: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center; }

#okCookie p {
  margin: 0 0 5px 0;
  float: left;
  padding: 5px 0px;
  font-size: 14px;
  text-align: center;
  width: 100%; }

#okCookie #okClose, #okCookie #okCprivacy {
  padding: 5px 20px;
  margin-left: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 3px;
  color: white; }

#okCookie #okClose {
  background-color: #2f2a7e; }

#okCookie #okCprivacy {
  background-color: #8D9499; }

#okCookie #okCprivacy:hover {
  background-color: #a0a8ae; }

.okcBeginAnimate {
  -webkit-animation: myfirst 1s;
  animation: myfirst 1s; }

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease; }
  @media only screen and (max-width: 60rem) {
    header {
      background: rgba(255, 255, 255, 0.9);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0725); } }
  header.sticky {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0725); }
    header.sticky .logo a {
      background: transparent url(../img/logo-dark.svg) center no-repeat; }
    header.sticky ul li a {
      color: #7e8287; }
  header .logo a {
    position: absolute;
    width: 300px;
    height: 50px;
    background: transparent url(../img/logo.svg) center no-repeat;
    background-size: 300px 50px;
    margin: 20px 0;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden; }
    @media only screen and (max-width: 60rem) {
      header .logo a {
        width: 250px;
        height: 42px;
        background-size: 250px 42px; } }
  header nav {
    float: right; }
    @media only screen and (max-width: 60rem) {
      header nav {
        display: none;
        float: none; } }
    @media only screen and (max-width: 60rem) {
      header nav.open {
        display: block; } }
  header ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 60rem) {
      header ul {
        margin: 5rem 0; } }
    header ul li {
      display: inline-block; }
      @media only screen and (max-width: 60rem) {
        header ul li {
          display: block;
          text-align: center; } }
      header ul li a {
        display: inline-block;
        padding: 0 12px;
        height: 90px;
        line-height: 90px;
        text-transform: uppercase;
        font-size: 0.925rem;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        border-bottom: 0px solid transparent;
        transition: border-bottom 0.3s ease;
        color: #fff; }
        @media only screen and (max-width: 60rem) {
          header ul li a {
            height: 64px;
            line-height: 64px;
            padding: 0;
            text-align: center; } }
        header ul li a:hover {
          border-bottom: 4px solid #009fe3; }

.intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #1c0f60;
  -webkit-backface-visibility: hidden;
  padding-bottom: 7rem; }
  .intro a  {
    color: #fff; }
  .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
    color: #fff; }
  .intro p {
    color: #abbaca; }
  .intro::-webkit-scrollbar {
    display: none; }
  .intro video {
    position: absolute;
    object-fit: cover;
    min-width: 100%;
    background-color: #1c0f60; }
    @media (min-aspect-ratio: 16 / 9) {
      .intro video {
        width: 100%;
        height: auto;
        /* actually taller than viewport */ } }
    @media (max-aspect-ratio: 16 / 9) {
      .intro video {
        width: auto;
        /* actually wider than viewport */
        height: 100%; } }
  .intro .content {
    padding: 10.5rem 0; }
    @media only screen and (max-width: 60rem) {
      .intro .content {
        padding: 5.25rem 0; } }
  .intro:after {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: transparent url("../img/triangle-angle.png") center bottom;
    background-size: 100% 100%;
    content: "";
    height: 100px; }
    @media only screen and (min-width: 33.75rem) {
      .intro:after {
        height: 180px; } }

.content {
  padding: 7rem 0; }
  @media only screen and (max-width: 60rem) {
    .content {
      padding: 3.5rem 0; } }
  .content ul {
    padding-left: 15px; }
    .content ul li {
      padding-left: 10px; }

.half {
  display: block;
  float: left;
  width: 50%;
  height: 540px;
  text-align: center; }
  @media only screen and (max-width: 60rem) {
    .half {
      height: 420px; } }
  @media only screen and (max-width: 60rem) {
    .half {
      width: 100%; } }

.numbers {
  margin-bottom: 3rem; }
  .numbers h5 {
    margin-bottom: 0;
    font-size: 3rem; }
    @media only screen and (max-width: 60rem) {
      .numbers h5 {
        font-size: 2rem; } }
  .numbers p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: #b0b5b9;
    text-transform: uppercase; }

.row [class^="col"].productteaser a {
  display: inline-block;
  margin-bottom: 40px;
  height: 130px;
  font-weight: 800;
  width: 100%;
  padding: 3%;
  background: #F2F5F8;
  background-size: 250px 203px;
  -webkit-transition: 0.2s -webkit-transform ease, 0.2s box-shadow ease;
  transition: 0.2s -webkit-transform ease, 0.2s box-shadow ease; }
  .row [class^="col"].productteaser a:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: scale(1.05); }

.order {
  overflow: hidden;
  padding: 0;
  background-color: #2f2a7e; }
  .order .button {
    margin-top: 20px; }
  .order h4 {
    color: #fff; }
  .order a {
    color: #fff; }
  .order:hover .catalog {
    background-position: center 0px; }
  .order input[type="text"] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #47419c;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 30px;
    font-size: 1rem; }
    .order input[type="text"]::placeholder {
      text-transform: uppercase;
      color: #47419c;
      font-weight: 400;
      font-size: 1rem; }
  .order form {
    margin-bottom: 60px; }

.catalog {
  position: absolute;
  bottom: 0;
  float: right;
  width: 308px;
  height: 337px;
  background: transparent url(../img/catalog.png) center no-repeat;
  background-size: 308px 317px;
  background-position: center 20px;
  transition: background-position 1s ease;
  transform: translateY(20px); }
  @media only screen and (max-width: 60rem) {
    .catalog {
      display: none; } }

#map {
  background: red; }

section.inview .intro video {
  display: block; }

#start {
  z-index: 10; }
  #start .content {
    padding-bottom: 0; }

#services {
  z-index: 20; }
  #services > .content {
    padding: 7rem 0 0 0; }
    @media only screen and (max-width: 60rem) {
      #services > .content {
        padding: 3.5rem 0 0 0; } }
    #services > .content .togglelist {
      margin-top: 7rem; }
      @media only screen and (max-width: 60rem) {
        #services > .content .togglelist {
          margin-top: 3.5rem; } }

#workcontract > .content {
  padding: 7rem 0 0 0; }
  @media only screen and (max-width: 60rem) {
    #workcontract > .content {
      padding: 3.5rem 0 0 0; } }
  #workcontract > .content .togglelist {
    margin-top: 7rem; }
    @media only screen and (max-width: 60rem) {
      #workcontract > .content .togglelist {
        margin-top: 3.5rem; } }

#locations {
  z-index: 40; }

#contact {
  z-index: 60; }
  #contact > .content {
    padding: 0; }
  #contact h2 {
    margin-top: 8rem;
    font-size: 3rem; }
  #contact h3 {
    font-size: 2rem; }

footer {
  background-color: #241f71;
  clear: both;
  font-size: 1rem; }
  @media only screen and (max-width: 60rem) {
    footer {
      text-align: center; } }
  footer .logo {
    position: relative;
    width: 250px;
    height: 42px;
    background: transparent url(../img/logo.svg) center no-repeat;
    background-size: 250px 42px;
    margin: 20px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden; }
  footer p {
    margin: 0;
    color: #fff; }
  footer ul {
    padding: 0;
    margin: 0 0 1rem; }
    footer ul li {
      display: inline-block;
      margin-right: 10px; }
  footer a {
    color: #fff; }

/*# sourceMappingURL=main.css.map */