@charset "UTF-8";
/*!
* Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import "../node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css";
@import "../node_modules/swiper/swiper-bundle.css";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-ul, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  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-ul, .col-ul-auto, .col-ul-12, .col-ul-11, .col-ul-10, .col-ul-9, .col-ul-8, .col-ul-7, .col-ul-6, .col-ul-5, .col-ul-4, .col-ul-3, .col-ul-2, .col-ul-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs, .col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 375px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-ul {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-ul-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ul-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ul-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ul-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ul-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ul-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-ul-first {
    order: -1;
  }

  .order-ul-last {
    order: 13;
  }

  .order-ul-0 {
    order: 0;
  }

  .order-ul-1 {
    order: 1;
  }

  .order-ul-2 {
    order: 2;
  }

  .order-ul-3 {
    order: 3;
  }

  .order-ul-4 {
    order: 4;
  }

  .order-ul-5 {
    order: 5;
  }

  .order-ul-6 {
    order: 6;
  }

  .order-ul-7 {
    order: 7;
  }

  .order-ul-8 {
    order: 8;
  }

  .order-ul-9 {
    order: 9;
  }

  .order-ul-10 {
    order: 10;
  }

  .order-ul-11 {
    order: 11;
  }

  .order-ul-12 {
    order: 12;
  }

  .offset-ul-0 {
    margin-left: 0;
  }

  .offset-ul-1 {
    margin-left: 8.3333333333%;
  }

  .offset-ul-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-ul-4 {
    margin-left: 33.3333333333%;
  }

  .offset-ul-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-ul-7 {
    margin-left: 58.3333333333%;
  }

  .offset-ul-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-ul-10 {
    margin-left: 83.3333333333%;
  }

  .offset-ul-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-ul-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-ul-flex {
    display: flex !important;
  }

  .d-ul-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-ul-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-ul-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xs-auto, .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .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: 1024px) {
  .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: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-ul-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-ul-auto, .mx-ul-auto {
    margin-left: auto !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .container .row {
    padding: 60px 0;
  }
}
.container .row .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

html body.scroll {
  overflow: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  html body.scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
}
html body figure {
  margin: 0;
}

html body img {
  display: block;
  width: 100%;
}

html body input:-webkit-autofill, html body input:-webkit-autofill:hover, html body input:-webkit-autofill:focus input:-webkit-autofill, html body textarea:-webkit-autofill, html body textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, html body select:-webkit-autofill, html body select:-webkit-autofill:hover, html body select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #02120f;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::selection {
  color: #fff;
  background-color: #987953;
}

body {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(3, 17, 13, 0.8);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked, body.fancybox-active {
  overflow: hidden;
}

body h1 {
  font-family: "trajan-pro-3", serif;
  font-size: 56px;
  font-weight: 600;
  color: #03110d;
  margin: 0 0 30px 0;
  line-height: 1.2;
  hyphens: auto;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  body h1 {
    margin: 0 0 15px;
    font-size: 38px;
  }
}
body h2 {
  font-family: "trajan-pro-3", serif;
  font-size: 38px;
  font-weight: 600;
  color: #03110d;
  margin: 0 0 20px 0;
  line-height: 1.4;
  hyphens: none;
  text-transform: uppercase;
}

@media (max-width: 1279.98px) {
  body h2 {
    hyphens: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  body h2 {
    margin: 0 0 16px;
    letter-spacing: -0.6px;
    font-size: 32px;
    hyphens: auto;
  }
}
body h3 {
  font-family: "trajan-pro-3", serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #03110d;
  margin: 0 0 10px 0;
  line-height: 1.2;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  body h3 {
    margin: 0 0 20px;
    font-size: 26px;
  }
}
body h4 {
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  font-weight: 600;
  color: #03110d;
  margin: 0 0 10px 0;
  line-height: 1.2;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  body h4 {
    font-size: 18px;
  }
}
body h5 {
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #03110d;
  margin: 0 0 15px 0;
  line-height: 20px;
}

@media (max-width: 1023.98px) {
  body h5 {
    margin: 0 0 10px 0;
  }
}
body h6 {
  font-weight: 900;
  color: #4b4b4b;
  line-height: 26px;
  margin: 0 0 15px 0;
  letter-spacing: 2.6px;
  font-size: 13px;
  font-family: "trajan-pro-3", serif;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  body h6 {
    margin: 0 0 10px;
  }
}
body p {
  margin: 0;
  letter-spacing: 0.64px;
}

body p:not(:last-child) {
  margin: 0 0 15px 0;
}

body a:not(.button) {
  color: #987953;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

body a:not(.button):hover {
  color: #775f41;
}

body strong {
  font-weight: 900;
}

body q {
  font-size: 1.1em;
  margin: 0;
  line-height: 2em;
}

body q:not(:last-child) {
  margin: 0 0 15px 0;
}

body q.bigquote {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

body ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

body ul:not(:last-child) {
  margin: 0 0 15px 0;
}

body button, body [type=button], body [type=reset], body [type=submit] {
  -webkit-appearance: button;
}

body button::-moz-focus-inner, body [type=button]::-moz-focus-inner, body [type=reset]::-moz-focus-inner, body [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

body button:-moz-focusring, body [type=button]:-moz-focusring, body [type=reset]:-moz-focusring, body [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

body [type=number]::-webkit-inner-spin-button, body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

body select {
  width: 100%;
  height: auto;
}

body .button, body button, body input[type=submit] {
  cursor: pointer;
}

body input[type=date], body input[type=datetime], body input[type=datetime-local], body input[type=email], body input[type=month], body input[type=number], body input[type=password], body input[type=range], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body textarea, body select {
  outline: none;
  appearance: none;
  font-weight: 400;
  border: 1px solid #f9f9f9;
  border-radius: 0 !important;
  background: #fff !important;
  color: rgba(3, 17, 13, 0.8) !important;
  padding: 12px 20px !important;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px !important;
  font-family: "roboto", sans-serif !important;
  -webkit-text-fill-color: rgba(3, 17, 13, 0.8) !important;
  -webkit-box-shadow: none !important;
  line-height: inherit !important;
  min-height: inherit !important;
}

body[aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}

body textarea {
  resize: none;
  height: 110px !important;
  border-radius: 20px;
}

body textarea.large {
  height: 110px !important;
}

body .gfield_label {
  font-size: 14px;
  font-weight: 500 !important;
}

body .gform_wrapper {
  margin: 0 !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}

body .gform_wrapper ul.gform_fields li.gfield:not(:last-child) {
  margin-bottom: 10px;
}

body .gform_wrapper ul.gform_fields li.gfield.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
  font-size: 14px;
  color: rgba(3, 17, 13, 0.8);
  font-weight: 500 !important;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield textarea.large {
  height: 200px !important;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin: 0 !important;
}

@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    padding: 0 5px 0 0 !important;
  }

  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    padding: 0 0 0 5px !important;
  }
}
body .gform_wrapper .gform_footer {
  display: flex;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  justify-content: flex-start;
}

body .gform_wrapper .gform_footer input[type=submit] {
  outline: 0;
  border: none;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    justify-content: center;
  }
}
body .gform_wrapper div.validation_error {
  color: #987953;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #987953;
  border-bottom: 1px solid #987953;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #202020;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0;
  border-radius: 6px;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

body .gform_wrapper .validation_message {
  border: none;
  color: #c02b0a;
  padding-top: 5px !important;
  padding-left: 0;
  background: transparent;
  font-weight: 400;
}

body .gform_wrapper .gform_validation_errors {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  body main {
    min-height: calc(100vh - 80px - 500px);
  }
}
.ui-datepicker {
  display: none;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.button, button, input[type=submit] {
  width: auto;
  color: #fff;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  position: relative;
  padding: 14px 24px;
  align-items: center;
  border: 1px solid #987953;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: center;
  -webkit-appearance: none;
  line-height: 1 !important;
  font-family: "trajan-pro-3", serif;
  background-color: #987953;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .button, button, input[type=submit] {
    padding: 12px 24px;
  }
}
.button:hover, button:hover, input[type=submit]:hover {
  color: #fff;
  background-color: #775f41;
  border-color: #775f41;
}

.button.alt, button.alt, input[type=submit].alt {
  border: 1px solid #987953;
  color: #987953;
  background-color: transparent;
}

.button.alt:hover, button.alt:hover, input[type=submit].alt:hover {
  color: #fff;
  background-color: #775f41;
}

.button.alt.has-arrow, button.alt.has-arrow, input[type=submit].alt.has-arrow {
  gap: 16px;
}

.button.alt.has-arrow:after, button.alt.has-arrow:after, input[type=submit].alt.has-arrow:after {
  content: "";
  position: absolute;
}

.button.alt.white, button.alt.white, input[type=submit].alt.white {
  color: #fff;
  border-color: #fff;
}

.button.alt.white:hover, button.alt.white:hover, input[type=submit].alt.white:hover {
  color: #02120f;
  background-color: #fff;
}

.button-holder {
  gap: 35px;
  width: 100%;
  margin-top: 25px;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .button-holder {
    gap: 16px;
    flex-direction: column;
  }

  .button-holder .button {
    width: 100%;
  }
}
.button-holder.aligned-center {
  justify-content: center;
}

.hamburger {
  right: 0;
  height: 60px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  transition-property: opacity, filter;
  padding: 0 0;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  z-index: 110;
}

.hamburger :focus {
  outline: 0;
}

.hamburger:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger__box {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
}

.hamburger .hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger .hamburger__inner, .hamburger .hamburger__inner::before, .hamburger .hamburger__inner::after {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger .hamburger__inner::before, .hamburger .hamburger__inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger__inner::before {
  right: unset;
  left: 0;
  width: 14px;
  top: -7px;
}

.hamburger .hamburger__inner::after {
  bottom: -7px;
  width: 12px;
}

.hamburger .hamburger__inner {
  top: 1px;
}

.hamburger .hamburger__inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger .hamburger__inner::after {
  top: 14px;
}

.hamburger.is-active .hamburger__inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger__inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -5px, 0);
  opacity: 0;
}

.hamburger.is-active .hamburger__inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
  width: 17px;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev:hover, .slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #775f41;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.15;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 35px;
  line-height: 1;
  display: block;
  color: #987953;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.15s ease-in-out;
}

.slick-prev {
  left: 15px;
}

@media (min-width: 768px) {
  .slick-prev {
    left: 30px;
  }
}
@media (min-width: 1280px) {
  .slick-prev {
    left: 50px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 30px;
}

.slick-prev:before {
  content: "";
  font-weight: bold;
}

[dir=rtl] .slick-prev:before {
  content: "";
  font-weight: bold;
}

.slick-next {
  right: 15px;
}

@media (min-width: 768px) {
  .slick-next {
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .slick-next {
    right: 50px;
  }
}
[dir=rtl] .slick-next {
  left: 30px;
  right: auto;
}

.slick-next:before {
  content: "";
  font-weight: bold;
}

[dir=rtl] .slick-next:before {
  content: "";
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: -6px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 13px;
  left: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.35;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #88dd57;
  opacity: 0.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #987953;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  height: auto;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

header {
  top: 44px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  position: sticky;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(52px);
  font-family: "roboto", sans-serif;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  header {
    height: 177px;
    margin-bottom: -177px;
  }
}
@media (max-width: 1023.98px) {
  header {
    height: 91px;
    margin-bottom: -91px;
    top: 28px;
  }
}
header.is-loaded {
  opacity: 1;
}

header.is-scrolled {
  top: 0;
  background-color: #fff;
  backdrop-filter: unset;
}

header.is-scrolled .container .header-top .logo a img {
  filter: invert(0.8);
  transition: filter 0.2s linear;
}

header.is-scrolled .container .header-top .top-items .hamburger.is-active .hamburger__box .hamburger__inner {
  background-color: #fff;
}

header.is-scrolled .container .header-top .top-items .hamburger.is-active .hamburger__box .hamburger__inner:before, header.is-scrolled .container .header-top .top-items .hamburger.is-active .hamburger__box .hamburger__inner:after {
  background-color: #fff;
}

header.is-scrolled .container .header-top .top-items .hamburger .hamburger__box .hamburger__inner {
  background-color: #987953;
}

header.is-scrolled .container .header-top .top-items .hamburger .hamburger__box .hamburger__inner:before, header.is-scrolled .container .header-top .top-items .hamburger .hamburger__box .hamburger__inner:after {
  background-color: #987953;
}

header.is-scrolled .container .header-top .top-items .contact-info a {
  color: #987953 !important;
}

header.is-scrolled .container .header-top .top-items .button-contact .contact {
  color: #987953 !important;
}

@media (min-width: 1024px) {
  header.is-scrolled .container .header-bottom {
    border-top: 1px solid #987953;
    border-bottom: 1px solid #987953;
  }
}
header.is-scrolled .container .header-bottom .header-items .navigation-holder .navigation ul li a {
  color: #987953 !important;
}

@media (max-width: 1023.98px) {
  header.is-scrolled .container .header-bottom .header-items .navigation-holder .navigation ul li a {
    color: #fff !important;
  }
}
header.is-white {
  background-color: #fff;
}

header.is-white .top-items a:not(.button), header.is-white .header-bottom a {
  color: #02120f !important;
}

header.is-white .top-items .hamburger .hamburger__box .hamburger__inner {
  background-color: #987953;
}

header.is-white .top-items .hamburger .hamburger__box .hamburger__inner:before, header.is-white .top-items .hamburger .hamburger__box .hamburger__inner:after {
  background-color: #987953;
}

header.is-white .logo img {
  filter: invert(1);
}

header .container {
  height: 100%;
  max-width: 1312px;
  position: relative;
  flex-direction: row;
  align-items: center;
  transition: height 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .container .header-top {
  width: 100%;
  position: relative;
  height: 88px;
}

@media (max-width: 1023.98px) {
  header .container .header-top {
    height: 91px;
  }
}
header .container .header-top .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  header .container .header-top .logo {
    left: 20%;
  }
}
header .container .header-top .logo a {
  display: block;
  transition: 0.3ms ease-in-out;
}

header .container .header-top .logo a img, header .container .header-top .logo a svg {
  width: auto;
  height: 88px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container .header-top .logo a img, header .container .header-top .logo a svg {
    height: 56px;
  }
}
@media (max-width: 767.98px) {
  header .container .header-top .logo a img, header .container .header-top .logo a svg {
    height: 41px;
  }
}
header .container .header-top .top-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

header .container .header-top .top-items .contact-info {
  display: flex;
  gap: 50px;
}

@media (max-width: 1023.98px) {
  header .container .header-top .top-items .contact-info {
    display: none;
  }
}
header .container .header-top .top-items .contact-info a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.28px;
}

header .container .header-top .top-items .contact-info a i {
  margin-right: 5px;
  display: none;
}

header .container .header-top .top-items .contact-info a:nth-child(1) i, header .container .header-top .top-items .contact-info a:nth-child(2) i {
  display: inline-block;
}

header .container .header-top .top-items .button-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .container .header-top .top-items .button-contact .contact {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 1023.98px) {
  header .container .header-top .top-items .button-contact .contact {
    display: none;
  }
}
header .container .header-bottom {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom {
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
header .container .header-bottom .header-items {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items {
    justify-content: space-between;
  }
}
header .container .header-bottom .header-items .navigation-holder {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 101;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    background: #987953;
    visibility: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible {
    opacity: 1;
    visibility: visible;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li {
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-bottom .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .header-bottom .header-items .navigation-holder.is-visible .navigation ul li a {
  color: #fff;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > * {
  z-index: 1;
  position: relative;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul {
  z-index: 3;
  width: 100%;
  display: flex;
  position: unset;
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul {
    padding: 0 30px;
    max-height: 100vh;
    flex-direction: column;
    align-items: flex-start;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li {
  position: relative;
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children:hover {
    cursor: pointer;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children a.navlink {
    padding-right: 40px;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children a.navlink:after {
    right: 15px;
    font-size: 14px;
    content: "";
    font-weight: 400;
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 6 Sharp";
  }
}
@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children.is-opened > a.navlink .toggle-subnav:before {
    color: #fff;
    transform: rotate(180deg);
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > a.navlink {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    top: 40px;
    left: 50%;
    opacity: 0;
    padding: 15px 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(52px);
    transform: translate(-50%);
  }
}
@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    display: none;
    overflow: hidden;
    padding: 10px 0 10px 0;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li {
    animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a {
  color: #02120f;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a {
    font-size: 22px;
    padding: 5px 15px 5px 40px;
    color: #fff;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a:hover, header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a.active {
  color: #02120f;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-button {
  position: unset;
  margin-left: 15px;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-button {
    display: none;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
  right: 0;
  top: 50%;
  width: auto;
  font-size: 14px;
  padding: 12px 26px;
  position: absolute;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.contact-mobile {
    display: none;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.contact-mobile a {
  text-decoration: none;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  display: inline-block;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  transition: 0.3ms ease-in-out;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink:hover {
  color: #f9f9f9;
}

@media (max-width: 1279.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    padding: 15px 10px;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    font-size: 22px;
    font-weight: 500;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
  height: 40px;
  font-size: 14px;
  aspect-ratio: 1/1;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav:before {
  font-size: 14px;
  content: "";
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Sharp";
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
    display: none;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu {
  position: unset;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .navlink span.toggle-subnav {
  height: 40px;
  font-size: 14px;
  aspect-ratio: 1/1;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .navlink span.toggle-subnav:before {
  font-size: 14px;
  content: "";
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 6 Sharp";
}

@media (min-width: 1024px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .navlink span.toggle-subnav {
    display: none;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .navlink:hover {
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu.open {
    width: auto;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu.open .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu.open .submenu {
    display: none;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu.open .submenu-mobile {
  max-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: scroll;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0px;
  top: 170px;
  background-color: #f7f3ee;
  display: flex;
  gap: 20px;
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  width: 100vw;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu {
    position: relative;
    top: 0;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu {
    display: none !important;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 280px;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner {
  padding: 0.75rem;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .image-holder {
  width: 100%;
  height: 160px;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner p a {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(3, 17, 13, 0.8) !important;
  text-decoration: none;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .submenu-links li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
}

@media (max-width: 1023.98px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .submenu-links li {
    margin: 0;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .submenu-links li a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu .submenu-items .submenu-item .inner .submenu-links li i {
  color: #987953;
  font-weight: 500;
  font-size: 12px;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu-mobile {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

@media (min-width: 768px) {
  header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu-mobile {
    display: none !important;
  }
}
header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu-mobile a {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px 5px 40px;
  font-size: 22px;
  font-weight: 500;
  box-sizing: border-box;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu-mobile a.submenu-link {
  font-size: 18px;
  font-weight: 400;
  padding-left: 60px;
  opacity: 0.9;
}

header .container .header-bottom .header-items .navigation-holder nav.navigation > ul > li.has-submenu .submenu-mobile a i {
  font-size: 17px;
  margin-left: 15px;
}

header .container .header-bottom .header-items .header-actions {
  gap: 15px;
  z-index: 102;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

header.hidden-nav .header-items {
  justify-content: center;
}

.topbar {
  height: 44px;
  color: #fff;
  font-size: 14px;
  background-color: #02120f;
}

.topbar.is-brown {
  background-color: #987953;
}

@media (max-width: 1023.98px) {
  .topbar {
    height: 28px;
  }
}
.topbar .container {
  height: 100%;
}

.topbar .container .content-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar .container .content-holder a {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767.98px) {
  .topbar .container .content-holder a {
    font-size: 10px;
  }
}
.topbar .container .content-holder a i {
  margin-left: 10px;
}

footer {
  color: #212529;
  background-color: #333;
}

footer.has-cta .cta-holder {
  height: 632px;
  position: relative;
}

footer.has-cta .cta-holder .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer.has-cta .cta-holder .cta-content {
  background-color: #fbfbfb;
  min-height: 372px;
  width: 605px;
  z-index: 1;
  position: absolute;
  top: 48px;
  right: 48px;
}

@media (max-width: 1023.98px) {
  footer.has-cta .cta-holder .cta-content {
    min-height: 350px;
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  footer.has-cta .cta-holder .cta-content {
    width: 358px;
    min-height: 296px;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    border-radius: 4px;
  }
}
footer.has-cta .cta-holder .cta-content .inner {
  padding: 48px 96px;
}

@media (max-width: 1023.98px) {
  footer.has-cta .cta-holder .cta-content .inner {
    padding: 35px 56px;
  }
}
@media (max-width: 767.98px) {
  footer.has-cta .cta-holder .cta-content .inner {
    padding: 32px 24px;
  }
}
footer.has-cta .cta-holder .cta-content .inner h2, footer.has-cta .cta-holder .cta-content .inner p {
  text-align: center;
}

footer.has-cta .cta-holder .cta-content .inner .button-holder {
  justify-content: center;
}

@media (max-width: 767.98px) {
  footer.has-cta .cta-holder .cta-content .inner .button-holder .button {
    padding: 12px 0;
  }
}
footer:not(.has-cta) .cta-holder {
  display: none;
}

footer .container {
  padding-top: 120px;
  max-width: 1312px;
}

@media (max-width: 1023.98px) {
  footer .container {
    padding-top: 50px;
  }
}
footer .container .footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}

@media (max-width: 1279.98px) {
  footer .container .footer-content {
    gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  footer .container .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  footer .container .footer-content {
    flex-direction: column;
    gap: 48px;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
}
footer .container .footer-content .footer-item {
  width: 220px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  footer .container .footer-content .footer-item {
    width: 47%;
  }
}
footer .container .footer-content .footer-item h4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

footer .container .footer-content .footer-item.logo {
  width: 220px;
  height: 126px;
}

@media (max-width: 1279.98px) {
  footer .container .footer-content .footer-item.logo {
    width: 175px;
  }
}
@media (max-width: 1023.98px) {
  footer .container .footer-content .footer-item.logo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  footer .container .footer-content .footer-item.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 56px;
  }
}
footer .container .footer-content .footer-item.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1023.98px) {
  footer .container .footer-content .footer-item.logo img {
    width: auto;
    height: 100px;
  }
}
footer .container .footer-content .footer-item.links ul li {
  margin-bottom: 22px;
}

footer .container .footer-content .footer-item.links ul li a {
  color: #fff;
  text-decoration: none;
}

footer .container .footer-content .footer-item.schedule .event {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
  padding-top: 17px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

footer .container .footer-content .footer-item.schedule .event:first-of-type {
  border-top: none;
}

footer .container .footer-content .footer-item.schedule .event:nth-of-type(2) {
  padding-bottom: 17px;
}

footer .container .footer-content .footer-item.schedule .event .image-holder {
  width: 32px;
  height: 32px;
}

footer .container .footer-content .footer-item.schedule .event .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .container .footer-content .footer-item.schedule .event .event-detail {
  width: calc(100% - 32px - 16px);
}

footer .container .footer-content .footer-item.schedule .event .event-detail p, footer .container .footer-content .footer-item.schedule .event .event-detail span {
  color: #fff;
}

footer .container .footer-content .footer-item.schedule .event .event-detail p {
  margin-bottom: 2px;
  font-size: 14px;
  font-family: "lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

footer .container .footer-content .footer-item.schedule .event .event-detail .detail {
  font-family: "lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #f4f4f5;
}

footer .container .footer-content .footer-item.schedule a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  font-family: "lato", sans-serif;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

footer .container .footer-content .footer-item.contact .phone {
  margin-bottom: 8px;
}

footer .container .footer-content .footer-item.contact .phone a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "lato", sans-serif;
}

footer .container .footer-content .footer-item.contact .phone a i {
  color: #987953;
  margin-right: 8px;
}

footer .container .footer-content .footer-item.contact p {
  color: #fff;
  margin-bottom: 0;
}

footer .container .footer-content .footer-item.contact a {
  font-size: 14px;
  font-weight: 400;
  font-family: "lato", sans-serif;
  text-decoration: none;
}

footer .container .footer-content .footer-item.contact .address {
  margin: 16px 0;
}

footer .container .footer-content .footer-item.contact .address p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  font-family: "lato", sans-serif;
}

footer .container .footer-content .footer-item.contact .socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

footer .container .footer-content .footer-item.contact .socials a:hover i {
  color: #987953;
}

footer .container .footer-content .footer-item.contact .socials a i {
  color: #fff;
  font-size: 18px;
  transition: 3ms ease-in-out;
}

@media (max-width: 767.98px) {
  footer .footer-bottom {
    display: none;
  }
}
footer .footer-bottom .container {
  padding-top: 0;
}

footer .footer-bottom .container .footer-holder {
  display: flex;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  justify-content: center;
}

footer .footer-bottom .container .footer-holder span {
  color: #a1a1aa;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

ol.breadcrumbs {
  display: none;
}

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

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

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0;
  border-bottom: none;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  border: none;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: none;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 0;
    border-bottom: none;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span, .featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span, .featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
  display: none;
}

.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none;
  }

  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.cookiepopup {
  left: 15px;
  bottom: 15px;
  z-index: 100;
  font-size: 14px;
  position: fixed;
  max-width: 350px;
  line-height: 1.4;
  border-radius: 5px;
  color: rgba(3, 17, 13, 0.8);
  box-shadow: 0 4px 10px rgba(43, 43, 43, 0.15);
  width: calc(100% - 30px);
  background-color: #02120f;
}

@media (min-width: 480px) {
  .cookiepopup {
    width: 350px;
  }
}
.cookiepopup .closebutton {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #987953;
}

.cookiepopup .closebutton:before {
  color: #fff;
  font-size: 15px;
  content: "";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}

.cookiepopup .inner {
  padding: 15px;
}

.cookiepopup .inner p:not(:last-child) {
  margin-bottom: 20px;
}

.cookiepopup .buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.cookiepopup .buttons .button {
  width: 100%;
  border: none;
  flex: 1 0 50%;
  max-width: 50%;
  box-shadow: none;
  padding: 14px 6px;
}

.cookiepopup .buttons .button:hover {
  top: 0;
}

.cookiepopup .buttons .button.removecookie {
  border-radius: 0 0 0 5px;
}

.cookiepopup .buttons .button.secondary {
  color: #fff;
  background: #f9f9f9;
  border-radius: 0 0 5px 0;
}

.cookiepopup .buttons .button.secondary:after {
  display: none;
}

.cookiepopup .buttons .button.secondary:hover {
  color: #fff;
  background: #ececec;
}

.section {
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.45s ease-in-out;
}

.section.has-bg-lightgrey {
  background-color: #f9f9f9;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li:before {
  top: 5px;
  color: inherit;
  font-size: 4px;
  content: "";
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}

@media (min-width: 768px) {
  .section {
    padding: 120px 0;
  }

  .section.has-no-padding-top-d {
    padding-top: 0;
  }

  .section.has-no-padding-bottom-d {
    padding-bottom: 0;
  }

  .section.has-large-padding {
    padding: 150px 0;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 80px 0;
  }

  .section.has-no-padding-top-m {
    padding-top: 0;
  }

  .section.has-no-padding-bottom-m {
    padding-bottom: 0;
  }
}
.section.has-no-padding-bottom {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section.has-no-padding-top-d {
    padding-top: 0;
  }
}
.section.has-extra-padding {
  padding-top: 233px !important;
}

@media (max-width: 1023.98px) {
  .section.has-extra-padding {
    padding-top: 210px !important;
  }
}
@media (max-width: 767.98px) {
  .section.has-extra-padding {
    padding-toip: 170px;
  }
}
.link-holder {
  width: 100%;
}

.link-holder .link {
  color: #007bff;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.link-holder .link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-holder .link.has-arrow-right i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.link-holder .link.has-arrow-right:hover i {
  margin-left: 15px;
}

.fancybox-slide--html {
  overflow: hidden;
  padding: 0 !important;
}

.popup {
  width: 80%;
  max-width: 1120px;
  max-height: 940px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff;
  height: calc(100vh - 80px);
}

.popup.rooms {
  max-width: 860px;
  border-radius: 16px;
  height: 95%;
}

@media (max-width: 767.98px) {
  .popup.rooms {
    width: 100%;
    height: 90%;
  }
}
.popup.rooms .container .inner {
  padding: 80px;
}

@media (max-width: 1023.98px) {
  .popup.rooms .container .inner {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .popup.rooms .container .inner {
    padding: 56px 0;
  }
}
.popup.rooms .container .inner .content-holder {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(21, 42, 38, 0.5);
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .content-holder {
    max-width: 328px;
  }

  .popup.rooms .container .inner .content-holder h2 {
    margin-bottom: 12px;
  }
}
.popup.rooms .container .inner .popup-slider .swiper-wrapper .swiper-slide {
  height: 350px;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .popup-slider .swiper-wrapper .swiper-slide {
    height: 200px;
  }
}
.popup.rooms .container .inner .popup-slider .swiper-wrapper .swiper-slide img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup.rooms .container .inner .swiper-actions {
  position: relative;
}

.popup.rooms .container .inner .swiper-actions .swiper-pagination {
  position: absolute;
  bottom: -42px;
  left: 0;
  height: 2px;
  background: #d3d3d3;
  border-radius: 2px;
  overflow: hidden;
  width: 570px;
  top: unset;
}

@media (max-width: 1023.98px) {
  .popup.rooms .container .inner .swiper-actions .swiper-pagination {
    bottom: -40px;
    right: unset;
    width: 380px;
  }
}
@media (max-width: 767.98px) {
  .popup.rooms .container .inner .swiper-actions .swiper-pagination {
    width: 224px;
    right: unset;
    bottom: -30px;
  }
}
.popup.rooms .container .inner .swiper-actions .swiper-pagination-progressbar-fill {
  background: #152a26;
}

.popup.rooms .container .inner .swiper-actions .swiper-button-next, .popup.rooms .container .inner .swiper-actions .swiper-button-prev {
  bottom: -60px;
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #987953;
  background-color: #987953;
  transition: 3ms ease-in-out;
}

@media (max-width: 1023.98px) {
  .popup.rooms .container .inner .swiper-actions .swiper-button-next, .popup.rooms .container .inner .swiper-actions .swiper-button-prev {
    bottom: -60px;
  }
}
@media (max-width: 767.98px) {
  .popup.rooms .container .inner .swiper-actions .swiper-button-next, .popup.rooms .container .inner .swiper-actions .swiper-button-prev {
    border-radius: 2px;
    bottom: -48px;
  }
}
.popup.rooms .container .inner .swiper-actions .swiper-button-next:hover, .popup.rooms .container .inner .swiper-actions .swiper-button-prev:hover {
  background: #775f41;
  border-color: #775f41;
}

.popup.rooms .container .inner .swiper-actions .swiper-button-next {
  right: 0;
}

.popup.rooms .container .inner .swiper-actions .swiper-button-next:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.popup.rooms .container .inner .swiper-actions .swiper-button-prev {
  left: unset;
  right: 47px;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .swiper-actions .swiper-button-prev {
    right: 47px;
  }
}
.popup.rooms .container .inner .swiper-actions .swiper-button-prev:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.popup.rooms .container .inner .room {
  padding: 80px 115.5px 0 115.5px;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .room {
    padding: 80px 0px 0 23px;
  }
}
.popup.rooms .container .inner .room .room-item {
  margin: 22px 0;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .room .room-item {
    margin: 10px 0;
  }
}
.popup.rooms .container .inner .room .room-item:first-child {
  margin-top: 0;
}

.popup.rooms .container .inner .room .room-item .room-header {
  cursor: pointer;
  position: relative;
}

.popup.rooms .container .inner .room .room-item .room-header:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  transition: transform 0.3s;
  position: absolute;
  left: -20px;
  top: 0;
  color: #987953;
}

.popup.rooms .container .inner .room .room-item .room-header.is-opened::after {
  transform: rotate(90deg);
}

.popup.rooms .container .inner .room .room-item .room-header h4 {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .room .room-item .room-header h4 {
    font-size: 18px;
  }
}
.popup.rooms .container .inner .room .room-item .room-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0;
}

.popup.rooms .container .inner .room .room-item .room-content ul {
  margin: 0;
  list-style-type: disc;
  margin-left: 20px;
}

.popup.rooms .container .inner .room .room-item .room-content ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.popup.rooms .container .inner .button-holder {
  justify-content: center;
  gap: 24px;
}

@media (max-width: 767.98px) {
  .popup.rooms .container .inner .button-holder {
    gap: 16px;
  }
}
.popup.for-cookie-modal {
  height: auto;
  max-width: 500px;
}

.popup.for-cookie-modal .fancybox-button {
  display: none;
}

.popup.for-cookie-modal .popup-holder {
  gap: 0;
  padding: 0;
}

.popup.for-cookie-modal .popup-holder .content {
  padding: 40px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .popup.for-cookie-modal .popup-holder .content {
    padding: 20px;
  }
}
.popup.for-cookie-modal .popup-holder .content h2 {
  font-size: 26px;
  line-height: 1.2;
}

.popup.for-cookie-modal .popup-holder .cookie-settings {
  padding: 0 40px 40px 40px;
}

@media (max-width: 767.98px) {
  .popup.for-cookie-modal .popup-holder .cookie-settings {
    padding: 0 20px 20px 20px;
  }
}
.popup.for-cookie-modal .popup-holder .cookie-settings.is-hidden {
  display: none;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form {
  width: 100%;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label {
  width: 100%;
  cursor: pointer;
  padding-left: 45px;
  position: relative;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label:not(:last-child) {
  margin-bottom: 15px;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label input:checked ~ .checkmark:before {
  opacity: 1;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span {
  width: 100%;
  display: inline-block;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.label-title {
  font-weight: 500;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.label-content {
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.checkmark {
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #f9f9f9;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.checkmark:before {
  opacity: 0;
  color: #02120f;
  line-height: 1;
  font-size: 14px;
  content: "";
  font-weight: normal;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 6 Sharp";
}

.popup.for-cookie-modal .popup-holder .button-holder {
  gap: 0;
  margin: 0;
}

.popup.for-cookie-modal .popup-holder .button-holder .button {
  border: none;
  outline: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.alt {
  border: none;
  outline: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.toggle-cookie-settings.is-active span.open {
  display: none;
}

.popup.for-cookie-modal .popup-holder .button-holder .button.toggle-cookie-settings:not(.is-active) span.close {
  display: none;
}

@media (max-width: 767.98px) {
  .popup {
    height: 100%;
  }
}
.popup .fancybox-button {
  opacity: 1;
  width: 60px;
  height: 60px;
  color: #02120f;
}

@media (max-width: 767.98px) {
  .popup .fancybox-button {
    width: 50px;
    height: 50px;
  }
}
.popup .fancybox-button:after {
  display: none !important;
}

.popup .fancybox-button:hover {
  color: #fd7e14;
  background-color: transparent;
}

.popup .popup-holder {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (min-width: 768px) {
  .popup .popup-holder {
    padding: 50px 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .popup .popup-holder {
    order: 1;
    padding: 60px 25px 25px 25px;
  }
}
.popup .popup-holder .iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
}

.popup .popup-holder .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup .popup-holder h1, .popup .popup-holder h2, .popup .popup-holder h3, .popup .popup-holder h4, .popup .popup-holder h5, .popup .popup-holder h6, .popup .popup-holder p, .popup .popup-holder a:not(.button), .popup .popup-holder ul li, .popup .popup-holder ol li {
  color: #02120f;
}

@media (min-width: 1440px) {
  .section.section-usps:not(.has-large-usps) {
    padding: 56px 0;
  }
}
.section.section-usps .container .holder .content-holder {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.section.section-usps .container .holder .content-holder h2 {
  text-align: center;
}

.section.section-usps .container .holder .usp-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 767.98px) {
  .section.section-usps .container .holder .usp-holder {
    gap: 32px;
  }
}
.section.section-usps .container .holder .usp-holder .usp {
  flex: 1 1 calc((100% - 3 * 40px) / 4);
  max-width: calc((100% - 3 * 40px) / 4);
}

@media (max-width: 1023.98px) {
  .section.section-usps .container .holder .usp-holder .usp {
    flex: 1 1 calc((100% - 3 * 40px) / 2);
    max-width: calc((100% - 3 * 40px) / 2);
  }
}
@media (max-width: 767.98px) {
  .section.section-usps .container .holder .usp-holder .usp {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-usps .container .holder .usp-holder .usp .usp-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .section.section-usps .container .holder .usp-holder .usp .usp-heading {
    margin-bottom: 5px;
  }
}
.section.section-usps .container .holder .usp-holder .usp .usp-heading .image-holder {
  width: 24px;
  height: 24px;
}

.section.section-usps .container .holder .usp-holder .usp .usp-heading .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-usps .container .holder .usp-holder .usp .usp-heading h3 {
  margin-bottom: 0;
}

@media (max-width: 1279.98px) {
  .section.section-usps .container .holder .usp-holder .usp .usp-heading h3 {
    font-size: 22px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-usps .container .holder .usp-holder .usp .usp-heading h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-usps .container .holder .usp-holder .usp .usp-heading h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
  }
}
.section.section-usps .container .holder .button-holder {
  justify-content: center;
  margin-top: 60px;
}

.section.section-usps .container .holder .subtitle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.section.section-usps .container .holder .subtitle h2, .section.section-usps .container .holder .subtitle h3, .section.section-usps .container .holder .subtitle h4, .section.section-usps .container .holder .subtitle h5, .section.section-usps .container .holder .subtitle h6, .section.section-usps .container .holder .subtitle p, .section.section-usps .container .holder .subtitle a:not(.button) {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.section.section-usps.has-large-usps .container .usp-holder {
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .section.section-usps.has-large-usps .container .usp-holder {
    justify-content: space-between;
  }
}
.section.section-usps.has-large-usps .container .usp-holder .usp {
  flex: 1 1 calc((100% - 3 * 40px) / 3);
  max-width: calc((100% - 3 * 40px) / 3);
}

@media (max-width: 767.98px) {
  .section.section-usps.has-large-usps .container .usp-holder .usp {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-usps.has-large-usps .container .usp-holder .usp .usp-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.section.section-usps.has-large-usps .container .usp-holder .usp .usp-heading .image-holder {
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
}

.section.section-usps.has-large-usps .container .usp-holder .usp .usp-heading h3 {
  font-weight: 700;
  text-align: center;
}

.section.section-usps.has-large-usps .container .usp-holder .usp p {
  text-align: center;
}

.section.section-cards-slider.has-three-cards .holder .content-holder {
  margin-bottom: 0;
}

.section.section-cards-slider.has-three-cards .holder .cards-holder {
  padding-top: 64px;
}

@media (max-width: 767.98px) {
  .section.section-cards-slider.has-three-cards .holder .cards-holder {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .section.section-cards-slider.has-three-cards .holder .cards-holder .swiper-actions {
    display: none;
  }
}
.section.section-cards-slider.is-full-width .holder {
  padding-right: unset;
  padding-left: calc((100vw - 1215px + 15px) / 2);
}

@media (max-width: 1439.98px) {
  .section.section-cards-slider.is-full-width .holder {
    padding-left: calc((100vw - 1140px + 15px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards-slider.is-full-width .holder {
    padding-left: 37px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider.is-full-width .holder {
    padding-left: 15px;
  }
}
.section.section-cards-slider.is-full-width .holder .content-holder {
  padding-right: 70px;
  margin-bottom: 0;
}

@media (max-width: 1279.98px) {
  .section.section-cards-slider.is-full-width .holder .content-holder {
    padding-right: 15px;
  }
}
.section.section-cards-slider.is-full-width .holder .cards-holder {
  overflow: visible;
  padding-top: 64px;
}

@media (max-width: 767.98px) {
  .section.section-cards-slider.is-full-width .holder .cards-holder {
    padding-top: 48px;
  }
}
.section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-next, .section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-prev {
  top: unset;
  bottom: -65px;
}

.section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-next {
  right: 70px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-next {
    right: 15px;
  }
}
.section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-prev {
  right: 120px;
  left: unset;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider.is-full-width .holder .cards-holder .swiper-actions .swiper-button-prev {
    right: 65px;
  }
}
.section.section-cards-slider.is-full-width .holder .cards-holder .swiper-wrapper .swiper-slide {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.section.section-cards-slider.is-full-width.has-bg-lightgrey .cards-holder .swiper-wrapper .swiper-slide .card {
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.1);
  padding: 16px 16px 32px 16px;
  background-color: #fff;
  height: unset;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .section.section-cards-slider.is-full-width.has-bg-lightgrey .cards-holder .swiper-wrapper .swiper-slide .card {
    padding: unset;
    border-radius: 0;
  }
}
.section.section-cards-slider.is-full-width.has-bg-lightgrey .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content p {
  margin-bottom: 0;
}

.section.section-cards-slider .holder {
  position: relative;
  padding-left: calc((100vw - 1215px + 15px) / 2);
  padding-right: calc((100vw - 1215px + 15px) / 2);
}

@media (max-width: 1439.98px) {
  .section.section-cards-slider .holder {
    padding-left: calc((100vw - 1140px + 15px) / 2);
    padding-right: calc((100vw - 1140px + 15px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards-slider .holder {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-slider .holder {
    padding-right: 0;
  }
}
.section.section-cards-slider .holder .content-holder {
  display: flex;
  margin-bottom: 0;
  align-items: flex-start;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .content-holder {
    flex-direction: column;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-slider .holder .content-holder {
    margin-bottom: 48px;
    padding-right: 15px;
  }
}
.section.section-cards-slider .holder .content-holder .title {
  width: 50%;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .content-holder .title {
    width: 100%;
  }
}
.section.section-cards-slider .holder .content-holder .title h2 {
  max-width: 550px;
}

.section.section-cards-slider .holder .content-holder .content {
  width: 50%;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .content-holder .content {
    width: 100%;
  }
}
.section.section-cards-slider .holder .content-holder .content .button-holder {
  margin-top: 15px;
  justify-content: flex-start;
}

.section.section-cards-slider .holder .cards-holder {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .section.section-cards-slider .holder .cards-holder.has-no-swiper .swiper-wrapper {
    justify-content: center;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .cards-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-slider .holder .cards-holder {
    padding-top: 0;
    width: calc(100% + 15px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .cards-holder {
    padding-bottom: 20px;
  }
}
.section.section-cards-slider .holder .cards-holder .swiper-wrapper {
  align-items: stretch;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card {
    border: 1px solid rgba(3, 17, 13, 0.2);
  }
}
.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .image-holder {
  width: 100%;
  position: relative;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .image-holder img {
    border-radius: 0;
  }
}
.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .image-holder:after {
  display: block;
  content: "";
  padding-bottom: 70%;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 16px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner {
    padding-bottom: 32px;
  }
}
.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content {
  flex-grow: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content h3, .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content p {
  text-align: center;
  margin-bottom: 16px;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content p {
    letter-spacing: 0.32px;
  }
}
.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content p strong {
  font-weight: 900;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .card-content ul li:before {
  content: "✔";
  font-size: 10px;
}

.section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .button-holder {
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

@media (max-width: 1439.98px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .button-holder .button {
    width: -webkit-fill-available;
  }
}
@media (min-width: 1440px) {
  .section.section-cards-slider .holder .cards-holder .swiper-wrapper .swiper-slide .card .inner .button-holder .button:not(.alt) {
    padding: 14px 40px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-slider .holder .swiper-actions {
    display: none;
  }
}
.section.section-cards-slider .holder .swiper-actions .swiper-button-next, .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
  top: 65%;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #987953;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-next, .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
    top: 20% !important;
  }
}
.section.section-cards-slider .holder .swiper-actions .swiper-button-next {
  right: 50px;
}

@media (min-width: 1920px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-next {
    right: 300px;
  }
}
@media (min-width: 2300px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-next {
    right: 500px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-next {
    right: 15px;
  }
}
.section.section-cards-slider .holder .swiper-actions .swiper-button-next:after {
  content: "";
  color: #987953;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
  left: 50px;
}

@media (min-width: 1920px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
    left: 300px;
  }
}
@media (min-width: 2300px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
    left: 500px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
    left: 5px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .swiper-actions .swiper-button-prev {
    left: unset;
    right: 65px;
  }
}
.section.section-cards-slider .holder .swiper-actions .swiper-button-prev:after {
  content: "";
  color: #987953;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.section.section-cards-slider .holder .swiper-actions-mobile {
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
}

@media (min-width: 768px) {
  .section.section-cards-slider .holder .swiper-actions-mobile {
    display: none;
  }
}
.section.section-cards-slider .holder .swiper-actions-mobile .swiper-button-next, .section.section-cards-slider .holder .swiper-actions-mobile .swiper-button-prev {
  bottom: 0px;
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #987953;
}

.section.section-cards-slider .holder .swiper-actions-mobile .swiper-button-next:after {
  content: "";
  color: #987953;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.section.section-cards-slider .holder .swiper-actions-mobile .swiper-button-prev {
  left: unset;
  right: 55px;
}

.section.section-cards-slider .holder .swiper-actions-mobile .swiper-button-prev:after {
  content: "";
  color: #987953;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

.section.section-cards-slider .holder .button-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .section.section-cards-slider .holder .button-holder.is-below-slider {
    margin-top: 20px;
    width: calc(100% - 15px);
  }
}
.section.section-cards-slider .holder .subtitle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.section.section-cards-slider .holder .subtitle h2, .section.section-cards-slider .holder .subtitle h3, .section.section-cards-slider .holder .subtitle h4, .section.section-cards-slider .holder .subtitle h5, .section.section-cards-slider .holder .subtitle h6, .section.section-cards-slider .holder .subtitle p, .section.section-cards-slider .holder .subtitle a:not(.button) {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.section-faq .holder {
  display: flex;
  gap: 104px;
}

@media (max-width: 1279.98px) {
  .section-faq .holder {
    gap: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section-faq .holder {
    flex-direction: column;
  }
}
.section-faq .holder .content-wrapper {
  width: calc(100% - 600px - 104px);
}

@media (max-width: 1279.98px) {
  .section-faq .holder .content-wrapper {
    width: calc(100% - 450px - 60px);
  }
}
@media (max-width: 1023.98px) {
  .section-faq .holder .content-wrapper {
    width: 100%;
  }
}
.section-faq .holder .content-wrapper h2 {
  margin-bottom: 0;
}

.section-faq .holder .content-wrapper .button-holder {
  margin-top: 16px;
  align-items: flex-start;
}

.section-faq .holder .content-wrapper .button-holder .button {
  width: auto;
}

.section-faq .holder .faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 600px;
}

@media (max-width: 1279.98px) {
  .section-faq .holder .faq-wrapper {
    width: 450px;
  }
}
@media (max-width: 1023.98px) {
  .section-faq .holder .faq-wrapper {
    width: 100%;
  }
}
.section-faq .holder .faq-wrapper .faq {
  z-index: 2;
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-faq .holder .faq-wrapper .faq {
    max-width: 100%;
  }
}
.section-faq .holder .faq-wrapper .faq .faq-title {
  padding-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .section-faq .holder .faq-wrapper .faq .faq-title {
    padding-bottom: 25px;
  }
}
.section-faq .holder .faq-wrapper .faq .faq-title p {
  max-width: 480px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-faq .holder .faq-wrapper .faq {
    margin-left: -170px;
  }
}
@media (max-width: 1279.98px) {
  .section-faq .holder .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .section-faq .holder .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    margin: 0 auto;
  }
}
.section-faq .holder .faq-wrapper .faq .faq-item {
  position: relative;
  border-bottom: 1px solid #987953;
}

.section-faq .holder .faq-wrapper .faq .faq-item:first-child .faq-heading {
  padding-top: 0;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  padding: 22px 0;
  justify-content: space-between;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading:hover {
  cursor: pointer;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading p {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading .icon {
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading .icon::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  font-size: 25px;
  color: rgba(3, 17, 13, 0.8);
}

@media (max-width: 767.98px) {
  .section-faq .holder .faq-wrapper .faq .faq-item .faq-heading .icon::after {
    font-size: 18px;
  }
}
.section-faq .holder .faq-wrapper .faq .faq-item .faq-heading .icon.opened::after {
  transform: rotate(180deg);
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-body {
  padding: 0px 0 20px 0;
  max-width: 570px;
}

.section-faq .holder .faq-wrapper .faq .faq-item .faq-body:not(.is-opened) {
  display: none;
}

@media (max-width: 767.98px) {
  .section-faq .holder .faq-wrapper .faq .button-holder {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-top-grey {
    overflow: visible;
    padding-top: 0;
  }

  .section.section-quote.has-top-grey:after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 45px;
    content: "";
    background-color: #f9f9f9;
    z-index: -1;
  }
}
.section.section-quote.has-bg-gold {
  background: #eae2d4;
}

.section.section-quote .container .holder {
  display: flex;
  gap: 110px;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.section.section-quote .container .holder .image-holder {
  width: 177px;
  height: 177px;
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder .image-holder {
    width: 96px;
    height: 96px;
  }
}
.section.section-quote .container .holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-quote .container .holder .quote-holder {
  width: calc(100% - 177px - 110px);
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder .quote-holder {
    width: unset;
    max-width: 580px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote .container .holder .quote-holder {
    width: 100%;
  }
}
.section.section-quote .container .holder .quote-holder .quote h2 {
  margin-bottom: 16px;
  font-size: 42px;
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder .quote-holder .quote h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote .container .holder .quote-holder .quote h2 {
    font-size: 26px;
  }
}
.section.section-quote .container .holder .quote-holder .quote span {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: rgba(3, 17, 13, 0.7);
  font-size: 18px;
}

@media (max-width: 1023.98px) {
  .section.section-quote .container .holder .quote-holder .quote span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote .container .holder .quote-holder .quote span {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.section.section-quote.has-slider.has-bg-gold .container .holder {
  background: #eae2d4;
}

.section.section-quote.has-slider .container .holder {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 32px 40px 32px 32px;
}

@media (max-width: 1279.98px) {
  .section.section-quote.has-slider .container .holder {
    gap: 80px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-quote.has-slider .container .holder {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder {
    gap: 20px;
    padding: 32px 10px 32px 10px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-quote.has-slider .container .holder .image-holder {
    width: 120px;
    height: 120px;
    margin-top: -85px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .image-holder {
    margin-left: 14px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder {
    width: calc(100% - 177px - 80px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote {
  max-width: 631px;
  margin: 0 auto;
}

@media (max-width: 1279.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote {
    max-width: 470px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote {
    max-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote {
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.88px;
  text-transform: none;
  font-family: "roboto", sans-serif;
  color: #152a26;
  line-height: 1.5;
}

@media (max-width: 1023.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote h2 {
    font-size: 24px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote span {
  color: #152a26;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-wrapper .swiper-slide .quote span {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-next, .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #987953;
}

@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-next, .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-prev {
    top: unset;
    bottom: 0px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-next:after, .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-next {
    right: 0;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

@media (max-width: 767.98px) {
  .section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-prev {
    left: unset;
    right: 50px;
  }
}
.section.section-quote.has-slider .container .holder .quote-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-cards .container .holder .content-holder {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .content-holder {
    flex-direction: column;
  }
}
.section.section-cards .container .holder .content-holder .title {
  width: 50%;
}

@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .content-holder .title {
    width: 100%;
  }
}
.section.section-cards .container .holder .content-holder .content {
  width: 50%;
}

@media (min-width: 1440px) {
  .section.section-cards .container .holder .content-holder .content {
    padding-left: 63px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .content-holder .content {
    width: 100%;
  }
}
.section.section-cards .container .holder .cards-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 64px 24px;
}

@media (max-width: 1279.98px) {
  .section.section-cards .container .holder .cards-holder {
    gap: 64px 40px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .cards-holder {
    gap: 32px 24px;
  }
}
.section.section-cards .container .holder .cards-holder .card {
  display: flex;
  flex-direction: column;
  height: auto;
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

@media (max-width: 1279.98px) {
  .section.section-cards .container .holder .cards-holder .card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .cards-holder .card {
    border: 1px solid rgba(3, 17, 13, 0.2);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .container .holder .cards-holder .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.section-cards .container .holder .cards-holder .card .image-holder {
  width: 100%;
  position: relative;
}

.section.section-cards .container .holder .cards-holder .card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.section.section-cards .container .holder .cards-holder .card .image-holder:after {
  display: block;
  content: "";
  padding-bottom: 70%;
}

.section.section-cards .container .holder .cards-holder .card .inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 16px;
}

@media (max-width: 1023.98px) {
  .section.section-cards .container .holder .cards-holder .card .inner {
    padding-bottom: 32px;
  }
}
.section.section-cards .container .holder .cards-holder .card .inner .card-content {
  flex-grow: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section.section-cards .container .holder .cards-holder .card .inner .card-content h3, .section.section-cards .container .holder .cards-holder .card .inner .card-content p {
  text-align: center;
}

@media (max-width: 767.98px) {
  .section.section-cards .container .holder .cards-holder .card .inner .card-content h3 {
    hyphens: none;
  }
}
.section.section-cards .container .holder .cards-holder .card .inner .card-content p {
  letter-spacing: 0.64px;
}

.section.section-cards .container .holder .cards-holder .card .inner .button-holder {
  justify-content: center;
  gap: 32px;
  margin-top: auto;
}

@media (max-width: 1279.98px) {
  .section.section-cards .container .holder .cards-holder .card .inner .button-holder {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1439.98px) {
  .section.section-cards .container .holder .cards-holder .card .inner .button-holder .button {
    width: -webkit-fill-available;
  }
}
.section.section-cards .container .holder .cards-holder .card .inner .button-holder .button:not(.alt) {
  border: 1px solid #987953;
}

.section.section-pageheader {
  min-height: 100vh;
}

.section.section-pageheader .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-pageheader.detail .container .content-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 1440px) {
  .section.section-pageheader .container {
    max-width: 1222px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-pageheader .container .content-holder {
  z-index: 1;
  position: relative;
  max-width: 717px;
  margin: 0 auto;
  margin-top: 230px;
  margin-bottom: 120px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .content-holder {
    margin-bottom: 40px;
    margin-top: 115px;
  }
}
.section.section-pageheader .container .content-holder h1, .section.section-pageheader .container .content-holder h2, .section.section-pageheader .container .content-holder h3, .section.section-pageheader .container .content-holder h4, .section.section-pageheader .container .content-holder h5, .section.section-pageheader .container .content-holder h6, .section.section-pageheader .container .content-holder p, .section.section-pageheader .container .content-holder a:not(.button), .section.section-pageheader .container .content-holder ul li {
  color: #fff;
  text-shadow: 0 0 53px #000;
  text-align: center;
}

.section.section-pageheader .container .content-holder h1 {
  hyphens: none;
}

.section.section-pageheader .container .content-holder p {
  max-width: 484px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .content-holder p {
    font-size: 14px;
    letter-spacing: unset;
  }
}
.section.section-pageheader .container .content-holder .button-holder {
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader .container .content-holder .button-holder .button {
    width: auto;
  }
}
.section.section-pageheader .container .form-holder {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder {
    border-radius: 4px;
  }
}
.section.section-pageheader .container .form-holder .inner {
  padding: 24px 29px 24px 32px;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader .container .form-holder .inner {
    padding: 24px;
  }
}
.section.section-pageheader .container .form-holder .inner .booking-form {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form {
    gap: 23px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group {
    width: 100%;
  }
}
.section.section-pageheader .container .form-holder .inner .booking-form .form-group label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #02120f;
  font-family: "trajan-pro-3", serif;
}

.section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper {
  margin-top: 16px;
  position: relative;
}

.section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 16px;
  top: 37%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  color: rgba(21, 42, 38, 0.5) !important;
}

.section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input {
  width: 647px;
  border-radius: 2px !important;
  border: 1px solid rgba(152, 121, 83, 0.75);
  padding: 11px 16px 11px 40px !important;
}

@media (max-width: 1439.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input {
    width: 520px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input {
    width: 350px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input {
    width: 210px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input {
    width: 100%;
  }
}
.section.section-pageheader .container .form-holder .inner .booking-form .form-group.check-in .date-wrapper input::placeholder {
  font-size: 14px !important;
  color: rgba(21, 42, 38, 0.5) !important;
  font-weight: 400 !important;
  letter-spacing: 0.28px !important;
  -webkit-text-fill-color: rgba(21, 42, 38, 0.5) !important;
}

.section.section-pageheader .container .form-holder .inner .booking-form .form-group.voucher {
  width: min-content;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.voucher {
    width: 100%;
  }
}
.section.section-pageheader .container .form-holder .inner .booking-form .form-group.voucher input {
  width: 219px;
  border-radius: 2px;
  border: 1px solid rgba(152, 121, 83, 0.75);
  margin-top: 16px;
  padding: 11px 16px !important;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group.voucher input {
    width: 100%;
  }
}
.section.section-pageheader .container .form-holder .inner .booking-form .form-group.voucher input::placeholder {
  font-size: 14px !important;
  color: rgba(21, 42, 38, 0.5) !important;
  font-weight: 400 !important;
  letter-spacing: 0.28px !important;
  -webkit-text-fill-color: rgba(21, 42, 38, 0.5) !important;
}

.section.section-pageheader .container .form-holder .inner .booking-form .form-group button {
  padding: 15.5px 24px !important;
  border: none;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .form-holder .inner .booking-form .form-group button {
    width: 100%;
    padding: 12px 24px !important;
  }
}
.section.section-rating:not(.has-content) {
  padding: 32px 70px;
}

@media (max-width: 767.98px) {
  .section.section-rating:not(.has-content) {
    padding: 32px 0px;
  }
}
.section.section-rating .container .holder .ratings-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 725px;
  margin: 0 auto;
  position: relative;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder {
    gap: 20px;
    justify-content: center;
  }
}
.section.section-rating .container .holder .ratings-holder:before {
  background-image: url("/app/themes/freshdev/resources/img/rosettee-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 163.879px;
  height: 169.05px;
  transform: rotate(12.711deg);
  left: -150px;
  top: -90px;
  content: "";
  position: absolute;
}

@media (max-width: 1023.98px) {
  .section.section-rating .container .holder .ratings-holder:before {
    right: -110px;
  }
}
@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder:before {
    top: -33px;
    left: -66px;
  }
}
.section.section-rating .container .holder .ratings-holder:after {
  background-image: url("/app/themes/freshdev/resources/img/rosettee-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 163.879px;
  height: 169.05px;
  right: -150px;
  top: -90px;
  content: "";
  position: absolute;
}

@media (max-width: 1023.98px) {
  .section.section-rating .container .holder .ratings-holder:after {
    right: -110px;
  }
}
@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder:after {
    top: -33px;
    right: -66px;
  }
}
.section.section-rating .container .holder .ratings-holder .rating {
  min-width: 185px;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder .rating {
    min-width: 160px;
  }
}
.section.section-rating .container .holder .ratings-holder .rating.has-text {
  width: 38px;
  height: 38px;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder .rating.has-text {
    width: 28px;
    height: 28px;
  }
}
.section.section-rating .container .holder .ratings-holder .rating.has-text p {
  color: #227950;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.52px;
}

.section.section-rating .container .holder .ratings-holder .rating.has-text.tripadvisor .text-holder {
  background-color: #227950;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder .rating.has-text.tripadvisor .text-holder {
    width: 28px;
    height: 28px;
  }
}
.section.section-rating .container .holder .ratings-holder .rating.has-text.tripadvisor .text-holder p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.section.section-rating .container .holder .ratings-holder .rating .image-holder {
  width: 38px;
  height: 38px;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder .rating .image-holder {
    width: 28px;
    height: 28px;
  }
}
.section.section-rating .container .holder .ratings-holder .rating .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-rating .container .holder .ratings-holder .rating .rating-detail p {
  margin-bottom: -5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #02120f;
}

.section.section-rating .container .holder .ratings-holder .rating .rating-detail span {
  color: rgba(3, 17, 13, 0.7);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

@media (max-width: 767.98px) {
  .section.section-rating .container .holder .ratings-holder .rating .rating-detail p {
    font-size: 14px;
  }

  .section.section-rating .container .holder .ratings-holder .rating .rating-detail span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1440px) {
  .section.section-rating.has-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-rating.has-content .container .holder {
  display: flex;
  gap: 196px;
}

@media (max-width: 1439.98px) {
  .section.section-rating.has-content .container .holder {
    gap: 160px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-rating.has-content .container .holder {
    gap: 40px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-rating.has-content .container .holder {
    flex-direction: column;
    gap: 40px;
  }
}
.section.section-rating.has-content .container .holder .content-holder {
  width: 500px;
}

@media (max-width: 1279.98px) {
  .section.section-rating.has-content .container .holder .content-holder {
    width: 460px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-rating.has-content .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-rating.has-content .container .holder .content-holder p {
  color: rgba(2, 18, 15, 0.6);
  letter-spacing: 0.64px;
}

@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .content-holder p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
  }
}
.section.section-rating.has-content .container .holder .ratings-holder {
  width: calc(100% - 500px);
  background-color: #f9f9f9;
  overflow: hidden;
  max-height: 166px;
  max-width: 504px;
}

@media (max-width: 1023.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder {
    width: 100%;
    max-width: 100%;
  }
}
.section.section-rating.has-content .container .holder .ratings-holder:before {
  left: -75px;
  top: -15px;
  width: 200px;
  height: 200px;
}

@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder:before {
    transform: rotate(-6.289deg);
  }
}
.section.section-rating.has-content .container .holder .ratings-holder:after {
  right: -75px;
  top: -15px;
  width: 200px;
  height: 200px;
}

@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder:after {
    transform: rotate(6.711deg);
  }
}
.section.section-rating.has-content .container .holder .ratings-holder .inner {
  padding: 22px 42px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 30px;
}

@media (max-width: 1279.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder .inner {
    padding: 22px 15px;
    gap: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder .inner {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder .inner {
    gap: 22px 30px;
    padding: 22px 2px;
  }
}
@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder .inner .rating {
    width: 150px;
    min-width: unset;
    gap: 6px;
  }
}
@media (max-width: 767.98px) {
  .section.section-rating.has-content .container .holder .ratings-holder .inner .rating .rating-detail p {
    font-size: 14px;
  }

  .section.section-rating.has-content .container .holder .ratings-holder .inner .rating .rating-detail span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.section.section-form .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-form .container .form-holder {
  margin: 0 auto;
  width: 641px;
  background-color: #fbfbfb;
  border-radius: 8px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-form .container .form-holder {
    width: 100%;
  }
}
.section.section-form .container .form-holder .inner {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner {
    padding: 25px;
  }
}
.section.section-form .container .form-holder .inner .content-holder {
  margin-bottom: 64px;
}

.section.section-form .container .form-holder .inner .content-holder h2, .section.section-form .container .form-holder .inner .content-holder h3, .section.section-form .container .form-holder .inner .content-holder h4, .section.section-form .container .form-holder .inner .content-holder p, .section.section-form .container .form-holder .inner .content-holder a:not(.button) {
  text-align: center;
}

.section.section-form .container .form-holder .inner .content-holder .usp-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .content-holder .usp-holder {
    gap: 24px;
  }
}
.section.section-form .container .form-holder .inner .content-holder .usp-holder .usp {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .content-holder .usp-holder .usp {
    width: 100%;
  }
}
.section.section-form .container .form-holder .inner .content-holder .usp-holder .usp p {
  text-align: left;
  color: rgba(3, 17, 13, 0.8);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.section.section-form .container .form-holder .inner .content-holder .usp-holder .usp i {
  color: #987953;
}

.section.section-form .container .form-holder .inner .content-holder .button-holder {
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields {
    gap: 20px;
  }
}
.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield label {
  color: #3f3f46;
  font-family: "lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input {
  height: 48px;
  border-radius: 2px !important;
  border: 1px solid rgba(173, 140, 82, 0.4);
  background: transparent !important;
  color: #1e293b !important;
  font-family: "lato", sans-serif;
}

.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container select {
  height: 48px;
  border-radius: 2px !important;
  border: 1px solid rgba(173, 140, 82, 0.4);
  background: transparent !important;
  color: #1e293b !important;
  padding: 15px 20px !important;
  position: relative;
  z-index: 1;
  font-family: "lato", sans-serif;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select .ginput_container select {
    padding: 16px 12px !important;
  }
}
.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select.has-arrow {
  position: relative;
}

.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select.has-arrow:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 42px;
  right: 17px;
  font-size: 14px;
  color: #987953;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-select.has-arrow:after {
    top: 47px;
  }
}
.section.section-form .container .form-holder .inner .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-textarea .ginput_container textarea {
  min-height: 192px !important;
  border-radius: 2px !important;
  border: 1px solid rgba(173, 140, 82, 0.4);
  background: transparent !important;
  color: #1e293b !important;
  font-family: "lato", sans-serif !important;
}

.section.section-form .container .form-holder .inner .gform_wrapper form .gform-footer {
  justify-content: flex-end !important;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .section.section-form .container .form-holder .inner .gform_wrapper form .gform-footer {
    justify-content: center !important;
  }
}
.section.section-form .container .form-holder .inner .gform_wrapper form .gform-footer .gform_button {
  border-radius: 2px !important;
  background-color: #987953 !important;
  padding: 14px 24px !important;
  font-family: "trajan-pro-3", serif !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.32px;
}

.section.section-slider .container .dynamic-height {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section.section-slider .container .dynamic-height:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height:after {
    padding-bottom: 70%;
  }
}
.section.section-slider .container .dynamic-height .holder {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}

.section.section-slider .container .dynamic-height .holder:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 175px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 60.86%);
  content: "";
  z-index: 1;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder:after {
    height: 125px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 55%);
  }
}
.section.section-slider .container .dynamic-height .holder .title {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .title {
    left: 24px;
    top: 24px;
  }
}
.section.section-slider .container .dynamic-height .holder .title h2 {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.95);
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .title h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
  }
}
.section.section-slider .container .dynamic-height .holder .text {
  position: absolute;
  bottom: 45px;
  left: 32px;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .section.section-slider .container .dynamic-height .holder .text {
    bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .text {
    left: 12px;
    bottom: 50px;
  }
}
.section.section-slider .container .dynamic-height .holder .text h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.95);
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .text h3 {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.section.section-slider .container .dynamic-height .holder .images-slider {
  height: 100%;
}

.section.section-slider .container .dynamic-height .holder .images-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.section.section-slider .container .dynamic-height .holder .swiper-actions {
  position: relative;
}

.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-pagination {
  position: absolute;
  bottom: 53px;
  right: 145px;
  height: 2px;
  background: #a9a9a9;
  border-radius: 2px;
  overflow: hidden;
  width: 480px;
  left: unset;
  top: unset;
}

@media (max-width: 1279.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-pagination {
    width: 280px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-pagination {
    bottom: 35px;
    left: 32px;
    right: unset;
  }
}
@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-pagination {
    width: 224px;
    right: unset;
    left: 12px;
    bottom: 24px;
  }
}
.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-pagination-progressbar-fill {
  background: #fff;
}

.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next, .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev {
  bottom: 36px;
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #987953;
  background-color: #987953;
  transition: 3ms ease-in-out;
}

@media (max-width: 1023.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next, .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev {
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next, .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    bottom: 15px;
  }
}
.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next:hover, .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev:hover {
  background: #775f41;
  border-color: #775f41;
}

.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next {
  right: 32px;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next {
    right: 12px;
  }
}
.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-next:after {
    font-size: 13px;
  }
}
.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev {
  left: unset;
  right: 82px;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev {
    right: 45px;
  }
}
.section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section.section-slider .container .dynamic-height .holder .swiper-actions .swiper-button-prev:after {
    font-size: 13px;
  }
}
.section.section-image-content.has-image-right .container .holder .image-holder {
  order: 2;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-image-right .container .holder .image-holder {
    order: 1;
  }
}
.section.section-image-content.has-image-right .container .holder .content-holder {
  order: 1;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-image-right .container .holder .content-holder {
    order: 2;
  }
}
.section.section-image-content.has-slider .container .holder {
  align-items: center;
}

.section.section-image-content.has-slider .container .holder .image-wrapper {
  width: 650px;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper {
    width: 100%;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .image-content-swiper {
  height: 532px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .image-content-swiper {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .image-content-swiper {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .image-content-swiper {
    height: 420px;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .image-content-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions {
  position: relative;
}

.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-pagination {
  position: absolute;
  bottom: -42px;
  left: 0;
  height: 2px;
  background: #d3d3d3;
  border-radius: 2px;
  overflow: hidden;
  width: 480px;
  top: unset;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-pagination {
    width: 750px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-pagination {
    bottom: -43px;
    right: unset;
    width: 610px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-pagination {
    width: 224px;
    right: unset;
    bottom: -43px;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-pagination-progressbar-fill {
  background: #152a26;
}

.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next, .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev {
  bottom: -60px;
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #987953;
  background-color: #987953;
  transition: 3ms ease-in-out;
}

@media (max-width: 1023.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next, .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev {
    ottom: -60px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next, .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev {
    border-radius: 2px;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next:hover, .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev:hover {
  background: #775f41;
  border-color: #775f41;
}

.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next {
  right: 0;
}

.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-next:after {
    font-size: 13px;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev {
  left: unset;
  right: 47px;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev {
    right: 45px;
  }
}
.section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev:after {
  content: "";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-slider .container .holder .image-wrapper .swiper-actions .swiper-button-prev:after {
    font-size: 13px;
  }
}
.section.section-image-content.has-slider .container .holder .content-holder {
  width: calc(100% - 650px - 30px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider .container .holder .content-holder {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section.section-image-content.has-slider .container .holder .content-holder .inner {
    padding: 30px 33px;
  }
}
.section.section-image-content.has-slider .container .holder .content-holder .inner .content-wrapper .usp-holder {
  gap: 16px 25px;
}

.section.section-image-content.has-slider .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
  max-width: 200px;
}

.section.section-image-content.has-slider.has-image-right .container .holder .image-wrapper {
  order: 2;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider.has-image-right .container .holder .image-wrapper {
    order: 1;
  }
}
.section.section-image-content.has-slider.has-image-right .container .holder .content-holder {
  order: 1;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-slider.has-image-right .container .holder .content-holder {
    order: 2;
  }
}
.section.section-image-content.has-two-images .container .holder {
  gap: 55px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content.has-two-images .container .holder {
    gap: 48px;
  }
}
.section.section-image-content.has-two-images .container .holder .image-holder {
  width: 639px;
}

@media (max-width: 1439.98px) {
  .section.section-image-content.has-two-images .container .holder .image-holder {
    width: 600px;
  }
}
.section.section-image-content.has-two-images .container .holder .image-holder:after {
  padding-bottom: 82%;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images .container .holder .image-holder:after {
    padding-bottom: 55%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-two-images .container .holder .image-holder:after {
    padding-bottom: 70%;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images .container .holder .image-holder {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-two-images .container .holder .image-holder {
    margin-left: 0;
    width: calc(100% - 40px);
  }
}
.section.section-image-content.has-two-images .container .holder .image-holder img {
  border-radius: 4px;
}

.section.section-image-content.has-two-images .container .holder .content-holder {
  width: calc(100% - 639px - 55px);
}

@media (max-width: 1439.98px) {
  .section.section-image-content.has-two-images .container .holder .content-holder {
    width: calc(100% - 550px - 55px);
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-image-content.has-two-images .container .holder .content-holder .inner {
  padding: 30px 0px 30px 0;
}

@media (max-width: 1023.98px) {
  .section.section-image-content.has-two-images .container .holder .content-holder .inner {
    padding: 0;
  }
}
.section.section-image-content.has-two-images .container .holder .content-holder .inner .content-wrapper {
  padding: 75px 0;
}

@media (max-width: 1439.98px) {
  .section.section-image-content.has-two-images .container .holder .content-holder .inner .content-wrapper {
    padding: 50px 0;
  }
}
.section.section-image-content.has-two-images .container .holder .content-holder .inner .content-wrapper:after {
  width: 140px;
}

.section.section-image-content.has-two-images .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
  max-width: 195px;
}

@media (max-width: 1439.98px) {
  .section.section-image-content.has-two-images .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
    max-width: 200px;
  }
}
.section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens {
    margin-top: -90px;
  }
}
.section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens .image-holder {
  width: 470px;
  height: 250px;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens .image-holder {
    width: 236px;
    height: 164px;
  }
}
.section.section-image-content.has-two-images .container .holder .image-wrapper-small-screens .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.section.section-image-content.has-two-images .container .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -54px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1439.98px) {
  .section.section-image-content.has-two-images .container .image-wrapper {
    margin-top: -37px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images .container .image-wrapper {
    display: none;
  }
}
.section.section-image-content.has-two-images .container .image-wrapper .image-holder {
  width: 470px;
  height: 312px;
}

.section.section-image-content.has-two-images .container .image-wrapper .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.section.section-image-content.has-two-images.has-bg-lightgrey {
  background-color: transparent;
}

.section.section-image-content.has-two-images.has-bg-lightgrey:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f9f9f9;
  z-index: -1;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images.has-bg-lightgrey:after {
    height: 100%;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content.has-two-images.has-image-right .container .holder .image-holder {
    order: unset;
  }
}
.section.section-image-content.has-two-images.has-image-right .container .image-wrapper .image-holder {
  margin-right: 0;
  margin-left: 100px;
}

.section.section-image-content.img-is-not-stretch .container .holder {
  align-items: center;
}

.section.section-image-content .container .holder {
  display: flex;
  gap: 30px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder {
    gap: 48px;
  }
}
.section.section-image-content .container .holder .image-holder {
  width: 620px;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .image-holder {
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .image-holder {
    width: 100%;
  }
}
.section.section-image-content .container .holder .image-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.section.section-image-content .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 92%;
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .image-holder:after {
    padding-bottom: 80%;
  }
}
.section.section-image-content .container .holder .content-holder {
  width: calc(100% - 620px - 30px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-image-content .container .holder .content-holder .inner {
  padding: 30px 65px;
  position: relative;
}

@media (min-width: 1440px) {
  .section.section-image-content .container .holder .content-holder .inner {
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .content-holder .inner {
    padding: 30px 0;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder .inner {
    padding: 0;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper {
  padding: 65px 0;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper {
    padding: 24px 0;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered h2, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered h3, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered h4, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered h5, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered h6, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered a:not(.button), .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered ul li, .section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered p {
  text-align: center;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-centered .button-holder {
  justify-content: center;
  gap: 14px 7px;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper.is-left .usp-holder {
  justify-content: flex-start;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper:before {
  content: "";
  width: 320px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(21, 42, 38, 0.5);
}

@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper:before {
    display: none;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper:after {
  content: "";
  width: 320px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(21, 42, 38, 0.5);
}

@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper:after {
    width: 98px;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  justify-content: center;
  padding-top: 17px;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.is-column {
  flex-wrap: wrap;
  flex-direction: column;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.is-column .usp {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.is-column .usp {
    max-width: 100% !important;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-regular-text .usp p {
  font-weight: inherit;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 195px;
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp {
    max-width: 120px !important;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder .usp i {
  color: #987953;
  margin-top: 5px;
  font-weight: 300;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns {
    justify-content: center;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns {
    justify-content: center;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column {
  width: calc(50% - 40px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column {
    width: calc(30% - 40px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column {
    width: calc(40% - 40px);
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column {
    width: calc(50% - 40px);
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column .usp {
  width: 100%;
  max-width: unset;
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column .usp {
    margin-bottom: 24px;
  }
}
.section.section-image-content .container .holder .content-holder .inner .content-wrapper .usp-holder.has-columns .column .usp:last-child {
  margin-bottom: 0;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .button-holder {
  justify-content: flex-start;
  margin-top: 32px;
  gap: 14px 7px;
  flex-wrap: wrap;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .button-holder.has-three-buttons {
  flex-direction: column;
}

.section.section-image-content .container .holder .content-holder .inner .content-wrapper .button-holder.has-three-buttons .button {
  min-width: 265px;
}

.section.section-image-content .container .holder .content-holder.is-large-content .inner {
  padding-left: 0;
  padding-right: 0;
}

.section.section-image-content .container .holder .content-holder.is-large-content .inner .usp {
  max-width: unset !important;
}

.section.section-content .container .content-holder {
  max-width: 800px;
  margin: 0 auto;
}

.section.section-content .container .content-holder h2, .section.section-content .container .content-holder h3, .section.section-content .container .content-holder h4, .section.section-content .container .content-holder h5, .section.section-content .container .content-holder h6, .section.section-content .container .content-holder p, .section.section-content .container .content-holder a:not(.button) {
  text-align: center;
}

.section.section-image-content-variation.has-image-right .container .holder .image-holder {
  order: 2;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-variation.has-image-right .container .holder .image-holder {
    order: 1;
  }
}
.section.section-image-content-variation.has-image-right .container .holder .content-holder {
  order: 1;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-variation.has-image-right .container .holder .content-holder {
    order: 2;
  }
}
.section.section-image-content-variation .container .holder {
  display: flex;
  gap: 50px;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-variation .container .holder {
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-variation .container .holder {
    gap: 48px;
  }
}
.section.section-image-content-variation .container .holder .image-holder {
  width: 582px;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-image-content-variation .container .holder .image-holder {
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-variation .container .holder .image-holder {
    width: 100%;
  }
}
.section.section-image-content-variation .container .holder .image-holder img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.section.section-image-content-variation .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}

.section.section-image-content-variation .container .holder .content-holder {
  width: calc(100% - 582px - 50px);
}

@media (max-width: 1279.98px) {
  .section.section-image-content-variation .container .holder .content-holder {
    width: 100%;
  }
}
.section.section-image-content-variation .container .holder .content-holder .inner {
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #987953;
}

.section.section-image-content-variation .container .holder .content-holder .inner .row-values .row-value {
  border-bottom: 1px solid #987953;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.section.section-image-content-variation .container .holder .content-holder .inner .row-values .row-value:last-of-type {
  border-bottom: none;
}

.section.section-image-content-variation .container .holder .content-holder .inner .row-values .row-value .title {
  width: 150px;
}

.section.section-image-content-variation .container .holder .content-holder .inner .row-values .row-value .title p {
  color: #71717a;
  text-transform: uppercase;
  font-weight: 700;
}

.section.section-image-content-variation .container .holder .content-holder .inner .row-values .row-value .value {
  width: calc(100% - 150px);
}

.section.section-image-content-variation .container .holder .content-holder .button-holder {
  gap: 14px 7px;
}