@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)
 */
@import url("https://use.typekit.net/rey5hlw.css");
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 */
/*
 *  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;
  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;
    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;
  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;
  transition: opacity 400ms ease; }

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

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: #2B2B25;
  max-width: 100vw;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 300; }
  body.noscroll {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }

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

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  line-height: 1.8; }

a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #b29034; }

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

mark {
  background-color: transparent;
  color: #d2b464; }

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

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-Bold.woff2") format("woff2"), url("../fonts/mundial/Mundial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-BoldItalic.woff2") format("woff2"), url("../fonts/mundial/Mundial-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-LightItalic.woff2") format("woff2"), url("../fonts/mundial/Mundial-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-Light.woff2") format("woff2"), url("../fonts/mundial/Mundial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-Italic.woff2") format("woff2"), url("../fonts/mundial/Mundial-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/mundial/Mundial-Regular.woff2") format("woff2"), url("../fonts/mundial/Mundial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

.absolute-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 33; }

.overflow-hidden {
  max-width: 100vw;
  overflow: hidden; }

.owl-314-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 82px;
  margin-left: 40px; }
  @media (max-width: 1359.98px) {
    .owl-314-wrapper {
      margin-left: 20px; } }
  @media (max-width: 575.98px) {
    .owl-314-wrapper {
      margin-left: 16px;
      padding-bottom: 42px; } }
  .owl-314-wrapper .owl-carousel {
    width: 82%;
    overflow: visible !important;
    position: static; }
    .owl-314-wrapper .owl-carousel .owl-dots {
      margin-top: 80px;
      position: absolute;
      max-width: 1370px;
      width: calc(100vw - 40px);
      left: calc((100vw - 1370px) / 2 - 30px); }
      @media (max-width: 1479.98px) {
        .owl-314-wrapper .owl-carousel .owl-dots {
          max-width: none;
          left: -20px;
          right: 20px;
          width: auto; } }
      @media (max-width: 575.98px) {
        .owl-314-wrapper .owl-carousel .owl-dots {
          margin-top: 40px; } }
    .owl-314-wrapper .owl-carousel .owl-stage-outer {
      overflow: visible !important;
      position: static; }
    .owl-314-wrapper .owl-carousel .owl-stage {
      overflow: visible !important;
      position: static; }

.row-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .row-40 > * {
    padding-left: 20px;
    padding-right: 20px; }
  @media (max-width: 1359.98px) {
    .row-40 {
      margin-left: -10px;
      margin-right: -10px; }
      .row-40 > * {
        padding-left: 10px;
        padding-right: 10px; } }

.row-320 {
  margin-left: -160px;
  margin-right: -160px; }
  .row-320 > * {
    padding-left: 160px;
    padding-right: 160px; }
  @media (max-width: 1599.98px) {
    .row-320 {
      margin-left: -80px;
      margin-right: -80px; }
      .row-320 > * {
        padding-left: 80px;
        padding-right: 80px; } }
  @media (max-width: 1359.98px) {
    .row-320 {
      margin-left: -40px;
      margin-right: -40px; }
      .row-320 > * {
        padding-left: 40px;
        padding-right: 40px; } }

.underline {
  text-decoration: underline; }

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 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background-color: #d2b464;
  display: inline-block;
  padding: 16px 38px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .btn:hover {
    color: #fff;
    background-color: #2B2B25; }
  .btn--black {
    background-color: #222;
    color: #fff; }
    .btn--black:hover {
      background-color: #bbb;
      color: #222; }
  .btn--white {
    background: #fff;
    color: #2B2B25; }
  .btn--white-border {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 37px; }

.link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  border: none;
  background: none; }
  .link i {
    margin-left: 8px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }
    .link i.icon-arrow-right {
      display: inline-block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .link i.icon-arrow-left {
      margin-left: 0;
      margin-right: 8px; }
    .link i.icon-play {
      padding-right: 4px; }
  .link--white {
    color: #fff; }

a.link:hover, button.link:hover {
  cursor: pointer;
  color: #b29034; }
  a.link:hover i.icon-arrow-right, button.link:hover i.icon-arrow-right {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  a.link:hover i.icon-play, button.link:hover i.icon-play {
    padding-right: 0px;
    padding-left: 4px; }

.headline {
  font-size: 40px;
  margin-bottom: 80px;
  line-height: 1.32;
  font-weight: 300;
  font-family: 'Mundial';
  text-transform: lowercase; }
  @media (max-width: 1359.98px) {
    .headline {
      font-size: 34px; } }
  @media (max-width: 767.98px) {
    .headline {
      font-size: 28px;
      margin-bottom: 32px; } }
  .headline--lg {
    font-size: 70px;
    line-height: 1.24;
    margin-bottom: 80px;
    text-transform: none; }
    @media (max-width: 1359.98px) {
      .headline--lg {
        font-size: 56px; } }
    @media (max-width: 767.98px) {
      .headline--lg {
        font-size: 44px;
        line-height: 1.16;
        margin-bottom: 40px; } }
  .headline--sm {
    font-size: 28px; }
    @media (max-width: 767.98px) {
      .headline--sm {
        font-size: 22px; } }
  .headline--xs {
    font-size: 18px; }
  .headline--2mb {
    margin-bottom: 160px; }
    @media (max-width: 1359.98px) {
      .headline--2mb {
        margin-bottom: 80px; } }
  .headline--no-transform {
    text-transform: none; }

.headline + .headline--lg {
  margin-top: 160px; }
  @media (max-width: 1359.98px) {
    .headline + .headline--lg {
      margin-top: 80px; } }

.owl-carousel .owl-dots {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  width: 100%; }
  .owl-carousel .owl-dots .owl-dot {
    background-color: #333;
    width: 100%;
    display: block;
    height: 2px; }
    .owl-carousel .owl-dots .owl-dot.active ~ .owl-dot {
      background-color: #f4f4f4; }

.tags, form.searchandfilter ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px; }

.tag, form.searchandfilter ul li ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: 1.5px solid #222;
  border-radius: 5px;
  padding: 12px 32px;
  display: inline-block; }
  @media (max-width: 575.98px) {
    .tag, form.searchandfilter ul li ul li {
      padding: 8px 16px; } }
  .tag--white, form.searchandfilter ul li ul li--white {
    border-color: #fff;
    color: #fff; }
  .tag--dark, form.searchandfilter ul li ul li--dark {
    background-color: #000;
    color: #fff;
    border-color: #000; }
  .tag--gray, form.searchandfilter ul li ul li--gray {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #222; }

form.searchandfilter {
  padding-top: 40px;
  margin-bottom: 48px; }
  form.searchandfilter ul li ul li {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #222;
    cursor: pointer; }
    form.searchandfilter ul li ul li:hover {
      background-color: #d2b464;
      border-color: #d2b464; }
    form.searchandfilter ul li ul li.sf-option-active {
      background-color: #000;
      color: #fff;
      border-color: #000; }
    form.searchandfilter ul li ul li input {
      display: none; }
    form.searchandfilter ul li ul li label {
      padding-left: 0 !important; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination:has(*) {
    margin-top: 80px;
    margin-bottom: 120px; }
  .pagination i {
    font-size: 12px; }
  .pagination span, .pagination a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px 8px;
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #222; }
    .pagination span.current, .pagination a.current {
      color: #E9E9E9;
      background-color: #222; }
  .pagination a:hover {
    background-color: #d2b464; }

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

.wpcf7 input:not([type='checkbox']), .wpcf7 textarea, .wpcf7 select {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #2B2B25;
  background-color: transparent;
  padding: 12px 16px;
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  font-weight: 300 !important; }
  .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
    color: #2B2B25; }
  .wpcf7 input:not([type='checkbox'])::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
    color: #2B2B25; }
  .wpcf7 input:not([type='checkbox']):-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
    color: #2B2B25; }
  .wpcf7 input:not([type='checkbox'])::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
    color: #2B2B25; }
  .wpcf7 input:not([type='checkbox'])::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
    color: #2B2B25; }
  .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"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #bbb;
  border-radius: 0;
  /* ← works now */
  cursor: pointer;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.wpcf7 input[type="checkbox"]:checked {
  background-color: #b29034;
  border-color: #b29034;
  position: relative; }

.wpcf7 input[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.wpcf7 .wpcf7-not-valid input[type="checkbox"] {
  border-color: #d40404; }

.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: 46px;
  margin-bottom: 12px; }
  .wpcf7 textarea:focus {
    height: 106px; }

.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: #2B2B25;
    font-size: 12px; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
      color: #d2b464;
      text-decoration: underline; }

.wpcf7 button.link {
  margin-bottom: 16px; }

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

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

.form-content-white input:is(:-webkit-autofill, :autofill) {
  color: #fff !important; }

.form-content-white input:-webkit-autofill,
.form-content-white input:-webkit-autofill:hover,
.form-content-white input:-webkit-autofill:focus,
.form-content-white input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff; }

.form-content-white input:not([type='checkbox']), .form-content-white textarea, .form-content-white select {
  border: 1px solid #fff;
  color: #fff !important; }
  .form-content-white input:not([type='checkbox'])::-webkit-input-placeholder, .form-content-white textarea::-webkit-input-placeholder, .form-content-white select::-webkit-input-placeholder {
    color: #fff; }
  .form-content-white input:not([type='checkbox'])::-moz-placeholder, .form-content-white textarea::-moz-placeholder, .form-content-white select::-moz-placeholder {
    color: #fff; }
  .form-content-white input:not([type='checkbox']):-ms-input-placeholder, .form-content-white textarea:-ms-input-placeholder, .form-content-white select:-ms-input-placeholder {
    color: #fff; }
  .form-content-white input:not([type='checkbox'])::-ms-input-placeholder, .form-content-white textarea::-ms-input-placeholder, .form-content-white select::-ms-input-placeholder {
    color: #fff; }
  .form-content-white input:not([type='checkbox'])::placeholder, .form-content-white textarea::placeholder, .form-content-white select::placeholder {
    color: #fff; }
  .form-content-white input:not([type='checkbox']):focus, .form-content-white textarea:focus, .form-content-white select:focus {
    background-color: rgba(0, 0, 0, 0.48); }

.form-content-white button.link {
  color: #fff; }

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

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

.wpcf7 .float-labels > label.move {
  font-size: 12px;
  top: -16px;
  left: 0;
  color: #b29034; }

.text-content h1:not(.headline), .text-content h2:not(.headline), .text-content h3:not(.headline), .text-content h4:not(.headline), .text-content h5:not(.headline), .text-content h6:not(.headline), .post-text-format h1:not(.headline), .post-text-format h2:not(.headline), .post-text-format h3:not(.headline), .post-text-format h4:not(.headline), .post-text-format h5:not(.headline), .post-text-format h6:not(.headline) {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.32;
  font-weight: 300;
  text-transform: lowercase; }
  @media (max-width: 1359.98px) {
    .text-content h1:not(.headline), .text-content h2:not(.headline), .text-content h3:not(.headline), .text-content h4:not(.headline), .text-content h5:not(.headline), .text-content h6:not(.headline), .post-text-format h1:not(.headline), .post-text-format h2:not(.headline), .post-text-format h3:not(.headline), .post-text-format h4:not(.headline), .post-text-format h5:not(.headline), .post-text-format h6:not(.headline) {
      font-size: 34px; } }
  @media (max-width: 767.98px) {
    .text-content h1:not(.headline), .text-content h2:not(.headline), .text-content h3:not(.headline), .text-content h4:not(.headline), .text-content h5:not(.headline), .text-content h6:not(.headline), .post-text-format h1:not(.headline), .post-text-format h2:not(.headline), .post-text-format h3:not(.headline), .post-text-format h4:not(.headline), .post-text-format h5:not(.headline), .post-text-format h6:not(.headline) {
      font-size: 28px;
      line-height: 1.32;
      margin-bottom: 32px; } }

.text-content p, .post-text-format p {
  margin-bottom: 24px; }

.text-content p + ul, .post-text-format p + ul {
  margin-top: -24px; }

.text-content ul, .text-content ol, .post-text-format ul, .post-text-format ol {
  margin-bottom: 24px; }
  .text-content ul li, .text-content ol li, .post-text-format ul li, .post-text-format ol li {
    padding-left: 24px;
    line-height: 1.8;
    position: relative; }

.text-content ul > li:before, .post-text-format ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2B2B25;
  top: 12px;
  left: 0; }

.text-content--sm-headlines h1:not(.headline), .text-content--sm-headlines h2:not(.headline), .text-content--sm-headlines h3:not(.headline), .text-content--sm-headlines h4:not(.headline), .text-content--sm-headlines h5:not(.headline), .text-content--sm-headlines h6:not(.headline), .post-text-format--sm-headlines h1:not(.headline), .post-text-format--sm-headlines h2:not(.headline), .post-text-format--sm-headlines h3:not(.headline), .post-text-format--sm-headlines h4:not(.headline), .post-text-format--sm-headlines h5:not(.headline), .post-text-format--sm-headlines h6:not(.headline) {
  font-size: 28px; }
  @media (max-width: 767.98px) {
    .text-content--sm-headlines h1:not(.headline), .text-content--sm-headlines h2:not(.headline), .text-content--sm-headlines h3:not(.headline), .text-content--sm-headlines h4:not(.headline), .text-content--sm-headlines h5:not(.headline), .text-content--sm-headlines h6:not(.headline), .post-text-format--sm-headlines h1:not(.headline), .post-text-format--sm-headlines h2:not(.headline), .post-text-format--sm-headlines h3:not(.headline), .post-text-format--sm-headlines h4:not(.headline), .post-text-format--sm-headlines h5:not(.headline), .post-text-format--sm-headlines h6:not(.headline) {
      font-size: 22px; } }

.post-text-format > :first-child {
  margin-top: 0; }

.post-text-format h1, .post-text-format h2, .post-text-format h3, .post-text-format h4, .post-text-format h5, .post-text-format h6 {
  margin-top: 48px; }
  .post-text-format h1 span, .post-text-format h2 span, .post-text-format h3 span, .post-text-format h4 span, .post-text-format h5 span, .post-text-format h6 span {
    height: 24px;
    display: block; }

.post-text-format h1:not(.headline) {
  font-size: 72px;
  margin-bottom: 32px;
  line-height: 1.1;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h1:not(.headline) {
      font-size: 64px; } }
  @media (max-width: 767.98px) {
    .post-text-format h1:not(.headline) {
      font-size: 56px;
      margin-bottom: 32px; } }

.post-text-format h2:not(.headline) {
  font-size: 64px;
  margin-bottom: 32px;
  line-height: 1.1;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h2:not(.headline) {
      font-size: 56px; } }
  @media (max-width: 767.98px) {
    .post-text-format h2:not(.headline) {
      font-size: 48px;
      line-height: 1.1;
      margin-bottom: 32px; } }

.post-text-format h3:not(.headline) {
  font-size: 56px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h3:not(.headline) {
      font-size: 48px; } }
  @media (max-width: 767.98px) {
    .post-text-format h3:not(.headline) {
      font-size: 40px;
      margin-bottom: 32px; } }

.post-text-format h4:not(.headline) {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h4:not(.headline) {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .post-text-format h4:not(.headline) {
      font-size: 36px;
      line-height: 1.32;
      margin-bottom: 32px; } }

.post-text-format h5:not(.headline) {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 1.32;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h5:not(.headline) {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    .post-text-format h5:not(.headline) {
      font-size: 32px;
      margin-bottom: 32px; } }

.post-text-format h6:not(.headline) {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: 300; }
  @media (max-width: 1359.98px) {
    .post-text-format h6:not(.headline) {
      font-size: 28px; } }
  @media (max-width: 767.98px) {
    .post-text-format h6:not(.headline) {
      font-size: 24px;
      margin-bottom: 32px; } }

.post-text-format img:not(.absolute-img) {
  margin-top: 24px; }

.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;
  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: #bfbfbf;
    opacity: .9; }
  .popup__box {
    z-index: 75;
    display: block;
    position: relative;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    width: 720px;
    margin-top: 50vh;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    background-color: #fff;
    padding: 40px 16px 24px;
    width: 100%;
    height: 100vh; }
    @media (min-width: 768px) {
      .popup__box {
        padding: 64px 32px 40px; } }
  .popup__close {
    position: fixed;
    top: 56px;
    right: 64px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    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: #fff;
    border: 1px solid #fff;
    color: #2B2B25;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
    @media (max-width: 991.98px) {
      .popup__close {
        top: 20px;
        right: 20px;
        border: 1px solid #222; } }
    .popup__close:hover {
      border-color: #2B2B25; }
  .popup__intro {
    margin-bottom: 56px; }

#jop-popup .wrapper-sm {
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 40px; }

#jop-popup .wpcf7-form button.wpcf7-submit {
  margin-top: 40px; }

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 40px; }
  .social-media .link {
    opacity: .32; }
    .social-media .link:hover {
      opacity: 1; }
  .social-media--icons {
    gap: 16px 72px; }
    .social-media--icons .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 1;
      text-transform: none;
      font-size: 16px;
      font-weight: 400; }
      .social-media--icons .link:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        color: #2B2B25; }
      .social-media--icons .link img {
        height: 32px;
        width: auto; }

.menu-site .social-media {
  margin-left: auto;
  margin-right: 32px; }
  @media (max-width: 991.98px) {
    .menu-site .social-media {
      margin-bottom: 24px;
      margin-right: auto; } }
  @media (max-width: 575.98px) {
    .menu-site .social-media {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 72px;
      margin-bottom: 48px;
      gap: 32px; } }

.call-us {
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  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;
  border-radius: 100px;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .call-us {
      right: 16px;
      bottom: 20px; } }
  .call-us:hover {
    border-color: #2B2B25;
    width: 160px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2B2B25; }
    .call-us:hover span {
      display: block;
      font-size: 14px; }
  .call-us span {
    display: none;
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap; }

.menu-site .call-us {
  position: static;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 12px;
  border-color: transparent; }
  @media (max-width: 991.98px) {
    .menu-site .call-us {
      position: absolute;
      bottom: 0px;
      right: 0px; } }
  .menu-site .call-us:hover {
    background-color: #b29034;
    border-color: #d2b464; }

.tabs .tabs-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 80px; }

.tabs .tab-link.tag {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #222;
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }
  .tabs .tab-link.tag:not(.tab-link--active):hover {
    background-color: #d2b464;
    color: #222;
    border-color: #d2b464; }

.tabs .tab-link.tab-link--active {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.tabs .tab-link__count {
  padding-left: 4px;
  opacity: .72;
  font-weight: normal; }

.tabs .tab-content {
  display: none; }
  .tabs .tab-content--visible {
    display: block; }

.post-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .post-preview {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .post-preview__image {
    position: relative;
    width: 44%;
    background-color: #d2b464; }
    @media (max-width: 575.98px) {
      .post-preview__image {
        width: 100%;
        aspect-ratio: 4 / 3; } }
  .post-preview__content {
    display: block;
    position: relative;
    width: 56%;
    padding: 72px 40px 72px 40px;
    background-color: #ddd; }
    @media (max-width: 991.98px) {
      .post-preview__content {
        padding: 48px 24px 48px 24px; } }
    @media (max-width: 575.98px) {
      .post-preview__content {
        width: 100%; } }
    .post-preview__content:hover {
      color: #222 !important;
      background-color: #d2b464 !important; }
      .post-preview__content:hover span.link i {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .post-preview__content > .link:first-child {
      display: inline-block;
      margin-bottom: 56px;
      line-height: 1.6; }
      @media (max-width: 991.98px) {
        .post-preview__content > .link:first-child {
          margin-bottom: 40px; } }
      .post-preview__content > .link:first-child span {
        opacity: .24;
        padding-left: 8px;
        padding-right: 8px; }
    .post-preview__content .headline {
      margin-bottom: 40px;
      min-height: 100px; }
    .post-preview__content .author-preview {
      margin-bottom: 72px; }
      @media (max-width: 991.98px) {
        .post-preview__content .author-preview {
          margin-bottom: 48px; } }

.author-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .author-preview__image {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #d2b464;
    margin-top: 3px; }
  .author-preview__profession {
    font-size: 12px;
    line-height: 1.2 !important; }

.person-preview:hover .person-preview__image {
  opacity: .24; }

.person-preview:hover .person-preview__data {
  opacity: 1; }

.person-preview__image {
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 420px; }
  @media (max-width: 575.98px) {
    .person-preview__image {
      height: 60vw; } }
  .person-preview__image img {
    max-height: 420px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 575.98px) {
      .person-preview__image img {
        max-height: 60vw; } }

.person-preview__data {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .8s all ease;
  transition: .8s all ease; }
  .person-preview__data .headline {
    margin-bottom: 8px; }

.we-know-trigger-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #d2b464;
  margin-top: -12px;
  margin-bottom: -12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  position: relative;
  cursor: pointer; }
  .we-know-trigger-btn:hover {
    width: 226px; }
    @media (max-width: 575.98px) {
      .we-know-trigger-btn:hover {
        width: 48px; } }
    .we-know-trigger-btn:hover i.icon-bell {
      opacity: 0; }
    .we-know-trigger-btn:hover i.icon-arrow-right {
      opacity: 1; }
  .we-know-trigger-btn span {
    margin-right: 8px;
    display: block;
    text-align: center;
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 575.98px) {
      .we-know-trigger-btn span {
        display: none; } }
  .we-know-trigger-btn i {
    position: relative;
    width: 40px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    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;
    font-size: 14px; }
  .we-know-trigger-btn i.icon-arrow-right {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease; }

.we-know {
  position: relative;
  width: 100%;
  height: 0vh;
  overflow: scroll;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  z-index: 1;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .we-know::-webkit-scrollbar {
    display: none; }
  .we-know.is-active {
    height: 100vh;
    overflow: scroll; }
  .we-know.is-state-1 .we-know__box:after {
    -webkit-transform: translate3d(-50%, -56%, 0);
            transform: translate3d(-50%, -56%, 0); }
  .we-know.is-state-2 .we-know__box:after {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .we-know.is-state-3 .we-know__box:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  .we-know.is-state-4 .we-know__box:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg); }
    @media (max-width: 991.98px) {
      .we-know.is-state-4 .we-know__box:after {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
                transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
  @media (max-width: 991.98px) {
    .we-know.is-state-5 .we-know__box:after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(540deg);
              transform: translate3d(-50%, -50%, 0) rotate(540deg); } }
  @media (max-width: 991.98px) {
    .we-know.is-state-6 .we-know__box:after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(720deg);
              transform: translate3d(-50%, -50%, 0) rotate(720deg); } }
  .we-know__close {
    position: absolute;
    top: 40px;
    right: 32px;
    z-index: 100;
    width: 36px;
    height: 36px;
    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;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4); }
    @media (max-width: 767.98px) {
      .we-know__close {
        top: 22px;
        right: 18px; } }
    .we-know__close:hover {
      border-color: #222;
      background-color: #fff; }
  .we-know__box {
    background-color: #000;
    height: calc(100vh - 40px);
    min-height: calc(440px - 40px);
    margin-top: 20px;
    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;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 28px; }
    @media (max-width: 1199.98px) {
      .we-know__box {
        font-size: 22px; } }
    @media (max-width: 575.98px) {
      .we-know__box {
        font-style: 1rem; } }
    .we-know__box:after {
      content: "";
      display: block;
      position: absolute;
      width: 3000px;
      height: 3000px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      background-image: url("../img/bg-gradient.png");
      background-position: center center;
      -webkit-transition: 1s all ease;
      transition: 1s all ease; }
      @media (max-width: 991.98px) {
        .we-know__box:after {
          opacity: 0.2; } }
    .we-know__box > * {
      position: relative;
      z-index: 2; }
    .we-know__box p {
      line-height: 1.3; }
  .we-know .morph-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 40px; }
    @media (max-width: 575.98px) {
      .we-know .morph-content {
        padding: 20px; } }
    .we-know .morph-content .content-inner {
      position: relative; }
      .we-know .morph-content .content-inner .old-text-1 {
        position: absolute;
        top: -60px;
        opacity: 0.32;
        width: 100%;
        text-align: center; }
      .we-know .morph-content .content-inner .old-text-2 {
        position: absolute;
        top: -120px;
        opacity: 0.16;
        width: 100%;
        text-align: center; }
    .we-know .morph-content.content-1 {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      visibility: visible; }
    .we-know .morph-content.content-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      @media (max-width: 991.98px) {
        .we-know .morph-content.content-2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          gap: 48px; } }
      .we-know .morph-content.content-2 .we-know__source-logo-wrapper {
        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; }
        .we-know .morph-content.content-2 .we-know__source-logo-wrapper img {
          width: 300px;
          margin-top: -8px; }
    .we-know .morph-content.content-3, .we-know .morph-content.content-4, .we-know .morph-content.content-5 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      @media (max-width: 991.98px) {
        .we-know .morph-content.content-3, .we-know .morph-content.content-4, .we-know .morph-content.content-5 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .we-know .morph-content.content-4 .we-know-video {
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: 0;
      width: 50%;
      height: calc(100vh - 40px);
      min-height: calc(440px - 40px);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #222; }
      @media (max-width: 991.98px) {
        .we-know .morph-content.content-4 .we-know-video {
          display: none; } }

.js-source-number-1,
.js-source-number-2 {
  font-size: 48px !important;
  font-weight: bold;
  text-align: center;
  margin-top: -24px; }
  @media (max-width: 991.98px) {
    .js-source-number-1,
    .js-source-number-2 {
      display: none; } }

.morph-content.content-6 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .morph-content.content-6 .content-6__col-first {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 5vw; }
    @media (max-width: 991.98px) {
      .morph-content.content-6 .content-6__col-first {
        width: 100%;
        padding-right: 0; } }
    .morph-content.content-6 .content-6__col-first .wk-form-wrapper {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    .morph-content.content-6 .content-6__col-first .btn--phone {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .morph-content.content-6 .content-6__col-first p {
      margin-bottom: 48px;
      font-size: 1.6rem;
      max-width: 570px;
      line-height: 1.6; }
      @media (max-width: 1199.98px) {
        .morph-content.content-6 .content-6__col-first p {
          font-size: 1.2rem; } }
  .morph-content.content-6 .we-know-form {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px; }
    @media (max-width: 767.98px) {
      .morph-content.content-6 .we-know-form {
        margin-bottom: 8px; } }
    @media (max-width: 1199.98px) {
      .morph-content.content-6 .we-know-form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .morph-content.content-6 .we-know-form .btn {
      margin-top: -16px; }
    @media (max-width: 575.98px) {
      .morph-content.content-6 .we-know-form .form-content-white {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .morph-content.content-6 .content-6__col-second {
    width: 50%;
    padding: 5vh 5vw; }
    @media (max-width: 1479.98px) {
      .morph-content.content-6 .content-6__col-second {
        padding: 40px 0px 40px 40px; } }
    @media (max-width: 991.98px) {
      .morph-content.content-6 .content-6__col-second {
        display: none; } }
    .morph-content.content-6 .content-6__col-second img {
      max-width: 100%;
      height: auto; }
  .morph-content.content-6 .we-know-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .morph-content.content-6 .we-know-logos .we-know-logo-wrapper {
      width: 33.3%;
      padding: 32px;
      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; }
      @media (max-width: 1479.98px) {
        .morph-content.content-6 .we-know-logos .we-know-logo-wrapper {
          padding: 16px; } }
      .morph-content.content-6 .we-know-logos .we-know-logo-wrapper img {
        -webkit-filter: grayscale(100);
                filter: grayscale(100); }

.breadcrumbs {
  border-top: 1px solid #eee;
  padding: 32px 0; }
  .breadcrumbs i {
    font-size: 12px;
    margin-right: 8px; }
  .breadcrumbs__current-page {
    padding-left: 24px;
    margin-left: 20px;
    text-transform: lowercase;
    position: relative; }
    .breadcrumbs__current-page:before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      bottom: 0;
      width: 1px;
      background-color: #ddd; }

.header__logo {
  width: 48px;
  display: block; }

.header__bar {
  padding-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px; }
  .header__bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__bar__hamburger {
    cursor: pointer;
    margin-bottom: 8px;
    position: fixed;
    top: 22px;
    z-index: 9999;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.48);
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease; }
    .header__bar__hamburger:hover {
      background-color: #f4f4f4; }
    .header__bar__hamburger:hover .hamburger {
      background-color: #444; }
    .header__bar__hamburger .hamburger {
      display: block;
      width: 14px;
      height: 2px;
      background-color: #2B2B25;
      border-radius: 1px; }
      .header__bar__hamburger .hamburger:before, .header__bar__hamburger .hamburger:after {
        content: "";
        display: block;
        position: relative;
        top: -4px;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: inherit; }
      .header__bar__hamburger .hamburger:after {
        margin-top: 6px; }
  .header__bar__logo {
    margin-left: 72px;
    top: 32px;
    position: fixed;
    z-index: 9999;
    mix-blend-mode: difference; }
    .header__bar__logo img {
      mix-blend-mode: difference;
      color: #222; }
    .header__bar__logo svg path {
      fill: #fff; }

.menu-site {
  position: fixed;
  top: -100vh;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
  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;
  gap: 32px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }
  .menu-site::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }
  .menu-site__close {
    font-size: 17px;
    color: #fff;
    position: sticky;
    top: 22px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease; }
    .menu-site__close:hover {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.24);
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      background-color: rgba(255, 255, 255, 0.24); }
  .menu-site__logo {
    margin-left: 72px;
    margin-top: -8px;
    margin-bottom: 40px; }
  .menu-site__footer {
    min-height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    gap: 24px; }
    @media (max-width: 991.98px) {
      .menu-site__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 40px;
        min-height: auto;
        position: relative;
        margin-top: 16px; } }
    .menu-site__footer__partner {
      padding-right: 24px;
      min-width: 240px;
      margin-left: 16px; }
      @media (max-width: 1479.98px) {
        .menu-site__footer__partner {
          min-width: 200px; } }
      @media (max-width: 1359.98px) {
        .menu-site__footer__partner + p {
          display: none; } }
      @media (max-width: 991.98px) {
        .menu-site__footer__partner {
          margin-right: auto; } }
  .menu-site .nav-site {
    margin-left: 72px; }
    .menu-site .nav-site.expanded ul.menu > li > a {
      opacity: 0.56; }
      .menu-site .nav-site.expanded ul.menu > li > a:hover {
        color: #fff; }
    .menu-site .nav-site ul.menu li {
      margin-bottom: 24px;
      font-size: 18px;
      text-transform: lowercase; }
      .menu-site .nav-site ul.menu li a {
        color: #fff;
        -webkit-transition: 0.2s all ease;
        transition: 0.2s all ease; }
        .menu-site .nav-site ul.menu li a:hover {
          color: #d2b464; }
      .menu-site .nav-site ul.menu li.menu-item-has-children > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0px 24px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .menu-site .nav-site ul.menu li.menu-item-has-children > a:after {
          content: "\e864";
          font-family: "fontello";
          display: inline-block;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          font-size: 16px;
          top: 2px;
          position: relative;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
        .menu-site .nav-site ul.menu li.menu-item-has-children > a.visible-submenu:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .menu-site .nav-site ul.menu li.menu-item-has-children ul.sub-menu {
        display: none;
        padding-left: 92px;
        margin-top: 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.24);
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
        margin-bottom: 32px;
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        font-family: "Outfit", sans-serif !important;
        -webkit-column-gap: 80px;
           -moz-column-gap: 80px;
                column-gap: 80px;
        font-weight: 300; }
        @media (max-width: 1199.98px) {
          .menu-site .nav-site ul.menu li.menu-item-has-children ul.sub-menu {
            -webkit-column-count: 2;
               -moz-column-count: 2;
                    column-count: 2; } }
        @media (max-width: 767.98px) {
          .menu-site .nav-site ul.menu li.menu-item-has-children ul.sub-menu {
            -webkit-column-count: 1;
               -moz-column-count: 1;
                    column-count: 1; } }
        @media (max-width: 575.98px) {
          .menu-site .nav-site ul.menu li.menu-item-has-children ul.sub-menu {
            padding-left: 32px;
            padding-bottom: 16px;
            margin-bottom: 40px; } }
        .menu-site .nav-site ul.menu li.menu-item-has-children ul.sub-menu li {
          margin-bottom: 24px; }

.site-footer ul.menu li {
  margin-bottom: 11px; }

.site-footer .social-media {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px; }
  .site-footer .social-media img {
    display: none; }

@media (max-width: 1199.98px) {
  .footer-col {
    margin-bottom: 80px; } }

.footer-col__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px; }
  .footer-col__header .footer-logo {
    height: 40px;
    width: auto;
    position: relative;
    top: -12px;
    margin-bottom: -4px; }
  .footer-col__header .headline {
    margin-bottom: 0; }

.footer-col__body {
  margin-bottom: 40px;
  padding-right: 40px; }

.footer-contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 991.98px) {
    .footer-contact-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px; } }
  .footer-contact-row .footer-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px; }
    .footer-contact-row .footer-phone i {
      font-size: 14px; }

.footer-bottom {
  padding: 40px 0 80px; }
  @media (max-width: 1199.98px) {
    .footer-bottom {
      padding-bottom: 20px; } }
  @media (max-width: 1199.98px) {
    .footer-bottom .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 40px; } }
  .footer-bottom p {
    margin-bottom: 11px; }
  .footer-bottom ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    @media (max-width: 767.98px) {
      .footer-bottom ul.menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
  .footer-bottom__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    @media (max-width: 767.98px) {
      .footer-bottom__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
  .footer-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199.98px) {
      .footer-bottom__right {
        margin-top: 10px; } }
    .footer-bottom__right img {
      height: 16px;
      width: auto; }
      @media (max-width: 767.98px) {
        .footer-bottom__right img {
          display: none; } }
  .footer-bottom a.change-cookie-settings-btn {
    text-decoration: underline;
    cursor: pointer; }

.hero__content {
  min-height: calc(100vh - 160px);
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .hero__content {
      min-height: calc(100vh - 172px); } }

.hero__bottom-bar {
  min-height: 80px;
  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;
  gap: 24px;
  margin-right: 108px; }
  .hero__bottom-bar .headline {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .hero__bottom-bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 34px;
      margin-right: 64px; }
      .hero__bottom-bar .headline {
        margin-bottom: 32px; } }

.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  @media (max-width: 767.98px) {
    .hero__links {
      display: none; } }

.hero__content.enlargement {
  -webkit-animation: enlargement 1.5s ease-out 0s both;
          animation: enlargement 1.5s ease-out 0s both;
  overflow: hidden;
  background-color: #333; }

@-webkit-keyframes enlargement {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes enlargement {
  from {
    width: 0; }
  to {
    width: 100%; } }

@media (max-width: 767.98px) {
  .hero_1 {
    margin-bottom: 80px; } }

.hero_1 .hero__content {
  min-height: calc(100vh - 244px); }
  @media (max-width: 767.98px) {
    .hero_1 .hero__content {
      min-height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }

.hero_1 .text-content {
  width: 50%;
  padding: 80px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1599.98px) {
    .hero_1 .text-content {
      padding: 80px 40px; } }
  @media (max-width: 991.98px) {
    .hero_1 .text-content {
      padding: 80px 20px 80px 0; } }
  @media (max-width: 767.98px) {
    .hero_1 .text-content {
      width: 100%;
      padding: 0;
      margin-top: 80px; } }
  .hero_1 .text-content p {
    max-width: 400px; }
  .hero_1 .text-content h1, .hero_1 .text-content h2, .hero_1 .text-content h3, .hero_1 .text-content h4, .hero_1 .text-content h5, .hero_1 .text-content h6 {
    margin-bottom: 64px; }
    @media (max-width: 575.98px) {
      .hero_1 .text-content h1, .hero_1 .text-content h2, .hero_1 .text-content h3, .hero_1 .text-content h4, .hero_1 .text-content h5, .hero_1 .text-content h6 {
        margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .hero_1 .hero__bottom-bar {
    display: none; } }

.hero_1 .video-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-color: #2B2B25;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out; }
  @media (max-width: 767.98px) {
    .hero_1 .video-container {
      width: 100%;
      position: relative;
      margin-top: 80px;
      aspect-ratio: 16 / 9; } }
  .hero_1 .video-container:hover {
    width: 100%; }
    .hero_1 .video-container:hover .link {
      opacity: 0; }
  .hero_1 .video-container .link {
    color: #fff;
    position: absolute;
    z-index: 3;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    text-shadow: 0px 0px 40px #000000;
    background-color: pink;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    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;
    background-color: rgba(0, 0, 0, 0.64);
    display: none; }

@media (max-width: 767.98px) {
  .hero_2 {
    margin-bottom: 24px; } }

.hero_2__video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 99;
  width: 580px !important;
  text-align: center; }
  @media (max-width: 767.98px) {
    .hero_2__video-content {
      width: calc(100vw - 80px) !important; } }
  .hero_2__video-content p {
    margin-bottom: 32px; }

.hero_s2 .video-container {
  position: relative;
  width: 100%;
  height: 36vw; }

.hero_s2 .text-content {
  margin: 88px 0; }
  .hero_s2 .text-content h1, .hero_s2 .text-content h2, .hero_s2 .text-content h3, .hero_s2 .text-content h4, .hero_s2 .text-content h5, .hero_s2 .text-content h6 {
    margin-bottom: 56px; }

@media (max-width: 575.98px) {
  .text_blocks_1 {
    margin-bottom: 40px; } }

.text_blocks_1 .headline + .headline--lg {
  margin-top: 88px; }
  @media (max-width: 575.98px) {
    .text_blocks_1 .headline + .headline--lg {
      margin-top: 40px; } }

.text_blocks_1 .row {
  margin-top: 88px;
  margin-left: 0;
  margin-right: 0; }

.text_blocks_1--dark {
  padding-top: 0 !important; }
  .text_blocks_1--dark .row {
    background-color: #222;
    position: relative !important;
    overflow: hidden;
    margin-top: 56px; }
    .text_blocks_1--dark .row:after {
      content: '';
      display: block;
      position: absolute;
      width: 2400px;
      height: 2400px;
      left: 50%;
      top: 50%;
      background-image: url(../img/bg-gradient.png);
      background-size: cover;
      background-position: center center;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: 1s all ease;
      transition: 1s all ease; }
      @media (max-width: 767.98px) {
        .text_blocks_1--dark .row:after {
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
                  transform: translate3d(-50%, -50%, 0) rotate(90deg); } }
  .text_blocks_1--dark .text-block {
    background-color: transparent;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 240px 40px 20px !important;
    margin-bottom: 0 !important; }
    @media (max-width: 767.98px) {
      .text_blocks_1--dark .text-block {
        padding: 80px 16px 56px !important; } }
    .text_blocks_1--dark .text-block:nth-of-type(2n) {
      text-align: right; }
      .text_blocks_1--dark .text-block:nth-of-type(2n) .text-block__hide-content {
        margin-right: 0;
        margin-left: auto; }
    .text_blocks_1--dark .text-block:hover {
      background-color: transparent; }

.text_blocks_1--border .row {
  border: 1px solid #f7f7f7; }

.text_blocks_1--border .text-block {
  border: 1px solid #f7f7f7; }
  .text_blocks_1--border .text-block:hover {
    background-color: #f7f7f7; }

.text-block {
  padding: 80px 80px !important;
  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;
  -webkit-transition: .5s all ease-out;
  transition: .5s all ease-out; }
  @media (max-width: 1599.98px) {
    .text-block {
      padding: 48px !important; } }
  @media (max-width: 1199.98px) {
    .text-block {
      padding: 40px 32px !important;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .text-block .text-block__contents-wrapper-2 {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important; } }
  @media (max-width: 991.98px) {
    .text-block {
      padding: 40px 20px !important; } }
  .text-block:hover {
    background-color: #f4f4f4; }
    .text-block:hover .text-block__contents-wrapper-2 {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important; }
  .text-block.enhance {
    background: #d2b464; }
    .text-block.enhance a:hover {
      color: #2B2B25; }
  .text-block__contents-wrapper {
    overflow: hidden; }
  .text-block__contents-wrapper-2 {
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out; }
  .text-block__hide-content {
    max-width: 500px;
    margin-top: 40px; }
  .text-block .link {
    display: inline-block;
    margin-top: 16px;
    margin-top: 56px; }

.text_section_3 + .text_blocks_1--border {
  margin-top: 72px; }

.text_blocks_2 + .text_blocks_1 {
  margin-top: 80px; }

.offer_with_categories_1 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .offer_with_categories_1 .owl-stage .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .offer_with_categories_1 .owl-stage .owl-item .item {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .offer_with_categories_1 .owl-stage .owl-item .item > * {
        width: 100%; }

.offer_with_categories_1 .phone-in-text {
  font-size: 1.56rem;
  margin-top: 80px;
  display: block; }

@media (max-width: 991.98px) {
  .offer_with_categories_1 .owl-314-wrapper .owl-carousel {
    width: 64%; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .offer_with_categories_1 .owl-314-wrapper .owl-carousel {
      width: 84%; } }

.offer_with_categories_1__desc {
  max-width: 700px;
  margin-top: 64px;
  margin-bottom: 160px; }
  @media (max-width: 767.98px) {
    .offer_with_categories_1__desc {
      margin: 80px auto 80px; } }

.suboffer-card {
  background-color: #f4f4f4;
  padding: 60px 48px 40px 40px;
  min-height: 480px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  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;
  position: relative; }
  @media (max-width: 1359.98px) {
    .suboffer-card {
      padding: 56px 48px 48px 40px;
      min-height: 400px; } }
  @media (max-width: 1199.98px) {
    .suboffer-card {
      padding: 48px 24px 48px 32px; } }
  @media (max-width: 767.98px) {
    .suboffer-card {
      padding: 40px 16px 24px 20px; } }
  .suboffer-card--linked {
    -webkit-transition: .6s all ease;
    transition: .6s all ease; }
    .suboffer-card--linked:hover {
      background: #d2b464; }
      .suboffer-card--linked:hover .link .icon-arrow-right {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .suboffer-card--dark {
    background-color: #d2b464;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .suboffer-card--dark .link {
      margin-bottom: 0 !important; }
    .suboffer-card--dark:hover {
      background: #2B2B25;
      color: #fff; }
      .suboffer-card--dark:hover .link .icon-arrow-right {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .suboffer-card--bordered {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    margin-left: -1px;
    margin-bottom: -1px; }
  .suboffer-card .link {
    margin-bottom: 40px; }
  .suboffer-card .headline {
    margin-bottom: 40px; }

#tabs-popup .popup__box {
  padding-left: 0;
  padding-right: 0; }

#tabs-popup .offer_with_categories_1__desc {
  margin-top: 48px; }

#tabs-popup .tab-content {
  display: none !important; }
  #tabs-popup .tab-content--visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

#tabs-popup .suboffer-card {
  width: 33.333%; }
  @media (max-width: 991.98px) {
    #tabs-popup .suboffer-card {
      width: 50%; } }
  @media (max-width: 767.98px) {
    #tabs-popup .suboffer-card {
      width: 100%; } }

.cta-below-offer {
  text-align: right;
  padding-top: 8px !important; }
  .cta-below-offer__desc {
    margin-left: auto;
    margin-right: 0;
    max-width: 640px; }
  .cta-below-offer .btns-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.cta_2 + .offer_with_categories_1 {
  margin-top: 80px; }

.cta_1 {
  background-color: #2B2B25;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  margin-bottom: 64px;
  padding-top: 104px;
  padding-bottom: 104px; }
  .cta_1:after, .cta_1:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 3;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .cta_1:after {
    bottom: -4px;
    top: auto; }
  .cta_1:hover:after, .cta_1:hover:before {
    height: 0; }
  .cta_1__content {
    padding: 88px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 10; }
    .cta_1__content .headline {
      width: 100%;
      color: #fff; }

.btn.btn--phone {
  position: relative;
  overflow: hidden !important;
  display: inline-block; }
  .btn.btn--phone span {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  .btn.btn--phone .btn__txt {
    position: relative;
    top: 0; }
  .btn.btn--phone .btn__nr {
    position: absolute;
    font-size: 1.1em;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px); }
  .btn.btn--phone:hover {
    border-color: transparent; }
    .btn.btn--phone:hover .btn__txt {
      top: -40px; }
    .btn.btn--phone:hover .btn__nr {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.cta_1 form button[type="submit"],
.we-know-form form button[type="submit"] {
  min-width: 80px; }
  .cta_1 form button[type="submit"]:hover,
  .we-know-form form button[type="submit"]:hover {
    color: #d2b464; }

.cta_1 form .wpcf7-not-valid-tip,
.we-know-form form .wpcf7-not-valid-tip {
  display: block !important; }

.cta_1 form .form-content-white,
.we-know-form form .form-content-white {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .cta_1 form .form-content-white .link,
  .we-know-form form .form-content-white .link {
    margin-left: 8px; }

.cta_1 form.invalid .wpcf7-response-output,
.we-know-form form.invalid .wpcf7-response-output {
  display: none !important; }

.cta_1 form .wpcf7-response-output,
.we-know-form form .wpcf7-response-output {
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 364px;
  margin-top: 0 !important;
  text-align: left;
  padding: 12px 16px !important; }

.cta_2 {
  position: relative;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 200px 40px 160px;
  max-width: 1370px;
  margin: 0 auto;
  -webkit-transition: 1.8s all ease;
  transition: 1.8s all ease; }
  @media (max-width: 767.98px) {
    .cta_2 {
      padding: 120px 20px 104px; } }
  .cta_2:hover {
    max-width: 100%; }
  .cta_2 .text-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
  .cta_2 .btn {
    margin: 40px 0 0;
    display: inline-block; }

.s-columns_1 + .cta_2 {
  margin-top: 160px; }

.s-columns_3 + .cta_2 {
  margin-top: 120px; }

.cta-simple {
  background-color: #2B2B25;
  color: #fff;
  padding: 136px 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .cta-simple {
      padding: 80px 24px; } }
  @media (max-width: 575.98px) {
    .cta-simple {
      padding: 56px 16px; } }
  .cta-simple:after {
    content: '';
    display: block;
    position: absolute;
    width: 2400px;
    height: 2400px;
    left: 50%;
    top: 60%;
    background-image: url(../img/bg-gradient.png);
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) rotateY(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(90deg) rotateY(180deg);
    -webkit-transition: 1s all ease;
    transition: 1s all ease; }
    @media (max-width: 767.98px) {
      .cta-simple:after {
        background-image: none; } }
  .cta-simple:hover {
    opacity: 1; }
    .cta-simple:hover:after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg) rotateY(180deg);
              transform: translate3d(-50%, -50%, 0) rotate(180deg) rotateY(180deg); }
  .cta-simple .wrapper-sm {
    position: relative;
    z-index: 2; }
  .cta-simple__content {
    margin: 104px 0 80px;
    max-width: 48%; }
    @media (max-width: 767.98px) {
      .cta-simple__content {
        max-width: 100%;
        margin-top: 48px; } }
  @media (max-width: 767.98px) {
    .cta-simple .headline {
      position: relative;
      margin-bottom: 80px; }
      .cta-simple .headline:after {
        content: '';
        display: block;
        position: absolute;
        left: -100px;
        right: -100px;
        top: -100px;
        bottom: -40px;
        background-color: #444;
        z-index: -1; } }

.video_text_columns_1 {
  position: relative;
  padding-top: 0px !important;
  margin-bottom: 120px; }
  .video_text_columns_1:hover .video_text_columns_1__title-box {
    opacity: 0; }
    @media (max-width: 767.98px) {
      .video_text_columns_1:hover .video_text_columns_1__title-box {
        opacity: 1; } }
  .video_text_columns_1:hover .columns_1:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  .video_text_columns_1__title-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #2B2B25;
    z-index: 6;
    padding: 40px;
    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;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: .6s all ease;
    transition: .6s all ease; }
    @media (max-width: 767.98px) {
      .video_text_columns_1__title-box {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        padding-bottom: 80px; } }
    .video_text_columns_1__title-box:after {
      content: '';
      display: block;
      position: absolute;
      width: 2400px;
      height: 2400px;
      left: 50%;
      top: 50%;
      background-image: url(../img/bg-gradient.png);
      background-size: cover;
      background-position: center center;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: 1s all ease;
      transition: 1s all ease; }
    .video_text_columns_1__title-box:hover {
      opacity: 1; }
      .video_text_columns_1__title-box:hover:after {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
                transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  .video_text_columns_1__title {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: -10px;
    font-size: 160px;
    position: relative;
    z-index: 6; }
    @media (max-width: 1359.98px) {
      .video_text_columns_1__title {
        font-size: 120px; } }
    @media (max-width: 575.98px) {
      .video_text_columns_1__title {
        font-size: 72px;
        letter-spacing: -4px; } }

.columns_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #2B2B25;
  overflow: hidden;
  position: relative; }
  .columns_1:after {
    content: '';
    display: block;
    position: absolute;
    width: 2400px;
    height: 2400px;
    left: 50%;
    top: 50%;
    background-image: url(../img/bg-gradient.png);
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 1s all ease;
    transition: 1s all ease; }
    @media (max-width: 767.98px) {
      .columns_1:after {
        background-image: none; } }
  .columns_1:hover {
    opacity: 1; }
  .columns_1 .column_1 {
    width: 50%;
    padding: 80px 40px 40px;
    color: #fff;
    position: relative;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .columns_1 .column_1 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    .columns_1 .column_1:nth-of-type(2n) {
      text-align: right; }
      @media (max-width: 767.98px) {
        .columns_1 .column_1:nth-of-type(2n) {
          text-align: left; } }
    .columns_1 .column_1 h1, .columns_1 .column_1 h2, .columns_1 .column_1 h3, .columns_1 .column_1 h4, .columns_1 .column_1 h5, .columns_1 .column_1 h6 {
      margin-bottom: 120px;
      font-size: 28px; }
      @media (max-width: 767.98px) {
        .columns_1 .column_1 h1, .columns_1 .column_1 h2, .columns_1 .column_1 h3, .columns_1 .column_1 h4, .columns_1 .column_1 h5, .columns_1 .column_1 h6 {
          margin-bottom: 40px; } }
    .columns_1 .column_1 li {
      padding-left: 0; }
    .columns_1 .column_1 li:before {
      display: inline-block;
      position: static;
      content: '-';
      padding-right: 8px;
      width: auto;
      height: auto;
      border-radius: 0;
      background-color: transparent;
      color: #fff; }

.cta_person {
  position: relative;
  margin-bottom: 0;
  padding-top: 40px;
  overflow: hidden; }
  .cta_person .wrapper {
    border-bottom: 1px solid #aaa; }
  .cta_person__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cta_person__image-wrapper {
    width: 36%;
    position: relative; }
    @media (max-width: 1479.98px) {
      .cta_person__image-wrapper {
        width: calc(36% + 100px);
        margin-right: -100px; } }
    @media (max-width: 767.98px) {
      .cta_person__image-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        z-index: 3;
        top: 0;
        z-index: 0; } }
    .cta_person__image-wrapper .absolute-img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom right;
         object-position: bottom right; }
      @media (max-width: 767.98px) {
        .cta_person__image-wrapper .absolute-img {
          -o-object-position: bottom center;
             object-position: bottom center;
          opacity: .2; } }
  .cta_person__content {
    width: 64%;
    padding-bottom: 88px; }
    @media (max-width: 767.98px) {
      .cta_person__content {
        width: 100%;
        position: relative;
        z-index: 2; } }
    .cta_person__content .headline--sm + .headline--lg {
      margin-top: 88px;
      margin-bottom: 88px; }
      @media (max-width: 575.98px) {
        .cta_person__content .headline--sm + .headline--lg {
          margin-top: 40px;
          margin-bottom: 40px; } }
    .cta_person__content .text-content {
      margin-bottom: calc(max(5vw, 48px)); }
  .cta_person__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 40px; }
    @media (max-width: 575.98px) {
      .cta_person__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px; } }

.text_icon_blocks_1 .text-content h1, .text_icon_blocks_1 .text-content h2, .text_icon_blocks_1 .text-content h3, .text_icon_blocks_1 .text-content h4, .text_icon_blocks_1 .text-content h5, .text_icon_blocks_1 .text-content h6 {
  font-size: 28px;
  margin-bottom: 32px; }

.text_icon_blocks_1__desc {
  max-width: 540px;
  margin-top: 24px;
  margin-bottom: 48px; }

.text-icon-block {
  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;
  margin-top: 56px;
  margin-bottom: 40px;
  max-width: 360px;
  cursor: default; }
  .text-icon-block:hover img.animate-roll {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 32px; }
  .text-icon-block:hover img.animate-slide {
    left: 48px; }
  .text-icon-block:hover img.animate-rotate {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .text-icon-block:hover img.animate-widen {
    -webkit-transform: scaleX(1.16);
        -ms-transform: scaleX(1.16);
            transform: scaleX(1.16);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0; }
  .text-icon-block:hover img.animate-scale {
    -webkit-transform: scale(1.24);
        -ms-transform: scale(1.24);
            transform: scale(1.24); }
  .text-icon-block img {
    height: 48px;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    position: relative;
    left: 0;
    margin-bottom: 48px; }

.s-columns_3 + .text_icon_blocks_1 {
  margin-top: 104px !important; }

.s-columns_4--dark + .text_icon_blocks_1 {
  margin-top: 88px !important; }

.s-columns_5 + .text_icon_blocks_1 {
  padding-top: 60px !important; }

.text_carousel_1 {
  background-color: #222;
  color: #fff;
  padding-bottom: 220px !important;
  padding-top: 40px;
  overflow: hidden;
  position: relative; }
  .text_carousel_1:after {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 2000px;
    left: 50%;
    top: 50%;
    background-image: url("../img/bg-gradient.png");
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate3d(-50%, -55%, 0) rotate(90deg) rotateY(180deg);
            transform: translate3d(-50%, -55%, 0) rotate(90deg) rotateY(180deg); }
    @media (max-width: 1359.98px) {
      .text_carousel_1:after {
        -webkit-transform: translate3d(-50%, -59%, 0) rotate(90deg) rotateY(180deg);
                transform: translate3d(-50%, -59%, 0) rotate(90deg) rotateY(180deg); } }
  .text_carousel_1__header {
    padding: 100px 0 0px; }
    @media (max-width: 1359.98px) {
      .text_carousel_1__header {
        padding: 24px 0 0px; } }
  .text_carousel_1 .wrapper {
    position: relative;
    z-index: 3; }
  .text_carousel_1 .section-desktop-x-padding {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto; }
  .text_carousel_1 .owl-text-wrapper {
    position: relative;
    margin-top: 240px; }
    @media (max-width: 1359.98px) {
      .text_carousel_1 .owl-text-wrapper {
        margin-top: 184px; } }
    @media (max-width: 767.98px) {
      .text_carousel_1 .owl-text-wrapper {
        margin-top: 120px; } }
  .text_carousel_1 .owl-carousel {
    overflow: visible !important;
    position: static;
    max-width: calc(100% - 50px);
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .text_carousel_1 .owl-carousel {
        max-width: 100%;
        width: 100%; } }
    .text_carousel_1 .owl-carousel .owl-stage-outer {
      overflow: visible !important;
      position: static; }
    .text_carousel_1 .owl-carousel .owl-stage {
      overflow: visible !important;
      position: static; }
    .text_carousel_1 .owl-carousel .item {
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      min-height: 320px; }
      .text_carousel_1 .owl-carousel .item .link {
        display: inline-block;
        margin-top: 48px; }
      .text_carousel_1 .owl-carousel .item h1, .text_carousel_1 .owl-carousel .item h2, .text_carousel_1 .owl-carousel .item h3, .text_carousel_1 .owl-carousel .item h4, .text_carousel_1 .owl-carousel .item h5, .text_carousel_1 .owl-carousel .item h6 {
        margin-bottom: 32px;
        font-size: 28px;
        min-height: 80px; }
    .text_carousel_1 .owl-carousel .owl-dots {
      position: relative;
      margin-top: 104px;
      margin-bottom: -32px;
      z-index: 333;
      width: calc(100% - 100px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute; }
      @media (max-width: 767.98px) {
        .text_carousel_1 .owl-carousel .owl-dots {
          width: 100% !important; } }
      .text_carousel_1 .owl-carousel .owl-dots:before {
        content: '';
        position: absolute;
        display: block;
        top: -64px;
        bottom: -48px;
        width: 100vw;
        z-index: -3; }

.cta_2 + .text_carousel_1 {
  margin-top: 88px; }

.gallery_2 + .text_carousel_1 {
  margin-top: 88px; }

.logos_1__border-bottom {
  border-bottom: 1px solid #eee; }

.logos_1__desc {
  max-width: 670px;
  margin-bottom: 120px; }
  @media (max-width: 767.98px) {
    .logos_1__desc {
      margin-bottom: 80px !important; } }

.logo-box {
  background-color: #f9f9f9;
  margin-bottom: 40px;
  padding: 16px 32px;
  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;
  position: relative;
  aspect-ratio: 3 / 2; }
  @media (max-width: 1359.98px) {
    .logo-box {
      margin-bottom: 20px; } }
  .logo-box img {
    width: 60%;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: grayscale(100);
            filter: grayscale(100); }
  .logo-box:hover .logo-box__desc {
    opacity: 1; }
  .logo-box__desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d2b464;
    padding: 32px;
    color: #000;
    opacity: 0;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE / Edge legacy */ }
    .logo-box__desc::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari */ }
    @media (max-width: 1479.98px) {
      .logo-box__desc {
        line-height: 1.6; } }
    @media (max-width: 1359.98px) {
      .logo-box__desc {
        padding: 16px; } }

.text_carousel_1 + .logos_1 {
  margin-top: 0px; }

@media (max-width: 1359.98px) {
  .owl-logos {
    margin-top: 120px; } }

.owl-logos img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  max-height: 60px;
  width: auto !important;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  opacity: .8; }
  .owl-logos img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1; }

.owl-logos .item {
  height: 60px;
  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; }

.infographics_1 {
  background-color: #f4f4f4;
  padding-bottom: 80px !important; }
  @media (max-width: 575.98px) {
    .infographics_1 {
      padding-bottom: 0px !important; } }

.infographic-block {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid #eee;
  height: 100%; }
  @media (max-width: 1359.98px) {
    .infographic-block {
      padding-right: 20px; } }
  @media (max-width: 991.98px) {
    .infographic-block {
      padding-top: 40px; } }
  .infographic-block:nth-last-child(-n + 3) {
    border-bottom: none; }
  .infographic-block h1, .infographic-block h2, .infographic-block h3, .infographic-block h4, .infographic-block h5, .infographic-block h6 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 16px; }
    @media (max-width: 1479.98px) {
      .infographic-block h1, .infographic-block h2, .infographic-block h3, .infographic-block h4, .infographic-block h5, .infographic-block h6 {
        font-size: 26px; } }
    @media (max-width: 1199.98px) {
      .infographic-block h1, .infographic-block h2, .infographic-block h3, .infographic-block h4, .infographic-block h5, .infographic-block h6 {
        font-size: 22px; } }
  .infographic-block__icon-box {
    max-width: 100%;
    width: 160px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 80px;
    -webkit-filter: grayscale(100);
            filter: grayscale(100); }
    @media (max-width: 1479.98px) {
      .infographic-block__icon-box {
        height: 88px; } }
    @media (max-width: 1199.98px) {
      .infographic-block__icon-box {
        height: 72px;
        margin-bottom: 24px; } }
    .infographic-block__icon-box img {
      height: 100%;
      width: auto; }
  .infographic-block h1, .infographic-block h2, .infographic-block h3, .infographic-block h4, .infographic-block h5, .infographic-block h6 {
    max-width: 360px;
    min-height: 112px; }
    @media (max-width: 575.98px) {
      .infographic-block h1, .infographic-block h2, .infographic-block h3, .infographic-block h4, .infographic-block h5, .infographic-block h6 {
        min-height: auto;
        margin-bottom: 60px !important; } }
  .infographic-block .link {
    margin-top: 80px;
    display: block;
    font-weight: 600; }
    @media (max-width: 1199.98px) {
      .infographic-block .link {
        margin-top: 32px; } }

.projects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px; }
  @media (max-width: 1359.98px) {
    .projects-container {
      gap: 20px;
      margin-bottom: 40px; } }
  .projects-container .project--1 {
    max-width: calc( 1370px + ((100% - 1370px) / 2));
    width: 100%;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 1599.98px) {
      .projects-container .project--1 {
        max-width: calc( 1200px + ((100% - 1200px) / 2)); } }
    @media (max-width: 1479.98px) {
      .projects-container .project--1 {
        max-width: calc( 1000px + ((100% - 1000px) / 2)); } }
  .projects-container .project--2, .projects-container .project--3 {
    width: calc(50% - 20px); }
    @media (max-width: 1359.98px) {
      .projects-container .project--2, .projects-container .project--3 {
        width: calc(50% - 10px); } }
  .projects-container .project--4 {
    width: 100%; }
  .projects-container .project--5 {
    width: 64%; }
  .projects-container .project--6 {
    width: 38%;
    margin-left: auto; }
  .projects-container .project--7 {
    width: 50%; }
  .projects-container .project--8 {
    width: 88%; }
  .projects-container .project--9 {
    width: 40%; }
  .projects-container .project--10 {
    width: calc(60% - 20px); }

.project {
  position: relative;
  height: 700px;
  z-index: 3;
  color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .8s all ease;
  transition: .8s all ease; }
  @media (max-width: 1599.98px) {
    .project {
      height: 40vw;
      min-height: 400px; } }
  @media (max-width: 1199.98px) {
    .project {
      width: 100% !important; } }
  @media (max-width: 991.98px) {
    .project {
      padding: 24px; } }
  @media (max-width: 575.98px) {
    .project {
      padding: 16px 16px 24px;
      heigh: auto; } }
  .project:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    -webkit-transition: .8s all ease;
    transition: .8s all ease; }
    @media (max-width: 991.98px) {
      .project:after {
        height: 100%; } }
  .project:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .project .headline {
    width: 100%;
    margin-bottom: 32px; }
  .project .tags {
    margin-bottom: 40px; }
  .project__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
    gap: 24px 48px;
    position: relative;
    z-index: 40; }
    @media (max-width: 575.98px) {
      .project__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .project .absolute-img {
    z-index: -2; }

.portfolio_1 {
  padding-bottom: 0 !important; }
  .portfolio_1__bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px; }
  .portfolio_1 .wrapper-sm .link {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: 0; }
  .portfolio_1--two-columns {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
    @media (max-width: 1359.98px) {
      .portfolio_1--two-columns {
        padding-top: 20px !important;
        padding-bottom: 20px !important; } }
    .portfolio_1--two-columns .project {
      width: calc(50% - 20px) !important; }
      @media (max-width: 1359.98px) {
        .portfolio_1--two-columns .project {
          width: calc(50% - 10px) !important; } }
      @media (max-width: 991.98px) {
        .portfolio_1--two-columns .project {
          width: 100% !important; } }
    .portfolio_1--two-columns .projects-container {
      margin-bottom: 0; }
    .portfolio_1--two-columns .portfolio_1__bottom {
      display: none; }

.testimonial_1 + .portfolio_1 {
  padding-top: 80px !important; }

.text_blocks_1--border + .portfolio_1 {
  padding-top: 20px !important; }

.case_study_1.case_study_1--bg {
  background-color: #eee;
  border-left: 40px solid #fff;
  border-right: 40px solid #fff;
  padding-top: 160px !important; }
  @media (max-width: 1359.98px) {
    .case_study_1.case_study_1--bg {
      border-left: 20px solid #fff;
      border-right: 20px solid #fff; } }
  @media (max-width: 767.98px) {
    .case_study_1.case_study_1--bg {
      padding-top: 88px !important; } }
  @media (max-width: 575.98px) {
    .case_study_1.case_study_1--bg {
      border-width: 16px; } }
  .case_study_1.case_study_1--bg .wrapper-sm {
    width: 100%; }
  .case_study_1.case_study_1--bg .owl-314-wrapper {
    margin-left: 0;
    padding-bottom: 80px; }
  .case_study_1.case_study_1--bg .owl-dots {
    margin-top: 70px !important; }

.case_study_1__desc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 160px; }
  @media (max-width: 1359.98px) {
    .case_study_1__desc-btn {
      margin-bottom: 80px; } }
  @media (max-width: 1199.98px) {
    .case_study_1__desc-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px;
      margin-bottom: 80px; }
      .case_study_1__desc-btn .text-content {
        margin-bottom: 0; } }

.case_study_1__desc {
  max-width: 580px; }

.case_study_1 .owl-314-wrapper {
  margin-top: 0px; }
  .case_study_1 .owl-314-wrapper .owl-carousel {
    width: 74%; }
    @media (max-width: 1479.98px) {
      .case_study_1 .owl-314-wrapper .owl-carousel {
        width: 80%; } }
    @media (max-width: 575.98px) {
      .case_study_1 .owl-314-wrapper .owl-carousel {
        width: 88%; } }

.single-case .case_study_1 {
  padding-bottom: 48px !important; }

.cs-preview {
  position: relative;
  height: 700px;
  display: block;
  background-color: #ddd;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .8s all ease;
  transition: .8s all ease; }
  @media (max-width: 1479.98px) {
    .cs-preview {
      height: 640px; } }
  @media (max-width: 575.98px) {
    .cs-preview {
      max-height: 500px; } }
  .cs-preview:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    color: #2B2B25 !important; }
    .cs-preview:hover button.link {
      color: #b29034; }
      .cs-preview:hover button.link i.icon-arrow-right {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .cs-preview:hover .cs-preview__box {
      -webkit-box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.16);
              box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.16); }
  .cs-preview--left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cs-preview--left .absolute-img {
      -o-object-position: center left;
         object-position: center left; }
  .cs-preview .absolute-img {
    -o-object-position: center right;
       object-position: center right; }
  .cs-preview__box {
    background-color: #fff;
    height: 510px;
    width: 685px;
    max-width: 75%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 3;
    border: 1px solid #eaeaea;
    -webkit-transition: 1s all ease;
    transition: 1s all ease; }
    @media (max-width: 1479.98px) {
      .cs-preview__box {
        height: 400px;
        width: 560px;
        min-width: 60%; } }
    @media (max-width: 1359.98px) {
      .cs-preview__box {
        height: 320px; } }
    @media (max-width: 991.98px) {
      .cs-preview__box {
        padding: 20px; } }
    @media (max-width: 575.98px) {
      .cs-preview__box {
        padding: 32px 16px;
        width: calc(100% - 24px);
        max-width: none;
        height: auto;
        gap: 24px; } }
    .cs-preview__box .headline {
      margin-bottom: 80px; }
      @media (max-width: 1479.98px) {
        .cs-preview__box .headline {
          margin-bottom: 24px; } }
    .cs-preview__box > * {
      -webkit-transition: .8s all ease;
      transition: .8s all ease;
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; }
  .cs-preview .link {
    position: relative;
    z-index: 3;
    text-align: left; }
  .cs-preview .tags {
    position: relative;
    z-index: 3;
    margin: 40px; }
    @media (max-width: 575.98px) {
      .cs-preview .tags {
        margin: 32px 16px; } }

.s-columns_3 + .case_study_1 {
  margin-top: 56px; }

.testimonials_1 .owl-314-wrapper .owl-carousel {
  width: 72%; }
  @media (max-width: 1359.98px) {
    .testimonials_1 .owl-314-wrapper .owl-carousel {
      width: 88%; } }
  @media (max-width: 575.98px) {
    .testimonials_1 .owl-314-wrapper .owl-carousel {
      width: 80%; } }

.testimonials_1 .testimonial-preview-box {
  height: 620px;
  min-height: 0;
  overflow-y: scroll;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
  /* Chrome, Edge, Safari */
  /* Hide horizontal scrollbar */ }
  .testimonials_1 .testimonial-preview-box:hover {
    scrollbar-color: #222 #eee;
    -webkit-transition: .2s 1s all ease;
    transition: .2s 1s all ease; }
  .testimonials_1 .testimonial-preview-box::-webkit-scrollbar {
    width: 2px;
    border-radius: 0px; }
  .testimonials_1 .testimonial-preview-box::-webkit-scrollbar-track {
    background: #fff;
    width: 4px; }
  .testimonials_1 .testimonial-preview-box::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px; }
    .testimonials_1 .testimonial-preview-box::-webkit-scrollbar-thumb:hover {
      background: #111; }
  .testimonials_1 .testimonial-preview-box::-webkit-scrollbar:horizontal {
    display: none; }
  @media (max-width: 767.98px) {
    .testimonials_1 .testimonial-preview-box {
      height: 500px; } }

.testimonials_1 .owl-item:hover + .owl-item .testimonial-preview__content-col {
  padding-left: 250px;
  padding-right: 80px; }
  @media (max-width: 1479.98px) {
    .testimonials_1 .owl-item:hover + .owl-item .testimonial-preview__content-col {
      padding-left: 160px;
      padding-right: 40px; } }
  @media (max-width: 1199.98px) {
    .testimonials_1 .owl-item:hover + .owl-item .testimonial-preview__content-col {
      padding-left: 40px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .testimonials_1 .owl-item:hover + .owl-item .testimonial-preview__content-col {
      padding-left: 16px;
      padding-right: 16px; } }

.testimonials_1 .owl-item.active .testimonial-preview__content-col {
  padding-left: 250px;
  padding-right: 80px; }
  @media (max-width: 1599.98px) {
    .testimonials_1 .owl-item.active .testimonial-preview__content-col {
      padding-left: 140px;
      padding-right: 40px; } }
  @media (max-width: 1199.98px) {
    .testimonials_1 .owl-item.active .testimonial-preview__content-col {
      padding-left: 40px;
      padding-right: 20px; } }
  @media (max-width: 575.98px) {
    .testimonials_1 .owl-item.active .testimonial-preview__content-col {
      padding-left: 16px;
      padding-right: 16px; } }

.testimonial-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
  background-color: #eee; }
  .testimonial-preview:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    z-index: -1; }
    @media (max-width: 1359.98px) {
      .testimonial-preview:after {
        width: 0%; } }
  .testimonial-preview:hover:after {
    width: 0%; }
  .testimonial-preview__read-more {
    margin-top: 32px; }
  .testimonial-preview__content-col {
    padding-left: 80px;
    padding-right: 250px;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-transition: 1s all ease;
    transition: 1s all ease; }
    @media (max-width: 1479.98px) {
      .testimonial-preview__content-col {
        padding-right: 160px;
        padding-left: 40px; } }
    @media (max-width: 1199.98px) {
      .testimonial-preview__content-col {
        padding-right: 40px;
        padding-left: 20px; } }
    @media (max-width: 991.98px) {
      .testimonial-preview__content-col {
        padding-top: 56px;
        padding-bottom: 56px; } }
    @media (max-width: 575.98px) {
      .testimonial-preview__content-col {
        padding-right: 16px;
        padding-left: 16px; } }
  .testimonial-preview img {
    max-height: 600px;
    width: auto !important;
    position: relative;
    z-index: -2;
    margin-left: -80px; }
    @media (max-width: 1199.98px) {
      .testimonial-preview img {
        max-height: 500px;
        position: absolute;
        right: 0;
        bottom: 0;
        max-height: 96%;
        opacity: .16; } }
    @media (max-width: 575.98px) {
      .testimonial-preview img {
        opacity: .08; } }
  .testimonial-preview__content {
    font-size: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
    font-weight: 300; }
    .testimonial-preview__content p {
      line-height: 1.48; }
    @media (max-width: 1479.98px) {
      .testimonial-preview__content {
        font-size: 24px; } }
    @media (max-width: 991.98px) {
      .testimonial-preview__content {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 32px; } }
    @media (max-width: 575.98px) {
      .testimonial-preview__content {
        font-size: 18px; } }
  .testimonial-preview p.link {
    font-size: 14px; }
  .testimonial-preview a.link {
    margin-top: 80px;
    display: inline-block; }
    .testimonial-preview a.link:hover {
      color: #776022; }

.case_study_1--bg + .testimonials_1 {
  padding-top: 160px !important; }

.form_1 {
  margin-bottom: 0px;
  padding-top: 0 !important;
  padding-bottom: 80px !important; }
  .form_1__desc {
    max-width: 680px; }
  .form_1__phone {
    text-align: center;
    margin-top: 48px;
    font-size: 22px;
    overflow: hidden; }
    .form_1__phone a {
      display: inline-block;
      -webkit-transition: .4s all ease;
      transition: .4s all ease;
      color: #444; }
      .form_1__phone a:hover {
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08);
        color: #b29034; }
  .form_1 .wpcf7 .wpcf7-response-output {
    margin-top: 0 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border: none !important; }
  .form_1 .wpcf7-form.invalid .wpcf7-response-output {
    background-color: #690000; }
  .form_1 .wpcf7-form.sent .wpcf7-response-output {
    background-color: #d2b464;
    color: #222 !important; }

.f-steps-wrapper {
  overflow-x: scroll;
  position: relative;
  background-color: #121212;
  margin-top: 160px; }
  @media (max-width: 1359.98px) {
    .f-steps-wrapper {
      margin-top: 80px; } }
  .f-steps-wrapper::-webkit-scrollbar {
    display: none; }

.f-steps {
  margin-top: 80px;
  margin-bottom: 0px;
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0; }
  @media (max-width: 991.98px) {
    .f-steps {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .f-steps__1, .f-steps__2 {
    width: 100%;
    padding: 0px 80px 80px; }
    @media (max-width: 1359.98px) {
      .f-steps__1, .f-steps__2 {
        padding: 0px 40px 80px; } }
    @media (max-width: 991.98px) {
      .f-steps__1, .f-steps__2 {
        padding: 0px 20px 40px; } }

.f-step {
  color: #fff; }
  .f-step__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .f-step__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 40px; } }
    .f-step__headline .headline {
      margin-bottom: 0; }
    .f-step__headline .phone-in-form {
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 1px; }
      @media (max-width: 991.98px) {
        .f-step__headline .phone-in-form {
          display: none; } }
      .f-step__headline .phone-in-form a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px; }
      .f-step__headline .phone-in-form i {
        font-size: 16px; }
  .f-step__prev, .f-step__next, .f-step__send {
    width: auto;
    display: inline-block;
    padding: 14px 32px 16px;
    margin-top: 48px;
    background-color: #d2b464;
    color: #222;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .f-step__prev:hover, .f-step__next:hover, .f-step__send:hover {
      background-color: #fff;
      cursor: pointer; }
      .f-step__prev:hover i, .f-step__next:hover i, .f-step__send:hover i {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
  @media (max-width: 991.98px) {
    .f-step__prev, .f-step__next {
      display: none; } }
  .f-step__prev {
    background-color: #444; }
    .f-step__prev .link i {
      display: inline-block;
      -webkit-transform: rotate(-45deg) !important;
          -ms-transform: rotate(-45deg) !important;
              transform: rotate(-45deg) !important; }
    .f-step__prev:hover .link i {
      -webkit-transform: rotate(0) !important;
          -ms-transform: rotate(0) !important;
              transform: rotate(0) !important; }
  .f-step__send {
    cursor: pointer; }
  .f-step__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .f-step__checkbox, .f-step .f-step__inputs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    padding: 80px 0;
    margin-bottom: 40px;
    min-height: 374px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .f-step__checkbox, .f-step .f-step__inputs {
        border-bottom: none;
        min-height: auto;
        margin-bottom: 0; } }
    .f-step__checkbox .wpcf7-checkbox, .f-step .f-step__inputs .wpcf7-checkbox {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px 40px; }
      @media (max-width: 991.98px) {
        .f-step__checkbox .wpcf7-checkbox, .f-step .f-step__inputs .wpcf7-checkbox {
          grid-template-columns: 1fr 1fr;
          gap: 40px; } }
      @media (max-width: 575.98px) {
        .f-step__checkbox .wpcf7-checkbox, .f-step .f-step__inputs .wpcf7-checkbox {
          grid-template-columns: 1fr; } }
      .f-step__checkbox .wpcf7-checkbox .wpcf7-list-item, .f-step .f-step__inputs .wpcf7-checkbox .wpcf7-list-item {
        margin: 0; }
        .f-step__checkbox .wpcf7-checkbox .wpcf7-list-item label, .f-step .f-step__inputs .wpcf7-checkbox .wpcf7-list-item label {
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 12px; }
          .f-step__checkbox .wpcf7-checkbox .wpcf7-list-item label input, .f-step .f-step__inputs .wpcf7-checkbox .wpcf7-list-item label input {
            border-radius: 50%;
            width: 30px !important;
            height: 30px !important;
            background-color: #444;
            border-color: #444; }
            .f-step__checkbox .wpcf7-checkbox .wpcf7-list-item label input:checked, .f-step .f-step__inputs .wpcf7-checkbox .wpcf7-list-item label input:checked {
              background-color: #fff;
              color: #222;
              border-color: #fff; }
              .f-step__checkbox .wpcf7-checkbox .wpcf7-list-item label input:checked::after, .f-step .f-step__inputs .wpcf7-checkbox .wpcf7-list-item label input:checked::after {
                color: #222; }
  .f-step .wpcf7-form-control-wrap {
    width: 100%; }
  .f-step__inputs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    @media (max-width: 991.98px) {
      .f-step__inputs {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 40px !important; } }
    .f-step__inputs input[type="email"] {
      border-radius: 0;
      border-color: transparent;
      background-color: #fff;
      font-size: 28px;
      width: 100%;
      max-width: 1200px;
      padding-left: 32px;
      padding-right: 32px;
      margin-bottom: 32px;
      margin-top: 32px;
      color: #222; }
      @media (max-width: 991.98px) {
        .f-step__inputs input[type="email"] {
          margin: 0;
          max-width: none;
          width: 100% !important;
          padding-left: 20px;
          padding-right: 20px; } }
      .f-step__inputs input[type="email"]::-webkit-input-placeholder {
        color: #111; }
      .f-step__inputs input[type="email"]::-moz-placeholder {
        color: #111; }
      .f-step__inputs input[type="email"]:-ms-input-placeholder {
        color: #111; }
      .f-step__inputs input[type="email"]::-ms-input-placeholder {
        color: #111; }
      .f-step__inputs input[type="email"]::placeholder {
        color: #111; }
      .f-step__inputs input[type="email"]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
                box-shadow: 0 0 0 1000px white inset;
        -webkit-text-fill-color: #000; }
      .f-step__inputs input[type="email"]:focus::-webkit-input-placeholder {
        color: transparent; }
      .f-step__inputs input[type="email"]:focus::-moz-placeholder {
        color: transparent; }
      .f-step__inputs input[type="email"]:focus:-ms-input-placeholder {
        color: transparent; }
      .f-step__inputs input[type="email"]:focus::-ms-input-placeholder {
        color: transparent; }
      .f-step__inputs input[type="email"]:focus::placeholder {
        color: transparent; }
      .f-step__inputs input[type="email"].wpcf7-not-valid {
        background-color: #fcc0c0;
        color: #690000;
        border-color: #690000; }
    .f-step__inputs span.wpcf7-not-valid-tip {
      display: block !important;
      font-size: 16px;
      color: #fcc0c0; }

.partners_1-wrapper {
  padding-bottom: 0 !important; }

.partners_1 {
  background-color: #E9E9E9; }
  .partners_1__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 48px !important;
    gap: 40px;
    border: .5px solid #fff; }
    @media (max-width: 1199.98px) {
      .partners_1__content {
        display: block; } }
    @media (max-width: 575.98px) {
      .partners_1__content {
        padding-left: 16px;
        padding-right: 16px; } }
    .partners_1__content--partners {
      padding-top: 80px;
      padding-bottom: 64px !important; }
      @media (max-width: 1199.98px) {
        .partners_1__content--partners {
          display: grid;
          padding-top: 24px; } }
      @media (max-width: 767.98px) {
        .partners_1__content--partners {
          display: block;
          padding-bottom: 40px !important; } }

.partner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 40px; }
  @media (max-width: 1199.98px) {
    .partner {
      display: block; } }
  .partner__content {
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .partner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px; } }
  .partner__logo {
    height: 88px;
    width: auto;
    margin-bottom: 24px; }
  .partner__image {
    max-height: 300px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199.98px) {
      .partner__image {
        display: none; } }
  .partner .headline {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .partner .headline {
        margin-bottom: 24px; } }

.s-columns_1__intro {
  background-color: #2B2B25;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .s-columns_1__intro {
      padding: 40px 24px !important; } }
  .s-columns_1__intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 2000px;
    left: 50%;
    top: 50%;
    background-image: url("../img/bg-gradient.png");
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate3d(-50%, -56%, 0);
            transform: translate3d(-50%, -56%, 0);
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }
    @media (max-width: 1199.98px) {
      .s-columns_1__intro:after {
        background-image: none; } }
  .s-columns_1__intro .text-content {
    position: relative;
    z-index: 2;
    padding-right: 48px;
    margin-top: 32px; }
    @media (max-width: 767.98px) {
      .s-columns_1__intro .text-content {
        padding-right: 0; } }
    .s-columns_1__intro .text-content h1, .s-columns_1__intro .text-content h2, .s-columns_1__intro .text-content h3, .s-columns_1__intro .text-content h4, .s-columns_1__intro .text-content h5, .s-columns_1__intro .text-content h6 {
      margin-bottom: 56px; }

.s-columns_1__blocks {
  background-color: #000;
  color: #fff;
  padding-bottom: 0 !important; }
  @media (max-width: 1199.98px) {
    .s-columns_1__blocks {
      padding-bottom: 24px !important; } }
  @media (max-width: 991.98px) {
    .s-columns_1__blocks {
      padding: 80px 24px 0 !important; } }
  .s-columns_1__blocks .text-content h1, .s-columns_1__blocks .text-content h2, .s-columns_1__blocks .text-content h3, .s-columns_1__blocks .text-content h4, .s-columns_1__blocks .text-content h5, .s-columns_1__blocks .text-content h6 {
    font-size: 28px;
    margin-bottom: 48px; }
    @media (max-width: 1199.98px) {
      .s-columns_1__blocks .text-content h1, .s-columns_1__blocks .text-content h2, .s-columns_1__blocks .text-content h3, .s-columns_1__blocks .text-content h4, .s-columns_1__blocks .text-content h5, .s-columns_1__blocks .text-content h6 {
        margin-bottom: 24px; } }
    @media (max-width: 767.98px) {
      .s-columns_1__blocks .text-content h1, .s-columns_1__blocks .text-content h2, .s-columns_1__blocks .text-content h3, .s-columns_1__blocks .text-content h4, .s-columns_1__blocks .text-content h5, .s-columns_1__blocks .text-content h6 {
        font-size: 22px; } }

.s-columns_1__block {
  margin-bottom: 120px; }
  @media (max-width: 1199.98px) {
    .s-columns_1__block {
      margin-bottom: 80px; } }

.s-columns_1 + .testimonials_1 {
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .s-columns_1 + .testimonials_1 {
      margin-top: 24px; } }

.s-columns_2__intro {
  padding: 64px 0 120px;
  margin-left: 260px; }
  @media (max-width: 1199.98px) {
    .s-columns_2__intro {
      margin-left: 0;
      padding: 40px 0 64px; } }
  .s-columns_2__intro p {
    font-size: 26px;
    font-weight: bold;
    color: #d2b464;
    line-height: 1.6; }

.s-columns_2__content {
  max-width: 800px; }

@media (max-width: 767.98px) {
  .case_study_1 + .s-columns_2 {
    padding-top: 16px !important; } }

.cta_2 + .s-columns_2 {
  margin-top: 120px; }
  @media (max-width: 1479.98px) {
    .cta_2 + .s-columns_2 {
      margin-top: 80px; } }

.logos_1 + .s-columns_2 {
  padding-top: 40px !important; }

.s-columns_3 {
  background-color: #f4f4f4; }
  .s-columns_3.small-intro .s-columns_3__intro .text-content {
    max-width: 660px; }
  .s-columns_3__intro {
    border-bottom: 1px solid #fff;
    padding: 144px 32px 88px; }
    @media (max-width: 991.98px) {
      .s-columns_3__intro {
        padding: 80px 24px 48px; } }
    @media (max-width: 767.98px) {
      .s-columns_3__intro {
        padding: 56px 4px 24px; } }
  .s-columns_3__blocks {
    padding: 104px 32px 56px; }
    @media (max-width: 1199.98px) {
      .s-columns_3__blocks {
        padding-bottom: 16px; } }
    @media (max-width: 767.98px) {
      .s-columns_3__blocks {
        padding: 80px 4px 24px; } }
  .s-columns_3__block {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199.98px) {
      .s-columns_3__block {
        margin-bottom: 80px; } }
    .s-columns_3__block h1, .s-columns_3__block h2, .s-columns_3__block h3, .s-columns_3__block h4, .s-columns_3__block h5, .s-columns_3__block h6 {
      font-size: 28px !important; }
      @media (max-width: 1199.98px) {
        .s-columns_3__block h1, .s-columns_3__block h2, .s-columns_3__block h3, .s-columns_3__block h4, .s-columns_3__block h5, .s-columns_3__block h6 {
          margin-bottom: 24px !important; } }

.s-columns_4 + .s-columns_3 {
  margin-top: 160px !important; }

.s-columns_4 {
  margin-bottom: 56px;
  width: 100%;
  overflow: hidden; }
  .s-columns_4 .row {
    gap: 80px 0; }
    @media (max-width: 1359.98px) {
      .s-columns_4 .row {
        gap: 0; } }
  .s-columns_4__box {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 136px 0; }
    @media (max-width: 1359.98px) {
      .s-columns_4__box {
        padding: 80px 0 20px; } }
    @media (max-width: 767.98px) {
      .s-columns_4__box {
        padding-left: 0px;
        padding-right: 0px; } }
    .s-columns_4__box .text-content h1, .s-columns_4__box .text-content h2, .s-columns_4__box .text-content h3, .s-columns_4__box .text-content h4, .s-columns_4__box .text-content h5, .s-columns_4__box .text-content h6 {
      font-size: 28px;
      margin-bottom: 64px; }
      @media (max-width: 767.98px) {
        .s-columns_4__box .text-content h1, .s-columns_4__box .text-content h2, .s-columns_4__box .text-content h3, .s-columns_4__box .text-content h4, .s-columns_4__box .text-content h5, .s-columns_4__box .text-content h6 {
          margin-bottom: 40px; } }
  @media (max-width: 1599.98px) {
    .s-columns_4__block {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 1359.98px) {
    .s-columns_4__block {
      padding-top: 40px;
      padding-bottom: 80px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991.98px) {
    .s-columns_4__block {
      padding-left: 20px;
      padding-right: 20px; } }
  .s-columns_4--dark {
    background-color: #222;
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .s-columns_4--dark {
        padding-left: 20px;
        padding-right: 20px; } }
    .s-columns_4--dark:after {
      content: '';
      display: block;
      position: absolute;
      width: 2400px;
      height: 2400px;
      left: 50%;
      top: 50%;
      background-image: url(../img/bg-gradient.png);
      background-size: cover;
      background-position: center center;
      -webkit-transform: translate3d(-50%, -62%, 0);
              transform: translate3d(-50%, -62%, 0);
      -webkit-transition: 1s all ease;
      transition: 1s all ease; }
      @media (max-width: 991.98px) {
        .s-columns_4--dark:after {
          -webkit-transform: translate3d(-50%, calc(-50% + 20px), 0) rotate(90deg);
                  transform: translate3d(-50%, calc(-50% + 20px), 0) rotate(90deg); } }
    @media (max-width: 991.98px) {
      .s-columns_4--dark div[class^="col"]:nth-child(2n-1) {
        margin-bottom: 40px;
        text-align: right; } }
    .s-columns_4--dark .s-columns_4__box {
      border: none;
      position: relative;
      z-index: 3; }
    .s-columns_4--dark .s-columns_4__block {
      padding: 24px 0 8px; }
      @media (max-width: 1599.98px) {
        .s-columns_4--dark .s-columns_4__block {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 1359.98px) {
        .s-columns_4--dark .s-columns_4__block {
          padding-bottom: 60px;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1199.98px) {
        .s-columns_4--dark .s-columns_4__block {
          padding: 4px 16px 40px; } }
      @media (max-width: 767.98px) {
        .s-columns_4--dark .s-columns_4__block {
          padding: 0px 0px 40px; } }
      .s-columns_4--dark .s-columns_4__block h1, .s-columns_4--dark .s-columns_4__block h2, .s-columns_4--dark .s-columns_4__block h3, .s-columns_4--dark .s-columns_4__block h4, .s-columns_4--dark .s-columns_4__block h5, .s-columns_4--dark .s-columns_4__block h6 {
        margin-bottom: 88px; }
        @media (max-width: 1199.98px) {
          .s-columns_4--dark .s-columns_4__block h1, .s-columns_4--dark .s-columns_4__block h2, .s-columns_4--dark .s-columns_4__block h3, .s-columns_4--dark .s-columns_4__block h4, .s-columns_4--dark .s-columns_4__block h5, .s-columns_4--dark .s-columns_4__block h6 {
            margin-bottom: 40px; } }
  .s-columns_4--champions {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    width: auto; }
    @media (max-width: 1359.98px) {
      .s-columns_4--champions {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (max-width: 991.98px) {
      .s-columns_4--champions {
        padding-left: 20px;
        padding-right: 20px; } }
    .s-columns_4--champions:after {
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) rotateY(180deg);
              transform: translate3d(-50%, -50%, 0) rotate(0deg) rotateY(180deg); }
      @media (max-width: 991.98px) {
        .s-columns_4--champions:after {
          display: none; } }
    .s-columns_4--champions h1, .s-columns_4--champions h2, .s-columns_4--champions h3, .s-columns_4--champions h4, .s-columns_4--champions h5, .s-columns_4--champions h6 {
      font-size: 40px !important; }
    .s-columns_4--champions .s-columns_4__block {
      padding-left: 0;
      padding-right: 0; }
    .s-columns_4--champions .champions-images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 60px;
      margin-top: 120px; }
      @media (max-width: 767.98px) {
        .s-columns_4--champions .champions-images {
          margin-top: 64px; } }
    @media (max-width: 991.98px) {
      .s-columns_4--champions h5 {
        text-align: left !important; } }
    .s-columns_4--champions img {
      -webkit-filter: grayscale(100);
              filter: grayscale(100);
      height: 120px;
      width: auto;
      -webkit-transition: .5s all ease;
      transition: .5s all ease; }
      .s-columns_4--champions img:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.cta_person + .s-columns_4 {
  margin-top: -1px; }

.text_section_1 + .s-columns_4 {
  margin-top: 40px !important; }
  @media (max-width: 1359.98px) {
    .text_section_1 + .s-columns_4 {
      margin-top: 0px !important; } }

.marqueee_1 {
  position: relative;
  margin-top: 80px; }
  .marqueee_1__image {
    max-height: 760px;
    width: auto;
    position: relative;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .marqueee_1__image {
        max-height: 400px; } }
  .marqueee_1__content {
    padding-bottom: 100px;
    position: relative;
    z-index: 5; }
    @media (max-width: 1199.98px) {
      .marqueee_1__content {
        width: 600px; }
        .marqueee_1__content > * {
          width: 600px; } }
    @media (max-width: 767.98px) {
      .marqueee_1__content {
        width: auto;
        padding-bottom: 16px; }
        .marqueee_1__content > * {
          width: auto; } }
    .marqueee_1__content .headline {
      margin-bottom: 40px; }
    .marqueee_1__content a.link {
      margin-top: 24px;
      display: inline-block; }

.marquee-container {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 104px; }
  @media (max-width: 767.98px) {
    .marquee-container {
      top: auto;
      bottom: 200px; } }

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

.marquee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-animation: loop 100s infinite linear;
          animation: loop 100s infinite linear; }

.marquee__text {
  font-size: 320px;
  text-transform: uppercase;
  color: #E9E9E9;
  font-weight: bold;
  padding-left: 40px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  line-height: 1;
  cursor: default;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -20px; }
  @media (max-width: 1199.98px) {
    .marquee__text {
      font-size: 240px;
      letter-spacing: -10px; } }
  @media (max-width: 991.98px) {
    .marquee__text {
      font-size: 200px; } }
  .marquee__text:hover {
    color: #d2b464; }

@-webkit-keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.tabs_1 {
  margin-top: 56px; }
  .tabs_1__content {
    max-width: 660px;
    margin: 80px 0 160px; }
    @media (max-width: 991.98px) {
      .tabs_1__content {
        margin: 80px 0; } }
  .tabs_1 .tabs-links {
    max-width: 1020px;
    margin-left: 0;
    margin-right: auto; }
  .tabs_1--only-photos {
    background-color: #E9E9E9; }
    @media (max-width: 991.98px) {
      .tabs_1--only-photos {
        padding-left: 20px;
        padding-right: 20px; } }
    .tabs_1--only-photos .tab-link:not(.tab-link--active) {
      background-color: #fff; }
    .tabs_1--only-photos .tab-content {
      padding-top: 80px; }
      @media (max-width: 991.98px) {
        .tabs_1--only-photos .tab-content {
          padding-top: 0; } }
      .tabs_1--only-photos .tab-content img {
        border-radius: 10px; }

.txt-img-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  @media (max-width: 1359.98px) {
    .txt-img-section {
      gap: 20px; } }
  .txt-img-section > * {
    width: calc(50% - 12px); }
    @media (max-width: 991.98px) {
      .txt-img-section > * {
        width: 100%; } }
  .txt-img-section__txt {
    background-color: #d2b464;
    padding: 80px 48px; }
    @media (max-width: 1199.98px) {
      .txt-img-section__txt {
        padding: 72px 40px; } }
    @media (max-width: 575.98px) {
      .txt-img-section__txt {
        padding: 56px 20px 32px; }
        .txt-img-section__txt span.link {
          margin-bottom: 40px !important; }
        .txt-img-section__txt a.link {
          display: block;
          margin-bottom: 24px !important; } }
    .txt-img-section__txt span.link {
      display: inline-block;
      margin-bottom: 64px; }
    .txt-img-section__txt .text-content {
      margin-bottom: 56px;
      font-size: 28px; }
      @media (max-width: 1199.98px) {
        .txt-img-section__txt .text-content {
          font-size: 22px; } }
      .txt-img-section__txt .text-content p {
        line-height: 1.4; }
      @media (max-width: 575.98px) {
        .txt-img-section__txt .text-content {
          font-size: 20px; }
          .txt-img-section__txt .text-content p {
            line-height: 1.5; } }
  .txt-img-section__img {
    position: relative;
    background-color: #2B2B25; }
    @media (max-width: 991.98px) {
      .txt-img-section__img {
        display: none; } }

.logos_1 + .tabs_1 {
  padding-top: 0 !important; }

.testimonial_1 + .tabs_1 {
  padding-top: 0px !important; }

.text_section_2 + .tabs_1 {
  margin-top: 0px !important; }

.blog_1 {
  padding-top: 144px !important; }
  .blog_1 .text-format {
    margin-top: 120px; }
    @media (max-width: 1599.98px) {
      .blog_1 .text-format {
        margin-top: 64px; } }
  .blog_1 .owl-314-wrapper .owl-carousel {
    width: 64%; }
    @media (max-width: 1199.98px) {
      .blog_1 .owl-314-wrapper .owl-carousel {
        width: 80%; } }

.owl-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 80px 0 96px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .owl-filter-bar {
      margin: 72px 0; } }
  .owl-filter-bar__item.active {
    border-color: #000;
    background-color: #000;
    color: #fff; }
  .owl-filter-bar__item:not(.active):hover {
    cursor: pointer;
    background-color: #d2b464;
    border-color: #d2b464;
    color: #222; }

.cta_1 + .blog_1 {
  padding-top: 80px !important; }
  @media (max-width: 575.98px) {
    .cta_1 + .blog_1 {
      padding-top: 24px !important; } }

.s-columns_2 + .blog_1 {
  padding-top: 40px !important; }

.logos_1 + .blog_1 {
  padding-top: 40px !important; }

.text_blocks_1--dark + .blog_1 {
  padding-top: 60px !important; }

.text_section_1 {
  padding-bottom: 40px !important; }
  .text_section_1 .headline + .headline--lg {
    margin-top: 80px;
    margin-bottom: 80px; }
  .text_section_1__desc {
    max-width: 520px; }
  .text_section_1--no-bottom-padding {
    padding-bottom: 0 !important; }

.text_section_1 + .hero_2 .hero__content {
  height: auto;
  min-height: 570px; }

.text_carousel_1 + .text_section_1 {
  margin-top: 104px !important; }

.s-columns_3 + .text_section_1 {
  margin-top: 88px !important; }

.testimonials_1 + .text_section_1 {
  padding-top: 20px !important; }

.s-columns_4 + .testimonials_1 + .text_section_1 {
  padding-top: 120px !important; }

.text_blocks_2--always_visible + .text_carousel_1 {
  margin-top: 120px !important; }

.team_1 {
  background-color: #000;
  padding-bottom: 160px !important;
  overflow: hidden;
  position: relative; }
  .team_1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    height: 160px; }
  .team_1 .owl-dots {
    position: relative;
    z-index: 10;
    left: 4vw !important; }
  .team_1 .owl-314-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    overflow: visible;
    margin-left: 10vw; }
    @media (max-width: 991.98px) {
      .team_1 .owl-314-wrapper {
        margin-left: 0; } }
    .team_1 .owl-314-wrapper .owl-carousel {
      width: 80%; }
      @media (max-width: 991.98px) {
        .team_1 .owl-314-wrapper .owl-carousel {
          width: 64%; } }
  .team_1 .owl-filter-bar {
    margin-top: 24px;
    margin-bottom: 120px; }
    @media (max-width: 1599.98px) {
      .team_1 .owl-filter-bar {
        margin-bottom: 80px; } }
    @media (max-width: 575.98px) {
      .team_1 .owl-filter-bar {
        margin: 24px 0 48px; } }
    .team_1 .owl-filter-bar__item.active {
      background-color: #fff;
      border-color: #fff;
      color: #222; }
    .team_1 .owl-filter-bar__item:not(.active):hover {
      background-color: #d2b464;
      border-color: #d2b464;
      color: #222; }
  .team_1--local {
    background-color: #E9E9E9; }
    @media (max-width: 991.98px) {
      .team_1--local .wrapper-sm {
        padding-left: 20px;
        padding-right: 20px; } }
    .team_1--local.team_1--transparent--bg {
      background-color: #fff;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 128px !important;
      padding-right: 0 !important;
      margin-right: -16px; }
      .team_1--local.team_1--transparent--bg:after {
        display: none; }
      .team_1--local.team_1--transparent--bg .owl-dots {
        display: none; }
    .team_1--local .team_1--headline {
      margin-bottom: 80px; }
      @media (max-width: 767.98px) {
        .team_1--local .team_1--headline {
          margin-bottom: 40px; } }
    .team_1--local .owl-carousel {
      margin-top: 120px; }
      @media (max-width: 1599.98px) {
        .team_1--local .owl-carousel {
          margin-top: 48px; } }
    .team_1--local .person-preview__data {
      color: #2B2B25; }
  .team_1--dark {
    background-color: #0a0a0a;
    color: #fff; }
    .team_1--dark .person-preview__data {
      color: #fff; }
  .team_1--social-media .owl-filter-bar__item:not([data-owl-filter="*"]):not([data-owl-filter=".ft-copywriting"]):not([data-owl-filter=".ft-ui"]):not([data-owl-filter=".ft-video"]) {
    display: none; }

.carousel_video_image + .team_1-local {
  margin-top: 80px; }

.cta_2 + .team_1-local {
  margin-top: 120px; }

.case-intro-section + .team_1-local .team_1 {
  padding-top: 80px; }

.faq_1--blog {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }
  .faq_1--blog .wrapper {
    width: 100%; }
  .faq_1--blog .headline--2mb {
    margin-bottom: 40px !important; }
  .faq_1--blog .faq_1__desc {
    margin: 0 0 40px !important; }

.faq_1__desc {
  margin: 80px 0 120px; }

.faq-item {
  border-bottom: 1px solid #eee;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .faq-item.active .faq-item__toggle-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .faq-item.active .faq-item__header {
    font-weight: 500; }
  .faq-item:first-of-type {
    border-top: 1px solid #eee; }
  .faq-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.6 !important; }
    .faq-item__header:hover {
      color: #b29034;
      cursor: pointer; }
    @media (max-width: 575.98px) {
      .faq-item__header {
        padding-left: 0;
        padding-right: 0; }
        .faq-item__header .headline {
          font-size: 21px; } }
  .faq-item__toggle-icon {
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px; }
  .faq-item__answer {
    display: none;
    padding: 0px 80px 16px; }
    @media (max-width: 1199.98px) {
      .faq-item__answer {
        padding: 0px 0px 16px; } }

.blog_1 + .faq_1 {
  padding-top: 40px !important; }

.logos_1 + .faq_1 {
  padding-top: 40px !important; }

@media (max-width: 767.98px) {
  .contact_1 {
    padding-top: 40px !important; } }

.contact_1__title-1 {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .contact_1__title-1 {
      display: none; } }

.contact_1__title-2 {
  margin-bottom: 32px;
  margin-top: 80px !important; }

.contact_1__desc {
  margin-bottom: 24px; }

.contact_1__form-wrapper {
  max-width: 500px; }

.contact_1 address p {
  margin-bottom: 12px; }
  .contact_1 address p a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .contact_1 address p a i {
      width: 36px; }

.contact_1 form button.wpcf7-submit {
  margin-top: 16px; }

@media (max-width: 767.98px) {
  .contact_1 .tabs {
    margin-top: 80px; } }

.contact_1 .tabs .tabs-links {
  gap: 32px; }
  @media (max-width: 767.98px) {
    .contact_1 .tabs .tabs-links {
      margin-bottom: 56px; } }
  @media (max-width: 575.98px) {
    .contact_1 .tabs .tabs-links {
      gap: 24px; } }
  .contact_1 .tabs .tabs-links .tab-link {
    padding-bottom: 16px;
    position: relative; }
    .contact_1 .tabs .tabs-links .tab-link:after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 100%;
      width: 0;
      height: 1px;
      -webkit-transition: .4s all ease;
      transition: .4s all ease;
      background-color: #d2b464; }
    @media (max-width: 575.98px) {
      .contact_1 .tabs .tabs-links .tab-link i {
        display: none; } }
    .contact_1 .tabs .tabs-links .tab-link--active i, .contact_1 .tabs .tabs-links .tab-link:hover i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .contact_1 .tabs .tabs-links .tab-link--active {
      background-color: transparent;
      color: #2B2B25; }
      .contact_1 .tabs .tabs-links .tab-link--active:after {
        width: 100%;
        background-color: #2B2B25; }

.contact_1 .tabs .tab-content {
  padding-top: 40px; }
  @media (max-width: 767.98px) {
    .contact_1 .tabs .tab-content {
      padding-top: 0px; } }

.cta_frame {
  padding-bottom: 24px !important;
  padding-top: 80px !important; }
  .cta_frame__content {
    position: relative;
    padding: 104px 0; }
    @media (max-width: 767.98px) {
      .cta_frame__content {
        padding: 80px 0; } }
    @media (max-width: 575.98px) {
      .cta_frame__content {
        padding: 0; } }
  .cta_frame__intro {
    margin-bottom: 64px; }
    @media (max-width: 767.98px) {
      .cta_frame__intro {
        margin-bottom: 40px; } }
  .cta_frame__frame {
    background-color: #fff;
    position: relative;
    z-index: 3;
    max-width: 685px;
    padding: 72px 48px; }
    @media (max-width: 767.98px) {
      .cta_frame__frame {
        width: 80%;
        padding: 48px 24px;
        background-color: rgba(255, 255, 255, 0.48);
        -webkit-backdrop-filter: blur(6px);
                backdrop-filter: blur(6px); } }
    @media (max-width: 575.98px) {
      .cta_frame__frame {
        width: 100%;
        padding: 48px 16px; } }
  .cta_frame__links {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
    @media (max-width: 767.98px) {
      .cta_frame__links {
        margin-top: 48px; } }

.text_carousel_1 + .cta_frame {
  margin-top: 120px; }

.map {
  position: relative;
  margin-bottom: 104px; }
  @media (max-width: 575.98px) {
    .map {
      margin-bottom: 80px; } }
  .map__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2; }
    .map__btn:hover {
      opacity: 1;
      background-color: #000 !important; }
  .map .leaflet-marker-shadow {
    display: none; }
  .map .leaflet-pane.leaflet-tile-pane {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .map .leaflet-map {
    z-index: 1;
    height: 36vw !important; }
    @media (max-width: 767.98px) {
      .map .leaflet-map {
        height: 50vw !important;
        min-height: 400px; } }
    .map .leaflet-map .leaflet-marker-icon {
      width: 41px !important;
      height: 41px !important;
      margin-left: -20px !important; }
  .map .leaflet-popup-content {
    text-align: center; }

.text_section_2 p {
  max-width: 640px;
  margin: 40px 0; }

.text_section_2 p + h1,
.text_section_2 p + h2,
.text_section_2 p + h3,
.text_section_2 p + h4,
.text_section_2 p + h5,
.text_section_2 p + h6 {
  margin-top: 120px; }

.text_section_2 p[style*="text-align: right"] {
  margin-left: auto;
  margin-right: 0; }

.text_section_2 p[style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto; }

.text_section_2 p:has(img) {
  max-width: none; }

.text_section_2 figure {
  margin-top: 120px;
  margin-bottom: 120px; }
  .text_section_2 figure:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .text_section_2 figure {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .text_section_2 figure figcaption {
    padding: 32px 0 40px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 1.6; }
    @media (max-width: 575.98px) {
      .text_section_2 figure figcaption {
        padding: 16px 0 24px; } }

.text_section_2--full-width p {
  max-width: none; }

.text_section_2--gray-bg {
  background-color: #E9E9E9;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 1359.98px) {
    .text_section_2--gray-bg {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 991.98px) {
    .text_section_2--gray-bg {
      padding-left: 20px;
      padding-right: 20px; } }
  .text_section_2--gray-bg .wrapper {
    width: 100%; }

.team_1-local + .text_section_2 {
  padding-top: 0 !important; }

.text_section_2--gray-bg + .gallery_1--portfolio .section-padding-y {
  padding-top: 0 !important; }

.carousel_video_image + .text_section_2 {
  padding-top: 40px !important; }

.gallery_1 {
  background-color: #E9E9E9; }
  @media (max-width: 575.98px) {
    .gallery_1 {
      overflow: hidden; } }
  .gallery_1 .owl-314-wrapper .owl-carousel.owl-gallery {
    width: 100%; }
    @media (max-width: 575.98px) {
      .gallery_1 .owl-314-wrapper .owl-carousel.owl-gallery {
        width: 72%; } }
  .gallery_1 .owl-314-wrapper .owl-dots {
    left: 0 !important; }
  .gallery_1--owl-gallery-full .owl-314-wrapper .owl-carousel {
    width: 100% !important; }
  @media (max-width: 991.98px) {
    .gallery_1--portfolio .owl-314-wrapper {
      padding-right: 20px; } }
  .gallery_1--portfolio img {
    border-radius: 10px; }

.single-portfolio .gallery_1 {
  background-color: #fff; }
  .single-portfolio .gallery_1 .wrapper {
    background-color: #E9E9E9; }
    @media (max-width: 991.98px) {
      .single-portfolio .gallery_1 .wrapper {
        padding-left: 20px; } }
    .single-portfolio .gallery_1 .wrapper .owl-314-wrapper {
      margin-left: 0; }

.gallery_1 + .gallery_1 .wrapper {
  padding-top: 40px !important; }

.testimonial_1 {
  background-color: #E9E9E9;
  padding-top: 24px !important; }
  .testimonial_1__box {
    background-color: #fff; }
  .testimonial_1 .testimonial-preview {
    background-color: #fff; }
    .testimonial_1 .testimonial-preview:after {
      width: 0; }

.text_carousel_1 + .testimonials_1 {
  margin-top: 96px !important; }

body.single-portfolio .testimonial_1 {
  background-color: #fff;
  padding-top: 160px !important; }
  body.single-portfolio .testimonial_1 .testimonial-preview {
    background-color: #E9E9E9; }
    body.single-portfolio .testimonial_1 .testimonial-preview__content {
      margin-bottom: 80px; }
    body.single-portfolio .testimonial_1 .testimonial-preview__content-col {
      padding-bottom: 80px;
      padding-top: 80px; }

body.single-portfolio .text_section_2 + .testimonial_1 {
  padding-top: 40px !important; }

.carousel_video_image .owl-314-wrapper .owl-carousel .owl-dots {
  max-width: 1370px;
  width: calc(100vw - 40px);
  left: calc((100vw - 1370px) / 2 - 10px); }
  @media (max-width: 1479.98px) {
    .carousel_video_image .owl-314-wrapper .owl-carousel .owl-dots {
      max-width: none;
      left: 20px;
      width: auto;
      right: 20px; } }

.carousel_video_image__header .text-content {
  max-width: 665px;
  margin-bottom: 120px;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .carousel_video_image__header .text-content {
      margin-top: 40px;
      margin-bottom: 56px; } }

.carousel_video_image .owl-314-wrapper {
  margin-left: 0; }
  .carousel_video_image .owl-314-wrapper .owl-carousel {
    margin-left: auto;
    margin-right: auto;
    width: 1420px; }
    @media (max-width: 1479.98px) {
      .carousel_video_image .owl-314-wrapper .owl-carousel {
        width: 1040px; } }
    @media (max-width: 1199.98px) {
      .carousel_video_image .owl-314-wrapper .owl-carousel {
        width: 80vw; } }
    .carousel_video_image .owl-314-wrapper .owl-carousel .owl-item.center {
      z-index: 888; }
    .carousel_video_image .owl-314-wrapper .owl-carousel:hover .owl-item.center {
      -webkit-transform: scale(1.04) !important;
          -ms-transform: scale(1.04) !important;
              transform: scale(1.04) !important;
      z-index: 888; }
  .carousel_video_image .owl-314-wrapper .owl-item {
    -webkit-transition: .7s all ease;
    transition: .7s all ease; }
    .carousel_video_image .owl-314-wrapper .owl-item .absolute-img {
      -webkit-transition: .7s all ease .1s;
      transition: .7s all ease .1s;
      top: 20px;
      bottom: 20px;
      height: calc(100% - 40px); }
  .carousel_video_image .owl-314-wrapper .owl-item.active {
    left: 0;
    overflow: hidden;
    background-color: #fff; }
    .carousel_video_image .owl-314-wrapper .owl-item.active .absolute-img {
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px); }

.owl-video-image .item {
  position: relative;
  aspect-ratio: 16 / 9; }

.social_media_1 + .carousel_video_image {
  padding-top: 40px; }

.carousel_video_slogan + .carousel_video_image {
  padding-top: 0px; }

body.single-portfolio .carousel_video_slogan .wrapper {
  background-color: #222; }
  @media (max-width: 991.98px) {
    body.single-portfolio .carousel_video_slogan .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.carousel_video_slogan video {
  border-radius: 10px !important; }

.cta-below-offer + .popup + .carousel_video_slogan .section-padding-y {
  padding-top: 40px; }

.text_blocks_2 {
  padding-bottom: 0 !important; }
  .text_blocks_2__title {
    text-align: right;
    max-width: 740px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 80px; }
  .text_blocks_2__desc {
    text-align: right;
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 80px; }
  .text_blocks_2 .text-block {
    margin-bottom: 30px;
    padding: 48px 40px 24px !important;
    position: relative;
    height: 100%; }
    @media (max-width: 1479.98px) {
      .text_blocks_2 .text-block {
        padding: 48px 24px 24px !important; } }
    @media (max-width: 767.98px) {
      .text_blocks_2 .text-block {
        padding: 24px 0px 24px !important; }
        .text_blocks_2 .text-block:hover {
          background-color: transparent; } }
    .text_blocks_2 .text-block .headline {
      min-height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1199.98px) {
        .text_blocks_2 .text-block .headline {
          min-height: auto; } }
  .text_blocks_2--always_visible .headline {
    text-align: left;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .text_blocks_2--always_visible .headline {
        margin-bottom: 56px; } }
  .text_blocks_2--always_visible .text-block {
    background-color: #f4f4f4 !important;
    min-height: 440px;
    padding-top: 120px !important;
    padding-bottom: 40px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 30px solid #fff; }
    @media (max-width: 767.98px) {
      .text_blocks_2--always_visible .text-block {
        padding: 56px 16px 32px !important;
        min-height: auto; } }
    .text_blocks_2--always_visible .text-block .headline {
      min-height: 80px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      line-height: 1.4; }
      @media (max-width: 767.98px) {
        .text_blocks_2--always_visible .text-block .headline {
          min-height: auto; } }
    .text_blocks_2--always_visible .text-block .text-block__contents-wrapper-2 {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important; }
  .text_blocks_2--right .headline, .text_blocks_2--right .text_blocks_2__desc {
    margin-left: auto !important;
    margin-right: 0;
    text-align: right; }
  .text_blocks_2--right .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .text_blocks_2--narrow-header .headline, .text_blocks_2--narrow-header .text_blocks_2__desc {
    max-width: 600px;
    margin-left: 0; }
  .text_blocks_2--narrow-header .headline {
    margin-bottom: 24px; }
  .text_blocks_2--narrow-header .text_blocks_2__desc {
    margin-bottom: 64px; }
    @media (max-width: 575.98px) {
      .text_blocks_2--narrow-header .text_blocks_2__desc {
        margin-bottom: 48px; } }

.text_blocks_2 + .text_blocks_2 {
  margin-top: 56px; }

.carousel_video_image + .text_blocks_2 {
  padding-top: 0; }

.carousel_video_slogan + .text_blocks_2 {
  padding-top: 80px; }

.vs-container {
  position: relative;
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .vs-container__content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: calc(100% - 80px);
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    text-align: center;
    z-index: 2; }
    .vs-container__content .link {
      color: #fff; }
  .vs-container__slogan {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: -10px;
    font-size: 160px;
    color: #E9E9E9;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.1;
    word-break: break-all; }
    @media (max-width: 1199.98px) {
      .vs-container__slogan {
        font-size: 100px;
        letter-spacing: -7px; } }
    @media (max-width: 575.98px) {
      .vs-container__slogan {
        font-size: 72px;
        letter-spacing: -4px; } }
  .vs-container__video {
    height: 720px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 575.98px) {
      .vs-container__video {
        height: auto;
        width: 100%; } }

.owl-arrow-center {
  position: relative; }
  .owl-arrow-center .owl-prev, .owl-arrow-center .owl-next {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 6; }
  .owl-arrow-center .owl-dots {
    max-width: 1370px;
    margin-top: 64px !important;
    margin-left: auto;
    margin-right: auto; }
  .owl-arrow-center .owl-prev {
    left: 8px;
    right: auto; }
  .owl-arrow-center .owl-next {
    right: 8px;
    left: auto; }

.s-columns_5__block {
  background-color: #222;
  color: #fff;
  padding: 48px 40px;
  min-height: 720px;
  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;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (max-width: 1479.98px) {
    .s-columns_5__block {
      padding: 48px 24px; } }
  @media (max-width: 767.98px) {
    .s-columns_5__block {
      min-height: auto;
      padding: 80px 16px 56px; } }
  .s-columns_5__block:hover .absolute-img {
    opacity: 1;
    -o-object-position: center center;
       object-position: center center; }
    @media (max-width: 1479.98px) {
      .s-columns_5__block:hover .absolute-img {
        opacity: .56; } }
  .s-columns_5__block:hover span.link i {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .s-columns_5__block__content {
    position: relative;
    z-index: 3; }
    .s-columns_5__block__content .text-content h1, .s-columns_5__block__content .text-content h2, .s-columns_5__block__content .text-content h3, .s-columns_5__block__content .text-content h4, .s-columns_5__block__content .text-content h5, .s-columns_5__block__content .text-content h6 {
      font-size: 28px;
      line-height: 1.3;
      margin-bottom: 40px; }
    .s-columns_5__block__content .link {
      margin-top: 48px;
      display: inline-block; }
  .s-columns_5__block .absolute-img {
    opacity: 0;
    -o-object-position: right center;
       object-position: right center;
    -webkit-transition: 1.6s all ease;
    transition: 1.6s all ease; }

.text_section_1 + .s-columns_5 {
  padding-top: 40px !important; }

.text_section_3 {
  background-color: #E9E9E9;
  margin-top: 64px; }
  .text_section_3:hover .text-content {
    -webkit-filter: blur(0);
            filter: blur(0); }
  .text_section_3 .text-content {
    text-align: center;
    padding: 80px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transition: .5s all ease;
    transition: .5s all ease; }
    .text_section_3 .text-content h1, .text_section_3 .text-content h2, .text_section_3 .text-content h3, .text_section_3 .text-content h4, .text_section_3 .text-content h5, .text_section_3 .text-content h6 {
      margin-bottom: 80px; }

.newsletter_1 {
  margin-bottom: 80px; }
  .newsletter_1__bg {
    background-color: #E9E9E9; }
    @media (max-width: 991.98px) {
      .newsletter_1__bg {
        padding-left: 16px;
        padding-right: 16px; } }

.instagram_1 {
  text-align: center; }

.social_media_1 {
  padding: 120px 0 0;
  text-align: center; }
  @media (max-width: 767.98px) {
    .social_media_1 {
      padding-bottom: 40px !important; } }
  .social_media_1 .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px; }
    @media (max-width: 767.98px) {
      .social_media_1 .social-media {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 40px 56px; } }

.text_section_2 + .social_media_1 {
  padding-top: 0px; }

.numbers_1 {
  padding-top: 144px !important; }
  .numbers_1 .headline--lg {
    margin-top: 104px;
    margin-bottom: 56px; }
    @media (max-width: 575.98px) {
      .numbers_1 .headline--lg {
        margin-top: 64px;
        margin-bottom: 40px; } }
  .numbers_1__desc {
    max-width: 640px; }

.numbers_box {
  background-color: #222;
  color: #fff;
  padding: 144px 0;
  margin-top: 56px; }
  @media (max-width: 575.98px) {
    .numbers_box {
      padding: 80px 0; } }
  .numbers_box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .numbers_box__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        gap: 40px 0; } }
  .numbers_box__col {
    width: 20%;
    padding: 16px; }
    @media (max-width: 991.98px) {
      .numbers_box__col {
        width: 33.3%; } }
    @media (max-width: 575.98px) {
      .numbers_box__col {
        width: 50%; } }
  .numbers_box__number {
    font-weight: bold;
    font-size: 96px;
    margin-bottom: 24px;
    line-height: 1.1; }
  .numbers_box__desc {
    max-width: 120px; }
    @media (max-width: 991.98px) {
      .numbers_box__desc {
        margin: 0 auto; } }

.job-preview {
  background-color: #f4f4f4;
  padding: 56px 40px;
  display: block;
  margin-bottom: 30px; }
  @media (max-width: 1479.98px) {
    .job-preview {
      padding: 48px 24px; } }
  .job-preview .headline {
    margin-top: 24px;
    margin-bottom: 16px; }
  .job-preview__earnings {
    margin-bottom: 80px; }
  .job-preview__link {
    margin-top: 48px;
    text-align: right; }
  .job-preview .tag {
    -webkit-transition: .6s all ease;
    transition: .6s all ease; }
  .job-preview--white {
    background-color: #fff; }
    .job-preview--white .headline {
      margin-top: 48px;
      margin-bottom: 42px; }

a.job-preview {
  -webkit-transition: .6s all ease;
  transition: .6s all ease; }
  a.job-preview:hover {
    background-color: #d2b464;
    color: #222; }
    a.job-preview:hover .tag {
      background-color: #b29034;
      border-color: #b29034; }
    a.job-preview:hover .link i {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }

.text_blocks_1 + .job_offer_1 {
  padding-top: 40px; }

.graphic_links_1 .text-content {
  margin-bottom: 120px;
  margin-top: 96px;
  max-width: 640px; }
  @media (max-width: 575.98px) {
    .graphic_links_1 .text-content {
      margin-top: 64px;
      margin-bottom: 80px; } }

.graphic_links_1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px; }
  .graphic_links_1__wrapper .graphic_link:nth-of-type(1),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(7),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(10),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(13),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(16) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .graphic_links_1__wrapper .graphic_link:nth-of-type(1),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(7),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(10),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(13),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(16) {
        width: calc(50% - 20px);
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: left; } }
  .graphic_links_1__wrapper .graphic_link:nth-of-type(2),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(3),
  .graphic_links_1__wrapper .graphic_link:nth-of-type(4) {
    width: calc(33.3% - 27px); }
    @media (max-width: 1199.98px) {
      .graphic_links_1__wrapper .graphic_link:nth-of-type(2),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(3),
      .graphic_links_1__wrapper .graphic_link:nth-of-type(4) {
        width: calc(50% - 20px); } }

.graphic_link {
  position: relative;
  padding: 120px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 570px;
  width: calc(50% - 20px);
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  background-color: #111; }
  @media (max-width: 1479.98px) {
    .graphic_link {
      min-height: 480px; } }
  @media (max-width: 767.98px) {
    .graphic_link {
      width: 100% !important;
      min-height: 320px; } }
  @media (max-width: 575.98px) {
    .graphic_link {
      padding: 120px 16px 40px; } }
  .graphic_link:hover {
    -webkit-transform: scale(1.024);
        -ms-transform: scale(1.024);
            transform: scale(1.024); }
    .graphic_link:hover video, .graphic_link:hover img {
      opacity: .64; }
    .graphic_link:hover .link i {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .graphic_link video, .graphic_link img {
    -webkit-transition: 1s all ease;
    transition: 1s all ease; }
  .graphic_link__content {
    position: relative;
    z-index: 99;
    color: #fff;
    width: 100%; }
  .graphic_link .headline {
    margin-bottom: 32px; }

.cta_3 {
  position: relative;
  background-color: #222;
  color: #fff;
  padding: 200px 20px 160px;
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 575.98px) {
    .cta_3 {
      padding: 80px 16px;
      margin: 80px auto; } }
  .cta_3 .text-content {
    position: relative;
    z-index: 3; }
  .cta_3 .link {
    margin: 80px 0 0;
    display: inline-block; }
    @media (max-width: 575.98px) {
      .cta_3 .link {
        margin-top: 40px; } }
  .cta_3--text-right {
    text-align: right;
    padding-top: 136px;
    padding-bottom: 120px; }
    .cta_3--text-right .text-content {
      margin-left: auto;
      margin-right: 0;
      max-width: 640px; }
      .cta_3--text-right .text-content .cta_3__headline {
        margin-bottom: 24px; }
    .cta_3--text-right .link {
      margin-top: 0px; }

@media (max-width: 991.98px) {
  .interation_1 {
    padding-bottom: 56px !important; } }

.interation_1__desc {
  max-width: 670px; }

.interation_1 .headline--lg {
  margin-top: 80px;
  margin-bottom: 104px; }
  @media (max-width: 991.98px) {
    .interation_1 .headline--lg {
      margin-top: 56px;
      margin-bottom: 72px; } }

.iteration-box {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 96px 20px 80px;
  overflow: hidden;
  margin-top: 88px; }
  @media (max-width: 991.98px) {
    .iteration-box {
      display: none; } }
  .iteration-box img.absolute-img {
    top: -80px;
    -o-object-fit: contain;
       object-fit: contain; }
  .iteration-box__arrow {
    width: 32px !important;
    height: auto; }
  .iteration-box__arrow-2 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .iteration-box__arrow-3 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .iteration-box__arrow-4 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .iteration-box__col-center {
    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; }
  .iteration-box__col-text {
    min-height: 200px; }
    .iteration-box__col-text .headline, .iteration-box__col-text .text-content {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto; }
    .iteration-box__col-text .headline {
      margin-bottom: 32px; }
  .iteration-box .btn {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 40px;
    margin-right: 130px; }
    @media (max-width: 1479.98px) {
      .iteration-box .btn {
        margin-right: 110px; } }
    @media (max-width: 1199.98px) {
      .iteration-box .btn {
        margin-right: 50px; } }

.interaction-carousel {
  display: none;
  background-color: #222;
  color: #fff;
  padding: 120px 0 80px;
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .interaction-carousel {
      display: block; } }
  .interaction-carousel__item {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .interaction-carousel__item img {
      width: 48px !important;
      margin-top: 80px; }
      @media (max-width: 575.98px) {
        .interaction-carousel__item img {
          margin-top: 54px; } }
    .interaction-carousel__item__content {
      padding-left: 16px; }
      .interaction-carousel__item__content .headline {
        margin-bottom: 32px; }

.text_carousel_1 + .interation_1 {
  margin-top: 64px; }

.gallery-collage {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px; }
  @media (max-width: 767.98px) {
    .gallery-collage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px; } }
  @media (max-width: 575.98px) {
    .gallery-collage {
      gap: 16px; } }
  .gallery-collage__image-box {
    display: block;
    position: relative;
    min-height: 300px;
    position: relative;
    -webkit-transition: .8s all ease;
    transition: .8s all ease; }
    @media (max-width: 1599.98px) {
      .gallery-collage__image-box {
        min-height: 20vw; } }
    @media (max-width: 767.98px) {
      .gallery-collage__image-box {
        width: calc(50% - 10px);
        min-height: 32vw; } }
    @media (max-width: 575.98px) {
      .gallery-collage__image-box {
        width: calc(50% - 8px); } }
    .gallery-collage__image-box:nth-child(10n + 1) {
      grid-column: span 2;
      grid-row: span 2; }
    .gallery-collage__image-box:nth-child(10n + 2) {
      grid-column: span 2; }
    .gallery-collage__image-box:nth-child(10n + 5) {
      grid-column: span 2; }
    .gallery-collage__image-box:nth-child(10n + 7) {
      grid-column: span 2; }
    .gallery-collage__image-box:nth-child(10n + 8) {
      grid-column: span 2;
      grid-row: span 2; }
    .gallery-collage__image-box:nth-child(10n + 9) {
      grid-column: span 2; }
    .gallery-collage__image-box:hover {
      opacity: .96; }
      .gallery-collage__image-box:hover:after {
        width: 40px; }
    .gallery-collage__image-box:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      background-color: #fff;
      -webkit-transition: .8s all ease;
      transition: .8s all ease; }

.cta_2 + .gallery_2 {
  margin-top: 88px; }

.case_portfolio_filter_1 {
  margin-top: 96px; }

#cp-filter {
  margin-bottom: 144px;
  margin-top: 104px; }
  @media (max-width: 767.98px) {
    #cp-filter {
      margin-bottom: 40px;
      margin-top: 48px; } }

.cp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px; }
  @media (max-width: 1599.98px) {
    .cp-row {
      gap: 40px; } }
  @media (max-width: 1199.98px) {
    .cp-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 88px; } }
  @media (max-width: 575.98px) {
    .cp-row {
      margin-top: 64px; } }
  .cp-row .case-posts-container > .headline,
  .cp-row .portfolio-posts-container > .headline {
    margin-bottom: 0px !important;
    padding-bottom: 48px; }
  .cp-row .case-posts-container {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .cp-row .case-posts-container:empty {
      display: none; }
    @media (max-width: 1199.98px) {
      .cp-row .case-posts-container {
        width: 100%; } }
  .cp-row .portfolio-posts-container {
    width: calc(60% - 104px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 1199.98px) {
      .cp-row .portfolio-posts-container {
        width: 100%; } }
    .cp-row .portfolio-posts-container:empty {
      display: none; }
    .cp-row .portfolio-posts-container > .headline {
      width: 100%;
      margin-bottom: -20px !important; }
    .cp-row .portfolio-posts-container .project {
      width: calc(50% - 10px);
      height: auto;
      padding-top: 120px; }
      @media (max-width: 1359.98px) {
        .cp-row .portfolio-posts-container .project {
          width: 100%; } }

.case-preview-sm {
  margin-bottom: 20px; }
  .case-preview-sm .tags {
    margin-bottom: 64px; }
  .case-preview-sm__box {
    display: block;
    background-color: #eee;
    padding: 72px 40px 56px; }
    .case-preview-sm__box:hover > :not(button.link) {
      color: #222; }
    @media (max-width: 1199.98px) {
      .case-preview-sm__box {
        padding: 56px 24px 48px; } }
    @media (max-width: 575.98px) {
      .case-preview-sm__box {
        padding: 40px 16px 40px; } }
    .case-preview-sm__box span.link {
      display: block;
      margin-bottom: 48px; }

.ajax-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767.98px) {
    .ajax-filter {
      -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;
      gap: 8px; } }
  .ajax-filter__select-wrapper {
    width: calc(60% - 20px);
    position: relative; }
    @media (max-width: 767.98px) {
      .ajax-filter__select-wrapper {
        width: 100%;
        max-width: 400px; } }
    .ajax-filter__select-wrapper__options-string {
      position: absolute;
      top: 8px;
      left: 18px;
      right: 40px;
      color: #BBBBBB;
      font-size: 12px;
      z-index: 0;
      line-height: 1.2;
      max-height: 16px;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .ajax-filter__select-wrapper__options-string {
          left: 14px;
          right: 40px; } }
    .ajax-filter__select-wrapper:after {
      content: '\e867';
      /* kod ikony z Fontello */
      font-family: 'fontello';
      font-size: 22px;
      position: absolute;
      right: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none;
      opacity: .8; }
    .ajax-filter__select-wrapper select {
      width: 100%;
      padding: 24px 12px 8px;
      border: 1px solid #ddd;
      border-radius: 0;
      background-color: transparent;
      font-family: "Outfit", sans-serif;
      font-size: 32px;
      font-weight: 300 !important;
      outline: none !important;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 44px;
      /* zostaw miejsce na ikonę */ }
      @media (max-width: 1199.98px) {
        .ajax-filter__select-wrapper select {
          font-size: 20px;
          padding-top: 28px; } }
  .ajax-filter label {
    width: 40%;
    text-align: right;
    font-size: 32px;
    font-weight: 300 !important;
    margin-bottom: 8px; }
    @media (max-width: 1199.98px) {
      .ajax-filter label {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .ajax-filter label {
        padding-left: 11px;
        width: 100%;
        max-width: 400px;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 16px; } }

.ajax-no-results {
  background-color: #d2b464;
  padding: 80px 16px;
  font-size: 20px;
  text-align: center; }
  .ajax-no-results p {
    margin-bottom: 48px; }
  .ajax-no-results .btn:hover {
    background-color: #333;
    color: #fff; }

.text_blocks_3__text-content {
  max-width: 700px;
  margin-bottom: 160px; }
  @media (max-width: 1359.98px) {
    .text_blocks_3__text-content {
      margin-bottom: 80px; } }

.text_blocks_3__block {
  background-color: #f4f4f4;
  padding: 80px 40px;
  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;
  position: relative; }
  @media (max-width: 1359.98px) {
    .text_blocks_3__block {
      padding: 80px 20px; } }
  @media (max-width: 991.98px) {
    .text_blocks_3__block {
      margin-bottom: 20px; } }
  .text_blocks_3__block--has-link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .text_blocks_3__block--has-link:hover {
      background-color: #2B2B25;
      color: #fff !important; }
      .text_blocks_3__block--has-link:hover .link .icon-arrow-right {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
  .text_blocks_3__block .text-content {
    margin-bottom: 80px;
    min-height: 220px; }
    @media (max-width: 991.98px) {
      .text_blocks_3__block .text-content {
        min-height: auto; } }

.text_blocks_3 .phone-in-text {
  font-size: 28px;
  margin-top: 80px;
  display: block; }
  .text_blocks_3 .phone-in-text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .text_blocks_3 .phone-in-text i {
    font-size: 16px; }

.vertical_box__bg {
  background-color: #E9E9E9; }
  @media (max-width: 991.98px) {
    .vertical_box__bg {
      padding-left: 20px;
      padding-right: 20px; } }

.vertical_box__desc + .vertical_box__box {
  margin-top: 80px; }

.vertical_box__box {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
  height: 700px;
  overflow: scroll;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #222 #fff;
  /* Chrome, Edge, Safari */
  /* Hide horizontal scrollbar */ }
  .vertical_box__box::-webkit-scrollbar {
    width: 2px;
    border-radius: 0px; }
  .vertical_box__box::-webkit-scrollbar-track {
    background: #fff;
    width: 4px; }
  .vertical_box__box::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px; }
    .vertical_box__box::-webkit-scrollbar-thumb:hover {
      background: #111; }
  .vertical_box__box::-webkit-scrollbar:horizontal {
    display: none; }
  .vertical_box__box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px; }

.vertical_box .headline {
  text-transform: none; }

.portfolio-hero .project {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  height: calc(100vh - 200px);
  min-height: 400px;
  max-height: 880px; }
  .portfolio-hero .project .absolute-link {
    display: none; }

.case-hero {
  width: 100%; }
  .case-hero .hero__content {
    height: calc(100vh - 204px);
    min-height: 400px; }
    @media (max-width: 767.98px) {
      .case-hero .hero__content {
        height: calc(100vh - 188px);
        min-height: 400px; } }
  .case-hero__content {
    position: relative;
    z-index: 98; }

.case-intro-section {
  background-color: #E9E9E9;
  margin-top: 80px; }
  @media (max-width: 991.98px) {
    .case-intro-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767.98px) {
    .case-intro-section {
      padding-bottom: 88px !important; } }
  .case-intro-section .tags {
    margin-bottom: 80px;
    margin-top: 80px; }
    @media (max-width: 767.98px) {
      .case-intro-section .tags {
        margin-top: 40px; } }
  .case-intro-section p + ul {
    margin-top: 0px; }

.single-portfolio .case-intro-section .wrapper-sm {
  border-bottom: 1px solid #bbb; }
  @media (max-width: 991.98px) {
    .single-portfolio .case-intro-section .wrapper-sm {
      border-bottom: 0; } }
  @media (max-width: 767.98px) {
    .single-portfolio .case-intro-section .wrapper-sm {
      padding-bottom: 0; } }

.post-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px;
  gap: 40px;
  margin-bottom: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 204px); }
  @media (max-width: 1199.98px) {
    .post-content__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 16px; } }

.post-content__intro {
  width: calc(60% - 40px);
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1199.98px) {
    .post-content__intro {
      max-width: none;
      width: 100%; } }
  .post-content__intro .link {
    display: inline-block;
    margin-bottom: 80px; }
  .post-content__intro .headline {
    margin-bottom: 80px;
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .post-content__intro .headline {
        margin-bottom: 56px; } }
  .post-content__intro p {
    margin-bottom: 56px; }
    @media (max-width: 1199.98px) {
      .post-content__intro p {
        margin-bottom: 40px; } }
    .post-content__intro p:last-of-type {
      margin-bottom: 0; }
    .post-content__intro p.p-small {
      font-size: 14px; }

.post-content__image {
  position: absolute;
  width: 40%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  cursor: pointer;
  z-index: 6; }
  @media (max-width: 1199.98px) {
    .post-content__image {
      position: relative;
      width: 100%;
      margin-top: 24px; }
      .post-content__image img, .post-content__image video {
        position: relative;
        width: 100%; } }
  .post-content__image:hover {
    width: 100%; }

.post-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 120px; }
  @media (max-width: 1359.98px) {
    .post-content__body {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 64px; } }
  @media (max-width: 575.98px) {
    .post-content__body {
      margin-bottom: 56px; } }

.post-content__sidebar {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%; }
  @media (max-width: 1359.98px) {
    .post-content__sidebar {
      width: 100%; } }
  .post-content__sidebar .table-of-contents {
    position: sticky;
    top: 24px;
    margin-top: 32px; }

.post-content__main {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.post-content__author {
  margin-top: 88px; }
  .post-content__author .headline {
    margin-bottom: 32px; }
  .post-content__author__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .post-content__author__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 40px; } }

.table-of-contents {
  background-color: #E9E9E9;
  padding: 40px; }
  @media (max-width: 767.98px) {
    .table-of-contents {
      padding: 40px 16px; } }
  .table-of-contents .headline {
    margin-bottom: 40px; }
  .table-of-contents li {
    margin-bottom: 16px; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 72px;
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 0; } }
  .banner__box {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    background-color: #E9E9E9;
    padding: 32px 24px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }
    @media (max-width: 991.98px) {
      .banner__box {
        padding: 48px 16px; } }
    .banner__box .headline {
      margin-top: 32px;
      margin-bottom: 32px; }
    .banner__box:hover {
      background-color: #d2b464;
      color: #222; }
      .banner__box:hover .link i {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
  .banner__image {
    background-color: #222;
    position: relative;
    width: calc(50% - 10px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .banner__image {
        width: 100%;
        height: 48vw; } }

.tags.category-tags-nav a.tag:hover {
  background-color: #d2b464;
  border-color: #d2b464;
  color: #222; }

.template-title {
  text-transform: lowercase;
  margin: 104px auto 48px; }

.posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }
  .posts-container .post-preview {
    width: calc(50% - 10px); }
    @media (max-width: 1359.98px) {
      .posts-container .post-preview {
        width: 100%; } }
    .posts-container .post-preview--2 .post-preview__content {
      background-color: #2B2B25;
      color: #fff; }
    .posts-container .post-preview--3 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .posts-container .post-preview--3 .post-preview__content {
        background-color: #fff; }
    .posts-container .post-preview--4, .posts-container .post-preview--7, .posts-container .post-preview--8 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .posts-container .post-preview--4 .post-preview__content, .posts-container .post-preview--7 .post-preview__content, .posts-container .post-preview--8 .post-preview__content {
        background-color: #000;
        color: #fff; }
    .posts-container .post-preview--6 .post-preview__content {
      background-color: #fff; }

body.page-id-701 .sf-field-author {
  display: none; }

body.page-id-712 .sf-field-category {
  display: none; }

.wrapper {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1359.98px) {
    .wrapper {
      width: calc(100% - 40px); } }

.wrapper-sm {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1599.98px) {
    .wrapper-sm {
      max-width: none;
      width: calc(100% - 80px); } }
  @media (max-width: 991.98px) {
    .wrapper-sm {
      width: 100%; } }

.section-padding-y {
  padding-top: 160px;
  padding-bottom: 160px; }
  @media (max-width: 575.98px) {
    .section-padding-y {
      padding-top: 80px;
      padding-bottom: 80px; } }

.mt24 {
  margin-top: 24px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mb48 {
  margin-bottom: 48px; }

.mb56 {
  margin-bottom: 56px; }

.mb80 {
  margin-bottom: 80px; }

.btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px; }

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