@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: 1080px;
  }
}
@media (min-width: 1440px) {
  .container-ul, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1080px;
  }
}
.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-ml, .col-ml-auto, .col-ml-12, .col-ml-11, .col-ml-10, .col-ml-9, .col-ml-8, .col-ml-7, .col-ml-6, .col-ml-5, .col-ml-4, .col-ml-3, .col-ml-2, .col-ml-1, .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: 1600px) {
  .col-ml {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-ml-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 (min-width: 1600px) {
  .d-ml-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-ml-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: 1600px) {
  .flex-ml-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-ml-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;
  }
}
@media (min-width: 1600px) {
  .m-ml-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-ml-auto, .mx-ml-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: 1080px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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: #000;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::selection {
  color: #fff;
  background-color: #ff8c00;
}

body {
  font-family: "europa", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked, body.fancybox-active {
  overflow: hidden;
}

body h1 {
  font-family: "europa", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1;
  hyphens: auto;
}

@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: 30px;
  }
}
body h2 {
  font-family: "europa", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
  line-height: 1.2;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  body h2 {
    margin: 0 0 20px;
    letter-spacing: -0.6px;
    font-size: 32px;
  }
}
body h3 {
  font-family: "europa", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.2;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  body h3 {
    margin: 0 0 20px;
    font-size: 26px;
  }
}
body h4 {
  font-family: "europa", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
  hyphens: auto;
  line-height: 54px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  body h4 {
    font-size: 20px;
  }
}
body h5 {
  font-family: "europa", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  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: "europa", sans-serif;
  text-transform: none;
}

@media (max-width: 767.98px) {
  body h6 {
    margin: 0 0 10px;
  }
}
body p {
  margin: 0;
}

body p:not(:last-child) {
  margin: 0 0 15px 0;
}

body a:not(.button) {
  color: #ff8c00;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

body a:not(.button):hover {
  color: #cc7000;
}

body strong {
  font-weight: 700;
  color: #ff8c00;
}

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 #fff7f8;
  border-radius: 6px !important;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px !important;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px !important;
  font-family: "europa", sans-serif !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: none !important;
  line-height: inherit !important;
  min-height: 42px !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 .ginput_container {
  position: relative;
}

body .gform_wrapper .ginput_container_fileupload {
  color: #fff;
}

body .gform_wrapper .ginput_container_fileupload .gform_drop_area {
  display: flex;
  border-radius: 6px;
  margin-bottom: 8px;
  align-items: center;
  flex-direction: column;
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 24px 24px 24px;
}

body .gform_wrapper .ginput_container_fileupload .gform_drop_area button {
  z-index: 1;
  color: #ff8c00;
  display: flex;
  box-shadow: none;
  position: relative;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  background: transparent;
}

body .gform_wrapper .ginput_container_fileupload .gform_drop_area button:after {
  display: none;
}

body .gform_wrapper .ginput_preview {
  color: #fff;
  font-size: 14px;
  margin: 0 !important;
}

body .gform_wrapper .ginput_preview .gform_delete_file {
  color: #fff;
}

body .gform_wrapper .ginput_preview .gform_delete_file:after {
  display: none;
}

body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

body .gform_wrapper .gfield_validation_message:before, body .gform_wrapper .validation_message:before {
  display: none !important;
}

body .gform_wrapper .gform_validation_errors {
  padding: 10px !important;
  color: #c02b0a !important;
  text-align: center !important;
  border: 1px solid #c02b0a !important;
  background-color: transparent !important;
}

body .gform_wrapper .gform_validation_errors > * {
  color: #c02b0a !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: #000;
  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: #ff8c00;
  font-size: 18px;
  font-weight: 300;
  border-top: 1px solid #ff8c00;
  border-bottom: 1px solid #ff8c00;
}

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

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

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

.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: 26px;
  height: 16px;
}

.hamburger .hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger .hamburger__inner, .hamburger .hamburger__inner::before, .hamburger .hamburger__inner::after {
  width: 26px;
  height: 2px;
  background-color: #000;
  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: 0;
  width: 19px;
  top: -7px;
}

.hamburger .hamburger__inner::after {
  bottom: -7px;
}

.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(-3.7142857143px, -5px, 0);
  opacity: 0;
}

.hamburger.is-active .hamburger__inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

@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: #cc7000;
}

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

.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: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  font-family: "europa", sans-serif;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  header {
    height: 70px;
    margin-bottom: -70px;
  }
}
@media (max-width: 767.98px) {
  header {
    height: 50px;
    margin-bottom: -50px;
  }
}
header .container {
  height: 100%;
  display: flex;
  max-width: 1360px;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .container .header-items {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  header .container .header-items .logo {
    z-index: 102;
    position: relative;
  }
}
header .container .header-items .logo a {
  display: block;
}

header .container .header-items .logo a img, header .container .header-items .logo a svg {
  width: auto;
  height: 56px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container .header-items .logo a img, header .container .header-items .logo a svg {
    height: 30px;
  }
}
header .container .header-items .navigation-holder {
  display: flex;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 101;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }

  header .container .header-items .navigation-holder.is-visible {
    opacity: 1;
    visibility: visible;
  }

  header .container .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-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .header-items .navigation-holder nav.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .container .header-items .navigation-holder nav.navigation > * {
  z-index: 1;
  position: relative;
}

header .container .header-items .navigation-holder nav.navigation > ul {
  z-index: 3;
  width: 100%;
  display: flex;
  position: unset;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul {
    gap: 10px;
    padding: 0 30px;
    max-height: 100vh;
    flex-direction: column;
    align-items: flex-start;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li {
  position: relative;
}

@media (min-width: 1024px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children:hover {
    cursor: pointer;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children a.navlink {
    padding-right: 40px;
  }

  header .container .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-items .navigation-holder nav.navigation > ul > li.has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children.is-opened > a.navlink .toggle-subnav:before {
    color: #ff8c00;
    transform: rotate(180deg);
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > a.navlink {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .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-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    top: 40px;
    left: -5px;
    opacity: 0;
    padding: 15px 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    display: none;
    overflow: hidden;
  }

  header .container .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-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(1n) {
    animation-delay: 0.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(2n) {
    animation-delay: 0.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(3n) {
    animation-delay: 0.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(4n) {
    animation-delay: 0.7s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(5n) {
    animation-delay: 0.825s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(6n) {
    animation-delay: 0.95s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(7n) {
    animation-delay: 1.075s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(8n) {
    animation-delay: 1.2s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(9n) {
    animation-delay: 1.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(10n) {
    animation-delay: 1.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(11n) {
    animation-delay: 1.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(12n) {
    animation-delay: 1.7s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(13n) {
    animation-delay: 1.825s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(14n) {
    animation-delay: 1.95s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(15n) {
    animation-delay: 2.075s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(16n) {
    animation-delay: 2.2s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(17n) {
    animation-delay: 2.325s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(18n) {
    animation-delay: 2.45s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(19n) {
    animation-delay: 2.575s;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.is-opened > li:nth-child(20n) {
    animation-delay: 2.7s;
  }
}
header .container .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-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a {
  color: #000;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a {
    font-size: 16px;
    padding: 5px 15px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a:hover, header .container .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a.active {
  color: #cc7000;
}

header .container .header-items .navigation-holder nav.navigation > ul > li.has-button {
  padding-left: 20px;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-button {
    display: none;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
  padding: 8px 14px;
}

@media (min-width: 1024px) and (max-width: 1052px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
    font-size: 18px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "europa", sans-serif;
}

header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink:after {
  opacity: 0;
  left: 10px;
  right: 10px;
  content: "";
  bottom: -6px;
  height: 11px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-position: center bottom;
  background-image: url("/app/themes/freshdev/resources/img/active-nav.svg");
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink:after {
    bottom: -5px;
    left: 20px;
    right: 20px;
    height: 12px;
  }
}
header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active:after {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    font-size: 36px;
  }

  header .container .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active {
    margin-bottom: 12px;
  }
}
header .container .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-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-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
    display: none;
  }
}
header .container .header-items .header-actions {
  gap: 15px;
  z-index: 102;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  header .container .header-items .header-actions {
    display: none;
  }
}
header .container .header-items .header-actions .mobile-header-button .button {
  font-size: 16px;
  padding: 8px 14px;
}

header.hidden-nav .header-items {
  justify-content: center;
}

footer .footer-top {
  margin-bottom: 75px;
}

footer .footer-top .container .content {
  margin: 0 auto;
  max-width: 815px;
  text-align: center;
}

footer .footer-bottom {
  z-index: 1;
  position: relative;
  margin-bottom: -130px;
}

@media (max-width: 767.98px) {
  footer .footer-bottom {
    margin-top: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  footer .footer-bottom .container {
    max-width: 100%;
  }
}
footer .footer-bottom .container .content-form-holder {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 28px;
  align-items: flex-start;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 5px 5px 20px #00000029;
}

footer .footer-bottom .container .content-form-holder:before {
  top: -40px;
  z-index: 1;
  content: "";
  right: -40px;
  width: 110px;
  height: 75px;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/app/themes/freshdev/public/img/icon-7.svg");
}

@media (max-width: 767.98px) {
  footer .footer-bottom .container .content-form-holder:before {
    top: -30px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-bottom .container .content-form-holder {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom .container .content-form-holder {
    gap: 40px;
  }
}
footer .footer-bottom .container .content-form-holder .content {
  gap: 40px;
  width: 100%;
  color: #fff;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  border: 5px solid #fff;
  background-color: #4fc0c6;
}

@media (min-width: 1024px) {
  footer .footer-bottom .container .content-form-holder .content {
    padding: 30px;
    margin-bottom: -100px;
    flex: 1 0 calc(40% - 40px);
    max-width: calc(40% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  footer .footer-bottom .container .content-form-holder .content {
    padding: 20px;
    margin-bottom: -100px;
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  footer .footer-bottom .container .content-form-holder .content {
    padding: 20px;
    margin-top: -80px;
  }
}
footer .footer-bottom .container .content-form-holder .content .inner {
  width: 100%;
}

footer .footer-bottom .container .content-form-holder .content h1, footer .footer-bottom .container .content-form-holder .content h2, footer .footer-bottom .container .content-form-holder .content h3, footer .footer-bottom .container .content-form-holder .content h4, footer .footer-bottom .container .content-form-holder .content h5, footer .footer-bottom .container .content-form-holder .content h6, footer .footer-bottom .container .content-form-holder .content p, footer .footer-bottom .container .content-form-holder .content a:not(.button) {
  color: #fff;
}

footer .footer-bottom .container .content-form-holder .content h2, footer .footer-bottom .container .content-form-holder .content h3, footer .footer-bottom .container .content-form-holder .content h4 {
  margin-bottom: 20px;
}

footer .footer-bottom .container .content-form-holder .content .contact-item {
  gap: 20px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

footer .footer-bottom .container .content-form-holder .content .contact-item .icon {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  white-space: nowrap;
  align-items: center;
  border-radius: 60px;
  display: inline-flex;
  justify-content: center;
  border: 2px solid #fff;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .container .content-form-holder .content .contact-item .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
  }
}
footer .footer-bottom .container .content-form-holder .content .contact-item a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .container .content-form-holder .content .contact-item a {
    font-size: 18px;
  }
}
footer .footer-bottom .container .content-form-holder .content .contact-item a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
}

footer .footer-bottom .container .content-form-holder .content .logo {
  margin: 0 auto;
}

footer .footer-bottom .container .content-form-holder .content .logo img, footer .footer-bottom .container .content-form-holder .content .logo svg {
  width: auto;
  height: 50px;
  max-width: 100%;
}

footer .footer-bottom .container .content-form-holder .form {
  width: 100%;
}

@media (min-width: 1024px) {
  footer .footer-bottom .container .content-form-holder .form {
    flex: 1 0 calc(60% - 40px);
    max-width: calc(60% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  footer .footer-bottom .container .content-form-holder .form {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
footer .footer-copyright {
  font-weight: 500;
  padding-top: 150px;
  padding-bottom: 20px;
  background-color: #4fc0c6;
}

footer .footer-copyright .container {
  max-width: 100%;
}

footer .footer-copyright .container .footer-links {
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  footer .footer-copyright .container .footer-links {
    padding: 20px 20px 60px 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-copyright .container .footer-links {
    margin-bottom: 40px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-copyright .container .footer-links ul {
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  footer .footer-copyright .container .footer-links ul {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-copyright .container .footer-links ul li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

footer .footer-copyright .container .footer-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  footer .footer-copyright .container .footer-items {
    gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-copyright .container .footer-items .item {
  width: 100%;
}

@media (min-width: 768px) {
  footer .footer-copyright .container .footer-items .item:nth-child(1) {
    flex: 1 0 52.5%;
    max-width: 52.5%;
  }

  footer .footer-copyright .container .footer-items .item:nth-child(2) {
    flex: 1 0 47.5%;
    max-width: 47.5%;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  footer .footer-copyright .container .footer-items .item {
    text-align: center;
  }
}
footer .footer-copyright .container .footer-items .item i, footer .footer-copyright .container .footer-items .item a {
  color: #fff;
  text-decoration: none;
}

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: #000;
  box-shadow: 0 4px 10px rgba(43, 43, 43, 0.15);
  width: calc(100% - 30px);
  background-color: #000;
}

@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: #ff8c00;
}

.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: #fff7f8;
  border-radius: 0 0 5px 0;
}

.cookiepopup .buttons .button.secondary:after {
  display: none;
}

.cookiepopup .buttons .button.secondary:hover {
  color: #fff;
  background: #ffdee2;
}

.section {
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.45s ease-in-out;
}

.section.has-bg-grey {
  background-color: #fff7f8;
}

.section.is-visible {
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .section:first-child {
    padding-top: 120px;
  }

  .section:last-child {
    padding-bottom: 120px;
  }

  .section.has-no-padding-top-d {
    padding-top: 0;
  }

  .section.has-no-padding-bottom-d {
    padding-bottom: 0;
  }

  .section.has-no-padding-top-d {
    padding-top: 120px;
  }

  .section.has-no-padding-bottom-d {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 45px 0;
  }

  .section:first-child {
    padding-top: 90px;
  }

  .section:last-child {
    padding-bottom: 90px;
  }

  .section.has-no-padding-top-m {
    padding-top: 0;
  }

  .section.has-no-padding-bottom-m {
    padding-bottom: 0;
  }

  .section.has-large-padding-top-m {
    padding-top: 90px;
  }

  .section.has-large-bottom-top-m {
    padding-top: 90px;
  }
}
.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li:before {
  color: #ff8c00;
  font-size: 4px;
  content: "";
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}

.section ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.section ul:not(:last-child) {
  margin: 0 0 15px 0;
}

.section ul li {
  margin: 0 0 15px 0;
  position: relative;
  align-items: flex-start !important;
}

.section ul li:before {
  content: "" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: #ff8c00;
  position: absolute;
  left: 0;
  font-size: 16px !important;
  margin-right: 25px !important;
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.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.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: #fff7f8;
}

.popup.for-cookie-modal .popup-holder .cookie-settings form .label span.checkmark:before {
  opacity: 0;
  color: #000;
  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: 50px;
  height: 50px;
  color: #000;
}

.popup .fancybox-button:after {
  display: none !important;
}

.popup .fancybox-button:hover {
  color: #ff8c00;
  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: #000;
}

.section.section-pageheader .container .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .section.section-pageheader .container .inner {
    margin: 0 auto;
    max-width: 550px;
  }

  .section.section-pageheader .container .inner h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .container .inner {
    gap: 20px;
  }
}
.section.section-pageheader .container .inner .info-block {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .inner .info-block {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section.section-pageheader .container .inner .info-block .info {
  display: flex;
  align-items: center;
}

.section.section-pageheader .container .inner .info-block .info span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .inner .info-block .info span {
    font-size: 14px;
  }
}
.section.section-pageheader .container .inner .info-block .info span i {
  font-size: 24px;
  font-weight: 900;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .container .inner .info-block .info span i {
    width: 30px;
    font-size: 17px;
    padding-right: 0;
  }
}
.section.section-pageheader .container .inner .button-holder {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .section.section-image-content.mobile-image-bottom .holder .image-holder {
    order: 2;
  }
}
.section.section-image-content.image-right .holder {
  flex-direction: row-reverse;
}

.section.section-image-content .container .holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

@media (max-width: 767.98px) {
  .section.section-image-content .container .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-image-content .container .holder .image-holder {
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .section.section-image-content .container .holder .image-holder {
    width: calc(100% - 500px - 80px);
    max-width: calc(100% - 580 - 80px);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-image-content .container .holder .image-holder {
    flex: 1 0 calc(40% - 40px);
    max-width: calc(40% - 40px);
  }
}
.section.section-image-content .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 103%;
}

.section.section-image-content .container .holder .image-holder img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.section.section-image-content .container .holder .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-image-content .container .holder .content-holder {
    flex: 1 0 500px;
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-image-content .container .holder .content-holder {
    flex: 1 0 calc(60% - 40px);
    max-width: calc(60% - 40px);
  }

  .section.section-image-content .container .holder .content-holder .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section.section-content.two-columns .container .content-holder {
  display: flex;
  gap: 60px;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section.section-content.two-columns .container .content-holder {
    flex-direction: column;
  }
}
.section.section-content.two-columns .container .content-holder .column {
  width: calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
}

@media (max-width: 767.98px) {
  .section.section-content.two-columns .container .content-holder .column {
    width: 100%;
  }
}
.section.section-content.two-columns .container .content-holder .column .content {
  max-width: 476px;
}

.section.section-content .container .content-holder {
  margin: 0 auto;
  max-width: 720px;
}

.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper {
  position: relative;
}

.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}

.section.section-slider .content-holder .swiper-holder .swiper-wrapper .swiper-slide .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section.section-usps .holder {
  max-width: 1148px;
  margin: 0 auto;
}

.section.section-usps .holder .usps {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .section.section-usps .holder .usps {
    gap: 40px;
    padding: 0 15px;
  }
}
.section.section-usps .holder .usps .usp {
  width: calc(33.3333% - 67px);
  flex: 1 0 calc(33.3333% - 67px);
  max-width: calc(33.3333% - 67px);
  align-items: stretch;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .section.section-usps .holder .usps .usp {
    width: calc(50% - 40px);
    flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  .section.section-usps .holder .usps .usp {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-usps .holder .usps .usp .icon-holder {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}

.section.section-usps .holder .usps .usp .icon-holder i {
  font-size: 40px;
  color: #ff8c00;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.2px;
}

.section.section-usps .holder .usps .usp .content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.section-usps .holder .usps .usp .content-holder h3, .section.section-usps .holder .usps .usp .content-holder h4, .section.section-usps .holder .usps .usp .content-holder h5 {
  padding-bottom: 12px;
  text-align: center;
  hyphens: none;
  margin: 0;
}

.section.section-usps .holder .usps .usp .content-holder p {
  text-align: center;
  font-size: 16px;
}

.section.section-quote .container .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}

.section.section-quote .container .inner u {
  color: #ff8c00;
}

.section.section-quote .container .inner h2 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
}

.section.section-quote .container .inner span {
  text-align: center;
  margin: 0;
}

.section.section-cta.contained .container .cta-holder {
  position: relative;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.section.section-cta.contained .container .cta-holder:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #ff8c00;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 340px;
  opacity: 0.25;
}

@media (max-width: 1279.98px) {
  .section.section-cta.contained .container .cta-holder:after {
    width: 300px;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta.contained .container .cta-holder:after {
    display: none;
  }
}
.section.section-cta.contained .container .cta-holder .content {
  max-width: 600px;
  position: relative;
  z-index: 1;
  padding: 57px 0 65px 73px;
}

@media (max-width: 1023.98px) {
  .section.section-cta.contained .container .cta-holder .content {
    padding: 25px 15px 25px 15px;
  }
}
.section.section-cta.contained .container .cta-holder .content h1, .section.section-cta.contained .container .cta-holder .content h2, .section.section-cta.contained .container .cta-holder .content h3, .section.section-cta.contained .container .cta-holder .content h4, .section.section-cta.contained .container .cta-holder .content p, .section.section-cta.contained .container .cta-holder .content li, .section.section-cta.contained .container .cta-holder .content a:not(.button) {
  color: #fff;
}

.section.section-cta.contained .container .cta-holder .content .button-holder {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .section.section-cta.contained .container .cta-holder .content .button-holder {
    align-items: flex-start;
    width: unset;
  }
}
.section.section-cta.full-screen .cta-wrapper {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-cta.full-screen .cta-wrapper {
    padding: 90px 0;
  }
}
.section.section-cta.full-screen .cta-wrapper .image-holder {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 767.98px) {
  .section.section-cta.full-screen .cta-wrapper .image-holder {
    right: 20px;
    width: unset;
  }
}
.section.section-cta.full-screen .cta-wrapper .image-holder img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-cta.full-screen .cta-wrapper .container {
  display: flex;
  justify-content: flex-end;
}

.section.section-cta.full-screen .cta-wrapper .container .cta-holder {
  z-index: 1;
  width: 100%;
  position: relative;
  background-color: #000;
  border-radius: 10px 0 0 10px;
}

@media (min-width: 1600px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder {
    width: calc(100% - 250px);
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder:after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #000;
}

@media (min-width: 1600px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder:after {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder:after {
    width: calc((100vw - 1080px + 30px) / 2);
    right: calc(0vw - (100vw - 1080px + 30px) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder:after {
    width: calc((100vw - 960px + 30px) / 2);
    right: calc(0vw - (100vw - 960px + 30px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder:after {
    right: -20px;
    width: 20px;
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 20px;
  justify-content: space-between;
}

@media (min-width: 1600px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner {
    gap: 20px 50px;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner {
    padding: 80px 0 80px 80px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner {
    gap: 30px;
    flex-direction: column;
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content {
  width: 100%;
}

@media (min-width: 1280px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content {
    flex: 1 0 410px;
    max-width: 410px;
  }

  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content:only-child {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 60px;
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content h1, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content h2, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content h3, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content h4, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content p, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content li, .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content a:not(.button) {
  color: #fff;
}

.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content h2:not(~ p) {
  margin-bottom: 0;
}

.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content .form-holder .gform_fields {
  row-gap: 15px;
}

.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content .form-holder label {
  color: #fff;
}

.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content .button-holder {
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .content .button-holder {
    align-items: flex-start;
    width: unset;
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .text {
  width: 100%;
}

@media (min-width: 1280px) {
  .section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .text {
    flex: 1 0 calc(100% - 410px - 80px);
    max-width: calc(100% - 410px - 80px);
  }
}
.section.section-cta.full-screen .cta-wrapper .container .cta-holder .inner .text p {
  color: #fff;
}

.button, button, input[type=submit] {
  width: auto;
  color: #000;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  position: relative;
  padding: 12px 16px 14px 16px;
  align-items: center;
  text-transform: lowercase;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  -webkit-appearance: none;
  border: 2px solid #ff8c00;
  line-height: 1 !important;
  font-family: "europa", sans-serif;
  background-color: #ff8c00;
  transition: all 0.2s ease-in-out;
}

.button:not(.alt):after, button:not(.alt):after, input[type=submit]:not(.alt):after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  margin-left: 10px;
  color: inherit;
}

.button:hover, button:hover, input[type=submit]:hover {
  color: #000;
  background-color: #ff8c00;
}

.button.alt, button.alt, input[type=submit].alt {
  color: #000;
  background-color: transparent;
}

.button.alt:hover, button.alt:hover, input[type=submit].alt:hover {
  color: #000;
  background-color: transparent;
}

.button.alt.is-orange, button.alt.is-orange, input[type=submit].alt.is-orange {
  color: #ff8c00;
}

.button.is-orange, button.is-orange, input[type=submit].is-orange {
  color: #ff8c00;
}

.button-holder {
  gap: 10px;
  width: 100%;
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
.button-holder.aligned-center {
  justify-content: center;
}

.section.section-coming-soon {
  padding: 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  min-height: 100dvh;
  background-color: #000;
  font-family: "Roboto", sans-serif;
}

.section.section-coming-soon .background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: radial-gradient(100% 100% at var(--28-x-position) var(--28-y-position), #c55402 0%, transparent), #070908;
  animation-name: main;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.section.section-coming-soon .background:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  mix-blend-mode: overlay;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.section.section-coming-soon .container {
  max-width: 1312px;
}

.section.section-coming-soon .content-photos-holder {
  gap: 50px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  min-height: 100dvh;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder {
    flex-direction: column;
  }
}
.section.section-coming-soon .content-photos-holder .content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .section.section-coming-soon .content-photos-holder .content {
    flex: 1 0 calc(100% - 320px - 50px);
    max-width: calc(100% - 320px - 50px);
  }
}
.section.section-coming-soon .content-photos-holder .content .inner {
  width: 100%;
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner {
    padding: 20px 0;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .logo {
  width: 88px;
  height: auto;
  object-fit: contain;
  margin-bottom: 64px;
  object-position: center left;
}

.section.section-coming-soon .content-photos-holder .content .inner .title {
  margin-bottom: 80px;
}

.section.section-coming-soon .content-photos-holder .content .inner .title h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .title h1 {
    font-size: 18px;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .title h1 em {
  hyphens: none;
  position: relative;
  font-style: normal;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .title h1 em {
    max-width: 250px;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .title h1 em:after {
  content: "";
  width: 64px;
  height: 2px;
  bottom: 16px;
  margin-left: 12px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .title h1 em:after {
    bottom: 9px;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .title h1 strong {
  color: #ff8c00;
  display: block;
  font-size: 110px;
  font-weight: 900;
  margin-top: 24px;
  letter-spacing: -4.4px;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .title h1 strong {
    font-size: 50px;
    letter-spacing: -2.4px;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
}

.section.section-coming-soon .content-photos-holder .content .inner .services .services-tags {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.section.section-coming-soon .content-photos-holder .content .inner .services .services-tags .service-tag {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  line-height: normal;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
  .section.section-coming-soon .content-photos-holder .content .inner .services .services-tags .service-tag {
    flex: 1 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .contact {
  display: flex;
  margin-top: 180px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .contact {
    margin-top: 64px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .contact h3 {
  display: flex;
  margin-bottom: 0;
  position: relative;
  align-items: center;
}

.section.section-coming-soon .content-photos-holder .content .inner .contact h3:after {
  content: "";
  width: 64px;
  height: 2px;
  margin-left: 12px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}

.section.section-coming-soon .content-photos-holder .content .inner .contact .socials {
  gap: 16px;
  margin-left: 90px;
  align-items: stretch;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .content .inner .contact .socials {
    margin-left: 0;
    margin-top: 15px;
  }
}
.section.section-coming-soon .content-photos-holder .content .inner .contact .socials a {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  color: #fff;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}

.section.section-coming-soon .content-photos-holder .content .inner .contact .socials a:hover {
  color: #000;
  background-color: #fff;
}

.section.section-coming-soon .content-photos-holder .photo-cards {
  width: 100%;
}

@media (min-width: 768px) {
  .section.section-coming-soon .content-photos-holder .photo-cards {
    flex: 1 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .photo-cards {
    padding-bottom: 78px;
  }
}
.section.section-coming-soon .content-photos-holder .photo-cards .reel {
  width: 100%;
}

@media (min-width: 768px) {
  .section.section-coming-soon .content-photos-holder .photo-cards .reel {
    top: -10%;
    bottom: -10%;
    height: 120%;
    transform: rotate(2deg);
  }
}
@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .photo-cards .reel {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.section.section-coming-soon .content-photos-holder .photo-cards .reel .swiper-wrapper {
  transition-timing-function: linear;
}

.section.section-coming-soon .content-photos-holder .photo-cards .reel .photo-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background-color: #1d1d1d;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .content-photos-holder .photo-cards .reel .photo-card {
    max-width: 85vw;
  }
}
.section.section-coming-soon .content-photos-holder .photo-cards .reel .photo-card img, .section.section-coming-soon .content-photos-holder .photo-cards .reel .photo-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-coming-soon .content-photos-holder .photo-cards .reel .photo-card:after {
  content: "";
  display: block;
  aspect-ratio: 3/4;
}

.section.section-coming-soon .copyright {
  z-index: 5;
  opacity: 0.3;
  right: 15px;
  bottom: 30px;
  font-size: 12px;
  position: fixed;
}

@media (max-width: 767.98px) {
  .section.section-coming-soon .copyright {
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    position: relative;
  }
}
.section.section-coming-soon .copyright a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section.section-coming-soon .copyright a:hover {
  color: #fff;
}

@property --4-x-position {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 20%;
}
@property --4-y-position {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 80%;
}
@property --28-x-position {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85.859375%;
}
@property --28-y-position {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 89.140625%;
}
:root {
  --4-x-position: 20%;
  --4-y-position: 80%;
  --5-x-position: 80%;
  --5-y-position: 20%;
  --6-x-position: 80%;
  --6-y-position: 20%;
  --7-x-position: 80%;
  --7-y-position: 20%;
  --8-x-position: 80%;
  --8-y-position: 20%;
  --9-x-position: 80%;
  --9-y-position: 20%;
  --10-x-position: 80%;
  --10-y-position: 20%;
  --11-x-position: 80%;
  --11-y-position: 20%;
  --12-x-position: 80%;
  --12-y-position: 20%;
  --13-x-position: 80%;
  --13-y-position: 20%;
  --14-x-position: 80%;
  --14-y-position: 20%;
  --15-x-position: 80%;
  --15-y-position: 20%;
  --16-x-position: 80%;
  --16-y-position: 20%;
  --17-x-position: 80%;
  --17-y-position: 20%;
  --18-x-position: 80%;
  --18-y-position: 20%;
  --19-x-position: 80%;
  --19-y-position: 20%;
  --20-x-position: 70.4296875%;
  --20-y-position: 85.625%;
  --21-x-position: 70.4296875%;
  --21-y-position: 85.625%;
  --22-x-position: 70.4296875%;
  --22-y-position: 85.625%;
  --23-x-position: 85.859375%;
  --23-y-position: 89.140625%;
  --24-x-position: 85.859375%;
  --24-y-position: 89.140625%;
  --25-x-position: 85.859375%;
  --25-y-position: 89.140625%;
  --26-x-position: 85.859375%;
  --26-y-position: 89.140625%;
  --27-x-position: 85.859375%;
  --27-y-position: 89.140625%;
  --28-x-position: 85.859375%;
  --28-y-position: 89.140625%;
}

@keyframes main {
  25% {
    --28-x-position: 78.125%;
    --28-y-position: 87.5%;
  }
  50% {
    --28-x-position: 38.4375%;
    --28-y-position: 82.4609375%;
  }
  75% {
    --28-x-position: 70.7421875%;
    --28-y-position: 71.015625%;
  }
  100% {
    --28-x-position: 78.125%;
    --28-y-position: 87.5%;
  }
}