@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 {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    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 {
  -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?18988625");
  src: url("../fonts/fontello/font/fontello.eot?18988625#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2?18988625") format("woff2"), url("../fonts/fontello/font/fontello.woff?18988625") format("woff"), url("../fonts/fontello/font/fontello.ttf?18988625") format("truetype"), url("../fonts/fontello/font/fontello.svg?18988625#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?18988625#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-close:before {
  content: '\e800'; }

/* '' */
.icon-play:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e808'; }

/* '' */
.icon-facebook:before {
  content: '\e811'; }

/* '' */
.icon-arrow-right:before {
  content: '\e865'; }

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

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

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

/* '' */
.icon-phone:before {
  content: '\e86f'; }

/* '' */
.icon-mail-alt:before {
  content: '\e870'; }

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

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.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; }

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; }

html,
body {
  scroll-behavior: smooth; }

body {
  color: #000;
  max-width: 100vw;
  min-height: 100vh;
  font-family: "Sen", sans-serif;
  background-color: #f5f9fa;
  overflow-x: hidden; }
  body.noscroll {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    body.noscroll .site-content,
    body.noscroll .header-desktop__logo,
    body.noscroll .nav-desktop > div:first-child {
      -webkit-filter: blur(5px);
              filter: blur(5px); }

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.5; }

a {
  -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; }
  a:hover {
    opacity: 0.7; }

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; }

.site {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  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: 768px) {
  .container {
    max-width: calc(100% - 60px); } }

@media (min-width: 1680px) {
  .container {
    width: 1490px; } }

.media-link {
  color: red; }

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, button {
  display: inline-block;
  padding: 17px 20px;
  font-size: 16px;
  background-color: #07708C;
  border: 1px solid #07708C;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  -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;
  cursor: pointer;
  font-family: "Sen", sans-serif; }
  @media (max-width: 575.98px) {
    .btn, button {
      padding: 12px 15px; } }
  .btn::after, button::after {
    content: '\e865';
    font-family: 'fontello';
    font-size: 10px;
    margin-left: 12px;
    position: relative;
    top: -2px;
    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, button:hover {
    background-color: #000;
    border: 1px solid #000;
    opacity: 1; }
    .btn:hover::after, button:hover::after {
      left: 3px; }
  .btn--secondary, button--secondary {
    background-color: #000;
    border: 1px solid #000; }
  .btn--third, button--third {
    background-color: #f5f9fa;
    border: 1px solid #f5f9fa;
    color: #07708C; }
  .btn--fourth, button--fourth {
    background-color: transparent;
    border: 1px solid transparent;
    color: #7E9298;
    padding-right: 0 !important; }
    .btn--fourth:hover, button--fourth:hover {
      background-color: transparent;
      border: 1px solid transparent;
      color: #07708C;
      opacity: 1; }
  .btn--sm, button--sm {
    padding: 8px 12px;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .btn--sm, button--sm {
        padding: 6px 10px; } }
    .btn--sm::after, button--sm::after {
      top: -1px;
      margin-left: 8px; }
  .btn--left-side-icon i, button--left-side-icon i {
    margin: 0 4px 0 -4px; }
  .btn--right-side-icon i, button--right-side-icon i {
    margin: 0 -4px 0 4px; }
  .btn--both-side-icon i:first-of-type, button--both-side-icon i:first-of-type {
    margin: 0 4px 0 -4px; }
  .btn--both-side-icon i:last-of-type, button--both-side-icon i:last-of-type {
    margin: 0 -4px 0 4px; }

.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; }

.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 {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.2;
  position: relative;
  left: -3px; }
  @media (max-width: 1359.98px) {
    .headline {
      font-size: 42px; } }
  @media (max-width: 1199.98px) {
    .headline {
      font-size: 38px; } }
  @media (max-width: 991.98px) {
    .headline {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    .headline {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    .headline {
      letter-spacing: -1px; } }
  .headline--lg {
    font-size: 56px; }
    @media (max-width: 1679.98px) {
      .headline--lg {
        font-size: 50px; } }
    @media (max-width: 1199.98px) {
      .headline--lg {
        font-size: 42px; } }
    @media (max-width: 991.98px) {
      .headline--lg {
        font-size: 34px; } }
    @media (max-width: 767.98px) {
      .headline--lg {
        font-size: 32px; } }
  .headline--xl {
    font-size: 64px; }
    @media (max-width: 1359.98px) {
      .headline--xl {
        font-size: 54px; } }
    @media (max-width: 1199.98px) {
      .headline--xl {
        font-size: 48px; } }
    @media (max-width: 991.98px) {
      .headline--xl {
        font-size: 42px; } }
    @media (max-width: 767.98px) {
      .headline--xl {
        font-size: 36px; } }
  .headline--sm {
    font-size: 40px; }
    @media (max-width: 1359.98px) {
      .headline--sm {
        font-size: 38px; } }
    @media (max-width: 991.98px) {
      .headline--sm {
        font-size: 32px; } }
  .headline--xs {
    font-size: 24px; }
  .headline--xxs {
    font-size: 22px; }
  .headline--xxxs {
    font-size: 20px; }
  .headline--mb-xs {
    margin-bottom: 8px; }
  .headline--mb-sm {
    margin-bottom: 16px; }
  .headline--mb-lg {
    margin-bottom: 32px; }
  .headline--mb-xl {
    margin-bottom: 40px; }

.owl-carousel .headline {
  left: 0; }

.intro {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px; }
  .intro::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0; }
  .intro.center::after {
    left: 0;
    right: 0;
    margin: 0 auto; }

.center .intro::after {
  left: 0;
  right: 0;
  margin: 0 auto; }

.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: rgba(7, 112, 140, 0.3);
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 15px; }
    @media (max-width: 991.98px) {
      .owl-carousel .owl-dots .owl-dot {
        margin: 0 10px; } }
    .owl-carousel .owl-dots .owl-dot::after {
      display: none; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #07708C; }

.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 {
    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;
    width: 30px;
    height: 30px;
    font-size: 11px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin: 8px;
    background-color: rgba(7, 112, 140, 0.07);
    color: #07708C; }
    .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 {
      background-color: rgba(7, 112, 140, 0.3); }

@media (max-width: 1679.98px) {
  .owl-carousel--aside-nav {
    padding: 0 80px; } }

@media (max-width: 1199.98px) {
  .owl-carousel--aside-nav {
    padding: 0; } }

.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: 1200px) {
    .owl-carousel--aside-nav .owl-nav {
      margin-top: 0; } }
  @media (max-width: 1199.98px) {
    .owl-carousel--aside-nav .owl-nav {
      top: 0 !important; } }
  .owl-carousel--aside-nav .owl-nav button.owl-prev,
  .owl-carousel--aside-nav .owl-nav button.owl-next {
    display: block;
    margin: 8px;
    width: 56px;
    height: 56px; }
    @media (min-width: 1200px) {
      .owl-carousel--aside-nav .owl-nav button.owl-prev,
      .owl-carousel--aside-nav .owl-nav button.owl-next {
        position: absolute;
        top: 0;
        margin: 0; } }
    @media (max-width: 575.98px) {
      .owl-carousel--aside-nav .owl-nav button.owl-prev,
      .owl-carousel--aside-nav .owl-nav button.owl-next {
        width: 45px;
        height: 45px; } }
  .owl-carousel--aside-nav .owl-nav button.owl-prev {
    left: -100px; }
    @media (max-width: 1779.98px) {
      .owl-carousel--aside-nav .owl-nav button.owl-prev {
        left: -80px; } }
  .owl-carousel--aside-nav .owl-nav button.owl-next {
    right: -100px; }
    @media (max-width: 1779.98px) {
      .owl-carousel--aside-nav .owl-nav button.owl-next {
        right: -80px; } }

.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; }

.owl-carousel .owl-stage {
  margin: 0 auto; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 10px 13px;
    background-color: #fff;
    border: 1px solid #07708C;
    color: #07708C;
    margin: 4px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    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; }
    .pagination .page-numbers:hover {
      background-color: #07708C;
      border-color: #07708C;
      color: #fff; }
    .pagination .page-numbers.current {
      background-color: #07708C;
      color: #fff; }
    .pagination .page-numbers.dots {
      background-color: transparent;
      border: none;
      color: gray;
      padding: 10px 3px; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      background-color: #07708C;
      color: #fff;
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      .pagination .page-numbers.next:active, .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:active, .pagination .page-numbers.prev:hover {
        background-color: #07708C;
        border-color: #07708C; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

blockquote {
  background-color: #07708C;
  border-left: 3px solid #07708C;
  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: #000 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important; }

.wpcf7 input:not([type='checkbox']),
.wpcf7 textarea,
.wpcf7 select {
  font-family: "Sen", sans-serif;
  font-size: 16px;
  color: #07708C;
  background-color: transparent;
  padding: 12px 0 12px;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0; }
  .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder,
  .wpcf7 select::-webkit-input-placeholder {
    color: #07708C; }
  .wpcf7 input:not([type='checkbox'])::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder,
  .wpcf7 select::-moz-placeholder {
    color: #07708C; }
  .wpcf7 input:not([type='checkbox']):-ms-input-placeholder,
  .wpcf7 textarea:-ms-input-placeholder,
  .wpcf7 select:-ms-input-placeholder {
    color: #07708C; }
  .wpcf7 input:not([type='checkbox'])::-ms-input-placeholder,
  .wpcf7 textarea::-ms-input-placeholder,
  .wpcf7 select::-ms-input-placeholder {
    color: #07708C; }
  .wpcf7 input:not([type='checkbox'])::placeholder,
  .wpcf7 textarea::placeholder,
  .wpcf7 select::placeholder {
    color: #07708C; }
  .wpcf7 input:not([type='checkbox']):focus,
  .wpcf7 textarea:focus,
  .wpcf7 select:focus {
    border-color: #07708C; }
    .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: #d40404; }

.wpcf7 input[type='checkbox'] {
  -webkit-appearance: checkbox;
  margin-right: 16px;
  min-width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  border-radius: 0 !important; }

.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: 130px;
  margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .wpcf7 textarea {
      height: 80px; } }

.wpcf7 .wpcf7-acceptance {
  width: 100%; }
  .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: #000;
    opacity: 0.7;
    font-size: 14px; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
      color: #07708C;
      text-decoration: underline; }

.wpcf7 button[type="submit"],
.wpcf7 input[type="submit"] {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  top: -100px; }
  @media (max-width: 991.98px) {
    .wpcf7 button[type="submit"],
    .wpcf7 input[type="submit"] {
      top: 0px; } }
  .wpcf7 button[type="submit"]:disabled,
  .wpcf7 input[type="submit"]:disabled {
    opacity: 0.3; }

.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: #d40404; }

.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: 24px !important;
  margin-left: 0 !important;
  padding: 16px 24px !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px !important; }

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

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

span.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid input {
  -webkit-box-shadow: 0 0 3px #d40404;
          box-shadow: 0 0 3px #d40404; }

.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: rgba(7, 112, 140, 0.5);
  opacity: .7;
  font-size: 16px;
  z-index: -1; }

.wpcf7 .float-labels > label.move {
  opacity: .8;
  font-size: 10px;
  top: -8px;
  color: rgba(7, 112, 140, 0.5);
  font-weight: 500; }

.standard-format p {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 15px; }
  .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: #07708C;
  text-decoration: underline; }
  .standard-format p a:not(.btn):hover, .standard-format li a:not(.btn):hover {
    color: #07708C; }

.standard-format address a:not(.btn) {
  color: initial;
  text-decoration: none; }

.standard-format ul, .standard-format ol {
  margin-bottom: 24px; }
  .standard-format ul li, .standard-format ol li {
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 1.6;
    position: relative;
    font-size: 15px; }

.standard-format ul {
  margin-left: 18px; }
  .standard-format ul > li {
    list-style-type: disc; }

.standard-format ol {
  counter-reset: item;
  margin: 45px 0; }
  .standard-format ol > li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 24px;
    line-height: 1.4; }
    @media (max-width: 575.98px) {
      .standard-format ol > li {
        padding-left: 30px; } }
    .standard-format ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #07708C;
      position: absolute;
      display: block;
      left: 0;
      top: -5px;
      font-size: 24px; }
      @media (max-width: 575.98px) {
        .standard-format ol > li:before {
          font-size: 20px;
          top: -3px; } }

.standard-format--post h1, .standard-format--post h2, .standard-format--post h3, .standard-format--post h4, .standard-format--post h5, .standard-format--post h6 {
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 32px; }

.standard-format--post * + h1,
.standard-format--post * + h2,
.standard-format--post * + h3,
.standard-format--post * + h4,
.standard-format--post * + h5,
.standard-format--post * + h6 {
  margin-top: 48px; }

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

.popup-booking-content__row i {
  margin-right: 8px; }
  .popup-booking-content__row i.icon-mail-alt {
    margin-right: 12px;
    font-size: 14px; }

.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; } }

.popup-booking-content form button[type="submit"] {
  top: -16px;
  margin-bottom: 0; }

.single-post-content {
  position: relative; }
  .single-post-content::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    top: 250px;
    left: 0;
    background-color: #f5f9fa; }
  @media (max-width: 991.98px) {
    .single-post-content .col--img {
      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; } }
  .single-post-content__thumbnail {
    width: 590px;
    max-width: 100%;
    height: 378px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 34px;
    margin-top: 16px; }
    @media (max-width: 991.98px) {
      .single-post-content__thumbnail {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      .single-post-content__thumbnail {
        height: 300px; } }
    @media (max-width: 575.98px) {
      .single-post-content__thumbnail {
        height: 250px; } }
  @media (max-width: 1199.98px) {
    .single-post-content__content {
      margin-top: 34px; } }
  .single-post-content__ingredients {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #ddd;
            box-shadow: 0 0 30px #ddd;
    padding: 34px 45px 16px;
    width: 590px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .single-post-content__ingredients {
        padding: 34px 15px 16px; } }
    .single-post-content__ingredients li {
      margin-bottom: 10px !important; }
  .single-post-content__info {
    min-height: 300px; }
    @media (max-width: 991.98px) {
      .single-post-content__info {
        min-height: auto;
        margin: 45px 0; } }
    @media (max-width: 991.98px) {
      .single-post-content__info .headline {
        display: none; } }

.single-product-content {
  background-color: #fff;
  padding-top: 60px;
  position: relative; }
  .single-product-content::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 470px);
    position: absolute;
    top: 470px;
    left: 0;
    background-color: #f5f9fa; }
    @media (max-width: 991.98px) {
      .single-product-content::before {
        height: calc(100% - 300px);
        top: 300px; } }
  .single-product-content .col--info {
    padding-top: 16px; }
    @media (max-width: 1359.98px) {
      .single-product-content .col--info {
        padding-left: 45px; } }
    @media (max-width: 991.98px) {
      .single-product-content .col--info {
        padding-top: 34px;
        padding-left: 15px; } }
    .single-product-content .col--info .standard-format {
      width: 730px;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .single-product-content .col--info .standard-format {
          width: 100%; } }
  .single-product-content__info {
    min-height: 410px; }
    @media (max-width: 1199.98px) {
      .single-product-content__info {
        min-height: 380px; } }
    @media (max-width: 991.98px) {
      .single-product-content__info {
        min-height: auto;
        margin-bottom: 45px; } }
    .single-product-content__info .headline {
      width: 700px;
      max-width: 100%;
      margin-bottom: 34px; }
      .single-product-content__info .headline span {
        display: block;
        font-size: 24px;
        padding-top: 8px; }
  .single-product-content__excerpt {
    margin-bottom: 16px; }
    .single-product-content__excerpt .product-tag {
      background-color: #EB7711;
      font-size: 12px !important;
      font-weight: 400 !important;
      text-transform: uppercase;
      padding: 7px 12px; }
      .single-product-content__excerpt .product-tag--new {
        background-color: #AE77C2; }
  .single-product-content__icons {
    margin: 34px -15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1479.98px) {
      .single-product-content__icons {
        margin: 34px -10px 50px; } }
    .single-product-content__icons img {
      width: 160px;
      height: 115px;
      -webkit-box-shadow: 0 0 30px #ddd;
              box-shadow: 0 0 30px #ddd;
      padding: 24px 16px;
      background-color: #fff;
      margin: 0 15px 30px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 1479.98px) {
        .single-product-content__icons img {
          margin: 0 10px 20px; } }
      @media (max-width: 1199.98px) {
        .single-product-content__icons img {
          width: 140px;
          height: 100px;
          padding: 15px; } }
      @media (max-width: 575.98px) {
        .single-product-content__icons img {
          max-width: calc(50% - 20px); } }
  .single-product-content__tabs .standard-format {
    line-height: 1.5; }
  .single-product-content__tabs__ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 8px; }
    .single-product-content__tabs__ingredients > div {
      width: 160px;
      margin-right: 24px;
      text-align: center;
      color: #000;
      margin-bottom: 24px; }
      .single-product-content__tabs__ingredients > div img {
        width: 100%;
        height: 120px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
        margin-bottom: 8px; }
      .single-product-content__tabs__ingredients > div p {
        font-weight: 600;
        margin-bottom: 6px; }
      .single-product-content__tabs__ingredients > div span {
        font-size: 14px; }
  .single-product-content__tabs p.ingredient {
    text-align: center;
    width: 200px;
    max-width: 100%;
    font-weight: 600;
    line-height: 1.4; }
    .single-product-content__tabs p.ingredient span {
      display: block;
      font-weight: 400;
      font-size: 16px; }
    .single-product-content__tabs p.ingredient img {
      display: block;
      width: 140px;
      max-width: 100%;
      margin: 0 auto 8px; }
  .single-product-content__tabs__preparing p {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .single-product-content__tabs__preparing p {
        padding-left: 50px; } }
    .single-product-content__tabs__preparing p img {
      width: 44px;
      height: 44px;
      -o-object-fit: contain;
         object-fit: contain;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 767.98px) {
        .single-product-content__tabs__preparing p img {
          width: 34px;
          height: 34px; } }
  .single-product-content__tabs__logistics .standard-format div {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .single-product-content__tabs__logistics .standard-format div {
        padding-left: 50px; } }
    .single-product-content__tabs__logistics .standard-format div img {
      width: 38px;
      height: 38px;
      -o-object-fit: contain;
         object-fit: contain;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 767.98px) {
        .single-product-content__tabs__logistics .standard-format div img {
          width: 30px;
          height: 30px; } }
  .single-product-content__tabs table tr:first-child {
    background-color: #f5f9fa;
    border: none; }
    .single-product-content__tabs table tr:first-child td {
      padding-bottom: 8px; }
  .single-product-content__tabs table td {
    padding-left: 16px; }
  .single-product-content .product-gallery {
    width: 470px;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .single-product-content .product-gallery {
        width: 100%; } }
    .single-product-content .product-gallery__photo {
      height: 475px;
      width: 470px;
      display: block;
      max-width: 100%; }
      @media (max-width: 1199.98px) {
        .single-product-content .product-gallery__photo {
          height: 360px; } }
      @media (max-width: 991.98px) {
        .single-product-content .product-gallery__photo {
          margin: 0 auto; } }
      @media (max-width: 575.98px) {
        .single-product-content .product-gallery__photo {
          max-height: calc(100vw - 30px); } }
      .single-product-content .product-gallery__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
    .single-product-content .product-gallery .owl-product-gallery {
      margin: 45px -15px 0;
      width: calc(100% + 30px); }
      .single-product-content .product-gallery .owl-product-gallery .item {
        padding: 15px; }
        .single-product-content .product-gallery .owl-product-gallery .item > a {
          width: 100%;
          height: 218px;
          display: block;
          -webkit-box-shadow: 0 0 15px #ddd;
                  box-shadow: 0 0 15px #ddd; }
          @media (max-width: 1199.98px) {
            .single-product-content .product-gallery .owl-product-gallery .item > a {
              height: 150px; } }
          .single-product-content .product-gallery .owl-product-gallery .item > a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      .single-product-content .product-gallery .owl-product-gallery .owl-nav {
        margin-top: 24px; }

.owl-related-products,
.owl-recipes {
  margin: 40px -15px 0;
  width: calc(100% + 30px); }
  .owl-related-products .item,
  .owl-recipes .item {
    padding: 15px; }
    .owl-related-products .item > a,
    .owl-related-products .item > div,
    .owl-recipes .item > a,
    .owl-recipes .item > div {
      -webkit-box-shadow: 0 0 15px #ddd !important;
              box-shadow: 0 0 15px #ddd !important; }
    .owl-related-products .item > a:hover,
    .owl-recipes .item > a:hover {
      -webkit-box-shadow: 0 0 15px #bbb !important;
              box-shadow: 0 0 15px #bbb !important; }
  .owl-related-products .owl-nav,
  .owl-recipes .owl-nav {
    top: -200px; }

.owl-recipes {
  margin-bottom: 140px; }
  @media (max-width: 1359.98px) {
    .owl-recipes {
      margin-bottom: 80px; } }
  .owl-recipes .owl-nav {
    top: -280px; }

.template-blog-content > .container {
  padding: 0; }

.template-contact-content {
  background-color: #f5f9fa;
  padding: 0; }
  .template-contact-content .col--form {
    padding-left: 60px; }
    @media (max-width: 991.98px) {
      .template-contact-content .col--form {
        padding-left: 15px; } }
    .template-contact-content .col--form form {
      width: 720px;
      max-width: 100%; }
  @media (max-width: 767.98px) {
    .template-contact-content .col--img {
      display: none; } }
  @media (max-width: 767.98px) {
    .template-contact-content .col--img img {
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 30% 30%;
         object-position: 30% 30%;
      margin-bottom: 34px; } }

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

.section-margin-bottom-sm {
  margin-bottom: 48px; }

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

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

.site-main {
  padding-top: 195px;
  position: relative; }
  @media (max-width: 1359.98px) {
    .site-main {
      padding-top: 157px; } }
  @media (max-width: 1199.98px) {
    .site-main {
      padding-top: 68px; } }

.home .site-main::before {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute; }

.header-desktop {
  padding: 30px 0 40px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 1359.98px) {
    .header-desktop {
      padding: 16px 0; } }
  .header-desktop.scrolled {
    padding: 5px 0; }
    .header-desktop.scrolled address {
      display: none !important; }
    .header-desktop.scrolled .header-desktop__logo {
      height: 40px;
      margin-bottom: 0;
      -o-object-position: left;
         object-position: left; }
    .header-desktop.scrolled .nav-desktop ul.menu {
      margin-top: 0; }
      .header-desktop.scrolled .nav-desktop ul.menu li a {
        padding: 12px 0 8px;
        font-size: 16px; }
    .header-desktop.scrolled .hamburger {
      margin-top: 13px;
      padding: 0; }
  .header-desktop .container,
  .header-desktop .row,
  .header-desktop .row > div {
    position: initial; }
  .header-desktop__logo-anchore {
    display: block;
    width: 100%; }
  .header-desktop__logo {
    display: block;
    width: 227px;
    height: 117px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 8px; }
  .header-desktop address {
    font-size: 15px; }
    .header-desktop address a:not(.btn) {
      color: #07708C; }
      .header-desktop address a:not(.btn):hover {
        color: #07708C; }
    .header-desktop address i {
      color: #07708C; }
  .header-desktop .btn {
    margin-left: 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: initial;
  padding-right: 60px; }
  .nav-desktop ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; }
    .nav-desktop ul.menu > li {
      margin-right: 34px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .nav-desktop ul.menu > li:last-of-type {
        margin-right: 0; }
      .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: '\f107';
            font-family: "icons-font";
            position: absolute;
            left: 100%;
            padding-top: 1px; }
      .nav-desktop ul.menu > li a {
        display: block;
        padding: 20px 1px;
        font-size: 20px;
        font-weight: 700;
        color: #07708C; }
        @media (max-width: 1359.98px) {
          .nav-desktop ul.menu > li a {
            font-size: 17px;
            padding: 22px 1px 18px; } }
        .nav-desktop ul.menu > li a:hover {
          opacity: 0.5; }
      .nav-desktop ul.menu > li ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #000;
        width: 300px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 24px;
        overflow: hidden; }
        .nav-desktop ul.menu > li ul.sub-menu > li {
          font-size: 16px;
          padding: 8px 0;
          text-align: center; }
          .nav-desktop ul.menu > li ul.sub-menu > li a {
            padding: 8px 0; }
          .nav-desktop ul.menu > li ul.sub-menu > li ul.sub-menu {
            display: none; }

.nav-mobile {
  height: 100vh; }

.header-mobile {
  position: relative; }
  @media (max-width: 767.98px) {
    .header-mobile .container {
      max-width: 100%; } }
  @media (max-width: 575.98px) {
    .header-mobile .container > .d-flex {
      position: relative; } }
  .header-mobile__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
    padding: 8px 0; }
  .header-mobile__logo-anchore {
    width: 96px;
    height: auto; }
  @media (max-width: 575.98px) {
    .header-mobile .search-bar {
      margin-right: 55px; } }
  @media (max-width: 1199.98px) {
    .header-mobile .btn {
      margin-right: 45px;
      margin-left: 16px; } }
  @media (max-width: 575.98px) {
    .header-mobile .btn {
      display: none; } }

.hamburger {
  padding-right: 0;
  position: absolute;
  z-index: 999;
  margin-right: -45px;
  margin-top: 23px;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  outline: none !important;
  width: 23px;
  -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; }
  @media (max-width: 1199.98px) {
    .hamburger {
      margin-right: 15px;
      margin-top: 12px; } }
  .hamburger:hover {
    opacity: 0.6 !important; }
  .hamburger.is-active {
    top: 8px;
    right: 34px;
    margin-right: 0;
    margin-top: 0; }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 23px;
    background-color: #07708C !important;
    height: 2px; }
  .hamburger .hamburger-inner::before {
    top: 6px; }
  .hamburger .hamburger-inner::after {
    top: 12px; }

.nav-mobile {
  position: absolute;
  top: 0;
  width: 0;
  max-width: 100%;
  background-color: #fff;
  padding: 32px 5px 80px;
  overflow-y: auto;
  right: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: 998;
  text-align: center;
  opacity: 0; }
  .nav-mobile.show-menu {
    right: 0;
    opacity: 1;
    width: 470px;
    -webkit-box-shadow: 0 0 50px #ddd;
            box-shadow: 0 0 50px #ddd; }
    @media (max-width: 1199.98px) {
      .nav-mobile.show-menu {
        width: 370px;
        text-align: center;
        padding: 60px 0px 60px; } }
    @media (max-width: 575.98px) {
      .nav-mobile.show-menu {
        padding-bottom: 80px; } }
  @media (max-width: 1479.98px) {
    .nav-mobile .header-mobile__logo {
      width: 200px; } }
  @media (max-width: 1199.98px) {
    .nav-mobile .header-mobile__logo {
      width: 200px;
      margin-bottom: 34px; } }
  .nav-mobile__img {
    width: 333px;
    height: 426px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-top: 0px; }
    @media (max-width: 1679.98px) {
      .nav-mobile__img {
        height: 300px;
        position: relative;
        top: 30px; } }
    @media (max-width: 1479.98px) {
      .nav-mobile__img {
        height: 200px; } }
  .nav-mobile__title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: left; }
    @media (max-width: 1479.98px) {
      .nav-mobile__title {
        margin-top: 30px; } }
  .nav-mobile ul.menu {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nav-mobile ul.menu > li {
      text-align: left;
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .nav-mobile ul.menu > li {
          text-align: center; } }
      .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;
          padding-bottom: 3px;
          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);
          background-color: #07708C;
          color: #fff; }
        .nav-mobile ul.menu > li.menu-item-has-children > a.active:after {
          background-color: #d40404;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .nav-mobile ul.menu > li a {
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        color: #07708C; }
      .nav-mobile ul.menu > li ul.sub-menu {
        display: none;
        margin-bottom: 20px; }
        .nav-mobile ul.menu > li ul.sub-menu > li a {
          font-size: 16px;
          color: #07708C;
          padding: 15px 0; }
          .nav-mobile ul.menu > li ul.sub-menu > li a:hover {
            color: #07708C; }
  .nav-mobile__overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 997;
    display: none; }
    .nav-mobile__overflow.active {
      display: block; }

.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 {
        color: #07708C; }
      .header-lp__address__item i {
        color: #07708C; }

.hero {
  height: 735px;
  background-color: #fff;
  position: relative; }
  @media (max-width: 1679.98px) {
    .hero {
      height: 600px; } }
  @media (max-width: 1199.98px) {
    .hero {
      height: 535px; } }
  @media (max-width: 991.98px) {
    .hero {
      height: 435px; } }
  @media (max-width: 767.98px) {
    .hero {
      height: auto; } }
  @media (max-width: 575.98px) {
    .hero {
      margin-bottom: 60px; } }
  .hero .container {
    position: relative; }
  .hero::after {
    content: '';
    width: 100%;
    height: 80px;
    background-color: #f5f9fa;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1199.98px) {
      .hero::after {
        height: 50px; } }
    @media (max-width: 767.98px) {
      .hero::after {
        height: 120px; } }
  .hero__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      .hero__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .hero__media {
    width: 50%;
    min-width: 50%;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .hero__media {
        width: 100%;
        min-width: 100%;
        padding: 0;
        margin-bottom: 24px; } }
    .hero__media video,
    .hero__media img {
      width: 100%;
      height: 735px;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      left: 2px; }
      @media (max-width: 767.98px) {
        .hero__media video,
        .hero__media img {
          height: 300px;
          left: 0; } }
      @media (max-width: 575.98px) {
        .hero__media video,
        .hero__media img {
          height: 250px; } }
  .hero__content {
    width: 50%;
    z-index: 2;
    padding-left: 80px;
    padding-bottom: 130px; }
    @media (max-width: 1679.98px) {
      .hero__content {
        padding-bottom: 160px; } }
    @media (max-width: 1359.98px) {
      .hero__content {
        padding-left: 45px; } }
    @media (max-width: 991.98px) {
      .hero__content {
        padding-left: 15px;
        padding-bottom: 80px; } }
    @media (max-width: 767.98px) {
      .hero__content {
        width: 100%;
        padding: 0 0 40px; } }
    .hero__content > *:not(.btn) {
      width: 585px;
      max-width: 100%; }
    .hero__content .standard-format {
      margin: 34px 0 34px; }
      @media (max-width: 991.98px) {
        .hero__content .standard-format {
          margin: 16px 0; } }
    .hero__content .headline {
      left: 0; }
      @media (max-width: 991.98px) {
        .hero__content .headline {
          margin-bottom: 24px; } }
  .hero .owl-hero {
    position: relative; }
    .hero .owl-hero .item {
      height: 735px;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1679.98px) {
        .hero .owl-hero .item {
          height: 600px; } }
      @media (max-width: 1199.98px) {
        .hero .owl-hero .item {
          height: 535px; } }
      @media (max-width: 991.98px) {
        .hero .owl-hero .item {
          height: 435px; } }
      @media (max-width: 767.98px) {
        .hero .owl-hero .item {
          height: auto; } }

.owl-hero .owl-dots {
  position: absolute;
  left: calc(50% + 112px);
  width: auto;
  min-width: 160px;
  bottom: 130px;
  z-index: 2; }
  @media (max-width: 1479.98px) {
    .owl-hero .owl-dots {
      bottom: 107px; } }
  @media (max-width: 1359.98px) {
    .owl-hero .owl-dots {
      left: calc(50% + 82px); } }
  @media (max-width: 1199.98px) {
    .owl-hero .owl-dots {
      bottom: 90px; } }
  @media (max-width: 991.98px) {
    .owl-hero .owl-dots {
      bottom: 30px;
      min-width: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      left: calc(50% + 5px);
      display: none; } }

.owl-hero .owl-nav {
  position: absolute;
  left: calc(50% + 72px);
  width: auto;
  min-width: 240px;
  bottom: 113px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1; }
  @media (max-width: 1479.98px) {
    .owl-hero .owl-nav {
      bottom: 90px; } }
  @media (max-width: 1359.98px) {
    .owl-hero .owl-nav {
      left: calc(50% + 40px); } }
  @media (max-width: 1199.98px) {
    .owl-hero .owl-nav {
      bottom: 73px; } }
  @media (max-width: 991.98px) {
    .owl-hero .owl-nav {
      bottom: 5px;
      min-width: auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      left: calc(50% + 7px); } }
  @media (max-width: 767.98px) {
    .owl-hero .owl-nav {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.page-hero {
  min-height: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 24px 0; }
  @media (max-width: 1679.98px) {
    .page-hero {
      padding-left: 120px; } }
  @media (max-width: 1199.98px) {
    .page-hero {
      padding-left: 0;
      min-height: 200px; } }
  .page-hero .headline {
    margin-bottom: 0; }
    .page-hero .headline span {
      display: none; }
  .page-hero .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-hero + div {
    background-color: #fff;
    padding-top: 60px; }

.single-post .page-hero .headline {
  font-size: 38px !important; }
  @media (max-width: 767.98px) {
    .single-post .page-hero .headline {
      font-size: 36px !important; } }
  @media (max-width: 575.98px) {
    .single-post .page-hero .headline {
      font-size: 30px !important; } }

.single-post .page-hero + div {
  background-color: initial;
  padding-top: 0; }
  .single-post .page-hero + div + div {
    background-color: #fff;
    padding-top: 60px; }

.search .page-hero .headline span {
  display: inline; }

.testimonials {
  background-color: #07708C; }
  .testimonials__share {
    text-align: center; }
    .testimonials__share__item {
      width: 32px;
      height: 32px;
      background-color: #07708C;
      color: #fff;
      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;
      margin: 4px;
      font-size: 15px; }
    .testimonials__share p {
      line-height: 1.5;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px; }

.contact-section .col--form > * {
  width: 723px;
  max-width: 100%; }

.contact-section .col--form form {
  margin-top: 45px; }
  .contact-section .col--form form .row > div:last-child {
    text-align: right; }
  .contact-section .col--form form .btn {
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .contact-section .col--form form .btn {
        margin-bottom: -50px !important; } }

@media (min-width: 992px) {
  .contact-section .col--form .wpcf7 div.wpcf7-response-output {
    margin-top: -30px !important; } }

@media (max-width: 1679.98px) {
  .contact-section .col--info {
    padding-left: 60px; } }

@media (max-width: 767.98px) {
  .contact-section .col--info {
    padding-left: 15px; } }

.contact-section .col--info .social-media {
  margin-top: 34px; }
  @media (max-width: 575.98px) {
    .contact-section .col--info .social-media {
      margin: 24px 0 60px; } }

.contact-section .col--info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-section .col--info p i {
    margin-right: 16px; }
  .contact-section .col--info p span {
    margin-right: 5px; }

.footer {
  background-color: #fff;
  padding: 45px 0 60px; }
  @media (max-width: 991.98px) {
    .footer {
      text-align: center;
      padding: 45px 0; } }
  @media (max-width: 575.98px) {
    .footer {
      padding: 60px 0 60px; } }
  @media (max-width: 991.98px) {
    .footer .footer__logos {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 575.98px) {
    .footer .footer__logos {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -20px; } }
  .footer .container {
    position: relative; }
  .footer .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 991.98px) {
      .footer .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer__img {
    position: absolute;
    top: -190px;
    right: 0;
    width: 720px;
    max-width: 100%; }
    @media (max-width: 1199.98px) {
      .footer__img {
        width: 500px; } }
    @media (max-width: 991.98px) {
      .footer__img {
        width: 400px;
        top: -150px; } }
    @media (max-width: 767.98px) {
      .footer__img {
        width: 300px;
        top: -120px; } }
    @media (max-width: 575.98px) {
      .footer__img {
        top: -130px;
        width: 270px;
        right: 15px; } }
  .footer__logos-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 34px; }
    @media (max-width: 1199.98px) {
      .footer__logos-2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer__logos-2__item {
      max-width: 20% !important; }
      @media (max-width: 1199.98px) {
        .footer__logos-2__item {
          max-width: 33.333% !important;
          margin-bottom: 24px; } }
      @media (max-width: 575.98px) {
        .footer__logos-2__item {
          max-width: 50% !important;
          margin-bottom: 12px; } }
      .footer__logos-2__item img {
        -o-object-fit: contain;
           object-fit: contain;
        height: auto !important;
        width: auto !important;
        max-width: 100% !important;
        padding-right: 34px !important;
        margin-right: 0 !important;
        max-height: 50px !important; }
        @media (max-width: 991.98px) {
          .footer__logos-2__item img {
            max-height: 40px;
            padding: 0 15px !important; } }
  @media (max-width: 575.98px) {
    .footer .col--logo .footer__logos__item {
      max-width: calc(50% - 0px); } }
  .footer .col--logo .footer__logos img {
    height: 97px;
    width: auto;
    max-width: 170px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 80px; }
    @media (max-width: 991.98px) {
      .footer .col--logo .footer__logos img {
        margin: 0 40px 0; } }
    @media (max-width: 575.98px) {
      .footer .col--logo .footer__logos img {
        width: 100%;
        max-width: 100% !important;
        margin: 0;
        padding: 0 12px; } }
  .footer .col--logo p {
    margin-top: 45px;
    margin-bottom: 12px !important;
    line-height: 1.3; }
  .footer .col--copy {
    text-align: right; }
    @media (max-width: 991.98px) {
      .footer .col--copy {
        text-align: center;
        margin-top: 45px; } }
    @media (max-width: 575.98px) {
      .footer .col--copy {
        margin-top: 15px; } }
    .footer .col--copy .btn {
      margin: 34px 0 16px; }
    .footer .col--copy nav li a {
      color: #07708C; }

.map {
  position: relative;
  padding-bottom: 90px; }
  @media (max-width: 767.98px) {
    .map {
      margin-bottom: 60px;
      padding-bottom: 60px; } }
  .map__btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    opacity: .8; }
    @media (max-width: 1199.98px) {
      .map__btn {
        right: 30px; } }
    @media (max-width: 991.98px) {
      .map__btn {
        right: 22px; } }
    @media (max-width: 767.98px) {
      .map__btn {
        right: 40px; } }
    .map__btn:hover {
      opacity: 1;
      background-color: #000 !important; }
  .map .leaflet-marker-shadow {
    display: none; }
  .map .leaflet-map {
    z-index: 1;
    height: 360px !important; }
  .map .leaflet-popup-content {
    text-align: center; }
  @media (max-width: 767.98px) {
    .map .col--info {
      margin-bottom: 45px; } }
  .map .col--info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .map .col--info p i {
      margin-right: 16px; }
      .map .col--info p i.icon-mail-alt {
        font-size: 12px;
        margin-right: 22px; }
    .map .col--info p img {
      margin-right: 20px;
      width: 16px;
      height: 16px;
      position: relative;
      top: 5px;
      left: 2px; }
  .map .col--info .social-media {
    margin-top: 24px; }
  .map img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    padding-top: 5px; }

@media screen and (max-width: 411.98px) {
  .map__btn {
    right: 22px; } }

.footer-menu-section {
  padding: 32px 0;
  background-color: #07708C; }
  @media (max-width: 991.98px) {
    .footer-menu-section__logocol {
      margin-bottom: 24px; } }
  .footer-menu-section__logo {
    max-width: 200px;
    margin-bottom: 24px; }
  .footer-menu-section__nav .menu {
    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) {
      .footer-menu-section__nav .menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-menu-section__nav .menu > .menu-item {
      margin: 0 16px;
      margin-bottom: 16px; }
      .footer-menu-section__nav .menu > .menu-item:last-child {
        margin-right: 0px; }
      .footer-menu-section__nav .menu > .menu-item > a {
        display: block;
        font-size: 24px;
        margin-bottom: 16px;
        pointer-events: none; }
    .footer-menu-section__nav .menu .sub-menu > .menu-item {
      margin-bottom: 4px; }

.ingredients-section {
  margin-bottom: 100px; }
  .ingredients-section__item {
    height: 300px;
    width: 100%;
    background-color: #fff;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    padding: 20px 5px 0px;
    color: #07708C;
    position: relative; }
    .ingredients-section__item .headline {
      padding: 8px 10px 0;
      background-color: #fff; }
      @media (max-width: 767.98px) {
        .ingredients-section__item .headline {
          font-size: 20px; } }
    .ingredients-section__item img {
      position: absolute;
      top: 0;
      left: 10px;
      width: calc(100% - 20px) !important;
      max-width: calc(100% - 20px) !important;
      height: calc(100% - 60px);
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 575.98px) {
        .ingredients-section__item img {
          max-height: 210px;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
  .ingredients-section .owl-carousel {
    margin: 55px -15px 0;
    width: calc(100% + 30px); }
    .ingredients-section .owl-carousel .item {
      padding: 15px; }
      .ingredients-section .owl-carousel .item > div {
        -webkit-box-shadow: 0 0 15px #ddd;
                box-shadow: 0 0 15px #ddd; }
    .ingredients-section .owl-carousel .owl-nav {
      top: -170px; }

.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; } }

@media (min-width: 992px) {
  .text-section .col--text {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

.text-section--simple .col--text {
  width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }

.text-section .standard-format p:last-child {
  margin-bottom: 0; }

.text-section .btns-wrapper {
  margin-top: 34px; }

@media (max-width: 991.98px) {
  .text-section--default .col--img img {
    width: 100%;
    height: auto;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 24px; } }

@media (max-width: 767.98px) {
  .text-section--default .col--img img {
    max-height: 300px; } }

@media (max-width: 575.98px) {
  .text-section--default .col--img img {
    max-height: 250px; } }

.text-section--default .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.text-section--home-1 {
  margin-bottom: -190px; }
  @media (max-width: 1199.98px) {
    .text-section--home-1 {
      margin-bottom: 0;
      margin-top: -30px; } }
  .text-section--home-1 .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1200px) {
      .text-section--home-1 .row {
        min-height: 770px; } }
    @media (min-width: 1360px) {
      .text-section--home-1 .row {
        min-height: 870px; } }
  .text-section--home-1 .col--text {
    position: relative;
    z-index: 2; }
    @media (min-width: 1200px) {
      .text-section--home-1 .col--text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42%;
                flex: 0 0 42%;
        max-width: 42%;
        padding-bottom: 143px; } }
    .text-section--home-1 .col--text .headline {
      margin-bottom: 80px; }
      @media (max-width: 1359.98px) {
        .text-section--home-1 .col--text .headline {
          margin-bottom: 45px; } }
      @media (max-width: 575.98px) {
        .text-section--home-1 .col--text .headline {
          margin-bottom: 34px; } }
    .text-section--home-1 .col--text p {
      width: 515px;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .text-section--home-1 .col--text p {
          width: 100%; } }
  .text-section--home-1 .col--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      .text-section--home-1 .col--img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58%;
                flex: 0 0 58%;
        max-width: 58%;
        padding: 0; } }
    @media (max-width: 991.98px) {
      .text-section--home-1 .col--img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: center; } }
    .text-section--home-1 .col--img img {
      width: 916px;
      min-width: 916px;
      max-width: initial;
      height: auto;
      -o-object-position: bottom;
         object-position: bottom;
      -o-object-fit: contain;
         object-fit: contain;
      position: relative;
      left: -55px; }
      @media (max-width: 1679.98px) {
        .text-section--home-1 .col--img img {
          width: 100%;
          min-width: 100%; } }
      @media (max-width: 1359.98px) {
        .text-section--home-1 .col--img img {
          left: 0; } }
      @media (max-width: 1199.98px) {
        .text-section--home-1 .col--img img {
          bottom: -47px; } }
      @media (max-width: 991.98px) {
        .text-section--home-1 .col--img img {
          width: 500px;
          min-width: 500px;
          left: initial;
          margin: 0 auto; } }
      @media (max-width: 575.98px) {
        .text-section--home-1 .col--img img {
          width: 270px;
          min-width: 270px; } }

.text-section--home-2 {
  margin-bottom: 60px; }

.text-section--about-1 {
  position: relative;
  padding-top: 0 !important; }
  @media (max-width: 1359.98px) {
    .text-section--about-1 {
      margin-bottom: -48px; } }
  @media (max-width: 1199.98px) {
    .text-section--about-1 {
      margin-bottom: 0; } }
  .text-section--about-1::after {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background-color: #f5f9fa;
    bottom: 0;
    left: 0;
    position: absolute; }
    @media (max-width: 575.98px) {
      .text-section--about-1::after {
        height: 50px; } }
  .text-section--about-1 .col--text {
    padding-top: 100px; }
    @media (max-width: 991.98px) {
      .text-section--about-1 .col--text {
        padding-top: 60px; } }

.text-section--about-2 {
  text-align: center;
  background-color: #fff;
  padding: 45px 0 80px; }
  @media (max-width: 991.98px) {
    .text-section--about-2 {
      padding-bottom: 0px; } }
  .text-section--about-2 .intro::after {
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (max-width: 991.98px) {
    .text-section--about-2 .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 991.98px) {
    .text-section--about-2 .row > div {
      margin-bottom: 45px; } }
  .text-section--about-2 .headline {
    margin-bottom: 120px; }
    @media (max-width: 1359.98px) {
      .text-section--about-2 .headline {
        margin-bottom: 60px; } }
  .text-section--about-2 img {
    height: 115px;
    margin-bottom: 16px; }

.text-section--about-3 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.text-section--about-3 .headline {
  width: 500px;
  max-width: 100%;
  margin-bottom: 45px; }
  @media (max-width: 991.98px) {
    .text-section--about-3 .headline {
      width: 100%; } }

@media (max-width: 991.98px) {
  .text-section--about-3 .col--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px; } }

@media (max-width: 991.98px) {
  .text-section--about-3 img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; } }

.text-section--certificates-1 {
  text-align: center;
  padding-bottom: 250px;
  margin-bottom: -220px; }
  .text-section--certificates-1 .col--text > * {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto; }
  .text-section--certificates-1 .col--text .intro {
    margin-bottom: 16px; }
    .text-section--certificates-1 .col--text .intro::after {
      left: 0;
      right: 0;
      margin: 0 auto; }
  .text-section--certificates-1 .col--text .headline {
    margin-bottom: 34px; }

.text-section--certificates-2 {
  margin-bottom: 40px; }
  @media (max-width: 1199.98px) {
    .text-section--certificates-2 img {
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .text-section--certificates-2 img {
      height: 150px; } }

@media (max-width: 1199.98px) {
  .text-section--certificates-3 {
    margin-bottom: 60px; } }

.text-section--certificates-3 .row .row > div {
  margin-bottom: 30px; }

.text-section--certificates-3 .certificate {
  background-color: #fff;
  height: 100%;
  min-height: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 45px 60px 34px;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd;
  position: relative; }
  @media (max-width: 1359.98px) {
    .text-section--certificates-3 .certificate {
      padding: 34px 15px 24px; } }
  @media (max-width: 991.98px) {
    .text-section--certificates-3 .certificate {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: auto; } }
  @media (max-width: 767.98px) {
    .text-section--certificates-3 .certificate {
      padding: 24px 15px 34px;
      height: auto; } }
  .text-section--certificates-3 .certificate img {
    width: 203px;
    min-width: 203px;
    max-height: 237px;
    min-height: 110px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 60% 20%;
       object-position: 60% 20%;
    margin-right: 60px; }
    @media (max-width: 1359.98px) {
      .text-section--certificates-3 .certificate img {
        margin-right: 34px;
        -o-object-position: 60% 10%;
           object-position: 60% 10%; } }
    @media (max-width: 1199.98px) {
      .text-section--certificates-3 .certificate img {
        margin-right: 24px;
        width: 160px;
        min-width: 160px; } }
    @media (max-width: 991.98px) {
      .text-section--certificates-3 .certificate img {
        height: 180px;
        width: 180px;
        -o-object-position: center;
           object-position: center;
        margin: 0 auto 0; } }
    @media (max-width: 767.98px) {
      .text-section--certificates-3 .certificate img {
        height: auto;
        max-height: 180px; } }
  .text-section--certificates-3 .certificate__info {
    height: 100%;
    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;
    padding-bottom: 60px; }
    @media (max-width: 991.98px) {
      .text-section--certificates-3 .certificate__info {
        text-align: center;
        padding-bottom: 0; } }
    .text-section--certificates-3 .certificate__info .btn {
      position: absolute;
      bottom: 30px;
      left: 323px; }
      @media (max-width: 1359.98px) {
        .text-section--certificates-3 .certificate__info .btn {
          left: 252px; } }
      @media (max-width: 1199.98px) {
        .text-section--certificates-3 .certificate__info .btn {
          padding: 12px 8px;
          left: 200px; } }
      @media (max-width: 991.98px) {
        .text-section--certificates-3 .certificate__info .btn {
          position: relative;
          left: 0;
          bottom: 0; } }

.text-section--funds-1 {
  padding-bottom: 150px;
  margin-bottom: -120px;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .text-section--funds-1 {
      padding-bottom: 40px;
      margin-bottom: -60px; } }
  .text-section--funds-1 .standard-format {
    width: 1150px;
    margin: 80px auto;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .text-section--funds-1 .standard-format {
        margin: 45px auto 80px; } }

.text-section--fund .container {
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd;
  padding: 45px 90px 0;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .text-section--fund .container {
      width: 1456px;
      max-width: calc(100% - 90px); } }
  @media (max-width: 991.98px) {
    .text-section--fund .container {
      padding: 34px 24px 0; } }
  @media (max-width: 575.98px) {
    .text-section--fund .container {
      width: calc(100% - 30px);
      padding: 34px 15px 0; } }
  .text-section--fund .container > .row {
    text-align: center; }
    .text-section--fund .container > .row > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .text-section--fund .container > .row .row {
      text-align: left;
      margin-bottom: 80px; }
      @media (max-width: 991.98px) {
        .text-section--fund .container > .row .row {
          margin-bottom: 45px; } }
      .text-section--fund .container > .row .row > div:first-child {
        border-right: 1px solid #eee; }
        @media (max-width: 991.98px) {
          .text-section--fund .container > .row .row > div:first-child {
            border: none; } }
      .text-section--fund .container > .row .row > div:nth-child(2) {
        padding-left: 60px; }
        @media (max-width: 991.98px) {
          .text-section--fund .container > .row .row > div:nth-child(2) {
            padding-left: 15px;
            margin-top: 34px; } }

.text-section--fund .headline {
  font-size: 30px; }

.text-section--fund__icons {
  margin: 12px auto 34px; }

.text-section--fund__tags span {
  margin: 0 6px; }

.text-section--fund__info {
  width: 630px;
  max-width: 100%;
  margin: 60px auto 0;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .text-section--fund__info {
      padding-bottom: 60px; } }
  @media (max-width: 575.98px) {
    .text-section--fund__info {
      margin: 30px auto 0;
      padding-bottom: 40px; } }

.text-section--fund .col--img {
  padding: 0;
  position: relative;
  left: -75px;
  height: 199px; }
  @media (max-width: 991.98px) {
    .text-section--fund .col--img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 991.98px) {
    .text-section--fund .col--img {
      left: -9px; } }
  @media (max-width: 575.98px) {
    .text-section--fund .col--img {
      left: 0;
      height: 150px; } }
  .text-section--fund .col--img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: calc(100% + 150px);
    max-width: calc(100% + 150px) !important; }
    @media (max-width: 991.98px) {
      .text-section--fund .col--img img {
        width: calc(100% + 18px); } }
    @media (max-width: 575.98px) {
      .text-section--fund .col--img img {
        width: 100%; } }

.text-section--product-cat {
  margin-bottom: 45px; }
  .text-section--product-cat .col--img {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767.98px) {
      .text-section--product-cat .col--img {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767.98px) {
      .text-section--product-cat .col--img img {
        height: 300px;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; } }
    @media (max-width: 575.98px) {
      .text-section--product-cat .col--img img {
        height: 250px; } }
  .text-section--product-cat .col--text {
    max-width: 66.666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    padding-top: 50px; }
    @media (max-width: 1199.98px) {
      .text-section--product-cat .col--text {
        padding-bottom: 34px;
        padding-top: 24px; } }
    @media (max-width: 991.98px) {
      .text-section--product-cat .col--text {
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .text-section--product-cat .col--text {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .text-section--product-cat .col--text .headline {
      width: 560px;
      max-width: 100%;
      margin-bottom: 34px; }
    .text-section--product-cat .col--text p {
      width: 714px;
      max-width: 100%; }

.text-section--blog {
  margin-bottom: 45px; }
  .text-section--blog .standard-format {
    margin: 45px auto 0;
    width: 950px;
    max-width: 100%; }
  .text-section--blog .ymc-smart-filter-container {
    margin-top: 45px !important; }
    .text-section--blog .ymc-smart-filter-container .filter-entry {
      margin-bottom: 45px; }

.text-carousel-section {
  position: relative;
  padding-top: 80px;
  margin-top: -80px; }
  .text-carousel-section__content {
    padding-left: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1199.98px) {
      .text-carousel-section__content {
        padding-left: 40px;
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      .text-carousel-section__content {
        padding-bottom: 30px;
        padding-left: 34px; } }
    @media (max-width: 767.98px) {
      .text-carousel-section__content {
        padding-left: 0;
        padding-bottom: 0; } }
  @media (max-width: 1199.98px) {
    .text-carousel-section__media {
      padding-bottom: 0px; } }
  @media (max-width: 767.98px) {
    .text-carousel-section__media {
      margin-bottom: 34px; } }
  .text-carousel-section__media img {
    width: 100%;
    height: 452px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1199.98px) {
      .text-carousel-section__media img {
        height: 400px; } }
    @media (max-width: 767.98px) {
      .text-carousel-section__media img {
        height: 350px; } }
    @media (max-width: 575.98px) {
      .text-carousel-section__media img {
        height: 250px; } }
  .text-carousel-section__media video {
    width: 100%;
    height: 345px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 575.98px) {
      .text-carousel-section__media video {
        height: 250px; } }
  .text-carousel-section .owl-carousel {
    margin-top: 60px; }
    @media (max-width: 575.98px) {
      .text-carousel-section .owl-carousel {
        margin-top: 34px; } }
    .text-carousel-section .owl-carousel .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .text-carousel-section .owl-carousel .item > div {
        width: 50%; }
        @media (max-width: 767.98px) {
          .text-carousel-section .owl-carousel .item > div {
            width: 100% !important; } }
    .text-carousel-section .owl-carousel .owl-nav {
      bottom: 24px; }
      @media (max-width: 1199.98px) {
        .text-carousel-section .owl-carousel .owl-nav {
          bottom: 0;
          position: relative;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 34px; } }
    .text-carousel-section .owl-carousel .owl-dots {
      bottom: 40px; }
      @media (max-width: 1199.98px) {
        .text-carousel-section .owl-carousel .owl-dots {
          bottom: 16px;
          display: none; } }
      @media (max-width: 991.98px) {
        .text-carousel-section .owl-carousel .owl-dots {
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 575.98px) {
        .text-carousel-section .owl-carousel .owl-dots {
          margin-top: 24px; } }
  .text-carousel-section--about-2, .text-carousel-section--product-cat {
    margin-bottom: 100px;
    padding-top: 1px; }
    @media (max-width: 991.98px) {
      .text-carousel-section--about-2, .text-carousel-section--product-cat {
        margin-bottom: 60px; } }
    .text-carousel-section--about-2 .container, .text-carousel-section--product-cat .container {
      position: relative; }
      .text-carousel-section--about-2 .container > .headline, .text-carousel-section--product-cat .container > .headline {
        padding-top: 60px; }
    .text-carousel-section--about-2 .owl-carousel, .text-carousel-section--product-cat .owl-carousel {
      margin-top: 80px; }
      @media (max-width: 767.98px) {
        .text-carousel-section--about-2 .owl-carousel, .text-carousel-section--product-cat .owl-carousel {
          margin-top: 45px; } }
      .text-carousel-section--about-2 .owl-carousel .owl-dots, .text-carousel-section--product-cat .owl-carousel .owl-dots {
        display: none; }
      .text-carousel-section--about-2 .owl-carousel .owl-nav, .text-carousel-section--product-cat .owl-carousel .owl-nav {
        position: absolute;
        left: 0;
        width: 50%;
        bottom: calc(50% - 30px); }
        .text-carousel-section--about-2 .owl-carousel .owl-nav.disabled, .text-carousel-section--product-cat .owl-carousel .owl-nav.disabled {
          display: none !important; }
        @media (max-width: 1199.98px) {
          .text-carousel-section--about-2 .owl-carousel .owl-nav, .text-carousel-section--product-cat .owl-carousel .owl-nav {
            bottom: 0;
            position: relative; } }
        @media (max-width: 991.98px) {
          .text-carousel-section--about-2 .owl-carousel .owl-nav, .text-carousel-section--product-cat .owl-carousel .owl-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        @media (max-width: 991.98px) {
          .text-carousel-section--about-2 .owl-carousel .owl-nav, .text-carousel-section--product-cat .owl-carousel .owl-nav {
            position: relative;
            bottom: 0;
            right: 0;
            margin: 24px auto 0;
            width: 120px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
    .text-carousel-section--about-2 .text-carousel-section__content, .text-carousel-section--product-cat .text-carousel-section__content {
      padding-bottom: 0;
      padding-left: 24px; }
      @media (max-width: 767.98px) {
        .text-carousel-section--about-2 .text-carousel-section__content, .text-carousel-section--product-cat .text-carousel-section__content {
          padding: 0; } }
    .text-carousel-section--about-2 .text-carousel-section__media, .text-carousel-section--product-cat .text-carousel-section__media {
      padding: 0 60px;
      width: 50%; }
      @media (max-width: 1199.98px) {
        .text-carousel-section--about-2 .text-carousel-section__media, .text-carousel-section--product-cat .text-carousel-section__media {
          padding: 0; } }
      .text-carousel-section--about-2 .text-carousel-section__media img, .text-carousel-section--product-cat .text-carousel-section__media img {
        max-height: 345px; }

.gallery-section {
  margin-bottom: 160px; }
  @media (max-width: 1359.98px) {
    .gallery-section {
      margin-bottom: 120px; } }
  @media (max-width: 991.98px) {
    .gallery-section {
      margin-bottom: 80px; } }
  .gallery-section .headline {
    margin-bottom: 60px; }

.icons-section {
  position: relative;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .icons-section {
      margin-bottom: 60px; } }
  .icons-section__intro {
    text-align: center;
    max-width: 800px;
    margin: 32px auto 48px; }
  .icons-section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .icons-section .row > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; } }
    @media (max-width: 991.98px) {
      .icons-section .row > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
        max-width: 33.333%; } }
    @media (max-width: 575.98px) {
      .icons-section .row > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

.infographic {
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 143px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 8px 12px;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd; }
  @media (max-width: 575.98px) {
    .infographic {
      min-height: 100px; } }
  .infographic__title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 39px; }
    @media (max-width: 1199.98px) {
      .infographic__title {
        font-size: 30px;
        margin-bottom: 8px; } }
    @media (max-width: 575.98px) {
      .infographic__title {
        font-size: 26px;
        margin-bottom: 4px; } }
  .infographic__desc p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.3; }
    @media (max-width: 1199.98px) {
      .infographic__desc p {
        font-size: 18px;
        line-height: 1.3; } }
    @media (max-width: 575.98px) {
      .infographic__desc p {
        font-size: 16px; } }
  .infographic__icon-wrapper {
    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: cener;
        -ms-flex-align: cener;
            align-items: cener;
    background-color: #07708C;
    width: 180px;
    height: 160px;
    padding: 24px;
    margin: 0 auto 32px; }
    .infographic__icon-wrapper svg, .infographic__icon-wrapper img {
      width: 100%;
      height: auto; }
      .infographic__icon-wrapper svg path, .infographic__icon-wrapper svg rect, .infographic__icon-wrapper svg polygon, .infographic__icon-wrapper img path, .infographic__icon-wrapper img rect, .infographic__icon-wrapper img polygon {
        fill: #fff; }

.products-section--list .preview-product {
  margin-bottom: 20px; }

.product-cat-section .col--btn {
  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;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .product-cat-section .col--btn {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.product-cat-section .owl-nav {
  top: -200px; }

.product-cat-section .owl-carousel {
  margin: -15px -15px 0;
  width: calc(100% + 30px); }
  .product-cat-section .owl-carousel .item {
    padding: 15px; }
    .product-cat-section .owl-carousel .item .preview-product-cat {
      -webkit-box-shadow: 0 0 15px #eee;
              box-shadow: 0 0 15px #eee; }

.certificates-section {
  text-align: center; }
  .certificates-section .certificates {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px 0 45px; }
    .certificates-section .certificates__item {
      width: auto;
      max-width: 245px;
      height: 188px;
      margin: 0 40px 16px; }
      @media (max-width: 1199.98px) {
        .certificates-section .certificates__item {
          max-width: 25%;
          margin: 0 0 16px;
          padding: 0 20px; } }
      @media (max-width: 991.98px) {
        .certificates-section .certificates__item {
          height: 150px; } }
      @media (max-width: 767.98px) {
        .certificates-section .certificates__item {
          max-width: 50%; } }
      @media (max-width: 575.98px) {
        .certificates-section .certificates__item {
          padding: 0 5px; } }
      .certificates-section .certificates__item img {
        max-width: 200px;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 991.98px) {
          .certificates-section .certificates__item img {
            max-width: 100%; } }
        @media (max-width: 767.98px) {
          .certificates-section .certificates__item img {
            max-width: 180px; } }
        @media (max-width: 575.98px) {
          .certificates-section .certificates__item img {
            max-width: 100%; } }

.preview-product, .ymc-smart-filter-container .post-item {
  min-height: 343px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd;
  margin-bottom: 34px !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  overflow: hidden; }
  .preview-product .title a, .ymc-smart-filter-container .post-item .title a {
    font-weight: 400; }
    .preview-product .title a span, .ymc-smart-filter-container .post-item .title a span {
      font-size: 16px;
      display: block;
      padding-top: 6px; }
  .preview-product figure a, .preview-product .preview-product__photo a, .ymc-smart-filter-container .post-item figure a, .ymc-smart-filter-container .post-item .preview-product__photo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .preview-product .preview-product__photo, .ymc-smart-filter-container .post-item .preview-product__photo {
    margin: 0 auto 15px;
    height: 200px;
    width: 100%;
    position: relative !important; }
  .preview-product figure, .ymc-smart-filter-container .post-item figure {
    top: 0;
    left: 0;
    width: 100%;
    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;
    position: absolute !important; }
    .preview-product figure img, .ymc-smart-filter-container .post-item figure img {
      margin: 30px auto 10px;
      height: 200px;
      width: 100%;
      position: initial !important; }
  .preview-product img, .ymc-smart-filter-container .post-item img {
    width: auto !important;
    max-width: calc(100% - 30px) !important;
    height: 200px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center !important;
       object-position: center !important;
    margin: 0 auto;
    -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;
    top: 0; }
  .preview-product .preview-product__title, .ymc-smart-filter-container .post-item .preview-product__title {
    margin-bottom: 8px;
    font-size: 24px !important; }
    .preview-product .preview-product__title span, .ymc-smart-filter-container .post-item .preview-product__title span {
      font-size: 16px !important;
      display: block;
      padding-top: 6px; }
    @media (max-width: 767.98px) {
      .preview-product .preview-product__title, .ymc-smart-filter-container .post-item .preview-product__title {
        font-size: 20px !important; } }
  .preview-product .excerpt, .ymc-smart-filter-container .post-item .excerpt {
    z-index: 0;
    opacity: 1; }
  .preview-product .product-tag, .ymc-smart-filter-container .post-item .product-tag {
    opacity: 1;
    position: absolute;
    top: -60px;
    left: -60px;
    background-color: #EB7711;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    padding-bottom: 3px;
    z-index: 0; }
    .preview-product .product-tag--new, .ymc-smart-filter-container .post-item .product-tag--new {
      background-color: #AE77C2; }

.ymc-smart-filter-container .post-item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.owl-carousel .preview-product {
  -webkit-box-shadow: none;
          box-shadow: none; }

a.preview-product:hover, .ymc-smart-filter-container .post-item:hover {
  -webkit-box-shadow: 0 0 30px #bbb !important;
          box-shadow: 0 0 30px #bbb !important;
  opacity: 1; }
  a.preview-product:hover img, a.preview-product:hover figure, .ymc-smart-filter-container .post-item:hover img, .ymc-smart-filter-container .post-item:hover figure {
    top: 5px;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  a.preview-product:hover figure img, .ymc-smart-filter-container .post-item:hover figure img {
    top: 0; }

.preview-product {
  padding: 20px; }

.preview-post, .post-layout1-1282 .post-item, .post-layout1-2185-1 .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 503px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd;
  position: relative;
  padding: 0 !important;
  margin-bottom: 34px; }
  @media (max-width: 1359.98px) {
    .preview-post, .post-layout1-1282 .post-item, .post-layout1-2185-1 .post-item {
      height: 350px; } }
  @media (max-width: 767.98px) {
    .preview-post, .post-layout1-1282 .post-item, .post-layout1-2185-1 .post-item {
      height: auto;
      min-height: 250px; } }
  @media (max-width: 575.98px) {
    .preview-post, .post-layout1-1282 .post-item, .post-layout1-2185-1 .post-item {
      min-height: 280px;
      width: 280px;
      max-width: 100%;
      margin: 0 auto 24px; } }
  .preview-post:hover, .post-layout1-1282 .post-item:hover, .post-layout1-2185-1 .post-item:hover {
    opacity: 1; }
    .preview-post:hover .preview-post__img img, .post-layout1-1282 .post-item:hover .preview-post__img img, .post-layout1-2185-1 .post-item:hover .preview-post__img img {
      -webkit-transform: scale(1.03) !important;
          -ms-transform: scale(1.03) !important;
              transform: scale(1.03) !important; }
    .preview-post:hover figure img, .post-layout1-1282 .post-item:hover figure img, .post-layout1-2185-1 .post-item:hover figure img {
      -webkit-transform: scale(1.03) !important;
          -ms-transform: scale(1.03) !important;
              transform: scale(1.03) !important; }
      @media (max-width: 575.98px) {
        .preview-post:hover figure img, .post-layout1-1282 .post-item:hover figure img, .post-layout1-2185-1 .post-item:hover figure img {
          padding-bottom: 60px; } }
  .preview-post__img, .preview-post .media, .post-layout1-1282 .post-item__img, .post-layout1-1282 .post-item .media, .post-layout1-2185-1 .post-item__img, .post-layout1-2185-1 .post-item .media {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0;
    z-index: 1;
    margin-bottom: 0 !important;
    overflow: hidden; }
    .preview-post__img img, .preview-post .media img, .post-layout1-1282 .post-item__img img, .post-layout1-1282 .post-item .media img, .post-layout1-2185-1 .post-item__img img, .post-layout1-2185-1 .post-item .media img {
      width: 100% !important;
      max-width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover !important;
         object-fit: cover !important;
      margin: 0;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -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: 1359.98px) {
        .preview-post__img img, .preview-post .media img, .post-layout1-1282 .post-item__img img, .post-layout1-1282 .post-item .media img, .post-layout1-2185-1 .post-item__img img, .post-layout1-2185-1 .post-item .media img {
          -o-object-position: bottom center !important;
             object-position: bottom center !important; } }
  .preview-post .title, .post-layout1-1282 .post-item .title, .post-layout1-2185-1 .post-item .title {
    width: 100%;
    margin-bottom: 0 !important;
    background-color: #fff; }
  .preview-post__title, .preview-post .title a, .post-layout1-1282 .post-item__title, .post-layout1-1282 .post-item .title a, .post-layout1-2185-1 .post-item__title, .post-layout1-2185-1 .post-item .title a {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin: 0;
    padding: 16px 15px 15px !important;
    color: #07708C !important;
    width: 100% !important;
    left: 0;
    font-size: 24px;
    opacity: 1 !important; }
    @media (max-width: 1359.98px) {
      .preview-post__title, .preview-post .title a, .post-layout1-1282 .post-item__title, .post-layout1-1282 .post-item .title a, .post-layout1-2185-1 .post-item__title, .post-layout1-2185-1 .post-item .title a {
        font-size: 20px; } }
  .preview-post .title a, .post-layout1-1282 .post-item .title a, .post-layout1-2185-1 .post-item .title a {
    padding: 16px 15px 16px !important; }
    @media (max-width: 767.98px) {
      .preview-post .title a, .post-layout1-1282 .post-item .title a, .post-layout1-2185-1 .post-item .title a {
        font-size: 16px;
        padding: 15px 5px 15px !important; } }

.owl-carousel .preview-post {
  -webkit-box-shadow: none;
          box-shadow: none; }

.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 {
    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: #07708C;
    margin-bottom: 8px;
    font-size: 14px; }
  .preview-post-sm__title {
    line-height: 1.4;
    margin-bottom: 17px; }

.preview-product-cat {
  width: 100%;
  height: 358px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 767.98px) {
    .preview-product-cat {
      height: 300px; } }
  .preview-product-cat:hover {
    opacity: 1;
    background-color: rgba(7, 112, 140, 0.1); }
    .preview-product-cat:hover .preview-product-cat__title {
      top: -5px; }
    .preview-product-cat:hover .preview-product-cat__img {
      top: 5px; }
  .preview-product-cat__title {
    position: relative;
    top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .preview-product-cat__img {
    position: relative;
    top: 0;
    margin-bottom: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview-product-cat__img img {
      width: auto;
      height: 192px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }

.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: rgba(255, 255, 255, 0.5);
    opacity: .9; }
  .popup__box {
    z-index: 75;
    display: block;
    position: relative;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    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 {
      background-color: #d40404; }

.gallery__photo {
  display: block;
  position: relative;
  width: 100%;
  height: 225px;
  background-color: #07708C;
  margin-bottom: 30px;
  overflow: hidden; }
  .gallery__photo:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8; }
  @media (max-width: 1199.98px) {
    .gallery__photo {
      height: 160px; } }
  @media (max-width: 991.98px) {
    .gallery__photo {
      height: 120px; } }
  .gallery__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -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: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

.show-more-rows .row--more {
  display: none; }
  .show-more-rows .row--more--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .show-more-rows .row--more.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.show-more-rows .btn-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 34px 0 24px;
  display: none; }
  .show-more-rows .btn-holder--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .show-more-rows .btn-holder.hide {
    display: none !important; }
  .show-more-rows .btn-holder.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .show-more-rows .btn-holder.show.hide {
    display: none !important; }

.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.8) !important; }

.featherlight .featherlight-image {
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd; }

.featherlight-content button, .featherlight-content span {
  -webkit-filter: invert(1);
          filter: invert(1); }

.featherlight .featherlight-content {
  background: transparent !important; }
  .featherlight .featherlight-content img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  @media (max-width: 991.98px) {
    .featherlight .featherlight-content {
      max-width: calc(100% - 80px) !important; } }
  @media (max-width: 575.98px) {
    .featherlight .featherlight-content {
      max-width: calc(100% - 60px) !important; } }

@media (max-width: 991.98px) {
  .featherlight-next, .featherlight-previous {
    width: 35px !important; } }

@media (max-width: 991.98px) {
  .featherlight .featherlight-close-icon {
    top: 15px !important;
    right: 15px !important;
    width: 20px !important; } }

@media (max-width: 575.98px) {
  .featherlight-next {
    right: 0 !important; } }

@media (max-width: 575.98px) {
  .featherlight-previous {
    left: 0 !important; } }

.scroll-up {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding-bottom: 0px;
  padding-left: 3px;
  background-color: #07708C;
  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: 10px;
  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); }
  .scroll-up i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .scroll-up:hover {
    background-color: #07708C; }
  .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.7;
  font-weight: 600;
  margin-top: 16px; }
  @media (min-width: 992px) {
    .breadcrumbs {
      text-align: right;
      margin-top: 0; } }
  .breadcrumbs a {
    color: #07708C; }
  .breadcrumbs .line {
    width: 32px;
    height: 2px;
    background-color: #07708C;
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0 24px; }
    @media (max-width: 575.98px) {
      .breadcrumbs .line {
        width: 12px;
        margin: 0 8px; } }

.search .breadcrumbs {
  display: none; }

.call-to-us {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background-color: #07708C;
  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: 16px;
    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;
    color: #07708C;
    font-size: 20px;
    margin: 12px 30px 0 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }

.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: 200px;
        left: -60px;
        z-index: 3; } }
    .hero .social-media::before, .hero .social-media::after, .page-hero .social-media::before, .page-hero .social-media::after {
      content: '';
      width: 1px;
      height: 75px;
      background-color: #07708C;
      position: absolute;
      top: -90px;
      left: 14px; }
    .hero .social-media::after, .page-hero .social-media::after {
      top: initial;
      bottom: -90px; }
    .hero .social-media__item, .page-hero .social-media__item {
      margin: 20px 0; }

.page-hero {
  position: relative; }
  .page-hero::before {
    content: '';
    display: block;
    width: 120px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 0; }
    @media (max-width: 1779.98px) {
      .page-hero::before {
        width: 80px; } }
    @media (max-width: 1199.98px) {
      .page-hero::before {
        display: none; } }
  .page-hero .social-media {
    height: 100%;
    top: 0px;
    left: 0px;
    width: 120px;
    background-color: #fff; }
    @media (max-width: 1779.98px) {
      .page-hero .social-media {
        width: 80px; } }
    @media (max-width: 1199.98px) {
      .page-hero .social-media {
        display: none; } }
    .page-hero .social-media::before, .page-hero .social-media::after {
      display: none; }

.nav-mobile .social-media {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px; }
  @media (max-width: 575.98px) {
    .nav-mobile .social-media {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 45px; } }
  @media (max-width: 575.98px) {
    .nav-mobile .social-media__item {
      margin: 0 12px; } }

.footer .social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px; }

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: #07708C;
    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; }
    ul.terms-list li:hover {
      background-color: #07708C;
      color: #fff; }
    ul.terms-list li.active {
      background-color: #07708C;
      color: #fff; }
      ul.terms-list li.active a {
        cursor: default !important; }
  ul.terms-list + div {
    margin-top: 16px; }

.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #07708C;
  z-index: 99999;
  padding-top: 0 !important; }

.post-terms {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-terms__item {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #07708C;
    margin-right: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
    .post-terms__item:hover {
      background-color: #07708C;
      color: #fff; }

.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; }

.testimonial {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .testimonial__content {
    margin-top: 16px; }
  .testimonial__author {
    font-weight: 700; }

.owl-testimonials {
  padding-bottom: 24px;
  margin-bottom: 48px; }
  .owl-testimonials .owl-nav button.owl-prev, .owl-testimonials .owl-nav button.owl-next {
    top: 30%; }
  .owl-testimonials .owl-dots {
    bottom: 0; }
    .owl-testimonials .owl-dots .owl-dot.active {
      background-color: #07708C; }

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .search-bar:not(.active) {
    width: 20px;
    min-width: 10px; }
    .search-bar:not(.active):hover {
      cursor: pointer;
      opacity: 0.6; }
    .search-bar:not(.active) .asl_w_container {
      min-width: 0;
      opacity: 0;
      z-index: -100 !important; }
  @media (max-width: 575.98px) {
    .search-bar.active {
      position: absolute;
      bottom: -38px;
      height: 40px;
      background-color: #fff;
      left: -15px;
      width: calc(100% + 30px);
      padding: 5px 15px 0; } }
  .search-bar.active .asl_w_container button svg {
    display: none !important; }
  .search-bar.active input.autocomplete,
  .search-bar.active .proclose {
    display: none !important; }
  .search-bar > img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -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) {
      .search-bar > img {
        width: 20px;
        margin-left: 15px; } }
    .search-bar > img:hover {
      cursor: pointer;
      opacity: 0.6; }

div#ajaxsearchliteres1 .results .asl_desc,
div#ajaxsearchliteres1 .results .asl_keyword {
  display: none; }

.search-results {
  margin-bottom: 80px;
  padding-bottom: 60px; }
  .search-results .preview-post {
    margin-bottom: 30px; }
    .search-results .preview-post img {
      -o-object-fit: contain !important;
         object-fit: contain !important;
      -o-object-position: center;
         object-position: center;
      padding: 15px; }

.wpdreams_asl_results {
  left: 50vw !important;
  width: 50vw !important; }
  @media (max-width: 575.98px) {
    .wpdreams_asl_results {
      left: 0 !important;
      width: 100vw !important; } }

.filter-layout {
  border: none !important; }
  .filter-layout .filter-entry {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .filter-layout .filter-entry > div {
      min-width: 33.333%;
      text-align: left; }
    .filter-layout .filter-entry .count {
      display: none !important; }
  .filter-layout .btn-all,
  .filter-layout .posts-found {
    display: none !important; }
  .filter-layout .menu-active {
    text-transform: initial !important; }
  .filter-layout .selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .filter-layout .selected-items span {
      background: #dceff4 !important;
      border-radius: 0 !important;
      color: #999 !important;
      border-radius: 5px !important;
      opacity: 0.7;
      font-size: 14px !important;
      padding: 7px 25px 5px 8px !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      display: none !important; }
      .filter-layout .selected-items span.show {
        display: block !important; }

.ymc-smart-filter-container {
  margin: 0 0px !important;
  width: 100% !important;
  max-width: 100% !important; }
  .ymc-smart-filter-container .container-posts {
    margin-bottom: 0px;
    margin-top: 45px; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active {
  border: 1px solid #999;
  color: #999;
  border-radius: 12px;
  padding: 14px 20px 14px 15px; }

.dropdown-filter .menu-active {
  padding-left: 40px !important; }
  .dropdown-filter .menu-active::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("../img/svg/filter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 15px; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active .arrow {
  opacity: 0.3;
  border-width: 0 2px 2px 0; }

.filter-layout .selected-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ymc-pagination {
  margin: 40px 0 60px !important; }
  .ymc-pagination li.list-item.next-item,
  .ymc-pagination li.list-item.prev-item {
    display: none !important; }
  .ymc-pagination li.list-item {
    list-style-type: none !important; }
    .ymc-pagination li.list-item .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: 48px;
      height: 56px;
      background-color: rgba(7, 112, 140, 0.1);
      color: #07708C !important;
      font-weight: 300;
      text-decoration: none;
      font-size: 16px;
      margin: 5px; }
      .ymc-pagination li.list-item .page-numbers:hover {
        opacity: 1;
        background-color: rgba(7, 112, 140, 0.3); }
      .ymc-pagination li.list-item .page-numbers.current {
        background-color: #07708C;
        color: #fff !important;
        font-weight: 300; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive {
  background-color: #fff;
  color: #999;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive:before,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive:before,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive:before,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive:before {
  background-color: #fff; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link {
  color: #999; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:before {
  border: 1px solid #999; }

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link:after {
  border-left: 2px solid #999;
  border-bottom: 2px solid #999; }

.archive.tax-product-cat .filter-layout .tax-product-cat {
  display: none; }

.tabs__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tabs__bar a {
    display: inline-block;
    background-color: transparent;
    padding: 16px 18px;
    margin-bottom: 0;
    left: 0;
    color: #07708C; }
    @media (max-width: 1359.98px) {
      .tabs__bar a {
        padding: 12px 15px;
        font-size: 18px;
        width: 33.333%; } }
    @media (max-width: 1199.98px) {
      .tabs__bar a {
        width: 50%; } }
    @media (max-width: 991.98px) {
      .tabs__bar a {
        width: 33.333%; } }
    @media (max-width: 767.98px) {
      .tabs__bar a {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .tabs__bar a {
        width: 100%;
        padding: 12px 15px 10px; } }
    .tabs__bar a:hover {
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 1; }
    .tabs__bar a.active {
      background-color: #fff;
      color: #000; }
      .tabs__bar a.active:hover {
        background-color: #fff; }

.tabs__contents__item {
  display: none;
  background-color: #fff;
  padding: 45px 34px 16px; }
  @media (max-width: 1199.98px) {
    .tabs__contents__item {
      padding: 34px 24px 8px; } }
  @media (max-width: 575.98px) {
    .tabs__contents__item {
      padding: 24px 15px 8px; } }
  .tabs__contents__item.active {
    display: block; }

.tabs__contents .standard-format {
  margin-bottom: 24px; }
  .tabs__contents .standard-format p:last-child {
    margin-bottom: 0; }

/* PRIVACY POLICY */
.privacy-policy {
  margin-bottom: 80px; }

.privacy-policy span.red {
  color: red; }

div.privacy-policy ol > li {
  /* 	display: list-item; */ }

.privacy-policy ol {
  list-style: decimal; }

.privacy-policy ol li {
  display: block;
  text-align: left;
  padding-left: 24px;
  position: relative; }

.privacy-policy ol li::before {
  position: absolute;
  font-size: 16px;
  top: 0; }

.privacy-policy ol ol {
  margin-top: 16px; }

.privacy-policy ol.upper-alpha, .privacy-policy ol.lower-alpha {
  counter-reset: alpha; }

.privacy-policy ol.upper-alpha > li, .privacy-policy ol.lower-alpha > li {
  display: block; }

.privacy-policy ol.upper-alpha > li::before, .privacy-policy ol.lower-alpha > li::before {
  content: counter(alpha, upper-alpha) ". ";
  counter-increment: alpha;
  left: 0; }

.privacy-policy ol.lower-alpha > li::before {
  content: counter(alpha, lower-alpha) ") "; }

.privacy-policy a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.privacy-policy a:hover {
  opacity: 0.7; }

/* PRIVACY POLICY - END */
.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px; }
  .language-switcher li {
    margin: 5px 7px;
    padding: 0 4px 7px;
    border-bottom: 1px solid #fff; }
    .language-switcher li:last-child {
      margin-right: 0; }
    .language-switcher li.current-lang {
      border-bottom: 1px solid #666; }
    .language-switcher li img {
      width: 19px !important;
      height: 12px !important;
      -o-object-fit: cover;
         object-fit: cover; }

.header-mobile .language-switcher {
  margin: 0 auto 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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