@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";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-ul, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
    max-width: 1156px;
  }
}
.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: 1920px) {
  .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: 1920px) {
  .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: 1920px) {
  .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: 1920px) {
  .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;
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1156px;
  }
}
@media (max-width: 1023.98px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 650px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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: #f5821c;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  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: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1.2;
  hyphens: auto;
  letter-spacing: 1.12px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  body h1 {
    margin: 0 0 15px;
    font-size: 35px;
  }
}
body h2 {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1.2;
  hyphens: none;
  letter-spacing: 0.92px;
  position: relative;
  padding-bottom: 30px;
}

body h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background-color: #f5821c;
}

@media (max-width: 767.98px) {
  body h2:after {
    bottom: 10px;
  }
}
@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: 30px;
    hyphens: none;
  }
}
body h3 {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.2;
  hyphens: none;
  letter-spacing: 2.5px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  body h3 {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
body h4 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.2;
  hyphens: auto;
  letter-spacing: 3.6px;
  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: 14px;
    letter-spacing: 2.8px;
  }
}
body h5 {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  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: "Outfit", 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;
}

@media (min-width: 1920px) {
  body p {
    font-size: 18px;
  }
}
body p em {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2.5px;
  font-style: normal;
}

@media (max-width: 767.98px) {
  body p em {
    font-size: 20px;
  }
}
body a:not(.button, .navlink) {
  color: #f5821c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  position: relative;
}

body a:not(.button, .navlink):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #f5821c;
  transition: all 0.3s ease-in-out;
}

body a:not(.button, .navlink):hover {
  color: #d56909;
}

body strong {
  font-weight: 700;
  letter-spacing: 0.36px;
}

body u {
  text-decoration: underline;
  text-decoration-color: #f5821c;
  text-decoration-thickness: 7px;
}

@media (max-width: 767.98px) {
  body u {
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
  }
}
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 blockquote {
  margin: 0;
  padding: 0;
}

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 .gform_required_legend {
  display: none;
}

body .gform_validation_errors {
  outline: none;
  text-align: left;
  padding-inline-start: 20px !important;
}

body .gform_validation_errors:focus {
  outline: none !important;
}

body .gform_validation_errors h2 {
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 25px !important;
}

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;
  -moz-appearance: textfield;
  font-weight: 400;
  border: 1px solid #f5f5f5;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  padding: 12px 20px !important;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px !important;
  font-family: "Outfit", sans-serif !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: none !important;
  line-height: inherit !important;
  min-height: inherit !important;
}

@media (max-width: 767.98px) {
  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 {
    font-size: 14px !important;
  }
}
body[aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}

body input[type=number]::-webkit-outer-spin-button, body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body textarea {
  resize: none;
  height: 110px !important;
  border-radius: 20px;
}

body textarea.large {
  height: 110px !important;
}

body .gfield_label {
  font-size: 14px;
  font-weight: 500 !important;
}

body .gform_wrapper {
  margin: 0 !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}

body .gform_wrapper ul.gform_fields li.gfield:not(:last-child) {
  margin-bottom: 10px;
}

body .gform_wrapper ul.gform_fields li.gfield.hidden_label input {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
  font-size: 14px;
  color: #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: #f5821c;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #f5821c;
  border-bottom: 1px solid #f5821c;
}

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-left: 20px;
  padding-top: 5px !important;
  background: transparent;
  font-weight: 400;
}

body .gform_wrapper .gform_validation_errors {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  body main {
    min-height: calc(100vh - 80px - 500px);
  }
}
.ui-datepicker {
  display: none;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

#ui-datepicker-div a:after {
  display: none;
}

.element-hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}

.sold-out-pill {
  width: 100%;
}

.sold-out-pill .sold-out-wrapper {
  width: fit-content;
  background-color: #fff;
  border-radius: 100px;
}

.sold-out-pill .sold-out-wrapper .inner-sold-out {
  padding: 5px 7px !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sold-out-pill .sold-out-wrapper .inner-sold-out p {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.sold-out-pill .sold-out-wrapper .inner-sold-out .icon {
  background-color: #000;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.sold-out-pill .sold-out-wrapper .inner-sold-out .icon i {
  color: #fff;
  font-size: 12px;
}

span.underline {
  position: relative;
}

span.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.button, button, input[type=submit] {
  width: auto;
  color: #fffbe8;
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  padding: 6px 8px 6px 16px;
  align-items: center;
  text-transform: none;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  -webkit-appearance: none;
  line-height: normal;
  font-family: "Outfit", sans-serif;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  letter-spacing: 0.36px;
  gap: 4px;
  border: 2px solid #000;
}

.button span, button span, input[type=submit] span {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .button, button, input[type=submit] {
    font-size: 15px;
    padding: 5px 6px 5px 16px;
  }
}
.button.sold-out, button.sold-out, input[type=submit].sold-out {
  pointer-events: none;
  background: #3b3b3b;
  color: #595858 !important;
  border-color: #3b3b3b !important;
}

.button.sold-out:after, button.sold-out:after, input[type=submit].sold-out:after {
  color: #3b3b3b !important;
  background-color: #000 !important;
}

.button.product:not(.alt):after, button.product:not(.alt):after, input[type=submit].product:not(.alt):after {
  content: "";
  color: #000;
  background-color: #fffbe8;
  font-family: "Font Awesome 6 Pro";
}

.button.card:not(.alt):after, button.card:not(.alt):after, input[type=submit].card:not(.alt):after {
  content: "";
  color: #000;
  background-color: #fffbe8;
  font-family: "Font Awesome 6 Pro";
}

.button:not(.alt):after, button:not(.alt):after, input[type=submit]:not(.alt):after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  margin-left: 14px;
  color: #000;
  background-color: #fffbe8;
  padding: 10px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .button:not(.alt):after, button:not(.alt):after, input[type=submit]:not(.alt):after {
    font-size: 12px;
  }
}
.button:hover, button:hover, input[type=submit]:hover {
  color: #fffbe8;
  background-color: #000;
}

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

.button.alt:after, button.alt:after, input[type=submit].alt:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  margin-left: 10px;
  color: #fffbe8;
  background-color: #000;
  padding: 10px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .button.alt:after, button.alt:after, input[type=submit].alt:after {
    font-size: 12px;
  }
}
.button.alt.product:after, button.alt.product:after, input[type=submit].alt.product:after {
  content: "";
  color: #fffbe8;
  background-color: #000;
  font-family: "Font Awesome 6 Pro";
}

.button.tertiary, button.tertiary, input[type=submit].tertiary {
  background-color: #f5821c !important;
  border: 2px solid #f5821c !important;
}

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

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

  .button-holder .button {
    width: unset;
  }
}
.button-holder.aligned-center {
  justify-content: center;
}

.hamburger {
  right: 0;
  height: 60px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  transition-property: opacity, filter;
  padding: 0 0;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  flex-direction: row-reverse;
  gap: 15px;
  margin-left: 30px;
  z-index: 100;
}

@media (max-width: 1023.98px) {
  .hamburger {
    margin-left: 0;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .hamburger {
    margin-left: 10px;
    gap: 15px;
  }
}
.hamburger span {
  color: #fffbe8;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hamburger :focus {
  outline: 0;
}

.hamburger:hover {
  opacity: 1;
}

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

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

.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: 10000;
  position: sticky;
  background-color: #000;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  header.is-floating {
    background-color: transparent;
    top: 10px;
  }

  header.is-floating.is-scrolled {
    top: -10px;
  }

  header.is-floating .container .holder {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  header.is-floating {
    background-color: #000 !important;
  }
}
header:not(.is-scrolled) {
  background-color: transparent;
}

header.black-bg {
  background-color: #000;
}

@media (min-width: 768px) {
  header {
    height: 79px;
    margin-bottom: -90px;
  }
}
@media (max-width: 767.98px) {
  header {
    height: 62px;
    margin-bottom: -62px;
  }
}
header .container {
  height: 100%;
  display: flex;
  max-width: 1380px;
  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 .holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header .container .holder .header-items {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items {
    justify-content: space-between;
  }
}
@media (max-width: 1023.98px) {
  header .container .holder .header-items {
    justify-content: flex-start;
  }
}
header .container .holder .header-items .logo {
  width: 30px;
  height: 50px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .logo {
    z-index: 102;
    position: relative;
    height: 30px;
  }
}
header .container .holder .header-items .logo a img, header .container .holder .header-items .logo a svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .logo a img, header .container .holder .header-items .logo a svg {
    width: 20px;
  }
}
header .container .holder .header-items .logo a:after {
  display: none;
}

header .container .holder .header-items .header-button {
  margin-left: 30px;
  z-index: 100;
  position: relative;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .header-button {
    margin-left: 5px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .header-items .header-button {
    display: none;
  }
}
header .container .holder .header-items .header-button .button {
  font-size: 15px;
  padding: 10px 56px 10px 16px;
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .header-items .header-button .button {
    padding: 10px 40px 10px 10px;
  }
}
header .container .holder .header-items .header-button .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 5%;
  background-color: #fffbe8;
  color: #000;
  padding: 6px 8px 8px 6px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  header .container .holder .header-items .header-button .button:after {
    font-size: 12px;
    padding: 6px 8px 8px 6px;
  }
}
header .container .holder .header-items .header-button .button span {
  font-weight: 700;
  letter-spacing: 0.36px;
}

header .container .holder .header-items .navigation-holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 99;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background: #000;
  visibility: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header .container .holder .header-items .navigation-holder::-webkit-scrollbar {
  display: none;
}

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

header .container .holder .header-items .navigation-holder.is-visible:after {
  content: "";
  display: block;
  width: 700px;
  height: 800px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -5px;
  left: -120px;
  opacity: 0.6;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder.is-visible:after {
    width: 414px;
    height: 453px;
    bottom: 30px;
    right: 118px;
  }
}
header .container .holder .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 .holder .header-items .navigation-holder.is-visible > nav.navigation > ul > li:nth-child(1n) {
  animation-delay: 0.325s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .container .holder .header-items .navigation-holder nav.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

header .container .holder .header-items .navigation-holder nav.navigation > ul {
  display: flex;
  max-height: 100vh;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul {
    gap: 20px;
  }
}
@media (max-width: 1919.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul {
    gap: 10px;
    top: 60px;
    width: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  header .container .holder .header-items .navigation-holder nav.navigation > ul::-webkit-scrollbar {
    display: none;
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li {
  position: relative;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children.is-opened > ul {
  padding: 40px 0;
}

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

  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > a.navlink.has-no-images {
  padding: 0 15px 20px 15px;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > a.navlink.has-no-images:after {
  display: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul.has-no-images {
  align-items: center;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder {
  width: 800px;
  display: flex;
  gap: 60px 20px;
  padding: 0 20px;
  flex-wrap: wrap;
  max-width: 100vw;
  justify-content: center;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item {
    flex: 1 0 calc(30% - 10px);
    max-width: calc(30% - 10px);
  }
}
@media (max-width: 767.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item .image-holder {
  width: 80px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 80px;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item span {
  color: #fffbe8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  max-width: 80%;
  line-height: 1.3;
  margin-top: 10px;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item span a {
  color: #fff;
  position: unset;
  text-decoration: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item span a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li .subnav-holder .subnav-item span a:after {
  display: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images {
  align-items: center;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images .subnav-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images .subnav-holder .subnav-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images .subnav-holder .subnav-item a {
  color: #fffbe8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images .subnav-holder .subnav-item a:hover {
  color: #f5821c;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul li.has-no-images .subnav-holder .subnav-item a:after {
  display: none;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-children > ul > li > a {
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

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

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-button {
  position: unset;
  margin-left: 15px;
  display: none;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-button {
    display: none !important;
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-button .button {
  left: 200px;
  top: 50%;
  width: auto;
  font-size: 15px;
  padding: 10px 56px 10px 16px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #fffbe8;
  color: #000;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-button .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 4%;
  color: #fffbe8;
  background-color: #000;
  padding: 10px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li.has-button .button:after {
    font-size: 12px;
    padding: 6px 8px 8px 6px;
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink {
  color: #fffbe8;
  padding: 20px 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1023.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink {
    font-size: 18px;
    font-weight: 500;
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink:after {
  display: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink:hover:after, header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active:after {
  display: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink:hover span.navlink-title:after, header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink.is-active span.navlink-title:after {
  opacity: 1;
  bottom: -2px;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.navlink-title {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.navlink-title:after {
  left: 0;
  right: 0;
  opacity: 0;
  content: "";
  height: 1px;
  bottom: -8px;
  position: absolute;
  background-color: #fffbe8;
  transition: all 0.2s ease-in-out;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
  height: 100%;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav {
    padding-left: 15px;
  }
}
header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav.active:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 900;
  color: #fffbe8;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav.active:after {
  display: none;
}

header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav:after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 900;
  color: #fffbe8;
}

@media (max-width: 767.98px) {
  header .container .holder .header-items .navigation-holder nav.navigation > ul > li a.navlink span.toggle-subnav:after {
    font-size: 15px;
  }
}
header .container .holder .header-items .header-actions {
  gap: 15px;
  z-index: 102;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

header .container .holder .header-items .header-actions .mobile-header-button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  header .container .holder .header-items .header-actions .mobile-header-button {
    display: none;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .header-items .header-actions .mobile-header-button {
    right: 0;
  }
}
header .container .holder .header-items .header-actions .mobile-header-button .button {
  font-size: 15px;
  padding: 15px 42px 15px 16px;
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

@media (max-width: 767.98px) {
  header .container .holder .header-items .header-actions .mobile-header-button .button {
    padding: 9px 45px 8px 13px;
  }
}
header .container .holder .header-items .header-actions .mobile-header-button .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 4%;
  background-color: #fffbe8;
  color: #000;
  padding: 6px 8px 8px 6px;
  border-radius: 4px;
}

header .container .holder .info {
  display: flex;
  width: 850px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media (min-width: 1440px) {
  header .container .holder .info {
    width: 910px;
  }
}
@media (min-width: 1920px) {
  header .container .holder .info {
    width: 1014px;
  }
}
@media (max-width: 1919.98px) {
  header .container .holder .info {
    width: 1095px;
  }
}
@media (max-width: 1279.98px) {
  header .container .holder .info {
    width: 1205px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info {
    width: 1085px;
  }
}
header .container .holder .info.for-mobile {
  width: unset;
  padding-top: 40px;
  display: none;
}

header .container .holder .info.for-mobile .content .phone, header .container .holder .info.for-mobile .content .views {
  display: none;
}

@media (min-width: 480px) {
  header .container .holder .info.for-mobile {
    display: none;
  }
}
header .container .holder .info.for-mobile .content .phone, header .container .holder .info.for-mobile .content .views {
  display: none;
}

header .container .holder .info .content {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 1439.98px) {
  header .container .holder .info .content {
    gap: 14px;
  }
}
@media (max-width: 1023.98px) {
  header .container .holder .info .content {
    gap: 5px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content {
    gap: 10px;
  }
}
header .container .holder .info .content .shopping-cart {
  padding-right: 20px;
  margin-top: 4px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .shopping-cart {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content .shopping-cart {
    padding-right: 10px;
  }
}
header .container .holder .info .content .shopping-cart i {
  color: #fffbe8;
  font-size: 20px;
  font-weight: 400;
}

header .container .holder .info .content .shopping-cart p {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 9px;
  font-weight: 700;
  text-transform: lowercase;
  color: #fffbe8;
  background-color: #f5821c;
  border-radius: 100px;
  padding: 0px 6px;
}

header .container .holder .info .content .shopping-cart:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fffbe8;
  position: absolute;
  top: 0;
  right: 0;
}

header .container .holder .info .content .zip-code {
  position: relative;
  padding-right: 20px;
}

@media (max-width: 1439.98px) {
  header .container .holder .info .content .zip-code {
    padding-right: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .zip-code {
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content .zip-code {
    padding-right: 0;
  }
}
header .container .holder .info .content .zip-code:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fffbe8;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  header .container .holder .info .content .zip-code:after {
    display: none;
  }
}
header .container .holder .info .content .zip-code a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fffbe8;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .zip-code a {
    gap: 5px;
  }
}
header .container .holder .info .content .zip-code a:after {
  display: none;
}

header .container .holder .info .content .zip-code a i {
  color: #fffbe8;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .zip-code a i {
    font-size: 16px;
  }
}
header .container .holder .info .content .zip-code a p {
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .zip-code a p {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content .zip-code a p {
    font-size: 14px;
  }
}
header .container .holder .info .content .phone {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .phone {
    gap: 5px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content .phone {
    display: none;
  }
}
header .container .holder .info .content .phone a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fffbe8;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
}

header .container .holder .info .content .phone a:after {
  display: none;
}

@media (max-width: 1023.98px) {
  header .container .holder .info .content .phone a {
    font-size: 14px;
    gap: 5px;
  }
}
@media (max-width: 767.98px) {
  header .container .holder .info .content .phone a {
    gap: 10px;
  }
}
header .container .holder .info .content .phone a i {
  color: #fffbe8;
  font-size: 12px;
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .phone a p {
    font-size: 13px;
  }
}
header .container .holder .info .content .views {
  display: flex;
  border-radius: 5px;
  border: 1px solid #fffbe8;
}

@media (max-width: 767.98px) {
  header .container .holder .info .content .views {
    display: none;
  }
}
header .container .holder .info .content .views a {
  color: #fff;
  font-weight: 600;
  padding: 9px 12px 8px 13px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  header .container .holder .info .content .views a {
    padding: 9px 4px 8px 4px;
  }
}
header .container .holder .info .content .views a.active {
  background-color: #fffbe8;
  color: #000;
}

header .container .holder .info .content .views a:after {
  display: none;
}

header .container .holder .info-phone {
  display: flex;
  width: unset;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  header .container .holder .info-phone {
    display: none;
  }
}
header .container .holder .info-phone .content {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 1023.98px) {
  header .container .holder .info-phone .content {
    gap: 5px;
  }
}
header .container .holder .info-phone .content .views {
  display: flex;
  border-radius: 5px;
  border: 1px solid #fffbe8;
}

header .container .holder .info-phone .content .views a {
  color: #fff;
  font-weight: 600;
  padding: 9px 12px 8px 13px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
}

header .container .holder .info-phone .content .views a.active {
  background-color: #fffbe8;
  color: #000;
}

header .container .holder .info-phone .content .views a:after {
  display: none;
}

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

footer {
  font-size: 15px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

footer:after {
  content: "";
  display: block;
}

footer .footer-top {
  margin-top: 25px;
}

footer .footer-top .footer-top-content {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1920px) {
  footer .footer-top .footer-top-content {
    margin-left: 30px;
    margin-right: 90px;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-top .footer-top-content {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (max-width: 479.98px) {
  footer .footer-top .footer-top-content {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 90px;
  }
}
footer .footer-top .footer-top-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  footer .footer-top .footer-top-content .top {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .footer-top-content .top {
    padding-bottom: 50px;
  }
}
footer .footer-top .footer-top-content .top a .logo {
  width: 174px;
  height: 53px;
}

@media (max-width: 767.98px) {
  footer .footer-top .footer-top-content .top a .logo {
    margin-left: -23px;
  }
}
footer .footer-top .footer-top-content .top a .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .footer-top .footer-top-content .top a:after {
  display: none;
}

footer .footer-top .footer-top-content .top .socials-mobile {
  display: flex;
  gap: 15px;
}

@media (min-width: 768px) {
  footer .footer-top .footer-top-content .top .socials-mobile {
    display: none;
  }
}
footer .footer-top .footer-top-content .top .socials-mobile a:after {
  display: none;
}

footer .footer-top .footer-top-content .top .socials-mobile a i {
  color: #fffbe8;
  font-size: 20px;
}

footer .footer-top .footer-top-content .info {
  display: flex;
  padding-right: 0;
  gap: 100px;
  align-items: center;
}

@media (max-width: 767.98px) {
  footer .footer-top .footer-top-content .info {
    padding: 50px 0;
    flex-direction: column;
    padding-right: 0;
    gap: 0;
    display: none;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-top .footer-top-content .info {
    gap: 10px;
  }
}
footer .footer-top .footer-top-content .info .socials {
  display: flex;
  gap: 15px;
}

@media (max-width: 767.98px) {
  footer .footer-top .footer-top-content .info .socials {
    display: none;
  }
}
footer .footer-top .footer-top-content .info .socials a:after {
  display: none;
}

footer .footer-top .footer-top-content .info .socials a i {
  color: #fffbe8;
  font-size: 20px;
}

footer .footer-top .footer-top-content .info .phone {
  display: flex;
  gap: 10px;
}

footer .footer-top .footer-top-content .info .phone a {
  color: #fffbe8;
  font-size: 16px;
  font-weight: 600;
}

footer .footer-top .footer-top-content .info .phone a:after {
  display: none;
}

footer .footer-top .footer-top-content .info .phone a i {
  color: #fffbe8;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 900;
}

footer .footer-top .footer-top-content .info .mail {
  display: flex;
  gap: 10px;
}

footer .footer-top .footer-top-content .info .mail a {
  color: #fffbe8;
  font-size: 16px;
  font-weight: 600;
}

footer .footer-top .footer-top-content .info .mail a:after {
  display: none;
}

footer .footer-top .footer-top-content .info .mail a i {
  color: #fffbe8;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 900;
}

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

footer .footer-middle {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #000;
  position: relative;
}

footer .footer-middle:after {
  content: "";
  display: block;
  width: 420px;
  height: 500px;
  background-image: url(/app/themes/freshdev/resources/img/watermerk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -33px;
  right: 0px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  footer .footer-middle:after {
    top: unset;
    bottom: -33px;
    width: 394.786px;
    height: 454px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-middle {
    padding-top: 0;
  }
}
footer .footer-middle .container {
  max-width: 1280px;
}

@media (min-width: 1440px) {
  footer .footer-middle .container {
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
  }
}
footer .footer-middle .container .footer-items {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  footer .footer-middle .container .footer-items {
    flex-direction: column;
    gap: 50px;
    margin: 0;
  }
}
footer .footer-middle .container .footer-items .footer-item {
  width: 100%;
}

@media (min-width: 1024px) {
  footer .footer-middle .container .footer-items .footer-item:nth-child(1), footer .footer-middle .container .footer-items .footer-item:nth-child(3), footer .footer-middle .container .footer-items .footer-item:nth-child(4) {
    flex: 1 0 calc(22.5% - 30px);
    max-width: calc(22.5% - 30px);
  }

  footer .footer-middle .container .footer-items .footer-item:nth-child(2) {
    flex: 1 0 calc(32.5% - 30px);
    max-width: calc(32.5% - 30px);
  }
}
@media (min-width: 1024px) and (max-width: 1919.98px) {
  footer .footer-middle .container .footer-items .footer-item:nth-child(3) {
    flex: 1 0 calc(27.5% - 30px);
    max-width: calc(27.5% - 30px);
  }
}
@media (max-width: 1023.98px) {
  footer .footer-middle .container .footer-items .footer-item {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-middle .container .footer-items .footer-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
footer .footer-middle .container .footer-items .footer-item.for-contact-data p {
  margin-bottom: 0;
}

footer .footer-middle .container .footer-items .footer-item.for-contact-data a {
  font-size: 15px;
  color: #fffbe8;
}

footer .footer-middle .container .footer-items .footer-item.for-contact-data a:not(.address):after {
  display: none;
}

footer .footer-middle .container .footer-items .footer-item.for-contact-data a.address {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

footer .footer-middle .container .footer-items .footer-item.for-contact-data a.address:after {
  display: none;
}

footer .footer-middle .container .footer-items .footer-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .footer-middle .container .footer-items .footer-item h3, footer .footer-middle .container .footer-items .footer-item p, footer .footer-middle .container .footer-items .footer-item a:not(.button) {
  color: #fffbe8;
}

footer .footer-middle .container .footer-items .footer-item h3:after, footer .footer-middle .container .footer-items .footer-item p:after, footer .footer-middle .container .footer-items .footer-item a:not(.button):after {
  background-color: #fffbe8;
}

footer .footer-middle .container .footer-items .footer-item .columns {
  display: flex;
}

footer .footer-middle .container .footer-items .footer-item .columns .column .title {
  font-size: 15px;
  font-weight: 600;
}

footer .footer-middle .container .footer-items .footer-item .columns .column p {
  font-size: 15px;
}

footer .footer-middle .container .footer-items .footer-item .image-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1023.98px) {
  footer .footer-middle .container .footer-items .footer-item .image-holder {
    justify-content: flex-start;
  }
}
footer .footer-middle .container .footer-items .footer-item .image-holder img {
  width: 190px;
  height: 100%;
  object-fit: cover;
}

footer .footer-middle .container .footer-items .footer-item .button-holder {
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  footer .footer-middle .container .footer-items .footer-item .button-holder {
    align-items: flex-start;
  }
}
footer .footer-middle .container .footer-items .footer-item .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
  position: relative;
  font-size: 18px;
  padding: 12px 58px 12px 16px;
}

@media (max-width: 767.98px) {
  footer .footer-middle .container .footer-items .footer-item .button-holder .button {
    font-size: 15px;
  }
}
footer .footer-middle .container .footer-items .footer-item .button-holder .button span {
  font-weight: 700;
}

footer .footer-middle .container .footer-items .footer-item .button-holder .button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 5%;
  background-color: #fffbe8;
  color: #000;
  padding: 10px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  footer .footer-middle .container .footer-items .footer-item .button-holder .button:after {
    font-size: 12px;
  }
}
footer .footer-bottom .footer-copyright {
  font-weight: 500;
  background-color: #f8f0e3;
  height: 46px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .footer-copyright {
    justify-content: center;
    height: 55px;
  }
}
footer .footer-bottom .footer-copyright .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 45px;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .footer-copyright .inner {
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
footer .footer-bottom .footer-copyright .inner p {
  letter-spacing: 0.26px;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .footer-copyright .inner p {
    align-items: center;
  }
}
footer .footer-bottom .footer-copyright .inner p .separator {
  padding: 0 7px;
}

footer .footer-bottom .footer-copyright .inner p i {
  color: #ed6a5a;
  padding: 0 3px;
}

footer .footer-bottom .footer-copyright .inner p a {
  color: #000;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .footer-copyright .inner p a {
    font-weight: 400;
  }
}
footer .footer-bottom .footer-copyright .inner p a:after {
  background-color: #000;
}

@media (max-width: 767.98px) {
  footer .footer-bottom .footer-copyright .inner p {
    display: flex;
  }

  footer .footer-bottom .footer-copyright .inner p .separator {
    display: none;
  }
}
.floating-whatsapp-button {
  right: 20px;
  width: 60px;
  bottom: 20px;
  height: 60px;
  display: flex;
  z-index: 9999;
  font-size: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: fixed !important;
  background-color: #25d366;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .floating-whatsapp-button {
    right: 10px;
    bottom: 10px;
  }
}
.floating-whatsapp-button:after {
  display: none;
}

.floating-whatsapp-button:hover {
  transform: scale(1.1);
}

body.page-template-product-detail .floating-whatsapp-button {
  bottom: 80px;
}

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

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

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

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

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

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li {
  position: relative;
  margin-left: 30px;
}

.section ul:not(.slick-dots):not(.gform_fields):not(.gfield_checkbox):not(.pagination) li:before {
  top: 5px;
  left: -30px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  content: "";
  font-weight: bold;
  position: absolute;
  align-items: center;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  background-color: #000;
  font-family: "Font Awesome 6 Pro";
}

.section.has-bg-beige {
  background-color: #f8f0e3;
}

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

  .section.has-large-padding {
    padding: 150px 0;
  }

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

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

  .section.has-small-padding {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 50px 0;
  }

  .section.has-large-padding {
    padding: 100px 0;
  }

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

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

@media (min-width: 768px) {
  .section.has-no-padding-top-d {
    padding-top: 0;
  }
}
@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;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
.link-holder {
  width: 100%;
}

.link-holder .link {
  color: #f5821c;
  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;
}

.extra-counter-value {
  -moz-appearance: textfield;
}

.extra-counter-value::-webkit-outer-spin-button, .extra-counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.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;
  display: none;
}

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

.popup .fancybox-button:hover {
  color: #f5821c;
  background-color: transparent;
}

.popup.order-buffet {
  max-width: 1240px;
  width: 100%;
  overflow: unset;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .popup.order-buffet {
    width: 95%;
  }
}
.popup.order-buffet .close-button {
  position: absolute;
  top: -25px;
  right: -25px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 7px 0px rgba(190, 190, 190, 0.1);
  z-index: 2;
}

@media (max-width: 1279.98px) {
  .popup.order-buffet .close-button {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .popup.order-buffet .close-button {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.popup.order-buffet .close-button:hover {
  cursor: pointer;
}

.popup.order-buffet .close-button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  font-weight: 900;
  color: #000;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .close-button:after {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .popup.order-buffet {
    max-width: 1440px;
    max-height: 90vh;
  }
}
.popup.order-buffet .popup-holder {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
}

.popup.order-buffet .popup-holder .holder {
  display: flex;
  gap: 33px;
  padding: 60px 50px;
  position: relative;
  align-items: flex-start;
}

@media (max-width: 1279.98px) {
  .popup.order-buffet .popup-holder .holder {
    padding: 60px 20px;
  }
}
@media (max-width: 1023.98px) {
  .popup.order-buffet .popup-holder .holder {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder {
    padding: 0 15px;
  }
}
.popup.order-buffet .popup-holder .holder .info-column {
  width: 100%;
  order: 1;
}

@media (min-width: 1440px) {
  .popup.order-buffet .popup-holder .holder .info-column {
    flex: 1 0 485px;
    max-width: 485px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .popup.order-buffet .popup-holder .holder .info-column {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .info-column {
    padding-bottom: 20px;
  }
}
.popup.order-buffet .popup-holder .holder .info-column .image-holder {
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .info-column .image-holder {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.popup.order-buffet .popup-holder .holder .info-column .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.popup.order-buffet .popup-holder .holder .info-column .image-holder img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.popup.order-buffet .popup-holder .holder .info-column .item-title {
  padding: 50px 0 30px 0;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .info-column .item-title {
    padding: 40px 0 20px 0;
  }
}
.popup.order-buffet .popup-holder .holder .info-column .item-title p {
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.92px;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .info-column .item-title p {
    font-size: 36px;
    line-height: 1.3;
  }
}
.popup.order-buffet .popup-holder .holder .info-column .content {
  padding-bottom: 30px;
}

.popup.order-buffet .popup-holder .holder .info-column .usp-holder {
  padding-bottom: 30px;
}

.popup.order-buffet .popup-holder .holder .info-column .usp-holder .usp {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.popup.order-buffet .popup-holder .holder .info-column .usp-holder .usp p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person {
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
  align-items: center;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person:not(.has-no-border) {
  border-bottom: 2px solid #f8f0e3;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person .price-holder {
  display: flex;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person .price-holder p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-left: 0;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person .price-holder span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.popup.order-buffet .popup-holder .holder .info-column .price-per-person p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding-left: 0;
}

.popup.order-buffet .popup-holder .holder .info-column .total {
  padding-top: 30px;
}

.popup.order-buffet .popup-holder .holder .info-column .total p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-bottom: -5px;
}

.popup.order-buffet .popup-holder .holder .info-column .total span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.28px;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder {
  display: flex;
  align-items: flex-end;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  padding-top: 20px;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 11px 11px 11px 11px !important;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn:after {
  display: none !important;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn.decrement {
  background-color: #b0aea9;
  color: #fff;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn.decrement:hover {
  background-color: #9e9c97;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn.decrement.active {
  background-color: #000;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn.increment {
  background-color: #000;
  color: #fff;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter .counter-btn.increment:hover {
  background-color: #333;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter input {
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  background: #fff;
  -moz-appearance: textfield;
  width: 55px !important;
  padding: 5px 13.118px 5px 16px !important;
  -webkit-text-fill-color: #b0aea9 !important;
  border-color: #b0aea9 !important;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter input::-webkit-outer-spin-button, .popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter input:focus {
  border-color: #aaa;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder .counter input.active {
  -webkit-text-fill-color: #000 !important;
  border-color: #000 !important;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .info-column .total-price .total-holder span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}

.popup.order-buffet .popup-holder .holder .order-column {
  width: 100%;
  order: 2;
}

@media (min-width: 1440px) {
  .popup.order-buffet .popup-holder .holder .order-column {
    flex: 1 0 calc(100% - 485px - 33px);
    max-width: calc(100% - 485px - 33px);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .popup.order-buffet .popup-holder .holder .order-column {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner {
  padding: 42px 40px;
  background-color: #f8f0e3;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner {
    padding: 40px 15px;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .title p {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.68px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .title p {
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder {
  background-color: #ede5d6;
  margin-bottom: 30px;
  padding: 20px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder.first .block {
  border-bottom: none;
  min-height: unset;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder.totals-holder {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .block-holder.totals-holder {
    margin-bottom: 0;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block-title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block-title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.28px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block {
  border-bottom: 1px solid #cbbda3;
  min-height: 99px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 20px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info {
  gap: 16px;
  display: flex;
  max-width: 387px;
  align-items: flex-start;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .item-image-holder {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  position: relative;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .item-image-holder:after {
  content: "";
  display: block;
  padding-bottom: 74%;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .item-image-holder img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .content-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 20px);
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .content-holder {
    max-width: 100%;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .content-holder p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px;
  margin-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-info .content-holder span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-price {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-price i {
  margin-top: 4px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block .item-holder .row-item-price p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add {
  min-height: unset;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add:nth-of-type(-n + 3) {
  max-height: 100%;
  opacity: 1;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add.expanded {
  max-height: 100%;
  opacity: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add.expanded.no-border-bottom {
  border-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .content-holder p {
  font-weight: 400;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .content-holder .diet-info-wrapper {
  gap: 10px;
  display: flex;
  margin-top: 10px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .content-holder .diet-info {
  position: relative;
  padding: 1px 7px 1px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .content-holder .diet-info i {
  color: #49b00e;
  font-size: 12px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .content-holder .diet-info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info .item-image-holder img {
  opacity: 0.5;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info.active .content-holder p {
  font-weight: 600;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-info.active .item-image-holder img {
  opacity: 1;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder {
    align-items: flex-start;
    gap: 10px;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 11px 11px 11px 11px !important;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn:after {
  display: none !important;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.decrement {
  background-color: #b0aea9;
  color: #fff;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.decrement:not(.active) {
  pointer-events: none;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.decrement:hover {
  background-color: #9e9c97;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.decrement.active {
  background-color: #000;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.increment {
  background-color: #000;
  color: #fff;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter .counter-btn.increment:hover {
  background-color: #333;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter input {
  height: 40px !important;
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  background: #fff;
  width: 55px !important;
  padding: 5px 13.118px 5px 13px !important;
  text-align: center;
  -webkit-text-fill-color: #b0aea9 !important;
  border-color: #b0aea9 !important;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter input:focus {
  border-color: #aaa;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .counter input.active {
  -webkit-text-fill-color: #000 !important;
  border-color: #000 !important;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.add .item-holder .row-item-holder .row-item-price {
  align-items: center;
  margin-top: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price {
  padding-top: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder {
  flex-direction: row;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder:not(:last-child) {
  padding-bottom: 12px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder .row-item-info {
  flex-direction: column;
  gap: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder .row-item-info p {
  margin-bottom: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder .row-item-info span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price .item-holder .row-item-price p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.4px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -60px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder {
  flex-direction: row;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-info {
  flex-direction: column;
  gap: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-info p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-info span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-price {
  gap: 0;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-price p {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .block.price-total .item-holder .row-item-price span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.6px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .button-holder {
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .button-holder {
    align-items: center;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .button-holder .button {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .button-holder .button:after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 8px;
  background-color: #000;
  color: #fffbe8;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .block-holder .button-holder .button.expanded:after {
  content: "";
}

.popup.order-buffet .popup-holder .holder .order-column .inner .button-holder {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .inner .button-holder {
    margin-top: 25px;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .inner .button-holder .button.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .reminder, .popup.order-buffet .popup-holder .holder .order-column .inner .notice-message, .popup.order-buffet .popup-holder .holder .order-column .inner .add-to-cart-error {
  border-radius: 4px;
  border: 2px solid #d32f2f;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .reminder .inner, .popup.order-buffet .popup-holder .holder .order-column .inner .notice-message .inner, .popup.order-buffet .popup-holder .holder .order-column .inner .add-to-cart-error .inner {
  padding: 16px;
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .reminder .inner i, .popup.order-buffet .popup-holder .holder .order-column .inner .notice-message .inner i, .popup.order-buffet .popup-holder .holder .order-column .inner .add-to-cart-error .inner i {
  color: #d32f2f;
  font-size: 16px;
  font-weight: 400;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .reminder .inner p, .popup.order-buffet .popup-holder .holder .order-column .inner .notice-message .inner p, .popup.order-buffet .popup-holder .holder .order-column .inner .add-to-cart-error .inner p {
  font-size: 14px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .reminder, .popup.order-buffet .popup-holder .holder .order-column .inner .add-to-cart-error {
  margin-top: 50px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .button-holder {
  margin-top: 25px;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .sold-out-pill {
  margin-top: 57px;
  justify-content: flex-end;
  display: flex;
}

.popup.order-buffet .popup-holder .holder .order-column .inner .notice-message {
  margin-top: 30px;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .cta-small {
    margin-top: 0;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder {
  display: flex;
  align-items: stretch;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .image-holder {
  width: 181px;
  position: relative;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder {
  width: calc(100% - 181px);
  background-color: #000;
  position: relative;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder:after {
  content: "";
  background-image: url("/app/themes/freshdev/resources/img/watermerk-small.svg");
  height: 100%;
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text {
  padding: 24px 0 24px 32px;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text h4 {
  color: #fffbe8;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: unset;
  max-width: 275px;
}

@media (min-width: 1920px) {
  .popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text h4 {
    max-width: 412px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text h4 {
    line-height: 1.3;
  }
}
.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text .button-holder {
  margin-top: 10px;
}

.popup.order-buffet .popup-holder .holder .order-column .cta-small .inner-holder .content-holder .text .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
  font-size: 15px;
}

.popup.shopping-cart-mini {
  max-width: 367px;
  height: auto;
  max-height: 456px;
  background: #f8f0e3;
  top: 88px;
  position: absolute;
  right: 36%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup.shopping-cart-mini::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .popup.shopping-cart-mini {
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 62px;
  }
}
.popup.shopping-cart-mini .inner {
  padding: 24px;
}

.popup.shopping-cart-mini .inner .title p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.popup.shopping-cart-mini .inner .item-holder {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup.shopping-cart-mini .inner .item-holder::-webkit-scrollbar {
  display: none;
}

.popup.shopping-cart-mini .inner .item-holder .item {
  border-bottom: 1px solid #c6b6b6;
  padding: 25px 0 25px 0;
}

.popup.shopping-cart-mini .inner .item-holder .item:last-child {
  border-bottom: none;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder {
  display: flex;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder .name {
  width: 70%;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder .name p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder .name span {
  color: #404040;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder .price {
  width: 30%;
}

.popup.shopping-cart-mini .inner .item-holder .item .info-holder .price p {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-link a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-link a:after {
  height: 1px;
  width: 80%;
  bottom: 0px;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-link i {
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-link.active i {
  transform: rotate(180deg);
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  display: flex;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content .extras-name {
  width: 70%;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content .extras-name p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content .extras-name .extras-quantity {
  font-size: 12px;
  color: #000;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content .extras-price {
  width: 30%;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content .extras-price p {
  font-size: 14px;
  font-weight: 400;
  text-align: end;
}

.popup.shopping-cart-mini .inner .item-holder .item .toggle-container .toggle-content.active {
  max-height: 700px;
  opacity: 1;
  margin-top: 10px;
}

.popup.shopping-cart-mini .button-holder {
  position: sticky;
  bottom: 0;
  left: 24px;
  background-color: #f8f0e3;
  padding-top: 30px;
  margin-top: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.popup.shopping-cart-mini .button-holder .button {
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

.popup.zip-code {
  max-width: 400px;
  border-radius: 6px;
  height: fit-content;
  background-color: #f8f0e3;
}

.popup.zip-code .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .popup.zip-code .inner {
    padding: 30px 15px 15px 15px;
  }
}
.popup.zip-code .inner h3 {
  font-size: 24px;
  text-transform: none;
  text-transform: none;
}

.popup.zip-code .inner p {
  color: #000;
  line-height: 1.3;
  margin: 20px 0 20px 0;
}

.popup.zip-code .inner .input-wrapper {
  position: relative;
}

.popup.zip-code .inner .input-wrapper label {
  position: absolute;
  top: 6px;
  left: 20px;
  color: #000;
  padding: 0 0.2em;
  transition: all 0.2s ease;
  pointer-events: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.popup.zip-code .inner .input-wrapper input {
  border-radius: 4px;
  border: 1px solid #cbbda3;
  background: #fff;
  height: 60px;
  padding: 20px 20px 5px 20px !important;
  width: 100%;
}

.popup.zip-code .inner .button-holder {
  gap: 0;
  justify-content: space-between;
}

.popup.zip-code .inner .button-holder .button:first-child {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.popup.zip-code .inner .button-holder .button:first-child:after {
  content: "";
  background-color: #000;
  color: #fffbe8;
}

.popup.zip-code .inner .button-holder .button:last-child {
  border: none;
}

.popup.zip-code .inner .button-holder .submit-button-zipcode.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 767.98px) {
  .popup.zip-code .inner .button-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.popup.zip-code .inner .popup-field:not(:last-child) {
  margin-bottom: 15px;
}

.popup.zip-code .inner .popup-field {
  width: 100%;
}

.popup.zip-code .inner .popup-field.for-delivery-method, .popup.zip-code .inner .popup-field.for-delivery-preference {
  background-color: #fff;
  padding: 7px 20px 5px 20px !important;
  border: 1px solid #cbbda3;
}

.popup.zip-code .inner .popup-field.for-delivery-method p, .popup.zip-code .inner .popup-field.for-delivery-preference p {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio], .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox], .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio], .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]::before, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #f8f0e3;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:checked::before, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:checked::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:checked::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:checked::before {
  opacity: 1;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:checked, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:checked, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:checked, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:checked {
  background-color: #000;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:focus, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:focus, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:focus, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:disabled, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:disabled, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:disabled, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #ccc;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:disabled::before, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:disabled::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:disabled::before, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:disabled::before {
  color: #ccc;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=radio]:disabled:checked, .popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio input[type=checkbox]:disabled:checked, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=radio]:disabled:checked, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio input[type=checkbox]:disabled:checked {
  background-color: #ccc;
}

.popup.zip-code .inner .popup-field.for-delivery-method .form-fields .form-radio label.disabled, .popup.zip-code .inner .popup-field.for-delivery-preference .form-fields .form-radio label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.popup.zip-code .inner .error-message-zipcode {
  margin-top: 15px;
}

.popup.notification {
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #f8f0e3;
  top: 100px;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100%;
  height: 70px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .popup.notification {
    top: 50px;
  }
}
.popup.notification.active {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 1;
}

.popup.notification .content-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup.notification .content-holder .inner {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup.notification .content-holder .close-button {
  position: absolute;
  top: 16px;
  right: 35px;
}

.popup.notification .content-holder .close-button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  font-weight: 900;
  color: #000;
  display: inline-block;
}

.popup.allergens-popup {
  max-width: 800px;
  overflow: hidden;
  max-height: 710px;
  position: relative;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .popup.allergens-popup {
    max-width: calc(100vw - 50px);
    max-height: calc(100dvh - 100px);
  }
}
.popup.allergens-popup .fancybox-close-button {
  top: 15px;
  z-index: 2;
  right: 15px;
  cursor: pointer;
  position: absolute;
}

.popup.allergens-popup .fancybox-close-button i {
  font-size: 24px;
  font-weight: 400;
}

.popup.allergens-popup .popup-inner {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner {
    padding: 20px;
  }
}
.popup.allergens-popup .popup-inner .popup-title h2 {
  font-size: 32px;
  padding-bottom: 0;
  margin-bottom: 45px;
  line-height: normal;
}

.popup.allergens-popup .popup-inner .popup-title h2:after {
  bottom: -9px;
}

.popup.allergens-popup .popup-inner .popup-content {
  left: 0;
  right: 0;
  bottom: 0;
  top: 130px;
  position: absolute;
  overflow-y: scroll;
  padding: 0 40px 40px 40px;
}

@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner .popup-content {
    top: 100px;
    padding: 0 20px 20px 20px;
  }
}
.popup.allergens-popup .popup-inner .popup-content .allergens .allergen {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 2px solid #f8f0e3;
}

@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen {
    gap: 10px;
    padding-bottom: 10px;
  }
}
.popup.allergens-popup .popup-inner .popup-content .allergens .allergen:not(:first-child) {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen:not(:first-child) {
    padding-top: 10px;
  }
}
.popup.allergens-popup .popup-inner .popup-content .allergens .allergen .product-name {
  width: 380px;
  flex: 1 0 380px;
  max-width: 380px;
}

@media (max-width: 1023.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen .product-name {
    width: 60%;
    flex: 1 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen .product-name {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.popup.allergens-popup .popup-inner .popup-content .allergens .allergen .product-name p {
  font-weight: 600;
}

.popup.allergens-popup .popup-inner .popup-content .allergens .allergen .allergen-items {
  width: calc(100% - 380px - 30px);
  flex: 1 0 calc(100% - 380px - 30px);
  max-width: calc(100% - 380px - 30px);
}

@media (max-width: 1023.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen .allergen-items {
    width: calc(40% - 30px);
    flex: 1 0 calc(40% - 30px);
    max-width: calc(40% - 30px);
  }
}
@media (max-width: 767.98px) {
  .popup.allergens-popup .popup-inner .popup-content .allergens .allergen .allergen-items {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.popup.allergens-popup .popup-inner .popup-content .allergens .allergen p {
  font-size: 16px;
  line-height: 22px;
}

.fancybox-container.minicart-overlay .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.section.section-pageheader {
  padding-top: 0;
}

@media (max-width: 1439.98px) {
  .section.section-pageheader.product-detail .block {
    padding-top: 115px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder {
    padding-top: 0px;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .image-holder {
  position: relative;
  overflow: hidden;
}

.section.section-pageheader.product-detail .block .pageheader-holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 100% !important;
  position: absolute;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder {
  padding-bottom: 80px;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder {
    padding-bottom: 0;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content {
  position: relative;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content {
    padding: 0 35px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content {
    padding: 65px 35px 40px 30px;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h1 {
  color: #fffbe8;
  line-height: 70px;
  margin-bottom: 35px;
  hyphens: none;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h1 {
    letter-spacing: 0.7px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h1 u {
  text-underline-offset: 1px;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h2 {
  color: #fffbe8 !important;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content p {
  color: #fffbe8;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content h3 {
    font-size: 20px;
    max-width: 500px;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content li {
  font-size: 20px;
  color: #fffbe8;
  font-weight: 300;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content li:before {
  margin-top: 5px;
  color: #000;
  background-color: #fffbe8;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .button-holder {
  margin-top: 20px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .button-holder {
    margin-top: 10px;
    width: unset;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .sold-out-pill {
  margin-top: 15px;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  padding-bottom: 35px;
  padding-left: 0;
  background-color: transparent;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder {
    gap: 0 20px;
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder {
    padding-right: 0 !important;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder .usp {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder .usp i {
  color: #fffbe8;
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .usp-holder .usp p {
  color: #fffbe8;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .price {
  display: flex;
  padding-bottom: 35px;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .price {
    padding-bottom: 25px;
  }
}
.section.section-pageheader.product-detail .block .pageheader-holder .content-holder .content .price span {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  color: #fffbe8;
}

@media (max-width: 767.98px) {
  .section.section-pageheader.detail {
    padding-bottom: 50px;
  }
}
.section.section-pageheader.detail .block .pageheader-holder .holder .image-holder:after {
  padding-bottom: 63%;
}

@media (max-width: 767.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .image-holder {
    margin-bottom: -50px;
  }
}
.section.section-pageheader.detail .block .pageheader-holder .holder .content-holder {
  padding-bottom: 80px;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.section.section-pageheader.detail .block .pageheader-holder .holder .content-holder:after {
  content: "";
  display: block;
  width: 600px;
  height: 670px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -25px;
  right: 92px;
  opacity: 0.6;
  z-index: 0;
}

@media (min-width: 1920px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder:after {
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder:after {
    width: 414px;
    height: 453px;
    bottom: 30px;
    right: 118px;
  }
}
.section.section-pageheader.detail .block .pageheader-holder .holder .content-holder .inner {
  z-index: 3;
}

@media (min-width: 1440px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder .inner {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 1439.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .holder .content-holder .inner {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.detail .block .pageheader-holder .navigation {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader.detail .block .navigation {
    padding-top: 75px;
  }
}
.section.section-pageheader .block {
  background: #000;
}

@media (min-width: 768px) {
  .section.section-pageheader .block {
    padding-top: 100px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .block {
    padding-top: 80px;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder {
  background-color: #000;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1920px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder {
    padding-right: calc((100vw - 1380px + 10px) / 2);
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder {
    padding-right: 23px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder {
    padding-left: 30px;
    padding-right: unset;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder {
    display: none;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder .usps {
  display: flex;
  gap: 40px;
}

@media (min-width: 1440px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder .usps {
    flex: 1 0 702px;
    max-width: 702px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1439.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder .usps {
    justify-content: end;
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder .usps {
    max-width: 100%;
    flex: 1 0 100%;
    gap: 20px;
    justify-content: flex-start;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder .usps .usp {
  display: flex;
  gap: 8px;
  align-items: center;
}

.section.section-pageheader .block .pageheader-holder .usp-holder .usps .usp i {
  color: #fffbe8;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder .usps .usp i {
    font-size: 14px;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder .usps .usp p {
  color: #fffbe8;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder .usps .usp p {
    font-size: 14px;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder-mobile {
  background-color: #000;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder-mobile {
    display: none;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper {
  width: 100%;
  height: 50px;
}

.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-slide {
  height: 50px;
  width: fit-content !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-slide .usp {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

@media (max-width: 575px) {
  .section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-slide .usp {
    gap: 8px;
    align-items: center;
  }
}
.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-slide .usp p {
  color: #eee;
  font-size: 15px;
  line-height: normal;
}

.section.section-pageheader .block .pageheader-holder .usp-holder-mobile .swiper .swiper-slide .usp i {
  color: #eee;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section.section-pageheader .block .pageheader-holder .holder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  background-color: #000;
}

@media (min-width: 1920px) {
  .section.section-pageheader .block .pageheader-holder .holder {
    padding-left: calc((100vw - 1380px + 10px) / 2);
    padding-right: calc((100vw - 1380px + 10px) / 2);
  }
}
@media (min-width: 1440px) {
  .section.section-pageheader .block .pageheader-holder .holder {
    padding-top: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .block .pageheader-holder .holder {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  order: 2;
}

@media (min-width: 1440px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder {
    flex: 1 0 702px;
    max-width: 702px;
    margin-bottom: -60px;
  }
}
@media (max-width: 1919.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder {
    margin-bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder {
    margin-bottom: -125px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder:after {
    padding-bottom: 65%;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-pageheader .block .pageheader-holder .holder .image-holder .parallax > img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}

.section.section-pageheader .block .pageheader-holder .holder .image-holder .parallax video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder .parallax video {
    left: 30px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .image-holder > img, .section.section-pageheader .block .pageheader-holder .holder .image-holder > video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .image-holder > img, .section.section-pageheader .block .pageheader-holder .holder .image-holder > video {
    left: 30px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder {
  width: 100%;
  order: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (min-width: 1280px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (min-width: 1440px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder {
    align-self: stretch;
    padding-left: calc((100vw - 1331px + 10px) / 2);
    padding-top: 20px;
    padding-top: 20px;
    flex: 1 0 calc(100% - 702px - 60px);
    max-width: calc(100% - 702px - 60px);
  }
}
@media (min-width: 1920px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder {
    padding-left: 0px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder:after {
  content: "";
  display: block;
  width: 600px;
  height: 670px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -25px;
  right: 92px;
  opacity: 0.6;
  z-index: 0;
}

@media (min-width: 1920px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder:after {
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder:after {
    width: 414px;
    height: 453px;
    bottom: 30px;
    right: 118px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner {
  position: relative;
  z-index: 3;
  padding: 0 0px 110px 0px;
}

@media (min-width: 1920px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner {
    max-width: 790px;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner {
    padding: 0 30px 110px 0px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner {
    padding: 0 35px 40px 30px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h1 {
  color: #fffbe8;
  line-height: 70px;
  margin-bottom: 35px;
  hyphens: none;
}

@media (max-width: 1279.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h1 {
    letter-spacing: 0.7px;
    line-height: 48px;
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h1 u {
  text-underline-offset: 3px;
}

.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h2, .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h3, .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h4, .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h5, .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner a:not(.button) {
  color: #fffbe8;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner h3 {
    font-size: 20px;
    max-width: 500px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner ul li {
  color: #fffbe8;
}

.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner ul li:before {
  background-color: #fffbe8;
  color: #000;
}

.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner p {
  color: #fffbe8;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner p {
    font-size: 18px;
    line-height: 30px;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner .button-holder {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .section.section-pageheader .block .pageheader-holder .holder .content-holder .inner .button-holder {
    margin-top: 10px;
    width: unset;
  }
}
.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-pageheader .block .pageheader-holder .holder .content-holder .inner .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-pageheader .navigation {
  background-color: #fff;
  width: 100%;
  padding-left: calc((100vw - 1140px + 10px) / 2);
  padding-top: 30px;
}

@media (min-width: 1440px) {
  .section.section-pageheader .navigation {
    padding-left: calc((100vw - 1331px + 10px) / 2);
  }
}
@media (min-width: 1920px) {
  .section.section-pageheader .navigation {
    padding-left: calc((100vw - 1380px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-pageheader .navigation {
    padding-left: 30px !important;
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .navigation {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-pageheader .navigation {
    padding-top: 60px;
  }

  .section.section-pageheader .navigation.has-small-padding {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .section.section-pageheader .navigation {
    width: 100%;
    padding-left: 30px;
    padding-top: 150px;
  }

  .section.section-pageheader .navigation.has-small-padding {
    padding-top: 150px;
  }
}
.section.section-image-content.is-vertical .holder {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .section.section-image-content.is-vertical .holder {
    max-width: 820px;
  }
}
.section.section-image-content.is-vertical .holder .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .section.section-image-content.is-vertical .holder .image-wrapper {
    flex: 1 0 calc(100% - 440px - 60px);
    max-width: calc(100% - 440px - 60px);
  }
}
.section.section-image-content.is-vertical .holder .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 130%;
}

@media (max-width: 1279.98px) {
  .section.section-image-content.is-vertical .holder .image-wrapper:after {
    padding-bottom: 130% !important;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.is-vertical .holder .image-wrapper:after {
    padding-bottom: 70% !important;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.is-vertical .holder .image-wrapper:after {
    padding-bottom: 115%;
  }
}
.section.section-image-content.image-right .holder {
  flex-direction: row-reverse;
}

@media (min-width: 1024px) {
  .section.section-image-content.is-horizontal .container .holder .image-wrapper {
    width: 625px;
    height: 100%;
  }
}
.section.section-image-content.is-horizontal .container .holder .image-wrapper:after {
  padding-bottom: 70%;
}

@media (max-width: 1023.98px) {
  .section.section-image-content.is-horizontal .container .holder .image-wrapper:after {
    padding-bottom: 50%;
  }
}
.section.section-image-content.has-three-images .container .holder {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-three-images .container .holder {
    gap: 30px;
  }
}
.section.section-image-content.has-three-images .container .holder .image-wrapper {
  width: 625px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1920px) {
  .section.section-image-content.has-three-images .container .holder .image-wrapper {
    flex: 1 0 calc(100% - 450px - 60px);
    max-width: calc(100% - 450px - 60px);
  }
}
@media (min-width: 1024px) {
  .section.section-image-content.has-three-images .container .holder .image-wrapper {
    flex: 1 0 calc(100% - 433px - 60px);
    max-width: calc(100% - 433px - 60px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-three-images .container .holder .image-wrapper {
    width: 100%;
  }
}
.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block {
  gap: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left {
  width: calc(45% - 5px);
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left .image-holder {
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 133%;
}

@media (max-width: 767.98px) {
  .section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left .image-holder:after {
    padding-bottom: 110%;
  }
}
.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left .image-holder img, .section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-left .image-holder video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right {
  width: calc(55% - 5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right .image-holder {
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 57%;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right .image-holder img, .section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right .image-holder video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-image-content.has-three-images .container .holder .image-wrapper .image-block .image-right .image-holder:nth-child(1):after {
  padding-bottom: 75%;
}

.section.section-image-content.has-three-images .container .holder .content-holder {
  flex: 1 0 433px;
  max-width: 433px;
}

@media (min-width: 1920px) {
  .section.section-image-content.has-three-images .container .holder .content-holder {
    flex: 1 0 450px;
    max-width: 450px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content.has-three-images .container .holder .content-holder {
    flex: 1 0 633px;
    max-width: 633px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content.has-three-images .container .holder .content-holder {
    flex: 1 0 100%;
  }
}
.section.section-image-content.product-detail .container .holder .content-holder .inner h2 {
  font-size: 36px;
}

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

@media (max-width: 1023.98px) {
  .section.section-image-content .container .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-image-content .container .holder .image-wrapper .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-image-content .container .holder .image-wrapper .image-holder img, .section.section-image-content .container .holder .image-wrapper .image-holder video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s;
}

.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 440px;
    max-width: 440px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content .container .holder .content-holder .inner {
    padding: 0 0;
  }
}
.section.section-image-content .container .holder .content-holder .inner p {
  line-height: 30px;
}

.section.section-image-content .container .holder .content-holder .inner .button-holder {
  margin-top: 15px;
}

.section.section-image-content .container .holder .content-holder .inner .button-holder .button span {
  font-weight: 700;
}

.section.section-image-content:not(.has-three-images) .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .section.section-image-content:not(.has-three-images) .image-wrapper {
    flex: 1 0 calc(100% - 440px - 60px);
    max-width: calc(100% - 440px - 60px);
  }
}
.section.section-image-content:not(.has-three-images) .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 130%;
}

@media (max-width: 1279.98px) {
  .section.section-image-content:not(.has-three-images) .image-wrapper:after {
    padding-bottom: 70%;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content:not(.has-three-images) .image-wrapper:after {
    padding-bottom: 115%;
  }
}
.section-content-multiple-images .content-multiple-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-content-multiple-images .content-multiple-images.has-images-left {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1023.98px) {
  .section-content-multiple-images .content-multiple-images {
    gap: 50px;
  }
}
.section-content-multiple-images .content-multiple-images .content {
  width: 490px;
  flex: 1 0 490px;
  max-width: 490px;
}

@media (max-width: 1279.98px) {
  .section-content-multiple-images .content-multiple-images .content {
    width: 400px;
    flex: 1 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .section-content-multiple-images .content-multiple-images .content {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section-content-multiple-images .content-multiple-images .multiple-images {
  width: calc(100% - 565px);
  flex: 1 0 calc(100% - 565px);
  max-width: calc(100% - 565px);
}

@media (max-width: 1279.98px) {
  .section-content-multiple-images .content-multiple-images .multiple-images {
    width: calc(100% - 475px);
    flex: 1 0 calc(100% - 475px);
    max-width: calc(100% - 475px);
  }
}
@media (max-width: 1023.98px) {
  .section-content-multiple-images .content-multiple-images .multiple-images {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > * {
  margin: 0 12.5px;
  position: relative;
  width: calc(33.3333% - 25px);
  flex: 1 0 calc(33.3333% - 25px);
  max-width: calc(33.3333% - 25px);
}

.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(1), .section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(3) {
  margin-top: 75px;
}

@media (max-width: 1023.98px) {
  .section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(1), .section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(3) {
    margin-top: 25px;
  }
}
.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(2):before {
  top: -40px;
  z-index: 1;
  left: -50px;
  content: "";
  width: 140px;
  height: 90px;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/app/themes/freshdev/public/img/icon-1.svg");
}

@media (max-width: 767.98px) {
  .section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(2):before {
    width: 80px;
    height: 80px;
  }
}
.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(3):before {
  z-index: 1;
  left: -90px;
  content: "";
  width: 140px;
  height: 90px;
  bottom: -20px;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/app/themes/freshdev/public/img/icon-6.svg");
}

@media (max-width: 767.98px) {
  .section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > *:nth-child(3):before {
    left: -30px;
    width: 80px;
    height: 80px;
  }
}
.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > * .image-wrapper {
  position: relative;
}

.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > * .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 170%;
}

.section-content-multiple-images .content-multiple-images .multiple-images .images-wrapper > * .image-wrapper img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 19px;
}

@media (max-width: 767.98px) {
  .section.section-cards.product-detail {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-cards.product-detail .holder .swiper-holder {
    margin-left: 20px;
  }
}
.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card {
  max-width: 100%;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card:after {
  width: 225px;
  height: 225px;
  opacity: 0.8;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .image-holder:after {
  padding-bottom: 67%;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner {
  padding: 30px;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h3 {
  margin: 0 0 20px 0;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder {
  left: 30px;
  bottom: 40px;
  width: calc(100% - 30px);
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder {
    left: 0;
    width: auto;
    bottom: 0;
  }
}
.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-cards.product-detail .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-cards .holder {
  background-color: #f8f0e3;
  padding: 70px 0;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-cards .holder {
    padding: 30px 0;
  }
}
.section.section-cards .holder.has-bg-white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .section.section-cards .holder.has-bg-white {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder.has-bg-white {
    padding: 0 0 40px 0;
  }
}
.section.section-cards .holder.has-bg-white .swiper-navigation {
  bottom: -65px;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder {
    padding: 40px 0;
  }
}
.section.section-cards .holder .swiper-navigation {
  right: 0;
  gap: 20px;
  bottom: -65px;
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}

.section.section-cards .holder .swiper-navigation.has-buttons {
  right: 20px;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .section.section-cards .holder .swiper-navigation.has-buttons {
    right: 0;
    left: unset;
    transform: unset;
    justify-content: unset;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-navigation {
    display: none;
  }
}
.section.section-cards .holder .swiper-navigation .cards-slider-prev, .section.section-cards .holder .swiper-navigation .cards-slider-next {
  position: unset;
  background-color: #000;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.section-cards .holder .swiper-navigation .cards-slider-prev:after, .section.section-cards .holder .swiper-navigation .cards-slider-next:after {
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
}

.section.section-cards .holder .swiper-navigation .cards-slider-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-cards .holder .swiper-navigation .cards-slider-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-cards .holder .column-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  max-width: 1095px;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .section.section-cards .holder .column-holder {
    padding-left: calc((100vw - 1156px + 10px) / 2);
    padding-right: calc((100vw - 1156px + 10px) / 2);
    max-width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-cards .holder .column-holder {
    margin-left: calc((100vw - 1140px + 10px) / 2) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-cards .holder .column-holder {
    margin-left: 90px;
  }
}
.section.section-cards .holder .column-holder.is-start {
  justify-content: flex-start;
}

@media (max-width: 1023.98px) {
  .section.section-cards .holder .column-holder {
    flex-direction: column;
    max-width: 100%;
    padding: 0 58px 0 64px;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder .column-holder {
    padding: 0 30px 0 30px;
    gap: 0;
  }
}
.section.section-cards .holder .column-holder.is-vertical-left {
  margin: unset;
  margin-left: 90px;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
}

@media (min-width: 1920px) {
  .section.section-cards .holder .column-holder.is-vertical-left {
    margin-left: calc((100vw - 1380px + 10px) / 2) !important;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .holder .column-holder.is-vertical-left {
    margin-left: 20px;
  }
}
.section.section-cards .holder .column-holder.is-vertical {
  margin-left: 90px;
}

@media (max-width: 1023.98px) {
  .section.section-cards .holder .column-holder.is-vertical {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder .column-holder.is-vertical {
    margin-left: 0px;
  }
}
.section.section-cards .holder .column-holder .column {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-cards .holder .column-holder .column:nth-child(1) {
    flex: 1 0 calc(60% - 30px);
    max-width: calc(60% - 30px);
  }

  .section.section-cards .holder .column-holder .column:nth-child(2) {
    flex: 1 0 calc(40% - 30px);
    max-width: calc(40% - 30px);
  }
}
.section.section-cards .holder .column-holder .column h4 {
  margin-bottom: 10px;
}

.section.section-cards .holder .column-holder .column h2 {
  padding-bottom: 45px;
  hyphens: none;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder .column-holder .column h2 {
    padding-bottom: 30px;
  }
}
.section.section-cards .holder .column-holder .column p {
  line-height: 30px;
}

.section.section-cards .holder .column-holder .column:nth-child(2) .inner {
  padding-right: 30px;
}

.section.section-cards .holder .swiper-holder {
  padding-top: 70px;
  margin-left: 90px;
  overflow: visible;
  margin-bottom: 70px;
}

@media (min-width: 1920px) {
  .section.section-cards .holder .swiper-holder {
    margin-left: calc((100vw - 1380px + 10px) / 2) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-cards .holder .swiper-holder {
    margin-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .holder .swiper-holder {
    margin-left: 64px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-holder {
    margin-left: 0;
    padding-left: 30px;
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.section.section-cards .holder .swiper-holder .swiper-wrapper {
  align-items: stretch;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide {
  height: auto;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card {
    max-width: 100%;
  }
}
.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card:after {
  content: "";
  display: block;
  width: 300px;
  height: 340px;
  background-image: url(/app/themes/freshdev/resources/img/watermerk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: 0.5;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .image-holder .sold-out-pill {
  position: absolute;
  top: 15px;
  left: 20px;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

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

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .info-holder {
  gap: 10px;
  display: flex;
  padding: 30px 30px 0 30px;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .info-holder {
    gap: 5px;
  }
}
.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .info-holder .sold-out, .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .info-holder .coming-soon {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 100px;
  background-color: #fffbe8;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner {
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  display: flex;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h2, .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h4, .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h5, .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h6, .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner a:not(.button), .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner ul li {
  color: #fffbe8;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner li:before {
  color: #000;
  background-color: #fffbe8;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner h3 {
  color: #fffbe8;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .inner p {
  color: #fffbe8;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder {
  z-index: 2;
  display: inline-flex;
  justify-self: flex-end;
  width: calc(100% - 60px);
  padding: 0 30px 30px 30px;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder {
    margin-top: 0;
  }
}
.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
  position: unset;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

@media (max-width: 767.98px) {
  .section.section-cards .holder .swiper-holder .swiper-wrapper .swiper-slide .card .content-holder .button-holder .button {
    width: unset;
  }
}
.section.section-cards .holder .button-holder {
  justify-content: center;
}

.section.section-cards .holder .button-holder.is-start {
  justify-content: flex-start;
  padding-left: calc((100vw - 1140px + 10px) / 2);
}

@media screen and (min-width: 1920px) {
  .section.section-cards .holder .button-holder.is-start {
    padding-left: calc((100vw - 1156px + 10px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards .holder .button-holder.is-start {
    padding-left: 90px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cards .holder .button-holder.is-start {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cards .holder .button-holder {
    align-items: center;
    position: relative;
    padding-bottom: 30px;
  }
}
.section.section-content .container .content-holder .content {
  max-width: 720px;
}

.section.section-content .container .content-holder .content h3 {
  margin-bottom: 30px;
}

.section.section-content .container .content-holder .content p:not(:last-child) {
  margin: 0 0 15px 0;
}

.section.section-content .container .content-holder .content .button-holder {
  margin-top: 15px;
}

@media (max-width: 1023.98px) {
  .section.section-content .container .content-holder .content .button-holder {
    justify-content: flex-start;
    width: unset;
  }
}
.section.section-content.is-centered .container .content-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.section-content.is-centered .container .content-holder .content {
  max-width: 820px;
  text-align: left;
}

.section.section-content.is-centered .container .content-holder .content ul li {
  justify-content: flex-start;
  align-items: baseline;
}

.section.section-content.is-centered .container .content-holder .content .button-holder {
  justify-content: flex-start;
}

@media (max-width: 1023.98px) {
  .section.section-content.is-centered .container .content-holder .content .button-holder .button {
    width: unset;
  }
}
.section.section-content.two-columns .container .content-holder {
  display: flex;
  gap: 60px;
}

@media (min-width: 1440px) {
  .section.section-content.two-columns .container .content-holder {
    gap: 140px;
  }
}
@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.two-columns .container .content-holder .column .content ul li {
  display: block;
}

.section.section-content.product-detail .container .content-holder .column .content h2 {
  font-size: 36px;
}

.section.section-content.product-detail .container .content-holder .column .content p {
  font-weight: 400;
  line-height: 30px;
}

.section.section-image-content-contained.has-bg-black .holder {
  background-color: #000;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner h2, .section.section-image-content-contained.has-bg-black .content-holder .inner h3, .section.section-image-content-contained.has-bg-black .content-holder .inner h4, .section.section-image-content-contained.has-bg-black .content-holder .inner p, .section.section-image-content-contained.has-bg-black .content-holder .inner a:not(.button), .section.section-image-content-contained.has-bg-black .content-holder .inner li {
  color: #fffbe8;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner ul li:before {
  color: #000;
  background-color: #fffbe8;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner .button-holder .button {
  border: 2px solid #fffbe8;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-next, .section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev {
  border: 1px solid #fff;
  background-color: #000;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-next:after, .section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
}

.section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-image-content-contained.has-bg-black .content-holder .inner .swiper-info .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-image-content-contained.has-bg-beige-holder .holder {
  background-color: #f8f0e3;
}

.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .count .swiper-pagination {
  color: #000;
  bottom: 30px;
  left: 27px;
  width: 35px;
}

@media (max-width: 767.98px) {
  .section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .count .swiper-pagination {
    bottom: 27px;
  }
}
.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next, .section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev {
  background-color: #000;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
}

.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next:after, .section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
}

@media (min-width: 1920px) {
  .section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next {
    right: 150px;
  }
}
.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev {
  z-index: 18px;
}

@media (min-width: 1920px) {
  .section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev {
    left: 150px;
  }
}
.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-image-content-contained.has-bg-beige-holder .holder .content-holder .inner .swiper-info .swiper-actions .swiper-pagination .swiper-pagination-bullet {
  background-color: #000 !important;
}

.section.section-image-content-contained.image-right .holder {
  flex-direction: row-reverse;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-image-content-contained.image-right .holder {
    padding-left: calc((100vw - 1140px + 10px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .section.section-image-content-contained.image-right .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
.section.section-image-content-contained.image-right .holder .content-holder:after {
  left: -100px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-contained.image-right .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-image-content-contained.image-left .holder {
  padding-left: 0;
  position: relative;
}

@media (min-width: 1280px) {
  .section.section-image-content-contained.image-left .holder {
    padding-right: 150px;
  }
}
@media (min-width: 1920px) {
  .section.section-image-content-contained.image-left .holder {
    padding-left: calc((100vw - 1380px + 10px) / 2);
    padding-right: calc((100vw - 1380px + 10px) / 2);
  }
}
.section.section-image-content-contained.image-left .holder:after {
  right: 0;
  left: unset;
}

@media (min-width: 1024px) {
  .section.section-image-content-contained.image-left .holder .image-holder {
    flex: 1 0 calc(100% - 500px - 70px);
    max-width: calc(100% - 500px - 70px);
    margin-top: 60px;
    margin-bottom: -50px;
    margin-right: 80px;
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .section.section-image-content-contained.image-left .holder .image-holder {
    flex: 1 0 calc(100% - 633px - 70px);
    max-width: calc(100% - 633px - 70px);
    max-width: 1200px;
  }
}
.section.section-image-content-contained .holder {
  display: flex;
  padding-left: 150px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.section.section-image-content-contained .holder.is-stretched {
  align-items: stretch;
}

@media (min-width: 1920px) {
  .section.section-image-content-contained .holder {
    padding-left: calc((100vw - 1380px + 10px) / 2);
    padding-right: calc((100vw - 1380px + 10px) / 2);
  }
}
@media (max-width: 1439.98px) {
  .section.section-image-content-contained .holder {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .section.section-image-content-contained .holder {
    padding-top: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-image-content-contained .holder .image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section.section-image-content-contained .holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-image-content-contained .holder .image-holder .parallax > img, .section.section-image-content-contained .holder .image-holder .parallax > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-image-content-contained .holder .image-holder .parallax img {
  height: 120%;
}

.section.section-image-content-contained .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

@media (min-width: 1024px) {
  .section.section-image-content-contained .holder .image-holder {
    flex: 1 0 calc(100% - 500px - 70px);
    max-width: calc(100% - 500px - 70px);
    margin-top: 60px;
    margin-bottom: -50px;
    margin-left: 70px;
  }
}
@media (min-width: 1920px) {
  .section.section-image-content-contained .holder .image-holder {
    flex: 1 0 calc(100% - 633px - 70px);
    max-width: 1200px;
  }
}
.section.section-image-content-contained .holder .image-holder .swiper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section.section-image-content-contained .holder .image-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.section.section-image-content-contained .holder .image-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper img, .section.section-image-content-contained .holder .image-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-image-content-contained .holder .image-holder > img, .section.section-image-content-contained .holder .image-holder > video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-image-content-contained .holder .content-holder {
  width: 100%;
  position: relative;
}

.section.section-image-content-contained .holder .content-holder:after {
  content: "";
  display: block;
  width: 553px;
  height: 627px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 0;
}

@media (min-width: 1440px) {
  .section.section-image-content-contained .holder .content-holder:after {
    bottom: 0;
    top: unset;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder .content-holder:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section.section-image-content-contained .holder .content-holder {
    flex: 1 0 430px;
    max-width: 430px;
    align-self: stretch;
  }
}
@media (min-width: 1920px) {
  .section.section-image-content-contained .holder .content-holder {
    flex: 1 0 633px;
    max-width: 633px;
  }
}
.section.section-image-content-contained .holder .content-holder .inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .section.section-image-content-contained .holder .content-holder .inner {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder .content-holder .inner {
    padding: 64px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-contained .holder .content-holder .inner {
    padding: 25px 30px;
  }
}
.section.section-image-content-contained .holder .content-holder .inner p {
  line-height: 2;
}

.section.section-image-content-contained .holder .content-holder .inner .swiper-info {
  padding-top: 90px;
  position: relative;
}

@media (min-width: 1920px) {
  .section.section-image-content-contained .holder .content-holder .inner .swiper-info {
    padding-top: 300px;
  }
}
.section.section-image-content-contained .holder .content-holder .inner .swiper-info .count .swiper-pagination {
  color: #fffbe8;
  bottom: 0;
  width: 35px;
}

.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions {
  position: relative;
  bottom: 17px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions {
    bottom: 22px;
  }
}
.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next {
  color: #fffbe8;
  right: 100px;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next {
    right: -150px;
  }
}
.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-next:after {
  font-size: 16px;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #fffbe8;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev {
  color: #fffbe8;
  left: 79px;
}

.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-button-prev:after {
  font-size: 16px;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #fffbe8;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-pagination {
  position: absolute;
  bottom: -17px;
  left: -40px;
  width: 111%;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-pagination {
    left: 115px;
    width: 100%;
  }
}
.section.section-image-content-contained .holder .content-holder .inner .swiper-info .swiper-actions .swiper-pagination .swiper-pagination-bullet {
  background-color: #fffbe8;
}

.section.section-image-content-contained .holder .content-holder .inner .button.primary {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-image-content-contained .holder .content-holder .inner .button.primary:after {
  background-color: #fffbe8;
  color: #000;
}

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

.section.section-slider.is-contained .container .content-holder .swiper-holder-contained .swiper-wrapper .swiper-slide .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

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

.section.section-slider.is-contained .container .content-holder .swiper-holder-contained .swiper-actions .swiper-button-prev, .section.section-slider.is-contained .container .content-holder .swiper-holder-contained .swiper-actions .swiper-button-next {
  color: #fff !important;
}

@media (max-width: 1023.98px) {
  .section.section-slider .content-holder {
    height: 350px;
  }
}
.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;
}

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

.section.section-slider .content-holder .swiper-holder .swiper-actions .swiper-button-prev, .section.section-slider .content-holder .swiper-holder .swiper-actions .swiper-button-next {
  color: #fff !important;
}

.section.section-usps .container .usps-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 100px 60px;
}

@media (max-width: 767.98px) {
  .section.section-usps .container .usps-holder {
    gap: 50px 60px;
  }
}
.section.section-usps .container .usps-holder .usp {
  width: 100%;
  flex: 1 0 calc(33.3333% - 40px);
  max-width: calc(33.3333% - 40px);
}

@media (min-width: 500px) and (max-width: 900px) {
  .section.section-usps .container .usps-holder .usp {
    width: calc(50% - 55px);
    flex: 1 0 calc(50% - 55px);
    max-width: calc(50% - 55px);
    margin: 0 0 50px 0;
  }
}
@media (max-width: 499px) {
  .section.section-usps .container .usps-holder .usp {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
    margin: 0px 0px 0px 0px;
  }
}
.section.section-usps .container .usps-holder .usp .icon {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.section.section-usps .container .usps-holder .usp .icon i {
  border-radius: 3px;
  background-color: #f5821c;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.section.section-usps .container .usps-holder .usp .inner p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.section.section-usps .container .usps-holder .usp .inner p strong {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .section.section-usps .container .usps-holder .usp .inner p {
    max-width: 210px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .section.section-about .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-about .container .holder {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-about .container .holder {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }
}
.section.section-about .container .holder .swiper-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  align-self: stretch;
}

.section.section-about .container .holder .swiper-holder .swiper {
  height: 100%;
}

.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #f8f0e3;
}

@media (max-width: 767.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .member-wrapper {
  display: flex;
  height: 100%;
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .member-wrapper {
    flex-direction: column;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide:after {
  content: "";
  display: block;
  width: 300px;
  height: 400px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide:after {
    width: 204.414px;
    height: 363.581px;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper {
  width: 100%;
  position: relative;
  align-self: stretch;
  overflow: hidden;
}

.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

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

@media (max-width: 1023.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper:after {
    padding-bottom: 80%;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 312px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 1024px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper {
    flex: 1 0 calc(100% - 580px);
    max-width: calc(100% - 580px);
  }
}
@media (max-width: 479.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper {
    height: 340px;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .image-wrapper img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .text-content {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 70px;
  width: 391px;
  z-index: 2;
}

@media (max-width: 1279.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .text-content {
    width: 370px;
    bottom: 20px;
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .text-content {
    left: 0;
    right: 0;
    width: auto;
    padding: 0 30px;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .text-content p {
  color: #fffbe8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
}

.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder {
    flex: 1 0 580px;
    max-width: 580px;
    align-self: stretch;
  }
}
.section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder .inner {
  position: relative;
}

@media (min-width: 1280px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder .inner {
    padding: 94px 70px 45px 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder .inner {
    padding: 94px 70px 80px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder .inner {
    padding: 25px 25px 55px 25px;
  }
}
@media (max-width: 767.98px) {
  .section.section-about .container .holder .swiper-holder .swiper .swiper-wrapper .swiper-slide .content-holder .inner {
    padding: 25px 25px 75px 25px;
  }
}
.section.section-about .container .holder .swiper-holder .swiper-info {
  z-index: 2;
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide > .swiper-pagination {
  width: 35px;
  bottom: unset;
  position: relative;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-next, .section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-prev {
  width: 34px;
  height: 34px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-next:after, .section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-next {
  margin: 0;
  top: unset;
  left: unset;
  right: unset;
  position: relative;
  aspect-ratio: 1/1;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-prev {
  margin: 0;
  top: unset;
  left: unset;
  right: unset;
  position: relative;
  aspect-ratio: 1/1;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-pagination {
  top: unset;
  bottom: unset;
  position: relative;
}

.section.section-about .container .holder .swiper-holder .swiper-info .info-slide .swiper-actions .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.section.section-logos.has-animation .logo-holder .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0 35px;
}

.section.section-logos.has-animation .logo-holder .logo-list .logo {
  flex: 0 0 calc((100% - (6 * 35px)) / 7);
  aspect-ratio: 13/18;
  position: relative;
}

.section.section-logos.has-animation .logo-holder .logo-list .logo .logo-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section.section-logos.has-animation .logo-holder .logo-list .logo .logo-clip [data-logo-wall-target] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-logos.has-animation .logo-holder .logo-list .logo .logo-clip [data-logo-wall-target] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section.section-logos.has-animation [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+15) {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.section-logos.has-animation [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+7) {
    display: none;
  }
}
.section.section-logos .container .column-holder {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1023.98px) {
  .section.section-logos .container .column-holder {
    flex-direction: column;
    max-width: 100%;
    gap: 20px;
  }
}
.section.section-logos .container .column-holder .column {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-logos .container .column-holder .column {
    width: 50%;
  }
}
.section.section-logos .container .column-holder .column h4 {
  margin-bottom: 10px;
}

.section.section-logos .container .column-holder .column h2 {
  margin: 0;
  padding-bottom: 45px;
  hyphens: none;
}

.section.section-logos .container .column-holder .column p {
  line-height: 30px;
}

.section.section-logos .container .column-holder .column:nth-child(2) .inner {
  padding-right: 30px;
}

.section.section-logos .container .logo-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .section.section-logos .container .logo-holder {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .section.section-logos .container .logo-holder {
    gap: 30px 20px;
  }
}
.section.section-logos .container .logo-holder:not(:last-child) {
  gap: 30px 35px;
}

@media (max-width: 1023.98px) {
  .section.section-logos .container .logo-holder {
    padding-top: 30px;
  }
}
.section.section-logos .container .logo-holder .logo {
  width: 130px;
  height: auto;
}

.section.section-logos .container .logo-holder .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .section.section-logos .container .logo-holder-mobile {
    display: none;
  }
}
.section.section-logos .container .logo-holder-mobile .swiper {
  overflow: visible;
}

.section.section-logos .container .logo-holder-mobile .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.section.section-logos .container .logo-holder-mobile .swiper .swiper-wrapper .swiper-slide {
  width: unset;
  height: 140px;
}

.section.section-logos .container .logo-holder-mobile .swiper .swiper-wrapper .swiper-slide .image-wrapper {
  width: 100%;
  height: 100%;
}

.section.section-logos .container .logo-holder-mobile .swiper .swiper-wrapper .swiper-slide .image-wrapper img {
  width: 100%;
  height: 100%;
}

.section.section-reviews {
  overflow: visible;
}

@media (min-width: 1440px) {
  .section.section-reviews.has-slider {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-reviews.has-slider {
    margin-bottom: 70px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-reviews.has-slider {
    padding-top: 0;
  }
}
.section.section-reviews.has-slider .container .review-holder {
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #f7f0e3;
  overflow: visible;
}

@media (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .section.section-reviews.has-slider .container .review-holder {
    padding-top: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review {
  display: flex;
  position: relative;
  align-items: stretch;
}

@media (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review {
    flex-direction: column;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
  width: 100%;
  position: relative;
  bottom: -30px;
}

@media (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
    margin-top: -220px;
  }
}
@media (max-width: 479.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
    margin-top: -175px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 77%;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder:after {
    padding-bottom: 70%;
  }
}
@media (min-width: 1024px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
    flex: 1 0 calc(100% - 600px - 60px);
    max-width: calc(100% - 600px - 60px);
    margin-bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder > img, .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .image-holder > video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder {
    flex: 1 0 568px;
    max-width: 568px;
    align-self: stretch;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner {
  position: relative;
}

@media (min-width: 1024px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner {
    padding: 0px 0px 30px 55px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner {
    padding: 25px 30px 50px 30px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .name {
  padding-top: 20px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .name span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .name p {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .icon-holder {
  display: flex;
  gap: 5px;
  align-items: center;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .icon-holder i {
  color: #f5821c;
  font-size: 18px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .icon-holder span {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .info {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background-color: #01295d;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .info:after {
    width: 50px;
    height: 3px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .info p a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review .content-holder .inner .rating .info p a:after {
  background-color: #000;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review.no-image .content-holder {
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
}

.section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review.no-image .content-holder .inner {
  padding-right: 55px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review.no-image .content-holder .inner {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-wrapper .swiper-slide .review.no-image .content-holder .inner .review-content p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-pagination {
  color: #000;
  bottom: -52px;
  left: unset;
  right: 42px;
  width: 40px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-pagination {
    bottom: 27px;
    right: 52px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next, .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev {
  top: unset;
  bottom: -55px;
  background-color: #000;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next, .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev {
    bottom: 25px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next:after, .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}

.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev {
  left: unset;
  right: 85px;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev {
    right: 100px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next {
  right: 0;
}

@media (max-width: 767.98px) {
  .section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next {
    right: 8px;
  }
}
.section.section-reviews.has-slider .container .review-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

@media (max-width: 767.98px) {
  .section.section-reviews .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-reviews .container .holder {
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #f7f0e3;
  overflow: visible;
}

@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .section.section-reviews .container .holder {
    padding-top: 60px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.section.section-reviews .container .holder .image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-reviews .container .holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-reviews .container .holder .image-holder .parallax > img, .section.section-reviews .container .holder .image-holder .parallax > video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-reviews .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 77%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .section.section-reviews .container .holder .image-holder:after {
    padding-bottom: 125%;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder .image-holder:after {
    padding-bottom: 70%;
  }
}
@media (min-width: 1024px) {
  .section.section-reviews .container .holder .image-holder {
    flex: 1 0 calc(100% - 600px - 60px);
    max-width: calc(100% - 600px - 60px);
    margin-bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .section.section-reviews .container .holder .image-holder {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.section.section-reviews .container .holder .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-reviews .container .holder .content-holder {
    flex: 1 0 568px;
    max-width: 568px;
    align-self: stretch;
  }
}
.section.section-reviews .container .holder .content-holder .inner {
  position: relative;
}

@media (min-width: 1024px) {
  .section.section-reviews .container .holder .content-holder .inner {
    padding: 0px 0px 30px 55px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-reviews .container .holder .content-holder .inner {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .section.section-reviews .container .holder .content-holder .inner {
    padding: 25px 30px 50px 30px;
  }
}
.section.section-reviews .container .holder .content-holder .inner p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.section.section-reviews .container .holder .content-holder .inner .name {
  padding-top: 20px;
}

.section.section-reviews .container .holder .content-holder .inner .name span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.section.section-reviews .container .holder .content-holder .inner .name p {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
}

.section.section-reviews .container .holder .content-holder .inner .rating .icon-holder {
  display: flex;
  gap: 5px;
  align-items: center;
}

.section.section-reviews .container .holder .content-holder .inner .rating .icon-holder i {
  color: #f5821c;
  font-size: 18px;
}

.section.section-reviews .container .holder .content-holder .inner .rating .icon-holder span {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.section.section-reviews .container .holder .content-holder .inner .rating .info {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section.section-reviews .container .holder .content-holder .inner .rating .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background-color: #01295d;
}

@media (max-width: 767.98px) {
  .section.section-reviews .container .holder .content-holder .inner .rating .info:after {
    width: 50px;
    height: 3px;
  }
}
.section.section-reviews .container .holder .content-holder .inner .rating .info p a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.section.section-reviews .container .holder .content-holder .inner .rating .info p a:after {
  background-color: #000;
}

.section.section-reviews .container .holder.no-image .content-holder {
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
}

.section.section-reviews .container .holder.no-image .content-holder .inner {
  padding-right: 55px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-reviews .container .holder.no-image .content-holder .inner {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .section.section-reviews .container .holder.no-image .content-holder .inner .review-content p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
  }
}
.section.section-cta .cta-wrapper {
  padding: 120px 0;
  position: relative;
}

@media (min-width: 1920px) {
  .section.section-cta .cta-wrapper {
    max-width: 1380px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .cta-wrapper {
    padding: 0;
  }
}
.section.section-cta .cta-wrapper .image-holder {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-cta .cta-wrapper .image-holder {
    width: 70vw;
  }
}
.section.section-cta .cta-wrapper .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

@media (min-width: 1920px) {
  .section.section-cta .cta-wrapper .image-holder {
    max-width: 1000px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .cta-wrapper .image-holder {
    right: 30px;
    width: unset;
    height: 264px;
    top: -45px;
  }
}
.section.section-cta .cta-wrapper .image-holder img, .section.section-cta .cta-wrapper .image-holder video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

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

.section.section-cta .cta-wrapper .container .cta-holder {
  z-index: 1;
  width: 100%;
  position: relative;
  background-color: #f8f0e3;
}

@media (min-width: 1024px) {
  .section.section-cta .cta-wrapper .container .cta-holder {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder {
    margin-top: 70px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder:after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #f8f0e3;
}

@media (min-width: 1280px) {
  .section.section-cta .cta-wrapper .container .cta-holder:after {
    width: calc((100vw - 1080px + 30px) / 2);
    right: calc(0vw - (100vw - 1080px + 30px) / 2);
  }
}
@media (min-width: 1920px) {
  .section.section-cta .cta-wrapper .container .cta-holder:after {
    right: -157px;
    width: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-cta .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 .cta-wrapper .container .cta-holder:after {
    right: -30px;
    width: 30px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner {
  display: flex;
  gap: 20px 80px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner {
    padding: 80px 0 80px 80px;
  }
}
@media (min-width: 1920px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner {
    padding: 80px 20px 80px 80px;
    gap: 20px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner {
    gap: 20px 30px;
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner {
    flex-direction: column;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner {
    padding: 33px 6px 46px 30px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner .content {
  width: 100%;
}

@media (min-width: 1440px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content {
    flex: 1 0 412px;
    max-width: 412px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content {
    flex: 1 0 350px;
    max-width: 350px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner .content h1, .section.section-cta .cta-wrapper .container .cta-holder .inner .content h2, .section.section-cta .cta-wrapper .container .cta-holder .inner .content h3, .section.section-cta .cta-wrapper .container .cta-holder .inner .content h4, .section.section-cta .cta-wrapper .container .cta-holder .inner .content p, .section.section-cta .cta-wrapper .container .cta-holder .inner .content li, .section.section-cta .cta-wrapper .container .cta-holder .inner .content a:not(.button) {
  color: #000;
}

@media (max-width: 1439.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content h2 {
    font-size: 30px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner .content h2:not(~ p) {
  margin-bottom: 0;
}

.section.section-cta .cta-wrapper .container .cta-holder .inner .content h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: none;
  hyphens: none;
}

@media (max-width: 1023.98px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .content h3 {
    font-size: 30px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner .content .button-holder {
  margin-top: 20px;
}

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

@media (min-width: 1024px) {
  .section.section-cta .cta-wrapper .container .cta-holder .inner .text {
    width: 402px;
  }
}
.section.section-cta .cta-wrapper .container .cta-holder .inner .text p {
  color: #000;
  line-height: 30px;
}

.section-faq:after {
  content: "";
  display: block;
  width: 100%;
  height: 617px;
  background-image: url(/app/themes/freshdev/resources/img/BG.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  right: 0 !important;
}

@media (max-width: 1023.98px) {
  .section-faq:after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .section-faq:after {
    background-repeat: repeat;
  }
}
.section-faq .faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section-faq .faq-wrapper .faq {
  z-index: 2;
  width: 940px;
  flex: 1 0 940px;
  max-width: 940px;
  position: relative;
  margin: 0 auto;
  background-color: #fffbf3;
  padding: 80px 140px;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq {
    padding: 40px 30px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.section-faq .faq-wrapper .faq .faq-title {
  padding-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .section-faq .faq-wrapper .faq .faq-title {
    padding-bottom: 25px;
  }
}
.section-faq .faq-wrapper .faq .faq-title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-title h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-faq .faq-wrapper .faq {
    margin-left: -170px;
  }
}
@media (max-width: 1279.98px) {
  .section-faq .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .section-faq .faq-wrapper .faq {
    width: 100%;
    flex: 1 0 100%;
    margin: 0 auto;
  }
}
.section-faq .faq-wrapper .faq .faq-item {
  position: relative;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-item {
    border-radius: 8px 0 0 8px;
  }
}
.section-faq .faq-wrapper .faq .faq-item:not(:last-child) {
  margin-bottom: 12px;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  padding: 22px 25px 13px 0px;
  justify-content: space-between;
  border-bottom: 3px solid #f8f0e3;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading:hover {
  cursor: pointer;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading h3 {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-heading h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.85px;
    hyphens: none;
  }
}
.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon.opened:after {
  content: "";
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 6 Pro";
  top: 20px;
  position: absolute;
  position: absolute;
  color: #fff;
  background-color: #000;
  padding: 0 6px 0 6px;
  border-radius: 4px;
}

.section-faq .faq-wrapper .faq .faq-item .faq-heading .icon.closed:after {
  content: "";
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 6 Pro";
  top: 20px;
  position: absolute;
  position: absolute;
  color: #fff;
  background-color: #000;
  padding: 0 6px 0 6px;
  border-radius: 4px;
}

.section-faq .faq-wrapper .faq .faq-item .faq-body {
  padding: 18px 105px 40px 50px;
}

@media (max-width: 1023.98px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-body {
    padding: 18px 30px 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-body {
    padding: 15px 0;
  }
}
.section-faq .faq-wrapper .faq .faq-item .faq-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

@media (min-width: 1920px) {
  .section-faq .faq-wrapper .faq .faq-item .faq-body p {
    font-size: 18px;
  }
}
.section-faq .faq-wrapper .faq .faq-item .faq-body:not(.is-opened) {
  display: none;
}

@media (max-width: 767.98px) {
  .section-faq .faq-wrapper .faq .button-holder {
    width: unset;
  }
}
.section.section-contact .container .holder {
  display: flex;
  margin: 0 auto;
  gap: 45px;
}

@media (min-width: 1024px) {
  .section.section-contact .container .holder {
    width: 715px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .container .holder {
    align-items: center;
    gap: 15px;
  }
}
.section.section-contact .container .holder .image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section.section-contact .container .holder .image-holder {
    width: 120px;
    height: 150px;
  }
}
@media (max-width: 375px) {
  .section.section-contact .container .holder .image-holder {
    width: 110px;
    height: 150px;
  }
}
.section.section-contact .container .holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

@media (min-width: 1024px) {
  .section.section-contact .container .holder .image-holder {
    flex: 1 0 270px;
    max-width: 270px;
  }
}
.section.section-contact .container .holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1439.98px) {
  .section.section-contact .container .holder .image-holder:after {
    padding-bottom: 70%;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .container .holder .image-holder:after {
    padding-bottom: 0;
  }
}
.section.section-contact .container .holder .image-holder img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .section.section-contact .container .holder .image-holder img {
    position: relative;
  }
}
.section.section-contact .container .holder .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-contact .container .holder .content-holder {
    flex: 1 0 calc(100% - 270px - 45px);
    max-width: calc(100% - 270px - 45px);
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .container .holder .content-holder {
    width: 235px;
  }
}
@media (max-width: 375px) {
  .section.section-contact .container .holder .content-holder {
    width: 191px;
  }
}
.section.section-contact .container .holder .content-holder .inner p strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.52px;
}

@media (max-width: 767.98px) {
  .section.section-contact .container .holder .content-holder .inner p strong {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact .container .holder .content-holder .inner p {
    margin-bottom: 0;
    line-height: normal;
  }
}
.section.section-contact .container .holder .content-holder .inner .name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-top: 35px;
}

@media (max-width: 767.98px) {
  .section.section-contact .container .holder .content-holder .inner .name {
    font-size: 10px;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.section.section-contact .container .holder .content-holder .inner .contact-info .info a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .section.section-contact .container .holder .content-holder .inner .contact-info .info a {
    font-size: 12px;
    line-height: normal;
  }
}
.section.section-contact .container .holder .content-holder .inner .contact-info .info a:after {
  display: none;
}

.section.section-contact .container .holder .content-holder .inner .contact-info .info a i {
  color: #cbbda3;
  padding-right: 14px;
}

.section.section-contact-form {
  background-color: #f8f0e3;
}

.section.section-contact-form .container .holder {
  display: flex;
  gap: 110px;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-contact-form .container .holder {
    gap: 50px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-contact-form .container .holder {
    flex-direction: column;
    gap: 40px;
  }
}
.section.section-contact-form .container .holder .content-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .section.section-contact-form .container .holder .content-holder {
    flex: 1 0 calc(100% - 580px - 110px);
    max-width: calc(100% - 580px - 110px);
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-contact-form .container .holder .content-holder {
    flex: 1 0 calc(100% - 480px - 50px);
    max-width: calc(100% - 480px - 50px);
  }
}
.section.section-contact-form .container .holder .content-holder .inner h2 {
  hyphens: none;
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.section.section-contact-form .container .holder .content-holder .inner .info-holder {
  padding-top: 20px;
}

.section.section-contact-form .container .holder .content-holder .inner .info-holder .info a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 1920px) {
  .section.section-contact-form .container .holder .content-holder .inner .info-holder .info a {
    font-size: 18px;
  }
}
.section.section-contact-form .container .holder .content-holder .inner .info-holder .info a:after {
  display: none;
}

.section.section-contact-form .container .holder .content-holder .inner .info-holder .info a i {
  padding-right: 14px;
  color: #bbaa8a;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}

@media (min-width: 1920px) {
  .section.section-contact-form .container .holder .content-holder .inner .info-holder .info a i {
    font-size: 18px;
  }
}
.section.section-contact-form .container .holder .content-holder .inner .socials-holder {
  padding-top: 35px;
  display: flex;
  gap: 15px;
}

.section.section-contact-form .container .holder .content-holder .inner .socials-holder .social a:after {
  display: none;
}

.section.section-contact-form .container .holder .content-holder .inner .socials-holder .social a i {
  color: #bbaa8a;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: lowercase;
}

.section.section-contact-form .container .holder .form-holder {
  width: 100%;
}

@media (min-width: 1280px) {
  .section.section-contact-form .container .holder .form-holder {
    flex: 1 580px;
    max-width: 580px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .section.section-contact-form .container .holder .form-holder {
    flex: 1 480px;
    max-width: 480px;
  }
}
.section.section-contact-form .container .holder .form-holder .gform_validation_errors {
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 20px;
}

.section.section-contact-form .container .holder .form-holder .gform_validation_errors h2:after {
  display: none;
}

.section.section-contact-form .container .holder .form-holder .gform_validation_errors .gform-icon {
  display: none;
}

.section.section-contact-form .container .holder .form-holder form .gform-body input.gform-datepicker {
  width: 100%;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields {
  gap: 12px;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cbbda3;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .gfield_label {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 12px;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container input {
  border: none;
  padding: 0 20px 11px 20px !important;
  border-radius: 4px !important;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container input::placeholder {
  opacity: 0.5;
  font-weight: 400 !important;
  letter-spacing: 0.8px;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container input:focus {
  outline: none;
  border: none;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container textarea {
  border: none;
  padding: 6px 20px !important;
  border-radius: 4px !important;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container textarea::placeholder {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.section.section-contact-form .container .holder .form-holder form .gform-body .gform_fields .outer-label .ginput_container textarea:focus {
  outline: none;
  border: none;
}

.section.section-contact-form .container .holder .form-holder form .gform-footer .gform_button {
  width: auto;
  color: #fffbe8;
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 16px 10px 16px;
  align-items: center;
  text-transform: none;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  -webkit-appearance: none;
  line-height: normal;
  font-family: "Outfit", sans-serif;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  letter-spacing: 0.36px;
  gap: 4px;
}

.section.section-contact-form .container .holder .form-holder form .validation_message {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 5px 20px !important;
  border-top: 1px solid #c02b0a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.section.section-contact-form .container .holder .form-holder .button-holder {
  margin-top: 10px;
}

.section.section-category-overview .holder .content-holder {
  max-width: 520px;
  padding-bottom: 30px;
}

.section.section-category-overview .holder .card-holder {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.section.section-category-overview .holder .card-holder .card {
  width: 100%;
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
  flex: 1 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
}

@media (max-width: 1023.98px) {
  .section.section-category-overview .holder .card-holder .card {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 479.98px) {
  .section.section-category-overview .holder .card-holder .card {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.section.section-category-overview .holder .card-holder .card:after {
  content: "";
  display: block;
  width: 265px;
  height: 305px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: 265px 305px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: -35px;
  z-index: 1;
}

@media (min-width: 1440px) {
  .section.section-category-overview .holder .card-holder .card:after {
    bottom: 45px;
    top: unset;
  }
}
@media (max-width: 1023.98px) {
  .section.section-category-overview .holder .card-holder .card:after {
    display: none;
  }
}
.section.section-category-overview .holder .card-holder .card .image-holder {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.section.section-category-overview .holder .card-holder .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-category-overview .holder .card-holder .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.section.section-category-overview .holder .card-holder .card .image-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.section.section-category-overview .holder .card-holder .card .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section.section-category-overview .holder .card-holder .card .image-holder .sold-out-pill {
  position: absolute;
  top: 15px;
  left: 20px;
}

.section.section-category-overview .holder .card-holder .card .card-content {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  position: unset;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content {
  padding: 30px 30px 35px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (max-width: 1439.98px) {
  .section.section-category-overview .holder .card-holder .card .card-content .inner-content {
    padding: 30px 20px 35px 20px;
  }
}
.section.section-category-overview .holder .card-holder .card .card-content .inner-content h2, .section.section-category-overview .holder .card-holder .card .card-content .inner-content h3, .section.section-category-overview .holder .card-holder .card .card-content .inner-content h4, .section.section-category-overview .holder .card-holder .card .card-content .inner-content h5, .section.section-category-overview .holder .card-holder .card .card-content .inner-content h6, .section.section-category-overview .holder .card-holder .card .card-content .inner-content a:not(.button), .section.section-category-overview .holder .card-holder .card .card-content .inner-content p, .section.section-category-overview .holder .card-holder .card .card-content .inner-content ul li {
  color: #fffbe8;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content li:before {
  color: #000;
  background-color: #fffbe8;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content h3 {
  margin: 0 0 10px 0;
  font-size: 28px;
}

@media (max-width: 1439.98px) {
  .section.section-category-overview .holder .card-holder .card .card-content .inner-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 1439.98px) {
  .section.section-category-overview .holder .card-holder .card .card-content .inner-content p {
    font-size: 14px;
  }
}
@media (max-width: 1439.98px) {
  .section.section-category-overview .holder .card-holder .card .card-content .inner-content ul li {
    font-size: 14px;
  }
}
.section.section-category-overview .holder .card-holder .card .card-content .inner-content .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 30px;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .filters .filter {
  background-color: #fffbe8;
  padding: 4px 7px 5px 7px;
  border-radius: 100px;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .filters .filter p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #000;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .image-usps {
  width: 100%;
  display: flex;
  z-index: 1;
  gap: 10px 20px;
  flex-direction: column;
  padding-top: 25px;
  margin-top: auto;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .image-usps .usp {
  display: flex;
  gap: 8px;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .image-usps .usp i {
  color: #fffbe8;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  top: 2px;
}

.section.section-category-overview .holder .card-holder .card .card-content .inner-content .image-usps .usp p {
  color: #fffbe8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

@media (max-width: 1439.98px) {
  .section.section-category-overview .holder .card-holder .card .card-content .inner-content .image-usps .usp p {
    font-size: 14px;
  }
}
.section.section-category-overview .holder .card-holder .card .card-content .button-holder {
  padding: 0 30px 30px 30px;
  position: unset;
  margin-top: 0;
  z-index: 2;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button {
  position: unset;
  font-size: 15px;
  padding: 5px 6px 5px 16px;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section.section-category-overview .holder .card-holder .card .card-content .button-holder .button:after {
  height: 26px;
  width: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-product-overview.has-small-padding {
    padding: 20px 0;
  }
}
.section.section-product-overview .holder {
  max-width: 1331px;
  margin: 0 auto;
}

@media (max-width: 1439.98px) {
  .section.section-product-overview .holder {
    max-width: 1140px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-product-overview .holder {
    max-width: 960px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-product-overview .holder {
    width: calc(100% - 40px);
  }
}
.section.section-product-overview .holder .content-holder {
  padding-bottom: 30px;
  width: 100%;
}

.section.section-product-overview .holder .content-holder h3 {
  margin-bottom: 0;
}

.section.section-product-overview .holder .card-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.section.section-product-overview .holder .card-holder .card {
  width: calc(33% - 5px);
  display: flex;
  align-items: stretch;
  position: relative;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content {
  width: 100%;
  max-width: 100%;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content {
  justify-content: unset;
  padding: 15px 20px 15px 20px;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content p {
  margin-bottom: 0;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .diet-info {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .diet-info i {
  color: #49b00e;
  font-size: 12px;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .diet-info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
  line-height: 1;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .sold-out {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .sold-out i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .sold-out p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .coming-soon {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .coming-soon i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card.has-no-image .card-content .inner-content .coming-soon p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

@media (max-width: 1439.98px) {
  .section.section-product-overview .holder .card-holder .card {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-product-overview .holder .card-holder .card {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card {
    flex-direction: column;
  }
}
.section.section-product-overview .holder .card-holder .card:after {
  content: "";
  display: block;
  width: 310px;
  height: 353px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 1440px) {
  .section.section-product-overview .holder .card-holder .card:after {
    bottom: 0;
    top: unset;
  }
}
@media (max-width: 1023.98px) {
  .section.section-product-overview .holder .card-holder .card:after {
    display: none;
  }
}
.section.section-product-overview .holder .card-holder .card .image-holder {
  position: relative;
  width: 100%;
}

@media (min-width: 1440px) {
  .section.section-product-overview .holder .card-holder .card .image-holder {
    flex: 1 0 calc(100% - 255px);
    max-width: calc(100% - 255px);
  }
}
.section.section-product-overview .holder .card-holder .card .image-holder .diet-info {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-product-overview .holder .card-holder .card .image-holder .diet-info {
    display: none;
  }
}
.section.section-product-overview .holder .card-holder .card .image-holder .diet-info i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .image-holder .diet-info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .image-holder .sold-out {
  position: absolute;
  top: 8px;
  left: 5px;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-product-overview .holder .card-holder .card .image-holder .sold-out {
    display: none;
  }
}
.section.section-product-overview .holder .card-holder .card .image-holder .sold-out i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .image-holder .sold-out p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .image-holder .coming-soon {
  position: absolute;
  bottom: 5px;
  left: 10px;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-product-overview .holder .card-holder .card .image-holder .coming-soon {
    display: none;
  }
}
.section.section-product-overview .holder .card-holder .card .image-holder .coming-soon i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .image-holder .coming-soon p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 49%;
}

.section.section-product-overview .holder .card-holder .card .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section.section-product-overview .holder .card-holder .card .image-holder .image-usps {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding-left: 30px;
  display: flex;
  z-index: 1;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.section.section-product-overview .holder .card-holder .card .image-holder .image-usps .usp {
  display: flex;
  gap: 8px;
}

.section.section-product-overview .holder .card-holder .card .image-holder .image-usps .usp i {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  top: 2px;
}

.section.section-product-overview .holder .card-holder .card .image-holder .image-usps .usp p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.28px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .card-content {
  width: 100%;
  background-color: #f7f0e3;
  position: unset;
  justify-content: space-between;
  display: flex;
}

@media (min-width: 1440px) {
  .section.section-product-overview .holder .card-holder .card .card-content {
    width: 255px;
    flex: 1 0 255px;
    max-width: 255px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content {
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content {
    padding: 10px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  padding-top: 10px;
}

@media (min-width: 1280px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder {
    display: none;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .diet-info {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .diet-info {
    padding: 5px 12px 5px 12px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .diet-info i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .diet-info p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .sold-out {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .sold-out {
    padding: 5px 12px 5px 12px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .sold-out i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .sold-out p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .coming-soon {
  position: relative;
  padding: 4px 7px 5px 7px;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .coming-soon {
    padding: 5px 12px 5px 12px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .coming-soon i {
  color: #49b00e;
  font-size: 12px;
  font-weight: 900;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info-holder .coming-soon p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: lowercase;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .section.section-product-overview .holder .card-holder .card .card-content .inner-content p {
    line-height: 22px;
  }
}
.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info {
  display: flex;
  gap: 10px;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info h3 {
  font-size: 13px;
  margin-bottom: 0;
  display: none;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .info span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.13px;
  display: none;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .filters .filter {
  background-color: #fff;
  padding: 4px 7px 5px 7px;
  border-radius: 100px;
}

.section.section-product-overview .holder .card-holder .card .card-content .inner-content .filters .filter p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
}

.section.section-product-overview .holder .card-holder .card .card-content .button-holder {
  padding: 0 30px 30px 30px;
  position: unset;
  margin-top: 0;
}

.section.section-product-overview .holder .card-holder .card .card-content .button-holder .button {
  position: unset;
}

.section.section-product-overview .holder .card-holder .card .card-content .button-holder .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section.section-sticky-bar {
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  width: 100%;
  transition: 0.0001s ease-in-out;
  box-shadow: 0px -20px 40px 0px rgba(203, 189, 163, 0.1);
}

.section.section-sticky-bar.avoid-footer {
  bottom: 465px;
}

.section.section-sticky-bar .holder {
  height: 100%;
  background-color: #fff;
}

@media (min-width: 1440px) {
  .section.section-sticky-bar .holder {
    height: 70px;
  }
}
.section.section-sticky-bar .holder .inner {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .section.section-sticky-bar .holder .inner {
    margin: 0 auto;
    max-width: 1380px;
  }
}
.section.section-sticky-bar .holder .inner .title {
  gap: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1279.98px) {
  .section.section-sticky-bar .holder .inner .title {
    justify-content: space-between;
    padding-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .title {
    display: none;
  }
}
.section.section-sticky-bar .holder .inner .title span {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 1279.98px) {
  .section.section-sticky-bar .holder .inner .title span {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-sticky-bar .holder .inner .title span {
    font-size: 18px;
  }
}
.section.section-sticky-bar .holder .inner .title p {
  max-width: 400px;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-sticky-bar .holder .inner .title p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .title p {
    font-size: 14px;
  }
}
.section.section-sticky-bar .holder .inner .order-info {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .order-info {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1279.98px) {
  .section.section-sticky-bar .holder .inner .order-info {
    justify-content: space-between;
  }
}
.section.section-sticky-bar .holder .inner .order-info .price {
  width: unset;
  display: flex;
  white-space: nowrap;
  align-items: baseline;
}

@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .order-info .price {
    display: none;
  }
}
.section.section-sticky-bar .holder .inner .order-info .price span {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  padding-right: 12px;
}

@media (max-width: 1279.98px) {
  .section.section-sticky-bar .holder .inner .order-info .price span {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-sticky-bar .holder .inner .order-info .price span {
    font-size: 15px;
  }
}
.section.section-sticky-bar .holder .inner .order-info .button-holder {
  margin-top: 10px;
  margin-bottom: 10px;
  width: unset;
}

@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .order-info .button-holder {
    width: 100%;
  }
}
.section.section-sticky-bar .holder .inner .order-info .button-holder .button {
  white-space: nowrap;
  border-color: #f5821c;
  background-color: #f5821c;
}

@media (max-width: 1279.98px) {
  .section.section-sticky-bar .holder .inner .order-info .button-holder .button {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .section.section-sticky-bar .holder .inner .order-info .button-holder .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.section.section-information-block .container .content-holder {
  max-width: 720px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

@media (min-width: 1920px) {
  .section.section-information-block .container .content-holder {
    max-width: 840px;
  }
}
.section.section-information-block .container .content-holder.expanded {
  max-height: 100%;
}

.section.section-information-block .container .content-holder .info-block {
  display: flex;
  flex-direction: row;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  gap: 50px;
  transition: opacity 0.4s ease, height 0.4s ease, padding 0.4s ease;
}

.section.section-information-block .container .content-holder .info-block:nth-child(-n+1) {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 20px 0;
  border-bottom: 2px solid #f8f0e3;
}

@media (max-width: 767.98px) {
  .section.section-information-block .container .content-holder .info-block {
    flex-direction: column;
    gap: 0;
  }
}
.section.section-information-block .container .content-holder .info-block.active .title p {
  font-weight: 600;
}

.section.section-information-block .container .content-holder .info-block:not(.active) {
  opacity: 0.2;
}

.section.section-information-block .container .content-holder .info-block:first-child {
  padding-top: 0;
}

.section.section-information-block .container .content-holder .info-block .title {
  width: 380px;
}

@media (min-width: 1920px) {
  .section.section-information-block .container .content-holder .info-block .title {
    width: 430px;
  }
}
@media (max-width: 767.98px) {
  .section.section-information-block .container .content-holder .info-block .title {
    width: 100%;
  }
}
.section.section-information-block .container .content-holder .info-block .info {
  width: calc(100% - 380px);
}

@media (min-width: 1920px) {
  .section.section-information-block .container .content-holder .info-block .info {
    width: calc(100% - 430px);
  }
}
@media (max-width: 1023.98px) {
  .section.section-information-block .container .content-holder .info-block .info {
    padding-left: 20px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section.section-information-block .container .content-holder .info-block .info {
    padding-left: 0px;
  }
}
.section.section-information-block .container .content-holder.expanded .info-block {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 20px 0;
  border-bottom: 2px solid #f8f0e3;
}

.section.section-information-block .container .button-holder {
  margin-top: 20px;
  max-width: 720px;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-information-block .container .button-holder {
    margin-top: 10px;
  }
}
.section.section-information-block .container .button-holder .button {
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.section.section-information-block .container .button-holder .button.allergens-button {
  background-color: #fffbe8;
}

.section.section-information-block .container .button-holder .button.expanded:after {
  content: "";
}

@media (min-width: 1024px) {
  .section.section-blog-overview .holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1920px) {
  .section.section-blog-overview .holder {
    padding-left: calc((100vw - 1380px + 10px) / 2);
    padding-right: calc((100vw - 1380px + 10px) / 2);
  }
}
.section.section-blog-overview .holder .content-holder {
  max-width: 520px;
  padding-bottom: 30px;
}

.section.section-blog-overview .holder .content-holder.is-flex {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.section.section-blog-overview .holder .content-holder.is-flex .button {
  background-color: #fffbe8;
  border: 2px solid #000;
  color: #000;
}

.section.section-blog-overview .holder .content-holder.is-flex .button:after {
  background-color: #000;
  color: #fffbe8;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .holder .content-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.section-blog-overview .holder .content-holder p {
  font-size: 16px;
}

.section.section-blog-overview .holder .card-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  justify-content: flex-start;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .holder .card-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section.section-blog-overview .holder .card-holder .card {
  width: calc(33% - 5px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .holder .card-holder .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479.98px) {
  .section.section-blog-overview .holder .card-holder .card {
    width: 100%;
  }
}
.section.section-blog-overview .holder .card-holder .card:after {
  content: "";
  display: block;
  width: 263px;
  height: 304px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .holder .card-holder .card:after {
    display: none;
  }
}
.section.section-blog-overview .holder .card-holder .card .image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section.section-blog-overview .holder .card-holder .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-blog-overview .holder .card-holder .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.section.section-blog-overview .holder .card-holder .card .image-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.section.section-blog-overview .holder .card-holder .card .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section.section-blog-overview .holder .card-holder .card .card-content {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  position: unset;
}

.section.section-blog-overview .holder .card-holder .card .card-content .inner-content {
  padding: 40px 40px 30px 40px;
}

@media (max-width: 1023.98px) {
  .section.section-blog-overview .holder .card-holder .card .card-content .inner-content {
    padding: 40px 20px 30px 20px;
  }
}
.section.section-blog-overview .holder .card-holder .card .card-content .inner-content h2, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content h3, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content h4, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content h5, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content h6, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content a:not(.button), .section.section-blog-overview .holder .card-holder .card .card-content .inner-content p, .section.section-blog-overview .holder .card-holder .card .card-content .inner-content ul li {
  color: #fffbe8;
}

.section.section-blog-overview .holder .card-holder .card .card-content .inner-content li:before {
  color: #000;
  background-color: #fffbe8;
}

.section.section-blog-overview .holder .card-holder .card .card-content .inner-content h3 {
  margin: 0 0 16px 0;
  font-size: 25px;
}

.section.section-blog-overview .holder .card-holder .card .card-content .inner-content p {
  font-size: 16px;
}

.section.section-blog-overview .holder .card-holder .card .card-content .button-holder {
  padding: 0 40px 40px 40px;
  position: unset;
  margin-top: 0;
}

.section.section-blog-overview .holder .card-holder .card .card-content .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-blog-overview .holder .card-holder .card .card-content .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-blog-overview .holder .card-holder .card .card-content .button-holder .button {
  position: unset;
}

.section.section-blog-overview .holder .card-holder .card .card-content .button-holder .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 1024px) {
  .section.section-pageheader-blog {
    min-height: 883px;
  }
}
.section.section-pageheader-blog:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-blog:after {
    height: calc(100% - 110px);
  }
}
.section.section-pageheader-blog .container {
  max-width: 1240px;
  position: relative;
}

.section.section-pageheader-blog .container:after {
  content: "";
  display: block;
  width: 501.612px;
  height: 577.227px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -100px;
  opacity: 0.6;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .section.section-pageheader-blog .container:after {
    width: 414px;
    height: 453px;
    bottom: 30px;
    right: 118px;
  }
}
@media (min-width: 1280px) {
  .section.section-pageheader-blog .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-pageheader-blog .container .content-holder {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.section.section-pageheader-blog .container .content-holder .inner {
  text-align: center;
}

.section.section-pageheader-blog .container .content-holder .inner h1, .section.section-pageheader-blog .container .content-holder .inner h2, .section.section-pageheader-blog .container .content-holder .inner h3, .section.section-pageheader-blog .container .content-holder .inner h4, .section.section-pageheader-blog .container .content-holder .inner h5, .section.section-pageheader-blog .container .content-holder .inner h6, .section.section-pageheader-blog .container .content-holder .inner p, .section.section-pageheader-blog .container .content-holder .inner a:not(.button), .section.section-pageheader-blog .container .content-holder .inner ul li {
  color: #fffbe8;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation {
  width: 100%;
  padding-top: 16px;
  text-align: center;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation #breadcrumbs span {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation #breadcrumbs span span a {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
  color: #f5821c;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation #breadcrumbs span span a:after {
  height: 1px;
  bottom: 3px;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation #breadcrumbs i {
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.5px;
}

.section.section-pageheader-blog .container .content-holder .inner .navigation #breadcrumbs span .breadcrumb_last {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-pageheader-blog .container .image-holder {
  width: 100%;
  position: relative;
}

.section.section-pageheader-blog .container .image-holder .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.section.section-pageheader-blog .container .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 37%;
}

@media (max-width: 767.98px) {
  .section.section-pageheader-blog .container .image-holder:after {
    padding-bottom: 70%;
  }
}
.section.section-content-blocks .container {
  max-width: 720px;
}

.section.section-content-blocks .container .content-holder {
  margin: 0 auto;
  margin-bottom: 55px;
  padding-bottom: 60px;
}

.section.section-content-blocks .container .content-holder:not(.has-no-border) {
  border-bottom: 3px solid #f8f0e3;
}

.section.section-content-blocks .container .content-holder .block {
  margin: 60px 0 60px 0;
}

@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder .block {
    margin: 30px 0 30px 0;
  }
}
.section.section-content-blocks .container .content-holder .block:first-child {
  margin-top: 0;
}

.section.section-content-blocks .container .content-holder .block.for-content h2 {
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .section.section-content-blocks .container .content-holder .block.for-content h2 {
    font-size: 20px;
  }
}
.section.section-content-blocks .container .content-holder .block.for-content h2:after {
  display: none;
}

.section.section-content-blocks .container .content-holder .block.for-image .image-holder {
  width: 100%;
  position: relative;
}

.section.section-content-blocks .container .content-holder .block.for-image .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section.section-content-blocks .container .content-holder .block.for-image .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.section.section-content-blocks .container .content-holder .block.for-video-embed .video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

.section.section-content-blocks .container .content-holder .block.for-video-embed .video-wrapper iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.section.section-content-blocks .container .content-holder .button-holder {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}

.section.section-content-blocks .container .content-holder .button-holder .button {
  background-color: #000;
  color: #fffbe8;
}

.section.section-content-blocks .container .content-holder .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-content-blocks .container .button-holder {
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.section.section-content-blocks .container .button-holder .button {
  background-color: #fffbe8;
  border: 2px solid #000;
  color: #000;
}

.section.section-content-blocks .container .button-holder .button:after {
  background-color: #000;
  content: "";
  color: #fffbe8;
}

.section.section-cards-overview .holder .content-holder {
  max-width: 520px;
  padding-bottom: 30px;
}

.section.section-cards-overview .holder .content-holder p {
  font-size: 16px;
}

.section.section-cards-overview .holder .card-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  justify-content: flex-start;
}

.section.section-cards-overview .holder .card-holder .card {
  width: calc(33% - 5px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

@media (max-width: 1279.98px) {
  .section.section-cards-overview .holder .card-holder .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .section.section-cards-overview .holder .card-holder .card {
    width: 100%;
  }
}
.section.section-cards-overview .holder .card-holder .card:after {
  content: "";
  display: block;
  width: 263px;
  height: 304px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-cards-overview .holder .card-holder .card:after {
    display: none;
  }
}
.section.section-cards-overview .holder .card-holder .card .image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section.section-cards-overview .holder .card-holder .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-cards-overview .holder .card-holder .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.section.section-cards-overview .holder .card-holder .card .image-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.section.section-cards-overview .holder .card-holder .card .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  bottom: 0;
  position: absolute;
}

.section.section-cards-overview .holder .card-holder .card .card-content {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  position: unset;
}

.section.section-cards-overview .holder .card-holder .card .card-content .inner-content {
  padding: 40px 40px 30px 40px;
}

.section.section-cards-overview .holder .card-holder .card .card-content .inner-content h2, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content h3, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content h4, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content h5, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content h6, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content a:not(.button), .section.section-cards-overview .holder .card-holder .card .card-content .inner-content p, .section.section-cards-overview .holder .card-holder .card .card-content .inner-content ul li {
  color: #fffbe8;
}

.section.section-cards-overview .holder .card-holder .card .card-content .inner-content li:before {
  color: #000;
  background-color: #fffbe8;
}

.section.section-cards-overview .holder .card-holder .card .card-content .inner-content h3 {
  margin: 0 0 16px 0;
  font-size: 25px;
}

.section.section-cards-overview .holder .card-holder .card .card-content .inner-content p {
  font-size: 16px;
}

.section.section-cards-overview .holder .card-holder .card .card-content .button-holder {
  padding: 0 40px 40px 40px;
  position: unset;
  margin-top: 0;
}

.section.section-cards-overview .holder .card-holder .card .card-content .button-holder .button {
  border: 2px solid #fffbe8;
  color: #fffbe8;
}

.section.section-cards-overview .holder .card-holder .card .card-content .button-holder .button:after {
  background-color: #fffbe8;
  color: #000;
}

.section.section-cards-overview .holder .card-holder .card .card-content .button-holder .button {
  position: unset;
}

.section.section-cards-overview .holder .card-holder .card .card-content .button-holder .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section.section-cards-overview .button-holder.align-center {
  width: 100%;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-cards-overview .button-holder.align-center {
    align-items: center;
  }
}
@media (max-width: 1279.98px) {
  .section.section-cards-overview .button-holder.align-left {
    padding-left: 10px;
  }
}
.section.section-images-grid .holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  height: 566px;
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .section.section-images-grid .holder {
    height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .section.section-images-grid .holder {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .section.section-images-grid .holder {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0 20px;
  }
}
.section.section-images-grid .holder .image-holder.left-image {
  position: relative;
  height: 566px;
  max-height: 100%;
}

@media (max-width: 767.98px) {
  .section.section-images-grid .holder .image-holder.left-image {
    height: 400px;
  }
}
.section.section-images-grid .holder .image-holder.left-image .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-images-grid .holder .image-holder.left-image img, .section.section-images-grid .holder .image-holder.left-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.section.section-images-grid .holder .image-holder.left-image img.fade-out, .section.section-images-grid .holder .image-holder.left-image video.fade-out {
  opacity: 0;
}

.section.section-images-grid .holder .right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: 566px;
}

@media (max-width: 767.98px) {
  .section.section-images-grid .holder .right-grid {
    height: 440px;
  }
}
.section.section-images-grid .holder .right-grid .image-holder {
  width: 100%;
  height: 278px;
  overflow: hidden;
  position: relative;
}

.section.section-images-grid .holder .right-grid .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

@media (max-width: 767.98px) {
  .section.section-images-grid .holder .right-grid .image-holder {
    height: 215px;
  }
}
.section.section-images-grid .holder .right-grid .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.section.section-images-grid .holder .right-grid .image-holder img.fade-out {
  opacity: 0;
}

.section.section-images-slider .slider-container {
  overflow: hidden;
  width: 100%;
}

.section.section-images-slider .slider-container .marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section.section-images-slider .slider-container .marquee-advanced__scroll {
  display: flex;
  position: relative;
  width: 100%;
  will-change: transform;
}

.section.section-images-slider .slider-container .marquee-advanced__collection {
  display: flex;
  position: relative;
  will-change: transform;
}

.section.section-images-slider .slider-container .marquee-advanced__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section.section-images-slider .slider-container .marquee-advanced__item-width {
  width: 18vw;
  margin: 1vw;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-images-slider .slider-container .marquee-advanced__item-width {
    width: 75vw;
    margin: 15px;
  }
}
.section.section-images-slider .slider-container .marquee-advanced__item-width:after {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.section.section-images-slider .slider-container .marquee-advanced__item-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.section.section-images-slider .slider-container .slider-track {
  display: flex;
  width: max-content;
}

.section.section-images-slider .slider-container .slider-track .slide {
  flex: 0 0 auto;
  margin-right: 10px;
}

.section.section-images-slider .slider-container .slider-track .slide img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 400px;
}

@media (max-width: 767.98px) {
  .section.section-images-slider .slider-container .slider-track .slide img {
    width: 350px;
  }
}
.section.section-cta-vertical {
  overflow: visible;
}

.section.section-cta-vertical .holder {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.section.section-cta-vertical .holder .container .cta-holder {
  display: flex;
  align-items: stretch;
  box-shadow: 0 20px 60px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section.section-cta-vertical .holder .container .cta-holder {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta-vertical .holder .container .cta-holder {
    box-shadow: none;
  }
}
.section.section-cta-vertical .holder .container .cta-holder .image-holder {
  width: 100%;
  position: relative;
}

@media (min-width: 1440px) {
  .section.section-cta-vertical .holder .container .cta-holder .image-holder {
    flex: 1 0 520px;
    max-width: 520px;
  }
}
.section.section-cta-vertical .holder .container .cta-holder .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-cta-vertical .holder .container .cta-holder .image-holder img {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  right: 0;
  position: absolute;
}

.section.section-cta-vertical .holder .container .cta-holder .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

@media (max-width: 1023.98px) {
  .section.section-cta-vertical .holder .container .cta-holder .image-holder:after {
    padding-bottom: 40%;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta-vertical .holder .container .cta-holder .image-holder:after {
    padding-bottom: 68%;
  }
}
.section.section-cta-vertical .holder .container .cta-holder .content-holder {
  width: 100%;
  background-color: #f8f0e3;
  position: relative;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black {
  background-color: #000;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner h1, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner h2, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner h3, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner h4, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner h5, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner p, .section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner ul li {
  color: #fffbe8;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder.is-black .inner .button-holder .button {
  border: 2px solid #fffbe8;
}

@media (min-width: 1440px) {
  .section.section-cta-vertical .holder .container .cta-holder .content-holder {
    flex: 1 0 calc(100% - 520px);
    max-width: calc(100% - 520px);
  }
}
.section.section-cta-vertical .holder .container .cta-holder .content-holder:after {
  content: "";
  display: block;
  width: 316.16px;
  height: 363.58px;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  right: 0;
}

@media (min-width: 1440px) {
  .section.section-cta-vertical .holder .container .cta-holder .content-holder:after {
    bottom: 0;
    top: unset;
  }
}
@media (max-width: 1023.98px) {
  .section.section-cta-vertical .holder .container .cta-holder .content-holder:after {
    display: none;
  }
}
.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner {
  padding: 77px 85px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1279.98px) {
  .section.section-cta-vertical .holder .container .cta-holder .content-holder .inner {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .section.section-cta-vertical .holder .container .cta-holder .content-holder .inner {
    padding: 45px 20px;
  }
}
.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner a:not(.button) {
  color: #f5821c;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner a:not(.button):after {
  display: none;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner h3 {
  margin-bottom: 35px;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner h2 {
  font-size: 40px;
  padding-bottom: 0;
}

.section.section-cta-vertical .holder .container .cta-holder .content-holder .inner h2:after {
  display: none;
}

.section.section-cta-vertical .background-image {
  position: relative;
  width: 100%;
  height: 500px;
  top: -200px;
  left: 0;
  margin-bottom: -200px;
}

@media (max-width: 767.98px) {
  .section.section-cta-vertical .background-image {
    height: 500px;
  }
}
.section.section-cta-vertical .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-cta-vertical .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section.section-card-image-subtitle.is-slider .holder {
  padding-left: calc((100vw - 1156px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-card-image-subtitle.is-slider .holder {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-card-image-subtitle.is-slider .holder {
    padding-left: 20px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .content-holder {
  padding-right: calc((100vw - 1156px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-card-image-subtitle.is-slider .holder .content-holder {
    padding-right: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-card-image-subtitle.is-slider .holder .content-holder {
    padding-right: 20px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .content-holder .title {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  position: relative;
}

.section.section-card-image-subtitle.is-slider .holder .content-holder .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 6px;
  background-color: #f5821c;
}

.section.section-card-image-subtitle.is-slider .holder .content-holder .title h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-card-image-subtitle.is-slider .holder .content-holder .title h2 {
  margin-bottom: 0px;
}

.section.section-card-image-subtitle.is-slider .holder .content-holder .title h2:after {
  display: none;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder {
  overflow: visible;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper {
    padding-top: 30px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper {
  padding-top: 30px;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card.is-black .card-content {
  background-color: #000;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card.is-black h4 {
  color: #fffbe8;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card:hover .image-holder:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .image-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 300ms ease-in-out;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

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

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .card-content {
  background-color: #f8f0e3;
  position: relative;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .card-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 122px;
  height: 137.752px;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .card-content .inner {
  padding: 24px 16px;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .card-content .inner h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next, .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev {
  border-radius: 4px;
  background-color: #000;
  width: 34px;
  height: 34px;
  top: 80px;
}

@media (max-width: 767.98px) {
  .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next, .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev {
    top: 43px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next:after, .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next {
  right: 70px;
}

@media (max-width: 767.98px) {
  .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next {
    right: 10px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev {
  left: unset;
  right: 150px;
}

@media (max-width: 767.98px) {
  .section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev {
    right: 60px;
  }
}
.section.section-card-image-subtitle.is-slider .holder .card-holder.swiper .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-card-image-subtitle .container .holder .content-holder {
  max-width: 790px;
}

.section.section-card-image-subtitle .container .holder .content-holder .title {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  position: relative;
}

.section.section-card-image-subtitle .container .holder .content-holder .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 6px;
  background-color: #f5821c;
}

.section.section-card-image-subtitle .container .holder .content-holder .title h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-card-image-subtitle .container .holder .content-holder .title h2 {
  margin-bottom: 0px;
}

.section.section-card-image-subtitle .container .holder .content-holder .title h2:after {
  display: none;
}

.section.section-card-image-subtitle .container .holder .card-holder {
  margin-top: 59px;
}

.section.section-card-image-subtitle .container .holder .card-holder h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
}

.section.section-card-image-subtitle .container .holder .card-holder h4 {
  margin-bottom: 24px;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

@media (max-width: 479.98px) {
  .section.section-card-image-subtitle .container .holder .card-holder .cards {
    gap: 20px;
    flex-direction: column;
  }
}
.section.section-card-image-subtitle .container .holder .card-holder .cards .card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  height: auto;
}

@media (max-width: 1023.98px) {
  .section.section-card-image-subtitle .container .holder .card-holder .cards .card {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 479.98px) {
  .section.section-card-image-subtitle .container .holder .card-holder .cards .card {
    width: 100% !important;
  }
}
.section.section-card-image-subtitle .container .holder .card-holder .cards .card.is-black .card-content {
  background-color: #000;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card.is-black h4 {
  color: #fffbe8;
}

@media (max-width: 767.98px) {
  .section.section-card-image-subtitle .container .holder .card-holder .cards .card {
    width: calc((100% - 16px) / 2);
  }
}
.section.section-card-image-subtitle .container .holder .card-holder .cards .card:hover .image-holder:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .image-holder {
  width: 100%;
  position: relative;
  transition: 3ms ease-in-out;
  overflow: hidden;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .image-holder .parallax {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .image-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 300ms ease-in-out;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 3ms ease-in-out;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .image-holder:after {
  content: "";
  display: block;
  padding-bottom: 69%;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .card-content {
  background-color: #f8f0e3;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .card-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 122px;
  height: 137.752px;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .card-content .inner {
  padding: 24px 16px;
}

.section.section-card-image-subtitle .container .holder .card-holder .cards .card .card-content .inner h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-steps.has-slider .holder .content-holder {
  padding-right: calc((100vw - 1156px + 10px) / 2);
  padding-left: calc((100vw - 1156px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-steps.has-slider .holder .content-holder {
    padding-right: calc((100vw - 960px + 10px) / 2);
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .content-holder {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section.section-steps.has-slider .holder .content-holder .title {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  position: relative;
  max-width: 790px;
}

.section.section-steps.has-slider .holder .content-holder .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 6px;
  background-color: #f5821c;
}

.section.section-steps.has-slider .holder .content-holder .title h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-steps.has-slider .holder .content-holder .title h2 {
  margin-bottom: 0px;
}

.section.section-steps.has-slider .holder .content-holder .title h2:after {
  display: none;
}

.section.section-steps.has-slider .holder .content-holder p {
  max-width: 790px;
}

.section.section-steps.has-slider .holder .content-holder .swiper-actions {
  position: relative;
  bottom: 50px;
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .content-holder .swiper-actions {
    bottom: 0;
  }
}
.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next, .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev {
  border-radius: 4px;
  background-color: #000;
  width: 34px;
  height: 34px;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next, .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev {
    top: 43px;
  }
}
.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next:after, .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next {
  right: 0px;
}

@media (max-width: 767.98px) {
  .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next {
    right: 10px;
  }
}
.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-next:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev {
  left: unset;
  right: 64px;
}

@media (max-width: 767.98px) {
  .section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev {
    right: 60px;
  }
}
.section.section-steps.has-slider .holder .content-holder .swiper-actions .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.section.section-steps.has-slider .holder .card-holder {
  margin-top: unset;
  padding-top: 104px;
}

@media (max-width: 767.98px) {
  .section.section-steps.has-slider .holder .card-holder {
    padding-top: 85px;
  }
}
.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding-right: 50px;
  padding-left: calc((100vw - 1156px + 10px) / 2);
}

@media (max-width: 1279.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper {
    padding-left: calc((100vw - 960px + 10px) / 2);
  }
}
@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper {
    padding-left: 20px;
  }
}
.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  z-index: 99;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  z-index: 98;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  z-index: 97;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  z-index: 96;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  z-index: 95;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  z-index: 94;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(7) {
  z-index: 93;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(8) {
  z-index: 92;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(9) {
  z-index: 91;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(10) {
  z-index: 90;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(11) {
  z-index: 89;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(12) {
  z-index: 88;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(13) {
  z-index: 87;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(14) {
  z-index: 86;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(15) {
  z-index: 85;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(16) {
  z-index: 84;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(17) {
  z-index: 83;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(18) {
  z-index: 82;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(19) {
  z-index: 81;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(20) {
  z-index: 80;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(21) {
  z-index: 79;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(22) {
  z-index: 78;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(23) {
  z-index: 77;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(24) {
  z-index: 76;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(25) {
  z-index: 75;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(26) {
  z-index: 74;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(27) {
  z-index: 73;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(28) {
  z-index: 72;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(29) {
  z-index: 71;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(30) {
  z-index: 70;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(31) {
  z-index: 69;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(32) {
  z-index: 68;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(33) {
  z-index: 67;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(34) {
  z-index: 66;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(35) {
  z-index: 65;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(36) {
  z-index: 64;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(37) {
  z-index: 63;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(38) {
  z-index: 62;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(39) {
  z-index: 61;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(40) {
  z-index: 60;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(41) {
  z-index: 59;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(42) {
  z-index: 58;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(43) {
  z-index: 57;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(44) {
  z-index: 56;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(45) {
  z-index: 55;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(46) {
  z-index: 54;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(47) {
  z-index: 53;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(48) {
  z-index: 52;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(49) {
  z-index: 51;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(50) {
  z-index: 50;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(51) {
  z-index: 49;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(52) {
  z-index: 48;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(53) {
  z-index: 47;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(54) {
  z-index: 46;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(55) {
  z-index: 45;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(56) {
  z-index: 44;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(57) {
  z-index: 43;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(58) {
  z-index: 42;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(59) {
  z-index: 41;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(60) {
  z-index: 40;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(61) {
  z-index: 39;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(62) {
  z-index: 38;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(63) {
  z-index: 37;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(64) {
  z-index: 36;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(65) {
  z-index: 35;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(66) {
  z-index: 34;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(67) {
  z-index: 33;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(68) {
  z-index: 32;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(69) {
  z-index: 31;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(70) {
  z-index: 30;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(71) {
  z-index: 29;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(72) {
  z-index: 28;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(73) {
  z-index: 27;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(74) {
  z-index: 26;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(75) {
  z-index: 25;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(76) {
  z-index: 24;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(77) {
  z-index: 23;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(78) {
  z-index: 22;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(79) {
  z-index: 21;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(80) {
  z-index: 20;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(81) {
  z-index: 19;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(82) {
  z-index: 18;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(83) {
  z-index: 17;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(84) {
  z-index: 16;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(85) {
  z-index: 15;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(86) {
  z-index: 14;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(87) {
  z-index: 13;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(88) {
  z-index: 12;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(89) {
  z-index: 11;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(90) {
  z-index: 10;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(91) {
  z-index: 9;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(92) {
  z-index: 8;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(93) {
  z-index: 7;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(94) {
  z-index: 6;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(95) {
  z-index: 5;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(96) {
  z-index: 4;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(97) {
  z-index: 3;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(98) {
  z-index: 2;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(99) {
  z-index: 1;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(100) {
  z-index: 0;
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .card:before {
  display: none;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:last-child .card:before {
  display: none;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .card {
  position: relative;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .card:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 71px;
  height: 66px;
  z-index: 1;
  background-size: contain;
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .card:before {
    right: -10px;
    width: 55px;
  }
}
.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .card:before {
  position: absolute;
  content: "";
  top: 15px;
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 71px;
  height: 66px;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .card:before {
    right: -11px;
    width: 50px;
  }
}
.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .card:before {
  position: absolute;
  bottom: 0;
  content: "";
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-down-variant.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 71px;
  height: 66px;
  z-index: 1;
  background-size: contain;
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .card:before {
    right: -10px;
  }
}
.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card {
  width: 100%;
  background-color: #f8f0e3;
  position: relative;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 233.824px;
  height: 265px;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .number {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .number span, .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .number i {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .inner {
  padding: 80px 24px 40px 24px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

.section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .inner h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  min-height: 40px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section.section-steps.has-slider .holder .card-holder.swiper .swiper-wrapper .swiper-slide .card .inner h4 {
    font-size: 20px;
  }
}
.section.section-steps .container .holder .content-holder {
  max-width: 790px;
}

.section.section-steps .container .holder .content-holder .title {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  position: relative;
}

.section.section-steps .container .holder .content-holder .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 6px;
  background-color: #f5821c;
}

.section.section-steps .container .holder .content-holder .title h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.section-steps .container .holder .content-holder .title h2 {
  margin-bottom: 0px;
}

.section.section-steps .container .holder .content-holder .title h2:after {
  display: none;
}

.section.section-steps .container .holder .card-holder {
  margin-top: 104px;
}

.section.section-steps .container .holder .card-holder .cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .section.section-steps .container .holder .card-holder .cards {
    gap: 50px 12px;
  }
}
.section.section-steps .container .holder .card-holder .cards .card {
  width: calc((100% - 36px) / 4);
  background-color: #f8f0e3;
  position: relative;
}

.section.section-steps .container .holder .card-holder .cards .card:nth-child(1):before {
  position: absolute;
  bottom: 0;
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 66px;
  background-size: contain;
  z-index: 1;
  content: "";
}

@media (max-width: 767.98px) {
  .section.section-steps .container .holder .card-holder .cards .card:nth-child(1):before {
    display: none;
  }
}
.section.section-steps .container .holder .card-holder .cards .card:nth-child(2):before {
  position: absolute;
  top: 15px;
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 66px;
  z-index: 1;
  content: "";
  background-size: contain;
}

@media (max-width: 1023.98px) {
  .section.section-steps .container .holder .card-holder .cards .card:nth-child(2):before {
    display: none;
  }
}
.section.section-steps .container .holder .card-holder .cards .card:nth-child(3):before {
  position: absolute;
  bottom: 0;
  right: -30px;
  background-image: url("/app/themes/freshdev/resources/img/arrow-down-variant.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 66px;
  z-index: 1;
  content: "";
  background-size: contain;
}

@media (max-width: 767.98px) {
  .section.section-steps .container .holder .card-holder .cards .card:nth-child(3):before {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .section.section-steps .container .holder .card-holder .cards .card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 767.98px) {
  .section.section-steps .container .holder .card-holder .cards .card {
    width: 100%;
  }
}
.section.section-steps .container .holder .card-holder .cards .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/app/themes/freshdev/resources/img/watermerk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 233.824px;
  height: 265px;
}

.section.section-steps .container .holder .card-holder .cards .card .number {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-steps .container .holder .card-holder .cards .card .number span, .section.section-steps .container .holder .card-holder .cards .card .number i {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.section.section-steps .container .holder .card-holder .cards .card .inner {
  padding: 80px 24px 40px 24px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section.section-steps .container .holder .card-holder .cards .card .inner h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  min-height: 80px;
}

.section.section-steps .container .holder .card-holder .cards .card .inner p {
  line-height: 25px;
}

.section.section-steps.has-four-steps .card-holder .cards .card:before {
  z-index: 1;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.section-steps.has-four-steps .card-holder .cards .card:nth-child(1):before {
  bottom: 0;
  width: 89px;
  height: 55px;
  right: -45px;
  bottom: 10px;
  background-image: url("/app/themes/freshdev/resources/img/first-arrow.svg");
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-four-steps .card-holder .cards .card:nth-child(1):before {
    top: 10px;
    bottom: unset;
    transform: rotate(45deg);
  }
}
@media (max-width: 767.98px) {
  .section.section-steps.has-four-steps .card-holder .cards .card:nth-child(1):before {
    width: 110px;
    height: 75px;
    top: unset;
    right: 10px;
    bottom: -60px;
    transform: rotate(160deg);
  }
}
.section.section-steps.has-four-steps .card-holder .cards .card:nth-child(2):before {
  top: 18px;
  width: 77px;
  height: 66px;
  right: -40px;
  background-image: url("/app/themes/freshdev/resources/img/second-arrow.svg");
}

@media (max-width: 1023.98px) {
  .section.section-steps.has-four-steps .card-holder .cards .card:nth-child(2):before {
    bottom: -70px;
    top: unset;
    right: unset;
    left: -50px;
    width: 87px;
    height: 87px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767.98px) {
  .section.section-steps.has-four-steps .card-holder .cards .card:nth-child(2):before {
    left: 0;
    width: 97px;
    height: 97px;
  }
}
.section.section-steps.has-four-steps .card-holder .cards .card:nth-child(3):before {
  bottom: 20px;
  width: 105px;
  height: 31px;
  right: -36px;
  background-image: url("/app/themes/freshdev/resources/img/third-arrow.svg");
}

@media (max-width: 767.98px) {
  .section.section-steps.has-four-steps .card-holder .cards .card:nth-child(3):before {
    right: 0;
    width: 115px;
    height: 41px;
    bottom: -40px;
    transform: rotate(115deg);
  }
}
.split-page {
  position: relative;
  min-height: 100dvh;
}

.split-page:after {
  content: "";
  display: block;
  width: 613px;
  height: 700px;
  background-image: url("/app/themes/freshdev/resources/img/Group 8.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -47px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .split-page:after {
    display: none;
  }
}
.split-page:before {
  background: linear-gradient(0deg, #000 0%, #000 100%), #fff;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 2;
}

.split-page .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.split-page .overlay > img, .split-page .overlay > video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.split-page .content-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .split-page .content-holder {
    max-width: 1300px;
  }
}
.split-page .content-holder .image-holder {
  width: 338px;
  height: 150px;
}

.split-page .content-holder .image-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.split-page .content-holder .content {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .split-page .content-holder .content {
    max-width: 790px;
  }
}
@media (max-width: 1023.98px) {
  .split-page .content-holder .content {
    max-width: 550px;
  }
}
@media (max-width: 767.98px) {
  .split-page .content-holder .content {
    max-width: 315px;
    padding-top: 20px;
  }
}
.split-page .content-holder .content h1 .word {
  display: inline-block;
  overflow: hidden;
  line-height: 1.4;
}

.split-page .content-holder .content h1 .line {
  display: block;
  overflow: hidden;
  margin-top: -15px;
}

.split-page .content-holder .content h1 .letter {
  display: inline-block;
}

.split-page .content-holder .content h1, .split-page .content-holder .content h3 {
  color: #fffbe8;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 0;
  hyphens: none;
}

@media (max-width: 1023.98px) {
  .split-page .content-holder .content h1, .split-page .content-holder .content h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.split-page .content-holder .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .split-page .content-holder .columns {
    flex-direction: column;
    padding-top: 450px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .split-page .content-holder .columns {
    width: 275px;
    padding-top: 250px;
  }
}
@media (min-width: 768px) {
  .split-page .content-holder .columns {
    padding-top: 150px;
  }
}
.split-page .content-holder .columns .column {
  flex: 1;
  max-width: 456px;
  text-align: center;
  position: relative;
}

.split-page .content-holder .columns .column h2 {
  color: #fffbe8;
  font-weight: 600;
  font-size: 62px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .split-page .content-holder .columns .column h2 {
    display: none;
  }
}
.split-page .content-holder .columns .column h2:after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffbe8;
}

.split-page .content-holder .columns .column p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fffbe8;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .split-page .content-holder .columns .column p {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .split-page .content-holder .columns .column:first-child .button-holder .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .split-page .content-holder .columns .column:first-child .button-holder .button span {
    margin-right: 10px;
  }
}
.split-page .content-holder .columns .column .button-holder {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .split-page .content-holder .columns .column .button-holder {
    margin-top: 0;
    padding-bottom: 20px;
    width: 240px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .split-page .content-holder .columns .column .button-holder {
    width: 209px;
  }
}
.split-page .content-holder .columns .column .button-holder .button {
  color: #fff;
  border-color: #fff;
  z-index: 2;
  position: unset;
}

.split-page .content-holder .columns .column .button-holder .button:after {
  background-color: #fff;
  color: #000;
}

.split-page .content-holder .columns .column .button-holder .button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart {
    padding-top: 62px;
  }
}
@media (min-width: 1440px) {
  .section.section-shopping-cart .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.section-shopping-cart .container .navigation #breadcrumbs {
  padding-top: 55px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .navigation #breadcrumbs {
    padding-top: 30px;
  }
}
.section.section-shopping-cart .container .navigation #breadcrumbs span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.section.section-shopping-cart .container .navigation #breadcrumbs span span a {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-shopping-cart .container .navigation #breadcrumbs span span a:after {
  height: 1px;
  bottom: 5px;
}

.section.section-shopping-cart .container .navigation #breadcrumbs span .breadcrumb_last {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-shopping-cart .container .page-title {
  padding-top: 45px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .page-title {
    padding: 35px 0;
  }
}
.section.section-shopping-cart .container .column-holder {
  display: flex;
  gap: 40px;
}

@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder {
    flex-direction: column;
  }
}
.section.section-shopping-cart .container .column-holder .column-left {
  flex: 1 0 calc(100% - 520px - 40px);
  max-width: calc(100% - 520px - 40px);
}

@media (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left {
    flex: 1 0 calc(100% - 425px - 40px);
    max-width: calc(100% - 425px - 40px);
  }
}
@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row {
  border-bottom: 1px solid #cbbda3;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder {
  display: flex;
  justify-content: flex-end;
  gap: 234px;
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder {
    gap: 210px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder {
    gap: 100px;
    justify-content: space-between;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder .holder-detail {
  display: flex;
  gap: 72px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .title-row .holder .holder-detail {
    gap: 33px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder {
  border-bottom: 1px solid #cbbda3;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row {
  padding-top: 23px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-between;
}

@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row {
    align-items: flex-start;
  }
}
@media (max-width: 479.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row {
    padding-bottom: 35px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items {
  display: flex;
  align-items: center;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .icon-holder {
  display: flex;
  gap: 20px;
  padding-right: 16px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .icon-holder {
    gap: 10px;
    padding-right: 8px;
  }
}
@media (max-width: 375px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .icon-holder {
    gap: 5px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .icon-holder .icon a:after {
  display: none;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .icon-holder .icon a i {
  color: #f5821c;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder {
  width: 104px;
  min-width: 104px;
  height: 69px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder {
    width: 85px;
    min-width: 85px;
    height: 60px;
    display: none;
  }
}
@media (max-width: 375px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder {
    width: 65px;
    min-width: 65px;
    height: 60px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder a {
  color: #000;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder a:after {
  display: none;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder {
  display: flex;
  gap: 35px;
  align-items: center;
  padding-left: 20px;
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder {
    gap: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder {
    padding-left: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder {
    padding-left: 5px;
    gap: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info {
  width: 155px;
}

@media (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info {
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info {
    width: 150px;
    margin-left: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info > a {
  color: #000;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info > a:after {
  display: none;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info p {
    font-size: 16px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info p.unavailable-text {
  font-size: 12.5px;
  line-height: 18px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info .link {
  display: flex;
  gap: 7px;
  align-items: center;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info .link a {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info .link a {
    font-size: 13px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info .link a:after {
  bottom: 5px;
  height: 1px;
  width: 80%;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-info .link a i {
  color: #f5821c;
  font-size: 12px;
  font-weight: 900;
  margin-left: 7px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-price {
  text-align: right;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-price {
    margin-right: -20px;
  }

  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-price p {
    font-size: 14px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .first-items .product-holder .product-price .extras-indicator {
  font-size: 12px;
  color: #e28413;
  font-weight: 500;
  margin-top: -18px !important;
  text-align: right;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items {
    flex: 1 0 150px;
    max-width: 150px;
    margin-top: -4px;
    align-self: flex-start;
    justify-content: space-between;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder {
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder {
    padding-left: 0;
    margin-right: 10px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount {
  line-height: normal;
  width: 50px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount {
    width: 50px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount p {
  font-size: 16px;
  font-weight: 600;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount input {
  width: 50px;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  text-align: center;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount input::-webkit-inner-spin-button, .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .amount-holder .amount input.cart-qty:read-only {
  border: none !important;
  width: auto !important;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .price-holder {
  padding-left: 66px;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .price-holder {
    padding-left: 7px;
    margin-right: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-row .second-items .price-holder .price p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .error-minimum-order {
  color: red;
  padding-bottom: 10px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .error-category-minimum {
  color: red;
  padding: 10px 0 10px 185px;
}

@media (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .error-category-minimum {
    padding-left: 85px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .error-category-minimum {
    padding-left: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .error-category-minimum p {
  margin: 0;
  font-size: 14px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras {
  padding-left: 190px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras {
    padding-left: 250px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras {
    padding-left: 190px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras {
    padding-left: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras.active {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 40px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row {
  display: flex;
  justify-content: space-between;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row:not(:last-child) {
  padding-bottom: 20px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .image-holder {
  width: 65px;
  height: 48px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .image-holder {
    width: 40px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder {
    padding-right: 15px;
  }
}
@media (max-width: 1023.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder {
    padding-right: 145px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder .product-info {
  width: 230px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder .product-info {
    width: 210px;
  }
}
@media (max-width: 375px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder .product-info {
    width: 190px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder .product-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .product-holder .product-info p {
    max-width: 220px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder {
  width: 48px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount {
  line-height: normal;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount {
    width: 50px;
    padding: 8px;
  }

  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount span.main-product-quantity {
    font-size: 14px !important;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount p {
  font-size: 15px;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount input {
  padding: 0px !important;
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  text-align: center;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount input::-webkit-inner-spin-button, .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .amount-holder .amount input.cart-qty:read-only {
  border: none !important;
  width: auto !important;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder {
  padding-left: 22px;
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder {
    gap: 70px;
  }
}
@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder {
    gap: 0;
    padding-left: 0;
    flex: 1 0 150px;
    max-width: 150px;
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder {
    padding-left: 10px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder .price {
  width: 57px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder .price {
    display: flex;
    justify-content: flex-end;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder .price p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .column-left-inner .holder .product-extras .product-extras-row .price-holder .price p {
    font-size: 13px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .update-cart-button {
  display: flex;
  margin-top: 25px;
  justify-content: flex-end;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .update-cart-button a {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .update-cart-button a:after {
  background-color: #000;
  color: #fff;
}

.section.section-shopping-cart .container .column-holder .column-left .column-left-inner .update-cart-button.hidden {
  display: none;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons {
  margin-top: 64px;
}

@media (max-width: 1023.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons {
    margin-top: 40px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner {
  padding: 40px;
  border: 1px solid rgba(203, 189, 163, 0.5);
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner {
    padding: 32px 16px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .title {
  margin-bottom: 32px;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .title h3 {
  text-transform: none;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .title h3 {
    margin-bottom: 5px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cbbda3;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info {
    flex-direction: column;
    gap: 24px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .description {
  max-width: 350px;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .description p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .description span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 11px 11px 11px 11px !important;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn:after {
  display: none !important;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn.decrement {
  background-color: #b0aea9;
  color: #fff;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn.decrement:hover {
  background-color: #9e9c97;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn.decrement.active {
  background-color: #000;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn.increment {
  background-color: #000;
  color: #fff;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter .counter-btn.increment:hover {
  background-color: #333;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter input {
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  background: #fff;
  -moz-appearance: textfield;
  width: 55px !important;
  padding: 5px 13.118px 5px 16px !important;
  -webkit-text-fill-color: #b0aea9 !important;
  border-color: #b0aea9 !important;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter input::-webkit-outer-spin-button, .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter input:focus {
  border-color: #aaa;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .top-info .counter input.active {
  -webkit-text-fill-color: #000 !important;
  border-color: #000 !important;
}

.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .bottom-info {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .bottom-info {
    justify-content: flex-start;
    margin-top: 18px;
  }
}
.section.section-shopping-cart .container .column-holder .column-left .add-ons .add-ons-inner .add-ons-items .add-ons-item .bottom-info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.32px;
}

.section.section-shopping-cart .container .column-holder .column-right {
  flex: 1 0 520px;
  max-width: 520px;
}

@media (max-width: 1439.98px) {
  .section.section-shopping-cart .container .column-holder .column-right {
    flex: 1 0 425px;
    max-width: 425px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-shopping-cart .container .column-holder .column-right {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .inner {
  padding: 42px 40px 47px 40px;
  background-color: #f8f0e3;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-right .inner {
    padding: 30px;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .inner h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.68px;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .voucher-input {
  position: relative;
  border-radius: 4px;
  border: 1px solid #cbbda3;
  padding: 12px 18px 4px 18px;
  width: 300px;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-right .inner .voucher-input {
    width: 100%;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .inner .voucher-input label {
  position: absolute;
  top: 5px;
  left: 12px;
  padding: 0 4px 0 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000 !important;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .voucher-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  opacity: 0.5;
  line-height: unset !important;
  padding: 0px 20px 0px 0px !important;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-right .inner .voucher-input input {
    padding: 0 !important;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .inner .subtotal {
  padding-top: 30px;
  padding-bottom: 10px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .subtotal .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .subtotal .holder .amount {
  display: flex;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .subtotal .holder .amount p, .section.section-shopping-cart .container .column-holder .column-right .inner .subtotal .holder .amount span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .subtotal .holder .amount span {
  margin-left: 2px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .tax {
  border-bottom: 1px solid #cbbda3;
  padding-bottom: 5px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .tax .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .tax .holder .amount {
  display: flex;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .tax .holder .amount p, .section.section-shopping-cart .container .column-holder .column-right .inner .tax .holder .amount span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .tax .holder .amount span {
  margin-left: 2px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .total {
  padding-top: 30px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .total .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .total .holder .amount {
  display: flex;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .total .holder .amount p {
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .total .holder .amount span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.6px;
  margin-left: 2px;
  margin-bottom: 3px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .button-holder {
  margin-top: 60px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification {
  border-radius: 4px;
  border: 2px solid #d32f2f;
  position: relative;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner {
  padding: 16px 16px 16px 47px;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner {
    padding: 16px 16px 16px 22px;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner ul {
  list-style-type: disc;
  margin-top: -15px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner ul li {
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner ul li:before {
  display: none;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner ul li::marker {
  font-size: 12px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .add-zip-code-link {
  color: #000;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .add-zip-code-link:after {
  background-color: #000;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .zip-code-button {
  font-size: 14px;
  padding: 6px 8px;
  margin-top: 5px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .zip-code-button:after {
  padding: 6px 8px 8px 6px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-link a {
  color: #d32f2f;
  font-size: 15px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-link a:after {
  background-color: #d32f2f;
  bottom: -1px;
  height: 1px;
  width: 92%;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-link a i {
  transition: transform 0.3s;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-content ol {
  padding-left: 20px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container .toggle-content ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification .inner .toggle-container.active .toggle-content {
  opacity: 1;
  max-height: 500px;
}

.section.section-shopping-cart .container .column-holder .column-right .inner .notification:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 16px;
  height: 16px;
  font-weight: 300;
  font-size: 18px;
  color: #d32f2f;
}

@media (max-width: 767.98px) {
  .section.section-shopping-cart .container .column-holder .column-right .inner .notification:before {
    left: 2px;
    top: 14px;
    font-size: 15px;
  }
}
.section.section-shopping-cart .container .column-holder .column-right .images-holder {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 20px;
}

.section.section-shopping-cart .container .column-holder .column-right .images-holder .image-holder {
  width: 35px;
  height: 23px;
  border-radius: 2px;
  border: 1px solid #f8f0e3;
}

.section.section-shopping-cart .container .column-holder .column-right .images-holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#remove-coupon-button {
  padding: 10px;
  margin: 15px 0;
  font-size: 15px;
}

#remove-coupon-button:after {
  padding: 5px;
  font-size: 12px;
}

.section.section-checkout {
  padding-top: 125px;
}

@media (max-width: 767.98px) {
  .section.section-checkout {
    padding-top: 62px;
  }
}
@media (min-width: 1440px) {
  .section.section-checkout .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.section-checkout .container .navigation #breadcrumbs {
  padding-top: 55px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .navigation #breadcrumbs {
    padding-top: 30px;
  }
}
.section.section-checkout .container .navigation #breadcrumbs span {
  display: flex;
  gap: 8px;
}

.section.section-checkout .container .navigation #breadcrumbs span span a {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-checkout .container .navigation #breadcrumbs span span a:after {
  height: 1px;
  bottom: 3px;
}

.section.section-checkout .container .navigation #breadcrumbs span i {
  margin-top: 4px;
}

.section.section-checkout .container .navigation #breadcrumbs span .breadcrumb_last {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-checkout .container .page-title {
  padding-top: 45px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .page-title {
    padding-bottom: 30px;
  }
}
.section.section-checkout .container .page-title h1 {
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder {
  display: flex;
  gap: 60px;
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-checkout .container .column-holder {
    gap: 30px;
  }
}
@media (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder {
    flex-direction: column;
    gap: 25px;
  }
}
.section.section-checkout .container .column-holder .column-left {
  flex: 1 0 660px;
  max-width: 660px;
}

@media (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder .column-left {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-checkout .container .column-holder .column-left .form-container {
  margin: 0 auto;
  padding: 40px 38px 35px 40px;
  background-color: #f8f0e3;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-left .form-container {
    padding: 40px 15px 35px 15px;
  }
}
.section.section-checkout .container .column-holder .column-left .form-container .error-message {
  color: red;
  margin-bottom: 16px;
}

.section.section-checkout .container .column-holder .column-left .form-container h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-transform: none;
  margin: 13px 0;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group {
  flex: 1;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  height: 60px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.desired-day {
  max-width: 350px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.desired-time {
  max-width: 220px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group .single-pickup-time-display {
  padding-left: 11px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.country {
  max-width: 360px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox {
  background-color: transparent;
  border: none;
  height: auto;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox label {
  display: flex;
  margin-left: 0;
  margin-top: 0;
  align-items: center;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox label input {
  width: 25px;
  height: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  border-radius: 4px !important;
  border: 1px solid #cbbda3 !important;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox label input:checked {
  border: 1px solid #cbbda3;
  background-color: #fff;
  position: relative;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox label input:checked:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #000;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.checkbox label span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-transform: none;
  margin-top: 2px;
  padding-left: 10px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group.notes {
  min-height: 97px;
  height: unset;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group label {
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  color: #000;
  margin-top: 10px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group input, .section.section-checkout .container .column-holder .column-left .form-container .form-group select, .section.section-checkout .container .column-holder .column-left .form-container .form-group textarea {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  border: none !important;
  padding: 4px 0 0 10px !important;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group textarea {
  min-height: 97px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group input[type=checkbox] {
  margin-right: 10px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-group input::placeholder, .section.section-checkout .container .column-holder .column-left .form-container .form-group select::placeholder, .section.section-checkout .container .column-holder .column-left .form-container .form-group textarea::placeholder {
  opacity: 0.5;
}

.section.section-checkout .container .column-holder .column-left .form-container .input-error {
  border: 2px solid red !important;
  height: 60px;
}

.section.section-checkout .container .column-holder .column-left .form-container .errorMessage p {
  color: red;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group {
  flex: 1;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 4px !important;
  border: 1px solid #cbbda3;
  height: 60px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group.for-postcode {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group.input-error {
  height: 62px;
  border: 2px solid red;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  color: #000;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group label {
    letter-spacing: 1px;
  }
}
.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group input, .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group select, .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group textarea {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  border: none !important;
  padding: 4px 0 0 10px !important;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group textarea {
  resize: none;
  height: 80px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group input[type=checkbox] {
  margin-right: 10px;
}

.section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group input::placeholder, .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group select::placeholder, .section.section-checkout .container .column-holder .column-left .form-container .form-row .form-group textarea::placeholder {
  opacity: 0.5;
}

.section.section-checkout .container .column-holder .column-right {
  flex: 1 0 calc(100% - 660px - 60px);
  max-width: calc(100% - 660px - 60px);
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-checkout .container .column-holder .column-right {
    flex: 1 0 calc(100% - 660px - 30px);
    max-width: calc(100% - 660px - 30px);
  }
}
@media (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder .column-right {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.section.section-checkout .container .column-holder .column-right .text-holder {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .text-holder {
    display: unset;
  }
}
.section.section-checkout .container .column-holder .column-right .text-holder p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .text-holder a {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .text-holder a {
    padding-left: 0;
  }
}
.section.section-checkout .container .column-holder .column-right .text-holder a:after {
  bottom: 4px;
  height: 1px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .text-holder a:after {
    bottom: 0;
  }
}
.section.section-checkout .container .column-holder .column-right .text-holder a:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 400;
  color: #f5821c;
  right: -20px;
  position: absolute;
}

.section.section-checkout .container .column-holder .column-right .title-row {
  border-bottom: 1px solid #cbbda3;
  padding-top: 30px;
}

.section.section-checkout .container .column-holder .column-right .title-row .holder {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder .column-right .title-row .holder {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .title-row .holder {
    gap: 50px;
    justify-content: space-between;
  }
}
.section.section-checkout .container .column-holder .column-right .title-row .holder h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.section.section-checkout .container .column-holder .column-right .title-row .holder .product {
  margin-left: 92px;
}

@media (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder .column-right .title-row .holder .product {
    margin-left: 115px;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .title-row .holder .product {
    margin-left: 58px;
  }
}
.section.section-checkout .container .column-holder .column-right .title-row .holder .holder-detail {
  display: flex;
  gap: 62px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .title-row .holder .holder-detail {
    gap: 15px;
  }

  .section.section-checkout .container .column-holder .column-right .title-row .holder .holder-detail .amount {
    margin-right: 4px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row {
  padding-top: 23px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbbda3;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row {
    justify-content: space-between;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row:last-of-type {
  border-bottom: none;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items {
  display: flex;
  align-items: center;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .icon-holder {
  display: flex;
  gap: 20px;
  padding-right: 16px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .icon-holder {
    gap: 10px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .icon-holder .icon a:after {
  display: none;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .icon-holder .icon a i {
  color: #f5821c;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .image-holder {
  width: 104px;
  height: 69px;
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .image-holder {
    width: 80px;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .image-holder {
    width: 48px;
    height: 38px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder {
  display: flex;
  gap: 35px;
  align-items: center;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder {
    gap: 0;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info {
    width: 165px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  hyphens: auto;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info .link {
  display: flex;
  gap: 7px;
  align-items: center;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info .link a {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info .link a:after {
  bottom: 5px;
  height: 1px;
  width: 80%;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .first-items .product-holder .product-info .link a i {
  color: #f5821c;
  font-size: 12px;
  font-weight: 900;
  margin-left: 7px;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items {
  display: flex;
  align-items: center;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .amount-holder {
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .amount-holder {
    padding-left: 0;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .amount-holder .amount {
  padding: 8px 13.118px 8px 13.118px;
  border-radius: 4px;
  border: 1px solid #cbbda3;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .amount-holder .amount {
    padding: 8px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .amount-holder .amount p {
  font-size: 16px;
  font-weight: 600;
}

.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .price-holder {
  padding-left: 70px;
  width: 120px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .price-holder {
    width: 85px;
    text-align: right;
    padding-left: 35px;
  }
}
.section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .price-holder .price p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.32px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .product-rows .product-row .second-items .price-holder .price p {
    font-size: 14px;
  }
}
.section.section-checkout .container .column-holder .column-right .form-finish-order {
  padding-top: 30px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner {
  padding: 42px 40px 47px 40px;
  background-color: #f8f0e3;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .form-finish-order .inner {
    padding: 30px;
  }
}
.section.section-checkout .container .column-holder .column-right .form-finish-order .inner h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.68px;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .voucher-input {
  position: relative;
  border-radius: 4px;
  border: 1px solid #cbbda3;
  padding: 12px 18px 4px 18px;
  width: 300px;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .form-finish-order .inner .voucher-input {
    width: 100%;
  }
}
.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .voucher-input label {
  position: absolute;
  top: 5px;
  left: 12px;
  padding: 0 4px 0 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000 !important;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .voucher-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  opacity: 0.5;
  line-height: unset !important;
  padding: 0px 20px 0px 0px !important;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .section.section-checkout .container .column-holder .column-right .form-finish-order .inner .voucher-input input {
    padding: 0 !important;
  }
}
.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delete-voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delete-voucher .voucher i {
  padding-right: 10px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delete-voucher a {
  color: #000;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delete-voucher a:after {
  display: none;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal {
  padding-top: 30px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal .holder .amount {
  display: flex;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal .holder .amount p, .section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal .holder .amount span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .subtotal .holder .amount span {
  margin-left: 2px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delivery-cost .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delivery-cost .holder .amount {
  display: flex;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delivery-cost .holder .amount p, .section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delivery-cost .holder .amount span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .delivery-cost .holder .amount span {
  margin-left: 2px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax {
  border-bottom: 1px solid #cbbda3;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax .holder .amount {
  display: flex;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax .holder .amount p, .section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax .holder .amount span {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .tax .holder .amount span {
  margin-left: 2px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .total {
  padding-top: 30px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .total .holder {
  display: flex;
  justify-content: space-between;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .total .holder .amount {
  display: flex;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .total .holder .amount p {
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .total .holder .amount span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.6px;
  margin-left: 2px;
  margin-bottom: 3px;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .error-no-available-date {
  margin-top: 20px;
  color: red;
}

.section.section-checkout .container .column-holder .column-right .form-finish-order .inner .button-holder {
  margin-top: 60px;
}

.section.section-checkout .container .column-holder .column-right .images-holder {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 20px;
}

.section.section-checkout .container .column-holder .column-right .images-holder .image-holder {
  width: 35px;
  height: 23px;
  border-radius: 2px;
  border: 1px solid #f8f0e3;
}

.section.section-checkout .container .column-holder .column-right .images-holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.extra-payment-actions {
  margin-top: 20px;
}

.extra-payment-actions .title {
  margin-bottom: 20px;
}

.extra-payment-actions .title h3 {
  margin-bottom: 0 !important;
}

.extra-payment-actions .payment-options {
  border-radius: 8px;
  border: 1px solid #000;
}

.extra-payment-actions .payment-options > *:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.extra-payment-actions .payment-options > *:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.extra-payment-actions .payment-options .payment-option {
  transition: background-color 0.3s ease;
}

.extra-payment-actions .payment-options .payment-option + .payment-option {
  border-top: 1px solid #000;
}

.extra-payment-actions .payment-options .payment-option.is-active {
  background-color: #f4f4f4;
}

.extra-payment-actions .payment-options .payment-option.is-active .payment-option-heading {
  border-bottom: 1px solid #000;
}

.extra-payment-actions .payment-options .payment-option.is-inactive {
  background-color: #fff;
}

.extra-payment-actions .payment-options .payment-option.is-inactive .payment-option-content {
  padding: 0;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}

.extra-payment-actions .payment-options .payment-option .payment-option-heading {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.extra-payment-actions .payment-options .payment-option .payment-option-heading label:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.extra-payment-actions .payment-options .payment-option .payment-option-heading label:hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .extra-payment-actions .payment-options .payment-option .payment-option-heading label {
    display: block;
    font-size: 14px;
    margin-bottom: -4px;
  }
}
.extra-payment-actions .payment-options .payment-option .payment-option-heading .heading-radio {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.extra-payment-actions .payment-options .payment-option .payment-option-heading .payment-method-logos {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .extra-payment-actions .payment-options .payment-option .payment-option-heading .payment-method-logos {
    gap: 5px;
  }
}
.extra-payment-actions .payment-options .payment-option .payment-option-heading .payment-method-logos .payment-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .extra-payment-actions .payment-options .payment-option .payment-option-heading .payment-method-logos .payment-logo {
    width: 20px;
    height: 20px;
  }
}
.extra-payment-actions .payment-options .payment-option .payment-option-content {
  opacity: 1;
  padding: 15px;
  max-height: 300px;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  transition: all 0.4s ease;
}

.extra-payment-actions .payment-options .payment-option .payment-option-content .content-inner {
  margin: 0 auto;
  max-width: calc(100% - 200px);
}

@media (max-width: 767.98px) {
  .extra-payment-actions .payment-options .payment-option .payment-option-content .content-inner {
    max-width: calc(100% - 100px);
  }
}
.extra-payment-actions .payment-options .payment-option .payment-option-content .content-inner p {
  font-size: 16px;
}

.extra-payment-actions .payment-options .payment-option .payment-option-content .content-inner .payment-icon {
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.extra-payment-actions.invoice-delivery-address {
  margin-top: 40px;
}

.extra-payment-actions.invoice-delivery-address .delivery-options {
  border-radius: 8px;
  border: 1px solid #000;
}

.extra-payment-actions.invoice-delivery-address .delivery-options > *:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.extra-payment-actions.invoice-delivery-address .delivery-options > *:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option {
  transition: all 0.3s ease-in-out;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option + .delivery-option {
  border-top: 1px solid #000;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-active {
  background-color: #f4f4f4;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-active .payment-option-heading {
  border-bottom: 1px solid #000;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-inactive {
  background-color: #fff;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #f5f5f5;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-disabled label {
  cursor: not-allowed !important;
  color: #999;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option.is-disabled input[type=radio] {
  cursor: not-allowed;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option .delivery-option-heading {
  gap: 10px;
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option .delivery-option-heading label:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option .delivery-option-heading label:hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .extra-payment-actions.invoice-delivery-address .delivery-options .delivery-option .delivery-option-heading label {
    display: block;
    font-size: 14px;
    margin-bottom: -4px;
  }
}
.delivery-section {
  margin-top: 42px;
}

@media (max-width: 767.98px) {
  .delivery-section {
    margin-top: 30px;
  }
}
.delivery-section .title h3 {
  margin-bottom: 0 !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.delivery-section.free-choice-only .delivery-products-list {
  display: none;
}

.delivery-section .delivery-products-list {
  padding: 0 0 22px 0;
}

.delivery-section .delivery-products-list p {
  margin-bottom: 0;
  font-weight: 400;
}

.delivery-section .delivery-products-list ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.delivery-section .delivery-products-list ul li {
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-left: 25px !important;
}

.delivery-section .delivery-products-list ul li:before {
  left: -15px !important;
  top: 50% !important;
  width: 4px !important;
  height: 4px !important;
  content: "" !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
}

.delivery-section .delivery-products-list ul li:last-child {
  margin-bottom: 0;
}

.delivery-section .invoice-address-option {
  margin-top: 20px;
  margin-bottom: 15px;
}

.delivery-section .invoice-address-option .checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.delivery-section .invoice-address-option .checkbox-label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 1px solid #cbbda3;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}

.delivery-section .invoice-address-option .checkbox-label input[type=checkbox]:checked {
  border-color: #cbbda3;
  background-color: #fff;
}

.delivery-section .invoice-address-option .checkbox-label input[type=checkbox]:checked:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .delivery-section .invoice-address-option .checkbox-label input[type=checkbox]:checked:after {
    margin-top: 1px;
  }
}
.delivery-section .invoice-address-option .checkbox-label input[type=checkbox]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.delivery-section .invoice-address-option .checkbox-label span {
  font-size: 16px;
  font-weight: 400;
}

.delivery-section.delivery-section-bezorgen, .delivery-section.delivery-section-afhalen {
  border: none;
  padding: 0;
  background: transparent;
}

.delivery-product-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 525px;
}

.delivery-product-info .delivery-info-message {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
  border: none;
  border-radius: 0;
}

.delivery-product-info .delivery-info-message i {
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-product-info .delivery-info-message i:before {
  margin-left: 1px;
}

.delivery-product-info .delivery-info-message span {
  flex: 1;
  line-height: 19px;
}

.delivery-product-info .delivery-info-message.is-free-choice {
  color: #49b00e;
  background: transparent;
}

.delivery-product-info .delivery-info-message.is-free-choice i {
  color: #fff;
  background-color: #49b00e;
  font-size: 10px;
}

.delivery-product-info .delivery-info-message.is-fixed {
  color: #c00;
  background: transparent;
}

.delivery-product-info .delivery-info-message.is-fixed i {
  color: #fff;
  background-color: #c00;
  font-size: 10px;
}

.delivery-method-selector {
  margin-top: 30px;
}

.delivery-method-selector .title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0 !important;
}

.delivery-method-selector .subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #000;
}

@media (max-width: 767.98px) {
  .delivery-method-selector .subtitle {
    margin-bottom: 15px;
  }
}
.delivery-method-selector .delivery-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.delivery-method-selector .delivery-options .delivery-option {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  transition: none;
}

.delivery-method-selector .delivery-options .delivery-option:first-child, .delivery-method-selector .delivery-options .delivery-option:last-child {
  border-radius: 0 !important;
}

.delivery-method-selector .delivery-options .delivery-option + .delivery-option {
  border: none !important;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading {
  display: flex;
  align-items: center;
  padding: 0;
  border: none !important;
  width: 100%;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin: 0;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label:before {
  display: none;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label span {
  font-size: 16px;
  font-weight: 400;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 1px solid #cbbda3;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=radio]:checked {
  border-color: #cbbda3;
  background-color: #fff;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=radio]:checked:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 1px solid #cbbda3;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=checkbox]:checked {
  border-color: #cbbda3;
  background-color: #fff;
}

.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=checkbox]:checked:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=checkbox]:checked:after {
    margin-top: 1px;
  }
}
.delivery-method-selector .delivery-options .delivery-option .delivery-option-heading label input[type=checkbox]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.delivery-method-selector .delivery-options .delivery-option.is-active, .delivery-method-selector .delivery-options .delivery-option.is-inactive {
  background: transparent !important;
}

.delivery-method-selector .delivery-options .delivery-option.is-disabled {
  opacity: 0.5;
}

.delivery-method-selector .delivery-options .delivery-option.is-disabled label {
  cursor: not-allowed;
}

.delivery-method-selector .delivery-options .delivery-option.is-disabled label input {
  cursor: not-allowed;
}

.different-billing-address {
  max-height: 0;
  margin-top: 40px;
  visibility: hidden;
}

.different-billing-address.active {
  max-height: unset;
  visibility: visible;
}