html {
  box-sizing: border-box;
    min-height: 100vh !important;
    min-height: -webkit-fill-available !important;

  overflow: hidden;
  
}

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

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: 100%;
}

a {
  outline: 0 !important;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a a:hover {
  transition: color 0.25s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=col-], .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

._no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

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

.col-auto-grow {
  flex: 1 0 auto;
  width: auto;
}
@media (max-width: 767px) {
  .col-auto-grow {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
@media (min-width: 1740px) {
  .container {
    width: 1410px;
    max-width: 100%;
  }
}

.img-lazyloaded-holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #262626;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;

   height: 100vh;
    height: -webkit-fill-available;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  overflow: hidden;
}

.img-lazyloaded-holder {
  position: relative;
  height: 0;
  display: block;
}
.page-404 .wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: stretch;
}
.page-404 .main {
  flex-grow: 1;
}
.page-404 h1 {
  margin-top: 60px;
}

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

._text-center, ._centered {
  text-align: center;
}

._text-right {
  text-align: right;
}

@media (min-width: 768px) {
  ._bigger-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  ._bigger-text p {
    margin-bottom: 36px;
  }
}

._bottom-gutter {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  ._bottom-gutter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  ._bottom-gutter {
    margin-bottom: 60px;
  }
}
@media (min-width: 1740px) {
  ._bottom-gutter {
    margin-bottom: 90px;
  }
}

/* for button group */
._gutter-top {
  margin-top: 30px;
}

@media (min-width: 768px) {
  ._phone-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  ._phone-hide {
    display: none !important;
  }
}

._greyscale {
  filter: url(../i/symbol/svg/sprite.symbol.svg#grayscale);
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1);
}

@media (min-width: 1280px) {
  .index-page h1 p {
    white-space: nowrap;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 6.25rem;
  }
}
h1 strong {
  color: #80FF00;
}
h1 p {
  margin-bottom: 0;
  display: inline;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1740px) {
  h2 {
    font-size: 3rem;
  }
}
h2 strong {
  color: #80FF00;
}
@media (min-width: 1280px) {
  .index-page h2 p {
    white-space: nowrap;
  }
}
h2 p {
  margin-bottom: 0;
}

h3 {
  font-size: 15px;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #262626;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-style: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

a {
  color: inherit;
  outline: 0 !important;
  transition: color 0.25s ease-in-out;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 5px 0 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 120px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  width: 15px;
  height: 28px;
  color: #7e7e7e;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  transform: rotate(-180deg);
  left: -15px;
}

.slick-next {
  right: -15px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background-color: rgba(38, 38, 38, 0.85);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(240, 92, 36, 0.8);
  font-size: 55px;
}

@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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.header {
  padding-top: 32px;
  padding-bottom: 15px;
  z-index: 3;
}
@media (min-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1740px) {
  .header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.header ul {
  text-decoration: none;
}
.header li {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 0;
}
@media (min-width: 1740px) {
  .header li {
    margin-right: 65px;
  }
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 992px) {
  .header .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1740px) {
  .header .container {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.header .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.header .locale-picker {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .locale-picker {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .header .locale-picker {
    position: absolute;
    top: 10px;
    right: 90px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header .button {
  display: none;
}
@media (min-width: 576px) {
  .header .button {
    display: block;
    margin-right: 150px;
  }
}
@media (min-width: 768px) {
  .header .button {
    margin-right: 70px;
  }
}
@media (min-width: 992px) {
  .header .button {
    margin-right: 20px;
  }
}

.top-logo {
  width: 150px;
  max-height: 50px;
  display: inline-block;
}
.top-logo img {
  max-height: 100%;
}

a.menu-item:hover {
  color: #a8dadc;
}

.menu-item.active {
  color: #a8dadc;
  border-bottom: 1px solid #a8dadc;
  padding-bottom: 7px;
}

.menu-block {
  position: relative;
}

.primary-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.primary-menu li {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 15px;
}
.primary-menu .active-page {
  color: #80FF00;
}
.primary-menu .active-page:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
  background-color: #80FF00;
  height: 1px;
}
.primary-menu .active-page:before svg {
  color: #80FF00;
}
.primary-menu svg {
  display: block;
  width: 18px;
  height: 21px;
  margin: 5px auto;
}

.mobile-menu-trigger {
  cursor: pointer;
  transition: none 0s ease 0s;
  width: 30px;
  height: 17px;
}
.mobile-menu-trigger span {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.7;
}
.mobile-menu-trigger span::before, .mobile-menu-trigger span::after {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: #fff;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.mobile-menu-trigger span::before {
  transform: translateY(-7px);
  width: 35px;
}

.close {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: -25px;
  top: -65px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0 !important;
  z-index: 1000;
}
.close span {
  transform: rotate(45deg);
  width: 20px;
}
.close span:before {
  transform: rotate(-90deg);
  width: 20px;
}
.close span:after {
  display: none;
}

.desktop-hamburger-menu {
  background-color: #5777B4;
  margin-right: 0;
  margin-left: 50px;
  height: 100vh;
  height: -webkit-fill-available;
  padding: 90px 48px 48px;
  max-width: 500px;
  font-size: 12px;
  font-weight: 400;
  min-height: 100%;
}

.hamburger-menu-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hamburger-menu-body a, .hamburger-menu-body svg {
  display: inline-block;
  vertical-align: middle;
}
.hamburger-menu-body svg {
  margin-right: 20px;
  height: 20px;
  width: 20px;
  color: #fff;
  opacity: 0.5;
}
.hamburger-menu-body svg:hover {
  color: #80FF00;
}

.hamburger-menu-item {
  padding-bottom: 32px;
}

.hamburger-menu-socials svg {
  margin-right: 24px;
  width: 24px;
  height: 24px;
  color: #80FF00;
  opacity: 1;
}

.get-in-touch {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.presentation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.active-page-hamburger {
  color: #80FF00;
}

.hamburger-menu-active svg, .hamburger-menu-active a {
  color: #80FF00;
  opacity: 1;
}

.button {
  padding: 6px 16px 6px 30px;
  font-size: 13px;
  border: none;
}

.-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.details {
  position: relative;
}
.details svg {
  position: absolute;
  width: 8px;
  height: 8px;
  color: #fff;
  top: 11px;
  left: 15px;
}
.details:hover .arrow-1 {
  color: #fff;
}
.details:hover .arrow-2 {
  color: #80FF00;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.backdrop.active {
  display: block;
  opacity: 1;
}

.modal-panel {
  position: fixed;
  left: 64px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  font-size: 13px; 
  font-weight: 500;
  background-color: #fff;
  padding: 160px 32px 32px 32px;
  transform: translateX(100%);
  color: #283E6A;
}
.modal-panel.active {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}

.close-modal {
  width: 40px;
  height: 32px;
  position: fixed;
  top: 80vh;
  left: 32px;
  transform: translateX(-72px);
  transition: transform 1.5s ease-out 0;
}
.close-modal.active {
  transition: transform 1.5s ease-out 0s;
  transform: translateX(0);
  z-index: 1000;
}
.close-modal svg {
  width: 100%;
  height: 100%;
}
.close-modal .arrow-1 {
  color: #150845;
}
.close-modal .arrow-2 {
  color: #80FF00;
}

.subscribe-form {
  color: #fff;
  font-weight: 700;
}
.subscribe-form label {
  display: block;
}
.subscribe-form input {
  display: block;
  background-color: #fff;
  border: 1px solid #a8dadc;
  border-radius: 6px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #262626;
  padding-left: 15px;
}
.subscribe-form .form-message {
  min-height: 150px;
  background-color: #000;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 12px;
  padding-left: 15px;
  padding-top: 15px;
}
.subscribe-form h2 {
  color: #80FF00;
  font-weight: 700;
}
.subscribe-form .required-field {
  color: #80FF00;
  margin-bottom: 10px;
}
.subscribe-form .mc-field-group {
  color: #262626;
}
.subscribe-form .mc-field-group label {
  font-weight: 700;
}
.subscribe-form a {
  color: #80FF00;
}
.subscribe-form .content__gdpr {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}
.subscribe-form .content__gdpr label {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.subscribe-form .content__gdpr a:hover {
  color: #d4c8cf;
}
.subscribe-form fieldset {
  padding: 0;
  border: 0;
}

.clear {
  margin-top: 40px;
}
.clear input {
  max-width: 250px;
  border-radius: 40px;
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: 0;
  color: #80FF00;
  font-size: 25px;
  cursor: pointer;
}

/*.modal-wrapper {
    position: flex;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0;
    left: 0;
    max-width: 500px;
    padding-left: 50px;
    height: 0;
    z-index: 999;
    transition: height 0s ease-out 1s;
    font-size: 13px;
    color: $blue;
    &.active {
        transition: height 0s ease-in 0s;
        display: flex; 
        height: 100%;
    }
}*/
.cookie-more-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  background-color: #fff;
  transform: translateX(-100%);
  z-index: 10000;
  padding: 10px 20px;
  box-shadow: 0 15px 20px rgba(24, 24, 24, 0.05), 0 1px 0 rgba(24, 24, 24, 0.2);
  overflow: hidden;
}
.cookie-more-panel.open {
  transform: translateX(0);
  transition: 0.3s ease-in;
}

.consent-desc {
  font-size: 13px;
  padding-top: 20px;
  padding-right: 30px;
}
.consent-desc a {
  color: #283E6A;
}

.consent-cat-grp {
  padding-right: 30px;
}

.consent-header {
  height: 39px;
  position: relative;
  padding-right: 50px;
}

.consent-close-icon {
  outline: 0 !important;
  cursor: pointer;
  background: none;
  border: 0;
  top: 5px;
  right: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
}

.consent-scrollbar {
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 20px;
  right: -16px;
}
.consent-scrollbar > div {
  overflow: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.consent-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
}
.consent-footer button + button {
  margin-left: 15px;
}

.simplebar-scrollbar::before {
  background-color: #283E6A;
}

h3.title {
  font-size: 1rem;
}

.cookies-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 8px 25px;
  z-index: 1001;
  font-size: 13px;
  box-shadow: 4px 9px 30px rgba(6, 126, 192, 0.3);
}
.cookies-bar .buttons {
  text-align: right;
}
@media (min-width: 1280px) {
  .cookies-bar .buttons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cookies-bar .buttons a + a {
  margin-left: 20px;
}
.cookies-bar p {
  margin-bottom: 0.5rem;
}

.list-cookies input {
  display: block;
}

.consent-scrollbar > div {
  overflow-y: hidden;
}

.consent-footer button {
  padding: 10px 15px;
}

.section {
    padding-right: 50px;
    padding-left: 17px;
    padding-bottom: 55px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section .container {
  position: static;
}

.preloader-wrapper {
  height: 100vh;
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/preloader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}

.linePreloader {
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, #80FF00, #80FF00);
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background-size: 16px;
  background-repeat: repeat-y;
  background-position: -25% 0;
  animation: scroll 1.2s ease-in-out infinite;
}

@keyframes scroll {
  50% {
    background-size: 20%;
  }
  100% {
    background-position: 125% 0;
  }
}
.preloader-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -250%);
}

.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  animation-name: opacity;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  height: 100vh;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main {
  margin-bottom: 60px;
  height: 100%;
}

.h1 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 24px;
}

.svg-container {
  display: none;
}

.slide-introtext {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.-first-section .subtitle svg {
  width: 16px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
.-first-section .subtitle span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.background-video	{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	width: 100%;
  height: 100%;
  overflow: hidden;

}

video {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.video-forward {
    z-index: 4;
}
.video-backward {
    z-index: 3;
}
