/*!
 * Bootstrap Grid v4.2.1 (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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(540px - 20%);
      }*/ } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(720px - 20%);
      }*/ } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(960px - 20%);
      }*/ } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
      /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(1140px - 20%);
      }*/ } }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

/*
* Header
 */
/*
* Menu
 */
/*
* Footer
 */
/*
* Loader
 */
/*
* Hero
 */
/*
* All In One
 */
/*
* Services
 */
/*
* Info Blocks
 */
/*
* Process
 */
/*
* Section
 */
/*
* Z-Index
 */
/*
* Typography
 */
/*
* Box
 */
/*
* Shapes
 */
/*
* Carousel
 */
/*
* Footer Contact
 */
/*
* Credit
 */
/*
* Colors
 */
.site-loader__content, .site-header, .site-header__top, .navigation__pointer, .site-footer__content .site-footer__logo-wrapper, .article__link, body:not(.inner-page) .hero, .services__list .services__item .service__link, .case-study__content .case-study__description, .case-study__content .case-study__description .case-study__properties, body.inner-page .projects__item .project__details, .process__item, .process__item .step__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section {
  padding: 5rem 0; }
  @media (max-width: 767.98px) {
    .section {
      padding: 2.5rem 0; } }
  .section--bg {
    position: relative; }
    .section--bg .section__bg-wrapper {
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      .section--bg .section__bg-wrapper .section__bg-img {
        opacity: 0;
        visibility: hidden; }
  .section__container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .section__container {
        max-width: 540px;
        /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(540px - 20%);
      }*/ } }
    @media (min-width: 768px) {
      .section__container {
        max-width: 720px;
        /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(720px - 20%);
      }*/ } }
    @media (min-width: 992px) {
      .section__container {
        max-width: 960px;
        /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(960px - 20%);
      }*/ } }
    @media (min-width: 1200px) {
      .section__container {
        max-width: 1140px;
        /*@include media-breakpoint-between(lg, xl) {
        max-width: calc(1140px - 20%);
      }*/ } }
    @media (max-width: 575.98px) {
      .section__container {
        max-width: calc(100% - 2rem); } }
    .section__container--fluid {
      max-width: 100%; }
  .section__title-wrapper {
    position: relative;
    margin-bottom: 5rem;
    text-align: center; }
    @media (max-width: 767.98px) {
      .section__title-wrapper {
        margin-bottom: 2.5rem; } }

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

.mobile-only {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-only {
      display: block; } }

.services__list .services__item .service__link {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }
  .services__list .services__item .service__link::-moz-focus-inner {
    border: 0;
    padding: 0; }

a,
input,
button,
textarea {
  outline: none !important;
  text-decoration: none !important; }

a {
  color: #C40CD9; }

@keyframes draw-shape {
  to {
    stroke-dashoffset: 0; } }

@keyframes fill-shape {
  to {
    fill: #FFFFFF; } }

@keyframes rotate-shape {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes wave-shape {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-10deg); }
  20% {
    transform: rotate(12deg); }
  30% {
    transform: rotate(-10deg); }
  40% {
    transform: rotate(9deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*
* Fonts
 */
@font-face {
  font-family: 'almoni-neue';
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-thin-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-thin-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-thin-aaa.woff") format("woff"); }

@font-face {
  font-family: 'almoni-neue';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-light-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-light-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-light-aaa.woff") format("woff"); }

@font-face {
  font-family: 'almoni-neue';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-regular-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-regular-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-regular-aaa.woff") format("woff"); }

@font-face {
  font-family: 'almoni-neue';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-medium-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-medium-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-medium-aaa.woff") format("woff"); }

@font-face {
  font-family: 'almoni-neue';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-bold-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-bold-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-bold-aaa.woff") format("woff"); }

@font-face {
  font-family: 'almoni-neue';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/almoni-neue/almoni-neue-ultrabold-aaa.eot") format("eot"), url("../fonts/almoni-neue/almoni-neue-ultrabold-aaa.woff2") format("woff2"), url("../fonts/almoni-neue/almoni-neue-ultrabold-aaa.woff") format("woff"); }

body {
  font-family: 'almoni-neue', sans-serif;
  font-size: 1rem;
  color: #06334E; }

.site-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #186BCC;
  z-index: 3; }
  .site-loader__content {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-loader svg {
    width: 120px;
    height: 120px;
    animation: rotate-shape 2s linear infinite; }
  .site-loader__slogan {
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #FFFFFF; }

.site-header {
  width: 15%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  padding: 3rem 1rem;
  background-color: #186BCC;
  -webkit-filter: drop-shadow(-3px -1px 0 #203D76);
  filter: drop-shadow(-3px -1px 0 #203D76);
  color: #FFFFFF;
  z-index: 2;
  -webkit-transition: filter 1s ease-in-out 0s, -webkit-filter 1s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -o-transition: filter 1s ease-in-out 0s, -webkit-filter 1s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transition: filter 1s ease-in-out 0s, -webkit-filter 1s ease-in-out 0s, transform 0.5s ease-in-out 0s; }
  @media (max-width: 1499.98px) {
    .site-header {
      width: 20%;
      padding: 2rem 1rem; } }
  @media (max-width: 1499.98px) {
    .site-header {
      padding: 1rem; } }
  @media (max-width: 991.98px) {
    .site-header {
      width: 100%;
      height: auto;
      position: fixed;
      background-color: transparent;
      padding: 0; }
      body.inner-page .site-header {
        position: -webkit-sticky;
        position: sticky; } }
  @media (min-width: 992px) {
    .site-header--hidden {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); } }
  .site-header--menu-open {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    background-color: #EAF0F4;
    overflow: hidden; }
    .site-header--menu-open .site-header__top {
      height: 28%; }
      .site-header--menu-open .site-header__top .site-header__logo-wrapper {
        height: 100%;
        padding: 0; }
        .site-header--menu-open .site-header__top .site-header__logo-wrapper .site-header__logo {
          width: 60%;
          height: 60%; }
    .site-header--menu-open .site-header__navigation {
      height: 62%;
      display: block;
      flex: 1;
      -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
      transform: translateY(-2rem); }
    .site-header--menu-open .site-header__social {
      height: 10%;
      display: block; }
    .site-header--menu-open .site-header__dots {
      display: block; }
  .site-header__top {
    width: 100%;
    background-color: #186BCC;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    @media (max-width: 991.98px) {
      .site-header__top {
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        padding: 1rem; } }
  .site-header__logo-wrapper {
    text-align: center; }
    .site-header__logo-wrapper .site-header__logo {
      width: 120px;
      height: 120px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 1499.98px) {
        .site-header__logo-wrapper .site-header__logo {
          width: 90px;
          height: 90px; } }
      @media (max-width: 991.98px) {
        .site-header__logo-wrapper .site-header__logo {
          width: 60px;
          height: 60px; } }
      .site-header__logo-wrapper .site-header__logo .draw-animation {
        fill: rgba(255, 255, 255, 0);
        stroke: #FFFFFF;
        stroke-width: 5;
        stroke-dasharray: 7000;
        stroke-dashoffset: 7000;
        animation: draw-shape 5s ease-out 1s forwards, fill-shape 1s ease-out 2.6s forwards; }
    .site-header__logo-wrapper .site-header__slogan {
      display: block;
      margin-top: .5rem;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.25rem;
      color: #FFFFFF; }
  @media (max-width: 991.98px) {
    .site-header__navigation {
      display: none; } }
  @media (max-width: 991.98px) {
    .site-header__social {
      width: 100%;
      display: none;
      border-top: 1px solid #5e9fec;
      padding: 1rem 0; }
      .site-header__social .social__icon svg path, .site-header__social .social__icon svg circle {
        fill: #186BCC; } }
  .site-header__dots {
    display: none;
    position: absolute;
    bottom: 15%;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1; }
  .site-header__menu-toggle {
    order: -1; }
    .site-header__menu-toggle svg {
      width: 1.5rem;
      height: 1.5rem;
      -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2)); }
  .site-header__phone-button svg {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2)); }

.navigation {
  padding: 0; }
  @media (max-width: 991.98px) {
    .navigation {
      padding: 0 2rem; } }
  .navigation__list {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991.98px) {
      .navigation__list {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        overflow: hidden; } }
    .navigation__list .navigation__item {
      margin-top: 2rem; }
      @media (max-width: 1499.98px) {
        .navigation__list .navigation__item {
          margin-top: 1rem; } }
      @media (max-width: 1199.98px) {
        .navigation__list .navigation__item {
          margin-top: .5rem; } }
      @media (max-width: 991.98px) {
        .navigation__list .navigation__item {
          width: 50%;
          height: calc(100% / 4);
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 0;
          padding: 0;
          text-align: center;
          background-image: -webkit-linear-gradient(145deg, #FFFFFF, rgba(231, 249, 255, 0.5));
          background-image: -o-linear-gradient(145deg, #FFFFFF, rgba(231, 249, 255, 0.5));
          background-image: linear-gradient(145deg, #FFFFFF, rgba(231, 249, 255, 0.5));
          background-repeat: no-repeat; } }
      .navigation__list .navigation__item.navigation__item--active {
        text-shadow: 1px 1px 5px #9DB1B1; }
        @media (max-width: 991.98px) {
          .navigation__list .navigation__item.navigation__item--active {
            text-shadow: none;
            -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
            z-index: 1; } }
        @media (max-width: 991.98px) {
          .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon {
            display: block; }
            .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg path {
              stroke: #7815B9; }
            .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg polygon, .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg polyline, .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg rect, .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg line, .navigation__list .navigation__item.navigation__item--active .navigation__link .animated-icon svg circle {
              stroke: #7815B9; } }
      .navigation__list .navigation__item .navigation__link {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.875rem;
        color: #FFFFFF;
        text-decoration: none;
        white-space: nowrap; }
        @media (min-width: 1200px) and (max-width: 1599.98px) {
          .navigation__list .navigation__item .navigation__link {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .navigation__list .navigation__item .navigation__link {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
        @media (max-width: 767.98px) {
          .navigation__list .navigation__item .navigation__link {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
        @media (min-width: 768px) and (max-width: 1499.98px) {
          .navigation__list .navigation__item .navigation__link {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.5625rem; } }
  @media (min-width: 768px) and (max-width: 1499.98px) and (min-width: 1200px) and (max-width: 1599.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 1499.98px) and (min-width: 768px) and (max-width: 1199.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 1499.98px) and (max-width: 767.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
        @media (max-width: 991.98px) {
          .navigation__list .navigation__item .navigation__link {
            color: #06334E;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.5625rem; } }
  @media (max-width: 991.98px) and (min-width: 1200px) and (max-width: 1599.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (max-width: 991.98px) and (min-width: 768px) and (max-width: 1199.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .navigation__list .navigation__item .navigation__link {
      font-size: 1rem;
      line-height: 1.25rem; } }
        .navigation__list .navigation__item .navigation__link:hover {
          text-decoration: none; }
        @media (min-width: 768px) and (max-width: 1499.98px) {
          .navigation__list .navigation__item .navigation__link .livicon-evo {
            width: 30px !important; } }
        @media (max-width: 991.98px) {
          .navigation__list .navigation__item .navigation__link .livicon-evo {
            display: block;
            margin: 0 auto; }
            .navigation__list .navigation__item .navigation__link .livicon-evo svg path {
              stroke: #06334E; }
            .navigation__list .navigation__item .navigation__link .livicon-evo svg polygon, .navigation__list .navigation__item .navigation__link .livicon-evo svg polyline, .navigation__list .navigation__item .navigation__link .livicon-evo svg rect, .navigation__list .navigation__item .navigation__link .livicon-evo svg line, .navigation__list .navigation__item .navigation__link .livicon-evo svg circle {
              stroke: #06334E; } }
  .navigation__pointer {
    width: 25%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -25%;
    top: 0;
    background-color: #186BCC;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    -webkit-transition: clip-path 1s ease-in-out 0s, -webkit-clip-path 1s ease-in-out 0s;
    -o-transition: clip-path 1s ease-in-out 0s, -webkit-clip-path 1s ease-in-out 0s;
    transition: clip-path 1s ease-in-out 0s, -webkit-clip-path 1s ease-in-out 0s; }
    @media (max-width: 991.98px) {
      .navigation__pointer {
        display: none; } }
    .navigation__pointer .navigation__icon {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .navigation__pointer .navigation__icon svg {
        -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2)); }
      .site-header.site-header--hidden .navigation .navigation__pointer .navigation__icon {
        opacity: 1;
        visibility: visible; }

.social {
  text-align: center; }
  .social__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .social__list .social__item {
      display: inline-block;
      margin-right: 1rem; }
      .social__list .social__item:first-child {
        margin-right: 0; }
      .social__list .social__item .social__link {
        text-decoration: none; }
        .social__list .social__item .social__link:hover {
          text-decoration: none; }
        .social__list .social__item .social__link .social__icon {
          pointer-events: none; }

.contact-block {
  position: fixed;
  top: 0;
  left: 5rem;
  padding: 2rem;
  background-color: #186BCC;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .contact-block {
      display: none; } }
  .contact-block__phone {
    display: block;
    direction: ltr;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5625rem;
    text-decoration: none;
    color: #FFFFFF; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .contact-block__phone {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .contact-block__phone {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (max-width: 767.98px) {
      .contact-block__phone {
        font-size: 1rem;
        line-height: 1.25rem; } }
    .contact-block__phone:hover {
      text-decoration: none; }
    .contact-block__phone-icon {
      width: 1.5rem;
      height: 1.5rem;
      vertical-align: top; }
  .contact-block__email {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF; }
    .contact-block__email:hover {
      text-decoration: none; }

.site-content {
  /*width: calc(100% - 15%);
  margin-right: $header-width;*/
  width: 100%;
  -webkit-transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s;
  -o-transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s;
  transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s; }
  @media (max-width: 1499.98px) {
    .site-content {
      /*width: calc(100% - 20%);
    margin-right: $header-width-laptop;*/ } }
  @media (max-width: 991.98px) {
    .site-content {
      width: 100%;
      margin-right: 0; } }
  .site-content--full-width {
    width: 100%;
    margin-right: 0; }

.footer-contact {
  position: relative;
  background-color: #186BCC;
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0 -3px 0 #203D76);
  filter: drop-shadow(0 -3px 0 #203D76); }
  body.inner-page.post-type-archive-project .footer-contact .footer-contact__pointer {
    display: none; }
  body:not(.post-type-archive-project) .footer-contact {
    padding: 0 0 2rem; }
  body.inner-page:not(.post-type-archive-project) .footer-contact {
    margin-top: 2.5rem; }
  .footer-contact .footer-contact__title-wrapper {
    margin-bottom: 2.5rem; }
    .footer-contact .footer-contact__title-wrapper .footer-contact__title.title--primary {
      color: #FFFFFF; }
    .footer-contact .footer-contact__title-wrapper .footer-contact__title.title--secondary {
      opacity: .1; }
  .footer-contact__form.form {
    display: table-row; }
    @media (max-width: 991.98px) {
      .footer-contact__form.form {
        display: flex; } }
    .footer-contact__form.form .form__input-wrapper {
      max-width: none;
      width: auto;
      flex: 0 1 auto;
      display: table-cell; }
      @media (max-width: 991.98px) {
        .footer-contact__form.form .form__input-wrapper {
          max-width: 50%;
          width: 50%;
          flex: 0 0 50%; }
          .footer-contact__form.form .form__input-wrapper:nth-last-of-type(-n+3) {
            margin-bottom: 0; } }
      .footer-contact__form.form .form__input-wrapper:last-of-type {
        padding-left: 0; }
      .footer-contact__form.form .form__input-wrapper .form__input {
        line-height: normal; }
      .footer-contact__form.form .form__input-wrapper .form__label {
        background-color: #186BCC; }
      .footer-contact__form.form .form__input-wrapper .form__submit {
        height: 100%;
        line-height: normal; }
        @media (max-width: 991.98px) {
          .footer-contact__form.form .form__input-wrapper .form__submit {
            width: 100%; } }
  .footer-contact__pointer {
    width: 100%;
    height: 25%;
    position: absolute;
    top: calc(-25% + 1px);
    right: 0;
    background-color: #186BCC;
    -webkit-clip-path: polygon(76% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(76% 0%, 0% 100%, 100% 100%);
    -webkit-transition: clip-path 1s ease-in-out 0s;
    -o-transition: clip-path 1s ease-in-out 0s;
    transition: clip-path 1s ease-in-out 0s; }

.site-footer {
  /*width: calc(100% - 15%);
  margin-right: $header-width;*/
  width: 100%;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s;
  -o-transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s;
  transition: width 0.5s ease-in-out 0s, margin-right 0.5s ease-in-out 0s; }
  @media (max-width: 1199.98px) {
    .site-footer {
      /*width: calc(100% - 20%);
    margin-right: $header-width-laptop;*/ } }
  @media (max-width: 991.98px) {
    .site-footer {
      width: 100%;
      margin-right: 0; } }
  .site-footer--full-width {
    width: 100%;
    margin-right: 0; }
  .site-footer__mega-footer {
    background-color: #186BCC;
    padding: 2rem 0; }
  .site-footer__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    .site-footer__content .site-footer__logo-wrapper {
      flex: 0 0 37.5%;
      max-width: 37.5%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      @media (max-width: 767.98px) {
        .site-footer__content .site-footer__logo-wrapper {
          flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .site-footer__content .site-footer__logo-wrapper .site-footer__logo {
        width: 70px; }
      .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper {
        margin-right: .5rem; }
        .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper .site-footer__title {
          margin: 0;
          text-transform: uppercase;
          font-size: 1.25rem;
          font-weight: 900;
          line-height: 1.5625rem; }
          @media (min-width: 1200px) and (max-width: 1599.98px) {
            .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper .site-footer__title {
              font-size: 1rem;
              line-height: 1.25rem; } }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper .site-footer__title {
              font-size: 1rem;
              line-height: 1.25rem; } }
          @media (max-width: 767.98px) {
            .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper .site-footer__title {
              font-size: 1rem;
              line-height: 1.25rem; } }
        .site-footer__content .site-footer__logo-wrapper .site-footer__title-wrapper .site-footer__slogan {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.25rem; }
    .site-footer__content .site-footer__menu-column {
      flex: 0 0 20.83333%;
      max-width: 20.83333%; }
      @media (max-width: 767.98px) {
        .site-footer__content .site-footer__menu-column {
          display: none; } }
      .site-footer__content .site-footer__menu-column .menu__title {
        margin: 0 0 .5rem; }
      .site-footer__content .site-footer__menu-column .menu__list {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .site-footer__content .site-footer__menu-column .menu__list .menu__item {
          display: block;
          margin-bottom: .5rem; }
          .site-footer__content .site-footer__menu-column .menu__list .menu__item:last-child {
            margin-top: 0; }
          .site-footer__content .site-footer__menu-column .menu__list .menu__item .menu__link {
            color: #FFFFFF; }
  .site-footer__credit {
    background-color: #155fb5;
    padding: 1rem 0;
    text-align: center; }

.title--primary {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin: 0;
  color: #203D76;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .title--primary {
      font-size: 3.2rem;
      line-height: 4rem; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .title--primary {
      font-size: 3.2rem;
      line-height: 4rem; } }
  @media (max-width: 767.98px) {
    .title--primary {
      font-size: 3.2rem;
      line-height: 4rem; } }
  @media (max-width: 767.98px) {
    .title--primary {
      bottom: -.5rem;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem; } }

.title--secondary {
  display: block;
  direction: ltr;
  color: #EAF0F4;
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 9.375rem;
  text-transform: uppercase;
  z-index: -1; }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .title--secondary {
      font-size: 6rem;
      line-height: 7.5rem; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .title--secondary {
      font-size: 6rem;
      line-height: 7.5rem; } }
  @media (max-width: 767.98px) {
    .title--secondary {
      font-size: 6rem;
      line-height: 7.5rem; } }
  @media (max-width: 1599.98px) {
    .title--secondary {
      font-size: 5.5rem;
      font-weight: 900;
      line-height: 6.875rem; } }
  @media (max-width: 767.98px) {
    .title--secondary {
      font-size: 3rem;
      font-weight: 900;
      line-height: 3.75rem; } }

.title--subtitle {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
  color: #203D76; }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .title--subtitle {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .title--subtitle {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (max-width: 767.98px) {
    .title--subtitle {
      font-size: 1rem;
      line-height: 1.25rem; } }

/*
* Buttons
 */
.btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer; }
  .btn--primary {
    color: #FFFFFF;
    background: #186BCC;
    border: 2px solid #186BCC; }
    .btn--primary.btn--hover-shadow {
      position: relative; }
      .btn--primary.btn--hover-shadow:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        border-radius: 45px;
        box-shadow: 0px 6px 33px 2px rgba(24, 107, 204, 0.8);
        opacity: 0;
        transition: 0.5s opacity; }
      .btn--primary.btn--hover-shadow:hover {
        color: #FFFFFF; }
        .btn--primary.btn--hover-shadow:hover:after {
          opacity: 1; }
    .btn--primary.btn--hover-border:hover {
      background: none;
      border: 2px solid #186BCC;
      color: #186BCC; }
      .btn--primary.btn--hover-border:hover.btn--no-color-change {
        color: #FFFFFF; }
    .btn--primary.btn--fill-on-hover {
      background: none;
      border: 2px solid #186BCC;
      color: #FFFFFF; }
      .btn--primary.btn--fill-on-hover.btn--text-border-color {
        color: #186BCC; }
        .btn--primary.btn--fill-on-hover.btn--text-border-color:hover {
          color: #FFFFFF; }
      .btn--primary.btn--fill-on-hover:hover {
        background: #186BCC; }
  .btn--secondary {
    color: #FFFFFF;
    background: #C40CD9;
    border: 2px solid #C40CD9; }
    .btn--secondary.btn--hover-shadow {
      position: relative; }
      .btn--secondary.btn--hover-shadow:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        border-radius: 45px;
        box-shadow: 0px 6px 33px 2px rgba(196, 12, 217, 0.8);
        opacity: 0;
        transition: 0.5s opacity; }
      .btn--secondary.btn--hover-shadow:hover {
        color: #FFFFFF; }
        .btn--secondary.btn--hover-shadow:hover:after {
          opacity: 1; }
    .btn--secondary.btn--hover-border:hover {
      background: none;
      border: 2px solid #C40CD9;
      color: #C40CD9; }
      .btn--secondary.btn--hover-border:hover.btn--no-color-change {
        color: #FFFFFF; }
    .btn--secondary.btn--fill-on-hover {
      background: none;
      border: 2px solid #C40CD9;
      color: #FFFFFF; }
      .btn--secondary.btn--fill-on-hover.btn--text-border-color {
        color: #C40CD9; }
        .btn--secondary.btn--fill-on-hover.btn--text-border-color:hover {
          color: #FFFFFF; }
      .btn--secondary.btn--fill-on-hover:hover {
        background: #C40CD9; }
  .btn--tertiary {
    color: #FFFFFF;
    background: #9DB1B1;
    border: 2px solid #9DB1B1; }
    .btn--tertiary.btn--hover-shadow {
      position: relative; }
      .btn--tertiary.btn--hover-shadow:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        border-radius: 45px;
        box-shadow: 0px 6px 33px 2px rgba(157, 177, 177, 0.8);
        opacity: 0;
        transition: 0.5s opacity; }
      .btn--tertiary.btn--hover-shadow:hover {
        color: #FFFFFF; }
        .btn--tertiary.btn--hover-shadow:hover:after {
          opacity: 1; }
    .btn--tertiary.btn--hover-border:hover {
      background: none;
      border: 2px solid #9DB1B1;
      color: #9DB1B1; }
      .btn--tertiary.btn--hover-border:hover.btn--no-color-change {
        color: #FFFFFF; }
    .btn--tertiary.btn--fill-on-hover {
      background: none;
      border: 2px solid #9DB1B1;
      color: #FFFFFF; }
      .btn--tertiary.btn--fill-on-hover.btn--text-border-color {
        color: #9DB1B1; }
        .btn--tertiary.btn--fill-on-hover.btn--text-border-color:hover {
          color: #FFFFFF; }
      .btn--tertiary.btn--fill-on-hover:hover {
        background: #9DB1B1; }
  .btn--bold {
    font-weight: bold; }
  .btn--text-shadow {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .btn--small {
    padding: .3rem 1.5rem;
    border-radius: 45px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem; }
  .btn--medium {
    padding: .5rem 2rem;
    border-radius: 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem; }
  .btn--large {
    padding: .8rem 2.5rem;
    border-radius: 45px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5625rem; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .btn--large {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .btn--large {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (max-width: 767.98px) {
      .btn--large {
        font-size: 1rem;
        line-height: 1.25rem; } }
  .btn--x-large {
    padding: 1rem 3rem;
    border-radius: 45px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .btn--x-large {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .btn--x-large {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
    @media (max-width: 767.98px) {
      .btn--x-large {
        font-size: 1.2rem;
        line-height: 1.5rem; } }

.form {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  .form .form__input-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 1rem; }
    .form .form__input-wrapper--one-columns {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--one-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--two-columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--two-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--three-columns {
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--three-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--four-columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--four-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--five-columns {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--five-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--six-columns {
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--six-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--seven-columns {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--seven-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--eight-columns {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--eight-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--nine-columns {
      flex: 0 0 75%;
      max-width: 75%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--nine-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--ten-columns {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--ten-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--eleven-columns {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--eleven-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--twelve-columns {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .form .form__input-wrapper--twelve-columns {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 2rem; } }
    .form .form__input-wrapper--mobile-fluid {
      flex: 0 0 100%;
      max-width: 100%; }
    .form .form__input-wrapper .form__input {
      width: 100%;
      border: 1px solid #FFFFFF;
      border-radius: 30px;
      padding: .5rem;
      background: none;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      color: #FFFFFF;
      direction: rtl; }
      .form .form__input-wrapper .form__input--textarea {
        resize: none;
        height: 70px; }
    .form .form__input-wrapper .form__label {
      position: absolute;
      top: 50%;
      right: 2rem;
      padding: 0 .5rem;
      background-color: #FFFFFF;
      color: #FFFFFF;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      cursor: text;
      pointer-events: none; }
      .form .form__input-wrapper .form__label--required {
        padding-right: 1rem; }
        .form .form__input-wrapper .form__label--required:before {
          content: '*';
          color: red;
          font-size: 0.75rem;
          font-weight: 700;
          line-height: 1.25rem;
          position: absolute;
          margin: 3px -.5rem 0 0; }
    .form .form__input-wrapper--label-on-top .form__label {
      top: 0;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.25rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.shape {
  width: 60px;
  height: 60px; }
  .shape--primary {
    background-image: -ms-linear-gradient(left, #98FFFC 0%, #186BCC 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(left, #98FFFC 0%, #186BCC 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #98FFFC 0%, #186BCC 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #98FFFC), color-stop(100, #186BCC));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(left, #98FFFC 0%, #186BCC 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, #98FFFC 0%, #186BCC 100%);
    /* W3C Markup */
    background-repeat: no-repeat; }
  .shape--secondary {
    background-image: -ms-linear-gradient(left, #C40CD9 0%, #7F19DF 100%);
    /* IE10+ */
    background-image: -moz-linear-gradient(left, #C40CD9 0%, #7F19DF 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(left, #C40CD9 0%, #7F19DF 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #C40CD9), color-stop(100, #7F19DF));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(left, #C40CD9 0%, #7F19DF 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to right, #C40CD9 0%, #7F19DF 100%);
    /* W3C Markup */
    background-repeat: no-repeat; }
  .shape--circle {
    border-radius: 50%; }
  .shape--large {
    width: 120px;
    height: 120px; }
  .shape--small {
    width: 40px;
    height: 40px; }
  .shape--animation {
    animation: 6s ease-in-out infinite; }
  .shape--animation-up {
    animation-name: shapes-animation-up; }
  .shape--animation-down {
    animation-name: shapes-animation-down; }
  @media (max-width: 991.98px) {
    .shape--desktop {
      display: none; } }

@keyframes shapes-animation-up {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

@keyframes shapes-animation-down {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

.article {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in; }
  .article:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .article:hover .article__thumbnail .article__image {
      -webkit-filter: brightness(110%) saturate(130%) contrast(130%);
      filter: brightness(110%) saturate(130%) contrast(130%);
      -ms-filter: brightness(110%) saturate(130%) contrast(130%); }
  .article--large .article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .article--large .article__thumbnail {
    max-width: 100%;
    flex: 0 1 auto; }
    .article--large .article__thumbnail .article__image {
      max-height: 400px; }
  .article--large .article__description .article__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .article--large .article__description .article__title {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .article--large .article__description .article__title {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
    @media (max-width: 767.98px) {
      .article--large .article__description .article__title {
        font-size: 1.2rem;
        line-height: 1.5rem; } }
  .article__link {
    width: 100%;
    height: 100%; }
  .article__thumbnail {
    max-width: 40%;
    flex: 0 0 40%; }
    .article__thumbnail .article__image {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: filter 0.2s ease-in;
      -o-transition: filter 0.2s ease-in;
      transition: filter 0.2s ease-in; }
  .article__description {
    padding: 2rem;
    text-align: center; }
    @media (max-width: 767.98px) {
      .article__description {
        padding: 1rem; } }
    .article__description .article__title {
      margin: 0 0 1rem;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5625rem;
      color: #203D76; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .article__description .article__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .article__description .article__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .article__description .article__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
    .article__description .article__date {
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.25rem;
      color: #203D76; }
    .article__description .article__content {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      color: #203D76; }

.breadcrumbs__list {
  list-style-type: none;
  marign: 0;
  padding: 0; }
  .breadcrumbs__list .breadcrumbs__item {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #C40CD9;
    white-space: nowrap; }
    .breadcrumbs__list .breadcrumbs__item--separate {
      margin: 0 .5rem; }
    .breadcrumbs__list .breadcrumbs__item:last-child {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem; }
    .breadcrumbs__list .breadcrumbs__item a {
      color: #C40CD9; }
    .breadcrumbs__list .breadcrumbs__item .breadcrumbs__span {
      color: #C40CD9;
      white-space: nowrap; }

.swiper-container .swiper-pagination-bullets {
  position: static; }

.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 1; }
  .swiper-container .swiper-pagination-bullet-active {
    background: #7F19DF; }

.wpcf7 .form.footer-contact__form .wpcf7-response-output {
  display: none !important; }

.wpcf7 .form.footer-contact__form .form__input-wrapper .wpcf7-not-valid-tip {
  color: #FFFFFF; }

.wpcf7 .form.footer-contact__form .wpcf7-spinner {
  display: none; }

.wpcf7 .form .form__input-wrapper .form__input.wpcf7-not-valid {
  border-color: #b40000; }

.wpcf7 .form .form__input-wrapper .wpcf7-not-valid-tip {
  position: absolute;
  left: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #de1411; }
  @media (max-width: 991.98px) {
    .wpcf7 .form .form__input-wrapper .wpcf7-not-valid-tip {
      bottom: -1rem;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); } }

.wpcf7 .form .wpcf7-response-output {
  width: 100%;
  border-radius: 30px;
  margin: 1rem 0;
  padding: .5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem; }
  .wpcf7 .form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 1px solid #189a26; }
  .wpcf7 .form .wpcf7-response-output.wpcf7-validation-errors {
    border: 1px solid #b40000; }

.wpcf7 .form .ajax-loader {
  display: none; }

body:not(.inner-page) .hero {
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body:not(.inner-page) .hero .hero__bg-wrapper {
    background-position: bottom left; }
  body:not(.inner-page) .hero .hero__wrapper {
    color: #FFFFFF;
    text-shadow: 1px 1px 5px #9DB1B1;
    text-align: center; }
    body:not(.inner-page) .hero .hero__wrapper .hero__logo {
      width: 150px; }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__logo {
          width: 100px; } }
    body:not(.inner-page) .hero .hero__wrapper .hero__title {
      margin: 1rem 0 0;
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: 900;
      line-height: 3.75rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__title {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__title {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__title {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__title {
          font-size: 2rem;
          font-weight: 900;
          line-height: 2.5rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) and (max-width: 1599.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__title {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1199.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__title {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__title {
      font-size: 1.6rem;
      line-height: 2rem; } }
    body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
      font-size: 3rem;
      font-weight: 700;
      line-height: 3.75rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
          font-size: 2.4rem;
          line-height: 3rem; } }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
          font-size: 2rem;
          font-weight: 900;
          line-height: 2.5rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) and (max-width: 1599.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1199.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    body:not(.inner-page) .hero .hero__wrapper .hero__slogan {
      font-size: 1.6rem;
      line-height: 2rem; } }
  body:not(.inner-page) .hero .hero__clients {
    width: 100%;
    position: absolute;
    bottom: 1rem; }
    body:not(.inner-page) .hero .hero__clients .clients__list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body:not(.inner-page) .hero .hero__clients .clients__list .clients__item {
        text-align: center; }
        body:not(.inner-page) .hero .hero__clients .clients__list .clients__item .clients__image {
          max-width: 100%;
          width: auto; }

.about {
  position: relative;
  padding-bottom: 10rem;
  text-align: center; }
  @media (max-width: 991.98px) {
    .about {
      padding-bottom: 2.5rem; } }
  .about__content {
    max-width: 75%;
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5625rem; }
    @media (min-width: 1200px) and (max-width: 1599.98px) {
      .about__content {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .about__content {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (max-width: 767.98px) {
      .about__content {
        font-size: 1rem;
        line-height: 1.25rem; } }
    @media (max-width: 767.98px) {
      .about__content {
        max-width: none; } }
  .about__flowerpot-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1; }
    .about__flowerpot-wrapper .about__flowerpot {
      max-width: 100%;
      height: auto; }
    @media (max-width: 1599.98px) {
      .about__flowerpot-wrapper {
        width: 25%;
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%); } }
    @media (max-width: 1199.98px) {
      .about__flowerpot-wrapper {
        width: 35%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    @media (max-width: 991.98px) {
      .about__flowerpot-wrapper {
        display: none;
        width: 40%; } }
    @media (max-width: 767.98px) {
      .about__flowerpot-wrapper {
        width: 60%; } }
  .about__robot-wrapper {
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 1599.98px) {
      .about__robot-wrapper {
        width: 10%; } }
    @media (max-width: 1199.98px) {
      .about__robot-wrapper {
        width: 110px; } }
    @media (max-width: 991.98px) {
      .about__robot-wrapper {
        position: relative;
        width: 130px;
        margin: 3rem auto 0; } }
    @media (max-width: 767.98px) {
      .about__robot-wrapper {
        width: 130px; } }
    .about__robot-wrapper .about__robot-image {
      max-width: 100%;
      height: auto; }
      @media (max-width: 991.98px) {
        .about__robot-wrapper .about__robot-image.about__robot-image--desktop {
          display: none; } }
      .about__robot-wrapper .about__robot-image.about__robot-image--mobile {
        display: none; }
        @media (max-width: 991.98px) {
          .about__robot-wrapper .about__robot-image.about__robot-image--mobile {
            display: block; } }
    .about__robot-wrapper .about__robot-hand-image {
      width: 53px;
      height: auto;
      position: absolute;
      top: 221px;
      right: 4px;
      animation-name: wave-shape;
      animation-duration: 2.5s;
      animation-iteration-count: infinite;
      transform-origin: 20% 70%; }
      @media (max-width: 1599.98px) {
        .about__robot-wrapper .about__robot-hand-image {
          width: 20%;
          top: 49.5%;
          right: 5%; } }
      @media (max-width: 1199.98px) {
        .about__robot-wrapper .about__robot-hand-image {
          width: 22px;
          top: 108px; } }
      @media (max-width: 991.98px) {
        .about__robot-wrapper .about__robot-hand-image {
          width: 20px;
          top: 127px;
          right: 4px; } }
      @media (max-width: 767.98px) {
        .about__robot-wrapper .about__robot-hand-image {
          width: 20px;
          top: 75px;
          right: 0px; } }
      @media (max-width: 991.98px) {
        .about__robot-wrapper .about__robot-hand-image.about__robot-hand-image--desktop {
          display: none; } }
      .about__robot-wrapper .about__robot-hand-image.about__robot-hand-image--mobile {
        display: none; }
        @media (max-width: 991.98px) {
          .about__robot-wrapper .about__robot-hand-image.about__robot-hand-image--mobile {
            display: block;
            top: 90px;
            right: -10px; } }

.all-in-one {
  position: relative;
  margin-top: -5rem;
  background-color: #E7F9FF; }
  .all-in-one__title.title--secondary {
    color: rgba(54, 106, 90, 0.06); }
  .all-in-one__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .all-in-one__content .solutions__item {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .all-in-one__content .solutions__item {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .all-in-one__content .solutions__item {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 2rem; } }
      .all-in-one__content .solutions__item:nth-child(-n+2) {
        margin-bottom: 2rem; }
      .all-in-one__content .solutions__item .solution__icon {
        width: 80px;
        height: auto;
        display: inline-block; }
        .all-in-one__content .solutions__item .solution__icon svg {
          fill: #186BCC; }
      .all-in-one__content .solutions__item .solution__title {
        margin: 1rem 0 0;
        color: #06334E;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.875rem; }
        @media (min-width: 1200px) and (max-width: 1599.98px) {
          .all-in-one__content .solutions__item .solution__title {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .all-in-one__content .solutions__item .solution__title {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
        @media (max-width: 767.98px) {
          .all-in-one__content .solutions__item .solution__title {
            font-size: 1.2rem;
            line-height: 1.5rem; } }
      .all-in-one__content .solutions__item .solution__content {
        margin: 1rem 0 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem; }
  .all-in-one__shapes {
    position: absolute;
    bottom: 0;
    left: 5rem; }
    @media (max-width: 1599.98px) {
      .all-in-one__shapes {
        bottom: -5rem; } }
    @media (max-width: 991.98px) {
      .all-in-one__shapes {
        bottom: 0; } }
  .all-in-one__shape {
    position: absolute;
    bottom: 0;
    left: 0; }

.showcase .showcase__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  .showcase .showcase__content .showcase__carousel {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767.98px) {
      .showcase .showcase__content .showcase__carousel {
        flex: 0 0 100%;
        max-width: 100%; } }
    .showcase .showcase__content .showcase__carousel .showcase__images-mask {
      width: 100%;
      height: 474px;
      position: relative; }
      @media (max-width: 1199.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__images-mask {
          height: 400px; } }
      @media (max-width: 991.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__images-mask {
          height: 300px; } }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__images-mask {
          width: 320px;
          height: 267px;
          margin: 0 auto; } }
      .showcase .showcase__content .showcase__carousel .showcase__images-mask:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: url("../images/desktop-wrapper.svg") no-repeat;
        background-size: 100%; }
    .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item.showcase-website--active .showcase-website__image-wrapper {
      z-index: 1; }
      .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item.showcase-website--active .showcase-website__image-wrapper .showcase-website__image {
        opacity: 1; }
    .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper {
      width: 529px;
      height: 296px;
      position: absolute;
      top: 19px;
      right: 50%;
      z-index: -1;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
      @media (max-width: 1199.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper {
          width: 445px;
          height: 250px;
          top: 16px; } }
      @media (max-width: 991.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper {
          width: 334px;
          height: 187px;
          top: 12px; } }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper {
          width: 297px;
          height: 167px;
          top: 10px; } }
      .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper:hover .showcase-website__image {
        object-position: bottom; }
      .showcase .showcase__content .showcase__carousel .showcase__list .showcase__item .showcase-website__image-wrapper .showcase-website__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        opacity: 0;
        -webkit-transition: opacity, 0.5s ease-in-out, object-position 5s ease-in;
        -o-transition: opacity, 0.5s ease-in-out, object-position 5s ease-in;
        transition: opacity, 0.5s ease-in-out, object-position 5s ease-in; }
    .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points {
      position: absolute;
      bottom: 97px;
      right: 50%;
      z-index: 1;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
      @media (max-width: 1199.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points {
          bottom: 83px; } }
      @media (max-width: 991.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points {
          bottom: 59px; } }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points {
          bottom: 53px; } }
      .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points .showcase__point {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(127, 25, 223, 0.5);
        display: inline-block;
        margin: 0;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); }
        @media (max-width: 767.98px) {
          .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points .showcase__point {
            width: 9.23077px;
            height: 9.23077px;
            margin: 5px 0px 0px; } }
        .showcase .showcase__content .showcase__carousel .showcase__pagination .showcase__points .showcase__point--active {
          background: #7F19DF; }
  .showcase .showcase__content .showcase__info {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 3rem; }
    @media (max-width: 767.98px) {
      .showcase .showcase__content .showcase__info {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2rem;
        padding-right: 0; } }
    .showcase .showcase__content .showcase__info .showcase__description {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5625rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .showcase .showcase__content .showcase__info .showcase__description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .showcase .showcase__content .showcase__info .showcase__description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__info .showcase__description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__info .showcase__description {
          text-align: center; } }
      .showcase .showcase__content .showcase__info .showcase__description p {
        margin: 0; }
    .showcase .showcase__content .showcase__info .showcase__btn {
      display: inline-block;
      margin-top: 2rem; }
      @media (max-width: 767.98px) {
        .showcase .showcase__content .showcase__info .showcase__btn {
          width: max-content;
          display: block;
          margin: 2rem auto 0; } }

.services__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  @media (max-width: 1499.98px) {
    .services__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; } }

.services__list {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  /*@extend %display-flex;
    @include flex-wrap(wrap);*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1499.98px) {
    .services__list {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .services__list {
      grid-template-columns: repeat(2, 1fr);
      border-bottom-right-radius: 0;
      border-top-left-radius: 20px; } }
  .services__list .services__item {
    padding: 2rem;
    text-align: center;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .services__list .services__item {
        padding: 1rem; } }
    .services__list .services__item .service__link {
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .services__list .services__item .service__link:hover {
        text-decoration: none; }
    .services__list .services__item .service__icon {
      width: 80px;
      height: auto;
      display: inline-block;
      margin: 0 auto; }
      @media (max-width: 767.98px) {
        .services__list .services__item .service__icon {
          width: 40px; } }
      .services__list .services__item .service__icon svg {
        fill: #06334E;
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out; }
    .services__list .services__item .service__title {
      margin: .5rem 0 0;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5625rem;
      color: #06334E; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .services__list .services__item .service__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .services__list .services__item .service__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .services__list .services__item .service__title {
          font-size: 1rem;
          line-height: 1.25rem; } }
    .services__list .services__item.service--active {
      -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1); }
      .services__list .services__item.service--active .service__icon svg {
        fill: #7815B9; }

.services__service-content {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  background-image: -ms-linear-gradient(top, #3084e7 0%, #186BCC 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(top, #3084e7 0%, #186BCC 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #3084e7 0%, #186BCC 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3084e7), color-stop(100, #186BCC));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #3084e7 0%, #186BCC 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #3084e7 0%, #186BCC 100%);
  /* W3C Markup */
  background-repeat: no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem;
  color: #FFFFFF; }
  @media (max-width: 1499.98px) {
    .services__service-content {
      flex: 0 0 100%;
      max-width: 100%;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; } }
  @media (max-width: 767.98px) {
    .services__service-content {
      border-top-left-radius: 0;
      border-bottom-right-radius: 20px;
      padding: 2rem; } }
  .services__service-content .service-content__wrapper {
    display: none; }
    .services__service-content .service-content__wrapper .service-content__title {
      margin: 0 0 2rem;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.875rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .services__service-content .service-content__wrapper .service-content__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .services__service-content .service-content__wrapper .service-content__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (max-width: 767.98px) {
        .services__service-content .service-content__wrapper .service-content__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (max-width: 767.98px) {
        .services__service-content .service-content__wrapper .service-content__title {
          margin: 0 0 1rem;
          text-align: center; } }
    .services__service-content .service-content__wrapper .service-content__content {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem; }

.case-study__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  .case-study__content .case-study__featured-image-wrapper {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767.98px) {
      .case-study__content .case-study__featured-image-wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    .case-study__content .case-study__featured-image-wrapper .case-study__featured-image {
      max-width: 100%;
      height: auto; }
  .case-study__content .case-study__description {
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 767.98px) {
      .case-study__content .case-study__description {
        flex: 0 0 100%;
        max-width: 100%; } }
    .case-study__content .case-study__description .case-study__short-description {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5625rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .case-study__content .case-study__description .case-study__short-description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .case-study__content .case-study__description .case-study__short-description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .case-study__content .case-study__description .case-study__short-description {
          font-size: 1rem;
          line-height: 1.25rem; } }
      .case-study__content .case-study__description .case-study__short-description p {
        margin: 0; }
    .case-study__content .case-study__description .case-study__properties {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 767.98px) {
        .case-study__content .case-study__description .case-study__properties {
          margin-top: 2rem; } }
      .case-study__content .case-study__description .case-study__properties .case-study__property {
        width: 50%; }
        .case-study__content .case-study__description .case-study__properties .case-study__property:nth-child(-n+2) {
          margin-bottom: 2rem; }
        .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-key {
          font-size: 1.25rem;
          font-weight: 400;
          line-height: 1.5625rem; }
          @media (min-width: 1200px) and (max-width: 1599.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-key {
              font-size: 1rem;
              line-height: 1.25rem; } }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-key {
              font-size: 1rem;
              line-height: 1.25rem; } }
          @media (max-width: 767.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-key {
              font-size: 1rem;
              line-height: 1.25rem; } }
        .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-value {
          display: block;
          color: #186BCC;
          font-size: 3rem;
          font-weight: 500;
          line-height: 3.75rem; }
          @media (min-width: 1200px) and (max-width: 1599.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-value {
              font-size: 2.4rem;
              line-height: 3rem; } }
          @media (min-width: 768px) and (max-width: 1199.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-value {
              font-size: 2.4rem;
              line-height: 3rem; } }
          @media (max-width: 767.98px) {
            .case-study__content .case-study__description .case-study__properties .case-study__property .case-study__property-value {
              font-size: 2.4rem;
              line-height: 3rem; } }
    .case-study__content .case-study__description .case-study__btn {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media (max-width: 767.98px) {
        .case-study__content .case-study__description .case-study__btn {
          margin-top: 3rem; } }

.testimonials {
  background-image: -ms-linear-gradient(left, #355CA7 0%, #0183D0 100%);
  /* IE10+ */
  background-image: -moz-linear-gradient(left, #355CA7 0%, #0183D0 100%);
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(left, #355CA7 0%, #0183D0 100%);
  /* Opera */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #355CA7), color-stop(100, #0183D0));
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(left, #355CA7 0%, #0183D0 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to right, #355CA7 0%, #0183D0 100%);
  /* W3C Markup */
  background-repeat: no-repeat; }
  .testimonials__title.title--primary {
    color: #FFFFFF; }
  .testimonials__title.title--secondary {
    color: rgba(234, 240, 244, 0.1); }
  .testimonials__content {
    max-width: 50%;
    position: relative;
    margin: 2rem auto 0; }
    @media (max-width: 991.98px) {
      .testimonials__content {
        max-width: 100%; } }
    .testimonials__content:before, .testimonials__content:after {
      content: '"';
      display: block;
      position: absolute;
      font-size: 5rem;
      font-weight: 700;
      line-height: 6.25rem;
      color: #06334E; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .testimonials__content:before, .testimonials__content:after {
          font-size: 4rem;
          line-height: 5rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .testimonials__content:before, .testimonials__content:after {
          font-size: 4rem;
          line-height: 5rem; } }
      @media (max-width: 767.98px) {
        .testimonials__content:before, .testimonials__content:after {
          font-size: 4rem;
          line-height: 5rem; } }
    .testimonials__content:before {
      top: 0;
      right: 0;
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%); }
      @media (max-width: 767.98px) {
        .testimonials__content:before {
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); } }
    .testimonials__content:after {
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-100%, 50%) rotate(180deg);
      -ms-transform: translate(-100%, 50%) rotate(180deg);
      transform: translate(-100%, 50%) rotate(180deg); }
      @media (max-width: 767.98px) {
        .testimonials__content:after {
          -webkit-transform: translate(100%, 50%) rotate(180deg);
          -ms-transform: translate(100%, 50%) rotate(180deg);
          transform: translate(100%, 50%) rotate(180deg); } }
  .testimonials__item {
    text-align: center; }
    .testimonials__item .testimonial__author {
      color: #FFFFFF; }
    .testimonials__item .testimonial__content {
      margin-top: 1rem;
      color: #FFFFFF;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem; }

.blog__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative; }
  .blog__content .blog__large-article {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem; }
    @media (max-width: 991.98px) {
      .blog__content .blog__large-article {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0; } }
    .blog__content .blog__large-article .article {
      height: 100%; }
      @media (max-width: 991.98px) {
        .blog__content .blog__large-article .article {
          height: auto; } }
  .blog__content .blog__small-articles {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem; }
    @media (max-width: 991.98px) {
      .blog__content .blog__small-articles {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }
    .blog__content .blog__small-articles .article {
      height: calc(50% - 1rem); }
      @media (max-width: 991.98px) {
        .blog__content .blog__small-articles .article {
          height: auto;
          margin-top: 2rem; } }
      .blog__content .blog__small-articles .article:last-child {
        margin-top: 2rem; }
  .blog__content .blog__btn {
    margin: 2rem auto 0; }
  .blog__content .blog__shapes {
    position: absolute; }
    .blog__content .blog__shapes--right {
      top: 0;
      right: 0;
      -webkit-transform: translateX(80%);
      -ms-transform: translateX(80%);
      transform: translateX(80%);
      z-index: -1; }
    .blog__content .blog__shapes--left {
      bottom: 30%;
      left: 0;
      -webkit-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
      transform: translateX(-80%); }
      @media (max-width: 991.98px) {
        .blog__content .blog__shapes--left {
          bottom: -5%;
          left: 10%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          z-index: 1; } }

body:not(.inner-page) .projects {
  position: relative;
  background-color: #DEE3E7; }
  @media (max-width: 767.98px) {
    body:not(.inner-page) .projects {
      padding: 2.5rem 0 7.5rem; } }
  body:not(.inner-page) .projects__content {
    text-align: center; }
    body:not(.inner-page) .projects__content .projects__robot {
      max-width: 40%;
      text-align: right; }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .projects__content .projects__robot {
          margin: 0 auto; } }
      body:not(.inner-page) .projects__content .projects__robot-image {
        max-width: 100%;
        height: auto; }
    body:not(.inner-page) .projects__content .projects__carousel {
      max-width: 50%;
      position: absolute;
      top: 50%;
      left: 0; }
      @media (max-width: 767.98px) {
        body:not(.inner-page) .projects__content .projects__carousel {
          max-width: none;
          position: static;
          margin: 1rem 0 2rem; } }
      body:not(.inner-page) .projects__content .projects__carousel-image {
        max-width: 100%;
        height: auto; }
    body:not(.inner-page) .projects__content .projects__btn {
      margin-top: 2rem; }

body.inner-page .articles {
  padding: 5rem 0 0; }
  body.inner-page .articles__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  body.inner-page .articles__item {
    flex: 0 0 50%;
    max-width: 50%;
    max-width: calc(50% - 1rem);
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      body.inner-page .articles__item {
        flex: 0 0 100%;
        max-width: 100%; }
        body.inner-page .articles__item:last-child {
          margin-bottom: 0; } }

.pagination {
  text-align: center;
  padding: 2.5rem 0 5rem; }
  .pagination__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination__item {
    display: inline-block;
    margin-left: 1rem; }
    .pagination__item:last-child {
      margin-left: 0; }
    .pagination__item .page-numbers {
      background-color: #DEE3E7;
      border-radius: 5px;
      padding: .5rem 1rem;
      color: #C40CD9;
      -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
      -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
      transition: background-color 0.2s ease-in, color 0.2s ease-in; }
      .pagination__item .page-numbers:hover, .pagination__item .page-numbers.current {
        background-color: #186BCC;
        color: #FFFFFF; }

.post__article .article__info {
  border-bottom: 1px solid #186BCC;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25rem; }
  @media (max-width: 767.98px) {
    .post__article .article__info {
      padding: 1rem; } }
  .post__article .article__info span {
    display: inline-block;
    white-space: nowrap; }
    .post__article .article__info span:after {
      content: '';
      width: 5px;
      height: 5px;
      display: inline-block;
      background-color: #186BCC;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 0 .5rem;
      vertical-align: middle; }
    .post__article .article__info span:last-child:after {
      display: none; }
  .post__article .article__info a {
    color: #C40CD9; }
    .post__article .article__info a:hover, .post__article .article__info a:visited, .post__article .article__info a:focus {
      color: #C40CD9; }

.post__article .article__description {
  text-align: right; }
  .post__article .article__description .article__content a {
    color: #C40CD9; }
    .post__article .article__description .article__content a:hover, .post__article .article__description .article__content a:visited, .post__article .article__description .article__content a:focus {
      color: #C40CD9; }
  .post__article .article__description .article__content code {
    display: table;
    direction: ltr;
    background-color: #DEE3E7;
    border: 1px solid #06334E;
    border-radius: 30px;
    margin: 1rem auto 1rem 0;
    padding: .5rem;
    text-align: left;
    color: #C40CD9; }

body.inner-page .hero {
  position: relative;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991.98px) {
    body.inner-page .hero {
      padding: 1.66667rem 0; } }
  body.inner-page .hero .hero__title-wrapper {
    margin-bottom: 0; }
  body.inner-page .hero .hero__breadcrumbs {
    position: absolute;
    bottom: 1rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    @media (max-width: 991.98px) {
      body.inner-page .hero .hero__breadcrumbs {
        position: static;
        margin-top: 2rem;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  body.inner-page .hero .hero__shapes {
    position: absolute;
    top: 5%;
    right: 10%; }
    @media (max-width: 991.98px) {
      body.inner-page .hero .hero__shapes {
        top: auto;
        bottom: 5%; } }

.page__content {
  /*border-radius: 30px;
    @include box-shadow(0px 0 30px 0px rgba(color(box, shadow),0.1));
    padding: 2rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem; }

.info-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 3rem; }
  .info-blocks .info-blocks__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 5rem;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .info-blocks .info-blocks__item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767.98px) {
      .info-blocks .info-blocks__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 3rem; } }
    .info-blocks .info-blocks__item .info-block__icon {
      width: 80px;
      height: auto;
      display: inline-block; }
      .info-blocks .info-blocks__item .info-block__icon svg {
        max-width: 100%;
        height: auto;
        fill: #186BCC; }
    .info-blocks .info-blocks__item .info-block__title {
      margin: 1rem 0 0;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.875rem;
      color: #06334E; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .info-blocks .info-blocks__item .info-block__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .info-blocks .info-blocks__item .info-block__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (max-width: 767.98px) {
        .info-blocks .info-blocks__item .info-block__title {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      @media (max-width: 767.98px) {
        .info-blocks .info-blocks__item .info-block__title {
          margin: .5rem 0 0; } }
    .info-blocks .info-blocks__item .info-block__content {
      margin: 1rem 0 0;
      padding: 0 2rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      color: #203D76; }
      @media (max-width: 767.98px) {
        .info-blocks .info-blocks__item .info-block__content {
          margin: .5rem 0 0; } }

body.inner-page .projects {
  padding: 0; }
  body.inner-page .projects__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
  body.inner-page .projects__item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; }
    @media (max-width: 767.98px) {
      body.inner-page .projects__item {
        flex: 0 0 100%;
        max-width: 100%; } }
    body.inner-page .projects__item:hover .project__details {
      visibility: visible;
      opacity: 1; }
    body.inner-page .projects__item .project__image {
      max-width: 100%;
      height: 100%;
      object-fit: cover; }
    body.inner-page .projects__item .project__details {
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      background: rgba(24, 107, 204, 0.6);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
      -o-transition: visibility 0.2s ease-in, opacity 0.2s ease-in;
      transition: visibility 0.2s ease-in, opacity 0.2s ease-in; }
      body.inner-page .projects__item .project__details .project__title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5625rem;
        color: #FFFFFF; }
        @media (min-width: 1200px) and (max-width: 1599.98px) {
          body.inner-page .projects__item .project__details .project__title {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          body.inner-page .projects__item .project__details .project__title {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media (max-width: 767.98px) {
          body.inner-page .projects__item .project__details .project__title {
            font-size: 1rem;
            line-height: 1.25rem; } }
      body.inner-page .projects__item .project__details .project__slogan {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        color: #FFFFFF; }
      body.inner-page .projects__item .project__details .project__btn {
        margin-top: 2rem; }
      body.inner-page .projects__item .project__details .project__our-work {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #C40CD9;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding: .3rem 0;
        font-size: 1rem;
        color: #FFFFFF;
        text-align: center; }

.case-study__item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .case-study__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .case-study__item .step__description {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10rem; }
    @media (max-width: 1599.98px) {
      .case-study__item .step__description {
        padding: 0 5rem; } }
    @media (max-width: 991.98px) {
      .case-study__item .step__description {
        padding: 0 1rem; } }
    @media (max-width: 767.98px) {
      .case-study__item .step__description {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2rem;
        padding: 0 1rem; } }
    .case-study__item .step__description .step__title {
      margin: 0 0 1rem;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .case-study__item .step__description .step__title {
          font-size: 1.6rem;
          line-height: 2rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .case-study__item .step__description .step__title {
          font-size: 1.6rem;
          line-height: 2rem; } }
      @media (max-width: 767.98px) {
        .case-study__item .step__description .step__title {
          font-size: 1.6rem;
          line-height: 2rem; } }
    .case-study__item .step__description .step__content {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5625rem; }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .case-study__item .step__description .step__content {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .case-study__item .step__description .step__content {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 767.98px) {
        .case-study__item .step__description .step__content {
          font-size: 1rem;
          line-height: 1.25rem; } }
  .case-study__item .step__image-wrapper {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767.98px) {
      .case-study__item .step__image-wrapper {
        flex: 0 0 100%;
        max-width: 100%; } }
    .case-study__item .step__image-wrapper .step__image {
      max-width: 100%;
      height: auto; }

.process {
  position: relative;
  margin: 5rem 0;
  padding: 0; }
  .process__container {
    position: relative; }
    .process__container:after {
      content: ' ';
      width: 5px;
      height: 100%;
      position: absolute;
      right: 50%;
      top: 0px;
      background-color: #C40CD9;
      border-radius: 30px; }
      @media (max-width: 991.98px) {
        .process__container:after {
          right: 0; } }
  .process__item {
    max-width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 3rem;
    margin-right: auto;
    padding-right: 70px; }
    @media (max-width: 991.98px) {
      .process__item {
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 50px; } }
    @media (min-width: 992px) {
      .process__item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-right: 0;
        margin-left: auto;
        padding-right: 0;
        padding-left: 70px; }
        .process__item:nth-child(odd):before {
          right: auto;
          left: 0; }
        .process__item:nth-child(odd):after {
          right: auto;
          left: -12px; }
        .process__item:nth-child(odd) .step__description {
          padding-right: 0;
          padding-left: 2rem;
          text-align: left; } }
    .process__item:before {
      content: ' ';
      width: 70px;
      position: absolute;
      top: 50%;
      right: 0;
      border: 2px dashed #DEE3E7;
      margin-top: -2px; }
      @media (max-width: 991.98px) {
        .process__item:before {
          width: 50px;
          top: calc(100px / 2);
          right: 0;
          left: auto; } }
    .process__item:after {
      content: ' ';
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      right: -8px;
      background: #FFFFFF;
      border: 3px solid #C40CD9;
      border-radius: 50%;
      margin-top: calc(-20px / 2);
      z-index: 1; }
      @media (max-width: 991.98px) {
        .process__item:after {
          top: calc(100px / 2);
          right: -8px;
          left: auto; } }
    .process__item .step__icon {
      width: 100px;
      height: 100px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex: 0 0 100px;
      background-color: #186BCC;
      border: 5px solid #FFFFFF;
      border-radius: 50%;
      text-align: center;
      font-size: 2rem;
      font-weight: 400;
      line-height: 2.5rem;
      color: #fff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      @media (min-width: 1200px) and (max-width: 1599.98px) {
        .process__item .step__icon {
          font-size: 1.6rem;
          line-height: 2rem; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .process__item .step__icon {
          font-size: 1.6rem;
          line-height: 2rem; } }
      @media (max-width: 767.98px) {
        .process__item .step__icon {
          font-size: 1.6rem;
          line-height: 2rem; } }
    .process__item .step__description {
      width: 100%;
      padding-right: 2rem; }
      @media (max-width: 991.98px) {
        .process__item .step__description {
          margin-top: 2rem;
          padding: 0;
          text-align: right; } }
      .process__item .step__description .step__title {
        margin: 0 0 1rem;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem; }
        @media (min-width: 1200px) and (max-width: 1599.98px) {
          .process__item .step__description .step__title {
            font-size: 1.6rem;
            line-height: 2rem; } }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .process__item .step__description .step__title {
            font-size: 1.6rem;
            line-height: 2rem; } }
        @media (max-width: 767.98px) {
          .process__item .step__description .step__title {
            font-size: 1.6rem;
            line-height: 2rem; } }
      .process__item .step__description .step__content {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5625rem; }
        @media (min-width: 1200px) and (max-width: 1599.98px) {
          .process__item .step__description .step__content {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media (min-width: 768px) and (max-width: 1199.98px) {
          .process__item .step__description .step__content {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media (max-width: 767.98px) {
          .process__item .step__description .step__content {
            font-size: 1rem;
            line-height: 1.25rem; } }

.contact__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }

.contact__form-wrapper {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 767.98px) {
    .contact__form-wrapper {
      flex: 0 0 100%;
      max-width: 100%; } }

.contact__form {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .contact__form .form__input-wrapper {
      padding-left: 0; } }
  .contact__form .form__input-wrapper .form__input {
    border-color: #186BCC;
    color: #06334E; }
  .contact__form .form__input-wrapper .form__label {
    color: #06334E; }

.contact__robot {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center; }
  @media (max-width: 767.98px) {
    .contact__robot {
      flex: 0 0 100%;
      max-width: 100%; } }
  .contact__robot-image {
    max-width: 230px;
    height: auto; }
    @media (max-width: 767.98px) {
      .contact__robot-image {
        max-width: 150px; } }

.contact-info {
  padding-bottom: 0; }
  .contact-info .contact-info__content .contact-info__info-blocks {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .contact-info .contact-info__content .contact-info__info-blocks .info-blocks__item .info-block__time {
      direction: ltr;
      display: inline-block; }
