@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    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; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger:focus {
    opacity: 0.7; }
  .hamburger.is-active:hover, .hamburger.is-active:focus {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 31px;
  height: 23px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 31px;
    height: 3px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover,
.owl-carousel .owl-video-play-icon:focus {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?53020142");
  src: url("../fonts/fontello/font/fontello.eot?53020142#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2?53020142") format("woff2"), url("../fonts/fontello/font/fontello.woff?53020142") format("woff"), url("../fonts/fontello/font/fontello.ttf?53020142") format("truetype"), url("../fonts/fontello/font/fontello.svg?53020142#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?53020142#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-right-2:before {
  content: '\e865'; }

/* '' */
.icon-arrow-left-2:before {
  content: '\e866'; }

/* '' */
.icon-arrow-down:before {
  content: '\e867'; }

/* '' */
.icon-location:before {
  content: '\e898'; }

/* '' */
.icon-facebook:before {
  content: '\e89a'; }

/* '' */
.icon-tiktok:before {
  content: '\e89b'; }

/* '' */
.icon-url:before {
  content: '\e89c'; }

/* '' */
.icon-info:before {
  content: '\e89d'; }

/* '' */
.icon-person:before {
  content: '\e89e'; }

/* '' */
.icon-arrow-left:before {
  content: '\e89f'; }

/* '' */
.icon-player:before {
  content: '\e8a0'; }

/* '' */
.icon-close:before {
  content: '\e8a1'; }

/* '' */
.icon-phone:before {
  content: '\e8a5'; }

/* '' */
.icon-mail:before {
  content: '\e8a6'; }

/* '' */
.icon-hours:before {
  content: '\e8a7'; }

/* '' */
.icon-arrow-right:before {
  content: '\e8a8'; }

/* '' */
.icon-linkedin:before {
  content: '\e8ac'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-youtube:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0; }

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none; }

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px; }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover,
.selectize-dropdown-header-close:focus {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover,
.selectize-control.plugin-remove_button [data-value] .remove:focus {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover,
.selectize-control.plugin-remove_button .disabled [data-value] .remove:focus {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-bold-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-italic-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-bolditalic-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-bolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-light-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-heavy-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-heavy-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-lightitalic-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-heavyitalic-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-heavyitalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  unicode-range: U+00-FFFF; }

@font-face {
  font-family: 'replica';
  src: url("../fonts/replica/replicapro-regular-webfont.woff2") format("woff2"), url("../fonts/replica/replicapro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+00-FFFF; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 0;
  line-height: 1; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input,
textarea {
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }
  a:active {
    text-decoration: none;
    outline: 0; }
  a:focus {
    text-decoration: none;
    outline: 0; }
  a:visited {
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none;
    outline: 0; }

li, button {
  outline: 0; }
  li:active, button:active {
    outline: 0; }
  li:focus, button:focus {
    outline: 0; }
  li:visited, button:visited {
    outline: 0; }
  li:hover, button:hover {
    outline: 0; }

body {
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

div, header, footer, ul, li,
p, a, header, section, input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

html {
  font-size: 16px; }

body:not(.archive) {
  scroll-behavior: smooth; }

body {
  color: #676767;
  max-width: 100vw;
  min-height: 100vh;
  font-family: "replica", sans-serif; }
  body.noscroll {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }

img, svg, figure {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

strong, b {
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  line-height: 1.6; }
  @media (max-width: 575.98px) {
    p {
      line-height: 1.4; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    opacity: 0.7;
    cursor: pointer; }

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 32px; }

mark {
  background-color: transparent; }

table {
  margin: 0 auto;
  color: gray;
  border-collapse: collapse;
  width: 100% !important;
  margin: 8px 0 20px; }
  table thead tr,
  table thead th {
    color: #fff; }
  table thead th,
  table tfoot th {
    text-align: left;
    font-weight: bold; }
  table caption {
    padding: 1em .8em; }
  table th, table td {
    padding: .7em;
    line-height: 1.2;
    color: #333; }
  table tr {
    border-bottom: 1px solid #ddd; }
    table tr:first-of-type {
      font-weight: bold;
      color: #333; }
      table tr:first-of-type td {
        line-height: 1.4;
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: .9em; }
    table tr:last-of-type {
      border-bottom: none; }

body.notextcopy > * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

body.noimagesave img, body.noimagesave svg, body.noimagesave picture {
  pointer-events: none; }

*:focus-visible {
  outline: 2px solid #ff1100 !important;
  outline-offset: 2px !important; }

input:not([type="checkbox"]):not([type="button"]):focus-visible, textarea:focus-visible {
  outline: none !important; }

.site {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }

.nowrap {
  white-space: nowrap; }

.white {
  color: #fff !important; }

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

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.absolute-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

@media (min-width: 1360px) {
  .container {
    max-width: 1240px; } }

@media (min-width: 1480px) {
  .container--lg {
    width: 1360px;
    max-width: calc(100vw - 60px); } }

@media (min-width: 1780px) {
  .container--lg {
    width: 1560px;
    max-width: calc(100vw - 60px); } }

@media (min-width: 1480px) {
  .container--xl {
    width: 1840px;
    max-width: calc(100vw - 60px); } }

.img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.sygnet {
  position: relative;
  padding-top: 260px; }
  @media (max-width: 991.98px) {
    .sygnet {
      padding-top: 200px; } }
  @media (max-width: 767.98px) {
    .sygnet {
      padding-top: 150px; } }
  @media (max-width: 575.98px) {
    .sygnet {
      padding-top: 100px; } }
  .sygnet.sygnet--center::after {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .sygnet::after {
    content: '';
    display: block;
    width: 790px;
    max-width: 95%;
    height: 138px;
    background-image: url("../img/svg/sygnet.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 50px;
    left: -30px; }
    @media (max-width: 767.98px) {
      .sygnet::after {
        top: 15px;
        width: 500px; } }

.text-border {
  padding: 0 15px 24px 40px;
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 2px;
  border-style: solid;
  border-left: 2px solid #DFE2E6;
  border-top: none;
  border-right: none;
  margin-bottom: -2px;
  color: #041E3A;
  font-weight: 600; }
  @media (max-width: 991.98px) {
    .text-border {
      margin: 34px 0; } }
  @media (max-width: 767.98px) {
    .text-border {
      padding: 0 15px 15px 15px; } }
  @media (max-width: 991.98px) {
    .text-border.col-lg-6 {
      width: calc(100% - 30px);
      position: relative;
      left: 0; } }

.sygnet-img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 789px !important; }

@media (max-width: 991.98px) {
  .page-hero-next + .flex-content > div:first-child h2,
  .page-hero-next + .flex-content > div:first-child h3 {
    margin-top: 0 !important; } }

img.alignright, a img.alignright {
  display: block;
  margin: 1em 0; }
  @media (min-width: 576px) {
    img.alignright, a img.alignright {
      display: inline;
      max-width: 50%;
      height: auto;
      float: right;
      margin: 1em 0 1em 2em; } }

img.alignleft, a img.alignleft {
  display: block;
  margin: 1em 0; }
  @media (min-width: 576px) {
    img.alignleft, a img.alignleft {
      display: inline;
      max-width: 50%;
      height: auto;
      float: left;
      margin: 1em 2em 1em 0; } }

img.aligncenter, a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.btn,
.standard-format button,
.newsletter button,
.map button {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 34px;
  font-size: 16px;
  font-weight: 600;
  background-color: #041E3A;
  border: 2px solid #041E3A;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .btn,
    .standard-format button,
    .newsletter button,
    .map button {
      padding: 12px 24px; } }
  @media (max-width: 575.98px) {
    .btn,
    .standard-format button,
    .newsletter button,
    .map button {
      padding: 12px 16px; } }
  .btn::after,
  .standard-format button::after,
  .newsletter button::after,
  .map button::after {
    content: '\e8a8';
    font-family: 'fontello';
    display: inline-block;
    font-size: 8px;
    -webkit-text-stroke: 2px #fff;
    position: relative;
    top: -4px;
    margin-left: 8px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn:hover, .btn:focus,
  .standard-format button:hover,
  .standard-format button:focus,
  .newsletter button:hover,
  .newsletter button:focus,
  .map button:hover,
  .map button:focus {
    background-color: rgba(4, 30, 58, 0.7);
    border: 2px solid rgba(4, 30, 58, 0.7);
    opacity: 1; }
    .btn:hover::after, .btn:focus::after,
    .standard-format button:hover::after,
    .standard-format button:focus::after,
    .newsletter button:hover::after,
    .newsletter button:focus::after,
    .map button:hover::after,
    .map button:focus::after {
      left: 4px; }
  .btn--sm,
  .standard-format button--sm,
  .newsletter button--sm,
  .map button--sm {
    padding: 12px 24px; }
  .btn--secondary,
  .standard-format button--secondary,
  .newsletter button--secondary,
  .map button--secondary {
    border: 2px solid #EF4655;
    background-color: #EF4655;
    color: #fff;
    font-weight: 500; }
    .btn--secondary::after,
    .standard-format button--secondary::after,
    .newsletter button--secondary::after,
    .map button--secondary::after {
      -webkit-text-stroke: 2px #fff !important; }
    .btn--secondary:hover, .btn--secondary:focus,
    .standard-format button--secondary:hover,
    .standard-format button--secondary:focus,
    .newsletter button--secondary:hover,
    .newsletter button--secondary:focus,
    .map button--secondary:hover,
    .map button--secondary:focus {
      background-color: rgba(239, 70, 85, 0.85);
      border: 2px solid rgba(239, 70, 85, 0.85); }
  .btn--border-primary,
  .standard-format button--border-primary,
  .newsletter button--border-primary,
  .map button--border-primary {
    background-color: transparent;
    color: #041E3A; }
    .btn--border-primary::after,
    .standard-format button--border-primary::after,
    .newsletter button--border-primary::after,
    .map button--border-primary::after {
      -webkit-text-stroke: 2px #041E3A; }
    .btn--border-primary:hover, .btn--border-primary:focus,
    .standard-format button--border-primary:hover,
    .standard-format button--border-primary:focus,
    .newsletter button--border-primary:hover,
    .newsletter button--border-primary:focus,
    .map button--border-primary:hover,
    .map button--border-primary:focus {
      background-color: rgba(4, 30, 58, 0.1);
      border: 2px solid #041E3A; }
  .btn--border-secondary,
  .standard-format button--border-secondary,
  .newsletter button--border-secondary,
  .map button--border-secondary {
    background-color: transparent;
    border: 2px solid #EF4655;
    color: #EF4655; }
    .btn--border-secondary::after,
    .standard-format button--border-secondary::after,
    .newsletter button--border-secondary::after,
    .map button--border-secondary::after {
      -webkit-text-stroke: 2px #EF4655; }
    .btn--border-secondary:hover, .btn--border-secondary:focus,
    .standard-format button--border-secondary:hover,
    .standard-format button--border-secondary:focus,
    .newsletter button--border-secondary:hover,
    .newsletter button--border-secondary:focus,
    .map button--border-secondary:hover,
    .map button--border-secondary:focus {
      background-color: rgba(239, 70, 85, 0.1);
      border: 2px solid #EF4655; }
  .btn--border-white,
  .standard-format button--border-white,
  .newsletter button--border-white,
  .map button--border-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--border-white::after,
    .standard-format button--border-white::after,
    .newsletter button--border-white::after,
    .map button--border-white::after {
      -webkit-text-stroke: 2px #fff; }
    .btn--border-white:hover, .btn--border-white:focus,
    .standard-format button--border-white:hover,
    .standard-format button--border-white:focus,
    .newsletter button--border-white:hover,
    .newsletter button--border-white:focus,
    .map button--border-white:hover,
    .map button--border-white:focus {
      background-color: rgba(4, 30, 58, 0.1);
      border: 2px solid #fff; }
  .btn--no-arrow::after,
  .standard-format button--no-arrow::after,
  .newsletter button--no-arrow::after,
  .map button--no-arrow::after {
    display: none; }
  .btn--file,
  .standard-format button--file,
  .newsletter button--file,
  .map button--file {
    text-align: left;
    border-radius: 30px; }
    .btn--file::after,
    .standard-format button--file::after,
    .newsletter button--file::after,
    .map button--file::after {
      display: none; }
    .btn--file span,
    .standard-format button--file span,
    .newsletter button--file span,
    .map button--file span {
      display: block;
      font-weight: 300;
      font-size: 14px;
      opacity: 0.7; }

.link {
  color: #EF4655;
  border-bottom: 2px solid #EF4655;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block; }
  .link::after {
    content: '\e8a8';
    font-family: 'fontello';
    display: inline-block;
    font-size: 8px;
    -webkit-text-stroke: 2px #EF4655;
    position: relative;
    top: -2px;
    margin-left: 8px; }

.standard-format + .btn, .standard-format + .link {
  margin-top: 34px; }

.btns-wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btns-wrapper .btn {
    margin-right: 16px;
    margin-bottom: 16px; }
    .btns-wrapper .btn:last-of-type {
      margin-right: 0; }

.standard-format .btns-wrapper {
  margin-top: 24px; }

.icons-section .btns-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.offer-section--carousel .btns-wrapper {
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1359.98px) {
    .offer-section--carousel .btns-wrapper {
      margin-top: 24px; } }

.offer-section--list .btns-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.team-section--carousel .btns-wrapper {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1359.98px) {
    .team-section--carousel .btns-wrapper {
      margin-top: 24px; } }

.headline, .standard-format--post .headline {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 34px;
  line-height: 1.2;
  color: #041E3A; }
  @media (max-width: 1199.98px) {
    .headline, .standard-format--post .headline {
      font-size: 54px; } }
  @media (max-width: 991.98px) {
    .headline, .standard-format--post .headline {
      font-size: 44px; } }
  @media (max-width: 767.98px) {
    .headline, .standard-format--post .headline {
      font-size: 38px; } }
  @media (max-width: 575.98px) {
    .headline, .standard-format--post .headline {
      font-size: 34px; } }
  .headline--lg, .standard-format--post .headline--lg {
    font-size: 128px;
    line-height: 1; }
    @media (max-width: 1779.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 100px; } }
    @media (max-width: 1359.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 80px; } }
    @media (max-width: 1199.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 74px; } }
    @media (max-width: 991.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 64px; } }
    @media (max-width: 767.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 54px; } }
    @media (max-width: 575.98px) {
      .headline--lg, .standard-format--post .headline--lg {
        font-size: 38px; } }
  .headline--md, .standard-format--post .headline--md {
    font-size: 72px; }
    @media (max-width: 1199.98px) {
      .headline--md, .standard-format--post .headline--md {
        font-size: 62px; } }
    @media (max-width: 767.98px) {
      .headline--md, .standard-format--post .headline--md {
        font-size: 52px; } }
    @media (max-width: 575.98px) {
      .headline--md, .standard-format--post .headline--md {
        font-size: 36px; } }
  .headline--m, .standard-format--post .headline--m {
    font-size: 48px; }
    @media (max-width: 767.98px) {
      .headline--m, .standard-format--post .headline--m {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .headline--m, .standard-format--post .headline--m {
        font-size: 30px; } }
  .headline--sm, .standard-format--post .headline--sm {
    font-size: 32px; }
    @media (max-width: 767.98px) {
      .headline--sm, .standard-format--post .headline--sm {
        font-size: 30px; } }
    @media (max-width: 575.98px) {
      .headline--sm, .standard-format--post .headline--sm {
        font-size: 28px; } }
  .headline--xs, .standard-format--post .headline--xs {
    font-size: 24px; }
  .headline--xxs, .standard-format--post .headline--xxs {
    font-size: 22px; }
  .headline--mb-xs, .standard-format--post .headline--mb-xs {
    margin-bottom: 8px; }
  .headline--mb-sm, .standard-format--post .headline--mb-sm {
    margin-bottom: 16px; }
  .headline--mb-lg, .standard-format--post .headline--mb-lg {
    margin-bottom: 32px; }
  .headline--mb-xl, .standard-format--post .headline--mb-xl {
    margin-bottom: 40px; }

.intro {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 8px; }

.owl-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 24px; }
  .owl-carousel .owl-dots .owl-dot {
    background-color: #041E3A;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 6px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #041E3A; }

.owl-carousel .owl-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 22px;
    margin: 0 18px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
    .owl-carousel .owl-nav button.owl-prev::after, .owl-carousel .owl-nav button.owl-next::after {
      display: none; }
    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
      opacity: 0.7; }

.owl-carousel--aside-nav .owl-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }
  @media (min-width: 1360px) {
    .owl-carousel--aside-nav .owl-nav {
      margin-top: 0; } }
  .owl-carousel--aside-nav .owl-nav button.owl-prev, .owl-carousel--aside-nav .owl-nav button.owl-next {
    display: block;
    border: 1px solid #041E3A !important;
    color: #041E3A;
    padding: 4px 10px 8px !important;
    font-size: 22px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin: 8px; }
    @media (min-width: 1360px) {
      .owl-carousel--aside-nav .owl-nav button.owl-prev, .owl-carousel--aside-nav .owl-nav button.owl-next {
        position: absolute;
        top: 48%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; } }
    .owl-carousel--aside-nav .owl-nav button.owl-prev:hover, .owl-carousel--aside-nav .owl-nav button.owl-next:hover {
      background-color: #041E3A; }
  .owl-carousel--aside-nav .owl-nav button.owl-prev {
    left: -64px; }
  .owl-carousel--aside-nav .owl-nav button.owl-next {
    right: -64px; }

.owl-carousel--nav-on-left .owl-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px;
  margin-top: -32px;
  margin-bottom: 32px; }

.pagination {
  width: calc(100% + 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px; }
  @media (max-width: 575.98px) {
    .pagination {
      margin-left: -5px;
      width: calc(200% + 10px); } }
  .pagination .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #EF4655;
    color: #EF4655;
    margin: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 575.98px) {
      .pagination .page-numbers {
        width: 40px;
        height: 40px;
        margin: 16px 5px; } }
    .pagination .page-numbers:hover, .pagination .page-numbers.current, .pagination .page-numbers:focus {
      background-color: #EF4655;
      color: #fff;
      opacity: 1; }
    .pagination .page-numbers.current:hover, .pagination .page-numbers.current:focus {
      cursor: initial; }
    .pagination .page-numbers.dots {
      background-color: transparent;
      border: none;
      color: gray;
      padding: 10px 3px; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      background-color: #041E3A;
      color: #fff;
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease;
      display: none; }
      .pagination .page-numbers.next:active, .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:active, .pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus {
        background-color: #041E3A;
        border-color: #041E3A; }

.video-wrapper {
  position: relative;
  padding-bottom: 0;
  height: auto !important;
  background-color: transparent;
  width: 100%; }
  .video-wrapper .player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    color: #fff;
    font-size: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    border: none; }
    .video-wrapper .player::after {
      display: none !important; }
    .video-wrapper .player:hover, .video-wrapper .player:focus {
      background-color: rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    @media (max-width: 575.98px) {
      .video-wrapper .player {
        font-size: 50px; } }
  .video-wrapper iframe,
  .video-wrapper video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important; }

blockquote {
  background-color: #041E3A;
  border-left: 3px solid #041E3A;
  padding: 12px 24px;
  margin-left: 48px;
  position: relative;
  margin-bottom: 24px; }
  blockquote:before {
    content: url(../img/blockquote.svg);
    font-size: 40px;
    position: absolute;
    top: -20px;
    left: 20px;
    width: 30px;
    height: 30px; }
  blockquote p {
    margin-bottom: 0 !important;
    padding: 0; }

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #676767 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important; }

.wpcf7 input:not([type='checkbox']), .wpcf7 textarea, .wpcf7 select {
  font-family: "replica", sans-serif;
  font-size: 16px;
  color: #041E3A;
  background-color: transparent;
  padding: 15px;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border: 1px solid #999;
  border-radius: 0; }
  .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
    color: #041E3A;
    opacity: 0.3; }
  .wpcf7 input:not([type='checkbox'])::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
    color: #041E3A;
    opacity: 0.3; }
  .wpcf7 input:not([type='checkbox']):-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
    color: #041E3A;
    opacity: 0.3; }
  .wpcf7 input:not([type='checkbox'])::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
    color: #041E3A;
    opacity: 0.3; }
  .wpcf7 input:not([type='checkbox'])::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
    color: #041E3A;
    opacity: 0.3; }
  .wpcf7 input:not([type='checkbox']):focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    border-color: #041E3A; }
    .wpcf7 input:not([type='checkbox']):focus::-webkit-input-placeholder, .wpcf7 textarea:focus::-webkit-input-placeholder, .wpcf7 select:focus::-webkit-input-placeholder {
      color: transparent; }
    .wpcf7 input:not([type='checkbox']):focus::-moz-placeholder, .wpcf7 textarea:focus::-moz-placeholder, .wpcf7 select:focus::-moz-placeholder {
      color: transparent; }
    .wpcf7 input:not([type='checkbox']):focus:-ms-input-placeholder, .wpcf7 textarea:focus:-ms-input-placeholder, .wpcf7 select:focus:-ms-input-placeholder {
      color: transparent; }
    .wpcf7 input:not([type='checkbox']):focus::-ms-input-placeholder, .wpcf7 textarea:focus::-ms-input-placeholder, .wpcf7 select:focus::-ms-input-placeholder {
      color: transparent; }
    .wpcf7 input:not([type='checkbox']):focus::placeholder, .wpcf7 textarea:focus::placeholder, .wpcf7 select:focus::placeholder {
      color: transparent; }
  .wpcf7 input:not([type='checkbox']).wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid {
    border-color: #EF4655; }

.wpcf7 label {
  font-size: 16px;
  color: #676767;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  margin-top: 8px; }
  .wpcf7 label .red {
    color: #EF4655;
    margin-left: 3px; }

.wpcf7 input[type='checkbox'] {
  -webkit-appearance: checkbox;
  margin-right: 16px;
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  border-radius: none; }

.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" style="opacity: .6" version="1"><path d="M4 8L0 4h8z"/></svg>');
  border-radius: 0%; }
  .wpcf7 select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.wpcf7 textarea {
  height: 70px;
  margin-bottom: 12px; }

.wpcf7 .wpcf7-acceptance {
  width: 100%;
  margin: 16px 0;
  display: block;
  line-height: 1.2; }
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    width: 100%;
    margin: 0 !important; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 16px; }
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    color: #676767;
    font-weight: 400; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
      color: #041E3A; }

.wpcf7 .ajax-loader {
  position: absolute;
  width: 0 !important;
  height: 0 !important; }

.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
  font-size: 12px;
  margin-top: -8px;
  color: #EF4655; }

.wpcf7 .wpcf7-not-valid-tip:not(:nth-child(1 of .wpcf7-not-valid-tip)) {
  display: none !important; }

.wpcf7 div.wpcf7-response-output {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 16px 24px !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 32px !important; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #EF4655;
  color: #EF4655; }

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #041E3A;
  color: #041E3A; }

.your-files + div + span + p label span#mailpoet_form_1 {
  position: relative; }
  .your-files + div + span + p label span#mailpoet_form_1::before {
    content: 'Dodaj załączniki (np. PDF)';
    color: #EF4655;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0; }
  .your-files + div + span + p label span#mailpoet_form_1::after {
    content: '\e8a8';
    font-family: 'fontello';
    display: inline-block;
    font-size: 8px;
    -webkit-text-stroke: 2px #EF4655;
    color: #EF4655;
    position: relative;
    position: absolute;
    top: 5px;
    right: 0; }

input#mfcf7_zl_add_file {
  color: #fff !important;
  width: 270px;
  border: none;
  border-bottom: 2px solid #EF4655; }

.wpcf7 .float-labels {
  margin-bottom: 16px;
  position: relative;
  z-index: 3; }

.wpcf7 .float-labels > label {
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #041E3A;
  opacity: .7;
  font-size: 16px;
  z-index: -1; }

.wpcf7 .float-labels > label.move {
  opacity: .8;
  font-size: 10px;
  top: -8px;
  color: #041E3A;
  font-weight: 500; }

.standard-format {
  line-height: 1.7; }
  .standard-format p {
    line-height: 1.7;
    margin-bottom: 24px; }
    @media (max-width: 575.98px) {
      .standard-format p {
        line-height: 1.4; } }
    .standard-format p:last-child {
      margin-bottom: 0; }
    .standard-format p mark {
      background-color: #f1f1f1;
      color: #111;
      padding: 0 8px; }
  .standard-format p a:not(.btn),
  .standard-format li a:not(.btn) {
    color: #041E3A; }
    .standard-format p a:not(.btn):hover, .standard-format p a:not(.btn):focus,
    .standard-format li a:not(.btn):hover,
    .standard-format li a:not(.btn):focus {
      color: #041E3A; }
  .standard-format ul,
  .standard-format ol {
    margin-bottom: 24px; }
    .standard-format ul li,
    .standard-format ol li {
      padding-left: 16px;
      line-height: 1.7;
      position: relative; }
      @media (max-width: 575.98px) {
        .standard-format ul li,
        .standard-format ol li {
          line-height: 1.4; } }
  .standard-format ul > li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #676767;
    border-radius: 50%;
    position: absolute;
    display: block;
    color: #041E3A;
    top: 11px;
    left: 0; }
  .standard-format ol {
    counter-reset: item; }
    .standard-format ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #041E3A;
      position: absolute;
      display: block;
      left: 0; }
  .standard-format h2,
  .standard-format h3,
  .standard-format h4,
  .standard-format h5,
  .standard-format h6 {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 34px;
    line-height: 1.2;
    color: #041E3A; }
    @media (max-width: 1199.98px) {
      .standard-format h2,
      .standard-format h3,
      .standard-format h4,
      .standard-format h5,
      .standard-format h6 {
        font-size: 54px; } }
    @media (max-width: 991.98px) {
      .standard-format h2,
      .standard-format h3,
      .standard-format h4,
      .standard-format h5,
      .standard-format h6 {
        font-size: 44px; } }
    @media (max-width: 767.98px) {
      .standard-format h2,
      .standard-format h3,
      .standard-format h4,
      .standard-format h5,
      .standard-format h6 {
        font-size: 38px; } }
    @media (max-width: 575.98px) {
      .standard-format h2,
      .standard-format h3,
      .standard-format h4,
      .standard-format h5,
      .standard-format h6 {
        font-size: 34px; } }
  .standard-format * + h1,
  .standard-format * + h2,
  .standard-format * + h3,
  .standard-format * + h4,
  .standard-format * + h5,
  .standard-format * + h6 {
    margin-top: 48px; }
  .standard-format h3,
  .standard-format h4,
  .standard-format h5,
  .standard-format h6 {
    font-size: 34px; }
    @media (max-width: 575.98px) {
      .standard-format h3,
      .standard-format h4,
      .standard-format h5,
      .standard-format h6 {
        font-size: 30px; } }
  .standard-format .address-shortcode {
    line-height: 1.3 !important;
    display: block;
    font-weight: 600; }
  .standard-format + .btns-wrapper {
    margin-top: 34px; }
  .standard-format .price {
    font-size: 32px;
    font-weight: 600;
    color: #EF4655; }

.popup-booking-content__desc {
  margin-bottom: 40px; }

.popup-booking-content__row i {
  padding-right: 4px; }

.popup-booking-content__row p {
  margin-bottom: 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .popup-booking-content__row p {
      margin-bottom: 0;
      text-align: left; } }

.popup-booking-content__row > div:nth-of-type(2) p {
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .popup-booking-content__row > div:nth-of-type(2) p {
      text-align: right;
      margin-bottom: 0; } }

.single-post-content__info {
  width: 805px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 60px; }
  @media (max-width: 575.98px) {
    .single-post-content__info {
      margin-bottom: 45px; } }
  @media (min-width: 576px) {
    .single-post-content__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .single-post-content__info a {
        color: #041E3A; }
      .single-post-content__info .post-terms::after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        display: inline-block;
        background-color: #676767;
        margin: 0 12px 0px 10px;
        position: relative;
        top: 12px; }
      .single-post-content__info .post-terms__item {
        margin-right: 0;
        margin-left: 8px; } }

.single-post-content__thumbnail {
  display: block;
  margin-bottom: 40px; }

.single-post-content__date::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #676767;
  margin: 0 2px 4px 10px; }
  @media (max-width: 575.98px) {
    .single-post-content__date::after {
      display: none; } }

.single-post-content__excerpt {
  width: 805px;
  max-width: 100%;
  margin: 0 auto; }

.single-post-content__content {
  width: 805px;
  max-width: 100%;
  margin: 32px auto 80px; }
  @media (max-width: 1199.98px) {
    .single-post-content__content {
      margin-bottom: 60px; } }
  @media (max-width: 575.98px) {
    .single-post-content__content {
      margin-bottom: 45px; } }
  .single-post-content__content.single-post-content__content__imported ul li {
    padding-left: 0; }
    .single-post-content__content.single-post-content__content__imported ul li::before {
      display: none !important; }

.single-post-content .flex-content {
  position: relative; }
  .single-post-content .flex-content > div {
    margin-bottom: 60px; }
    .single-post-content .flex-content > div .container {
      padding: 0; }
  .single-post-content .flex-content .gallery-section {
    margin-top: 34px; }
  .single-post-content .flex-content .text-section .video-wrapper, .single-post-content .flex-content .text-section img {
    margin: 34px 0; }
  .single-post-content .flex-content .text-section--simple .container {
    width: 805px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: initial; }
    .single-post-content .flex-content .text-section--simple .container .row {
      position: initial; }
    .single-post-content .flex-content .text-section--simple .container img, .single-post-content .flex-content .text-section--simple .container .video-wrapper {
      width: 1205px;
      max-width: calc(100vw - 60px);
      margin: 34px 0 34px -205px; }
      @media (max-width: 1359.98px) {
        .single-post-content .flex-content .text-section--simple .container img, .single-post-content .flex-content .text-section--simple .container .video-wrapper {
          width: 1110px;
          margin-left: -150px; } }
      @media (max-width: 1199.98px) {
        .single-post-content .flex-content .text-section--simple .container img, .single-post-content .flex-content .text-section--simple .container .video-wrapper {
          width: 930px;
          margin-left: -60px; } }
      @media (max-width: 991.98px) {
        .single-post-content .flex-content .text-section--simple .container img, .single-post-content .flex-content .text-section--simple .container .video-wrapper {
          width: 100%;
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 0; } }

.single-post-content__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px; }
  @media (max-width: 1199.98px) {
    .single-post-content__nav {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .single-post-content__nav {
      margin-bottom: 60px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .single-post-content__nav a {
    width: auto;
    margin-bottom: 40px;
    display: inline-block;
    padding: 16px 34px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #EF4655;
    line-height: 1.4;
    text-align: center;
    color: #EF4655;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (min-width: 576px) {
      .single-post-content__nav a {
        max-width: calc(50% - 15px);
        width: auto;
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .single-post-content__nav a {
        padding: 12px 20px; } }
    @media (max-width: 575.98px) {
      .single-post-content__nav a {
        margin-bottom: 24px; } }
    .single-post-content__nav a::before {
      content: '\e89f';
      font-family: 'fontello';
      -webkit-text-stroke: 2px #EF4655;
      font-size: 8px;
      margin-right: 8px;
      position: relative;
      top: -2px; }
    .single-post-content__nav a:hover, .single-post-content__nav a:focus {
      background-color: rgba(239, 70, 85, 0.1);
      border: 2px solid #EF4655;
      opacity: 1; }
    .single-post-content__nav a:nth-of-type(2)::before {
      display: none; }
    .single-post-content__nav a:nth-of-type(2)::after {
      content: '\e8a8';
      font-family: 'fontello';
      -webkit-text-stroke: 2px #EF4655;
      font-size: 8px;
      margin-left: 8px;
      position: relative;
      top: -2px; }

@media (max-width: 991.98px) {
  .latest-posts .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; } }

.latest-posts .d-flex .headline {
  margin-right: 34px; }
  @media (max-width: 991.98px) {
    .latest-posts .d-flex .headline {
      margin-bottom: 12px;
      margin-right: 0; } }

.latest-posts .d-flex .btn {
  margin-bottom: 34px; }

.latest-posts .preview-post {
  margin-bottom: 24px; }

.template-blog-content {
  width: 100%;
  padding: 0 15px;
  margin: 0; }
  .template-blog-content .preview-post {
    margin-bottom: 80px; }
    @media (max-width: 1199.98px) {
      .template-blog-content .preview-post {
        margin-bottom: 60px; } }
    @media (max-width: 991.98px) {
      .template-blog-content .preview-post {
        margin-bottom: 40px; } }

.blog-section .template-blog-content {
  margin: 0 -15px;
  width: calc(100% + 30px); }
  @media (max-width: 575.98px) {
    .blog-section .template-blog-content .preview-post {
      padding-right: 0; } }

.template-contact-content {
  margin-bottom: 50px; }
  .template-contact-content__top {
    width: 580px;
    max-width: 100%; }
  .template-contact-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 100px -15px 0; }
    @media (max-width: 575.98px) {
      .template-contact-content__list {
        margin-top: 60px; } }
    .template-contact-content__list__item {
      width: 25%;
      margin-bottom: 100px;
      padding: 0 15px;
      color: #041E3A; }
      @media (max-width: 991.98px) {
        .template-contact-content__list__item {
          width: 33.333%;
          margin-bottom: 60px; } }
      @media (max-width: 767.98px) {
        .template-contact-content__list__item {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .template-contact-content__list__item {
          width: 100%; } }
      .template-contact-content__list__item i {
        position: absolute;
        left: 0;
        top: 3px; }
        .template-contact-content__list__item i.icon-mail {
          font-size: 12px;
          margin-right: 17px; }
        .template-contact-content__list__item i.icon-info {
          top: 1px; }
      .template-contact-content__list__item p {
        margin-bottom: 8px;
        padding-left: 40px;
        position: relative;
        line-height: 1.3; }
      .template-contact-content__list__item a.mail {
        border-bottom: 1px solid #aaa; }
  .template-contact-content .address-shortcode:hover, .template-contact-content .address-shortcode:focus {
    opacity: 1; }
  .template-contact-content .address-shortcode__name {
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0; }
    .template-contact-content .address-shortcode__name:hover, .template-contact-content .address-shortcode__name:focus {
      opacity: 1;
      cursor: initial; }
  .template-contact-content .address-shortcode__address {
    font-size: 32px;
    display: block;
    line-height: 1.3;
    margin-top: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .template-contact-content .address-shortcode__address:hover, .template-contact-content .address-shortcode__address:focus {
      opacity: 0.8; }

@media (max-width: 991.98px) {
  .text-section .template-contact-content__list {
    margin-top: 60px; } }

.text-section .contact-section {
  margin-bottom: 0; }
  .text-section .contact-section .container {
    padding: 0; }

.text-section .col--text.col-lg-6 .template-contact-content__list {
  margin-top: 70px;
  margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .text-section .col--text.col-lg-6 .template-contact-content__list {
      margin-top: 45px; } }
  .text-section .col--text.col-lg-6 .template-contact-content__list__item {
    margin-bottom: 34px;
    width: 50%; }
    @media (max-width: 575.98px) {
      .text-section .col--text.col-lg-6 .template-contact-content__list__item {
        width: 100%; } }

.template-baza-firm-content .companies-categories {
  color: #041E3A;
  padding-top: 30px;
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .companies-categories {
      margin-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .template-baza-firm-content .companies-categories {
      padding-top: 0;
      margin-bottom: 60px; } }
  .template-baza-firm-content .companies-categories .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .template-baza-firm-content .companies-categories .col--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 370px; }
    @media (max-width: 991.98px) {
      .template-baza-firm-content .companies-categories .col--search {
        min-height: auto; } }
  .template-baza-firm-content .companies-categories nav {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .template-baza-firm-content .companies-categories nav:after {
      content: '';
      clear: both;
      display: block; }
    .template-baza-firm-content .companies-categories nav ul {
      width: 500px;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .template-baza-firm-content .companies-categories nav ul li {
        margin-right: 16px;
        margin-bottom: 24px;
        line-height: 1.6;
        font-size: 16px; }
  .template-baza-firm-content .companies-categories nav ul li span,
  .template-baza-firm-content .companies-categories nav ul li a {
    color: #041E3A;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 5px; }
  .template-baza-firm-content .companies-categories nav ul li span.active,
  .template-baza-firm-content .companies-categories nav ul li span:hover,
  .template-baza-firm-content .companies-categories nav ul li span:focus,
  .template-baza-firm-content .companies-categories nav ul li a:hover,
  .template-baza-firm-content .companies-categories nav ul li a:focus {
    border-color: #041E3A; }
  .template-baza-firm-content .companies-categories nav ul.secondary {
    display: none;
    position: relative; }
    .template-baza-firm-content .companies-categories nav ul.secondary li {
      display: inline-block;
      position: initial; }
  .template-baza-firm-content .companies-categories nav ul.secondary li a {
    color: #041E3A;
    font-size: 14px;
    opacity: 0.8; }
  .template-baza-firm-content .companies-categories nav ul.secondary li a:hover,
  .template-baza-firm-content .companies-categories nav ul.secondary li a:focus {
    border-color: #041E3A; }

.template-baza-firm-content .company-search {
  width: 100%;
  margin-bottom: 24px; }

.template-baza-firm-content .company-search .company-search-form {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.template-baza-firm-content .company-search input[type="text"] {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 64px;
  font-weight: 600;
  border: none !important;
  padding-left: 15px;
  padding-right: 50px; }
  @media (max-width: 1199.98px) {
    .template-baza-firm-content .company-search input[type="text"] {
      font-size: 54px; } }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company-search input[type="text"] {
      font-size: 34px; } }

.template-baza-firm-content .company-search input[type="text"]::-webkit-input-placeholder {
  opacity: 0.18; }

.template-baza-firm-content .company-search input[type="text"]::-moz-placeholder {
  opacity: 0.18; }

.template-baza-firm-content .company-search input[type="text"]:-ms-input-placeholder {
  opacity: 0.18; }

.template-baza-firm-content .company-search input[type="text"]::-ms-input-placeholder {
  opacity: 0.18; }

.template-baza-firm-content .company-search input[type="text"]::placeholder {
  opacity: 0.18; }

.template-baza-firm-content .company-search input[type="text"]:focus {
  border-color: #041e42; }

.template-baza-firm-content .company-search .btn-search {
  position: absolute;
  top: 0;
  right: 100px;
  width: 60px;
  height: 60px;
  text-indent: -300px;
  overflow: hidden;
  background: transparent url(/app/themes/ppnt/dist/images//icon-search.svg) no-repeat top right;
  background-size: 48px 48px;
  opacity: .2;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.template-baza-firm-content .company-search .btn-search:hover,
.template-baza-firm-content .company-search .btn-search:focus {
  opacity: .5; }

.template-baza-firm-content .company-list {
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 2px;
  border-style: solid;
  border-left: 2px solid #DFE2E6;
  border-top: none;
  margin-bottom: 30px;
  width: calc(100% - 100px);
  margin-left: 100px;
  padding-left: 5px;
  position: relative;
  color: #041E3A; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company-list {
      width: calc(100% - 40px);
      margin-left: 40px; } }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company-list {
      width: calc(100% - 30px);
      margin-left: 30px; } }

.template-baza-firm-content .company-list > strong {
  width: 100px;
  margin-left: -105px;
  margin-bottom: -50px;
  font-size: 32px;
  font-weight: 600;
  padding: 20px 15px 0 0;
  float: left;
  text-align: left;
  text-transform: lowercase;
  position: absolute;
  top: -8px;
  left: 0; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company-list > strong {
      width: 40px;
      margin-left: -45px; } }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company-list > strong {
      width: 30px;
      margin-left: -35px;
      font-size: 26px; } }

.template-baza-firm-content .company-list ul:after {
  content: '';
  display: block;
  clear: both; }

.template-baza-firm-content .company-list ul {
  margin-left: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company-list ul {
      margin-left: 0; } }

.template-baza-firm-content .company-list ul li {
  display: inline-block;
  width: calc(25% - 50px);
  margin-right: 50px;
  float: initial !important;
  font-size: 14px; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company-list ul li {
      width: calc(33.333% - 50px); } }
  @media (max-width: 767.98px) {
    .template-baza-firm-content .company-list ul li {
      width: calc(33.333% - 24px);
      margin-right: 24px; } }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company-list ul li {
      width: calc(50%);
      margin-right: 0; } }

.template-baza-firm-content .company-list ul li a {
  display: block;
  padding: 20px 15px;
  background-color: transparent;
  line-height: 1.2; }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company-list ul li a {
      padding: 20px 10px 5px; } }
  .template-baza-firm-content .company-list ul li a:hover, .template-baza-firm-content .company-list ul li a:focus {
    background-color: rgba(4, 30, 58, 0.1);
    opacity: 1; }

@media (max-width: 575.98px) {
  .template-baza-firm-content .company-list ul li:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 991.98px) {
  .template-baza-firm-content .company-list ul li:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 575.98px) {
  .template-baza-firm-content .company-list ul li:nth-child(3n+1) {
    clear: initial; } }

.template-baza-firm-content .company-list ul li:nth-child(4n+1) {
  clear: left; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company-list ul li:nth-child(4n+1) {
      clear: initial; } }

.template-baza-firm-content .company {
  background-color: #F3F4F5;
  padding: 45px 45px;
  margin-bottom: 60px;
  color: #676767;
  width: 1052px;
  max-width: calc(100% - 100px);
  margin-left: 100px;
  position: relative; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .company {
      max-width: calc(100% - 40px);
      margin-left: 40px;
      padding: 24px 15px; } }
  @media (max-width: 575.98px) {
    .template-baza-firm-content .company {
      max-width: 100%;
      margin-left: 0; } }
  .template-baza-firm-content .company .headline {
    margin-bottom: 0px;
    padding-right: 60px; }
    @media (max-width: 575.98px) {
      .template-baza-firm-content .company .headline {
        font-size: 24px; } }
  .template-baza-firm-content .company .icon-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 36px;
    color: #041E3A;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991.98px) {
      .template-baza-firm-content .company .icon-close {
        font-size: 20px;
        top: 24px;
        right: 15px; } }
    .template-baza-firm-content .company .icon-close:hover, .template-baza-firm-content .company .icon-close:focus {
      cursor: pointer;
      opacity: 0.7; }
  .template-baza-firm-content .company__branch {
    font-weight: 600;
    font-size: 18px;
    color: #041E3A;
    margin-bottom: 45px; }
    @media (max-width: 575.98px) {
      .template-baza-firm-content .company__branch {
        font-size: 16px;
        margin-bottom: 24px; } }
  .template-baza-firm-content .company__info {
    width: 270px;
    min-width: 270px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 991.98px) {
      .template-baza-firm-content .company__info {
        width: 200px;
        min-width: 200px; } }
    @media (max-width: 767.98px) {
      .template-baza-firm-content .company__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px; } }
    .template-baza-firm-content .company__info .company-logo {
      width: auto;
      height: auto;
      max-height: 160px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: top left;
         object-position: top left;
      margin-bottom: 16px;
      max-width: calc(100% - 30px); }
      @media (max-width: 767.98px) {
        .template-baza-firm-content .company__info .company-logo {
          max-width: 250px;
          margin: 0 0 45px; } }
      @media (max-width: 575.98px) {
        .template-baza-firm-content .company__info .company-logo {
          max-width: 200px; } }
  @media (max-width: 767.98px) {
    .template-baza-firm-content .company .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-baza-firm-content .company__contact {
    font-size: 14px; }
    .template-baza-firm-content .company__contact p {
      margin-bottom: 20px;
      color: #676767; }
      @media (max-width: 767.98px) {
        .template-baza-firm-content .company__contact p {
          margin-bottom: 5px; } }
  .template-baza-firm-content .company__map {
    margin-top: 34px;
    width: 100%;
    max-height: 341px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom left;
       object-position: bottom left; }
    @media (max-width: 1199.98px) {
      .template-baza-firm-content .company__map {
        max-height: 240px; } }
    @media (max-width: 767.98px) {
      .template-baza-firm-content .company__map {
        margin-top: 24px;
        max-height: auto; } }

.template-baza-firm-content .selectize-input {
  background-color: transparent;
  border-width: 0 0 1px;
  border-color: #041E3A;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  padding: 16px 0;
  color: #ea7f8e;
  font-size: 15px;
  line-height: 27px; }
  @media (max-width: 991.98px) {
    .template-baza-firm-content .selectize-input {
      margin-top: 24px; } }

.template-baza-firm-content .selectize-control.single .selectize-input::after {
  display: none; }

.template-baza-firm-content .selectize-control.single .selectize-input.input-active,
.template-baza-firm-content .selectize-input {
  background-color: transparent; }

.template-baza-firm-content .selectize-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .template-baza-firm-content .selectize-dropdown .optgroup-header,
  .template-baza-firm-content .selectize-dropdown [data-selectable] {
    padding: 7px;
    font-size: 15px; }

.template-baza-firm-content .company-list {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 16px; }
  .template-baza-firm-content .company-list.slideHide {
    padding: 0;
    height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0; }

.template-baza-firm-content .company-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.template-baza-firm-content .company-list ul {
  width: 100%; }

.template-baza-firm-content .companies-list .semi-visible {
  opacity: .2;
  display: none !important; }

.template-baza-firm-content .clear-filters {
  display: block;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  color: #d50032;
  margin-bottom: 0;
  padding-bottom: 1rem;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -34px;
  z-index: 3; }
  .template-baza-firm-content .clear-filters.show {
    opacity: 1; }

.template-projects-content {
  margin: 20px 0px 0; }

.single-project .flex-content > div {
  margin-bottom: 100px; }
  @media (max-width: 1199.98px) {
    .single-project .flex-content > div {
      margin-bottom: 80px; } }
  .single-project .flex-content > div:first-child .col--media {
    margin-top: -60px; }
    @media (max-width: 991.98px) {
      .single-project .flex-content > div:first-child .col--media {
        margin-top: 24px; } }

.single-event-content__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px; }
  .single-event-content__nav a {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
    padding: 16px 34px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #EF4655;
    line-height: 1.4;
    text-align: center;
    color: #EF4655;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .single-event-content__nav a {
        padding: 12px 20px; } }
    @media (min-width: 576px) {
      .single-event-content__nav a {
        max-width: calc(50% - 15px);
        width: auto;
        margin-bottom: 0; } }
    .single-event-content__nav a::before {
      content: '\e89f';
      font-family: 'fontello';
      -webkit-text-stroke: 2px #EF4655;
      font-size: 8px;
      margin-right: 8px;
      position: relative;
      top: -2px; }
    .single-event-content__nav a:hover, .single-event-content__nav a:focus {
      background-color: rgba(239, 70, 85, 0.1);
      border: 2px solid #EF4655;
      opacity: 1; }
    .single-event-content__nav a.single-event-content__nav__next::before {
      display: none; }
    .single-event-content__nav a.single-event-content__nav__next::after {
      content: '\e8a8';
      font-family: 'fontello';
      -webkit-text-stroke: 2px #EF4655;
      font-size: 8px;
      margin-left: 8px;
      position: relative;
      top: -2px; }

.search-results__text {
  text-align: center;
  width: 100%; }
  .search-results__text form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .search-results__text form .search-fields {
      min-width: 200px !important;
      margin-top: 34px !important; }

.search-results .preview-post {
  margin-bottom: 34px; }
  .search-results .preview-post__info {
    display: none !important; }
  .search-results .preview-post .standard-format {
    margin: 0; }
  .search-results .preview-post .link {
    margin-top: 12px; }

.section-margin-bottom {
  margin-bottom: 140px; }
  @media (max-width: 1359.98px) {
    .section-margin-bottom {
      margin-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .section-margin-bottom {
      margin-bottom: 80px; } }
  @media (max-width: 575.98px) {
    .section-margin-bottom {
      margin-bottom: 70px; } }
  .section-margin-bottom-sm {
    margin-bottom: 48px; }

.mb--sm {
  margin-bottom: 80px; }
  @media (max-width: 1199.98px) {
    .mb--sm {
      margin-bottom: 60px; } }

.mb--lg {
  margin-bottom: 110px; }
  @media (max-width: 1199.98px) {
    .mb--lg {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .mb--lg {
      margin-bottom: 80px; } }
  @media (max-width: 575.98px) {
    .mb--lg {
      margin-bottom: 70px; } }

.single-event-content .flex-content {
  margin-top: 80px; }
  .single-event-content .flex-content > div {
    margin-bottom: 60px; }

.section-padding {
  padding-top: 64px;
  padding-bottom: 48px; }

.section-padding-sm {
  padding-top: 48px;
  padding-bottom: 32px; }

.header-desktop {
  padding: 20px 0 40px;
  font-size: 16px;
  font-weight: 600;
  color: #041E3A; }
  @media (max-width: 1479.98px) {
    .header-desktop .container {
      max-width: calc(100% - 0px); } }
  .header-desktop__logo-anchore {
    display: block;
    width: auto; }
  .header-desktop__logo {
    display: block;
    max-width: 300px;
    width: 100%;
    max-height: 115px;
    height: auto;
    margin-top: 20px; }
  .header-desktop__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 24px; }
  .header-desktop__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media (max-width: 1359.98px) {
    .header-desktop .btn {
      padding-left: 20px;
      padding-right: 20px; } }

.nav-desktop {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 30; }
  .nav-desktop ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .nav-desktop ul.menu > li {
      margin-right: 50px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-weight: 600;
      color: #041E3A;
      letter-spacing: 0; }
      @media (max-width: 1779.98px) {
        .nav-desktop ul.menu > li {
          margin-right: 40px; } }
      @media (max-width: 1479.98px) {
        .nav-desktop ul.menu > li {
          margin-right: 30px; } }
      @media (max-width: 1359.98px) {
        .nav-desktop ul.menu > li {
          margin-right: 16px; } }
      .nav-desktop ul.menu > li.menu-item-has-children {
        position: relative; }
        .nav-desktop ul.menu > li.menu-item-has-children > a {
          position: relative;
          padding-right: 4px; }
          .nav-desktop ul.menu > li.menu-item-has-children > a:after {
            content: '\e867';
            font-family: "fontello";
            position: relative;
            margin-left: 8px;
            top: -2px;
            font-size: 7px;
            opacity: 1;
            -webkit-text-stroke: 1.5px #041E3A; }
      .nav-desktop ul.menu > li a {
        display: block;
        padding: 20px 1px;
        text-align: left; }
      .nav-desktop ul.menu > li ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 260px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 12px 15px 24px;
        overflow: hidden; }
        .nav-desktop ul.menu > li ul.sub-menu.onFocus {
          display: block !important; }
        .nav-desktop ul.menu > li ul.sub-menu > li {
          font-size: 16px;
          padding: 8px 0;
          text-align: center !important; }
          .nav-desktop ul.menu > li ul.sub-menu > li a {
            padding: 0;
            text-align: center; }
          .nav-desktop ul.menu > li ul.sub-menu > li ul.sub-menu {
            display: none; }

@media (max-width: 1199.98px) {
  body:not(.single-lp) {
    margin-top: 72px; } }

@media (max-width: 575.98px) {
  body:not(.single-lp) {
    margin-top: 52px; } }

.nav-mobile {
  height: calc( 100vh - 72px); }
  @media (max-width: 575.98px) {
    .nav-mobile {
      height: calc( 100vh - 52px); } }

.header-mobile {
  position: relative; }
  .header-mobile .container {
    max-width: 100%; }
  @media (max-width: 575.98px) {
    .header-mobile .d-flex {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; } }
  @media (max-width: 575.98px) {
    .header-mobile .d-flex .d-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .header-mobile__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }
    @media (max-width: 575.98px) {
      .header-mobile__sticky {
        padding: 0 0 5px; } }
  .header-mobile__logo-anchore {
    width: 96px;
    min-width: 96px;
    height: auto;
    -webkit-filter: invert(1);
            filter: invert(1);
    position: relative; }
    @media (max-width: 575.98px) {
      .header-mobile__logo-anchore {
        min-width: 86px;
        width: 86px; } }
    @media (max-width: 575.98px) {
      .header-mobile__logo-anchore img, .header-mobile__logo-anchore svg {
        position: absolute;
        top: 10px; } }
  .header-mobile__hamburger {
    padding-right: 0; }
    @media (max-width: 575.98px) {
      .header-mobile__hamburger {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 5px;
        position: relative;
        top: -2px; } }
  .header-mobile .btn {
    margin-left: 20px; }
    @media (max-width: 767.98px) {
      .header-mobile .btn {
        margin: 0 auto 16px; } }
  .header-mobile .js-toggle-search-bar {
    margin-right: 16px; }
    @media (max-width: 575.98px) {
      .header-mobile .js-toggle-search-bar {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .header-mobile__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .header-mobile__bottom {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

.nav-mobile {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 32px 24px 80px;
  overflow-y: auto;
  left: 100%;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out; }
  .nav-mobile.show-menu {
    left: 0; }
  @media (max-width: 767.98px) {
    .nav-mobile .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .nav-mobile ul.menu {
    max-width: 300px;
    margin: 0 auto; }
    .nav-mobile ul.menu > li {
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px 0; }
      .nav-mobile ul.menu > li.menu-item-has-children > a {
        position: relative; }
        .nav-mobile ul.menu > li.menu-item-has-children > a:after {
          content: '+';
          margin-left: 8px;
          width: 16px;
          height: 16px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 18px;
          line-height: 1;
          position: relative;
          top: -2px;
          padding-left: 1px;
          border-radius: 50%;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0);
          color: #041E3A; }
        .nav-mobile ul.menu > li.menu-item-has-children > a.active:after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .nav-mobile ul.menu > li a {
        display: inline-block;
        padding: 0;
        color: #041E3A;
        font-size: 18px; }
      .nav-mobile ul.menu > li ul.sub-menu {
        display: none;
        margin: 20px 0 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 12px 0; }
        .nav-mobile ul.menu > li ul.sub-menu > li a {
          font-size: 16px;
          color: #041E3A;
          padding: 15px 0; }
          .nav-mobile ul.menu > li ul.sub-menu > li a:hover, .nav-mobile ul.menu > li ul.sub-menu > li a:focus {
            color: #041E3A; }

.header-lp {
  height: 100px;
  padding: 16px 0;
  position: relative;
  z-index: 10; }
  .header-lp__logo {
    display: block;
    height: 72px;
    width: auto; }
    @media (max-width: 991.98px) {
      .header-lp__logo {
        height: 76px; } }
  .header-lp div[class^="col-"] {
    position: static; }
  .header-lp__address {
    margin-top: -16px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .header-lp__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: absolute;
        top: 8px;
        right: 8px;
        margin-top: 0; } }
    .header-lp__address__item {
      margin-left: 24px;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px 12px;
      color: #fff;
      font-size: 15px; }
      @media (max-width: 991.98px) {
        .header-lp__address__item {
          width: 250px; } }
      .header-lp__address__item a:hover, .header-lp__address__item a:focus {
        color: #041E3A; }
      .header-lp__address__item i {
        color: #041E3A; }

.hero {
  height: 800px;
  margin-bottom: 70px;
  padding-top: 0;
  overflow: initial; }
  @media (max-width: 1199.98px) {
    .hero {
      height: 550px; } }
  @media (max-width: 991.98px) {
    .hero {
      height: 450px; } }
  @media (max-width: 767.98px) {
    .hero {
      margin-bottom: 100px; } }
  @media (max-width: 575.98px) {
    .hero {
      margin-bottom: 80px; } }
  .hero::after {
    width: 1807px;
    max-width: 95vw;
    height: 316px;
    left: 0;
    top: initial;
    bottom: -135px;
    z-index: 3; }
    @media (max-width: 1199.98px) {
      .hero::after {
        height: 200px;
        width: 850px; } }
    @media (max-width: 991.98px) {
      .hero::after {
        max-width: 70vw;
        height: 135px;
        bottom: -100px; } }
    @media (max-width: 767.98px) {
      .hero::after {
        display: none; } }
  .hero__slide {
    position: relative; }
  .hero__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1272px;
    height: 100%;
    max-width: 70%;
    z-index: 0; }
    @media (max-width: 1359.98px) {
      .hero__img {
        max-width: 60%; } }
    @media (max-width: 767.98px) {
      .hero__img {
        max-width: 100%;
        height: 300px; } }
    @media (max-width: 575.98px) {
      .hero__img {
        height: 250px; } }
    @media (max-width: 767.98px) {
      .hero__img img {
        -o-object-position: bottom left;
           object-position: bottom left; } }
    .hero__img::before {
      content: '';
      display: block;
      width: 200px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
      background: -o-linear-gradient(left, white 0%, transparent 100%);
      background: linear-gradient(90deg, white 0%, transparent 100%);
      position: absolute;
      top: 0;
      left: -1px;
      z-index: 1; }
      @media (max-width: 767.98px) {
        .hero__img::before {
          width: 100%;
          height: calc(100% - 100px);
          background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
          background: -o-linear-gradient(bottom, white 0%, transparent 100%);
          background: linear-gradient(0deg, white 0%, transparent 100%);
          top: initial;
          bottom: 0; } }
  .hero__content {
    z-index: 2;
    position: relative;
    width: 800px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .hero__content {
        width: 100%; } }
    @media (max-width: 1199.98px) {
      .hero__content .headline {
        max-width: 80%; } }
    .hero__content .standard-format {
      margin-top: 40px;
      width: 470px;
      max-width: 100%;
      color: #041E3A; }
      @media (max-width: 767.98px) {
        .hero__content .standard-format {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .hero__content .standard-format {
          margin-top: -16px; } }
    .hero__content .link {
      display: inline-block; }

.owl-hero .item {
  height: 800px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 24px; }
  @media (max-width: 1199.98px) {
    .owl-hero .item {
      height: 550px;
      padding: 60px 0 24px; } }
  @media (max-width: 991.98px) {
    .owl-hero .item {
      height: 450px;
      padding-top: 34px; } }
  @media (max-width: 767.98px) {
    .owl-hero .item {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0; } }

.page-hero {
  position: relative;
  z-index: 0;
  min-height: 290px;
  padding-top: 50px; }
  @media (max-width: 767.98px) {
    .page-hero {
      padding: 24px 0 15px;
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 575.98px) {
    .page-hero {
      margin-top: 80px;
      min-height: 230px; } }
  .page-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 1366px;
    max-width: 80%;
    height: 495px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1359.98px) {
      .page-hero__bg {
        height: 400px; } }
    @media (max-width: 1199.98px) {
      .page-hero__bg {
        height: 350px; } }
    @media (max-width: 991.98px) {
      .page-hero__bg {
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .page-hero__bg {
        height: 100%; } }
    @media (max-width: 575.98px) {
      .page-hero__bg {
        height: 100%; } }
    .page-hero__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top left;
         object-position: top left; }
      @media (max-width: 575.98px) {
        .page-hero__bg img {
          -o-object-position: 50%;
             object-position: 50%; } }
    .page-hero__bg::before {
      content: '';
      display: block;
      height: calc(100% + 2px);
      width: 50%;
      position: absolute;
      top: -1px;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
      @media (max-width: 991.98px) {
        .page-hero__bg::before {
          width: 100%; } }
  .page-hero .container {
    position: relative;
    z-index: 2; }
  .page-hero .headline {
    width: 840px;
    max-width: 100%;
    line-height: 1 !important; }
  .page-hero + * {
    position: relative;
    z-index: 1; }

.single-post .page-hero {
  min-height: 495px;
  margin-bottom: 50px; }
  @media (max-width: 1359.98px) {
    .single-post .page-hero {
      min-height: 400px; } }
  @media (max-width: 991.98px) {
    .single-post .page-hero {
      min-height: 350px; } }
  @media (max-width: 767.98px) {
    .single-post .page-hero {
      min-height: 290px; } }
  @media (max-width: 575.98px) {
    .single-post .page-hero {
      min-height: 230px; } }
  .single-post .page-hero__bg {
    height: 100%; }
  @media (max-width: 1359.98px) {
    .single-post .page-hero .headline {
      font-size: 62px; } }
  @media (max-width: 1199.98px) {
    .single-post .page-hero .headline {
      font-size: 54px; } }
  @media (max-width: 767.98px) {
    .single-post .page-hero .headline {
      font-size: 44px; } }
  @media (max-width: 575.98px) {
    .single-post .page-hero .headline {
      font-size: 32px; } }

.page-hero-next {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .page-hero-next {
      margin-bottom: 60px; } }
  .page-hero-next .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative; }
  .page-hero-next .headline,
  .page-hero-next .standard-format {
    width: 580px;
    max-width: 100%; }
  @media (max-width: 991.98px) {
    .page-hero-next .standard-format {
      width: 100%; } }
  .page-hero-next .btn {
    margin-top: -10px; }
    @media (max-width: 991.98px) {
      .page-hero-next .btn {
        margin-top: 24px; } }
  .page-hero-next .col--text {
    position: initial;
    margin-bottom: 0;
    min-height: 120px;
    padding-right: 30px; }
    @media (max-width: 1479.98px) {
      .page-hero-next .col--text {
        min-height: 80px; } }
    @media (max-width: 991.98px) {
      .page-hero-next .col--text {
        padding-right: 15px;
        min-height: auto; } }
  .page-hero-next .info-box {
    position: absolute;
    top: 0;
    right: 15px; }
    @media (max-width: 991.98px) {
      .page-hero-next .info-box {
        position: relative;
        right: 0;
        margin-top: 45px; } }
    .page-hero-next .info-box .btn {
      margin-top: 8px; }
  .page-hero-next--empty {
    min-height: 180px; }
    @media (max-width: 1359.98px) {
      .page-hero-next--empty {
        min-height: 80px; } }
    @media (max-width: 1199.98px) {
      .page-hero-next--empty {
        min-height: 0;
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      .page-hero-next--empty {
        margin-bottom: 100px; } }
    @media (max-width: 767.98px) {
      .page-hero-next--empty {
        margin-bottom: 0; } }
    .page-hero-next--empty .standard-format {
      border: none !important; }

.single-project .page-hero-next .standard-format,
.page-id-1255 .page-hero-next .standard-format {
  margin-top: 16px;
  font-weight: 600;
  color: #041E3A;
  width: 580px;
  max-width: calc(100% - 15px);
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 2px;
  border-style: solid;
  border-left: 2px solid #DFE2E6;
  border-top: none;
  border-right: none;
  padding: 0 40px 24px;
  margin-left: 15px; }
  @media (max-width: 575.98px) {
    .single-project .page-hero-next .standard-format,
    .page-id-1255 .page-hero-next .standard-format {
      padding: 0 15px 15px; } }

.page-id-1255 .page-hero-next {
  margin-bottom: 0; }

.single-job .page-hero-next .headline {
  margin-bottom: 16px;
  margin-top: 40px; }

.single-job .page-hero-next .standard-format {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
  color: #041E3A; }

.single-job .page-hero-next .btn {
  margin-top: 24px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .single-event .page-hero {
    min-height: 460px; } }

.single-event .page-hero-next .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.single-event .page-hero-next .col--link {
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 2px;
  border-style: solid;
  border-left: 2px solid #DFE2E6;
  border-top: none;
  border-right: none;
  padding: 0 34px 20px;
  margin-top: 100px;
  max-width: 50% !important; }
  @media (max-width: 767.98px) {
    .single-event .page-hero-next .col--link {
      padding: 0 15px 20px; } }
  @media (max-width: 575.98px) {
    .single-event .page-hero-next .col--link {
      margin-top: 0;
      max-width: 100% !important;
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }

.single-event .page-hero-next .headline {
  margin-bottom: 16px; }

@media (max-width: 767.98px) {
  .single-event .page-hero-next .btn {
    margin-top: 0; } }

.single-event .page-hero-next p {
  font-weight: 600;
  color: #041E3A;
  margin-bottom: 34px;
  font-size: 18px; }

.page-template-recurring-event .page-hero {
  min-height: 410px; }
  @media (max-width: 1199.98px) {
    .page-template-recurring-event .page-hero {
      min-height: 350px; } }
  @media (max-width: 767.98px) {
    .page-template-recurring-event .page-hero {
      min-height: auto;
      margin-bottom: 0; } }
  .page-template-recurring-event .page-hero__bg {
    height: 800px; }
    @media (max-width: 1199.98px) {
      .page-template-recurring-event .page-hero__bg {
        height: 700px; } }
    @media (max-width: 991.98px) {
      .page-template-recurring-event .page-hero__bg {
        height: 600px; } }
    @media (max-width: 767.98px) {
      .page-template-recurring-event .page-hero__bg {
        height: calc(100% + 200px); } }
  .page-template-recurring-event .page-hero .headline {
    font-size: 128px;
    width: 780px;
    max-width: 100%;
    margin-top: 60px; }
    @media (max-width: 1359.98px) {
      .page-template-recurring-event .page-hero .headline {
        font-size: 98px; } }
    @media (max-width: 1199.98px) {
      .page-template-recurring-event .page-hero .headline {
        font-size: 88px; } }
    @media (max-width: 991.98px) {
      .page-template-recurring-event .page-hero .headline {
        font-size: 78px; } }
    @media (max-width: 767.98px) {
      .page-template-recurring-event .page-hero .headline {
        font-size: 64px;
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .page-template-recurring-event .page-hero .headline {
        font-size: 54px;
        margin-top: 0; } }
  .page-template-recurring-event .page-hero .breadcrumbs {
    display: none; }
  .page-template-recurring-event .page-hero-next {
    min-height: 390px;
    margin-bottom: 200px;
    padding-top: 0; }
    @media (max-width: 1359.98px) {
      .page-template-recurring-event .page-hero-next {
        min-height: 300px; } }
    @media (max-width: 991.98px) {
      .page-template-recurring-event .page-hero-next {
        min-height: 250px;
        margin-bottom: 120px; } }
    @media (max-width: 767.98px) {
      .page-template-recurring-event .page-hero-next {
        min-height: 200px; } }
    @media (max-width: 575.98px) {
      .page-template-recurring-event .page-hero-next {
        margin-bottom: 80px; } }
    .page-template-recurring-event .page-hero-next::after {
      position: absolute;
      width: 1807px;
      max-width: 95vw;
      height: 316px;
      left: -60px;
      top: initial;
      bottom: -135px;
      z-index: 3; }
      @media (max-width: 1479.98px) {
        .page-template-recurring-event .page-hero-next::after {
          height: 250px; } }
      @media (max-width: 1359.98px) {
        .page-template-recurring-event .page-hero-next::after {
          height: 200px; } }
      @media (max-width: 767.98px) {
        .page-template-recurring-event .page-hero-next::after {
          height: 150px; } }

.page-id-1277 .page-hero-next .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .page-id-1277 .page-hero-next .row .col--link .btn {
    margin-top: 60px; }

@media (max-width: 1779.98px) {
  .page-hero-next + .flex-content > .text-section.sygnet:first-child::after {
    width: 690px; } }

@media (max-width: 1359.98px) {
  .page-hero-next + .flex-content > .text-section.sygnet:first-child::after {
    width: 530px; } }

@media (max-width: 1199.98px) {
  .page-hero-next + .flex-content > .text-section.sygnet:first-child::after {
    width: 450px; } }

@media (max-width: 991.98px) {
  .page-hero-next + .flex-content > .text-section.sygnet:first-child::after {
    display: none; } }

body.search .page-hero-next .standard-format {
  display: none; }

.page-template-baza-firm .page-hero-next {
  display: none; }

.contact-section {
  margin-bottom: 40px; }

.standard-format > .contact-section {
  margin-top: -34px; }
  .standard-format > .contact-section .container {
    padding: 0; }

.footer {
  text-align: center;
  color: #041E3A; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 30px 0; } }
  @media (max-width: 575.98px) {
    .footer {
      text-align: left;
      padding-bottom: 60px; } }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 12px 0 40px; }
    @media (max-width: 575.98px) {
      .footer__menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer__menu li {
      padding: 0 12px 2px;
      border-right: 2px solid #041E3A;
      margin-bottom: 8px; }
      @media (max-width: 575.98px) {
        .footer__menu li {
          border-right: none;
          padding: 0;
          margin-right: 16px; } }
      .footer__menu li:last-child {
        border-right: none; }

.map {
  position: relative; }
  .map__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .map__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .map__top .headline {
      margin-bottom: 0 !important; }
    .map__top .address-shortcode {
      padding-bottom: 40px;
      display: block; }
      .map__top .address-shortcode__name {
        display: none; }
  .map__google-maps {
    position: relative;
    margin-bottom: 80px; }
  .map__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    opacity: .8; }
    .map__btn:hover, .map__btn:focus {
      opacity: 1;
      background-color: #000 !important; }
  .map .leaflet-marker-shadow {
    display: none; }
  .map .leaflet-pane.leaflet-tile-pane {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .map .leaflet-map {
    z-index: 1;
    height: 360px !important; }
  .map .leaflet-popup-content {
    text-align: center; }

.leaflet-container .leaflet-marker-pane img {
  width: 107px !important;
  height: 53px !important;
  left: -40px !important; }

.footer-menu-section {
  padding: 45px 0 24px;
  background-color: #041E3A;
  color: #fff; }
  @media (max-width: 991.98px) {
    .footer-menu-section {
      padding-bottom: 0; } }
  .footer-menu-section .headline {
    color: #fff;
    font-weight: 300;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .footer-menu-section .headline {
        margin-bottom: 40px; } }
  .footer-menu-section__logo-anchor {
    display: inline-block;
    margin: 20px 0 120px; }
    @media (max-width: 991.98px) {
      .footer-menu-section__logo-anchor {
        margin-bottom: 80px; } }
    @media (max-width: 575.98px) {
      .footer-menu-section__logo-anchor {
        margin: 20px auto 60px; } }
    @media (max-width: 575.98px) {
      .footer-menu-section__logo-anchor {
        text-align: center; } }
  .footer-menu-section__logo {
    max-width: 162px; }
    .footer-menu-section__logo path {
      fill: #fff; }
  .footer-menu-section__logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .footer-menu-section__logos {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -15px;
        margin-bottom: 60px; } }
    @media (max-width: 575.98px) {
      .footer-menu-section__logos {
        margin-right: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-menu-section__logos img {
      margin: 5px 25px; }
      @media (max-width: 991.98px) {
        .footer-menu-section__logos img {
          margin: 5px 15px; } }
      .footer-menu-section__logos img:last-child {
        margin-right: 0; }
        @media (max-width: 991.98px) {
          .footer-menu-section__logos img:last-child {
            margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .footer-menu-section nav {
      margin-bottom: 60px; } }
  .footer-menu-section nav ul {
    font-weight: 300; }
    .footer-menu-section nav ul li {
      margin-bottom: 24px !important;
      position: relative;
      padding-left: 34px;
      line-height: 1.6; }
      .footer-menu-section nav ul li::before {
        content: '\e8a8';
        font-family: 'fontello';
        -webkit-text-stroke: 1.5px #fff;
        font-size: 7px;
        position: absolute;
        top: 2px;
        left: 0; }

@media (max-width: 767.98px) and (min-width: 576px) {
  .footer-menu-section .col--newsletter {
    padding-left: 0; } }
  .footer-menu-section .col--newsletter .headline {
    margin-bottom: 34px; }
  .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: transparent !important;
    max-width: 100% !important; }
    @media (max-width: 1199.98px) {
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
        padding-bottom: 60px;
        position: relative;
        margin-bottom: 24px; } }
    @media (max-width: 575.98px) {
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
        padding-bottom: 30px; } }
    .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form {
      padding: 0 !important; }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-embedContent {
        margin-bottom: 0 !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-embedContent h4,
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-embedContent p {
          display: none !important; }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-input-horizontal {
        width: calc(100% - 190px) !important; }
        @media (max-width: 1199.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-input-horizontal {
            width: 100% !important;
            margin-bottom: 12px; } }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .horizontal-fields {
        padding-right: 24px !important; }
        @media (max-width: 1199.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .horizontal-fields {
            padding-right: 0 !important; } }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"] {
        border-radius: 0 !important;
        background-color: transparent !important;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 32px !important;
        padding: 12px 0 !important;
        margin-bottom: 8px !important;
        margin-right: 16px !important;
        font-family: "replica", sans-serif !important;
        font-weight: 300 !important;
        color: #fff !important; }
        @media (max-width: 1359.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"] {
            font-size: 26px !important; } }
        @media (max-width: 1199.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"] {
            margin-bottom: 0 !important; } }
        @media (max-width: 767.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"] {
            margin-right: 0 !important; } }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-webkit-input-placeholder {
          color: #fff !important;
          opacity: 0.15 !important;
          font-weight: 300 !important;
          font-family: "replica", sans-serif !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-moz-placeholder {
          color: #fff !important;
          opacity: 0.15 !important;
          font-weight: 300 !important;
          font-family: "replica", sans-serif !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]:-ms-input-placeholder {
          color: #fff !important;
          opacity: 0.15 !important;
          font-weight: 300 !important;
          font-family: "replica", sans-serif !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-ms-input-placeholder {
          color: #fff !important;
          opacity: 0.15 !important;
          font-weight: 300 !important;
          font-family: "replica", sans-serif !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::placeholder {
          color: #fff !important;
          opacity: 0.15 !important;
          font-weight: 300 !important;
          font-family: "replica", sans-serif !important; }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        padding: 16px 30px !important;
        min-width: 186px !important;
        border-radius: 34px !important;
        font-family: "replica", sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important; }
        @media (max-width: 1199.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button {
            position: absolute;
            bottom: 0;
            right: 0;
            width: auto !important; } }
        @media (max-width: 575.98px) {
          .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button {
            left: 0;
            right: initial; } }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button::after {
          content: '\e8a8';
          font-family: 'fontello';
          display: inline-block;
          font-size: 8px;
          -webkit-text-stroke: 2px #fff;
          position: relative;
          top: -4px;
          margin-left: 8px;
          left: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p {
        color: #fff !important;
        font-size: 16px !important;
        font-family: "replica", sans-serif !important;
        font-weight: 300 !important; }
        .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p a {
          color: #fff !important; }

.newsletter .container {
  padding: 0 15px; }

.newsletter .container > div {
  padding: 45px 15px;
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 2px;
  border-style: solid;
  border-left: 2px solid #DFE2E6;
  margin-bottom: -2px; }

.newsletter .headline,
.newsletter .standard-format {
  text-align: center;
  width: 780px;
  max-width: 100%;
  margin: 0 auto; }

.newsletter .standard-format {
  margin-top: 34px; }

.newsletter #mlb2-33549249 {
  font-family: "replica", sans-serif !important; }
  .newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  .newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 15px 15px 0 15px; }
  .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm {
    max-width: 780px !important;
    -webkit-box-shadow: 0 0 30px #aaa;
            box-shadow: 0 0 30px #aaa;
    margin: 34px auto 24px !important;
    border-radius: 0 !important;
    padding: 16px 24px !important; }
    @media (max-width: 991.98px) {
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm {
        max-width: 630px !important; } }
    @media (max-width: 767.98px) {
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm {
        max-width: 420px !important;
        padding: 0 0px 70px !important;
        position: relative; } }
    @media (max-width: 575.98px) {
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important; } }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .ml-form-embedContent {
      display: none; }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .ml-form-horizontalRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      float: initial !important; }
      @media (max-width: 767.98px) {
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .ml-form-horizontalRow {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 991.98px) {
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .ml-form-horizontalRow .ml-input-horizontal {
          width: 55%; } }
      @media (max-width: 767.98px) {
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .ml-form-horizontalRow .ml-input-horizontal {
          width: 100%; } }
    @media (max-width: 767.98px) {
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm .horizontal-fields {
        padding-right: 0 !important; } }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input {
      border-radius: 0 !important; }
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"] {
        font-size: 16px !important;
        font-weight: 300 !important;
        font-family: "replica", sans-serif !important;
        padding: 19px 24px !important;
        margin-right: 44px !important;
        width: 470px !important; }
        @media (max-width: 991.98px) {
          .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"] {
            width: 300px !important; } }
        @media (max-width: 767.98px) {
          .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"] {
            width: 100% !important;
            margin-right: 0 !important; } }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-webkit-input-placeholder {
          color: #ccc !important; }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-moz-placeholder {
          color: #ccc !important; }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]:-ms-input-placeholder {
          color: #ccc !important; }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-ms-input-placeholder {
          color: #ccc !important; }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::placeholder {
          color: #ccc !important; }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.ml-button-horizontal.primary {
      text-align: right !important; }
      @media (max-width: 991.98px) {
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.ml-button-horizontal.primary {
          width: 45% !important;
          min-width: 45% !important; } }
      @media (max-width: 767.98px) {
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.ml-button-horizontal.primary {
          width: 100% !important;
          position: absolute;
          bottom: 15px;
          margin-left: -35px; } }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary {
      background-color: #EF4655 !important;
      border: none !important;
      padding: 18px 34px !important;
      border-radius: 34px !important;
      font-weight: 600 !important;
      color: #fff !important;
      width: auto !important;
      float: initial !important; }
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary::after {
        -webkit-text-stroke: 2px #fff;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important; }
      .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary:hover, .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary:focus {
        background-color: rgba(239, 70, 85, 0.85) !important;
        opacity: 1 !important; }
        .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary:hover::after, .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm button[type="submit"].primary:focus::after {
          left: 4px; }
    .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p {
      font-size: 16px !important;
      font-family: "replica", sans-serif !important;
      color: #595959 !important;
      font-weight: 400 !important; }

@media (max-width: 575.98px) {
  .newsletter .ml-form-recaptcha {
    margin-bottom: 0; } }

.text-section .newsletter .container {
  padding: 0; }

.terms-list {
  margin-bottom: 80px; }
  .terms-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 500px;
    max-width: 100%; }
    .terms-list ul li {
      margin-right: 16px;
      margin-bottom: 16px;
      line-height: 1.3; }
      .terms-list ul li.active a {
        border-bottom: 1px solid #041E3A; }
      .terms-list ul li a {
        border-bottom: 1px solid #ddd;
        color: #041E3A; }
        .terms-list ul li a:hover {
          opacity: 1;
          border-bottom: 1px solid #041E3A; }

.sidebar {
  height: 100%; }
  .sidebar__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 32px;
    margin-bottom: 48px; }
    .sidebar__item--sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 106px; }
      @media (min-width: 1200px) {
        .sidebar__item--sticky {
          top: 30px; } }

.text-section {
  position: relative; }
  .text-section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .text-section .col--text a.btn {
    margin: 0 24px 24px 0; }
  .text-section .col--text .btns-wrapper .btn:last-child {
    margin-bottom: 0; }
  .text-section--simple .standard-format h2:first-child,
  .text-section--simple .standard-format h3:first-child {
    margin-top: 0; }
  .text-section--photo-right .col--text, .text-section--photo-left .col--text {
    padding-right: 40px; }
    @media (max-width: 991.98px) {
      .text-section--photo-right .col--text, .text-section--photo-left .col--text {
        padding-right: 15px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 34px; } }
  .text-section--photo-left .col--text {
    padding-right: 15px;
    padding-left: 40px; }
    @media (max-width: 991.98px) {
      .text-section--photo-left .col--text {
        padding-left: 15px; } }
  .text-section--photo-left .col--text.col-lg-6 + .col--media img,
  .text-section--photo-left .col--text.col-lg-6 + .col--media .video-wrapper {
    left: 0; }
  .text-section--photo .col--text {
    display: none; }
  .text-section--photo .col--media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    max-height: 472px; }
    .text-section--photo .col--media img {
      width: 100%;
      height: 100%;
      max-height: 472px;
      -o-object-fit: cover;
         object-fit: cover; }
  .text-section--photo.text-section--media-type-video .col--media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto; }
    .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
      margin: 0;
      height: 680px;
      padding: 0; }
      @media (max-width: 1359.98px) {
        .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
          height: 623px; } }
      @media (max-width: 1199.98px) {
        .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
          height: 522px; } }
      @media (max-width: 991.98px) {
        .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
          height: 387px; } }
      @media (max-width: 767.98px) {
        .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
          height: 286px; } }
      @media (max-width: 575.98px) {
        .text-section--photo.text-section--media-type-video .col--media .video-wrapper {
          height: 162px; } }
  .text-section--photo.text-section--media-type-video .col--text {
    min-height: auto; }
    .text-section--photo.text-section--media-type-video .col--text.col-lg-12 + .col--media {
      max-height: 680px; }
  .text-section--media-type-photo_carousel .col--media {
    max-height: initial !important; }
    .text-section--media-type-photo_carousel .col--media img {
      max-height: initial !important;
      height: 100% !important; }
  .text-section--media-type-photo_carousel.sygnet .col--media .owl-photos {
    top: 260px !important;
    height: auto !important; }
    @media (max-width: 991.98px) {
      .text-section--media-type-photo_carousel.sygnet .col--media .owl-photos {
        top: 0 !important; } }
  .text-section--media-size-full .container {
    max-width: 100%; }
    .text-section--media-size-full .container .col--media {
      padding: 0; }
      @media (max-width: 991.98px) {
        .text-section--media-size-full .container .col--media {
          min-height: 200px;
          -o-object-fit: cover;
             object-fit: cover; } }
  .text-section--media-size-full_column.text-section--media-type-video .col--media {
    max-height: 680px; }
  .text-section--media-size-half_screen {
    position: relative; }
    .text-section--media-size-half_screen .col--text.col-lg-6 {
      min-height: 472px; }
      @media (max-width: 991.98px) {
        .text-section--media-size-half_screen .col--text.col-lg-6 {
          min-height: auto; } }
      .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media {
        position: initial; }
        .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media img,
        .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media .video-wrapper,
        .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media .owl-photos {
          position: absolute;
          width: 50vw;
          max-width: 960px;
          height: 472px;
          -o-object-fit: cover;
             object-fit: cover;
          top: 0;
          right: 0; }
          @media (max-width: 991.98px) {
            .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media img,
            .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media .video-wrapper,
            .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media .owl-photos {
              position: relative;
              max-width: 100%;
              width: 100%;
              height: auto; } }
        .text-section--media-size-half_screen .col--text.col-lg-6 + .col--media .video-wrapper {
          padding-bottom: 0;
          height: 540px; }
    .text-section--media-size-half_screen.text-section--media-type-video .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 540px; }
      @media (max-width: 1779.98px) {
        .text-section--media-size-half_screen.text-section--media-type-video .row {
          min-height: 500px; } }
      @media (max-width: 1479.98px) {
        .text-section--media-size-half_screen.text-section--media-type-video .row {
          min-height: 400px; } }
      @media (max-width: 1359.98px) {
        .text-section--media-size-half_screen.text-section--media-type-video .row {
          min-height: 340px; } }
      @media (max-width: 1199.98px) {
        .text-section--media-size-half_screen.text-section--media-type-video .row {
          min-height: 280px; } }
      @media (max-width: 991.98px) {
        .text-section--media-size-half_screen.text-section--media-type-video .row {
          min-height: auto; } }
    .text-section--media-size-half_screen.text-section--media-type-video .col--text {
      min-height: auto; }
  @media (min-width: 1480px) {
    .text-section--container--lg .container {
      width: 1560px;
      max-width: calc(100vw - 60px); } }
  .text-section--about-1 {
    margin-bottom: 0; }
    .text-section--about-1 .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .text-section--about-1 .row > div:nth-child(2) {
        padding-left: 40px; }
        @media (max-width: 991.98px) {
          .text-section--about-1 .row > div:nth-child(2) {
            padding-left: 15px;
            margin: 34px 0; } }
  .text-section--about-2 .col--media {
    margin-top: -40px; }
    @media (max-width: 991.98px) {
      .text-section--about-2 .col--media {
        margin-top: 0; } }
  .text-section--contact-hp .template-contact-content__list {
    margin-top: 60px; }

@media (max-width: 1359.98px) {
  .text-columns-section {
    margin-bottom: 70px; } }

@media (max-width: 575.98px) {
  .text-columns-section .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.text-columns-section .d-flex .headline {
  margin-right: 34px; }
  @media (max-width: 575.98px) {
    .text-columns-section .d-flex .headline {
      margin-right: 0; } }

.text-columns-section .d-flex + .standard-format {
  margin-bottom: 45px;
  font-size: 18px; }

.text-columns-section .address-shortcode {
  color: #041E3A; }

.text-columns-section .row {
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .text-columns-section .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .text-columns-section .row > div {
    padding: 34px 30px 34px 40px;
    -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
       border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
       border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
    border-radius: 0px;
    /* this doesn't work */
    border-width: 2px;
    border-style: solid;
    border-left: 2px solid #DFE2E6;
    margin-bottom: -2px; }
    @media (max-width: 991.98px) {
      .text-columns-section .row > div {
        margin-bottom: 34px;
        padding: 24px 15px 24px 24px; } }
    @media (max-width: 767.98px) {
      .text-columns-section .row > div {
        padding: 24px 15px; } }
  .text-columns-section .row .standard-format {
    width: 310px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .text-columns-section .row .standard-format {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .text-columns-section .row .standard-format {
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .text-columns-section .row .btn {
      margin-top: 24px; } }

@media (max-width: 575.98px) {
  .text-columns-section--directions .d-flex {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; } }

@media (max-width: 575.98px) {
  .text-columns-section--directions .d-flex .headline {
    margin-bottom: 16px; } }

@media (max-width: 575.98px) {
  .text-columns-section--directions .d-flex .btn {
    margin-bottom: 34px; } }

.text-columns-section--directions .row > div {
  border: none;
  text-align: center;
  padding: 50px 15px 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .text-columns-section--directions .row > div {
      padding: 34px 0 0; } }
  .text-columns-section--directions .row > div img,
  .text-columns-section--directions .row > div svg {
    margin-bottom: 12px;
    max-height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0; }
    @media (max-width: 767.98px) {
      .text-columns-section--directions .row > div img,
      .text-columns-section--directions .row > div svg {
        position: relative; } }
  .text-columns-section--directions .row > div .standard-format {
    width: 100%;
    color: #676767; }
  .text-columns-section--directions .row > div .btn {
    border: 2px solid #041E3A;
    color: #041E3A;
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .text-columns-section--directions .row > div .btn {
        margin-top: 12px; } }
    .text-columns-section--directions .row > div .btn::after {
      -webkit-text-stroke: 2px #041E3A; }
    .text-columns-section--directions .row > div .btn:hover, .text-columns-section--directions .row > div .btn:focus {
      background-color: rgba(4, 30, 58, 0.1);
      border: 2px solid #041E3A; }

.text-columns-section--contact .row > div {
  border: none;
  padding: 34px 15px 0;
  position: relative; }

.text-columns-section--no-border {
  margin-bottom: 80px !important; }
  @media (max-width: 1199.98px) {
    .text-columns-section--no-border {
      margin-bottom: 60px !important; } }
  .text-columns-section--no-border .row > div {
    border: none;
    padding: 0;
    margin-bottom: 80px; }
    @media (max-width: 1199.98px) {
      .text-columns-section--no-border .row > div {
        margin-bottom: 45px; } }
    .text-columns-section--no-border .row > div .headline,
    .text-columns-section--no-border .row > div h2,
    .text-columns-section--no-border .row > div h3 {
      width: 500px;
      max-width: 100%; }
    .text-columns-section--no-border .row > div .standard-format {
      width: calc(100% - 45px); }
      @media (max-width: 991.98px) {
        .text-columns-section--no-border .row > div .standard-format {
          width: 100%; } }

.text-columns-section--services .row {
  margin-top: 50px; }
  .text-columns-section--services .row > div {
    margin-bottom: 34px; }
    .text-columns-section--services .row > div img {
      width: 100%;
      height: 156px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 0; }

.text-columns-section--bio-1 {
  margin-top: -250px;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .text-columns-section--bio-1 {
      margin-top: 0; } }
  .text-columns-section--bio-1 .row > div:first-child {
    margin-top: 220px; }
    @media (max-width: 991.98px) {
      .text-columns-section--bio-1 .row > div:first-child {
        margin-top: 0; } }
  .text-columns-section--bio-1 .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
    .text-columns-section--bio-1 .d-flex br {
      display: none; }
    .text-columns-section--bio-1 .d-flex a {
      margin-right: 16px;
      margin-bottom: 12px;
      border-bottom: 1px solid #ccc;
      color: #041E3A; }

.text-columns-section--prices .standard-format {
  color: #041E3A;
  font-size: 18px;
  margin-bottom: 0; }

.single-job .text-columns-section {
  margin-bottom: 0;
  position: relative; }
  .single-job .text-columns-section::after {
    content: '';
    display: block;
    width: 790px;
    height: 138px;
    background-image: url("../img/svg/sygnet.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 0px; }
    @media (max-width: 1779.98px) {
      .single-job .text-columns-section::after {
        width: 700px; } }
    @media (max-width: 1479.98px) {
      .single-job .text-columns-section::after {
        width: 600px; } }
    @media (max-width: 1359.98px) {
      .single-job .text-columns-section::after {
        width: 550px; } }
    @media (max-width: 1199.98px) {
      .single-job .text-columns-section::after {
        width: 450px; } }
    @media (max-width: 991.98px) {
      .single-job .text-columns-section::after {
        display: none; } }
  .single-job .text-columns-section .container > .standard-format {
    width: 50%;
    font-size: 16px;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .single-job .text-columns-section .container > .standard-format {
        width: 100%;
        padding-right: 0; } }
  .single-job .text-columns-section .container .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .single-job .text-columns-section .container .row > div {
      margin-bottom: 50px;
      padding-bottom: 8px; }
      .single-job .text-columns-section .container .row > div .standard-format {
        width: 100%;
        padding-right: 45px; }
        @media (max-width: 767.98px) {
          .single-job .text-columns-section .container .row > div .standard-format {
            padding-right: 0; } }

.text-dropdown-section {
  position: relative; }
  .text-dropdown-section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .text-dropdown-section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 991.98px) {
    .text-dropdown-section .col--text {
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .text-dropdown-section .col--text .standard-format {
    width: 280px;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .text-dropdown-section .col--text .standard-format {
        width: 100%;
        margin-bottom: 0; } }
  .text-dropdown-section .col--text a.btn {
    margin: 24px 24px 24px 0; }
    @media (max-width: 991.98px) {
      .text-dropdown-section .col--text a.btn {
        margin-top: 0;
        margin-bottom: 50px; } }
  .text-dropdown-section--simple .standard-format h2:first-child,
  .text-dropdown-section--simple .standard-format h3:first-child {
    margin-top: 0; }
  .text-dropdown-section--photo-left, .text-dropdown-section--photo-right {
    position: relative; }
    .text-dropdown-section--photo-left .col--text, .text-dropdown-section--photo-right .col--text {
      position: initial;
      padding-bottom: 610px; }
      @media (max-width: 991.98px) {
        .text-dropdown-section--photo-left .col--text, .text-dropdown-section--photo-right .col--text {
          padding-bottom: 0; } }
      .text-dropdown-section--photo-left .col--text .owl-photos, .text-dropdown-section--photo-right .col--text .owl-photos {
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45%; }
        @media (max-width: 991.98px) {
          .text-dropdown-section--photo-left .col--text .owl-photos, .text-dropdown-section--photo-right .col--text .owl-photos {
            position: relative;
            width: 100%;
            margin: 34px 0; } }
    .text-dropdown-section--photo-left.text-dropdown-section--media-type-photo .col--text, .text-dropdown-section--photo-right.text-dropdown-section--media-type-photo .col--text {
      padding-bottom: 472px; }
      @media (max-width: 991.98px) {
        .text-dropdown-section--photo-left.text-dropdown-section--media-type-photo .col--text, .text-dropdown-section--photo-right.text-dropdown-section--media-type-photo .col--text {
          padding-bottom: 0; } }
      .text-dropdown-section--photo-left.text-dropdown-section--media-type-photo .col--text img, .text-dropdown-section--photo-right.text-dropdown-section--media-type-photo .col--text img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45%;
        height: 472px; }
        @media (max-width: 991.98px) {
          .text-dropdown-section--photo-left.text-dropdown-section--media-type-photo .col--text img, .text-dropdown-section--photo-right.text-dropdown-section--media-type-photo .col--text img {
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 34px; } }
        .text-dropdown-section--photo-left.text-dropdown-section--media-type-photo .col--text img.img-top, .text-dropdown-section--photo-right.text-dropdown-section--media-type-photo .col--text img.img-top {
          top: 0; }
  .text-dropdown-section--photo-right .col--text .owl-photos {
    left: initial;
    right: 0; }
  .text-dropdown-section .accordion {
    -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
       border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
       border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
    border-radius: 0px;
    /* this doesn't work */
    border-width: 1px;
    border-style: solid;
    border-left: 1px solid #DFE2E6;
    display: block;
    margin-bottom: 24px;
    padding: 10px 80px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    min-height: 70px; }
    @media (max-width: 767.98px) {
      .text-dropdown-section .accordion {
        padding: 10px 50px 10px 0; } }
    @media (max-width: 575.98px) {
      .text-dropdown-section .accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px 50px 10px 15px; } }
    .text-dropdown-section .accordion--simple {
      padding-left: 34px;
      padding-top: 30px;
      padding-bottom: 30px;
      min-height: 93px; }
      @media (max-width: 767.98px) {
        .text-dropdown-section .accordion--simple {
          padding: 24px 50px 24px 24px;
          min-height: auto; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section .accordion--simple {
          padding: 10px 50px 10px 15px;
          min-height: 40px; } }
      .text-dropdown-section .accordion--simple::after {
        display: none !important; }
      .text-dropdown-section .accordion--simple .accordion__left {
        display: none; }
      @media (max-width: 575.98px) {
        .text-dropdown-section .accordion--simple .accordion__title {
          padding-top: 0; } }
      @media (max-width: 767.98px) {
        .text-dropdown-section .accordion--simple .headline {
          font-size: 20px; } }
      .text-dropdown-section .accordion--simple .standard-format {
        margin-bottom: 0; }
      .text-dropdown-section .accordion--simple i {
        top: 40px; }
        @media (max-width: 767.98px) {
          .text-dropdown-section .accordion--simple i {
            top: 32px; } }
        @media (max-width: 575.98px) {
          .text-dropdown-section .accordion--simple i {
            top: 15px; } }
    .text-dropdown-section .accordion::after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #DFE2E6;
      position: absolute;
      top: 0;
      left: 147px; }
      @media (max-width: 767.98px) {
        .text-dropdown-section .accordion::after {
          left: 100px; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section .accordion::after {
          left: 0;
          width: 100%;
          height: 1px;
          top: 45px; } }
    .text-dropdown-section .accordion__left {
      width: 147px;
      min-width: 177px;
      text-align: center;
      padding: 0 45px 0 15px; }
      @media (max-width: 767.98px) {
        .text-dropdown-section .accordion__left {
          width: 120px;
          min-width: 120px;
          padding: 0 35px 0 15px; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section .accordion__left {
          width: 100%;
          height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .text-dropdown-section .accordion__left span {
        display: block; }
      .text-dropdown-section .accordion__left .headline {
        font-size: 28px;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .text-dropdown-section .accordion__left .headline {
            font-size: 20px; } }
        @media (max-width: 575.98px) {
          .text-dropdown-section .accordion__left .headline {
            margin-right: 12px; } }
      .text-dropdown-section .accordion__left span:not(.headline) {
        font-size: 14px;
        color: #041E3A; }
    .text-dropdown-section .accordion__title {
      margin-bottom: 0;
      padding: 0; }
      @media (max-width: 767.98px) {
        .text-dropdown-section .accordion__title {
          font-size: 20px; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section .accordion__title {
          padding-top: 20px; } }
      .text-dropdown-section .accordion__title .headline {
        margin-bottom: 0; }
    .text-dropdown-section .accordion .accordion__content {
      padding: 15px 0 5px; }
      .text-dropdown-section .accordion .accordion__content .standard-format {
        margin-bottom: 0; }
      .text-dropdown-section .accordion .accordion__content p {
        margin-bottom: 16px; }
        .text-dropdown-section .accordion .accordion__content p:last-child {
          margin-bottom: 0; }
  .text-dropdown-section--type-history .col--text .standard-format {
    width: 100%; }
  .text-dropdown-section--type-history .col--list {
    padding-left: 50px; }
    @media (max-width: 991.98px) {
      .text-dropdown-section--type-history .col--list {
        padding-left: 15px; } }
    .text-dropdown-section--type-history .col--list .accordion {
      border: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media (max-width: 575.98px) {
        .text-dropdown-section--type-history .col--list .accordion {
          margin-bottom: 34px; } }
      .text-dropdown-section--type-history .col--list .accordion:hover, .text-dropdown-section--type-history .col--list .accordion:focus {
        background-color: transparent; }
        .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right, .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right {
          background-color: #fafafa; }
      .text-dropdown-section--type-history .col--list .accordion:first-child::before {
        display: none; }
      .text-dropdown-section--type-history .col--list .accordion:last-child::after {
        display: none; }
      .text-dropdown-section--type-history .col--list .accordion::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #041E3A;
        width: 2px;
        height: calc(25%);
        top: -12px;
        left: 26px; }
        @media (max-width: 575.98px) {
          .text-dropdown-section--type-history .col--list .accordion::before {
            display: none; } }
      .text-dropdown-section--type-history .col--list .accordion::after {
        background-color: #041E3A;
        width: 2px;
        height: calc(25%);
        top: initial;
        bottom: -12px;
        left: 26px;
        margin-left: 0; }
        @media (max-width: 575.98px) {
          .text-dropdown-section--type-history .col--list .accordion::after {
            display: none; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section--type-history .col--list .accordion i {
          top: 85px;
          right: 15px; } }
      .text-dropdown-section--type-history .col--list .accordion__left {
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #041E3A;
        color: #fff;
        margin-right: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        text-align: center;
        padding: 5px; }
        @media (max-width: 575.98px) {
          .text-dropdown-section--type-history .col--list .accordion__left {
            margin-bottom: 12px;
            margin-right: 0; } }
        .text-dropdown-section--type-history .col--list .accordion__left .headline {
          font-size: 16px;
          color: #fff;
          font-weight: 300;
          margin: 0 auto; }
        .text-dropdown-section--type-history .col--list .accordion__left__subtitle {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          font-size: 16px !important;
          color: #fff !important;
          opacity: 0.5;
          font-weight: 300; }
      .text-dropdown-section--type-history .col--list .accordion__right {
        width: calc(100% - 100px);
        padding: 24px 80px 24px 30px;
        -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
           border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
           border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
        border-radius: 0px;
        /* this doesn't work */
        border-width: 1px;
        border-style: solid;
        border-left: 1px solid #DFE2E6;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        min-height: 85px; }
        @media (max-width: 575.98px) {
          .text-dropdown-section--type-history .col--list .accordion__right {
            width: 100%;
            padding: 0 45px 15px 15px; } }
      .text-dropdown-section--type-history .col--list .accordion__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600; }
        .text-dropdown-section--type-history .col--list .accordion__title .headline {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
  @media (max-width: 991.98px) {
    .text-dropdown-section--texts-shown .col--list {
      padding-left: 15px; } }
  .text-dropdown-section--texts-shown .accordion {
    margin-bottom: 40px; }
    .text-dropdown-section--texts-shown .accordion::before, .text-dropdown-section--texts-shown .accordion::after {
      display: none !important; }
    .text-dropdown-section--texts-shown .accordion:hover, .text-dropdown-section--texts-shown .accordion:focus {
      cursor: initial !important;
      background-color: transparent !important; }
      .text-dropdown-section--texts-shown .accordion:hover .accordion__right, .text-dropdown-section--texts-shown .accordion:focus .accordion__right {
        background-color: transparent !important; }
    .text-dropdown-section--texts-shown .accordion__content {
      display: block !important; }
    .text-dropdown-section--texts-shown .accordion__right {
      padding-bottom: 15px !important; }
      @media (max-width: 1199.98px) {
        .text-dropdown-section--texts-shown .accordion__right {
          padding-right: 0 !important; } }
      @media (max-width: 575.98px) {
        .text-dropdown-section--texts-shown .accordion__right {
          padding: 5px 0 15px 15px !important; } }
    .text-dropdown-section--texts-shown .accordion i {
      display: none !important; }

.owl-photos {
  width: 100%; }
  .owl-photos .owl-nav {
    position: absolute;
    bottom: 15px;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .owl-photos .owl-nav {
        position: relative;
        bottom: 0;
        margin-top: 16px;
        margin-bottom: 45px; } }
    @media (max-width: 575.98px) {
      .owl-photos .owl-nav {
        margin-bottom: 0px; } }
    .owl-photos .owl-nav .owl-prev,
    .owl-photos .owl-nav .owl-next {
      color: #fff !important; }
      @media (max-width: 767.98px) {
        .owl-photos .owl-nav .owl-prev,
        .owl-photos .owl-nav .owl-next {
          color: #000 !important; } }
  .owl-photos .item {
    position: relative;
    height: 576px; }
    @media (max-width: 991.98px) {
      .owl-photos .item {
        height: 450px; } }
    @media (max-width: 767.98px) {
      .owl-photos .item {
        height: 350px; } }
    @media (max-width: 575.98px) {
      .owl-photos .item {
        height: 250px; } }
    .owl-photos .item::after {
      content: '';
      display: block;
      width: 100%;
      height: 100px;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
      background: -o-linear-gradient(top, transparent 0%, black 100%);
      background: linear-gradient(180deg, transparent 0%, black 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 767.98px) {
        .owl-photos .item::after {
          height: 200px; } }
  .owl-photos__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .owl-photos__info {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px;
    text-align: right;
    color: #fff;
    z-index: 3;
    width: calc(100% - 130px); }
    @media (max-width: 767.98px) {
      .owl-photos__info {
        width: 100%;
        padding: 15px; } }
  .owl-photos__title {
    font-size: 32px;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .owl-photos__title {
        font-size: 30px; } }
    @media (max-width: 767.98px) {
      .owl-photos__title {
        font-size: 26px; } }
    @media (max-width: 575.98px) {
      .owl-photos__title {
        font-size: 22px; } }
  .owl-photos__text {
    font-size: 16px;
    font-weight: 300; }

.event-section {
  position: relative;
  margin: 180px 0 140px; }
  @media (max-width: 1359.98px) {
    .event-section {
      margin: 100px 0 100px; } }
  @media (max-width: 767.98px) {
    .event-section {
      margin-bottom: 80px; } }
  @media (max-width: 575.98px) {
    .event-section {
      margin-top: 0; } }
  .event-section__img {
    position: absolute;
    left: 0;
    height: 510px;
    width: 739px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top; }
    @media (max-width: 1479.98px) {
      .event-section__img {
        max-width: 40vw;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media (max-width: 991.98px) {
      .event-section__img {
        left: initial;
        right: 0;
        top: -50px;
        height: 350px;
        max-width: calc(50% - 15px); } }
    @media (max-width: 575.98px) {
      .event-section__img {
        position: relative;
        margin-left: -15px;
        top: 0;
        margin-bottom: 24px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: -30px; } }
  .event-section .col--text {
    padding-bottom: 540px;
    position: initial; }
    @media (max-width: 991.98px) {
      .event-section .col--text {
        min-height: 350px;
        padding-bottom: 0; } }
    @media (max-width: 575.98px) {
      .event-section .col--text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .event-section .col--text .standard-format {
      width: 280px;
      max-width: 100%; }
    .event-section .col--text .btns-wrapper {
      margin-bottom: 34px; }
  .event-section .col--list {
    background-color: #fff;
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .event-section .col--list {
        padding-left: 15px; } }
  .event-section--text-top {
    margin: 0 0 140px; }
    .event-section--text-top .col--text {
      padding-bottom: 0; }

@media (max-width: 575.98px) {
  .gallery-section .row {
    margin: 0 -5px; } }

@media (max-width: 575.98px) {
  .gallery-section .row > div {
    padding: 0 5px; } }

.logos-section .d-flex {
  margin: 70px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logos-section .d-flex > * {
    margin: 0 34px 15px; }

.files-section .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px; }

.files-section .standard-format {
  width: 580px;
  max-width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .files-section .standard-format {
      width: 100%; } }

.files-section .btn {
  margin: 0 24px 24px 0; }

@media (max-width: 991.98px) {
  .files-section .row > div {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.team-section {
  margin-bottom: 60px; }
  .team-section .standard-format {
    width: 550px;
    max-width: 100%;
    margin-top: 45px;
    color: #041E3A;
    font-weight: 600; }
  .team-section .row {
    margin-top: 60px; }
    .team-section .row > div {
      margin-bottom: 80px; }
      @media (max-width: 575.98px) {
        .team-section .row > div {
          margin-bottom: 60px; } }
      @media (max-width: 991.98px) {
        .team-section .row > div:last-child {
          margin-bottom: 40px; } }

.blog-section .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px; }
  @media (max-width: 575.98px) {
    .blog-section .d-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .blog-section .d-flex .headline {
    margin-right: 24px;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .blog-section .d-flex .headline {
        margin-bottom: 16px; } }

.form-section {
  position: relative; }
  .form-section .col--img {
    position: initial; }
    @media (max-width: 991.98px) {
      .form-section .col--img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 34px; } }
    .form-section .col--img img {
      position: absolute;
      width: 943px;
      max-width: 50vw;
      top: 0;
      left: 0;
      height: 472px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .form-section .col--img img {
          position: relative;
          width: 100%;
          height: 350px;
          max-width: 100%; } }
      @media (max-width: 767.98px) {
        .form-section .col--img img {
          height: 250px; } }
      @media (max-width: 575.98px) {
        .form-section .col--img img {
          height: 200px; } }
  .form-section .col--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .form-section .col--form > * {
      width: 540px;
      max-width: calc(100% - 24px); }
      @media (max-width: 991.98px) {
        .form-section .col--form > * {
          max-width: 100%;
          width: 100%; } }
    .form-section .col--form .headline {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .form-section .col--form .headline {
          margin-bottom: 34px; } }
    .form-section .col--form form {
      margin-top: 24px; }

.accordion {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100% !important;
  color: #041E3A;
  text-align: left; }
  .accordion:hover, .accordion:focus {
    cursor: pointer;
    background-color: #fafafa; }
  .accordion.active > i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .accordion__title {
    padding: 15px 15px; }
    @media (max-width: 575.98px) {
      .accordion__title .headline {
        font-size: 22px !important; } }
  .accordion__content {
    display: none;
    padding: 15px; }
  .accordion > i {
    position: absolute;
    top: 30px;
    right: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
    @media (max-width: 767.98px) {
      .accordion > i {
        right: 20px; } }
    @media (max-width: 575.98px) {
      .accordion > i {
        top: 20px;
        font-size: 12px; } }

.preview-event {
  border: 1px solid #DFE2E6 !important;
  margin-bottom: 16px;
  padding: 10px 80px 10px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  min-height: 80px;
  border-radius: 0;
  color: #041E3A;
  width: 100% !important;
  text-align: left !important; }
  @media (max-width: 767.98px) {
    .preview-event {
      padding: 10px 50px 10px 0; } }
  @media (max-width: 575.98px) {
    .preview-event {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px 40px 10px 15px; } }
  .preview-event::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #DFE2E6;
    position: absolute;
    top: 0;
    left: 147px; }
    @media (max-width: 767.98px) {
      .preview-event::after {
        left: 100px; } }
    @media (max-width: 575.98px) {
      .preview-event::after {
        left: 0px;
        width: 100%;
        height: 1px;
        top: 45px; } }
  .preview-event__date {
    width: 147px;
    min-width: 177px;
    text-align: center;
    padding: 0 40px 0 15px; }
    @media (max-width: 767.98px) {
      .preview-event__date {
        width: 120px;
        min-width: 120px;
        padding: 0 25px 0 15px; } }
    @media (max-width: 575.98px) {
      .preview-event__date {
        width: 100%;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .preview-event__date span {
      display: block; }
    .preview-event__date__day {
      font-size: 28px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .preview-event__date__day {
          font-size: 20px; } }
      @media (max-width: 575.98px) {
        .preview-event__date__day {
          margin-right: 12px; } }
    .preview-event__date__hour {
      font-size: 14px;
      color: #041E3A; }
  .preview-event__title {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .preview-event__title {
        font-size: 20px; } }
  .preview-event__location {
    font-size: 18px; }
    @media (max-width: 767.98px) {
      .preview-event__location {
        font-size: 16px; } }
  .preview-event .accordion__title {
    padding: 0; }
    @media (max-width: 575.98px) {
      .preview-event .accordion__title {
        padding-top: 20px; } }
  .preview-event .accordion__content {
    padding: 15px 0 12px; }
    .preview-event .accordion__content p {
      margin-bottom: 16px; }
      .preview-event .accordion__content p:last-child {
        margin-bottom: 0; }
  .preview-event .btn {
    margin-top: 24px; }
  .preview-event i {
    top: 24px; }
    @media (max-width: 575.98px) {
      .preview-event i {
        top: 15px;
        right: 10px; } }

.preview-person__name {
  margin-top: 16px;
  margin-bottom: 20px; }

.preview-person__text {
  opacity: 0.8;
  line-height: 1.7; }

.preview-person__img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }

.preview-post {
  padding: 16px 16px 20px 16px;
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 1px;
  border-style: solid;
  border-left: 1px solid #DFE2E6;
  margin-bottom: -1px; }
  .preview-post .standard-format {
    width: 315px;
    max-width: 100%; }
    @media (max-width: 1199.98px) {
      .preview-post .standard-format {
        width: 100%; } }
  .preview-post__info {
    font-size: 18px;
    margin-bottom: 16px !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
    @media (max-width: 575.98px) {
      .preview-post__info {
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important; } }
  .preview-post__date {
    font-weight: 600;
    margin-right: 8px;
    padding-right: 12px;
    position: relative; }
    .preview-post__date::after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #676767;
      margin-left: 8px;
      position: absolute;
      right: 0;
      top: 14px; }
      @media (max-width: 575.98px) {
        .preview-post__date::after {
          display: none; } }
  .preview-post__title {
    margin-bottom: 16px; }
  .preview-post .link {
    margin-top: 24px; }

.preview-post-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 8px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .preview-post-sm:first-of-type {
    margin-top: 40px; }
  .preview-post-sm:hover, .preview-post-sm:focus {
    opacity: .8; }
  .preview-post-sm__col {
    width: calc(40% - 8px); }
    .preview-post-sm__col:last-of-type {
      width: calc(60% - 8px); }
  .preview-post-sm__date {
    color: #041E3A;
    margin-bottom: 8px;
    font-size: 14px; }
  .preview-post-sm__title {
    line-height: 1.4;
    margin-bottom: 17px; }

.preview-project {
  padding: 34px 45px 30px;
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 1px;
  border-style: solid;
  border-left: 1px solid #DFE2E6;
  border-right: none;
  margin-bottom: 34px; }
  @media (max-width: 991.98px) {
    .preview-project {
      padding: 24px 15px 24px; } }
  .preview-project__title {
    margin-bottom: 34px; }
    @media (max-width: 767.98px) {
      .preview-project__title {
        font-size: 24px; } }
  .preview-project__img {
    display: block;
    height: 168px;
    width: 100%;
    margin-bottom: 34px;
    background-color: #000;
    overflow: hidden; }
    .preview-project__img:hover {
      opacity: 1; }
      .preview-project__img:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    @media (max-width: 991.98px) {
      .preview-project__img {
        margin-bottom: 24px; } }
    @media (max-width: 767.98px) {
      .preview-project__img {
        height: 130px; } }
    .preview-project__img img {
      width: 150%;
      max-width: 150%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top right;
         object-position: top right;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      left: -50%; }
  .preview-project .btn {
    margin-top: 12px; }

.preview-job {
  padding: 16px 16px 20px 16px;
  -o-border-image: -o-linear-gradient(right, #fff 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #fff 0%, #DFE2E6 100%) 1;
  border-radius: 0px;
  /* this doesn't work */
  border-width: 1px;
  border-style: solid;
  border-left: 1px solid #DFE2E6;
  margin-bottom: 34px; }
  .preview-job__info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px !important; }
    @media (max-width: 575.98px) {
      .preview-job__info {
        font-size: 16px; } }
  .preview-job__title {
    margin-bottom: 16px; }
  .preview-job .link {
    margin-top: 24px; }

@media (max-width: 575.98px) {
  .job-section {
    margin-bottom: 45px; } }

.job-section .contact-section .container {
  padding: 0; }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: -1000;
  -webkit-transition: .8s all ease;
  -o-transition: .8s all ease;
  transition: .8s all ease; }
  .popup.show-popup {
    opacity: 1;
    z-index: 10000000; }
    .popup.show-popup .popup__box {
      margin-top: 0;
      opacity: 1; }
  .popup__bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    background-color: #041E3A;
    opacity: .9; }
  .popup__box {
    z-index: 75;
    display: block;
    position: relative;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    max-width: calc(100vw - 16px);
    width: 720px;
    margin-top: 50vh;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    background-color: #fff;
    padding: 32px 16px 24px; }
    @media (min-width: 768px) {
      .popup__box {
        padding: 48px 32px 40px; } }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 36px;
    height: 36px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    background-color: black;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
    .popup__close:hover, .popup__close:focus {
      background-color: #EF4655; }

.gallery__photo {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000;
  margin-bottom: 30px;
  height: 200px;
  overflow: hidden; }
  .gallery__photo:hover {
    opacity: 1; }
    .gallery__photo:hover img {
      opacity: 0.7;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  @media (max-width: 575.98px) {
    .gallery__photo {
      height: 160px;
      margin-bottom: 10px; } }
  .gallery__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.scroll-up {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  background-color: #041E3A;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  z-index: -100;
  opacity: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  padding-right: 4px; }
  .scroll-up:hover, .scroll-up:focus {
    opacity: 0.6 !important; }
  .scroll-up.show-scroll {
    opacity: 1;
    z-index: 1000; }

@media (max-width: 767.98px) {
  body.single-lp .scroll-up {
    display: none; } }

.breadcrumbs {
  line-height: 1.6;
  margin-bottom: 16px;
  width: 650px;
  max-width: 100%;
  color: #041E3A; }
  .breadcrumbs > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .breadcrumbs > span {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 575.98px) {
      .breadcrumbs > span {
        display: block; } }
  .breadcrumbs a {
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      .breadcrumbs a {
        white-space: initial; } }
  .breadcrumbs .line {
    min-width: 35px;
    width: 35px;
    height: 1px;
    background-color: #041E3A;
    display: inline-block;
    margin: 0 24px;
    position: relative;
    top: -2px; }

.call-to-us {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  background-color: #041E3A;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999; }
  @media (min-width: 768px) {
    .call-to-us {
      display: none; } }
  .call-to-us a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .call-to-us__icon {
    font-size: 32px;
    color: #fff; }

.contact-module {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }
  .contact-module__btn {
    margin-right: 24px;
    margin-bottom: 24px; }
  .contact-module__phone {
    font-size: 18px;
    margin-bottom: 24px; }

.social-media {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-media__item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #041E3A;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin: 8px 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-media__item:hover, .social-media__item:focus {
      background-color: #041E3A; }

.hero,
.page-hero {
  position: relative; }
  .hero .social-media,
  .page-hero .social-media {
    display: none; }
    @media (min-width: 992px) {
      .hero .social-media,
      .page-hero .social-media {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: calc(50% - 160px);
        right: 20px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3; } }
    @media (min-width: 1780px) {
      .hero .social-media,
      .page-hero .social-media {
        left: 50px; } }
    .hero .social-media__item,
    .page-hero .social-media__item {
      margin: 6px 0; }

.page-hero {
  position: relative; }
  .page-hero .social-media {
    right: 20px;
    top: 20px;
    width: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media (min-width: 1780px) {
      .page-hero .social-media {
        left: 50px; } }
    @media (max-width: 1779.98px) {
      .page-hero .social-media__item {
        background-color: #fff;
        color: #041E3A; } }

.nav-mobile .social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }
  .nav-mobile .social-media__item {
    background-color: #041E3A; }
    .nav-mobile .social-media__item:hover, .nav-mobile .social-media__item:focus {
      background-color: #041E3A; }

.footer-menu-section .social-media {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px; }
  @media (max-width: 575.98px) {
    .footer-menu-section .social-media {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .footer-menu-section .social-media__item {
    background-color: #fff;
    color: #041E3A; }

ul.terms-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px; }
  ul.terms-list li {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding: 4px 16px;
    font-size: 14px;
    background-color: #041E3A;
    display: inline-block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #041E3A; }
    ul.terms-list li a {
      color: #041E3A !important; }
    ul.terms-list li:hover, ul.terms-list li:focus {
      background-color: #041E3A;
      color: #fff; }
    ul.terms-list li.active {
      background-color: #041E3A;
      color: #fff; }
      ul.terms-list li.active a {
        cursor: default !important; }
  ul.terms-list + div {
    margin-top: 16px; }

.page-hero + .terms-list {
  margin-top: 40px; }

.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #041E3A;
  z-index: 99999; }

.post-terms {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6; }
  .post-terms__item {
    display: block;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 0;
    color: #041E3A; }

.opening-hours {
  line-height: 1.5;
  max-width: 280px; }
  .opening-hours__row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 4px; }
  .opening-hours__day {
    width: calc(50% - 8px); }
  .opening-hours__time {
    width: calc(50% - 8px);
    text-align: right; }

.company-database {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 80px; }
  @media (max-width: 991.98px) {
    .company-database {
      margin-bottom: 40px; } }
  .company-database__item {
    width: 12.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    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-bottom: 40px;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .company-database__item {
        width: 20%; } }
    @media (max-width: 767.98px) {
      .company-database__item {
        width: 33.333%; } }
    @media (max-width: 575.98px) {
      .company-database__item {
        width: 50%; } }
    .company-database__item img {
      width: 100%;
      height: 100%;
      max-width: 95px;
      max-height: 57px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .company-database a {
    display: inline-block; }
    .company-database a:hover, .company-database a:focus {
      opacity: 1; }
      .company-database a:hover img, .company-database a:focus img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.cta-box {
  position: relative;
  min-height: 300px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 50px 30px; }
  @media (max-width: 1199.98px) {
    .cta-box {
      padding: 30px;
      min-height: 250px; } }
  .cta-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    z-index: -1; }
  .cta-box__content {
    position: relative;
    z-index: 2; }
    @media (min-width: 1200px) {
      .cta-box__content {
        max-width: 60%; } }
  .cta-box__btn-wrapper {
    margin-left: auto;
    position: relative;
    z-index: 2; }

.search-bar {
  position: static;
  margin-top: -60px;
  left: 0;
  right: 0;
  padding: 10px 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #000;
  height: 60px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 999999999;
  font-family: "replica", sans-serif;
  opacity: 0; }

@media (max-width: 1199.98px) {
  .search-bar {
    top: -24px;
    position: fixed; } }

.search-bar.visible {
  margin-top: 0px;
  opacity: 1; }

@media (max-width: 1199.98px) {
  .search-bar.visible {
    top: 72px; } }

@media (max-width: 575.98px) {
  .search-bar.visible {
    top: 60px; } }

.js-toggle-search-bar {
  color: #fff;
  margin: 0px 30px 0 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .js-toggle-search-bar:hover, .js-toggle-search-bar:focus {
    opacity: 0.8; }
  @media (max-width: 575.98px) {
    .js-toggle-search-bar {
      margin: 12px 8px 0 0 !important;
      font-size: 12px; } }

@media (max-width: 575.98px) {
  .js-toggle-search-bar {
    font-size: 20px; }
    .js-toggle-search-bar svg {
      height: 24px;
      width: 24px; } }

.js-toggle-search-bar .icon-close {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #041E3A;
  font-size: 22px;
  -webkit-text-stroke: 1px #041E3A; }
  .js-toggle-search-bar .icon-close:hover, .js-toggle-search-bar .icon-close:focus {
    opacity: 0.8; }
  .js-toggle-search-bar .icon-close::before {
    content: '\2715';
    font-family: "replica", sans-serif;
    position: relative;
    top: -1px; }

.js-toggle-search-bar.close .icon-close {
  display: inline-block; }

.js-toggle-search-bar.close .inject-me {
  display: none; }

.search-fields {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto; }

.search-fields input:not([type=checkbox]):not([type=submit]),
.search-fields textarea,
.search-fields select {
  font-size: 16px;
  color: #000;
  background-color: transparent;
  padding: 8px 0 8px;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #041E3A;
  border-radius: 0;
  font-family: "replica", sans-serif;
  font-weight: 600;
  color: #041E3A; }
  @media (max-width: 575.98px) {
    .search-fields input:not([type=checkbox]):not([type=submit]),
    .search-fields textarea,
    .search-fields select {
      font-size: 18px;
      padding: 12px 0 12px; } }

.search-fields input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  text-align: center; }

.search-fields input::-moz-placeholder {
  opacity: 1;
  color: #000;
  text-align: center; }

.search-fields input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  text-align: center; }

.search-fields input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
  text-align: center; }

.search-fields input::placeholder {
  opacity: 1;
  color: #000;
  text-align: center; }

.search-fields button {
  background-color: transparent;
  border: none;
  shadow: none;
  padding: 0;
  font-size: 24px;
  color: #000;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .search-fields button::after {
    display: none; }
  @media (max-width: 767.98px) {
    .search-fields button {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .search-fields button {
      font-size: 24px;
      padding-left: 16px; } }

.search-fields button:hover,
.search-fields button:focus {
  color: #041E3A; }

.search-page-content__title {
  font-size: 34px;
  color: #8F8F8F;
  text-align: center;
  border-bottom: 1px solid #8F8F8F;
  padding-bottom: 20px;
  display: inline-block;
  margin: 0 auto 130px; }

@media (min-width: 1360px) {
  .search-page-content .container {
    max-width: 1200px; } }

.search-query .pagination {
  margin-bottom: 64px; }

.search main .search-fields {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px 0 0; }

#event-filter,
#event-filter-2 {
  margin-bottom: 60px; }
  #event-filter select,
  #event-filter-2 select {
    border: 1px solid #DFE2E6;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    margin-right: 16px;
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 9px; }
    #event-filter select#event-month,
    #event-filter-2 select#event-month {
      min-width: 180px; }
    #event-filter select#event-month-year,
    #event-filter-2 select#event-month-year {
      min-width: 230px; }
  #event-filter button,
  #event-filter-2 button {
    padding: 0;
    background-color: transparent;
    color: #EF4655;
    border: none;
    font-weight: 400;
    font-size: 14px; }
    #event-filter button::after,
    #event-filter-2 button::after {
      display: none; }

#load-more-events,
#load-more-events-2 {
  font-weight: 400;
  margin-top: 16px;
  border-radius: 0 !important; }
  #load-more-events:hover, #load-more-events:focus,
  #load-more-events-2:hover,
  #load-more-events-2:focus {
    cursor: pointer; }
  #load-more-events::after,
  #load-more-events-2::after {
    display: none; }

/* Spinner */
#event-spinner,
#event-spinner-2 {
  text-align: center;
  margin: 20px 0; }

.spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #ddd;
  border-top: 4px solid #333;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: inline-block; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#event-list > *,
#event-list-2 > * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#event-list > *:not(:last-child),
#event-list-2 > *:not(:last-child) {
  margin-bottom: 20px; }

#load-more-events,
#load-more-events-2 {
  display: block;
  margin: 20px auto;
  padding: 10px 25px;
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }

#load-more-events:hover,
#load-more-events:focus,
#load-more-events-2:hover,
#load-more-events-2:focus {
  background-color: #555; }

#event-list-info,
#event-list-info-2 {
  text-align: center; }

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .language-switcher {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative;
      top: 15px; } }
  .language-switcher li {
    list-style-type: none;
    text-transform: uppercase;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #041E3A;
    border-bottom: 1px solid #fff;
    padding: 0 6px 6px; }
    @media (max-width: 575.98px) {
      .language-switcher li {
        margin-left: 3px;
        padding: 0 3px 6px;
        font-size: 13px; } }
    .language-switcher li.current-lang {
      border-bottom: 1px solid #041E3A; }
    .language-switcher li::before {
      display: none; }

.header-desktop .language-switcher {
  margin-left: 30px; }

.header-mobile .language-switcher {
  margin-left: 20px; }
  @media (max-width: 575.98px) {
    .header-mobile .language-switcher {
      margin-left: 3px; } }

.wcag-switcher-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 15px;
  z-index: 9;
  opacity: 1;
  top: -3px; }
  @media (max-width: 767.98px) {
    .wcag-switcher-widget {
      top: 0; } }
  @media (max-width: 575.98px) {
    .wcag-switcher-widget {
      position: relative; } }
  .wcag-switcher-widget li .text-size-control {
    position: relative;
    top: 2px;
    margin-right: 12px; }
  .wcag-switcher-widget li > span {
    font-size: 12px; }
    @media (max-width: 1359.98px) {
      .wcag-switcher-widget li > span {
        font-size: 0 !important; } }
  .wcag-switcher-widget li .high-contrast {
    position: relative;
    top: 3px;
    margin-left: 5px;
    margin-right: 12px; }
  .wcag-switcher-widget span {
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px; }

body.mid-text {
  font-size: 18px; }
  body.mid-text .btn,
  body.mid-text button:not(.player),
  body.mid-text .link,
  body.mid-text .btn--file span,
  body.mid-text .button--file span,
  body.mid-text .preview-event__date__hour,
  body.mid-text .language-switcher li,
  body.mid-text .wcag-switcher-widget li .text-size-control,
  body.mid-text .nav-desktop ul.menu > li a,
  body.mid-text .single-event-content__nav a,
  body.mid-text .wpcf7 input:not([type='checkbox']),
  body.mid-text .wpcf7 textarea,
  body.mid-text .wpcf7 select,
  body.mid-text .wpcf7 label,
  body.mid-text .text-dropdown-section--type-history .col--list .accordion__left .headline,
  body.mid-text .owl-photos__text,
  body.mid-text .text-dropdown-section--type-history .col--list .accordion__left__subtitle,
  body.mid-text .template-baza-firm-content .companies-categories nav ul li,
  body.mid-text .template-baza-firm-content .company-list ul li,
  body.mid-text .template-baza-firm-content .company__contact,
  body.mid-text .text-dropdown-section .accordion__left span:not(.headline),
  body.mid-text .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.mid-text #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button,
  body.mid-text .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"],
  body.mid-text .nav-mobile ul.menu > li ul.sub-menu > li a,
  body.mid-text .search-fields input:not([type="checkbox"]):not([type="submit"]),
  body.mid-text .search-fields textarea,
  body.mid-text .search-fields select,
  body.mid-text .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button,
  body.mid-text .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p {
    font-size: 18px !important; }
  body.mid-text .text-size-control__size-mid {
    opacity: 0.6; }

body.big-text {
  font-size: 20px; }
  body.big-text .btn,
  body.big-text button:not(.player),
  body.big-text .link,
  body.big-text .btn--file span,
  body.big-text .button--file span,
  body.big-text .preview-event__date__hour,
  body.big-text .language-switcher li,
  body.big-text .wcag-switcher-widget li .text-size-control,
  body.big-text .nav-desktop ul.menu > li a,
  body.big-text .single-event-content__nav a,
  body.big-text .wpcf7 input:not([type='checkbox']),
  body.big-text .wpcf7 textarea,
  body.big-text .wpcf7 select,
  body.big-text .wpcf7 label,
  body.big-text .text-dropdown-section--type-history .col--list .accordion__left .headline,
  body.big-text .owl-photos__text,
  body.big-text .text-dropdown-section--type-history .col--list .accordion__left__subtitle,
  body.big-text .template-baza-firm-content .companies-categories nav ul li,
  body.big-text .template-baza-firm-content .company-list ul li,
  body.big-text .template-baza-firm-content .company__contact,
  body.big-text .preview-event__location,
  body.big-text .preview-post__info,
  body.big-text .text-columns-section .address-shortcode,
  body.big-text.single-event .page-hero-next p,
  body.big-text.single-job .page-hero-next .standard-format,
  body.big-text .text-dropdown-section .accordion__left span:not(.headline),
  body.big-text .single-post-content__info,
  body.big-text .preview-job__info,
  body.big-text .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.big-text #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button,
  body.big-text .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"],
  body.big-text .nav-mobile ul.menu > li a,
  body.big-text .nav-mobile ul.menu > li ul.sub-menu > li a,
  body.big-text .search-fields input:not([type="checkbox"]):not([type="submit"]),
  body.big-text .search-fields textarea,
  body.big-text .search-fields select,
  body.big-text .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button,
  body.big-text .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p {
    font-size: 20px !important; }
  body.big-text .text-dropdown-section--type-history .col--list .accordion__left {
    width: 66px;
    height: 66px;
    min-width: 66px;
    margin-left: -5px; }
  @media (min-width: 576px) {
    body.big-text .btn,
    body.big-text button:not(.accordion):not(.player) {
      padding: 12px 24px; } }
  body.big-text .btn::after,
  body.big-text button:not(.accordion):not(.player)::after {
    display: none; }
  body.big-text .text-size-control__size-large {
    opacity: 0.6; }

body.mid-text .header-desktop .nav-desktop ul.menu,
body.big-text .header-desktop .nav-desktop ul.menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

body.mid-text .header-desktop__bottom .btn,
body.big-text .header-desktop__bottom .btn {
  min-width: 180px; }

@media (max-width: 1779.98px) {
  body.mid-text .nav-desktop ul.menu > li a,
  body.big-text .nav-desktop ul.menu > li a {
    padding: 10px 0; } }

@media (max-width: 1359.98px) {
  body.mid-text .nav-desktop ul.menu > li a,
  body.big-text .nav-desktop ul.menu > li a {
    padding: 10px 10px; } }

@media (max-width: 1199.98px) and (min-width: 576px) {
  body.mid-text .btn,
  body.mid-text button:not(.accordion):not(.player),
  body.big-text .btn,
  body.big-text button:not(.accordion):not(.player) {
    padding: 12px 15px; } }

body.mid-text .preview-event__date,
body.mid-text .mail,
body.big-text .preview-event__date,
body.big-text .mail {
  overflow-wrap: break-word; }

body.high-contrast,
body.high-contrast .site {
  color: yellow !important;
  background-color: #000; }
  body.high-contrast a,
  body.high-contrast .dark-mode-switcher .slider,
  body.high-contrast .hero__content .standard-format,
  body.high-contrast .intro,
  body.high-contrast .headline,
  body.high-contrast .footer p,
  body.high-contrast .footer a,
  body.high-contrast .wcag-switcher-widget span,
  body.high-contrast .language-switcher select,
  body.high-contrast .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
  body.high-contrast .standard-format p span,
  body.high-contrast .standard-format span,
  body.high-contrast table th,
  body.high-contrast table td,
  body.high-contrast .white,
  body.high-contrast .wpcf7 input::-webkit-input-placeholder,
  body.high-contrast .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .standard-format--post h1:not(.headline),
  body.high-contrast .standard-format--post h2:not(.headline),
  body.high-contrast .standard-format--post h3:not(.headline),
  body.high-contrast .standard-format--post h4:not(.headline),
  body.high-contrast .standard-format--post h5:not(.headline),
  body.high-contrast .standard-format--post h6:not(.headline),
  body.high-contrast .preview-event__date__hour,
  body.high-contrast .text-columns-section--directions .row > div .standard-format,
  body.high-contrast .template-contact-content__list__item i,
  body.high-contrast .search-bar,
  body.high-contrast .search-fields input:not([type=checkbox]):not([type=submit]),
  body.high-contrast .search-fields textarea,
  body.high-contrast .search-fields select,
  body.high-contrast .search-fields input::-webkit-input-placeholder,
  body.high-contrast .js-toggle-search-bar.close .icon-close,
  body.high-contrast .breadcrumbs,
  body.high-contrast .nav-desktop ul.menu > li ul.sub-menu li a,
  body.high-contrast .wpcf7 label,
  body.high-contrast .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast #event-filter select,
  body.high-contrast #event-filter-2 select,
  body.high-contrast .preview-event__location,
  body.high-contrast .preview-event .accordion__content,
  body.high-contrast .accordion > i,
  body.high-contrast.single-event .page-hero-next p,
  body.high-contrast .video-wrapper i,
  body.high-contrast .text-dropdown-section .accordion__left span:not(.headline),
  body.high-contrast .text-dropdown-section .accordion__title,
  body.high-contrast .text-dropdown-section .accordion .accordion__content,
  body.high-contrast .pagination .page-numbers:hover,
  body.high-contrast .pagination .page-numbers.current,
  body.high-contrast .pagination .page-numbers:focus,
  body.high-contrast.single-project .page-hero-next .standard-format,
  body.high-contrast.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .standard-format h2,
  body.high-contrast .standard-format h3,
  body.high-contrast .standard-format h4,
  body.high-contrast .standard-format h5,
  body.high-contrast .standard-format h6,
  body.high-contrast .text-columns-section--prices .standard-format,
  body.high-contrast .owl-photos__info,
  body.high-contrast .owl-photos .owl-nav .owl-prev,
  body.high-contrast .owl-photos .owl-nav .owl-next,
  body.high-contrast.single-job .page-hero-next .standard-format,
  body.high-contrast .selectize-dropdown,
  body.high-contrast .selectize-input,
  body.high-contrast .selectize-input input,
  body.high-contrast .selectize-input input::-webkit-input-placeholder,
  body.high-contrast .selectize-dropdown .active,
  body.high-contrast .template-baza-firm-content .company__branch,
  body.high-contrast .template-baza-firm-content .company__contact,
  body.high-contrast .template-baza-firm-content .company__contact p,
  body.high-contrast .company__about,
  body.high-contrast p,
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.high-contrast .nav-mobile ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"],
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-webkit-input-placeholder,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p a,
  body.high-contrast .site a,
  body.high-contrast .site .dark-mode-switcher .slider,
  body.high-contrast .site .hero__content .standard-format,
  body.high-contrast .site .intro,
  body.high-contrast .site .headline,
  body.high-contrast .site .footer p,
  body.high-contrast .site .footer a,
  body.high-contrast .site .wcag-switcher-widget span,
  body.high-contrast .site .language-switcher select,
  body.high-contrast .site .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
  body.high-contrast .site .standard-format p span,
  body.high-contrast .site .standard-format span,
  body.high-contrast .site table th,
  body.high-contrast .site table td,
  body.high-contrast .site .white,
  body.high-contrast .site .wpcf7 input::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .site .standard-format--post h1:not(.headline),
  body.high-contrast .site .standard-format--post h2:not(.headline),
  body.high-contrast .site .standard-format--post h3:not(.headline),
  body.high-contrast .site .standard-format--post h4:not(.headline),
  body.high-contrast .site .standard-format--post h5:not(.headline),
  body.high-contrast .site .standard-format--post h6:not(.headline),
  body.high-contrast .site .preview-event__date__hour,
  body.high-contrast .site .text-columns-section--directions .row > div .standard-format,
  body.high-contrast .site .template-contact-content__list__item i,
  body.high-contrast .site .search-bar,
  body.high-contrast .site .search-fields input:not([type=checkbox]):not([type=submit]),
  body.high-contrast .site .search-fields textarea,
  body.high-contrast .site .search-fields select,
  body.high-contrast .site .search-fields input::-webkit-input-placeholder,
  body.high-contrast .site .js-toggle-search-bar.close .icon-close,
  body.high-contrast .site .breadcrumbs,
  body.high-contrast .site .nav-desktop ul.menu > li ul.sub-menu li a,
  body.high-contrast .site .wpcf7 label,
  body.high-contrast .site .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .site #event-filter select,
  body.high-contrast .site #event-filter-2 select,
  body.high-contrast .site .preview-event__location,
  body.high-contrast .site .preview-event .accordion__content,
  body.high-contrast .site .accordion > i,
  body.high-contrast .site.single-event .page-hero-next p,
  body.high-contrast .site .video-wrapper i,
  body.high-contrast .site .text-dropdown-section .accordion__left span:not(.headline),
  body.high-contrast .site .text-dropdown-section .accordion__title,
  body.high-contrast .site .text-dropdown-section .accordion .accordion__content,
  body.high-contrast .site .pagination .page-numbers:hover,
  body.high-contrast .site .pagination .page-numbers.current,
  body.high-contrast .site .pagination .page-numbers:focus,
  body.high-contrast .site.single-project .page-hero-next .standard-format,
  body.high-contrast .site.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .site .standard-format h2,
  body.high-contrast .site .standard-format h3,
  body.high-contrast .site .standard-format h4,
  body.high-contrast .site .standard-format h5,
  body.high-contrast .site .standard-format h6,
  body.high-contrast .site .text-columns-section--prices .standard-format,
  body.high-contrast .site .owl-photos__info,
  body.high-contrast .site .owl-photos .owl-nav .owl-prev,
  body.high-contrast .site .owl-photos .owl-nav .owl-next,
  body.high-contrast .site.single-job .page-hero-next .standard-format,
  body.high-contrast .site .selectize-dropdown,
  body.high-contrast .site .selectize-input,
  body.high-contrast .site .selectize-input input,
  body.high-contrast .site .selectize-input input::-webkit-input-placeholder,
  body.high-contrast .site .selectize-dropdown .active,
  body.high-contrast .site .template-baza-firm-content .company__branch,
  body.high-contrast .site .template-baza-firm-content .company__contact,
  body.high-contrast .site .template-baza-firm-content .company__contact p,
  body.high-contrast .site .company__about,
  body.high-contrast .site p,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.high-contrast .site .nav-mobile ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"],
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-webkit-input-placeholder,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p a {
    color: yellow !important; }
  body.high-contrast a,
  body.high-contrast .dark-mode-switcher .slider,
  body.high-contrast .hero__content .standard-format,
  body.high-contrast .intro,
  body.high-contrast .headline,
  body.high-contrast .footer p,
  body.high-contrast .footer a,
  body.high-contrast .wcag-switcher-widget span,
  body.high-contrast .language-switcher select,
  body.high-contrast .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
  body.high-contrast .standard-format p span,
  body.high-contrast .standard-format span,
  body.high-contrast table th,
  body.high-contrast table td,
  body.high-contrast .white,
  body.high-contrast .wpcf7 input::placeholder,
  body.high-contrast .wpcf7 textarea::placeholder,
  body.high-contrast .wpcf7 select::placeholder,
  body.high-contrast .standard-format--post h1:not(.headline),
  body.high-contrast .standard-format--post h2:not(.headline),
  body.high-contrast .standard-format--post h3:not(.headline),
  body.high-contrast .standard-format--post h4:not(.headline),
  body.high-contrast .standard-format--post h5:not(.headline),
  body.high-contrast .standard-format--post h6:not(.headline),
  body.high-contrast .preview-event__date__hour,
  body.high-contrast .text-columns-section--directions .row > div .standard-format,
  body.high-contrast .template-contact-content__list__item i,
  body.high-contrast .search-bar,
  body.high-contrast .search-fields input:not([type=checkbox]):not([type=submit]),
  body.high-contrast .search-fields textarea,
  body.high-contrast .search-fields select,
  body.high-contrast .search-fields input::placeholder,
  body.high-contrast .js-toggle-search-bar.close .icon-close,
  body.high-contrast .breadcrumbs,
  body.high-contrast .nav-desktop ul.menu > li ul.sub-menu li a,
  body.high-contrast .wpcf7 label,
  body.high-contrast .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast #event-filter select,
  body.high-contrast #event-filter-2 select,
  body.high-contrast .preview-event__location,
  body.high-contrast .preview-event .accordion__content,
  body.high-contrast .accordion > i,
  body.high-contrast.single-event .page-hero-next p,
  body.high-contrast .video-wrapper i,
  body.high-contrast .text-dropdown-section .accordion__left span:not(.headline),
  body.high-contrast .text-dropdown-section .accordion__title,
  body.high-contrast .text-dropdown-section .accordion .accordion__content,
  body.high-contrast .pagination .page-numbers:hover,
  body.high-contrast .pagination .page-numbers.current,
  body.high-contrast .pagination .page-numbers:focus,
  body.high-contrast.single-project .page-hero-next .standard-format,
  body.high-contrast.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .standard-format h2,
  body.high-contrast .standard-format h3,
  body.high-contrast .standard-format h4,
  body.high-contrast .standard-format h5,
  body.high-contrast .standard-format h6,
  body.high-contrast .text-columns-section--prices .standard-format,
  body.high-contrast .owl-photos__info,
  body.high-contrast .owl-photos .owl-nav .owl-prev,
  body.high-contrast .owl-photos .owl-nav .owl-next,
  body.high-contrast.single-job .page-hero-next .standard-format,
  body.high-contrast .selectize-dropdown,
  body.high-contrast .selectize-input,
  body.high-contrast .selectize-input input,
  body.high-contrast .selectize-input input::placeholder,
  body.high-contrast .selectize-dropdown .active,
  body.high-contrast .template-baza-firm-content .company__branch,
  body.high-contrast .template-baza-firm-content .company__contact,
  body.high-contrast .template-baza-firm-content .company__contact p,
  body.high-contrast .company__about,
  body.high-contrast p,
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.high-contrast .nav-mobile ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"],
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::placeholder,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p a,
  body.high-contrast .site a,
  body.high-contrast .site .dark-mode-switcher .slider,
  body.high-contrast .site .hero__content .standard-format,
  body.high-contrast .site .intro,
  body.high-contrast .site .headline,
  body.high-contrast .site .footer p,
  body.high-contrast .site .footer a,
  body.high-contrast .site .wcag-switcher-widget span,
  body.high-contrast .site .language-switcher select,
  body.high-contrast .site .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
  body.high-contrast .site .standard-format p span,
  body.high-contrast .site .standard-format span,
  body.high-contrast .site table th,
  body.high-contrast .site table td,
  body.high-contrast .site .white,
  body.high-contrast .site .wpcf7 input::placeholder,
  body.high-contrast .site .wpcf7 textarea::placeholder,
  body.high-contrast .site .wpcf7 select::placeholder,
  body.high-contrast .site .standard-format--post h1:not(.headline),
  body.high-contrast .site .standard-format--post h2:not(.headline),
  body.high-contrast .site .standard-format--post h3:not(.headline),
  body.high-contrast .site .standard-format--post h4:not(.headline),
  body.high-contrast .site .standard-format--post h5:not(.headline),
  body.high-contrast .site .standard-format--post h6:not(.headline),
  body.high-contrast .site .preview-event__date__hour,
  body.high-contrast .site .text-columns-section--directions .row > div .standard-format,
  body.high-contrast .site .template-contact-content__list__item i,
  body.high-contrast .site .search-bar,
  body.high-contrast .site .search-fields input:not([type=checkbox]):not([type=submit]),
  body.high-contrast .site .search-fields textarea,
  body.high-contrast .site .search-fields select,
  body.high-contrast .site .search-fields input::placeholder,
  body.high-contrast .site .js-toggle-search-bar.close .icon-close,
  body.high-contrast .site .breadcrumbs,
  body.high-contrast .site .nav-desktop ul.menu > li ul.sub-menu li a,
  body.high-contrast .site .wpcf7 label,
  body.high-contrast .site .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .site #event-filter select,
  body.high-contrast .site #event-filter-2 select,
  body.high-contrast .site .preview-event__location,
  body.high-contrast .site .preview-event .accordion__content,
  body.high-contrast .site .accordion > i,
  body.high-contrast .site.single-event .page-hero-next p,
  body.high-contrast .site .video-wrapper i,
  body.high-contrast .site .text-dropdown-section .accordion__left span:not(.headline),
  body.high-contrast .site .text-dropdown-section .accordion__title,
  body.high-contrast .site .text-dropdown-section .accordion .accordion__content,
  body.high-contrast .site .pagination .page-numbers:hover,
  body.high-contrast .site .pagination .page-numbers.current,
  body.high-contrast .site .pagination .page-numbers:focus,
  body.high-contrast .site.single-project .page-hero-next .standard-format,
  body.high-contrast .site.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .site .standard-format h2,
  body.high-contrast .site .standard-format h3,
  body.high-contrast .site .standard-format h4,
  body.high-contrast .site .standard-format h5,
  body.high-contrast .site .standard-format h6,
  body.high-contrast .site .text-columns-section--prices .standard-format,
  body.high-contrast .site .owl-photos__info,
  body.high-contrast .site .owl-photos .owl-nav .owl-prev,
  body.high-contrast .site .owl-photos .owl-nav .owl-next,
  body.high-contrast .site.single-job .page-hero-next .standard-format,
  body.high-contrast .site .selectize-dropdown,
  body.high-contrast .site .selectize-input,
  body.high-contrast .site .selectize-input input,
  body.high-contrast .site .selectize-input input::placeholder,
  body.high-contrast .site .selectize-dropdown .active,
  body.high-contrast .site .template-baza-firm-content .company__branch,
  body.high-contrast .site .template-baza-firm-content .company__contact,
  body.high-contrast .site .template-baza-firm-content .company__contact p,
  body.high-contrast .site .company__about,
  body.high-contrast .site p,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
  body.high-contrast .site .nav-mobile ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"],
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::placeholder,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form .ml-form-checkboxRow label p a {
    color: yellow !important; }
  body.high-contrast .selectize-input input,
  body.high-contrast .site .selectize-input input {
    border-bottom: none !important; }
  body.high-contrast .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .selectize-input input::-webkit-input-placeholder,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .site .selectize-input input::-webkit-input-placeholder,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::-webkit-input-placeholder {
    opacity: 0.7 !important; }
  body.high-contrast .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .selectize-input input::placeholder,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::placeholder,
  body.high-contrast .site .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 textarea::-webkit-input-placeholder,
  body.high-contrast .site .wpcf7 select::-webkit-input-placeholder,
  body.high-contrast .site .selectize-input input::placeholder,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form input[type="email"]::placeholder {
    opacity: 0.7 !important; }
  body.high-contrast .wcag-switcher-widget li .inject-me path,
  body.high-contrast .js-toggle-search-bar svg path,
  body.high-contrast .dark-mode-switcher .slider svg path,
  body.high-contrast .search-fields svg path,
  body.high-contrast .dark-mode__switcher svg path,
  body.high-contrast .site .wcag-switcher-widget li .inject-me path,
  body.high-contrast .site .js-toggle-search-bar svg path,
  body.high-contrast .site .dark-mode-switcher .slider svg path,
  body.high-contrast .site .search-fields svg path,
  body.high-contrast .site .dark-mode__switcher svg path {
    fill: yellow !important; }
  body.high-contrast .header-desktop__logo path,
  body.high-contrast .footer-menu-section__logo path,
  body.high-contrast .site .header-desktop__logo path,
  body.high-contrast .site .footer-menu-section__logo path {
    fill: #fff !important; }
  body.high-contrast.single-job .page-hero-next .standard-format,
  body.high-contrast .site.single-job .page-hero-next .standard-format {
    opacity: 1; }
  body.high-contrast .nav-desktop ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .footer-menu-section nav ul li::before,
  body.high-contrast .js-toggle-search-bar.close .icon-close,
  body.high-contrast .site .nav-desktop ul.menu > li.menu-item-has-children > a:after,
  body.high-contrast .site .footer-menu-section nav ul li::before,
  body.high-contrast .site .js-toggle-search-bar.close .icon-close {
    -webkit-text-stroke: 1.5px yellow; }
  body.high-contrast .single-event-content__nav a::before,
  body.high-contrast .single-event-content__nav a::after,
  body.high-contrast .site .single-event-content__nav a::before,
  body.high-contrast .site .single-event-content__nav a::after {
    -webkit-text-stroke: 1.5px aqua; }
  body.high-contrast .btn--secondary::after,
  body.high-contrast .button--secondary::after,
  body.high-contrast .btn--border-secondary::after,
  body.high-contrast .button--border-secondary::after,
  body.high-contrast .site .btn--secondary::after,
  body.high-contrast .site .button--secondary::after,
  body.high-contrast .site .btn--border-secondary::after,
  body.high-contrast .site .button--border-secondary::after {
    -webkit-text-stroke: 2px #000 !important; }
  body.high-contrast .breadcrumbs .line,
  body.high-contrast .standard-format ul > li:before,
  body.high-contrast .hamburger-inner,
  body.high-contrast .hamburger-inner::before,
  body.high-contrast .hamburger-inner::after,
  body.high-contrast .hamburger.is-active .hamburger-inner,
  body.high-contrast .hamburger.is-active .hamburger-inner::before,
  body.high-contrast .hamburger.is-active .hamburger-inner::after,
  body.high-contrast .site .breadcrumbs .line,
  body.high-contrast .site .standard-format ul > li:before,
  body.high-contrast .site .hamburger-inner,
  body.high-contrast .site .hamburger-inner::before,
  body.high-contrast .site .hamburger-inner::after,
  body.high-contrast .site .hamburger.is-active .hamburger-inner,
  body.high-contrast .site .hamburger.is-active .hamburger-inner::before,
  body.high-contrast .site .hamburger.is-active .hamburger-inner::after {
    background-color: yellow; }
  body.high-contrast .template-baza-firm-content .company__info .company-logo,
  body.high-contrast .site .template-baza-firm-content .company__info .company-logo {
    background-color: #fff;
    padding: 15px; }
  body.high-contrast .dark-mode-switcher .slider,
  body.high-contrast .social-media__item,
  body.high-contrast .dark-mode__switcher,
  body.high-contrast .pagination .page-numbers:hover,
  body.high-contrast .pagination .page-numbers.current,
  body.high-contrast .pagination .page-numbers:focus,
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion__left,
  body.high-contrast .selectize-dropdown .active,
  body.high-contrast .site .dark-mode-switcher .slider,
  body.high-contrast .site .social-media__item,
  body.high-contrast .site .dark-mode__switcher,
  body.high-contrast .site .pagination .page-numbers:hover,
  body.high-contrast .site .pagination .page-numbers.current,
  body.high-contrast .site .pagination .page-numbers:focus,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion__left,
  body.high-contrast .site .selectize-dropdown .active {
    background-color: #666; }
  body.high-contrast .template-baza-firm-content .company,
  body.high-contrast .site .template-baza-firm-content .company {
    background-color: #333; }
  body.high-contrast .owl-hero .item,
  body.high-contrast .event-section .col--list,
  body.high-contrast .accordion,
  body.high-contrast .search-bar,
  body.high-contrast .nav-desktop ul.menu > li ul.sub-menu,
  body.high-contrast .leaflet-bar a,
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right,
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right,
  body.high-contrast .selectize-dropdown,
  body.high-contrast .header-mobile__sticky,
  body.high-contrast .nav-mobile,
  body.high-contrast .site .owl-hero .item,
  body.high-contrast .site .event-section .col--list,
  body.high-contrast .site .accordion,
  body.high-contrast .site .search-bar,
  body.high-contrast .site .nav-desktop ul.menu > li ul.sub-menu,
  body.high-contrast .site .leaflet-bar a,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right,
  body.high-contrast .site .selectize-dropdown,
  body.high-contrast .site .header-mobile__sticky,
  body.high-contrast .site .nav-mobile {
    background-color: #000; }
  body.high-contrast input#mfcf7_zl_add_file,
  body.high-contrast .site input#mfcf7_zl_add_file {
    color: #000 !important;
    border-bottom: 2px solid aqua; }
  body.high-contrast .your-files + div + span + p label span#mailpoet_form_1::before,
  body.high-contrast .terms-list ul li a,
  body.high-contrast .template-baza-firm-content .company-list > strong,
  body.high-contrast .template-baza-firm-content .company .icon-close,
  body.high-contrast .site .your-files + div + span + p label span#mailpoet_form_1::before,
  body.high-contrast .site .terms-list ul li a,
  body.high-contrast .site .template-baza-firm-content .company-list > strong,
  body.high-contrast .site .template-baza-firm-content .company .icon-close {
    color: aqua !important; }
  body.high-contrast .terms-list ul li a,
  body.high-contrast .site .terms-list ul li a {
    border-bottom: 1px solid aqua; }
  body.high-contrast .template-contact-content__list__item a.mail,
  body.high-contrast .language-switcher li.current-lang,
  body.high-contrast .site .template-contact-content__list__item a.mail,
  body.high-contrast .site .language-switcher li.current-lang {
    border-bottom: 1px solid yellow; }
  body.high-contrast .language-switcher li,
  body.high-contrast .site .language-switcher li {
    border-bottom: 1px solid #000; }
  body.high-contrast .your-files + div + span + p label span#mailpoet_form_1::after,
  body.high-contrast .site .your-files + div + span + p label span#mailpoet_form_1::after {
    -webkit-text-stroke: 2px aqua; }
  body.high-contrast .company-database,
  body.high-contrast .logos-section .d-flex,
  body.high-contrast .site .company-database,
  body.high-contrast .site .logos-section .d-flex {
    background-color: #fff;
    padding-top: 40px; }
  body.high-contrast.single-project .flex-content > div:first-child .col--media img,
  body.high-contrast .c-map-img.company__map,
  body.high-contrast .site.single-project .flex-content > div:first-child .col--media img,
  body.high-contrast .site .c-map-img.company__map {
    background-color: #fff; }
  body.high-contrast .accordion,
  body.high-contrast .site .accordion {
    border: 1px solid #fff; }
  body.high-contrast .hero__img,
  body.high-contrast .page-hero__bg img,
  body.high-contrast .site .hero__img,
  body.high-contrast .site .page-hero__bg img {
    opacity: 0.5; }
  @media (max-width: 767.98px) {
    body.high-contrast .hero__img::before,
    body.high-contrast .site .hero__img::before {
      background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
      background: -o-linear-gradient(bottom, #000 0%, transparent 100%);
      background: linear-gradient(0deg, #000 0%, transparent 100%); } }
  @media (min-width: 768px) {
    body.high-contrast .hero__img::before,
    body.high-contrast .site .hero__img::before {
      width: 300px;
      background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
      background: -o-linear-gradient(left, #000 0%, transparent 100%);
      background: linear-gradient(90deg, #000 0%, transparent 100%);
      left: -1px; } }
  body.high-contrast .page-hero__bg::before,
  body.high-contrast .site .page-hero__bg::before {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
    left: -1px; }
  body.high-contrast :focus,
  body.high-contrast .site :focus {
    outline: 3px solid #EF4655 !important;
    outline-offset: 5px !important; }
  body.high-contrast .wpcf7 input:not([type='checkbox']),
  body.high-contrast .wpcf7 textarea,
  body.high-contrast .wpcf7 select,
  body.high-contrast .site .wpcf7 input:not([type='checkbox']),
  body.high-contrast .site .wpcf7 textarea,
  body.high-contrast .site .wpcf7 select {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid yellow;
    color: yellow; }
  body.high-contrast .single-event-content__nav a,
  body.high-contrast .site .single-event-content__nav a {
    color: aqua !important;
    border: 2px solid aqua; }
    body.high-contrast .single-event-content__nav a:hover, body.high-contrast .single-event-content__nav a:focus,
    body.high-contrast .site .single-event-content__nav a:hover,
    body.high-contrast .site .single-event-content__nav a:focus {
      opacity: 0.7; }
  body.high-contrast .pagination .page-numbers.current:hover, body.high-contrast .pagination .page-numbers.current:focus,
  body.high-contrast .site .pagination .page-numbers.current:hover,
  body.high-contrast .site .pagination .page-numbers.current:focus {
    background-color: #666 !important;
    color: yellow !important; }
  body.high-contrast .btn,
  body.high-contrast .btn--secondary,
  body.high-contrast .button--secondary,
  body.high-contrast #load-more-events,
  body.high-contrast #load-more-events-2,
  body.high-contrast .pagination .page-numbers,
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button,
  body.high-contrast .site .btn,
  body.high-contrast .site .btn--secondary,
  body.high-contrast .site .button--secondary,
  body.high-contrast .site #load-more-events,
  body.high-contrast .site #load-more-events-2,
  body.high-contrast .site .pagination .page-numbers,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button {
    border: none !important;
    color: #000 !important;
    font-weight: 600;
    background-color: aqua !important; }
    body.high-contrast .btn::after,
    body.high-contrast .btn--secondary::after,
    body.high-contrast .button--secondary::after,
    body.high-contrast #load-more-events::after,
    body.high-contrast #load-more-events-2::after,
    body.high-contrast .pagination .page-numbers::after,
    body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button::after,
    body.high-contrast .site .btn::after,
    body.high-contrast .site .btn--secondary::after,
    body.high-contrast .site .button--secondary::after,
    body.high-contrast .site #load-more-events::after,
    body.high-contrast .site #load-more-events-2::after,
    body.high-contrast .site .pagination .page-numbers::after,
    body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button::after {
      -webkit-filter: invert(0) !important;
              filter: invert(0) !important; }
    body.high-contrast .btn:hover, body.high-contrast .btn:focus,
    body.high-contrast .btn--secondary:hover,
    body.high-contrast .btn--secondary:focus,
    body.high-contrast .button--secondary:hover,
    body.high-contrast .button--secondary:focus,
    body.high-contrast #load-more-events:hover,
    body.high-contrast #load-more-events:focus,
    body.high-contrast #load-more-events-2:hover,
    body.high-contrast #load-more-events-2:focus,
    body.high-contrast .pagination .page-numbers:hover,
    body.high-contrast .pagination .page-numbers:focus,
    body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button:hover,
    body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button:focus,
    body.high-contrast .site .btn:hover,
    body.high-contrast .site .btn:focus,
    body.high-contrast .site .btn--secondary:hover,
    body.high-contrast .site .btn--secondary:focus,
    body.high-contrast .site .button--secondary:hover,
    body.high-contrast .site .button--secondary:focus,
    body.high-contrast .site #load-more-events:hover,
    body.high-contrast .site #load-more-events:focus,
    body.high-contrast .site #load-more-events-2:hover,
    body.high-contrast .site #load-more-events-2:focus,
    body.high-contrast .site .pagination .page-numbers:hover,
    body.high-contrast .site .pagination .page-numbers:focus,
    body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button:hover,
    body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button:focus {
      background-color: rgba(0, 255, 255, 0.8);
      color: #000 !important; }
  body.high-contrast .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button::after,
  body.high-contrast .site .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal.row-form button::after {
    -webkit-filter: invert(1) !important;
            filter: invert(1) !important; }
  body.high-contrast .single-post-content__nav a,
  body.high-contrast .site .single-post-content__nav a {
    border: 2px solid aqua;
    color: aqua !important; }
    body.high-contrast .single-post-content__nav a:hover, body.high-contrast .single-post-content__nav a:focus,
    body.high-contrast .site .single-post-content__nav a:hover,
    body.high-contrast .site .single-post-content__nav a:focus {
      opacity: 0.7; }
    body.high-contrast .single-post-content__nav a::before, body.high-contrast .single-post-content__nav a::after,
    body.high-contrast .site .single-post-content__nav a::before,
    body.high-contrast .site .single-post-content__nav a::after {
      -webkit-text-stroke: 2px aqua; }
  body.high-contrast .link,
  body.high-contrast .search-fields input,
  body.high-contrast .site .link,
  body.high-contrast .site .search-fields input {
    border-bottom: 2px solid aqua;
    color: aqua !important; }
    body.high-contrast .link::after,
    body.high-contrast .search-fields input::after,
    body.high-contrast .site .link::after,
    body.high-contrast .site .search-fields input::after {
      color: aqua;
      -webkit-text-stroke: 2px aqua; }
  body.high-contrast .scroll-up,
  body.high-contrast .site .scroll-up {
    color: #000;
    background-color: aqua; }
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-webkit-input-placeholder,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-webkit-input-placeholder {
    color: #000 !important; }
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-moz-placeholder,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-moz-placeholder {
    color: #000 !important; }
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]:-ms-input-placeholder,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]:-ms-input-placeholder {
    color: #000 !important; }
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-ms-input-placeholder,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-ms-input-placeholder {
    color: #000 !important; }
  body.high-contrast .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::placeholder,
  body.high-contrast .site .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::placeholder {
    color: #000 !important; }
  body.high-contrast .header-desktop,
  body.high-contrast .site .header-desktop {
    background-color: #000;
    background-image: none; }
    body.high-contrast .header-desktop .nav-desktop ul.menu > li ul.sub-menu > li a,
    body.high-contrast .site .header-desktop .nav-desktop ul.menu > li ul.sub-menu > li a {
      font-weight: 600 !important; }
  body.high-contrast .sygnet::after,
  body.high-contrast .hero::after,
  body.high-contrast.single-job .text-columns-section::after,
  body.high-contrast .header-mobile__logo-anchore svg,
  body.high-contrast .site .sygnet::after,
  body.high-contrast .site .hero::after,
  body.high-contrast .site.single-job .text-columns-section::after,
  body.high-contrast .site .header-mobile__logo-anchore svg {
    -webkit-filter: invert(1);
            filter: invert(1); }
  body.high-contrast .text-columns-section--directions .row > div img,
  body.high-contrast .text-columns-section--directions .row > div svg,
  body.high-contrast .site .text-columns-section--directions .row > div img,
  body.high-contrast .site .text-columns-section--directions .row > div svg {
    -webkit-filter: invert(1);
            filter: invert(1); }
  body.high-contrast #event-filter select,
  body.high-contrast #event-filter-2 select,
  body.high-contrast .site #event-filter select,
  body.high-contrast .site #event-filter-2 select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='yellow' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); }
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion {
    border: none; }
  body.high-contrast .text-columns-section .row > div,
  body.high-contrast .text-border,
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion__right,
  body.high-contrast.single-project .page-hero-next .standard-format,
  body.high-contrast.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .preview-post,
  body.high-contrast .template-baza-firm-content .company-list,
  body.high-contrast .newsletter .container > div,
  body.high-contrast.single-event .page-hero-next .col--link,
  body.high-contrast .text-dropdown-section .accordion,
  body.high-contrast .preview-job,
  body.high-contrast .site .text-columns-section .row > div,
  body.high-contrast .site .text-border,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion__right,
  body.high-contrast .site.single-project .page-hero-next .standard-format,
  body.high-contrast .site.page-id-1255 .page-hero-next .standard-format,
  body.high-contrast .site .preview-post,
  body.high-contrast .site .template-baza-firm-content .company-list,
  body.high-contrast .site .newsletter .container > div,
  body.high-contrast .site.single-event .page-hero-next .col--link,
  body.high-contrast .site .text-dropdown-section .accordion,
  body.high-contrast .site .preview-job {
    -o-border-image: -o-linear-gradient(right, #000 0%, #666 100%) 1;
       border-image: -webkit-gradient(linear, right top, left top, from(#000), to(#666)) 1;
       border-image: linear-gradient(to left, #000 0%, #666 100%) 1;
    color: yellow; }
  body.high-contrast .selectize-input,
  body.high-contrast .site .selectize-input {
    border-bottom: 1px solid yellow; }
  body.high-contrast .template-baza-firm-content .clear-filters.show,
  body.high-contrast .site .template-baza-firm-content .clear-filters.show {
    color: #EF4655 !important; }
  body.high-contrast #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper,
  body.high-contrast .site #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #041E3A;
    -webkit-box-shadow: 0 0 30px #000 !important;
            box-shadow: 0 0 30px #000 !important; }
  body.high-contrast .footer-menu-section #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper, body.high-contrast body.high-contrast .site #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper,
  body.high-contrast .site .footer-menu-section #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper,
  body.high-contrast .site body.high-contrast .site #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body.high-contrast .accordion:hover,
  body.high-contrast .accordion:focus,
  body.high-contrast .site .accordion:hover,
  body.high-contrast .site .accordion:focus {
    background-color: #333 !important; }
  body.high-contrast .text-dropdown-section--type-history .col--list .accordion,
  body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion {
    background: transparent !important; }
    body.high-contrast .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right, body.high-contrast .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right,
    body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right,
    body.high-contrast .site .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right {
      background-color: #333 !important; }
  body.high-contrast .template-baza-firm-content .companies-categories nav ul li span.active,
  body.high-contrast .template-baza-firm-content .companies-categories nav ul li span:hover,
  body.high-contrast .template-baza-firm-content .companies-categories nav ul li span:focus,
  body.high-contrast .template-baza-firm-content .companies-categories nav ul li a:hover,
  body.high-contrast .template-baza-firm-content .companies-categories nav ul li a:focus,
  body.high-contrast .site .template-baza-firm-content .companies-categories nav ul li span.active,
  body.high-contrast .site .template-baza-firm-content .companies-categories nav ul li span:hover,
  body.high-contrast .site .template-baza-firm-content .companies-categories nav ul li span:focus,
  body.high-contrast .site .template-baza-firm-content .companies-categories nav ul li a:hover,
  body.high-contrast .site .template-baza-firm-content .companies-categories nav ul li a:focus {
    border-color: #999; }
  body.high-contrast .template-baza-firm-content .company-list ul li a:hover,
  body.high-contrast .template-baza-firm-content .company-list ul li a:focus,
  body.high-contrast .site .template-baza-firm-content .company-list ul li a:hover,
  body.high-contrast .site .template-baza-firm-content .company-list ul li a:focus {
    background-color: #333; }
  body.high-contrast .btn.map__btn::after,
  body.high-contrast .site .btn.map__btn::after {
    -webkit-text-stroke: 2px #000 !important; }
  body.high-contrast .btn.map__btn:hover, body.high-contrast .btn.map__btn:focus,
  body.high-contrast .site .btn.map__btn:hover,
  body.high-contrast .site .btn.map__btn:focus {
    background-color: rgba(0, 255, 255, 0.6) !important; }
  body.high-contrast .wpcf7 form.sent .wpcf7-response-output,
  body.high-contrast .site .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid yellow;
    color: yellow; }

.dark-mode {
  margin-left: 20px;
  display: inline-block;
  height: 26px;
  position: relative;
  width: 50px;
  border-radius: 16px; }
  @media (max-width: 575.98px) {
    .dark-mode {
      margin-left: 0px; } }
  .dark-mode img,
  .dark-mode svg {
    width: 17px;
    position: relative;
    top: 4px;
    left: 27px; }
  .dark-mode__switcher {
    background-color: #eee;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1 !important; }
    .dark-mode__switcher:hover {
      background-color: #ddd; }
    .dark-mode__switcher:before {
      background-color: #fff;
      bottom: 4px;
      content: "";
      height: 18px;
      left: 4px;
      position: absolute;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 18px;
      border-radius: 50%; }
    .dark-mode__switcher.active {
      background-color: #666; }
      .dark-mode__switcher.active:hover {
        background-color: #444; }
      .dark-mode__switcher.active::before {
        left: 28px;
        background-color: #fff;
        opacity: 1; }
      .dark-mode__switcher.active img,
      .dark-mode__switcher.active svg {
        left: 7px; }

[data-theme="dark"] body,
[data-theme="dark"] body .site,
[data-theme="dark"] .search-bar,
[data-theme="dark"] .nav-desktop ul.menu > li ul.sub-menu,
[data-theme="dark"] .event-section .col--list,
[data-theme="dark"] .accordion,
[data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right,
[data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right,
[data-theme="dark"] .header-mobile__sticky,
[data-theme="dark"] .nav-mobile {
  background-color: #000;
  color: #fff !important; }

[data-theme="dark"] .header-desktop,
[data-theme="dark"] a,
[data-theme="dark"] p,
[data-theme="dark"] .language-switcher li,
[data-theme="dark"] .header-desktop .nav-desktop li,
[data-theme="dark"] .js-toggle-search-bar .icon-close,
[data-theme="dark"] .search-fields input,
[data-theme="dark"] .search-fields input::-webkit-input-placeholder,
[data-theme="dark"] .headline,
[data-theme="dark"] .standard-format--post .headline,
[data-theme="dark"] .hero__content .standard-format,
[data-theme="dark"] .header-desktop .nav-desktop li .sub-menu li,
[data-theme="dark"] .preview-event__date__hour,
[data-theme="dark"] .post-terms__item,
[data-theme="dark"] .text-columns-section .address-shortcode,
[data-theme="dark"] .text-columns-section--directions .row > div .standard-format,
[data-theme="dark"] .standard-format h2,
[data-theme="dark"] .standard-format h3,
[data-theme="dark"] .standard-format h4,
[data-theme="dark"] .standard-format h5,
[data-theme="dark"] .standard-format h6,
[data-theme="dark"] .template-contact-content__list__item,
[data-theme="dark"] .template-contact-content__list__item a,
[data-theme="dark"] .footer-menu-section .social-media__item,
[data-theme="dark"] .breadcrumbs,
[data-theme="dark"] .wpcf7 label,
[data-theme="dark"] .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
[data-theme="dark"] .wpcf7 input::-webkit-input-placeholder,
[data-theme="dark"] .wpcf7 textarea::-webkit-input-placeholder,
[data-theme="dark"] .wpcf7 select::-webkit-input-placeholder,
[data-theme="dark"] .selectize-dropdown,
[data-theme="dark"] .selectize-input,
[data-theme="dark"] .selectize-input input,
[data-theme="dark"] .selectize-input input::-webkit-input-placeholder,
[data-theme="dark"] .selectize-dropdown .activ,
[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select,
[data-theme="dark"] .text-dropdown-section .accordion__left span:not(.headline),
[data-theme="dark"] .text-border,
[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
[data-theme="dark"] .single-job .page-hero-next .standard-format,
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"],
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"]::-webkit-input-placeholder,
[data-theme="dark"] .template-baza-firm-content .company-list,
[data-theme="dark"] .nav-mobile ul.menu > li.menu-item-has-children > a:after,
[data-theme="dark"] .wpcf7 input:not([type="checkbox"]),
[data-theme="dark"] .wpcf7 textarea, [data-theme="dark"] .wpcf7 select {
  color: #fff !important;
  opacity: 1; }

[data-theme="dark"] .header-desktop,
[data-theme="dark"] a,
[data-theme="dark"] p,
[data-theme="dark"] .language-switcher li,
[data-theme="dark"] .header-desktop .nav-desktop li,
[data-theme="dark"] .js-toggle-search-bar .icon-close,
[data-theme="dark"] .search-fields input,
[data-theme="dark"] .search-fields input::-moz-placeholder,
[data-theme="dark"] .headline,
[data-theme="dark"] .standard-format--post .headline,
[data-theme="dark"] .hero__content .standard-format,
[data-theme="dark"] .header-desktop .nav-desktop li .sub-menu li,
[data-theme="dark"] .preview-event__date__hour,
[data-theme="dark"] .post-terms__item,
[data-theme="dark"] .text-columns-section .address-shortcode,
[data-theme="dark"] .text-columns-section--directions .row > div .standard-format,
[data-theme="dark"] .standard-format h2,
[data-theme="dark"] .standard-format h3,
[data-theme="dark"] .standard-format h4,
[data-theme="dark"] .standard-format h5,
[data-theme="dark"] .standard-format h6,
[data-theme="dark"] .template-contact-content__list__item,
[data-theme="dark"] .template-contact-content__list__item a,
[data-theme="dark"] .footer-menu-section .social-media__item,
[data-theme="dark"] .breadcrumbs,
[data-theme="dark"] .wpcf7 label,
[data-theme="dark"] .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
[data-theme="dark"] .wpcf7 input::-moz-placeholder,
[data-theme="dark"] .wpcf7 textarea::-moz-placeholder,
[data-theme="dark"] .wpcf7 select::-moz-placeholder,
[data-theme="dark"] .selectize-dropdown,
[data-theme="dark"] .selectize-input,
[data-theme="dark"] .selectize-input input,
[data-theme="dark"] .selectize-input input::-moz-placeholder,
[data-theme="dark"] .selectize-dropdown .activ,
[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select,
[data-theme="dark"] .text-dropdown-section .accordion__left span:not(.headline),
[data-theme="dark"] .text-border,
[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
[data-theme="dark"] .single-job .page-hero-next .standard-format,
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"],
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"]::-moz-placeholder,
[data-theme="dark"] .template-baza-firm-content .company-list,
[data-theme="dark"] .nav-mobile ul.menu > li.menu-item-has-children > a:after,
[data-theme="dark"] .wpcf7 input:not([type="checkbox"]),
[data-theme="dark"] .wpcf7 textarea, [data-theme="dark"] .wpcf7 select {
  color: #fff !important;
  opacity: 1; }

[data-theme="dark"] .header-desktop,
[data-theme="dark"] a,
[data-theme="dark"] p,
[data-theme="dark"] .language-switcher li,
[data-theme="dark"] .header-desktop .nav-desktop li,
[data-theme="dark"] .js-toggle-search-bar .icon-close,
[data-theme="dark"] .search-fields input,
[data-theme="dark"] .search-fields input:-ms-input-placeholder,
[data-theme="dark"] .headline,
[data-theme="dark"] .standard-format--post .headline,
[data-theme="dark"] .hero__content .standard-format,
[data-theme="dark"] .header-desktop .nav-desktop li .sub-menu li,
[data-theme="dark"] .preview-event__date__hour,
[data-theme="dark"] .post-terms__item,
[data-theme="dark"] .text-columns-section .address-shortcode,
[data-theme="dark"] .text-columns-section--directions .row > div .standard-format,
[data-theme="dark"] .standard-format h2,
[data-theme="dark"] .standard-format h3,
[data-theme="dark"] .standard-format h4,
[data-theme="dark"] .standard-format h5,
[data-theme="dark"] .standard-format h6,
[data-theme="dark"] .template-contact-content__list__item,
[data-theme="dark"] .template-contact-content__list__item a,
[data-theme="dark"] .footer-menu-section .social-media__item,
[data-theme="dark"] .breadcrumbs,
[data-theme="dark"] .wpcf7 label,
[data-theme="dark"] .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
[data-theme="dark"] .wpcf7 input:-ms-input-placeholder,
[data-theme="dark"] .wpcf7 textarea:-ms-input-placeholder,
[data-theme="dark"] .wpcf7 select:-ms-input-placeholder,
[data-theme="dark"] .selectize-dropdown,
[data-theme="dark"] .selectize-input,
[data-theme="dark"] .selectize-input input,
[data-theme="dark"] .selectize-input input:-ms-input-placeholder,
[data-theme="dark"] .selectize-dropdown .activ,
[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select,
[data-theme="dark"] .text-dropdown-section .accordion__left span:not(.headline),
[data-theme="dark"] .text-border,
[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
[data-theme="dark"] .single-job .page-hero-next .standard-format,
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"],
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"]:-ms-input-placeholder,
[data-theme="dark"] .template-baza-firm-content .company-list,
[data-theme="dark"] .nav-mobile ul.menu > li.menu-item-has-children > a:after,
[data-theme="dark"] .wpcf7 input:not([type="checkbox"]),
[data-theme="dark"] .wpcf7 textarea, [data-theme="dark"] .wpcf7 select {
  color: #fff !important;
  opacity: 1; }

[data-theme="dark"] .header-desktop,
[data-theme="dark"] a,
[data-theme="dark"] p,
[data-theme="dark"] .language-switcher li,
[data-theme="dark"] .header-desktop .nav-desktop li,
[data-theme="dark"] .js-toggle-search-bar .icon-close,
[data-theme="dark"] .search-fields input,
[data-theme="dark"] .search-fields input::-ms-input-placeholder,
[data-theme="dark"] .headline,
[data-theme="dark"] .standard-format--post .headline,
[data-theme="dark"] .hero__content .standard-format,
[data-theme="dark"] .header-desktop .nav-desktop li .sub-menu li,
[data-theme="dark"] .preview-event__date__hour,
[data-theme="dark"] .post-terms__item,
[data-theme="dark"] .text-columns-section .address-shortcode,
[data-theme="dark"] .text-columns-section--directions .row > div .standard-format,
[data-theme="dark"] .standard-format h2,
[data-theme="dark"] .standard-format h3,
[data-theme="dark"] .standard-format h4,
[data-theme="dark"] .standard-format h5,
[data-theme="dark"] .standard-format h6,
[data-theme="dark"] .template-contact-content__list__item,
[data-theme="dark"] .template-contact-content__list__item a,
[data-theme="dark"] .footer-menu-section .social-media__item,
[data-theme="dark"] .breadcrumbs,
[data-theme="dark"] .wpcf7 label,
[data-theme="dark"] .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
[data-theme="dark"] .wpcf7 input::-ms-input-placeholder,
[data-theme="dark"] .wpcf7 textarea::-ms-input-placeholder,
[data-theme="dark"] .wpcf7 select::-ms-input-placeholder,
[data-theme="dark"] .selectize-dropdown,
[data-theme="dark"] .selectize-input,
[data-theme="dark"] .selectize-input input,
[data-theme="dark"] .selectize-input input::-ms-input-placeholder,
[data-theme="dark"] .selectize-dropdown .activ,
[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select,
[data-theme="dark"] .text-dropdown-section .accordion__left span:not(.headline),
[data-theme="dark"] .text-border,
[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
[data-theme="dark"] .single-job .page-hero-next .standard-format,
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"],
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"]::-ms-input-placeholder,
[data-theme="dark"] .template-baza-firm-content .company-list,
[data-theme="dark"] .nav-mobile ul.menu > li.menu-item-has-children > a:after,
[data-theme="dark"] .wpcf7 input:not([type="checkbox"]),
[data-theme="dark"] .wpcf7 textarea, [data-theme="dark"] .wpcf7 select {
  color: #fff !important;
  opacity: 1; }

[data-theme="dark"] .header-desktop,
[data-theme="dark"] a,
[data-theme="dark"] p,
[data-theme="dark"] .language-switcher li,
[data-theme="dark"] .header-desktop .nav-desktop li,
[data-theme="dark"] .js-toggle-search-bar .icon-close,
[data-theme="dark"] .search-fields input,
[data-theme="dark"] .search-fields input::placeholder,
[data-theme="dark"] .headline,
[data-theme="dark"] .standard-format--post .headline,
[data-theme="dark"] .hero__content .standard-format,
[data-theme="dark"] .header-desktop .nav-desktop li .sub-menu li,
[data-theme="dark"] .preview-event__date__hour,
[data-theme="dark"] .post-terms__item,
[data-theme="dark"] .text-columns-section .address-shortcode,
[data-theme="dark"] .text-columns-section--directions .row > div .standard-format,
[data-theme="dark"] .standard-format h2,
[data-theme="dark"] .standard-format h3,
[data-theme="dark"] .standard-format h4,
[data-theme="dark"] .standard-format h5,
[data-theme="dark"] .standard-format h6,
[data-theme="dark"] .template-contact-content__list__item,
[data-theme="dark"] .template-contact-content__list__item a,
[data-theme="dark"] .footer-menu-section .social-media__item,
[data-theme="dark"] .breadcrumbs,
[data-theme="dark"] .wpcf7 label,
[data-theme="dark"] .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
[data-theme="dark"] .wpcf7 input::placeholder,
[data-theme="dark"] .wpcf7 textarea::placeholder,
[data-theme="dark"] .wpcf7 select::placeholder,
[data-theme="dark"] .selectize-dropdown,
[data-theme="dark"] .selectize-input,
[data-theme="dark"] .selectize-input input,
[data-theme="dark"] .selectize-input input::placeholder,
[data-theme="dark"] .selectize-dropdown .activ,
[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select,
[data-theme="dark"] .text-dropdown-section .accordion__left span:not(.headline),
[data-theme="dark"] .text-border,
[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm div.label-description p,
[data-theme="dark"] .single-job .page-hero-next .standard-format,
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"],
[data-theme="dark"] .template-baza-firm-content .company-search input[type="text"]::placeholder,
[data-theme="dark"] .template-baza-firm-content .company-list,
[data-theme="dark"] .nav-mobile ul.menu > li.menu-item-has-children > a:after,
[data-theme="dark"] .wpcf7 input:not([type="checkbox"]),
[data-theme="dark"] .wpcf7 textarea, [data-theme="dark"] .wpcf7 select {
  color: #fff !important;
  opacity: 1; }

[data-theme="dark"] .template-contact-content__list__item a.mail,
[data-theme="dark"] .selectize-input {
  border-bottom: 1px solid #fff; }

[data-theme="dark"] .nav-desktop ul.menu > li.menu-item-has-children > a:after {
  -webkit-text-stroke: 1.5px #fff; }

[data-theme="dark"] .btn,
[data-theme="dark"] .link,
[data-theme="dark"] .btn::after,
[data-theme="dark"] .single-post-content__nav a,
[data-theme="dark"] .single-event-content__nav a {
  color: #EF4655 !important; }

[data-theme="dark"] .btn--secondary {
  color: #fff !important; }

[data-theme="dark"] .btn::after {
  -webkit-text-stroke: 2px #EF4655; }

[data-theme="dark"] .text-columns-section--directions .row > div .btn {
  border: 2px solid #EF4655;
  color: #EF4655; }

[data-theme="dark"] .language-switcher li {
  border-bottom: 1px solid #000; }

[data-theme="dark"] .search-fields input,
[data-theme="dark"] .language-switcher li.current-lang {
  border-bottom: 1px solid #fff !important; }

[data-theme="dark"] .header-desktop__logo path,
[data-theme="dark"] .wcag-switcher-widget img path,
[data-theme="dark"] .wcag-switcher-widget svg path,
[data-theme="dark"] .text-columns-section--directions .row > div svg path,
[data-theme="dark"] .dark-mode svg path,
[data-theme="dark"] .header-mobile__logo-anchore svg path {
  fill: #fff !important; }

[data-theme="dark"] .text-columns-section--directions .row > div img,
[data-theme="dark"] .header-mobile__logo-anchore svg {
  -webkit-filter: invert(1);
          filter: invert(1); }

[data-theme="dark"] .hero__img,
[data-theme="dark"] .page-hero__bg {
  opacity: 0.5; }
  [data-theme="dark"] .hero__img::before,
  [data-theme="dark"] .page-hero__bg::before {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: -o-linear-gradient(left, #000 0%, transparent 100%);
    background: linear-gradient(90deg, #000 0%, transparent 100%); }

@media (max-width: 767.98px) {
  [data-theme="dark"] .hero__img::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: -o-linear-gradient(bottom, #000 0%, transparent 100%);
    background: linear-gradient(0deg, #000 0%, transparent 100%); } }

@media (min-width: 768px) {
  [data-theme="dark"] .hero__img::before {
    width: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: -o-linear-gradient(left, #000 0%, transparent 100%);
    background: linear-gradient(90deg, #000 0%, transparent 100%);
    left: -1px; } }

[data-theme="dark"] .breadcrumbs .line,
[data-theme="dark"] .standard-format ul > li:before,
[data-theme="dark"] .hamburger-inner,
[data-theme="dark"] .hamburger-inner::before,
[data-theme="dark"] .hamburger-inner::after,
[data-theme="dark"] .hamburger.is-active .hamburger-inner,
[data-theme="dark"] .hamburger.is-active .hamburger-inner::before,
[data-theme="dark"] .hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

[data-theme="dark"] .social-media__item,
[data-theme="dark"] .scroll-up,
[data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion__left {
  background-color: #666; }

[data-theme="dark"] #load-more-events,
[data-theme="dark"] #load-more-events-2 {
  background-color: #EF4655;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  [data-theme="dark"] #load-more-events:hover, [data-theme="dark"] #load-more-events:focus,
  [data-theme="dark"] #load-more-events-2:hover,
  [data-theme="dark"] #load-more-events-2:focus {
    opacity: 0.8; }

[data-theme="dark"] input#mfcf7_zl_add_file {
  color: #000 !important; }

[data-theme="dark"] .map__btn {
  background-color: #EF4655;
  color: #fff !important;
  border: 2px solid #EF4655; }
  [data-theme="dark"] .map__btn::after {
    -webkit-text-stroke: 2px #fff; }

[data-theme="dark"] .hero::after,
[data-theme="dark"] .sygnet::after,
[data-theme="dark"] .single-job .text-columns-section::after {
  -webkit-filter: invert(1);
          filter: invert(1); }

[data-theme="dark"] .company-database,
[data-theme="dark"] .logos-section .d-flex {
  padding-top: 40px;
  background-color: #fff; }

[data-theme="dark"] #event-filter select,
[data-theme="dark"] #event-filter-2 select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); }

[data-theme="dark"] .preview-project,
[data-theme="dark"] .text-columns-section .row > div,
[data-theme="dark"] .newsletter .container > div,
[data-theme="dark"] .single-project .page-hero-next .standard-format,
[data-theme="dark"] .page-id-1255 .page-hero-next .standard-format,
[data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion__right,
[data-theme="dark"] .text-border,
[data-theme="dark"] .single-event .page-hero-next .col--link,
[data-theme="dark"] .text-dropdown-section .accordion {
  -o-border-image: -o-linear-gradient(right, #000 0%, #DFE2E6 100%) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#000), to(#DFE2E6)) 1;
     border-image: linear-gradient(to left, #000 0%, #DFE2E6 100%) 1; }

[data-theme="dark"] .pagination .page-numbers.current {
  background-color: #666 !important; }
  [data-theme="dark"] .pagination .page-numbers.current:hover {
    background-color: #666 !important;
    color: #000 !important; }

[data-theme="dark"] .pagination .page-numbers {
  border: none !important;
  color: #000 !important;
  font-weight: 600;
  background-color: #EF4655; }
  [data-theme="dark"] .pagination .page-numbers::after {
    -webkit-filter: invert(0) !important;
            filter: invert(0) !important; }
  [data-theme="dark"] .pagination .page-numbers:hover {
    background-color: rgba(239, 70, 85, 0.8);
    color: #000 !important; }

[data-theme="dark"] #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #041E3A;
  -webkit-box-shadow: 0 0 30px #000 !important;
          box-shadow: 0 0 30px #000 !important; }

[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-webkit-input-placeholder {
  color: #000 !important; }

[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-moz-placeholder {
  color: #000 !important; }

[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]:-ms-input-placeholder {
  color: #000 !important; }

[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::-ms-input-placeholder {
  color: #000 !important; }

[data-theme="dark"] .newsletter #mlb2-33549249 div.ml-form-embedWrapper.embedForm input[type="email"]::placeholder {
  color: #000 !important; }

[data-theme="dark"] .template-baza-firm-content .company {
  background-color: #041E3A; }

[data-theme="dark"] .template-baza-firm-content .company__info .company-logo,
[data-theme="dark"] .template-baza-firm-content .company__map,
[data-theme="dark"] .text-section img {
  background-color: #fff; }

[data-theme="dark"] .wpcf7 input:not([type='checkbox']):focus,
[data-theme="dark"] .wpcf7 textarea:focus,
[data-theme="dark"] .wpcf7 select:focus {
  border: 1px solid #fff;
  color: #fff; }

[data-theme="dark"] .text-section.text-section--contact-hp {
  margin-top: 80px; }

[data-theme="dark"] .js-toggle-search-bar i {
  color: #fff !important; }

[data-theme="dark"] .js-toggle-search-bar svg path {
  fill: #fff; }

[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
  opacity: 0.8; }

[data-theme="dark"] .btn:hover, [data-theme="dark"] .btn:focus,
[data-theme="dark"] button:hover,
[data-theme="dark"] button:focus {
  opacity: 1; }

[data-theme="dark"] .btn--border-secondary:hover, [data-theme="dark"] .btn--border-secondary:focus {
  opacity: 0.85; }

[data-theme="dark"] .text-columns-section--directions .row > div .btn::after {
  -webkit-text-stroke: 2px #EF4655; }

[data-theme="dark"] .accordion:hover,
[data-theme="dark"] .accordion:focus {
  background-color: #333 !important; }

[data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion {
  background: transparent !important; }
  [data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion:hover .accordion__right, [data-theme="dark"] .text-dropdown-section--type-history .col--list .accordion:focus .accordion__right {
    background-color: #333 !important; }

[data-theme="dark"] .btn.map__btn:hover, [data-theme="dark"] .btn.map__btn:focus {
  border: 2px solid #041E3A; }

[data-theme="dark"] .footer-menu-section .col--newsletter #mlb2-33549249.ml-form-embedContainer .ml-form-embedWrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

[data-theme="dark"] .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #fff;
  color: #fff; }

/*# sourceMappingURL=../css/sourcemaps/style.css.map */
