/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}
.col,
.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,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #ffffff;
  font-family: Times, serif;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  position: relative;
  will-change: background, background-color;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.9s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.9s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.9s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.9s;
}
body .bg-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  display: block;
  z-index: -1;
  will-change: background, background-color;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.9s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.9s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.9s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.9s;
  background: transparent linear-gradient(45deg, #328FFF00 30%, #331272c7 60%, #2bffc1c7 100%) 0 0 no-repeat padding-box;
}
body.color-red .bg-gradient {
  background: transparent linear-gradient(145deg, #6b15d596 30%, #ff5c0085 60%, #e93580ed 100%) 0 0 no-repeat padding-box;
}
/* colours */
.color-pink {
  background-color: #328FFFBF;
}
.color-red {
  background-color: #FF5C00;
}
.color-blue {
  background-color: #000050;
}
.color-green {
  background-color: #2BFFC1;
}
.color-black {
  background-color: #000000;
}
a {
  text-decoration: none;
  border: 0;
  border: none;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}
a img {
  border: 0;
  border: none;
}
@keyframes loading-anim {
  0% {
    transform: translate(0, 0);
    width: 0;
  }
  100% {
    transform: translate(300%, 0);
    width: 45%;
  }
}
.page-loader {
  position: fixed;
  z-index: 19;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #331272;
  background: transparent linear-gradient(24deg, #328FFF00 0%, rgba(55, 133, 255, 0.57) 57%, #331272 100%) 0% 0% no-repeat padding-box;
  display: block;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
}
.page-loader .fa {
  font-size: 2.5rem;
}
.page-loader .logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 10vw;
  margin-top: 20vw;
}
.page-loader .loader-bar {
  width: 100%;
  height: 8px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  position: absolute;
  bottom: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
}
.page-loader .loader-bar:after {
  content: '';
  background: transparent linear-gradient(24deg, rgba(255, 255, 255, 0) 0%, #ffffff2e 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0px;
  -webkit-animation: loading-anim 3s infinite forwards;
  -khtml-animation: loading-anim 3s infinite forwards;
  -moz-animation: loading-anim 3s infinite forwards;
  -ms-animation: loading-anim 3s infinite forwards;
  -o-animation: loading-anim 3s infinite forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.page-loader .loader-bar:before {
  content: '';
  background: transparent linear-gradient(24deg, rgba(255, 255, 255, 0) 0%, #ffffff2e 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: loading-anim 3s infinite reverse;
  -khtml-animation: loading-anim 3s infinite reverse;
  -moz-animation: loading-anim 3s infinite reverse;
  -ms-animation: loading-anim 3s infinite reverse;
  -o-animation: loading-anim 3s infinite reverse;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.page-loader.visible {
  opacity: 1;
}
.page-loader.hidden {
  opacity: 0;
}
.page-loader.hidden .loader-bar {
  height: 0;
}
::-webkit-scrollbar {
  width: 5px;
}
::-khtml-scrollbar {
  width: 5px;
}
::-moz-scrollbar {
  width: 5px;
}
::-ms-scrollbar {
  width: 5px;
}
::-o-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #24298f;
}
::-khtml-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #24298f;
}
::-moz-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #24298f;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #2BFFC1;
}
::-khtml-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #2BFFC1;
}
::-moz-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #2BFFC1;
}
.onlymobile {
  display: none;
}
.container {
  position: relative;
  background: #ffffff;
}
.container.dark-bg {
  background: #331272;
  color: #ffffff;
}
.container-fluid {
  background: transparent !important;
  position: relative;
  overflow: visible;
}
.container-fluid.dark-bg {
  background: #331272;
  color: #ffffff;
}
.mobile-nav-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  top: 10px;
  right: 40px;
  cursor: pointer;
  *cursor: hand;
  display: none;
  filter: brightness(1);
  will-change: transform, opacity, filter;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.mobile-nav-btn span {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.mobile-nav-btn.active {
  filter: brightness(6);
}
.mobile-nav-btn.active .shape1 {
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  -khtml-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  -moz-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  -ms-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  -o-transform: rotate(-45deg) translateX(-4px) translateY(5px);
  transform: rotate(-45deg) translateX(-4px) translateY(5px);
  width: 40px;
}
.mobile-nav-btn.active .shape2 {
  -webkit-transform: translateX(5px);
  -khtml-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  width: 0;
}
.mobile-nav-btn.active .shape3 {
  -webkit-transform: rotate(45deg) translateX(-3px) translateY(-5px);
  -khtml-transform: rotate(45deg) translateX(-3px) translateY(-5px);
  -moz-transform: rotate(45deg) translateX(-3px) translateY(-5px);
  -ms-transform: rotate(45deg) translateX(-3px) translateY(-5px);
  -o-transform: rotate(45deg) translateX(-3px) translateY(-5px);
  transform: rotate(45deg) translateX(-3px) translateY(-5px);
  width: 40px;
}
.mobile-nav-btn.loading {
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  opacity: 0;
}
#top-nav {
  height: 85px;
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#top-nav .nav-box {
  width: 100%;
  position: relative;
  padding: 3vw 9vw 0 9vw;
  margin: 0 auto;
  overflow: hidden;
  transition-delay: 2s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#top-nav .logo {
  float: left;
  display: block;
  width: 300px;
  height: 60px;
  margin-top: -8px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -webkit-transform: scale(1) translateX(0) translateY(0);
  -khtml-transform: scale(1) translateX(0) translateY(0);
  -moz-transform: scale(1) translateX(0) translateY(0);
  -ms-transform: scale(1) translateX(0) translateY(0);
  -o-transform: scale(1) translateX(0) translateY(0);
  transform: scale(1) translateX(0) translateY(0);
  right: 45px;
  position: relative;
}
#top-nav .mobile-nav-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  top: 66px;
  right: 12vw;
  cursor: pointer;
  *cursor: hand;
  display: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#top-nav .mobile-nav-btn span {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#top-nav .mobile-nav-btn.active .shape1 {
  -webkit-transform: rotate(-45deg) translateX(-9px) translateY(3px);
  -khtml-transform: rotate(-45deg) translateX(-9px) translateY(3px);
  -moz-transform: rotate(-45deg) translateX(-9px) translateY(3px);
  -ms-transform: rotate(-45deg) translateX(-9px) translateY(3px);
  -o-transform: rotate(-45deg) translateX(-9px) translateY(3px);
  transform: rotate(-45deg) translateX(-9px) translateY(3px);
  width: 24px;
}
#top-nav .mobile-nav-btn.active .shape2 {
  -webkit-transform: translateX(5px);
  -khtml-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  width: 0;
}
#top-nav .mobile-nav-btn.active .shape3 {
  -webkit-transform: rotate(45deg) translateX(-9px) translateY(-3px);
  -khtml-transform: rotate(45deg) translateX(-9px) translateY(-3px);
  -moz-transform: rotate(45deg) translateX(-9px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(-9px) translateY(-3px);
  -o-transform: rotate(45deg) translateX(-9px) translateY(-3px);
  transform: rotate(45deg) translateX(-9px) translateY(-3px);
  width: 24px;
}
#top-nav .menu {
  max-width: 60%;
  padding: 0 40px;
  float: right;
  display: block;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  transition-delay: 2s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#top-nav .menu a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px;
  position: relative;
  padding: 10px;
  width: auto;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#top-nav .menu a:hover,
#top-nav .menu a.active {
  color: #2BFFC1;
}
#top-nav.loading .menu {
  opacity: 0;
}
#top-nav.active {
  background: #000050c7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#top-nav.active .logo {
  filter: brightness(6);
}
@media screen and (min-width: 769px) and (max-width: 3200px) {
  #top-nav.minimal {
    height: 60px;
    background: #000050c7;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  #top-nav.minimal:after {
    display: none;
  }
  #top-nav.minimal .menu a {
    color: #ffffff;
  }
  #top-nav.minimal .menu a:hover {
    color: #2BFFC1;
  }
  #top-nav.minimal .mobile-nav-btn {
    top: 16px;
  }
  #top-nav.minimal .mobile-nav-btn span {
    background: #ffffff;
  }
  #top-nav.minimal .logo {
    -webkit-transform: scale(0.6);
    -khtml-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    margin-top: -10px;
    width: 300px;
    position: relative;
    right: 70px;
  }
  #top-nav.minimal .nav-box {
    padding: 8px 9vw 10px 9vw;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  #top-nav.minimal {
    background: #000050c7;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  #top-nav.minimal.active {
    background: #000050c7;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
#sideNav {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 20;
  padding: 4vw 9vw 0 9vw;
  background: transparent;
  will-change: transform;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#sideNav .logo {
  float: left;
  display: block;
  width: 300px;
  height: 60px;
  margin-top: -10px;
  right: -15px;
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: brightness(1);
}
#sideNav .mobile-nav-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 9;
  top: 66px;
  right: 12vw;
  cursor: pointer;
  *cursor: hand;
}
#sideNav .mobile-nav-btn span {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sideNav .mobile-nav-btn.active .shape1 {
  -webkit-transform: rotate(-45deg) translateX(-8px) translateY(3px);
  -khtml-transform: rotate(-45deg) translateX(-8px) translateY(3px);
  -moz-transform: rotate(-45deg) translateX(-8px) translateY(3px);
  -ms-transform: rotate(-45deg) translateX(-8px) translateY(3px);
  -o-transform: rotate(-45deg) translateX(-8px) translateY(3px);
  transform: rotate(-45deg) translateX(-8px) translateY(3px);
  width: 24px;
}
#sideNav .mobile-nav-btn.active .shape2 {
  -webkit-transform: translateX(5px);
  -khtml-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  width: 0;
}
#sideNav .mobile-nav-btn.active .shape3 {
  -webkit-transform: rotate(45deg) translateX(-8px) translateY(-3px);
  -khtml-transform: rotate(45deg) translateX(-8px) translateY(-3px);
  -moz-transform: rotate(45deg) translateX(-8px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(-8px) translateY(-3px);
  -o-transform: rotate(45deg) translateX(-8px) translateY(-3px);
  transform: rotate(45deg) translateX(-8px) translateY(-3px);
  width: 24px;
}
#sideNav #mainNav {
  display: block;
  padding: 7vw 2vw 0 2vw;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
#sideNav #mainNav a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0;
  margin: 0 0 60px 0;
  position: relative;
  will-change: transform, padding;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
#sideNav.minimal {
  background: #000050c7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#sideNav.active {
  z-index: 21;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  height: 100%;
  background: #000050c7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#sideNav.active .logo {
  filter: brightness(6);
}
#sideNav.active #mainNav a {
  opacity: 1;
  margin: 0 0 30px 0;
}
#sideNav.active #mainNav a.active,
#sideNav.active #mainNav a:hover {
  color: #2BFFC1;
}
#backUp {
  position: fixed;
  z-index: -1;
  bottom: -21px;
  right: -21px;
  width: 102px;
  height: 102px;
  opacity: 0;
  cursor: pointer;
  *cursor: hand;
  -webkit-transform: scale(0.4);
  -khtml-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
#backUp.active {
  opacity: 1;
  bottom: -21px;
  right: -21px;
  z-index: 9;
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.page-footer {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  line-height: 2px;
  font-weight: normal;
  width: 100% !important;
  margin-top: 0;
  z-index: 8;
  bottom: 0;
}
.page-footer .footer-container {
  background: #3a1293;
  width: 100%;
  padding: 5vw 10vw 0 10vw;
  margin: 0 auto;
  display: block;
  text-align: left;
}
.page-footer .footer-container h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}
.page-footer .footer-container p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
  font-family: 'ogilvy-sans-light';
}
.page-footer .footer-container a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-right: 20px;
}
.page-footer .footer-container a:hover {
  color: #331272;
}
.page-footer .footer-container a.footer-logo {
  max-width: 130px;
  width: 100%;
}
.page-footer .footer-container .foot-info {
  padding: 1vw;
  min-height: 220px;
}
.page-footer .footer-container .foot-info .links {
  float: right;
  padding: 20px 0 20px 0;
  font-family: 'ogilvy-serif-reg';
}
.page-footer .footer-container .foot-info .links a {
  margin-right: 20px;
  font-size: 14px;
  line-height: 18px;
}
.page-footer .footer-container .foot-info .links a:last-of-type {
  margin-right: 0;
}
.page-footer .footer-container .logo {
  width: 180px;
  height: 60px;
  display: block;
  margin: 40px 0;
  clear: both;
}
.copyright-bar {
  background: #000;
  padding: 1vw;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  color: #ffffff;
}
.spacer {
  margin-top: 5vw;
}
.data-section {
  padding: 10vw 2vw 5vw 2vw;
  background-attachment: fixed !important;
}
.data-section .content-section {
  position: relative;
  padding: 0 4vw;
}
.data-section .title h1,
.data-section .title h2 {
  will-change: transform;
  padding: 0 4vw;
}
.data-section .title h1 {
  margin: 0 0 40px 0;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
}
.data-section .title h2 {
  -webkit-transform: translateY(130px);
  -khtml-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  margin: 0;
  opacity: 0;
  position: relative;
}
.data-section .title .title-img {
  -webkit-transform: translateY(130px);
  -khtml-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.data-section .title .title-img:after {
  content: '';
  margin: 30px auto;
  background: #ffffff;
  height: 2px;
  width: 0;
  display: block;
  opacity: 0;
  will-change: opacity,width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.data-section .title .title-img img {
  margin: 0 auto;
  max-width: 60%;
  display: block;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.data-section .content-copy {
  position: relative;
  padding: 0 4vw;
  opacity: 0;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
.data-section .content-copy:before {
  content: '';
  background: url('../images/elements/icon-arrow.svg') no-repeat top left;
  background-size: contain;
  width: 1.4vw;
  height: 1.4vw;
  position: absolute;
  top: 0;
  left: 1vw;
  opacity: 0;
  -webkit-transform: translateX(-60px);
  -khtml-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.data-section p {
  position: relative;
}
.data-section .content__img {
  width: 100%;
  min-height: 440px;
  background: #ffffff2e;
  background: transparent;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid #ffffff;
}
.data-section.active .title .title-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.6s;
}
.data-section.active .title .title-img:after {
  width: 95%;
  opacity: 1;
  transition-delay: 0.8s;
}
.data-section.active .title .title-img img {
  opacity: 1;
  transition-delay: 0.7s;
}
.data-section.active .title h1,
.data-section.active .title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
.data-section.active p,
.data-section.active .content-copy {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1s;
}
.data-section.active p:before,
.data-section.active .content-copy:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.2s;
}
#story,
#clients,
#services,
#footprint,
#contact,
#careers {
  padding: 10vw 5vw;
  overflow: hidden;
  position: relative;
  background-attachment: fixed !important;
}
#story .title h1,
#clients .title h1,
#services .title h1,
#footprint .title h1,
#contact .title h1,
#careers .title h1,
#story .title h2,
#clients .title h2,
#services .title h2,
#footprint .title h2,
#contact .title h2,
#careers .title h2 {
  will-change: transform;
}
#story .title h1,
#clients .title h1,
#services .title h1,
#footprint .title h1,
#contact .title h1,
#careers .title h1 {
  margin: 0 0 40px 0;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
}
#story .title h2,
#clients .title h2,
#services .title h2,
#footprint .title h2,
#contact .title h2,
#careers .title h2 {
  -webkit-transform: translateY(130px);
  -khtml-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  margin: 0;
  opacity: 0;
  position: relative;
}
#story.active .title h1,
#clients.active .title h1,
#services.active .title h1,
#footprint.active .title h1,
#contact.active .title h1,
#careers.active .title h1,
#story.active .title h2,
#clients.active .title h2,
#services.active .title h2,
#footprint.active .title h2,
#contact.active .title h2,
#careers.active .title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#intro {
  padding: 15vw 10vw 15vw 10vw;
  background-attachment: fixed !important;
}
#intro .content-section {
  position: relative;
  padding: 0 5vw;
}
#intro .title h1,
#intro .title h2 {
  will-change: transform;
}
#intro .title h1 {
  margin: 0 0 40px 0;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
}
#intro .title h2 {
  -webkit-transform: translateY(130px);
  -khtml-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  margin: 0;
  opacity: 0;
  position: relative;
}
#intro .title h2:after {
  content: '';
  background: url('../images/elements/icon-arrow.svg') no-repeat top left;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-60px);
  -khtml-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .title .title-img {
  -webkit-transform: translateY(130px);
  -khtml-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  transform: translateY(130px);
  position: relative;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
#intro .title .title-img:after {
  content: '';
  margin: 30px 0;
  background: #ffffff;
  height: 2px;
  width: 0;
  display: block;
  opacity: 0;
  will-change: opacity,width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
#intro .title .title-img img {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
#intro .service p {
  padding-right: 5vw;
  position: relative;
  padding-left: 3vw;
  opacity: 0;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
}
@keyframes bgHide {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(110vw);
  }
}
@keyframes bgReveal {
  0% {
    transform: translateX(110vw);
  }
  50% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes serviceReveal {
  0% {
    width: 0;
    transform: translateX(0px);
  }
  50% {
    width: 50%;
    transform: translateX(0px);
  }
  100% {
    width: 100%;
    transform: translateX(0);
  }
}
@keyframes serviceHide {
  0% {
    width: 100%;
    transform: translateX(0);
  }
  50% {
    width: 50%;
    transform: translateX(0px);
  }
  100% {
    width: 0;
    transform: translateX(0px);
  }
}
#intro #itemBg {
  position: absolute;
  right: 0;
  top: 15vw;
  z-index: 0;
  opacity: 0.5;
  max-width: 50vw;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-animation: bgHide 2s 1 forwards;
  -khtml-animation: bgHide 2s 1 forwards;
  -moz-animation: bgHide 2s 1 forwards;
  -ms-animation: bgHide 2s 1 forwards;
  -o-animation: bgHide 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  animation-fill-mode: forwards;
  will-change: transform, background;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#intro .service {
  background: transparent;
  max-height: 130px;
  height: 130px;
  position: relative;
  cursor: crosshair;
  z-index: 2;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
  opacity: 0;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
}
#intro .service:last-of-type {
  border-bottom: 1px solid #ffffff;
}
#intro .service:before {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background: transparent linear-gradient(24deg, rgba(255, 255, 255, 0) 0%, #ffffff2e 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  position: absolute;
  bottom: 0;
  z-index: 3;
  -webkit-animation: serviceHide 1s 1 forwards;
  -khtml-animation: serviceHide 1s 1 forwards;
  -moz-animation: serviceHide 1s 1 forwards;
  -ms-animation: serviceHide 1s 1 forwards;
  -o-animation: serviceHide 1s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .service div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
#intro .service h2,
#intro .service p {
  position: absolute;
  color: #ffffff;
  text-align: center;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .service .service-title {
  font-size: 80px;
  line-height: 110px;
  transition-delay: 0.3s;
  transform: translateX(0) scale(1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#intro .service .service-title span {
  margin: 0 1vw;
}
#intro .service .service-title:after {
  content: '';
  background: url('../images/elements/icon-arrow.svg') no-repeat top left;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  right: -110px;
  opacity: 1;
  -webkit-transform: translateX(-60px);
  -khtml-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .service p {
  opacity: 1;
  transform: translateX(84vw) scale(1);
  font-size: 20px;
  line-height: 32px;
  transition-delay: 0.2s;
  top: 30px;
  margin: 0;
  max-width: 50%;
}
#intro .service:hover .service-title,
#intro .service .active .service-title {
  transition-delay: 0.3s;
  transform: translateX(-55vw) scale(1);
}
#intro .service:hover .service-title:after,
#intro .service .active .service-title:after {
  transform: translateX(-140px) scale(0.5);
  opacity: 0;
}
#intro .service:hover p,
#intro .service .active p {
  transform: translateX(5vw) scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}
#intro .service:hover p:before,
#intro .service .active p:before {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s;
}
#intro .service:hover:before,
#intro .service .active:before {
  -webkit-animation: serviceReveal 2s 1 forwards;
  -khtml-animation: serviceReveal 2s 1 forwards;
  -moz-animation: serviceReveal 2s 1 forwards;
  -ms-animation: serviceReveal 2s 1 forwards;
  -o-animation: serviceReveal 2s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#intro .intro-description {
  background: transparent;
  position: relative;
  cursor: crosshair;
  z-index: 2;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(190px);
  -khtml-transform: translateY(190px);
  -moz-transform: translateY(190px);
  -ms-transform: translateY(190px);
  -o-transform: translateY(190px);
  transform: translateY(190px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
}
#intro .intro-description:last-of-type {
  border-bottom: 1px solid #ffffff;
}
#intro .intro-description:before {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background: transparent linear-gradient(24deg, rgba(255, 255, 255, 0) 0%, #ffffff2e 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  position: absolute;
  bottom: 0;
  z-index: 3;
  -webkit-animation: serviceHide 1s 1 forwards;
  -khtml-animation: serviceHide 1s 1 forwards;
  -moz-animation: serviceHide 1s 1 forwards;
  -ms-animation: serviceHide 1s 1 forwards;
  -o-animation: serviceHide 1s 1 forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .intro-description h2 {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
#intro .intro-description .service-title {
  max-height: 130px;
  height: 130px;
  font-size: 4.2vw;
  line-height: 5vw;
  transition-delay: 0.3s;
  transform: translateX(0) scale(1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#intro .intro-description .service-title span {
  margin: 0 1vw;
}
#intro .intro-description .service-detail {
  display: flex;
  padding: 1vw 4vw;
}
#intro .intro-description .service-detail p {
  color: #ffffff;
  position: relative;
  width: 50%;
  opacity: 1;
  transition-delay: 0.2s;
  top: 0;
  margin: 0;
  margin-right: 5vw;
}
#intro .intro-description .service-detail p:last-of-type {
  margin-right: 0;
}
#intro .scroller {
  display: flex;
  justify-content: center;
  max-width: 50px;
  margin: 2vw auto;
  opacity: 0;
  -webkit-transform: translateY(90px);
  -khtml-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
  will-change: transform, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.6s;
}
#intro .scroller img {
  width: 100%;
}
#intro #gradientIntro {
  position: absolute;
  background: transparent url('../images/elements/large-circle-fade.svg') no-repeat center right !important;
  background-size: 100% !important;
  right: 20vw;
  top: -10vw;
  width: 60%;
  height: 130%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#intro #gradientIntroPattern {
  position: absolute;
  background: transparent url('../images/elements/transparent-circle.svg') no-repeat center right !important;
  background-size: 100% !important;
  right: -10vw;
  top: -10vw;
  width: 60%;
  height: 80%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#intro.active .scroller {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1s;
}
#intro.active .service,
#intro.active .intro-description {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#intro.active .title .title-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.2s;
}
#intro.active .title .title-img:after {
  width: 93%;
  opacity: 1;
  transition-delay: 1.4s;
}
#intro.active .title .title-img img {
  opacity: 1;
  transition-delay: 1.2s;
}
#intro.active .title h1,
#intro.active .title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.2s;
}
#intro.active .title h1:after,
#intro.active .title h2:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.8s;
}
#outro {
  background: rgba(19, 70, 125, 0.37) !important;
  padding: 15vw 10vw 17vw 10vw;
  text-align: center;
}
#outro .title h2 {
  font-size: 100px;
  line-height: 110px;
}
#outro .title h1 {
  padding-top: 2vw;
}
#outro .title h1:before {
  content: '';
  height: 2px;
  width: 65%;
  background: #ffffff;
  display: block;
  margin: 0 auto 2vw auto;
}
#outro .logo-showcase {
  display: flex;
  justify-content: center;
  padding-top: 10vw;
}
#outro .logo-showcase img {
  max-width: 140px;
  height: auto;
  margin-right: 2vw;
}
#outro .logo-showcase img.experience {
  max-width: 200px;
}
#outro #gradientBelgiumPattern3 {
  position: absolute;
  background: transparent url('../images/elements/transparent-circle-pattern-white.svg') no-repeat center right !important;
  background-size: contain !important;
  right: 0;
  top: 0vw;
  width: 90%;
  height: 90%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#europeContent {
  position: relative;
}
#europeContent #gradientEurope {
  position: absolute;
  background: transparent url('../images/elements/large-circle-fade.svg') no-repeat center center !important;
  background-size: contain !important;
  right: -60vw;
  top: 30vw;
  width: 130%;
  height: 100%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(-190px);
  -khtml-transform: translateX(-190px);
  -moz-transform: translateX(-190px);
  -ms-transform: translateX(-190px);
  -o-transform: translateX(-190px);
  transform: translateX(-190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#europeContent #gradientEuropePattern {
  position: absolute;
  background: transparent url('../images/elements/transparent-circle-1.svg') no-repeat center right !important;
  background-size: 100% !important;
  left: -30vw;
  top: -10vw;
  width: 60%;
  height: 40%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#europeContent #europe-intro .content-wrap {
  margin-top: 15vw;
}
#europeContent #europe-intro .content__title {
  position: absolute;
  left: 40vw;
  bottom: 18vw;
  width: 310px;
}
#europeContent #europe-intro .content__author {
  position: absolute;
  left: 45vw;
  bottom: 25vw;
}
#europeContent #europe-historical .content-wrap {
  margin-top: 8vw;
}
#europeContent #europe-historical .content__title {
  position: absolute;
  left: 45vw;
  bottom: 25vw;
}
#europeContent #europe-historical .content__author {
  max-width: 110px;
}
#europeContent.active #gradientEurope {
  opacity: 1;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#belgiumContent {
  position: relative;
}
#belgiumContent #belgium-intro .content-wrap {
  margin-top: 15vw;
}
#belgiumContent #belgium-intro .content__title {
  position: absolute;
  left: 40vw;
  bottom: 18vw;
  max-width: 110px;
}
#belgiumContent #belgium-intro .content__author {
  position: absolute;
  left: -6vw;
  bottom: -15vw;
}
#belgiumContent #belgium-historical .test {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#belgiumContent #belgium-historical .content-wrap {
  margin-top: 6vw;
}
#belgiumContent #belgium-historical .content__title {
  position: absolute;
  left: 39vw;
  bottom: 25vw;
}
#belgiumContent #belgium-historical .content__author {
  max-width: 110px;
}
#belgiumContent #belgium-consumers {
  background: #a92b2b5e !important;
}
#belgiumContent #belgium-consumers .content-wrap {
  margin-top: 6vw;
}
#belgiumContent #belgium-consumers .content__title {
  position: absolute;
  left: 19vw;
  bottom: 22vw;
}
#belgiumContent #belgium-consumers .content__author {
  max-width: 110px;
  left: 19vw;
}
#belgiumContent #belgium-breakdown .content-wrap {
  margin-top: 6vw;
}
#belgiumContent #belgium-breakdown .content__title {
  position: absolute;
  left: 25vw;
  bottom: 18vw;
}
#belgiumContent #belgium-breakdown .content__author {
  max-width: 80px;
  left: 25vw;
}
#belgiumContent #gradientBelgium {
  position: absolute;
  background: transparent url('../images/elements/large-circle-fade-2.svg') no-repeat center center !important;
  background-size: contain !important;
  right: 0;
  top: -10vw;
  width: 130%;
  height: 60%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(-100px);
  -khtml-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#belgiumContent #gradientBelgiumPattern {
  position: absolute;
  background: transparent url('../images/elements/transparent-cirlce-pattern-blue.svg') no-repeat center right !important;
  background-size: 100% !important;
  right: 0vw;
  top: 20vw;
  width: 60%;
  height: 40%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#belgiumContent #gradientBelgiumPattern2 {
  position: absolute;
  background: transparent url('../images/elements/transparent-circle-pattern-white.svg') no-repeat center right !important;
  background-size: 100% !important;
  right: 80vw;
  top: 100vw;
  width: 60%;
  height: 40%;
  z-index: -1;
  will-change: transform, opacity;
  -webkit-transform: translateX(190px);
  -khtml-transform: translateX(190px);
  -moz-transform: translateX(190px);
  -ms-transform: translateX(190px);
  -o-transform: translateX(190px);
  transform: translateX(190px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.8s;
}
#belgiumContent.active #gradientBelgium {
  opacity: 1;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
iframe body {
  background-color: transparent!important;
  background: transparent!important;
}
.full-take {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  position: absolute;
  z-index: 9999999999;
  width: 100vw;
}
#rotateScreen {
  display: block;
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #000050c7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-size: cover;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -khtml-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -moz-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -ms-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
}
#rotateScreen h1,
#rotateScreen h2 {
  color: #ffffff;
  text-align: center;
  font-style: normal;
  opacity: 0;
  margin: 0 auto 20px auto;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
#rotateScreen h1 {
  position: relative;
  top: 40px;
  font-size: 30px;
  transition-delay: 1.4s;
}
#rotateScreen h2 {
  position: relative;
  top: 80px;
  font-size: 16px;
  transition-delay: 1.6s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#rotateScreen span {
  width: 32px;
  height: 32px;
  display: block;
  margin: -14vw auto 55vw auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition-delay: 1.2s;
}
#rotateScreen span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/rotate-display-icon2.svg) no-repeat top left;
  -webkit-animation: rotate 2s infinite forwards;
  -khtml-animation: rotate 2s infinite forwards;
  -moz-animation: rotate 2s infinite forwards;
  -ms-animation: rotate 2s infinite forwards;
  -o-animation: rotate 2s infinite forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#rotateScreen span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/rotate-display-icon.svg) no-repeat top left;
}
#rotateScreen.active {
  opacity: 1;
  z-index: 999;
  display: block;
}
#rotateScreen.active h1,
#rotateScreen.active h2 {
  opacity: 1;
  top: 0;
}
#rotateScreen.active span {
  margin: 8vw auto 3vw auto;
  opacity: 1;
}
.parallax-bg {
  background-attachment: fixed !important;
}
h1,
h2,
h3,
p,
a,
blockqoute {
  letter-spacing: 0;
  font-weight: normal;
}
.menu {
  font-family: 'Poppins', sans-serif;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #1e1e1e;
  text-decoration: none;
}
h1 {
  font-family: 'Poppins', sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
h1 span {
  font-family: 'Poppins', sans-serif;
}
h1.centered {
  text-align: center;
}
h2 {
  font-family: 'Poppins', sans-serif;
  color: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
h2.centered {
  text-align: center;
}
h2.bold {
  font-weight: 900;
}
h2 span {
  color: transparent;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}
h1 {
  font-size: 3.85vw;
  line-height: 4.3vw;
  font-weight: 900;
}
h2 {
  font-size: 3.2vw;
  line-height: 4vw;
  font-weight: 900;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
p {
  font-family: 'Poppins', sans-serif;
  color: inherit;
  font-size: 1vw;
  line-height: 1.6vw;
  margin-bottom: 30px;
  font-weight: 300;
}
p.copyright {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
}
p.centered {
  text-align: center;
}
p.bold {
  font-weight: 400;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
  background-image: url('https://i.imgur.com/OQiDoZe.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  display: none;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}
.dropdown dt a img {
  position: relative;
  z-index: 1;
}
.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}
.dropdown dt a span span:first-child {
  padding: 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}
.dropdown a:hover {
  color: #5d4617;
}
.dropdown dt a:hover,
.dropdown dt a:focus {
  color: #5d4617;
}
.dropdown dt a {
  position: relative;
  background: transparent;
  display: block;
  padding-right: 20px;
  border: 0;
  border-bottom: 2px solid #2BFFC1;
  color: #2BFFC1;
  width: 100%;
}
.dropdown dd ul {
  background: #2BFFC1;
  color: #ffffff;
  display: none;
  left: 0px;
  padding: 5px 10px;
  position: absolute;
  width: 270px;
  border: 2px solid #2BFFC1;
  list-style: none;
  max-height: 190px;
  overflow-y: scroll;
  top: 10px;
  z-index: 2;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.dropdown dd ul::-webkit-scrollbar {
  display: none;
}
.dropdown dd ul span {
  color: #ffffff;
}
li a {
  font-size: 13px;
}
li a span:nth-child(2) {
  line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
      border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
}
.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
dl.dropdown {
  display: inline-block;
  width: 100%;
}
dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
dl.dropdown span:nth-child(3) {
  float: right;
}
dl.dropdown dt span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
dl.dropdown dt span:nth-child(3) {
  display: none;
}
.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  h1 {
    font-size: 74px;
    line-height: 85px;
  }
  h2 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 18px;
    line-height: 18px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #top-nav .menu {
    max-width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top-nav .menu {
    max-width: 80%;
  }
  #top-nav .nav-box {
    padding: 4vw 0vw 0 6vw;
  }
  #top-nav.minimal .nav-box {
    padding: 8px 0vw 10px 6vw;
  }
}
@media screen and (max-width: 960px) {
  #rotateScreen h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #rotateScreen h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 220px) and (max-width: 990px) {
  html.safari {
    overflow-x: hidden !important;
  }
  #belgiumContent {
    overflow: hidden;
  }
  #intro .intro-description .service-title {
    font-size: 7.8vw;
    line-height: 9vw;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #intro .intro-description .service-detail {
    display: flex;
    padding: 4vw 4vw;
    flex-wrap: wrap;
  }
  #intro .intro-description .service-detail p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #intro .intro-description .service-detail p:last-of-type {
    margin-bottom: 0;
  }
  h1 {
    font-size: 9.85vw;
    line-height: 10.3vw;
  }
  h2 {
    font-size: 8.2vw;
    line-height: 10vw;
  }
  p {
    font-size: 3vw;
    line-height: 4.6vw;
  }
  .data-section .content-copy:before {
    display: none;
  }
  #intro {
    padding: 25vw 10vw 15vw 10vw;
  }
  #intro #gradientIntro {
    background-size: contain !important;
    right: 10vw;
    top: -50vw;
    width: 110%;
    height: 130%;
  }
  #intro #gradientIntroPattern {
    background-size: contain !important;
    right: 50vw;
    top: 90vw;
    width: 100%;
    height: 70%;
  }
  #intro .scroller {
    margin: 8vw auto 0 auto;
  }
  .data-section {
    padding: 10vw 2vw 20vw 2vw;
  }
  #europeContent {
    padding-bottom: 50vw;
  }
  #europeContent #gradientEurope {
    right: -250vw;
    top: -340vw;
    width: 310%;
    height: 170%;
  }
  #europeContent #gradientEuropePattern {
    left: -30vw;
    top: 180vw;
    width: 140%;
    height: 40%;
  }
  #europeContent .row {
    flex-direction: column-reverse;
  }
  #belgiumContent #belgium-intro .content__author {
    position: absolute;
    left: 34vw;
    bottom: -75vw;
  }
  #belgiumContent #gradientBelgium {
    background-size: contain !important;
    right: -50vw;
    top: -750vw;
    width: 360%;
    height: 180%;
  }
  #belgiumContent #gradientBelgiumPattern {
    background-size: contain !important;
    right: -10vw;
    top: -40vw;
    width: 130%;
    height: 20%;
  }
  #belgiumContent #gradientBelgiumPattern2 {
    background-size: contain !important;
    right: 0vw;
    top: 260vw;
    width: 170%;
    height: 60%;
  }
  #belgiumContent #gradientBelgiumPattern3 {
    background-size: 100% !important;
    right: -70vw;
    top: 655vw;
    width: 290%;
    height: 40%;
  }
  #europeContent #europe-intro .content__author {
    position: absolute;
    left: 45vw;
    bottom: -35vw;
  }
  #belgiumContent #belgium-historical .content__title {
    position: absolute;
    left: 79vw;
    bottom: -6vw;
  }
  #outro .title h1:before {
    content: '';
    height: 2px;
    width: 65%;
    background: #ffffff;
    display: block;
    margin: 0 auto 10vw auto;
  }
  #outro .logo-showcase {
    display: flex;
    justify-content: center;
    padding-top: 15vw;
    flex-wrap: wrap;
  }
  #outro .logo-showcase img {
    max-width: 150px;
    height: auto;
    margin: 5vw;
  }
  #outro .logo-showcase img.experience {
    max-width: 240px;
  }
  #sideNav {
    padding: 24px 4vw;
    height: 60px;
  }
  #sideNav.active {
    padding: 24px 4vw;
  }
  #sideNav .logo {
    position: relative;
    bottom: -1px;
    right: 30px;
  }
  #sideNav #mainNav {
    padding: 15vw 3vw 0 4vw;
  }
  #top-nav .mobile-nav-btn {
    top: 8px;
    right: 40px;
    display: block;
  }
  .mobile-nav-btn {
    display: block;
  }
  #top-nav {
    background: transparent;
    padding: 10px 2vw;
    height: auto;
    border-bottom: 0;
    top: 0;
  }
  #top-nav .logo {
    width: 205px;
    height: 32px;
    margin-top: 5px;
    float: left;
    background-size: initial;
    position: relative;
    bottom: 0;
    right: 30px;
  }
  #top-nav .nav-box {
    padding: 0 9px;
  }
  #top-nav .menu {
    display: none;
  }
  #top-nav .menu a:last-of-type,
  #top-nav a.download-pdf {
    display: none;
  }
  #top-nav .menu a {
    padding: 6px 0 0 0;
    color: #FF5C00;
  }
  #top-nav .menu a:before {
    height: 1px;
    width: 80%;
    background: #ffffff;
    z-index: 99999;
    top: 24px;
  }
  #top-nav .menu a:hover:before,
  #top-nav .menu a.active:before {
    height: 1px;
    width: 80%;
    background: #24298f;
    z-index: 99999;
    top: 21px;
  }
  #top-nav .mobile-nav-btn span {
    background: #331272;
  }
  #top-nav .menu a:hover,
  #top-nav .menu a.active {
    color: #331272;
  }
  #top-nav {
    display: none;
  }
  #sideNav {
    opacity: 1;
  }
  #sideNav .logo {
    width: 205px;
    height: 32px;
  }
  #sideNav .mobile-nav-btn {
    top: 18px;
    right: 50px;
  }
  #sideNav #mainNav a {
    font-size: 4.6vw;
    line-height: 4.8vw;
  }
  .page-footer .footer-container p {
    font-size: 12px;
    line-height: 30px;
    margin: 0;
  }
  #rotateScreen h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #rotateScreen h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  #sideNav #mainNav {
    padding: 10vw 2vw;
  }
}
@media screen and (max-width: 280px) {
  #contact .group.split .group {
    margin-right: 8px;
  }
}
/*# sourceMappingURL=styles.css.map */