/*! locomotive-scroll v4.1.2 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

/*------   Import Fonts -------*/
@font-face {
  font-family: "Seb";
  src: url("../fonts/SEBSansSerif-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Seb";
  src: url("../fonts/SEBSansSerif-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Seb";
  src: url("../fonts/SEBSansSerif-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Seb";
  src: url("../fonts/SEBSansSerif-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Seb";
  src: url("../fonts/SEBSansSerif-Bold.woff") format("woff");
  font-weight: 600;
}
:root {
  --app-height: 100%;
}

/* animate */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animated2 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Helpers */
.relative {
  position: relative;
}

.fullc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.none {
  display: none;
}

.show-resp {
  display: none;
}

@media (max-width: 1000px) {
  .show-resp {
    display: block;
  }

  .hide-resp {
    display: none;
  }
}
/* Bootstrap based grid */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col, .col-auto, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 1800px) {
  .col-1800-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1800-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1800-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1800-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1800-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1800-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1800-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1800-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1800-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1800-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1800-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1800-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1800-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1800-first {
    order: -1;
  }

  .order-1800-last {
    order: 13;
  }
}
@media (min-width: 1700px) {
  .col-1700-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1700-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1700-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1700-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1700-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1700-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1700-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1700-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1700-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1700-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1700-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1700-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1700-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1700-first {
    order: -1;
  }

  .order-1700-last {
    order: 13;
  }
}
@media (min-width: 1600px) {
  .col-1600-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1600-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1600-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1600-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1600-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1600-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1600-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1600-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1600-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1600-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1600-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1600-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1600-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1600-first {
    order: -1;
  }

  .order-1600-last {
    order: 13;
  }
}
@media (min-width: 1500px) {
  .col-1500-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1500-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1500-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1500-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1500-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1500-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1500-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1500-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1500-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1500-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1500-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1500-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1500-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1500-first {
    order: -1;
  }

  .order-1500-last {
    order: 13;
  }
}
@media (min-width: 1400px) {
  .col-1400-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1400-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1400-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1400-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1400-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1400-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1400-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1400-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1400-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1400-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1400-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1400-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1400-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1400-first {
    order: -1;
  }

  .order-1400-last {
    order: 13;
  }
}
@media (min-width: 1300px) {
  .col-1300-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1300-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1300-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1300-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1300-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1300-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1300-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1300-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1300-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1300-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1300-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1300-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1300-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1300-first {
    order: -1;
  }

  .order-1300-last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .col-1200-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1200-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1200-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1200-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1200-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1200-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1200-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1200-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1200-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1200-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1200-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1200-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1200-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1200-first {
    order: -1;
  }

  .order-1200-last {
    order: 13;
  }
}
@media (min-width: 1100px) {
  .col-1100-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1100-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1100-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1100-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1100-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1100-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1100-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1100-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1100-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1100-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1100-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1100-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1100-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1100-first {
    order: -1;
  }

  .order-1100-last {
    order: 13;
  }
}
@media (min-width: 1000px) {
  .col-1000-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-1000-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-1000-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-1000-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-1000-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-1000-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-1000-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1000-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-1000-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-1000-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-1000-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-1000-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-1000-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-1000-first {
    order: -1;
  }

  .order-1000-last {
    order: 13;
  }
}
@media (min-width: 900px) {
  .col-900-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-900-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-900-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-900-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-900-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-900-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-900-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-900-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-900-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-900-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-900-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-900-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-900-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-900-first {
    order: -1;
  }

  .order-900-last {
    order: 13;
  }
}
@media (min-width: 800px) {
  .col-800-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-800-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-800-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-800-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-800-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-800-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-800-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-800-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-800-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-800-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-800-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-800-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-800-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-800-first {
    order: -1;
  }

  .order-800-last {
    order: 13;
  }
}
@media (min-width: 700px) {
  .col-700-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-700-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-700-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-700-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-700-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-700-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-700-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-700-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-700-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-700-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-700-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-700-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-700-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-700-first {
    order: -1;
  }

  .order-700-last {
    order: 13;
  }
}
@media (min-width: 600px) {
  .col-600-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-600-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-600-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-600-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-600-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-600-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-600-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-600-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-600-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-600-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-600-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-600-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-600-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-600-first {
    order: -1;
  }

  .order-600-last {
    order: 13;
  }
}
@media (min-width: 500px) {
  .col-500-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-500-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-500-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-500-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-500-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-500-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-500-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-500-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-500-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-500-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-500-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-500-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-500-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-500-first {
    order: -1;
  }

  .order-500-last {
    order: 13;
  }
}
@media (min-width: 400px) {
  .col-400-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-400-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-400-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-400-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-400-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-400-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-400-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-400-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-400-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-400-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-400-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-400-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-400-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-400-first {
    order: -1;
  }

  .order-400-last {
    order: 13;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}
html.modal-open, body.modal-open {
  height: 100%;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

body {
  color: black;
  font-family: "Seb", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1000px) {
  body {
    font-size: 1rem;
  }
}

.wrap {
  display: block;
  position: relative;
  margin: auto;
  max-width: 87.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.wrap-small {
  display: block;
  position: relative;
  margin: auto;
  max-width: 56.25rem;
  padding-left: 5%;
  padding-right: 5%;
}

.content-wrap {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .content-wrap {
    max-width: 37.5rem;
  }
}

.mt-0 {
  margin-top: 0;
}

.lrpad {
  padding-left: 5%;
  padding-right: 5%;
}

.lpad {
  padding-left: 5%;
}

.rpad {
  padding-right: 5%;
}

nav, label, input {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.75rem;
}

p {
  margin: 0 0 1.75rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

h1 {
  font-size: 9.125rem;
  line-height: 1;
}

h2 {
  font-size: 4.25rem;
  line-height: 1;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 2.625rem;
  }
}

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

h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.875rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

.small-text {
  font-size: 0.875rem;
  color: #8e8e8e;
  margin-bottom: 1rem;
}

.color-grey {
  color: #8e8e8e;
}

blockquote, quote {
  color: #8e8e8e;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
}

hr {
  margin: 2rem 0;
  background: none;
  border: none;
  border-top: 1px solid #e2e2e2;
}

.user-content img {
  margin-bottom: 1.75rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.user-content .button {
  margin-bottom: 1.75rem;
  margin-right: 0;
}
.user-content a {
  color: #0092e1;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.user-content a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  width: 0;
  height: 1px;
  background: #3fa5e7;
  transition: 0.4s ease width;
}
.user-content a:hover {
  text-decoration: none;
}
.user-content a:hover:before {
  width: 100%;
}
.user-content a.button {
  color: white;
  text-decoration: none;
}
.user-content ul, .user-content ol {
  padding-left: 1.375rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.user-content ul li, .user-content ol li {
  padding-left: 0.3125rem;
  margin-bottom: 0.5rem;
}
.user-content p .button:last-child {
  margin-bottom: 0;
}

.align-center {
  text-align: center;
}

.square-video-c {
  max-width: 24.25rem;
  position: relative;
}

.video-c {
  position: relative;
  padding-top: 56%;
  width: 100%;
}
.video-c.square {
  padding-top: 100%;
}
.video-c .video-cover-c {
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-c video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-filter {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #191919;
  opacity: 0.2;
}

.play-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 5;
  line-height: 0;
}
.play-button svg {
  width: 3.25rem;
}
.play-button svg circle {
  stroke: white;
  fill: transparent;
  transition: 0.4s ease all;
}
.play-button svg path {
  fill: white;
  transition: 0.4s ease all;
}
.play-button:hover svg circle {
  fill: white;
}
.play-button:hover svg path {
  fill: #191919;
}
.play-button.center {
  position: absolute;
}

.button {
  position: relative;
  font-weight: 500;
  color: white;
  background: #0092e1;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.6875rem 1.5625rem;
  cursor: pointer;
  -webkit-appearance: none;
  border: 1px solid #0092e1;
  border-radius: 0.25rem;
  display: inline-block;
  transition: 0.4s ease background-color;
}
.button:before {
  display: none;
}
.button:hover {
  color: white;
  background: #3fa5e7;
}
.button.big {
  padding: 0.875rem 1.9375rem;
}
.button.grey {
  color: #191919 !important;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.button.grey:hover {
  color: #191919;
  background: #ECECEC;
  border: 1px solid #ECECEC;
}
.button.big-grey {
  padding: 0.875rem 1.5625rem 0.875rem 1.5625rem;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #191919;
  margin-left: 0.5rem;
}
.button.big-grey svg {
  top: 1rem;
}
.button.big-grey svg path {
  stroke: #191919;
}
.button.big-grey:hover {
  opacity: 0.8;
}
.button.big-grey.no-margin {
  margin-left: 0;
}
.button.with-icon {
  padding: 0.6875rem 1.5625rem 0.6875rem 3.625rem;
}
.button.with-icon svg {
  position: absolute;
  top: 0.8125rem;
  left: 1.6875rem;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.3125rem;
}
.button.with-icon svg path {
  stroke: white;
}
.button.with-icon.big-grey {
  padding: 0.875rem 1.5625rem 0.875rem 3.625rem;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #191919;
  margin-left: 0.5rem;
}
.button.with-icon.big-grey svg {
  top: 1rem;
}
.button.with-icon.big-grey svg path {
  stroke: #191919;
}
.button.with-icon.big-grey:hover {
  opacity: 0.8;
}
.button.with-icon.big-grey.no-margin {
  margin-left: 0;
}
.button.blue-border {
  background: white;
  color: #0092e1;
}
.button.blue-border:hover {
  background: #0092e1;
  color: white;
}

.page-content {
  background: white;
  position: relative;
}

.burger {
  width: 28px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #191919;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0.3125rem;
  transform-origin: left center;
}

.burger span:nth-child(2) {
  top: 0.9375rem;
  transform-origin: left center;
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0rem;
  left: 0.1875rem;
}

.burger.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 1.25rem;
  left: 0.1875rem;
}

header.row {
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 2rem 4% 2rem 4%;
  align-items: flex-end;
  line-height: 0;
  transition: 0.4s ease top;
}
@media (min-width: 1000px) {
  header.row {
    display: none;
  }
}
header.row.show {
  top: 0 !important;
}
header.row.hide {
  top: -6.875rem;
}
header.row .logo-col {
  margin-right: auto;
}
header.row .logo-col img {
  width: 4.5rem;
}
header.row .langs-col {
  margin-right: 1.25rem;
  line-height: 1.4;
}
header.row .langs-col a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}
header.row .burger-col {
  width: 6.25rem;
  text-align: right;
  position: relative;
}
header.row .burger-col .burger-status-text {
  font-weight: 600;
  font-size: 0.875rem;
  margin-right: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  transition: 0.4s ease opacity;
  position: absolute;
  right: 2.125rem;
  bottom: 0.75rem;
}
header.row .burger-col .burger-status-text.close {
  opacity: 0;
}
header.row .burger-col .burger {
  display: inline-block;
  vertical-align: middle;
}
header.row .burger-col.open .burger-status-text.close {
  opacity: 1;
}
header.row .burger-col.open .burger-status-text.open {
  opacity: 0;
}

.primary-nav {
  position: absolute;
  z-index: 20;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 31rem;
  padding: 2.625rem 5rem 2.625rem 4rem;
  border-right: 1px solid #e2e2e2;
  background: white;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .primary-nav {
    width: 25rem;
    padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  }
}
@media (max-width: 1000px) {
  .primary-nav {
    display: none;
  }
}
@media (max-height: 750px) {
  .primary-nav {
    padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  }
}
.primary-nav .relative {
  height: 100%;
}
@media screen and (min-width: 1000px) and (max-height: 650px) {
  .primary-nav .relative {
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .primary-nav .relative {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.primary-nav .top-part .header .logo-col {
  margin-right: auto;
}
.primary-nav .top-part .header .logo-col img {
  width: 4.5rem;
}
.primary-nav .top-part .header .langs-col {
  line-height: 1.4;
}
.primary-nav .top-part .header .langs-col a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.4s ease all;
  position: relative;
  top: 0.625rem;
}
.primary-nav .top-part .header .langs-col a:hover {
  color: #8e8e8e;
}
.primary-nav .top-part .navigation {
  margin-top: 2.625rem;
  margin-bottom: 6.25rem;
  padding: 0;
}
@media (max-height: 750px) {
  .primary-nav .top-part .navigation {
    margin-bottom: 1.875rem;
  }
}
.primary-nav .top-part .navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-nav .top-part .navigation li a {
  display: block;
  color: #8e8e8e;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  transition: 0.4s ease color;
  cursor: pointer;
}
@media (max-height: 750px) {
  .primary-nav .top-part .navigation li a {
    font-size: 24px;
  }
}
.primary-nav .top-part .navigation li a.js-active, .primary-nav .top-part .navigation li a:hover {
  color: #191919;
}
.primary-nav .bottom-part {
  max-width: 420px;
}
@media (min-width: 1360px) {
  .primary-nav .bottom-part {
    position: absolute;
    bottom: 0;
  }
}
@media (max-height: 650px) {
  .primary-nav .bottom-part {
    position: relative;
  }
}
.primary-nav .bottom-part h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (max-width: 600px) {
  .primary-nav .bottom-part h5 {
    max-width: 21.25rem;
  }
}
.primary-nav .bottom-part .button {
  margin-bottom: 1.8125rem;
}
.primary-nav .bottom-part .second-navigation {
  padding: 0;
  margin: 0;
}
.primary-nav .bottom-part .second-navigation li {
  padding: 0;
  position: relative;
  list-style: none;
}
.primary-nav .bottom-part .second-navigation li a {
  position: relative;
  display: block;
  color: #0092e1;
  padding: 0.3125rem 0;
  cursor: pointer;
  transition: 0.4s ease all;
}
.primary-nav .bottom-part .second-navigation li a:after {
  content: "";
  background: url("../img/blue-arrow.svg") no-repeat center;
  background-size: 0.5rem 1rem;
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0.625rem;
  transition: 0.4s ease right;
}
.primary-nav .bottom-part .second-navigation li a span {
  position: relative;
}
.primary-nav .bottom-part .second-navigation li a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 0;
  height: 1px;
  background: #3fa5e7;
  transition: 0.4s ease width;
}
.primary-nav .bottom-part .second-navigation li a:hover {
  padding-left: 0.625rem;
  text-decoration: none;
}
.primary-nav .bottom-part .second-navigation li a:hover span:before {
  width: 100%;
}

.js-tablet-menu-bg {
  position: fixed;
  background: #e2e2e299;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
  display: none;
  opacity: 0;
}
@media (min-width: 600px) and (max-width: 1000px) {
  .js-tablet-menu-bg {
    opacity: 1;
  }
}

.phone-primary-nav {
  display: none;
  position: fixed;
  top: 5.9375rem;
  left: 0;
  width: 100%;
  border-right: none;
  z-index: 80;
  overflow-y: auto;
  height: calc(100vh - 5.9rem);
  padding: 0rem 4% 5rem 4%;
  background: white;
}
@media (min-width: 600px) and (max-width: 1000px) {
  .phone-primary-nav {
    height: auto;
  }
}
.phone-primary-nav .top-part .navigation {
  margin-top: 0rem;
  margin-bottom: 2.625rem;
}
.phone-primary-nav .top-part .navigation li a {
  font-size: 1.5rem;
}
.phone-primary-nav .bottom-part h5 {
  font-size: 1rem;
}
.phone-primary-nav .bottom-part .second-navigation {
  padding: 0;
  margin: 0;
}
.phone-primary-nav .bottom-part .second-navigation li a {
  padding: 0.3125rem 0;
  font-size: 1rem;
}

.first-block {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .first-block {
    height: auto;
  }
}
.first-block .img-mask-c {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .first-block .img-mask-c {
    height: auto;
    padding-top: 100%;
  }
}
.first-block .img-mask-c .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform-origin: 50% 50%;
  transform: scale(1.4);
  left: 0;
}
@media (max-width: 1000px) {
  .first-block .img-mask-c .hero-image {
    left: 0;
    transform: scale(1);
  }
}
.first-block .img-mask-c .hero-mask {
  transform: scale(10);
  transform-origin: 23% 70%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1000px) {
  .first-block .img-mask-c .hero-mask {
    transform: scale(1);
  }
}

.is-safari .first-block .first-video-c .scroll-down .line-text {
  left: calc(-100% - 0.55rem);
}

.popup-video-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.popup-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  35% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  35% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes slide {
  0% {
    left: 0;
  }
  80% {
    left: 0;
  }
  90% {
    left: 1.25rem;
  }
  100% {
    left: 0;
  }
}
@keyframes slide {
  0% {
    left: 0;
  }
  80% {
    left: 0;
  }
  90% {
    left: 1.25rem;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes scrolldown {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.modal-open {
  overflow: hidden;
}

.popup {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: rgba(226, 226, 226, 0.6);
}
.popup.js-locomotive-popup {
  height: auto;
}
@media (max-width: 1200px) {
  .popup.js-locomotive-popup {
    height: 100vh;
  }
}
.popup .popup-flex {
  padding: 0 1.25rem 6.6875rem 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .popup .popup-flex {
    padding: 0;
  }
}
.popup .popup-flex .popup-c {
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
  position: relative;
  max-width: 68rem;
  width: 100%;
  background: white;
  display: inline-block;
}
@media (max-width: 1200px) {
  .popup .popup-flex .popup-c {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.popup .popup-flex .popup-c .sticky-close {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  z-index: 99;
}
@media (max-width: 1200px) {
  .popup .popup-flex .popup-c .sticky-close {
    position: fixed;
    top: 5px;
    right: 7px;
  }
}
.popup .popup-flex .popup-c .sticky-close .close {
  position: relative;
  top: 0;
  right: 0;
}
.popup .popup-flex .popup-c .close {
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  cursor: pointer;
}
.popup .popup-flex .popup-c .close path {
  stroke: #191919;
  transition: 0.4s ease all;
  transform: scale(1);
  transform-origin: center;
}
.popup .popup-flex .popup-c .close:hover path {
  stroke: #8e8e8e;
  transform: scale(0.8);
}
.popup .popup-flex .popup-c .popup-content {
  position: relative;
}
.popup.video-popup {
  background: black;
}
.popup.video-popup .popup-flex {
  padding: 0;
}
.popup.video-popup .popup-flex .popup-c {
  max-width: 100%;
  background: #191919;
}
.popup.video-popup .popup-flex .popup-c .popup-video-container video {
  width: 5000px;
  height: 2000px;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  margin-bottom: 80px;
}
.popup.cookies-popup .popup-flex {
  padding: 0;
}
@media (max-width: 600px) {
  .popup.cookies-popup .popup-flex {
    align-items: center;
  }
}
.popup.cookies-popup .popup-flex .popup-c {
  max-width: 38rem;
  margin: 0;
  padding: 2.625rem 4rem 0.875rem 4rem;
}
@media (max-width: 600px) {
  .popup.cookies-popup .popup-flex .popup-c {
    margin: 0 4%;
    padding: 2rem 1rem 1.5rem 1rem;
  }
}
.popup.cookies-popup .popup-flex .popup-c .langs {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  line-height: 0;
}
.popup.cookies-popup .popup-flex .popup-c .langs a {
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  .popup.cookies-popup .popup-flex .popup-c .popup-content .content .button {
    margin-bottom: 0.5rem;
  }
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els {
  margin-bottom: 1.5rem;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el {
  cursor: pointer;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el .cookies-options-option-el-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el .cookies-options-checkbox {
  border: 1px solid #8e8e8e;
  box-sizing: border-box;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  transition: 0.4s ease all;
  position: relative;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el .cookies-options-checkbox svg {
  width: 0.75rem;
  height: 0.5625rem;
  position: absolute;
  left: 0.3125rem;
  top: 0.375rem;
  opacity: 0;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el .cookies-options-checkbox svg path {
  stroke: white;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el.js-checked .cookies-options-checkbox {
  background: #0092e1;
  border: 1px solid #0092e1;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el.js-checked svg {
  opacity: 1;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el.js-non-editable {
  pointer-events: none;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el.js-non-editable .cookies-options-checkbox {
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el.js-non-editable .cookies-options-checkbox svg path {
  stroke: #191919;
}
.popup.cookies-popup .popup-flex .popup-c .popup-content .content .cookies-options-els .cookies-options-el:hover .cookies-options-checkbox {
  border: 1px solid #0092e1;
}

.default-popup .popup-content .popup-header {
  text-align: center;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border-bottom: 1px solid #60CD18;
}
@media (max-width: 1200px) {
  .default-popup .popup-content .popup-header {
    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
  }
}
.default-popup .popup-content .content {
  max-width: 43.75rem;
  display: block;
  margin: auto;
  text-align: left;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 1200px) {
  .default-popup .popup-content .content {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4.375rem;
  }
}

.page-content .page-content-right {
  padding-left: 30rem;
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .page-content .page-content-right {
    padding-left: 25rem;
  }
}
@media (max-width: 1000px) {
  .page-content .page-content-right {
    padding-left: 0;
  }
}
.page-content .page-content-right .wrapper {
  position: relative;
  padding: 0 5rem;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .page-content .page-content-right .wrapper {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 1000px) {
  .page-content .page-content-right .wrapper {
    padding: 0;
  }
}

.img-text-button-block {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
@media (max-width: 1000px) {
  .img-text-button-block .align-center {
    padding: 0 20px;
  }
}
.img-text-button-block .content-c {
  margin-top: 3.875rem;
  padding: 0 4rem;
}
@media (max-width: 1000px) {
  .img-text-button-block .content-c {
    padding: 0 4%;
  }
}
.img-text-button-block .content-c h2 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.img-text-button-block .content-c p {
  max-width: 33rem;
}
.parallax-img-c {
  position: relative;
  width: auto;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}
.parallax-img-c .img-wrapper {
  overflow: hidden;
  left: 1%;
  position: absolute;
  width: 98%;
  height: 98%;
  top: 1%;
}
.parallax-img-c .img-wrapper .img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 164%;
  top: -32%;
}
@media (max-width: 1000px) {
  .parallax-img-c .img-wrapper .img {
    top: 0;
    height: 100%;
  }
}
.parallax-img-c .mask {
  width: auto;
  max-width: 100%;
  height: 30rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .parallax-img-c .mask {
    max-height: 30rem;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .parallax-img-c .mask {
    max-height: 21.875rem;
    height: auto;
  }
}

.popup-colons-block {
  position: relative;
  width: calc(100% + 10rem);
  left: -5rem;
  align-items: center;
  justify-content: center;
  min-height: 20.625rem;
  margin-bottom: 3.2rem;
}
.popup-colons-block .img-col {
  width: 38%;
}
.popup-colons-block .img-col .mask {
  width: 100%;
  border: 1px solid white;
  box-sizing: content-box;
  height: auto;
}
@media (max-width: 1250px) {
  .popup-colons-block .img-col .mask {
    width: auto;
    height: 15.625rem;
  }
}
@media (max-width: 600px) {
  .popup-colons-block .img-col .mask {
    height: 11.875rem;
  }
}
.popup-colons-block .title-col {
  width: 62%;
  line-height: 1;
  padding-left: 5.375rem;
}
.popup-colons-block .title-col h2 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .popup-colons-block {
    width: 100%;
    left: 0;
  }
  .popup-colons-block .img-col {
    width: 100%;
    margin-bottom: 2rem;
  }
  .popup-colons-block .title-col {
    width: 100%;
    padding-left: 0;
  }
}

#popup-block-5 .popup-colons-block .img-col .mask {
  height: auto;
}
@media (max-width: 1250px) {
  #popup-block-5 .popup-colons-block .img-col .mask {
    height: auto;
  }
}
@media (max-width: 1000px) {
  #popup-block-5 .popup-colons-block .img-col .mask {
    height: 15.625rem;
  }
}

.colons-with-numbers-block {
  margin-bottom: 2rem;
}
.colons-with-numbers-block .col-12 h2 {
  margin-bottom: 0;
}
.colons-with-numbers-block .col-12 h6:last-child {
  margin-top: 0.5rem;
}
.colons-with-numbers-block .col-12 h6:first-child {
  margin-bottom: 0.5rem;
}
.colons-with-numbers-block .col-12:nth-child(2n+1) {
  padding-right: 1.25rem;
}
.colons-with-numbers-block .col-12:nth-child(2n+2) {
  padding-left: 1.25rem;
}
@media (max-width: 1000px) {
  .colons-with-numbers-block .col-12 {
    margin-bottom: 1.5rem;
  }
  .colons-with-numbers-block .col-12:nth-child(2n+1) {
    padding-right: 0;
  }
  .colons-with-numbers-block .col-12:nth-child(2n+2) {
    padding-left: 0;
  }
  .colons-with-numbers-block .col-12:last-child {
    margin-bottom: 0;
  }
}

.fixed-join-button {
  display: none;
}
@media (max-width: 1000px) {
  .fixed-join-button {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    z-index: 70;
  }
  .fixed-join-button .button {
    display: inline-block;
  }
}

#block-seventh.img-text-button-block .content-c p {
  max-width: none;
}

.main-video-c {
  position: relative;
  display: inline-block;
}

.video-volume-cloud {
  position: absolute;
  bottom: 4.2rem;
  opacity: 0;
  right: 4rem;
  width: 14.875rem;
  padding: 1.25rem;
  background: #000000cc;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  transition: 0.8s ease all;
}
.video-volume-cloud svg {
  width: 1.5rem;
  height: 1.5rem;
}
.video-volume-cloud svg path {
  stroke: white;
}
.video-volume-cloud.show {
  bottom: calc(4rem + 7vh + 1.4vw);
  opacity: 1;
}

#popup-apply .popup-video-container {
  margin-top: 4rem;
}

@media (max-width: 1000px) {
  .js-nav-block .button.with-icon, .js-nav-block .button.big-grey {
    display: none;
  }
}

/***
NEW
**/
.first-video-c {
  position: relative;
  height: 100vh;
}
@media (max-width: 1000px) {
  .first-video-c {
    padding: 6rem 0 0 0;
    height: auto;
    max-width: 25.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.first-video-c h2 {
  display: none;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .first-video-c h2 {
    display: block;
  }
}
.first-video-c .close-first-video {
  position: absolute;
  top: 0.625rem;
  right: 0.125rem;
  cursor: pointer;
  z-index: 2;
}
.first-video-c .close-first-video svg {
  width: 3.75rem;
  transform-origin: center;
  transform: scale(1);
  transition: 0.4s ease transform;
}
.first-video-c .close-first-video svg path {
  stroke: #191919;
  transition: 0.4s ease stroke;
}
.first-video-c .close-first-video:hover svg {
  transform: scale(0.8);
}
.first-video-c .close-first-video:hover svg path {
  stroke: #8e8e8e;
}
.first-video-c .scroll-down {
  position: absolute;
  top: 50%;
  left: 1.9375rem;
  z-index: 5;
  opacity: 0;
}
@media (max-width: 1000px) {
  .first-video-c .scroll-down {
    display: none;
  }
}
.first-video-c .scroll-down .line-text {
  transform: rotate(90deg);
  position: relative;
  top: -1.5rem;
  left: calc(-100% - 0.45rem);
  line-height: 1;
  transform-origin: right bottom;
}
.first-video-c .scroll-down .scroll-line {
  width: 1px;
  height: 8.5rem;
  position: absolute;
  overflow: hidden;
}
.first-video-c .scroll-down .scroll-line .line {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  background: #191919;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.first-video-c video {
  width: 187.5rem;
  height: 125rem;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1000px) {
  .first-video-c video {
    display: none;
  }
}
.first-video-c .phone-video-image {
  position: relative;
  padding-top: 105%;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .first-video-c .phone-video-image {
    display: none;
  }
}
.first-video-c .phone-video-image:hover svg circle {
  fill: white;
}
.first-video-c .phone-video-image:hover svg path {
  fill: #191919;
}

.on-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .on-video-container {
    position: relative;
  }
}
.on-video-container .first-block-header {
  z-index: 70;
  padding-top: 3.25rem;
  text-align: center;
  position: absolute;
  top: -12.5rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .on-video-container .first-block-header {
    padding-top: 2rem;
    display: none;
  }
}
.on-video-container .first-block-header .logo {
  display: inline-block;
  line-height: 0;
}
.on-video-container .first-block-header .logo img {
  width: 5.125rem;
}
.on-video-container .first-block-header .langs {
  position: absolute;
  right: 4rem;
}
@media (max-width: 1000px) {
  .on-video-container .first-block-header .langs {
    right: 1rem;
  }
}
.on-video-container .first-block-header .langs a {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  transition: 0.4s ease all;
}
.on-video-container .first-block-header .langs a:hover {
  color: #8e8e8e;
}
.on-video-container .content-block {
  position: absolute;
  z-index: 65;
  top: 0;
  right: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 10%;
}
@media (max-width: 1400px) {
  .on-video-container .content-block {
    padding-right: 4%;
    width: calc(50% + 2.6rem);
  }
}
@media (max-width: 1000px) {
  .on-video-container .content-block {
    position: relative;
    height: auto;
    padding: 0 0;
    margin-bottom: 0.625rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    max-width: 37.5rem;
  }
}
.on-video-container .content-block .text-c {
  max-width: 36.875rem;
}
@media (max-width: 1000px) {
  .on-video-container .content-block .text-c {
    padding: 0 4%;
  }
}
.on-video-container .content-block .text-c .title-c {
  position: relative;
  overflow: hidden;
}
.on-video-container .content-block .text-c .title-c h2 {
  position: relative;
  top: 40vh;
  font-size: 4.25rem;
}
@media (max-width: 1400px) {
  .on-video-container .content-block .text-c .title-c h2 {
    top: 25rem;
  }
}
@media (max-width: 1000px) {
  .on-video-container .content-block .text-c .title-c h2 {
    top: 0;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .on-video-container .content-block .text-c .title-c h2 {
    font-size: 3.5rem;
  }
}
.on-video-container .content-block .text-c p {
  margin-bottom: 0.75rem;
}
.on-video-container .content-block .text-c button {
  margin-top: 1.25rem;
}
@media (max-width: 1000px) {
  .on-video-container .content-block .text-c button {
    display: none;
  }
}
.on-video-container .content-block .text-c .text {
  opacity: 0;
}
@media (max-width: 1000px) {
  .on-video-container .content-block .text-c .text {
    opacity: 1;
  }
}

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