.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
@charset "UTF-8";
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-fhd,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 568px) {
  .container-sm, .container {
    max-width: 748px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1020px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1020px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
.row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 25px;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 25px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-35,
.gx-35 {
  --bs-gutter-x: 35px;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 35px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 45px;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 45px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-55,
.gx-55 {
  --bs-gutter-x: 55px;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 55px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 65px;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 65px;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 70px;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 70px;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 75px;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 75px;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 80px;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 80px;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 85px;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 85px;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 90px;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 90px;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 95px;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 95px;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 100px;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 100px;
}

@media (min-width: 568px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 5px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 5px;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 10px;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 10px;
  }

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 15px;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 15px;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 20px;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 20px;
  }

  .g-sm-25,
.gx-sm-25 {
    --bs-gutter-x: 25px;
  }

  .g-sm-25,
.gy-sm-25 {
    --bs-gutter-y: 25px;
  }

  .g-sm-30,
.gx-sm-30 {
    --bs-gutter-x: 30px;
  }

  .g-sm-30,
.gy-sm-30 {
    --bs-gutter-y: 30px;
  }

  .g-sm-35,
.gx-sm-35 {
    --bs-gutter-x: 35px;
  }

  .g-sm-35,
.gy-sm-35 {
    --bs-gutter-y: 35px;
  }

  .g-sm-40,
.gx-sm-40 {
    --bs-gutter-x: 40px;
  }

  .g-sm-40,
.gy-sm-40 {
    --bs-gutter-y: 40px;
  }

  .g-sm-45,
.gx-sm-45 {
    --bs-gutter-x: 45px;
  }

  .g-sm-45,
.gy-sm-45 {
    --bs-gutter-y: 45px;
  }

  .g-sm-50,
.gx-sm-50 {
    --bs-gutter-x: 50px;
  }

  .g-sm-50,
.gy-sm-50 {
    --bs-gutter-y: 50px;
  }

  .g-sm-55,
.gx-sm-55 {
    --bs-gutter-x: 55px;
  }

  .g-sm-55,
.gy-sm-55 {
    --bs-gutter-y: 55px;
  }

  .g-sm-60,
.gx-sm-60 {
    --bs-gutter-x: 60px;
  }

  .g-sm-60,
.gy-sm-60 {
    --bs-gutter-y: 60px;
  }

  .g-sm-65,
.gx-sm-65 {
    --bs-gutter-x: 65px;
  }

  .g-sm-65,
.gy-sm-65 {
    --bs-gutter-y: 65px;
  }

  .g-sm-70,
.gx-sm-70 {
    --bs-gutter-x: 70px;
  }

  .g-sm-70,
.gy-sm-70 {
    --bs-gutter-y: 70px;
  }

  .g-sm-75,
.gx-sm-75 {
    --bs-gutter-x: 75px;
  }

  .g-sm-75,
.gy-sm-75 {
    --bs-gutter-y: 75px;
  }

  .g-sm-80,
.gx-sm-80 {
    --bs-gutter-x: 80px;
  }

  .g-sm-80,
.gy-sm-80 {
    --bs-gutter-y: 80px;
  }

  .g-sm-85,
.gx-sm-85 {
    --bs-gutter-x: 85px;
  }

  .g-sm-85,
.gy-sm-85 {
    --bs-gutter-y: 85px;
  }

  .g-sm-90,
.gx-sm-90 {
    --bs-gutter-x: 90px;
  }

  .g-sm-90,
.gy-sm-90 {
    --bs-gutter-y: 90px;
  }

  .g-sm-95,
.gx-sm-95 {
    --bs-gutter-x: 95px;
  }

  .g-sm-95,
.gy-sm-95 {
    --bs-gutter-y: 95px;
  }

  .g-sm-100,
.gx-sm-100 {
    --bs-gutter-x: 100px;
  }

  .g-sm-100,
.gy-sm-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 5px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 5px;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 10px;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 10px;
  }

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 15px;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 15px;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 20px;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 20px;
  }

  .g-md-25,
.gx-md-25 {
    --bs-gutter-x: 25px;
  }

  .g-md-25,
.gy-md-25 {
    --bs-gutter-y: 25px;
  }

  .g-md-30,
.gx-md-30 {
    --bs-gutter-x: 30px;
  }

  .g-md-30,
.gy-md-30 {
    --bs-gutter-y: 30px;
  }

  .g-md-35,
.gx-md-35 {
    --bs-gutter-x: 35px;
  }

  .g-md-35,
.gy-md-35 {
    --bs-gutter-y: 35px;
  }

  .g-md-40,
.gx-md-40 {
    --bs-gutter-x: 40px;
  }

  .g-md-40,
.gy-md-40 {
    --bs-gutter-y: 40px;
  }

  .g-md-45,
.gx-md-45 {
    --bs-gutter-x: 45px;
  }

  .g-md-45,
.gy-md-45 {
    --bs-gutter-y: 45px;
  }

  .g-md-50,
.gx-md-50 {
    --bs-gutter-x: 50px;
  }

  .g-md-50,
.gy-md-50 {
    --bs-gutter-y: 50px;
  }

  .g-md-55,
.gx-md-55 {
    --bs-gutter-x: 55px;
  }

  .g-md-55,
.gy-md-55 {
    --bs-gutter-y: 55px;
  }

  .g-md-60,
.gx-md-60 {
    --bs-gutter-x: 60px;
  }

  .g-md-60,
.gy-md-60 {
    --bs-gutter-y: 60px;
  }

  .g-md-65,
.gx-md-65 {
    --bs-gutter-x: 65px;
  }

  .g-md-65,
.gy-md-65 {
    --bs-gutter-y: 65px;
  }

  .g-md-70,
.gx-md-70 {
    --bs-gutter-x: 70px;
  }

  .g-md-70,
.gy-md-70 {
    --bs-gutter-y: 70px;
  }

  .g-md-75,
.gx-md-75 {
    --bs-gutter-x: 75px;
  }

  .g-md-75,
.gy-md-75 {
    --bs-gutter-y: 75px;
  }

  .g-md-80,
.gx-md-80 {
    --bs-gutter-x: 80px;
  }

  .g-md-80,
.gy-md-80 {
    --bs-gutter-y: 80px;
  }

  .g-md-85,
.gx-md-85 {
    --bs-gutter-x: 85px;
  }

  .g-md-85,
.gy-md-85 {
    --bs-gutter-y: 85px;
  }

  .g-md-90,
.gx-md-90 {
    --bs-gutter-x: 90px;
  }

  .g-md-90,
.gy-md-90 {
    --bs-gutter-y: 90px;
  }

  .g-md-95,
.gx-md-95 {
    --bs-gutter-x: 95px;
  }

  .g-md-95,
.gy-md-95 {
    --bs-gutter-y: 95px;
  }

  .g-md-100,
.gx-md-100 {
    --bs-gutter-x: 100px;
  }

  .g-md-100,
.gy-md-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 5px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 5px;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 10px;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 10px;
  }

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 15px;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 15px;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 20px;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 20px;
  }

  .g-lg-25,
.gx-lg-25 {
    --bs-gutter-x: 25px;
  }

  .g-lg-25,
.gy-lg-25 {
    --bs-gutter-y: 25px;
  }

  .g-lg-30,
.gx-lg-30 {
    --bs-gutter-x: 30px;
  }

  .g-lg-30,
.gy-lg-30 {
    --bs-gutter-y: 30px;
  }

  .g-lg-35,
.gx-lg-35 {
    --bs-gutter-x: 35px;
  }

  .g-lg-35,
.gy-lg-35 {
    --bs-gutter-y: 35px;
  }

  .g-lg-40,
.gx-lg-40 {
    --bs-gutter-x: 40px;
  }

  .g-lg-40,
.gy-lg-40 {
    --bs-gutter-y: 40px;
  }

  .g-lg-45,
.gx-lg-45 {
    --bs-gutter-x: 45px;
  }

  .g-lg-45,
.gy-lg-45 {
    --bs-gutter-y: 45px;
  }

  .g-lg-50,
.gx-lg-50 {
    --bs-gutter-x: 50px;
  }

  .g-lg-50,
.gy-lg-50 {
    --bs-gutter-y: 50px;
  }

  .g-lg-55,
.gx-lg-55 {
    --bs-gutter-x: 55px;
  }

  .g-lg-55,
.gy-lg-55 {
    --bs-gutter-y: 55px;
  }

  .g-lg-60,
.gx-lg-60 {
    --bs-gutter-x: 60px;
  }

  .g-lg-60,
.gy-lg-60 {
    --bs-gutter-y: 60px;
  }

  .g-lg-65,
.gx-lg-65 {
    --bs-gutter-x: 65px;
  }

  .g-lg-65,
.gy-lg-65 {
    --bs-gutter-y: 65px;
  }

  .g-lg-70,
.gx-lg-70 {
    --bs-gutter-x: 70px;
  }

  .g-lg-70,
.gy-lg-70 {
    --bs-gutter-y: 70px;
  }

  .g-lg-75,
.gx-lg-75 {
    --bs-gutter-x: 75px;
  }

  .g-lg-75,
.gy-lg-75 {
    --bs-gutter-y: 75px;
  }

  .g-lg-80,
.gx-lg-80 {
    --bs-gutter-x: 80px;
  }

  .g-lg-80,
.gy-lg-80 {
    --bs-gutter-y: 80px;
  }

  .g-lg-85,
.gx-lg-85 {
    --bs-gutter-x: 85px;
  }

  .g-lg-85,
.gy-lg-85 {
    --bs-gutter-y: 85px;
  }

  .g-lg-90,
.gx-lg-90 {
    --bs-gutter-x: 90px;
  }

  .g-lg-90,
.gy-lg-90 {
    --bs-gutter-y: 90px;
  }

  .g-lg-95,
.gx-lg-95 {
    --bs-gutter-x: 95px;
  }

  .g-lg-95,
.gy-lg-95 {
    --bs-gutter-y: 95px;
  }

  .g-lg-100,
.gx-lg-100 {
    --bs-gutter-x: 100px;
  }

  .g-lg-100,
.gy-lg-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 5px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 5px;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 10px;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 10px;
  }

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 15px;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 15px;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xl-25,
.gx-xl-25 {
    --bs-gutter-x: 25px;
  }

  .g-xl-25,
.gy-xl-25 {
    --bs-gutter-y: 25px;
  }

  .g-xl-30,
.gx-xl-30 {
    --bs-gutter-x: 30px;
  }

  .g-xl-30,
.gy-xl-30 {
    --bs-gutter-y: 30px;
  }

  .g-xl-35,
.gx-xl-35 {
    --bs-gutter-x: 35px;
  }

  .g-xl-35,
.gy-xl-35 {
    --bs-gutter-y: 35px;
  }

  .g-xl-40,
.gx-xl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xl-40,
.gy-xl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xl-45,
.gx-xl-45 {
    --bs-gutter-x: 45px;
  }

  .g-xl-45,
.gy-xl-45 {
    --bs-gutter-y: 45px;
  }

  .g-xl-50,
.gx-xl-50 {
    --bs-gutter-x: 50px;
  }

  .g-xl-50,
.gy-xl-50 {
    --bs-gutter-y: 50px;
  }

  .g-xl-55,
.gx-xl-55 {
    --bs-gutter-x: 55px;
  }

  .g-xl-55,
.gy-xl-55 {
    --bs-gutter-y: 55px;
  }

  .g-xl-60,
.gx-xl-60 {
    --bs-gutter-x: 60px;
  }

  .g-xl-60,
.gy-xl-60 {
    --bs-gutter-y: 60px;
  }

  .g-xl-65,
.gx-xl-65 {
    --bs-gutter-x: 65px;
  }

  .g-xl-65,
.gy-xl-65 {
    --bs-gutter-y: 65px;
  }

  .g-xl-70,
.gx-xl-70 {
    --bs-gutter-x: 70px;
  }

  .g-xl-70,
.gy-xl-70 {
    --bs-gutter-y: 70px;
  }

  .g-xl-75,
.gx-xl-75 {
    --bs-gutter-x: 75px;
  }

  .g-xl-75,
.gy-xl-75 {
    --bs-gutter-y: 75px;
  }

  .g-xl-80,
.gx-xl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xl-80,
.gy-xl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xl-85,
.gx-xl-85 {
    --bs-gutter-x: 85px;
  }

  .g-xl-85,
.gy-xl-85 {
    --bs-gutter-y: 85px;
  }

  .g-xl-90,
.gx-xl-90 {
    --bs-gutter-x: 90px;
  }

  .g-xl-90,
.gy-xl-90 {
    --bs-gutter-y: 90px;
  }

  .g-xl-95,
.gx-xl-95 {
    --bs-gutter-x: 95px;
  }

  .g-xl-95,
.gy-xl-95 {
    --bs-gutter-y: 95px;
  }

  .g-xl-100,
.gx-xl-100 {
    --bs-gutter-x: 100px;
  }

  .g-xl-100,
.gy-xl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 5px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 5px;
  }

  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 10px;
  }

  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 10px;
  }

  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 15px;
  }

  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 15px;
  }

  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xxl-25,
.gx-xxl-25 {
    --bs-gutter-x: 25px;
  }

  .g-xxl-25,
.gy-xxl-25 {
    --bs-gutter-y: 25px;
  }

  .g-xxl-30,
.gx-xxl-30 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-30,
.gy-xxl-30 {
    --bs-gutter-y: 30px;
  }

  .g-xxl-35,
.gx-xxl-35 {
    --bs-gutter-x: 35px;
  }

  .g-xxl-35,
.gy-xxl-35 {
    --bs-gutter-y: 35px;
  }

  .g-xxl-40,
.gx-xxl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xxl-40,
.gy-xxl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xxl-45,
.gx-xxl-45 {
    --bs-gutter-x: 45px;
  }

  .g-xxl-45,
.gy-xxl-45 {
    --bs-gutter-y: 45px;
  }

  .g-xxl-50,
.gx-xxl-50 {
    --bs-gutter-x: 50px;
  }

  .g-xxl-50,
.gy-xxl-50 {
    --bs-gutter-y: 50px;
  }

  .g-xxl-55,
.gx-xxl-55 {
    --bs-gutter-x: 55px;
  }

  .g-xxl-55,
.gy-xxl-55 {
    --bs-gutter-y: 55px;
  }

  .g-xxl-60,
.gx-xxl-60 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-60,
.gy-xxl-60 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-65,
.gx-xxl-65 {
    --bs-gutter-x: 65px;
  }

  .g-xxl-65,
.gy-xxl-65 {
    --bs-gutter-y: 65px;
  }

  .g-xxl-70,
.gx-xxl-70 {
    --bs-gutter-x: 70px;
  }

  .g-xxl-70,
.gy-xxl-70 {
    --bs-gutter-y: 70px;
  }

  .g-xxl-75,
.gx-xxl-75 {
    --bs-gutter-x: 75px;
  }

  .g-xxl-75,
.gy-xxl-75 {
    --bs-gutter-y: 75px;
  }

  .g-xxl-80,
.gx-xxl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xxl-80,
.gy-xxl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xxl-85,
.gx-xxl-85 {
    --bs-gutter-x: 85px;
  }

  .g-xxl-85,
.gy-xxl-85 {
    --bs-gutter-y: 85px;
  }

  .g-xxl-90,
.gx-xxl-90 {
    --bs-gutter-x: 90px;
  }

  .g-xxl-90,
.gy-xxl-90 {
    --bs-gutter-y: 90px;
  }

  .g-xxl-95,
.gx-xxl-95 {
    --bs-gutter-x: 95px;
  }

  .g-xxl-95,
.gy-xxl-95 {
    --bs-gutter-y: 95px;
  }

  .g-xxl-100,
.gx-xxl-100 {
    --bs-gutter-x: 100px;
  }

  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 100px;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    flex: 1 0 0%;
  }

  .row-cols-fhd-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-fhd-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-fhd-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-fhd-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-fhd-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-fhd-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-fhd-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-fhd-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-fhd-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-fhd-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-fhd-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-fhd-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-fhd-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-fhd-11 {
    margin-left: 91.6666666667%;
  }

  .g-fhd-0,
.gx-fhd-0 {
    --bs-gutter-x: 0;
  }

  .g-fhd-0,
.gy-fhd-0 {
    --bs-gutter-y: 0;
  }

  .g-fhd-5,
.gx-fhd-5 {
    --bs-gutter-x: 5px;
  }

  .g-fhd-5,
.gy-fhd-5 {
    --bs-gutter-y: 5px;
  }

  .g-fhd-10,
.gx-fhd-10 {
    --bs-gutter-x: 10px;
  }

  .g-fhd-10,
.gy-fhd-10 {
    --bs-gutter-y: 10px;
  }

  .g-fhd-15,
.gx-fhd-15 {
    --bs-gutter-x: 15px;
  }

  .g-fhd-15,
.gy-fhd-15 {
    --bs-gutter-y: 15px;
  }

  .g-fhd-20,
.gx-fhd-20 {
    --bs-gutter-x: 20px;
  }

  .g-fhd-20,
.gy-fhd-20 {
    --bs-gutter-y: 20px;
  }

  .g-fhd-25,
.gx-fhd-25 {
    --bs-gutter-x: 25px;
  }

  .g-fhd-25,
.gy-fhd-25 {
    --bs-gutter-y: 25px;
  }

  .g-fhd-30,
.gx-fhd-30 {
    --bs-gutter-x: 30px;
  }

  .g-fhd-30,
.gy-fhd-30 {
    --bs-gutter-y: 30px;
  }

  .g-fhd-35,
.gx-fhd-35 {
    --bs-gutter-x: 35px;
  }

  .g-fhd-35,
.gy-fhd-35 {
    --bs-gutter-y: 35px;
  }

  .g-fhd-40,
.gx-fhd-40 {
    --bs-gutter-x: 40px;
  }

  .g-fhd-40,
.gy-fhd-40 {
    --bs-gutter-y: 40px;
  }

  .g-fhd-45,
.gx-fhd-45 {
    --bs-gutter-x: 45px;
  }

  .g-fhd-45,
.gy-fhd-45 {
    --bs-gutter-y: 45px;
  }

  .g-fhd-50,
.gx-fhd-50 {
    --bs-gutter-x: 50px;
  }

  .g-fhd-50,
.gy-fhd-50 {
    --bs-gutter-y: 50px;
  }

  .g-fhd-55,
.gx-fhd-55 {
    --bs-gutter-x: 55px;
  }

  .g-fhd-55,
.gy-fhd-55 {
    --bs-gutter-y: 55px;
  }

  .g-fhd-60,
.gx-fhd-60 {
    --bs-gutter-x: 60px;
  }

  .g-fhd-60,
.gy-fhd-60 {
    --bs-gutter-y: 60px;
  }

  .g-fhd-65,
.gx-fhd-65 {
    --bs-gutter-x: 65px;
  }

  .g-fhd-65,
.gy-fhd-65 {
    --bs-gutter-y: 65px;
  }

  .g-fhd-70,
.gx-fhd-70 {
    --bs-gutter-x: 70px;
  }

  .g-fhd-70,
.gy-fhd-70 {
    --bs-gutter-y: 70px;
  }

  .g-fhd-75,
.gx-fhd-75 {
    --bs-gutter-x: 75px;
  }

  .g-fhd-75,
.gy-fhd-75 {
    --bs-gutter-y: 75px;
  }

  .g-fhd-80,
.gx-fhd-80 {
    --bs-gutter-x: 80px;
  }

  .g-fhd-80,
.gy-fhd-80 {
    --bs-gutter-y: 80px;
  }

  .g-fhd-85,
.gx-fhd-85 {
    --bs-gutter-x: 85px;
  }

  .g-fhd-85,
.gy-fhd-85 {
    --bs-gutter-y: 85px;
  }

  .g-fhd-90,
.gx-fhd-90 {
    --bs-gutter-x: 90px;
  }

  .g-fhd-90,
.gy-fhd-90 {
    --bs-gutter-y: 90px;
  }

  .g-fhd-95,
.gx-fhd-95 {
    --bs-gutter-x: 95px;
  }

  .g-fhd-95,
.gy-fhd-95 {
    --bs-gutter-y: 95px;
  }

  .g-fhd-100,
.gx-fhd-100 {
    --bs-gutter-x: 100px;
  }

  .g-fhd-100,
.gy-fhd-100 {
    --bs-gutter-y: 100px;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

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

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

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

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

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

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

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

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

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

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

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (min-width: 568px) {
  .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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .m-sm-55 {
    margin: 55px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .m-sm-65 {
    margin: 65px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .m-sm-75 {
    margin: 75px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .m-sm-85 {
    margin: 85px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .m-sm-95 {
    margin: 95px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-55 {
    margin-top: 55px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-65 {
    margin-top: 65px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-75 {
    margin-top: 75px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-85 {
    margin-top: 85px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-95 {
    margin-top: 95px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-5 {
    margin-right: 5px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mr-sm-15 {
    margin-right: 15px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mr-sm-25 {
    margin-right: 25px !important;
  }

  .mr-sm-30 {
    margin-right: 30px !important;
  }

  .mr-sm-35 {
    margin-right: 35px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }

  .mr-sm-45 {
    margin-right: 45px !important;
  }

  .mr-sm-50 {
    margin-right: 50px !important;
  }

  .mr-sm-55 {
    margin-right: 55px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }

  .mr-sm-65 {
    margin-right: 65px !important;
  }

  .mr-sm-70 {
    margin-right: 70px !important;
  }

  .mr-sm-75 {
    margin-right: 75px !important;
  }

  .mr-sm-80 {
    margin-right: 80px !important;
  }

  .mr-sm-85 {
    margin-right: 85px !important;
  }

  .mr-sm-90 {
    margin-right: 90px !important;
  }

  .mr-sm-95 {
    margin-right: 95px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-55 {
    margin-bottom: 55px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-65 {
    margin-bottom: 65px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-75 {
    margin-bottom: 75px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-85 {
    margin-bottom: 85px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-95 {
    margin-bottom: 95px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

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

  .ml-sm-5 {
    margin-left: 5px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .ml-sm-15 {
    margin-left: 15px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .ml-sm-25 {
    margin-left: 25px !important;
  }

  .ml-sm-30 {
    margin-left: 30px !important;
  }

  .ml-sm-35 {
    margin-left: 35px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .ml-sm-45 {
    margin-left: 45px !important;
  }

  .ml-sm-50 {
    margin-left: 50px !important;
  }

  .ml-sm-55 {
    margin-left: 55px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .ml-sm-65 {
    margin-left: 65px !important;
  }

  .ml-sm-70 {
    margin-left: 70px !important;
  }

  .ml-sm-75 {
    margin-left: 75px !important;
  }

  .ml-sm-80 {
    margin-left: 80px !important;
  }

  .ml-sm-85 {
    margin-left: 85px !important;
  }

  .ml-sm-90 {
    margin-left: 90px !important;
  }

  .ml-sm-95 {
    margin-left: 95px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

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

  .p-sm-5 {
    padding: 5px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .p-sm-55 {
    padding: 55px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .p-sm-65 {
    padding: 65px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .p-sm-75 {
    padding: 75px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .p-sm-85 {
    padding: 85px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .p-sm-95 {
    padding: 95px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-55 {
    padding-top: 55px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-65 {
    padding-top: 65px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-75 {
    padding-top: 75px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-85 {
    padding-top: 85px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-95 {
    padding-top: 95px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pr-sm-25 {
    padding-right: 25px !important;
  }

  .pr-sm-30 {
    padding-right: 30px !important;
  }

  .pr-sm-35 {
    padding-right: 35px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }

  .pr-sm-45 {
    padding-right: 45px !important;
  }

  .pr-sm-50 {
    padding-right: 50px !important;
  }

  .pr-sm-55 {
    padding-right: 55px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }

  .pr-sm-65 {
    padding-right: 65px !important;
  }

  .pr-sm-70 {
    padding-right: 70px !important;
  }

  .pr-sm-75 {
    padding-right: 75px !important;
  }

  .pr-sm-80 {
    padding-right: 80px !important;
  }

  .pr-sm-85 {
    padding-right: 85px !important;
  }

  .pr-sm-90 {
    padding-right: 90px !important;
  }

  .pr-sm-95 {
    padding-right: 95px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .pl-sm-25 {
    padding-left: 25px !important;
  }

  .pl-sm-30 {
    padding-left: 30px !important;
  }

  .pl-sm-35 {
    padding-left: 35px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .pl-sm-45 {
    padding-left: 45px !important;
  }

  .pl-sm-50 {
    padding-left: 50px !important;
  }

  .pl-sm-55 {
    padding-left: 55px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .pl-sm-65 {
    padding-left: 65px !important;
  }

  .pl-sm-70 {
    padding-left: 70px !important;
  }

  .pl-sm-75 {
    padding-left: 75px !important;
  }

  .pl-sm-80 {
    padding-left: 80px !important;
  }

  .pl-sm-85 {
    padding-left: 85px !important;
  }

  .pl-sm-90 {
    padding-left: 90px !important;
  }

  .pl-sm-95 {
    padding-left: 95px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .m-md-75 {
    margin: 75px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .m-md-85 {
    margin: 85px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .m-md-95 {
    margin: 95px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-55 {
    margin-top: 55px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-65 {
    margin-top: 65px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-md-95 {
    margin-top: 95px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

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

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

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

  .p-md-5 {
    padding: 5px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .p-md-75 {
    padding: 75px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .p-md-85 {
    padding: 85px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .p-md-95 {
    padding: 95px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pl-md-100 {
    padding-left: 100px !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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .m-lg-55 {
    margin: 55px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .m-lg-65 {
    margin: 65px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .m-lg-75 {
    margin: 75px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .m-lg-85 {
    margin: 85px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .m-lg-95 {
    margin: 95px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-5 {
    margin-right: 5px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }

  .mr-lg-15 {
    margin-right: 15px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mr-lg-25 {
    margin-right: 25px !important;
  }

  .mr-lg-30 {
    margin-right: 30px !important;
  }

  .mr-lg-35 {
    margin-right: 35px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }

  .mr-lg-45 {
    margin-right: 45px !important;
  }

  .mr-lg-50 {
    margin-right: 50px !important;
  }

  .mr-lg-55 {
    margin-right: 55px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }

  .mr-lg-65 {
    margin-right: 65px !important;
  }

  .mr-lg-70 {
    margin-right: 70px !important;
  }

  .mr-lg-75 {
    margin-right: 75px !important;
  }

  .mr-lg-80 {
    margin-right: 80px !important;
  }

  .mr-lg-85 {
    margin-right: 85px !important;
  }

  .mr-lg-90 {
    margin-right: 90px !important;
  }

  .mr-lg-95 {
    margin-right: 95px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

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

  .ml-lg-5 {
    margin-left: 5px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .ml-lg-15 {
    margin-left: 15px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .ml-lg-25 {
    margin-left: 25px !important;
  }

  .ml-lg-30 {
    margin-left: 30px !important;
  }

  .ml-lg-35 {
    margin-left: 35px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .ml-lg-45 {
    margin-left: 45px !important;
  }

  .ml-lg-50 {
    margin-left: 50px !important;
  }

  .ml-lg-55 {
    margin-left: 55px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .ml-lg-65 {
    margin-left: 65px !important;
  }

  .ml-lg-70 {
    margin-left: 70px !important;
  }

  .ml-lg-75 {
    margin-left: 75px !important;
  }

  .ml-lg-80 {
    margin-left: 80px !important;
  }

  .ml-lg-85 {
    margin-left: 85px !important;
  }

  .ml-lg-90 {
    margin-left: 90px !important;
  }

  .ml-lg-95 {
    margin-left: 95px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

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

  .p-lg-5 {
    padding: 5px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .p-lg-55 {
    padding: 55px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .p-lg-65 {
    padding: 65px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .p-lg-75 {
    padding: 75px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .p-lg-85 {
    padding: 85px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .p-lg-95 {
    padding: 95px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pt-lg-55 {
    padding-top: 55px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-65 {
    padding-top: 65px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pt-lg-75 {
    padding-top: 75px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pt-lg-85 {
    padding-top: 85px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pt-lg-95 {
    padding-top: 95px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-5 {
    padding-right: 5px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pr-lg-25 {
    padding-right: 25px !important;
  }

  .pr-lg-30 {
    padding-right: 30px !important;
  }

  .pr-lg-35 {
    padding-right: 35px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }

  .pr-lg-45 {
    padding-right: 45px !important;
  }

  .pr-lg-50 {
    padding-right: 50px !important;
  }

  .pr-lg-55 {
    padding-right: 55px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }

  .pr-lg-65 {
    padding-right: 65px !important;
  }

  .pr-lg-70 {
    padding-right: 70px !important;
  }

  .pr-lg-75 {
    padding-right: 75px !important;
  }

  .pr-lg-80 {
    padding-right: 80px !important;
  }

  .pr-lg-85 {
    padding-right: 85px !important;
  }

  .pr-lg-90 {
    padding-right: 90px !important;
  }

  .pr-lg-95 {
    padding-right: 95px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-5 {
    padding-left: 5px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .pl-lg-25 {
    padding-left: 25px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-35 {
    padding-left: 35px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .pl-lg-45 {
    padding-left: 45px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }

  .pl-lg-55 {
    padding-left: 55px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .pl-lg-65 {
    padding-left: 65px !important;
  }

  .pl-lg-70 {
    padding-left: 70px !important;
  }

  .pl-lg-75 {
    padding-left: 75px !important;
  }

  .pl-lg-80 {
    padding-left: 80px !important;
  }

  .pl-lg-85 {
    padding-left: 85px !important;
  }

  .pl-lg-90 {
    padding-left: 90px !important;
  }

  .pl-lg-95 {
    padding-left: 95px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    order: 6 !important;
  }

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

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

  .m-xl-10 {
    margin: 10px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .m-xl-55 {
    margin: 55px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .m-xl-65 {
    margin: 65px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .m-xl-75 {
    margin: 75px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .m-xl-85 {
    margin: 85px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .m-xl-95 {
    margin: 95px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

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

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

  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

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

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

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

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

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

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

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

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

  .mr-xl-5 {
    margin-right: 5px !important;
  }

  .mr-xl-10 {
    margin-right: 10px !important;
  }

  .mr-xl-15 {
    margin-right: 15px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }

  .mr-xl-25 {
    margin-right: 25px !important;
  }

  .mr-xl-30 {
    margin-right: 30px !important;
  }

  .mr-xl-35 {
    margin-right: 35px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }

  .mr-xl-45 {
    margin-right: 45px !important;
  }

  .mr-xl-50 {
    margin-right: 50px !important;
  }

  .mr-xl-55 {
    margin-right: 55px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }

  .mr-xl-65 {
    margin-right: 65px !important;
  }

  .mr-xl-70 {
    margin-right: 70px !important;
  }

  .mr-xl-75 {
    margin-right: 75px !important;
  }

  .mr-xl-80 {
    margin-right: 80px !important;
  }

  .mr-xl-85 {
    margin-right: 85px !important;
  }

  .mr-xl-90 {
    margin-right: 90px !important;
  }

  .mr-xl-95 {
    margin-right: 95px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }

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

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

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

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

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

  .ml-xl-5 {
    margin-left: 5px !important;
  }

  .ml-xl-10 {
    margin-left: 10px !important;
  }

  .ml-xl-15 {
    margin-left: 15px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .ml-xl-25 {
    margin-left: 25px !important;
  }

  .ml-xl-30 {
    margin-left: 30px !important;
  }

  .ml-xl-35 {
    margin-left: 35px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .ml-xl-45 {
    margin-left: 45px !important;
  }

  .ml-xl-50 {
    margin-left: 50px !important;
  }

  .ml-xl-55 {
    margin-left: 55px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .ml-xl-65 {
    margin-left: 65px !important;
  }

  .ml-xl-70 {
    margin-left: 70px !important;
  }

  .ml-xl-75 {
    margin-left: 75px !important;
  }

  .ml-xl-80 {
    margin-left: 80px !important;
  }

  .ml-xl-85 {
    margin-left: 85px !important;
  }

  .ml-xl-90 {
    margin-left: 90px !important;
  }

  .ml-xl-95 {
    margin-left: 95px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

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

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

  .p-xl-10 {
    padding: 10px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .p-xl-55 {
    padding: 55px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .p-xl-65 {
    padding: 65px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .p-xl-75 {
    padding: 75px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .p-xl-85 {
    padding: 85px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .p-xl-95 {
    padding: 95px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

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

  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

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

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pt-xl-55 {
    padding-top: 55px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pt-xl-65 {
    padding-top: 65px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pt-xl-75 {
    padding-top: 75px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pt-xl-85 {
    padding-top: 85px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pt-xl-95 {
    padding-top: 95px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-5 {
    margin: 5px !important;
  }

  .m-xxl-10 {
    margin: 10px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .m-xxl-25 {
    margin: 25px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .m-xxl-35 {
    margin: 35px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .m-xxl-45 {
    margin: 45px !important;
  }

  .m-xxl-50 {
    margin: 50px !important;
  }

  .m-xxl-55 {
    margin: 55px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .m-xxl-65 {
    margin: 65px !important;
  }

  .m-xxl-70 {
    margin: 70px !important;
  }

  .m-xxl-75 {
    margin: 75px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .m-xxl-85 {
    margin: 85px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .m-xxl-95 {
    margin: 95px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xxl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xxl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xxl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xxl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-5 {
    margin-top: 5px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-45 {
    margin-top: 45px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-55 {
    margin-top: 55px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-65 {
    margin-top: 65px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-75 {
    margin-top: 75px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-85 {
    margin-top: 85px !important;
  }

  .mt-xxl-90 {
    margin-top: 90px !important;
  }

  .mt-xxl-95 {
    margin-top: 95px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .mr-xxl-5 {
    margin-right: 5px !important;
  }

  .mr-xxl-10 {
    margin-right: 10px !important;
  }

  .mr-xxl-15 {
    margin-right: 15px !important;
  }

  .mr-xxl-20 {
    margin-right: 20px !important;
  }

  .mr-xxl-25 {
    margin-right: 25px !important;
  }

  .mr-xxl-30 {
    margin-right: 30px !important;
  }

  .mr-xxl-35 {
    margin-right: 35px !important;
  }

  .mr-xxl-40 {
    margin-right: 40px !important;
  }

  .mr-xxl-45 {
    margin-right: 45px !important;
  }

  .mr-xxl-50 {
    margin-right: 50px !important;
  }

  .mr-xxl-55 {
    margin-right: 55px !important;
  }

  .mr-xxl-60 {
    margin-right: 60px !important;
  }

  .mr-xxl-65 {
    margin-right: 65px !important;
  }

  .mr-xxl-70 {
    margin-right: 70px !important;
  }

  .mr-xxl-75 {
    margin-right: 75px !important;
  }

  .mr-xxl-80 {
    margin-right: 80px !important;
  }

  .mr-xxl-85 {
    margin-right: 85px !important;
  }

  .mr-xxl-90 {
    margin-right: 90px !important;
  }

  .mr-xxl-95 {
    margin-right: 95px !important;
  }

  .mr-xxl-100 {
    margin-right: 100px !important;
  }

  .mr-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

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

  .ml-xxl-5 {
    margin-left: 5px !important;
  }

  .ml-xxl-10 {
    margin-left: 10px !important;
  }

  .ml-xxl-15 {
    margin-left: 15px !important;
  }

  .ml-xxl-20 {
    margin-left: 20px !important;
  }

  .ml-xxl-25 {
    margin-left: 25px !important;
  }

  .ml-xxl-30 {
    margin-left: 30px !important;
  }

  .ml-xxl-35 {
    margin-left: 35px !important;
  }

  .ml-xxl-40 {
    margin-left: 40px !important;
  }

  .ml-xxl-45 {
    margin-left: 45px !important;
  }

  .ml-xxl-50 {
    margin-left: 50px !important;
  }

  .ml-xxl-55 {
    margin-left: 55px !important;
  }

  .ml-xxl-60 {
    margin-left: 60px !important;
  }

  .ml-xxl-65 {
    margin-left: 65px !important;
  }

  .ml-xxl-70 {
    margin-left: 70px !important;
  }

  .ml-xxl-75 {
    margin-left: 75px !important;
  }

  .ml-xxl-80 {
    margin-left: 80px !important;
  }

  .ml-xxl-85 {
    margin-left: 85px !important;
  }

  .ml-xxl-90 {
    margin-left: 90px !important;
  }

  .ml-xxl-95 {
    margin-left: 95px !important;
  }

  .ml-xxl-100 {
    margin-left: 100px !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

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

  .p-xxl-5 {
    padding: 5px !important;
  }

  .p-xxl-10 {
    padding: 10px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .p-xxl-25 {
    padding: 25px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .p-xxl-35 {
    padding: 35px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .p-xxl-45 {
    padding: 45px !important;
  }

  .p-xxl-50 {
    padding: 50px !important;
  }

  .p-xxl-55 {
    padding: 55px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .p-xxl-65 {
    padding: 65px !important;
  }

  .p-xxl-70 {
    padding: 70px !important;
  }

  .p-xxl-75 {
    padding: 75px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .p-xxl-85 {
    padding: 85px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .p-xxl-95 {
    padding: 95px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xxl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xxl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xxl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xxl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-5 {
    padding-top: 5px !important;
  }

  .pt-xxl-10 {
    padding-top: 10px !important;
  }

  .pt-xxl-15 {
    padding-top: 15px !important;
  }

  .pt-xxl-20 {
    padding-top: 20px !important;
  }

  .pt-xxl-25 {
    padding-top: 25px !important;
  }

  .pt-xxl-30 {
    padding-top: 30px !important;
  }

  .pt-xxl-35 {
    padding-top: 35px !important;
  }

  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-45 {
    padding-top: 45px !important;
  }

  .pt-xxl-50 {
    padding-top: 50px !important;
  }

  .pt-xxl-55 {
    padding-top: 55px !important;
  }

  .pt-xxl-60 {
    padding-top: 60px !important;
  }

  .pt-xxl-65 {
    padding-top: 65px !important;
  }

  .pt-xxl-70 {
    padding-top: 70px !important;
  }

  .pt-xxl-75 {
    padding-top: 75px !important;
  }

  .pt-xxl-80 {
    padding-top: 80px !important;
  }

  .pt-xxl-85 {
    padding-top: 85px !important;
  }

  .pt-xxl-90 {
    padding-top: 90px !important;
  }

  .pt-xxl-95 {
    padding-top: 95px !important;
  }

  .pt-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .pr-xxl-5 {
    padding-right: 5px !important;
  }

  .pr-xxl-10 {
    padding-right: 10px !important;
  }

  .pr-xxl-15 {
    padding-right: 15px !important;
  }

  .pr-xxl-20 {
    padding-right: 20px !important;
  }

  .pr-xxl-25 {
    padding-right: 25px !important;
  }

  .pr-xxl-30 {
    padding-right: 30px !important;
  }

  .pr-xxl-35 {
    padding-right: 35px !important;
  }

  .pr-xxl-40 {
    padding-right: 40px !important;
  }

  .pr-xxl-45 {
    padding-right: 45px !important;
  }

  .pr-xxl-50 {
    padding-right: 50px !important;
  }

  .pr-xxl-55 {
    padding-right: 55px !important;
  }

  .pr-xxl-60 {
    padding-right: 60px !important;
  }

  .pr-xxl-65 {
    padding-right: 65px !important;
  }

  .pr-xxl-70 {
    padding-right: 70px !important;
  }

  .pr-xxl-75 {
    padding-right: 75px !important;
  }

  .pr-xxl-80 {
    padding-right: 80px !important;
  }

  .pr-xxl-85 {
    padding-right: 85px !important;
  }

  .pr-xxl-90 {
    padding-right: 90px !important;
  }

  .pr-xxl-95 {
    padding-right: 95px !important;
  }

  .pr-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }

  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }

  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }

  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }

  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }

  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pl-xxl-5 {
    padding-left: 5px !important;
  }

  .pl-xxl-10 {
    padding-left: 10px !important;
  }

  .pl-xxl-15 {
    padding-left: 15px !important;
  }

  .pl-xxl-20 {
    padding-left: 20px !important;
  }

  .pl-xxl-25 {
    padding-left: 25px !important;
  }

  .pl-xxl-30 {
    padding-left: 30px !important;
  }

  .pl-xxl-35 {
    padding-left: 35px !important;
  }

  .pl-xxl-40 {
    padding-left: 40px !important;
  }

  .pl-xxl-45 {
    padding-left: 45px !important;
  }

  .pl-xxl-50 {
    padding-left: 50px !important;
  }

  .pl-xxl-55 {
    padding-left: 55px !important;
  }

  .pl-xxl-60 {
    padding-left: 60px !important;
  }

  .pl-xxl-65 {
    padding-left: 65px !important;
  }

  .pl-xxl-70 {
    padding-left: 70px !important;
  }

  .pl-xxl-75 {
    padding-left: 75px !important;
  }

  .pl-xxl-80 {
    padding-left: 80px !important;
  }

  .pl-xxl-85 {
    padding-left: 85px !important;
  }

  .pl-xxl-90 {
    padding-left: 90px !important;
  }

  .pl-xxl-95 {
    padding-left: 95px !important;
  }

  .pl-xxl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-fhd-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-fhd-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-fhd-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-fhd-stretch {
    align-self: stretch !important;
  }

  .order-fhd-first {
    order: -1 !important;
  }

  .order-fhd-0 {
    order: 0 !important;
  }

  .order-fhd-1 {
    order: 1 !important;
  }

  .order-fhd-2 {
    order: 2 !important;
  }

  .order-fhd-3 {
    order: 3 !important;
  }

  .order-fhd-4 {
    order: 4 !important;
  }

  .order-fhd-5 {
    order: 5 !important;
  }

  .order-fhd-last {
    order: 6 !important;
  }

  .m-fhd-0 {
    margin: 0 !important;
  }

  .m-fhd-5 {
    margin: 5px !important;
  }

  .m-fhd-10 {
    margin: 10px !important;
  }

  .m-fhd-15 {
    margin: 15px !important;
  }

  .m-fhd-20 {
    margin: 20px !important;
  }

  .m-fhd-25 {
    margin: 25px !important;
  }

  .m-fhd-30 {
    margin: 30px !important;
  }

  .m-fhd-35 {
    margin: 35px !important;
  }

  .m-fhd-40 {
    margin: 40px !important;
  }

  .m-fhd-45 {
    margin: 45px !important;
  }

  .m-fhd-50 {
    margin: 50px !important;
  }

  .m-fhd-55 {
    margin: 55px !important;
  }

  .m-fhd-60 {
    margin: 60px !important;
  }

  .m-fhd-65 {
    margin: 65px !important;
  }

  .m-fhd-70 {
    margin: 70px !important;
  }

  .m-fhd-75 {
    margin: 75px !important;
  }

  .m-fhd-80 {
    margin: 80px !important;
  }

  .m-fhd-85 {
    margin: 85px !important;
  }

  .m-fhd-90 {
    margin: 90px !important;
  }

  .m-fhd-95 {
    margin: 95px !important;
  }

  .m-fhd-100 {
    margin: 100px !important;
  }

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

  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-fhd-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-fhd-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-fhd-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-fhd-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-fhd-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-fhd-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-fhd-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-fhd-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-fhd-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-fhd-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-fhd-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-fhd-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-fhd-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }

  .mx-fhd-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-fhd-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }

  .mx-fhd-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-fhd-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }

  .mx-fhd-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-fhd-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }

  .mx-fhd-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-fhd-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-fhd-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-fhd-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-fhd-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-fhd-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-fhd-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-fhd-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-fhd-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-fhd-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-fhd-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-fhd-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-fhd-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-fhd-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .my-fhd-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-fhd-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .my-fhd-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-fhd-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .my-fhd-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-fhd-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .my-fhd-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-fhd-0 {
    margin-top: 0 !important;
  }

  .mt-fhd-5 {
    margin-top: 5px !important;
  }

  .mt-fhd-10 {
    margin-top: 10px !important;
  }

  .mt-fhd-15 {
    margin-top: 15px !important;
  }

  .mt-fhd-20 {
    margin-top: 20px !important;
  }

  .mt-fhd-25 {
    margin-top: 25px !important;
  }

  .mt-fhd-30 {
    margin-top: 30px !important;
  }

  .mt-fhd-35 {
    margin-top: 35px !important;
  }

  .mt-fhd-40 {
    margin-top: 40px !important;
  }

  .mt-fhd-45 {
    margin-top: 45px !important;
  }

  .mt-fhd-50 {
    margin-top: 50px !important;
  }

  .mt-fhd-55 {
    margin-top: 55px !important;
  }

  .mt-fhd-60 {
    margin-top: 60px !important;
  }

  .mt-fhd-65 {
    margin-top: 65px !important;
  }

  .mt-fhd-70 {
    margin-top: 70px !important;
  }

  .mt-fhd-75 {
    margin-top: 75px !important;
  }

  .mt-fhd-80 {
    margin-top: 80px !important;
  }

  .mt-fhd-85 {
    margin-top: 85px !important;
  }

  .mt-fhd-90 {
    margin-top: 90px !important;
  }

  .mt-fhd-95 {
    margin-top: 95px !important;
  }

  .mt-fhd-100 {
    margin-top: 100px !important;
  }

  .mt-fhd-auto {
    margin-top: auto !important;
  }

  .mr-fhd-0 {
    margin-right: 0 !important;
  }

  .mr-fhd-5 {
    margin-right: 5px !important;
  }

  .mr-fhd-10 {
    margin-right: 10px !important;
  }

  .mr-fhd-15 {
    margin-right: 15px !important;
  }

  .mr-fhd-20 {
    margin-right: 20px !important;
  }

  .mr-fhd-25 {
    margin-right: 25px !important;
  }

  .mr-fhd-30 {
    margin-right: 30px !important;
  }

  .mr-fhd-35 {
    margin-right: 35px !important;
  }

  .mr-fhd-40 {
    margin-right: 40px !important;
  }

  .mr-fhd-45 {
    margin-right: 45px !important;
  }

  .mr-fhd-50 {
    margin-right: 50px !important;
  }

  .mr-fhd-55 {
    margin-right: 55px !important;
  }

  .mr-fhd-60 {
    margin-right: 60px !important;
  }

  .mr-fhd-65 {
    margin-right: 65px !important;
  }

  .mr-fhd-70 {
    margin-right: 70px !important;
  }

  .mr-fhd-75 {
    margin-right: 75px !important;
  }

  .mr-fhd-80 {
    margin-right: 80px !important;
  }

  .mr-fhd-85 {
    margin-right: 85px !important;
  }

  .mr-fhd-90 {
    margin-right: 90px !important;
  }

  .mr-fhd-95 {
    margin-right: 95px !important;
  }

  .mr-fhd-100 {
    margin-right: 100px !important;
  }

  .mr-fhd-auto {
    margin-right: auto !important;
  }

  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }

  .mb-fhd-5 {
    margin-bottom: 5px !important;
  }

  .mb-fhd-10 {
    margin-bottom: 10px !important;
  }

  .mb-fhd-15 {
    margin-bottom: 15px !important;
  }

  .mb-fhd-20 {
    margin-bottom: 20px !important;
  }

  .mb-fhd-25 {
    margin-bottom: 25px !important;
  }

  .mb-fhd-30 {
    margin-bottom: 30px !important;
  }

  .mb-fhd-35 {
    margin-bottom: 35px !important;
  }

  .mb-fhd-40 {
    margin-bottom: 40px !important;
  }

  .mb-fhd-45 {
    margin-bottom: 45px !important;
  }

  .mb-fhd-50 {
    margin-bottom: 50px !important;
  }

  .mb-fhd-55 {
    margin-bottom: 55px !important;
  }

  .mb-fhd-60 {
    margin-bottom: 60px !important;
  }

  .mb-fhd-65 {
    margin-bottom: 65px !important;
  }

  .mb-fhd-70 {
    margin-bottom: 70px !important;
  }

  .mb-fhd-75 {
    margin-bottom: 75px !important;
  }

  .mb-fhd-80 {
    margin-bottom: 80px !important;
  }

  .mb-fhd-85 {
    margin-bottom: 85px !important;
  }

  .mb-fhd-90 {
    margin-bottom: 90px !important;
  }

  .mb-fhd-95 {
    margin-bottom: 95px !important;
  }

  .mb-fhd-100 {
    margin-bottom: 100px !important;
  }

  .mb-fhd-auto {
    margin-bottom: auto !important;
  }

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

  .ml-fhd-5 {
    margin-left: 5px !important;
  }

  .ml-fhd-10 {
    margin-left: 10px !important;
  }

  .ml-fhd-15 {
    margin-left: 15px !important;
  }

  .ml-fhd-20 {
    margin-left: 20px !important;
  }

  .ml-fhd-25 {
    margin-left: 25px !important;
  }

  .ml-fhd-30 {
    margin-left: 30px !important;
  }

  .ml-fhd-35 {
    margin-left: 35px !important;
  }

  .ml-fhd-40 {
    margin-left: 40px !important;
  }

  .ml-fhd-45 {
    margin-left: 45px !important;
  }

  .ml-fhd-50 {
    margin-left: 50px !important;
  }

  .ml-fhd-55 {
    margin-left: 55px !important;
  }

  .ml-fhd-60 {
    margin-left: 60px !important;
  }

  .ml-fhd-65 {
    margin-left: 65px !important;
  }

  .ml-fhd-70 {
    margin-left: 70px !important;
  }

  .ml-fhd-75 {
    margin-left: 75px !important;
  }

  .ml-fhd-80 {
    margin-left: 80px !important;
  }

  .ml-fhd-85 {
    margin-left: 85px !important;
  }

  .ml-fhd-90 {
    margin-left: 90px !important;
  }

  .ml-fhd-95 {
    margin-left: 95px !important;
  }

  .ml-fhd-100 {
    margin-left: 100px !important;
  }

  .ml-fhd-auto {
    margin-left: auto !important;
  }

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

  .p-fhd-5 {
    padding: 5px !important;
  }

  .p-fhd-10 {
    padding: 10px !important;
  }

  .p-fhd-15 {
    padding: 15px !important;
  }

  .p-fhd-20 {
    padding: 20px !important;
  }

  .p-fhd-25 {
    padding: 25px !important;
  }

  .p-fhd-30 {
    padding: 30px !important;
  }

  .p-fhd-35 {
    padding: 35px !important;
  }

  .p-fhd-40 {
    padding: 40px !important;
  }

  .p-fhd-45 {
    padding: 45px !important;
  }

  .p-fhd-50 {
    padding: 50px !important;
  }

  .p-fhd-55 {
    padding: 55px !important;
  }

  .p-fhd-60 {
    padding: 60px !important;
  }

  .p-fhd-65 {
    padding: 65px !important;
  }

  .p-fhd-70 {
    padding: 70px !important;
  }

  .p-fhd-75 {
    padding: 75px !important;
  }

  .p-fhd-80 {
    padding: 80px !important;
  }

  .p-fhd-85 {
    padding: 85px !important;
  }

  .p-fhd-90 {
    padding: 90px !important;
  }

  .p-fhd-95 {
    padding: 95px !important;
  }

  .p-fhd-100 {
    padding: 100px !important;
  }

  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-fhd-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-fhd-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-fhd-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-fhd-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-fhd-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-fhd-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-fhd-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-fhd-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-fhd-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-fhd-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-fhd-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-fhd-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-fhd-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .px-fhd-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-fhd-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .px-fhd-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-fhd-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .px-fhd-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-fhd-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .px-fhd-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-fhd-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-fhd-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-fhd-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-fhd-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-fhd-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-fhd-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-fhd-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-fhd-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-fhd-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-fhd-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-fhd-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-fhd-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-fhd-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .py-fhd-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-fhd-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .py-fhd-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-fhd-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .py-fhd-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-fhd-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .py-fhd-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pt-fhd-0 {
    padding-top: 0 !important;
  }

  .pt-fhd-5 {
    padding-top: 5px !important;
  }

  .pt-fhd-10 {
    padding-top: 10px !important;
  }

  .pt-fhd-15 {
    padding-top: 15px !important;
  }

  .pt-fhd-20 {
    padding-top: 20px !important;
  }

  .pt-fhd-25 {
    padding-top: 25px !important;
  }

  .pt-fhd-30 {
    padding-top: 30px !important;
  }

  .pt-fhd-35 {
    padding-top: 35px !important;
  }

  .pt-fhd-40 {
    padding-top: 40px !important;
  }

  .pt-fhd-45 {
    padding-top: 45px !important;
  }

  .pt-fhd-50 {
    padding-top: 50px !important;
  }

  .pt-fhd-55 {
    padding-top: 55px !important;
  }

  .pt-fhd-60 {
    padding-top: 60px !important;
  }

  .pt-fhd-65 {
    padding-top: 65px !important;
  }

  .pt-fhd-70 {
    padding-top: 70px !important;
  }

  .pt-fhd-75 {
    padding-top: 75px !important;
  }

  .pt-fhd-80 {
    padding-top: 80px !important;
  }

  .pt-fhd-85 {
    padding-top: 85px !important;
  }

  .pt-fhd-90 {
    padding-top: 90px !important;
  }

  .pt-fhd-95 {
    padding-top: 95px !important;
  }

  .pt-fhd-100 {
    padding-top: 100px !important;
  }

  .pr-fhd-0 {
    padding-right: 0 !important;
  }

  .pr-fhd-5 {
    padding-right: 5px !important;
  }

  .pr-fhd-10 {
    padding-right: 10px !important;
  }

  .pr-fhd-15 {
    padding-right: 15px !important;
  }

  .pr-fhd-20 {
    padding-right: 20px !important;
  }

  .pr-fhd-25 {
    padding-right: 25px !important;
  }

  .pr-fhd-30 {
    padding-right: 30px !important;
  }

  .pr-fhd-35 {
    padding-right: 35px !important;
  }

  .pr-fhd-40 {
    padding-right: 40px !important;
  }

  .pr-fhd-45 {
    padding-right: 45px !important;
  }

  .pr-fhd-50 {
    padding-right: 50px !important;
  }

  .pr-fhd-55 {
    padding-right: 55px !important;
  }

  .pr-fhd-60 {
    padding-right: 60px !important;
  }

  .pr-fhd-65 {
    padding-right: 65px !important;
  }

  .pr-fhd-70 {
    padding-right: 70px !important;
  }

  .pr-fhd-75 {
    padding-right: 75px !important;
  }

  .pr-fhd-80 {
    padding-right: 80px !important;
  }

  .pr-fhd-85 {
    padding-right: 85px !important;
  }

  .pr-fhd-90 {
    padding-right: 90px !important;
  }

  .pr-fhd-95 {
    padding-right: 95px !important;
  }

  .pr-fhd-100 {
    padding-right: 100px !important;
  }

  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }

  .pb-fhd-5 {
    padding-bottom: 5px !important;
  }

  .pb-fhd-10 {
    padding-bottom: 10px !important;
  }

  .pb-fhd-15 {
    padding-bottom: 15px !important;
  }

  .pb-fhd-20 {
    padding-bottom: 20px !important;
  }

  .pb-fhd-25 {
    padding-bottom: 25px !important;
  }

  .pb-fhd-30 {
    padding-bottom: 30px !important;
  }

  .pb-fhd-35 {
    padding-bottom: 35px !important;
  }

  .pb-fhd-40 {
    padding-bottom: 40px !important;
  }

  .pb-fhd-45 {
    padding-bottom: 45px !important;
  }

  .pb-fhd-50 {
    padding-bottom: 50px !important;
  }

  .pb-fhd-55 {
    padding-bottom: 55px !important;
  }

  .pb-fhd-60 {
    padding-bottom: 60px !important;
  }

  .pb-fhd-65 {
    padding-bottom: 65px !important;
  }

  .pb-fhd-70 {
    padding-bottom: 70px !important;
  }

  .pb-fhd-75 {
    padding-bottom: 75px !important;
  }

  .pb-fhd-80 {
    padding-bottom: 80px !important;
  }

  .pb-fhd-85 {
    padding-bottom: 85px !important;
  }

  .pb-fhd-90 {
    padding-bottom: 90px !important;
  }

  .pb-fhd-95 {
    padding-bottom: 95px !important;
  }

  .pb-fhd-100 {
    padding-bottom: 100px !important;
  }

  .pl-fhd-0 {
    padding-left: 0 !important;
  }

  .pl-fhd-5 {
    padding-left: 5px !important;
  }

  .pl-fhd-10 {
    padding-left: 10px !important;
  }

  .pl-fhd-15 {
    padding-left: 15px !important;
  }

  .pl-fhd-20 {
    padding-left: 20px !important;
  }

  .pl-fhd-25 {
    padding-left: 25px !important;
  }

  .pl-fhd-30 {
    padding-left: 30px !important;
  }

  .pl-fhd-35 {
    padding-left: 35px !important;
  }

  .pl-fhd-40 {
    padding-left: 40px !important;
  }

  .pl-fhd-45 {
    padding-left: 45px !important;
  }

  .pl-fhd-50 {
    padding-left: 50px !important;
  }

  .pl-fhd-55 {
    padding-left: 55px !important;
  }

  .pl-fhd-60 {
    padding-left: 60px !important;
  }

  .pl-fhd-65 {
    padding-left: 65px !important;
  }

  .pl-fhd-70 {
    padding-left: 70px !important;
  }

  .pl-fhd-75 {
    padding-left: 75px !important;
  }

  .pl-fhd-80 {
    padding-left: 80px !important;
  }

  .pl-fhd-85 {
    padding-left: 85px !important;
  }

  .pl-fhd-90 {
    padding-left: 90px !important;
  }

  .pl-fhd-95 {
    padding-left: 95px !important;
  }

  .pl-fhd-100 {
    padding-left: 100px !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;
  }
}
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-disable color-no-hex  */
/* stylelint-enable color-no-hex  */
.text-tundora {
  color: #424242 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-tundora > * {
  color: inherit;
}

.bg-tundora {
  background-color: #424242;
}

.text-boulder {
  color: #7a7a7a !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-boulder > * {
  color: inherit;
}

.bg-boulder {
  background-color: #7a7a7a;
}

.text-blaze-orange {
  color: #ff5c00 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-blaze-orange > * {
  color: inherit;
}

.bg-blaze-orange {
  background-color: #ff5c00;
}

.text-neon-carrot {
  color: #ff9b3a !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-neon-carrot > * {
  color: inherit;
}

.bg-neon-carrot {
  background-color: #ff9b3a;
}

.text-seashell-peach {
  color: #fff7f1 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-seashell-peach > * {
  color: inherit;
}

.bg-seashell-peach {
  background-color: #fff7f1;
}

.text-pampas {
  color: #f8f5f3 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-pampas > * {
  color: inherit;
}

.bg-pampas {
  background-color: #f8f5f3;
}

.text-silver {
  color: #c6c6c6 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-silver > * {
  color: inherit;
}

.bg-silver {
  background-color: #c6c6c6;
}

.text-pearl-bush {
  color: #eee6e1 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-pearl-bush > * {
  color: inherit;
}

.bg-pearl-bush {
  background-color: #eee6e1;
}

.text-pearl-bush1 {
  color: #e8dcd5 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-pearl-bush1 > * {
  color: inherit;
}

.bg-pearl-bush1 {
  background-color: #e8dcd5;
}

.text-pearl-bush2 {
  color: #e7dad3 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-pearl-bush2 > * {
  color: inherit;
}

.bg-pearl-bush2 {
  background-color: #e7dad3;
}

.text-wafer {
  color: #decdc3 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-wafer > * {
  color: inherit;
}

.bg-wafer {
  background-color: #decdc3;
}

.text-gallery {
  color: #ececec !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-gallery > * {
  color: inherit;
}

.bg-gallery {
  background-color: #ececec;
}

.text-mine-shaft {
  color: #202020 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-mine-shaft > * {
  color: inherit;
}

.bg-mine-shaft {
  background-color: #202020;
}

.text-tuft-bush {
  color: #ffdecc !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-tuft-bush > * {
  color: inherit;
}

.bg-tuft-bush {
  background-color: #ffdecc;
}

.text-alto {
  color: #d9d9d9 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-alto > * {
  color: inherit;
}

.bg-alto {
  background-color: #d9d9d9;
}

.text-milk {
  color: #fff !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-milk > * {
  color: inherit;
}

.bg-milk {
  background-color: #fff;
}

.text-cola {
  color: #000 !important;
  /* stylelint-disable-line declaration-no-important */
}
.text-cola > * {
  color: inherit;
}

.bg-cola {
  background-color: #000;
}

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 20px;
  --size-accordion-indicator: 10px;
  --height-btn: 42px;
  --height-form-control: 42px;
  --py-section: 45px;
  --px-btn: 18px;
  --px-form-control: 13px;
  --py-form-control: 15px;
  --py-accordion: 15px;
  --pr-accordion: 15px;
  --pl-accordion: 45px;
  --font-size-base: 14px;
  --font-size-btn: var(--font-size-base);
  --line-height-base: 21px;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --cubic-bezier: cubic-bezier(.05, .69, .14, 1);
  --cubic-bezier-2: cubic-bezier(.215, .61, .355, 1);
  --gradient-orange: linear-gradient(270deg, #ff9f3e 0%, #ff5c00 100%);
}
@media (min-width: 768px) {
  :root {
    --size-accordion-indicator: 16px;
    --py-section: 70px;
    --py-accordion: 22px;
    --pr-accordion: 75px;
    --pl-accordion: 70px;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-btn-play: 74px;
  }
}
@media (min-width: 1280px) {
  :root {
    --size-bullet: 6px;
    --size-btn-play: 92px;
    --height-btn: 50px;
    --height-form-control: calc(var(--height-btn) * 1.1636363636);
    --py-section: 85px;
    --px-btn: 25px;
    --px-form-control: 20px;
    --font-size-base: 16px;
    --line-height-base: 26px;
  }
}
@media (min-width: 1440px) {
  :root {
    --height-btn: 55px;
    --py-section: 100px;
  }
}
@media (min-width: 1920px) {
  :root {
    --size-bullet: 7px;
    --size-btn-play: 114px;
    --px-btn: 28px;
    --px-form-control: 28px;
    --font-size-base: 18px;
    --line-height-base: 30px;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 568px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important;
  }

  .text-fhd-right {
    text-align: right !important;
  }

  .text-fhd-center {
    text-align: center !important;
  }
}
/* stylelint-disable plugin/no-low-performance-animation-properties  */
/* stylelint-enable plugin/no-low-performance-animation-properties  */
@font-face {
  font-family: "relo-icons";
  src: url("fonts/relo-icons.eot?y8osdk");
  src: url("fonts/relo-icons.eot?y8osdk#iefix") format("embedded-opentype"), url("fonts/relo-icons.woff2?y8osdk") format("woff2"), url("fonts/relo-icons.ttf?y8osdk") format("truetype"), url("fonts/relo-icons.woff?y8osdk") format("woff"), url("fonts/relo-icons.svg?y8osdk#relo-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "relo-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\E922";
  color: #7a7a7a;
}

.icon-person:before {
  content: "\E920";
}

.icon-persons:before {
  content: "\E921";
  color: #606060;
}

.icon-douche:before {
  content: "\E91C";
  color: #606060;
}

.icon-smoke:before {
  content: "\E91D";
  color: #606060;
}

.icon-pen:before {
  content: "\E91E";
  color: #606060;
}

.icon-interior:before {
  content: "\E91F";
}

.icon-money:before {
  content: "\E919";
  color: #606060;
}

.icon-marker:before {
  content: "\E91A";
}

.icon-interior1:before {
  content: "\E91B";
}

.icon-star:before {
  content: "\E918";
}

.icon-arrow-left:before {
  content: "\E917";
}

.icon-phone:before {
  content: "\E913";
}

.icon-twitter:before {
  content: "\E914";
}

.icon-facebook:before {
  content: "\E915";
}

.icon-insta:before {
  content: "\E916";
}

.icon-cart:before {
  content: "\E900";
}

.icon-box:before {
  content: "\E901";
}

.icon-bike:before {
  content: "\E902";
}

.icon-check:before {
  content: "\E903";
}

.icon-minus:before {
  content: "\E904";
}

.icon-chevron-down:before {
  content: "\E905";
}

.icon-coffee:before {
  content: "\E906";
}

.icon-elevator:before {
  content: "\E907";
  color: #606060;
}

.icon-eye:before {
  content: "\E908";
}

.icon-toiletroll:before {
  content: "\E909";
  color: #606060;
}

.icon-pavement:before {
  content: "\E90A";
  color: #606060;
}

.icon-heating:before {
  content: "\E90B";
  color: #606060;
}

.icon-house:before {
  content: "\E90C";
}

.icon-frame:before {
  content: "\E90D";
}

.icon-couch:before {
  content: "\E90E";
}

.icon-envelope:before {
  content: "\E90F";
}

.icon-megaphone:before {
  content: "\E910";
}

.icon-arrow-right:before {
  content: "\E911";
}

.icon-paw:before {
  content: "\E912";
  color: #606060;
}

@font-face {
  font-family: "relo-icons";
  src: url("../fonts/relo-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.custom-select .select-selected::after {
  speak: none;
  font-family: "relo-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-house::before {
  content: "\E90C";
}

.icon-arrow-right::before {
  content: "\E911";
}

.icon-arrow-left::before {
  content: "\E917";
}

.icon-eye::before {
  content: "\E908";
}

.icon-phone::before {
  content: "\E913";
}

.icon-facebook::before {
  content: "\E915";
}

.icon-twitter::before {
  content: "\E914";
}

.icon-insta::before {
  content: "\E916";
}

.icon-star::before {
  content: "\E918";
}

.icon-coffee::before {
  content: "\E906";
}

.icon-cart::before {
  content: "\E900";
}

.icon-box::before {
  content: "\E901";
}

.icon-frame::before {
  content: "\E90D";
}

.icon-toiletroll::before {
  content: "\E909";
}

.icon-heating::before {
  content: "\E90B";
}

.icon-bike::before {
  content: "\E902";
}

.icon-check::before {
  content: "\E903";
}

.icon-minus::before {
  content: "\E904";
}

.icon-pavement::before {
  content: "\E90A";
}

.icon-douche::before {
  content: "\E91C";
}

.icon-smoke::before {
  content: "\E91D";
}

.icon-pen::before {
  content: "\E91E";
}

.icon-person::before {
  content: "\E920";
}

.icon-persons::before {
  content: "\E921";
}

.icon-info::before {
  content: "\E922";
}

.section--team__big .team--info h2, h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 900;
  color: #424242;
}

.section--team__big .team--info h2, h1,
.h1 {
  font-size: 50px;
  line-height: 50px;
}
.section--team__big .team--info h2.stripe, h1.stripe,
.stripe.h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .section--team__big .team--info h2.stripe::before, h1.stripe::before,
.stripe.h1::before {
    width: 100%;
    max-width: 360px;
    height: 20px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 0;
  }
}
@media (min-width: 1920px) {
  .section--team__big .team--info h2.stripe::before, h1.stripe::before,
.stripe.h1::before {
    max-width: 530px;
    height: 35px;
    top: 50px;
  }
}
.section--team__big .team--info h2.stripe b, h1.stripe b,
.stripe.h1 b {
  position: relative;
  z-index: 1;
}
.section--team__big .team--info h2.spacing, h1.spacing,
.spacing.h1 {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .section--team__big .team--info h2.spacing, h1.spacing,
.spacing.h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .section--team__big .team--info h2.spacing, h1.spacing,
.spacing.h1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .section--team__big .team--info h2, h1,
.h1 {
    font-size: 64px;
    line-height: 62px;
  }
}
@media (min-width: 1920px) {
  .section--team__big .team--info h2, h1,
.h1 {
    font-size: 80px;
    line-height: 78px;
  }
}

h2,
.h2 {
  font-size: 42px;
  line-height: 45px;
}
h2 span,
.h2 span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 1;
}
h2.stripe,
.stripe.h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  h2.stripe::before,
.stripe.h2::before {
    width: 100%;
    max-width: 360px;
    height: 20px;
    background-color: #eee6e1;
    content: "";
    position: absolute;
    top: 30px;
    right: -10px;
    z-index: 0;
  }
}
@media (min-width: 1920px) {
  h2.stripe::before,
.stripe.h2::before {
    max-width: 530px;
    height: 35px;
  }
}
h2.stripe b,
.stripe.h2 b {
  position: relative;
  z-index: 1;
}
h2.spacing,
.spacing.h2 {
  margin-bottom: 20px;
}
@media (min-width: 1920px) {
  h2.spacing,
.spacing.h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  h2,
.h2 {
    font-size: 61px;
    line-height: 69px;
  }
}

h3,
.h3 {
  font-size: 36px;
  line-height: 48px;
}
h3 span,
.h3 span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 1;
}
h3.stripe,
.stripe.h3 {
  display: inline-flex;
  position: relative;
}
h3.stripe::before,
.stripe.h3::before {
  width: calc(100% + 12px);
  height: 20px;
  background-color: #eee6e1;
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1920px) {
  h3.stripe::before,
.stripe.h3::before {
    height: 30px;
    bottom: 3px;
  }
}
@media (min-width: 1280px) {
  h3,
.h3 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (min-width: 1920px) {
  h3,
.h3 {
    font-size: 51px;
    line-height: 69px;
  }
}

h4,
.h4 {
  font-size: 32px;
  line-height: 39px;
}
@media (min-width: 1280px) {
  h4,
.h4 {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 1920px) {
  h4,
.h4 {
    font-size: 45px;
    line-height: 49px;
  }
}

.mobile-nav ul li a,
.mobile-nav ul li button, h5,
.h5,
.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a,
h6,
.h6 {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 700;
}

.mobile-nav ul li a,
.mobile-nav ul li button, h5,
.h5 {
  font-size: 26px;
  line-height: 32px;
}
.mobile-nav ul li a.spacing,
.mobile-nav ul li button.spacing, h5.spacing,
.spacing.h5 {
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .mobile-nav ul li a.spacing,
.mobile-nav ul li button.spacing, h5.spacing,
.spacing.h5 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .mobile-nav ul li a,
.mobile-nav ul li button, h5,
.h5 {
    font-size: 27px;
  }
}
@media (min-width: 1920px) {
  .mobile-nav ul li a,
.mobile-nav ul li button, h5,
.h5 {
    font-size: 34px;
    line-height: 40px;
  }
}

.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a, h6,
.h6 {
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1280px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a, h6,
.h6 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a, h6,
.h6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.section--filter .houses__holder .filter h3, .heapBox .heap a, p,
p a,
p span,
td,
a,
li,
span {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.section--filter .houses__holder .filter h3 b, .heapBox .heap a b, p b,
td b,
a b,
li b,
span b,
.section--filter .houses__holder .filter h3 .bold,
.heapBox .heap a .bold,
p .bold,
td .bold,
a .bold,
li .bold,
span .bold,
.section--filter .houses__holder .filter h3 strong,
.heapBox .heap a strong,
p strong,
td strong,
a strong,
li strong,
span strong {
  font-weight: 700;
}
@media (min-width: 1280px) {
  .section--filter .houses__holder .filter h3, .heapBox .heap a, p,
p a,
p span,
td,
a,
li,
span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .section--filter .houses__holder .filter h3, .heapBox .heap a, p,
p a,
p span,
td,
a,
li,
span {
    font-size: 18px;
    line-height: 26px;
  }
}

.section--textcenter__usps .text p, .section--offer .head p,
.section--offer .head p span, .section--latest-news .head p,
.section--latest-news .head p span, .section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span, .section--employees .head p,
.section--employees .head p span, .section--error .error-content .error-content__inner .text, p.big {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.section--textcenter__usps .text p.spacing, .section--offer .head p.spacing,
.section--offer .head p span.spacing, .section--latest-news .head p.spacing,
.section--latest-news .head p span.spacing, .section--reviews .review-top .review-top__inner .review-top__content p.spacing,
.section--reviews .review-top .review-top__inner .review-top__content p span.spacing, .section--employees .head p.spacing,
.section--employees .head p span.spacing, .section--error .error-content .error-content__inner .spacing.text, p.spacing.big {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .section--textcenter__usps .text p, .section--offer .head p,
.section--offer .head p span, .section--latest-news .head p,
.section--latest-news .head p span, .section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span, .section--employees .head p,
.section--employees .head p span, .section--error .error-content .error-content__inner .text, p.big {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  .section--textcenter__usps .text p, .section--offer .head p,
.section--offer .head p span, .section--latest-news .head p,
.section--latest-news .head p span, .section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span, .section--employees .head p,
.section--employees .head p span, .section--error .error-content .error-content__inner .text, p.big {
    font-size: 22px;
    line-height: 26px;
  }
}

.section--textcenter__usps .usps, .section--hero .head .head__text ul, .section--content-banner .bullets ul, .section--hero__image .hero--image__inner ul {
  padding: 0;
  list-style-type: none;
}
.section--textcenter__usps .usps li, .section--hero .head .head__text ul li, .section--content-banner .bullets ul li, .section--hero__image .hero--image__inner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(66, 66, 66, 0.7);
}
.section--textcenter__usps .usps li::before, .section--hero .head .head__text ul li::before, .section--content-banner .bullets ul li::before, .section--hero__image .hero--image__inner ul li::before {
  display: block;
  margin-right: 15px;
  content: "\E903";
  font-family: "relo-icons";
  font-size: 22px;
  color: #ff5c00;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--textcenter__usps .usps li::before, .section--hero .head .head__text ul li::before, .section--content-banner .bullets ul li::before, .section--hero__image .hero--image__inner ul li::before {
    font-size: 28px;
  }
}
.section--textcenter__usps .usps li:last-child, .section--hero .head .head__text ul li:last-child, .section--content-banner .bullets ul li:last-child, .section--hero__image .hero--image__inner ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .section--textcenter__usps .usps li, .section--hero .head .head__text ul li, .section--content-banner .bullets ul li, .section--hero__image .hero--image__inner ul li {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .section--textcenter__usps .usps li, .section--hero .head .head__text ul li, .section--content-banner .bullets ul li, .section--hero__image .hero--image__inner ul li {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff7f1;
}
body main {
  flex-grow: 1;
  padding-top: 75px;
}
@media (min-width: 768px) {
  body main {
    padding-top: 85px;
  }
}
@media (min-width: 1920px) {
  body main {
    padding-top: 115px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-right: calc(20px * -.5);
    margin-left: calc(20px * -.5);
  }
  .row .col,
.row [class*=col-] {
    padding-right: calc(20px / 2);
    padding-left: calc(20px / 2);
  }
}
@media (min-width: 1280px) {
  .row {
    margin-right: calc(25px * -.5);
    margin-left: calc(25px * -.5);
  }
  .row .col,
.row [class*=col-] {
    padding-right: calc(25px / 2);
    padding-left: calc(25px / 2);
  }
}
@media (min-width: 1920px) {
  .row {
    margin-right: calc(33px * -.5);
    margin-left: calc(33px * -.5);
  }
  .row .col,
.row [class*=col-] {
    padding-right: calc(33px / 2);
    padding-left: calc(33px / 2);
  }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapsing {
  overflow: hidden;
  height: 0;
  transition: height var(--speed-default) var(--cubic-bezier-2);
  /* stylelint-disable-line plugin/no-low-performance-animation-properties */
}

picture.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
picture.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mtmo_widget_14 {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9992;
}
@media (max-width: 1023.98px) {
  .mtmo_widget_14 a img {
    width: 60px;
  }
}
@media (max-width: 767.98px) {
  .mtmo_widget_14 a img {
    width: 45px;
  }
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: -0.01px;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga", "kern";
}

ol,
ul {
  margin: revert;
  padding: revert;
}

ol {
  list-style-type: decimal;
}
ol.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul {
  list-style-type: disc;
}
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.accordion-item {
  background-color: #fff;
  position: relative;
}
.accordion-item .accordion__term {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--py-accordion) var(--pr-accordion) var(--py-accordion) var(--pl-accordion);
}
.accordion-item .accordion__term i {
  width: var(--size-accordion-indicator);
  height: var(--size-accordion-indicator);
  position: absolute;
  left: calc((var(--pl-accordion) - var(--size-accordion-indicator)) / 2);
  transition: transform var(--speed-default) var(--cubic-bezier);
}
.accordion-item .accordion__term i::before, .accordion-item .accordion__term i::after {
  content: "";
  position: absolute;
  transition: all var(--speed-default) var(--cubic-bezier);
}
.accordion-item .accordion__term i::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 0;
  width: 100%;
  height: 2px;
}
.accordion-item .accordion__term i::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: auto;
  width: 2px;
  height: 100%;
}
.accordion-item .accordion__term span {
  font-weight: 700;
  letter-spacing: -0.03px;
}
.accordion-item .accordion__term.open i {
  transform: rotate(180deg);
}
.accordion-item .accordion__term.open i::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .accordion-item .accordion__term {
    transition: color var(--speed-fast) ease-out;
  }
}
.accordion-item .accordion__body {
  position: relative;
}
.accordion-item .accordion__description {
  padding-right: var(--pr-accordion);
  padding-bottom: calc(var(--py-accordion) * 2);
  padding-left: var(--pl-accordion);
}
.accordion-item + .accordion-item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .accordion-item .accordion__term i::before {
    height: 3px;
  }
  .accordion-item .accordion__term i::after {
    width: 3px;
  }
  .accordion-item .accordion__term span {
    letter-spacing: -0.04px;
  }
}

.heapBox {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.heapBox a {
  color: rgba(66, 66, 66, 0.7);
}
.heapBox a.holder {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  height: 48px;
  padding: 0 15px 0 30px;
  position: relative;
}
.heapBox a.holder::before {
  font-family: "relo-icons";
  font-size: 18px;
  color: #d9d9d9;
  position: absolute;
  left: 0;
  transition: var(--speed-default);
}
.heapBox a.holder::after {
  content: "\E905";
  font-family: "relo-icons";
  font-size: 6px;
  color: #424242;
  position: absolute;
  right: 0;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .heapBox a.holder::after {
    font-size: 9px;
  }
}
.heapBox .heap {
  width: calc(100% + 30px);
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: absolute;
  top: calc(100% + 2px);
  left: -15px;
  z-index: 3;
  list-style-type: none;
}
.heapBox .heap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heapBox .heap ul li {
  border-bottom: 1px solid #decdc3;
  padding: 10px 15px;
  line-height: 31px;
}
.heapBox .heap ul li a {
  display: block;
  width: 100%;
  font-weight: 400;
}
.heapBox .heap ul li a:hover {
  color: #ff5c00;
}
.heapBox .heap ul li:last-of-type {
  border: none;
}
.heapBox.open a.holder {
  color: rgba(66, 66, 66, 0.7);
}
.heapBox.open a.holder::before {
  color: rgba(66, 66, 66, 0.7);
}
.heapBox.open a.holder::after {
  color: #424242;
  transform: rotate(180deg);
}
@media (min-width: 1280px) {
  .heapBox {
    font-size: 16px;
    line-height: 30px;
  }
}

.btn, .gform form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  padding: 0 15px;
  background-color: #ff5c00;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: var(--speed-default);
}
.btn i, .gform form .gform_page .gform_page_footer .button i,
.gform_wrapper form .gform_page .gform_page_footer .button i {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .btn i, .gform form .gform_page .gform_page_footer .button i,
.gform_wrapper form .gform_page .gform_page_footer .button i {
    margin-right: 15px;
    font-size: 20px;
  }
}
.btn.btn--white, .gform form .gform_page .gform_page_footer .btn--white.button,
.gform_wrapper form .gform_page .gform_page_footer .btn--white.button {
  background-color: #fff;
  color: #424242;
}
.btn.btn--white i, .gform form .gform_page .gform_page_footer .btn--white.button i,
.gform_wrapper form .gform_page .gform_page_footer .btn--white.button i {
  color: #424242;
}
.btn.spacing, .gform form .gform_page .gform_page_footer .spacing.button,
.gform_wrapper form .gform_page .gform_page_footer .spacing.button {
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .btn.spacing, .gform form .gform_page .gform_page_footer .spacing.button,
.gform_wrapper form .gform_page .gform_page_footer .spacing.button {
    margin-top: 35px;
  }
}
.btn.btn--outline, .gform form .gform_page .gform_page_footer .btn--outline.button,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.button {
  border: 2px solid #424242;
  background-color: transparent;
  color: #424242;
}
.btn.btn--outline i, .gform form .gform_page .gform_page_footer .btn--outline.button i,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.button i {
  color: #424242;
}
.btn.btn--outline:hover, .gform form .gform_page .gform_page_footer .btn--outline.button:hover,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.button:hover {
  border-color: #ff5c00;
  background-color: #ff5c00;
  color: #fff;
}
.btn.btn--outline:hover i, .gform form .gform_page .gform_page_footer .btn--outline.button:hover i,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.button:hover i {
  color: #fff;
}
.btn.btn--outline.white, .gform form .gform_page .gform_page_footer .btn--outline.white.button,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.white.button, .btn.btn--outline.btn--outline--white, .gform form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button {
  border-color: #fff;
  color: #fff;
}
.btn.btn--outline.white i, .gform form .gform_page .gform_page_footer .btn--outline.white.button i,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.white.button i, .btn.btn--outline.btn--outline--white i, .gform form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button i,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button i {
  color: #fff;
}
.btn.btn--outline.white:hover, .gform form .gform_page .gform_page_footer .btn--outline.white.button:hover,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.white.button:hover, .btn.btn--outline.btn--outline--white:hover, .gform form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button:hover,
.gform_wrapper form .gform_page .gform_page_footer .btn--outline.btn--outline--white.button:hover {
  border-color: transparent;
}
@media (min-width: 1920px) {
  .btn, .gform form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .button {
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
  }
}

.btn-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff5c00;
}
.btn-rounded i {
  font-size: 12px;
  color: #fff;
}
.btn-rounded.btn-rounded--outline {
  border: 2px solid #424242;
  background-color: transparent;
}
.btn-rounded.btn-rounded--outline i {
  color: #424242;
}
@media (min-width: 1920px) {
  .btn-rounded {
    width: 60px;
    height: 60px;
  }
}

.btn-text {
  display: flex;
  align-items: center;
  font-family: "SourceSansPro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ff5c00;
  transition: var(--speed-default);
}
.btn-text i {
  margin-left: 20px;
  color: #ff5c00;
  transition: var(--speed-default);
}
.btn-text:hover {
  color: #424242;
}
.btn-text:hover i {
  color: #424242;
}
@media (min-width: 1280px) {
  .btn-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .btn-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.btn-play-wrapper {
  margin-top: 15px;
  padding-bottom: 75%;
  position: relative;
}
.btn-play-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-btn-play);
  height: var(--size-btn-play);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(11.7px);
          backdrop-filter: blur(11.7px);
  font-size: calc(var(--size-btn-play) / 2.85);
  color: #fff;
}
.btn-play i {
  margin-left: 5%;
}
@media (hover: hover) and (pointer: fine) {
  .btn-play {
    transition: transform var(--speed-default) ease-out;
  }
  .btn-play:hover {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

table {
  width: 100%;
}

.breadcrumb {
  margin: 25px 0;
}
.breadcrumb i {
  display: inline-flex;
  padding-top: 3px;
  font-size: 5px;
  transform: rotate(90deg);
}
.breadcrumb span {
  font-size: 12px;
  color: #424242;
}
.breadcrumb span a {
  opacity: 0.8;
  font-size: 12px;
  color: #424242;
}
.breadcrumb span.seperator {
  padding: 0 5px;
}
@media (min-width: 1920px) {
  .breadcrumb {
    margin: 50px 0;
  }
}

form h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  form h5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
form .form-row .form-group {
  margin-bottom: 15px;
}
form .form-row .form-group p {
  margin-top: 0;
  margin-bottom: 15px;
}
form .form-row .form-group .heapBox {
  display: flex !important;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}
form .form-row .form-group .heapBox a.holder {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
form .form-row .form-group .heapBox a.holder::after {
  font-size: 8px;
  top: 15px;
  right: 25px;
}
@media (min-width: 1440px) {
  form .form-row .form-group .heapBox a.holder::after {
    top: 15px;
  }
}
form .form-row .form-group select,
form .form-row .form-group input[type=text],
form .form-row .form-group input[type=tel],
form .form-row .form-group input[type=email],
form .form-row .form-group textarea {
  width: 100%;
  height: 48px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 48px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #424242;
  position: relative;
}
form .form-row .form-group select:focus,
form .form-row .form-group input[type=text]:focus,
form .form-row .form-group input[type=tel]:focus,
form .form-row .form-group input[type=email]:focus,
form .form-row .form-group textarea:focus {
  border-color: #424242;
}
@media (min-width: 1440px) {
  form .form-row .form-group select,
form .form-row .form-group input[type=text],
form .form-row .form-group input[type=tel],
form .form-row .form-group input[type=email],
form .form-row .form-group textarea {
    height: 70px;
    font-size: 18px;
  }
}
form .form-row .form-group span.title {
  opacity: 0.7;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-size: 14px;
  color: #424242;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  form .form-row .form-group span.title {
    font-size: 16px;
  }
}
form .form-row .form-group i {
  font-size: 17px;
  color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
  transition: var(--speed-default);
}
form .form-row .form-group i::before {
  color: #d9d9d9;
}
form .form-row .form-group i.icon-envelope {
  font-size: 14px;
}
form .form-row .form-group .wpcf7-form-control-wrap.active i, form .form-row .form-group .wpcf7-form-control-wrap.focus i {
  color: #424242;
}
form .form-row .form-group .wpcf7-form-control-wrap.active span.title, form .form-row .form-group .wpcf7-form-control-wrap.focus span.title {
  font-size: 12px;
  top: 5px;
  transform: translateY(0);
}
form .form-row .form-group .wpcf7-form-control-wrap.active span.title.title--textarea, form .form-row .form-group .wpcf7-form-control-wrap.focus span.title.title--textarea {
  top: 0;
  bottom: auto;
}
@media (min-width: 1280px) {
  form .form-row .form-group .wpcf7-form-control-wrap.active span.title, form .form-row .form-group .wpcf7-form-control-wrap.focus span.title {
    transform: translateY(0);
  }
}
@media (min-width: 1920px) {
  form .form-row .form-group .wpcf7-form-control-wrap.active span.title, form .form-row .form-group .wpcf7-form-control-wrap.focus span.title {
    transform: translateY(0);
  }
}
form .form-row .form-group textarea {
  height: 100%;
  max-height: 120px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding-top: 10px;
}
@media (min-width: 1440px) {
  form .form-row .form-group textarea {
    max-height: 150px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  form .form-row .form-group {
    flex: 1;
    margin: 0 5px 10px;
  }
}
@media (min-width: 768px) {
  form .form-row {
    margin: 0 -5px;
  }
}
@media (min-width: 768px) {
  form .form-row {
    display: flex;
    justify-content: space-between;
  }
}
form p {
  margin-bottom: 15px;
  color: #424242;
}
form p a {
  color: #ff5c00;
  text-decoration: underline;
}
@media (min-width: 768px) {
  form p {
    margin: 20px 0;
  }
}
form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #ff5c00;
}
@media (min-width: 1280px) {
  form .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin-top: 20px;
}

.tooltip {
  position: relative;
  transform: translateY(-10px);
}
.tooltip::after {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg) translateX(-60%);
}
.tooltip .tooltip-inner {
  max-width: 300px;
  border-radius: 10px;
  padding: 25px 20px;
  background-color: #fff;
  color: rgba(66, 66, 66, 0.7);
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  transform: translateX(-30px) translateY(-10px);
}
.tooltip .tooltip.top > .tooltip-arrow {
  background-color: red;
}

body.navbar--open {
  overflow: hidden;
}

.section--navbar {
  width: 100%;
  padding: 35px 14px 20px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: var(--speed-default);
}
.section--navbar .nav-ratings {
  width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--navbar .nav-ratings {
    width: 350px;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section--navbar .nav-ratings {
    width: auto;
    top: 5px;
    bottom: auto;
  }
}
.section--navbar .container-fluid, .section--navbar .container-sm, .section--navbar .container-md, .section--navbar .container-lg, .section--navbar .container-xl, .section--navbar .container-xxl, .section--navbar .container-fhd {
  padding: 0;
}
.section--navbar .mobile-nav_inner {
  height: 100%;
}
.section--navbar .mobile-nav_inner .mobile-nav_nav {
  transform: translateX(0%);
  transition: var(--speed-default);
}
.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small {
  margin: 0;
  padding: 0;
}
.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li {
  border: none;
  padding: 0;
}
.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a {
  font-weight: 800;
  line-height: 41px;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a i {
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  border-radius: 100%;
  background-color: #ff5c00;
  font-size: 14px;
  color: #fff;
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
  }
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a:hover {
    color: #ff5c00;
  }
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a:hover i {
    opacity: 1;
    visibility: visible;
    margin-left: 35px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small li a {
    font-size: 61px;
    line-height: 69px;
  }
}
@media (min-width: 1280px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav .menu--small {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1280px) {
  .section--navbar .mobile-nav_inner .mobile-nav_nav {
    flex: 0 0 100%;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .section--navbar .mobile-nav_inner {
    display: flex;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .mobile-nav_inner {
    max-width: 1200px;
    padding-top: 180px;
  }
}
.section--navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--navbar .navbar__left {
  position: relative;
  z-index: 10;
}
.section--navbar .navbar__left .navbar__brand img {
  max-width: 150px;
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar__brand img {
    max-width: 170px;
    margin-right: 50px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar__brand img {
    max-width: 215px;
  }
}
.section--navbar .navbar__left .navbar-content__nav {
  display: none;
}
.section--navbar .navbar__left .navbar-content__nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section--navbar .navbar__left .navbar-content__nav ul li {
  margin: 0 15px;
  position: relative;
}
.section--navbar .navbar__left .navbar-content__nav ul li::after {
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar-content__nav ul li::after {
    bottom: -45px;
  }
}
.section--navbar .navbar__left .navbar-content__nav ul li button,
.section--navbar .navbar__left .navbar-content__nav ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  position: relative;
}
.section--navbar .navbar__left .navbar-content__nav ul li button.nav-link-parent::after,
.section--navbar .navbar__left .navbar-content__nav ul li a.nav-link-parent::after {
  content: "\E905";
  font-family: "relo-icons";
  font-size: 8px;
  color: #424242;
  position: absolute;
  right: -15px;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .section--navbar .navbar__left .navbar-content__nav ul li button.nav-link-parent::after,
.section--navbar .navbar__left .navbar-content__nav ul li a.nav-link-parent::after {
    font-size: 5px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar-content__nav ul li button,
.section--navbar .navbar__left .navbar-content__nav ul li a {
    font-size: 18px;
    line-height: 23px;
  }
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub {
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  padding-top: 35px;
  position: absolute;
  left: -15px;
  z-index: -1;
  transition: var(--speed-default);
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul {
  flex-wrap: wrap;
  min-width: 250px;
  border-radius: 0 0 10px 10px;
  padding: 40px;
  background-color: #fff;
  white-space: nowrap;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li {
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #decdc3;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a .menu--image {
  display: none;
  max-width: 270px;
  position: absolute;
  top: 0;
  right: -100%;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a .menu--image::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #ff5c00 0%, rgba(255, 155, 58, 0) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a .menu--image .menu--inner {
  max-width: calc(100% - 60px);
  white-space: initial;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a .menu--image .menu--inner h6 {
  color: #fff;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a:hover {
  color: #ff5c00;
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li a {
    font-size: 18px;
  }
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li.nav-item--active a {
  color: #ff5c00;
}
.section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li:last-of-type a {
  margin: 0;
  border: none;
  padding: 0;
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li {
    flex: 0 0 50%;
    margin-right: 50%;
  }
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul li:first-of-type a .menu--image {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub ul {
    min-height: 380px;
  }
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub {
    min-width: 675px;
    min-height: 380px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar-content__nav ul li .navbar-sub {
    padding-top: 50px;
  }
}
.section--navbar .navbar__left .navbar-content__nav ul li.nav-item--active::after {
  background-color: #ff5c00;
}
.section--navbar .navbar__left .navbar-content__nav ul li.nav-item--active button,
.section--navbar .navbar__left .navbar-content__nav ul li.nav-item--active a {
  color: #ff5c00;
}
.section--navbar .navbar__left .navbar-content__nav ul li.nav-item--active ul li a {
  color: inherit;
}
.section--navbar .navbar__left .navbar-content__nav ul li.has-childs:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.section--navbar .navbar__left .navbar-content__nav ul li.has-childs:hover button::after {
  transform: rotate(180deg);
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar-content__nav ul li {
    margin: 0 20px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar__left .navbar-content__nav ul li {
    margin: 0 25px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__left .navbar-content__nav ul li {
    margin: 0 30px;
  }
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left .navbar-content__nav {
    display: flex;
    margin-right: 30px;
  }
}
@media (min-width: 1280px) {
  .section--navbar .navbar__left {
    display: flex;
    align-items: center;
  }
}
.section--navbar .navbar__right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.section--navbar .navbar__right .navbar__contact {
  margin-right: 10px;
}
.section--navbar .navbar__right .navbar__contact a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #424242;
  border-radius: 100%;
}
.section--navbar .navbar__right .navbar__contact a span {
  display: none;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar__right .navbar__contact a span {
    display: inline;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__contact a span {
    font-size: 18px;
  }
}
.section--navbar .navbar__right .navbar__contact a i {
  font-size: 16px;
  color: #424242;
}
@media (min-width: 1440px) {
  .section--navbar .navbar__right .navbar__contact a i {
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar__right .navbar__contact a {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 5px;
    border-radius: 30px;
    padding: 0 15px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__contact a {
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar__right .navbar__contact {
    display: flex;
    align-items: center;
  }
}
.section--navbar .navbar__right .navbar__toggles {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #424242;
  border-radius: 100%;
  cursor: pointer;
  transition: var(--speed-default);
}
.section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 2px;
  margin-right: -6px;
  border-radius: 10px;
  background-color: #424242;
  text-align: right;
  position: relative;
  transition: var(--speed-default);
}
.section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::before, .section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::after {
  width: 15px;
  height: 2px;
  border-radius: 10px;
  background-color: #424242;
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::before, .section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::after {
    width: 17px;
    height: 3px;
    top: -7px;
  }
}
.section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::after {
  top: 5px;
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle::after {
    top: 7px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__toggles .navbar__toggles-toggle {
    width: 12px;
    height: 3px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar__right .navbar__toggles {
    width: 60px;
    height: 60px;
  }
}
.section--navbar.scrollUp {
  transform: translateY(-250px);
}
.section--navbar.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.section--navbar.scrolled a.nav-ratings {
  top: -100px;
}
.section--navbar.scrolled .navbar__left .navbar-content__nav ul li::after {
  bottom: -32px;
}
@media (min-width: 1920px) {
  .section--navbar.scrolled .mobile-nav {
    height: calc(100% - 90px);
    top: 90px;
  }
}
.section--navbar.navbar--sub--open-wrapper {
  background-color: #f8f5f3;
}
.section--navbar.navbar--sub--open-wrapper .mobile-nav_image::after {
  opacity: 1;
}
.section--navbar.navbar--sub--open-wrapper .mobile-nav_image picture img {
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .mobile-nav_image picture img {
    filter: blur(15px);
  }
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .mobile-nav_image picture {
    overflow: hidden;
  }
}
.section--navbar.navbar--sub--open-wrapper .mobile-nav_inner .mobile-nav_nav {
  transform: translateX(calc(-100% - 20px));
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .mobile-nav_inner .mobile-nav_nav {
    transform: none;
  }
}
.section--navbar.navbar--sub--open-wrapper li {
  opacity: 0;
}
.section--navbar.navbar--sub--open-wrapper li.navbar--sub-open {
  opacity: 1;
  z-index: 99;
}
.section--navbar.navbar--sub--open-wrapper li.navbar--sub-open button {
  opacity: 0;
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper li.navbar--sub-open button {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper li.navbar--sub-open {
    background-color: #fff;
  }
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper li {
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .section--navbar.navbar--sub--open-wrapper li:last-of-type {
    border: none;
  }
}
.section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub {
  visibility: visible;
  margin: 0 20px;
  left: 100%;
}
.section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub button {
  opacity: 1;
}
.section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub ul {
  opacity: 1;
  height: 100%;
}
.section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub ul li {
  opacity: 1;
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub ul li {
    padding-left: 0;
  }
  .section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub ul li a {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub ul {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub {
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    z-index: 9;
  }
}
.section--navbar.navbar--nav-open .navbar__right .navbar__toggles .navbar__toggles-toggle {
  width: 10px;
  margin: 0;
  background-color: transparent;
}
.section--navbar.navbar--nav-open .navbar__right .navbar__toggles .navbar__toggles-toggle::before {
  width: 11px;
  top: 0;
  transform: rotate(45deg);
}
.section--navbar.navbar--nav-open .navbar__right .navbar__toggles .navbar__toggles-toggle::after {
  width: 11px;
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .section--navbar {
    padding: 20px 40px;
  }
}
@media (min-width: 1280px) {
  .section--navbar {
    padding: 50px 40px 20px;
  }
}
@media (min-width: 1920px) {
  .section--navbar {
    padding: 60px 50px 27px 50px;
  }
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - 76px);
  padding: 20px 20px 0 20px;
  background-color: #e7dad3;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: -99;
  transition: var(--speed-default);
}
.mobile-nav .menu--image {
  display: none;
}
.mobile-nav .mobile-nav__inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 5px rgba(255, 92, 0, 0.5);
}
.mobile-nav .mobile-nav__inner * {
  transition: var(--speed-default);
}
.mobile-nav ul {
  padding: 0;
  list-style: none;
  transition: var(--speed-default);
}
.mobile-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  text-align: left;
  list-style-type: none;
}
.mobile-nav ul li a,
.mobile-nav ul li button {
  color: #424242;
}
.mobile-nav ul li a.nav-link-parent::after,
.mobile-nav ul li button.nav-link-parent::after {
  content: "\E911";
  font-family: "relo-icons";
  font-size: 15px;
  color: #424242;
  position: absolute;
  right: 15px;
}
.mobile-nav ul li:last-of-type {
  border: none;
}
@media (min-width: 768px) {
  .mobile-nav ul li {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .mobile-nav ul li {
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .mobile-nav ul.navbar-menu__nav {
    display: none;
  }
}
.mobile-nav .navbar-sub {
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
  position: fixed;
  top: 0;
  left: 200%;
  z-index: -99;
  transition: var(--speed-default);
}
.mobile-nav .navbar-sub ul {
  padding-top: 15px;
}
.mobile-nav .navbar-sub ul li a {
  text-transform: none;
}
.mobile-nav .navbar-sub button {
  display: inline-flex;
  align-items: center;
}
.mobile-nav .navbar-sub button i {
  font-size: 15px;
}
@media (min-width: 1280px) {
  .mobile-nav .navbar-sub {
    left: calc(100% + 100px);
  }
}
.mobile-nav .mobile-nav_image {
  position: absolute;
  top: -30px;
  right: 0;
}
.mobile-nav .mobile-nav_image::after {
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
.mobile-nav.mobile-nav__open {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
@media (min-width: 1280px) {
  .mobile-nav {
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .mobile-nav {
    height: calc(100% - 114px);
    top: 114px;
  }
}

.section--footer {
  overflow: hidden;
  padding-top: 50px;
}
.section--footer .footer--logos {
  margin-top: 30px;
}
.section--footer .footer--logos ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section--footer .footer--logos ul li {
  display: inline-flex;
  flex: 0 0 50%;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
.section--footer .footer-inner {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}
.section--footer .footer-inner::before {
  width: 100%;
  height: 100px;
  background-color: #fff;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  content: "";
  position: absolute;
  top: -50px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--footer .footer-inner::before {
    width: calc(100% + 250px);
    height: 450px;
    top: -100px;
    left: -125px;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer-inner::before {
    height: 800px;
    top: -200px;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .row .col-12:nth-child(3),
.section--footer .footer-inner .row .col-6:nth-child(3) {
    order: 2;
  }
  .section--footer .footer-inner .row .col-12:nth-child(2),
.section--footer .footer-inner .row .col-6:nth-child(2) {
    order: 3;
  }
  .section--footer .footer-inner .row .col-12:nth-child(4),
.section--footer .footer-inner .row .col-6:nth-child(4) {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer-inner .container.container--footer {
    margin-top: -120px;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .container.container--footer {
    margin-top: -50px;
  }
}
.section--footer .footer-inner .intro p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section--footer .footer-inner .intro {
    max-width: 220px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .intro {
    max-width: 250px;
  }
}
.section--footer .footer-inner p:not(.big),
.section--footer .footer-inner li,
.section--footer .footer-inner p span,
.section--footer .footer-inner li a {
  color: rgba(66, 66, 66, 0.7);
}
.section--footer .footer-inner .contact-main a {
  color: #ff5c00;
}
.section--footer .footer-inner .footer-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: rgba(66, 66, 66, 0.7);
  position: relative;
  transition: var(--speed-default);
}
.section--footer .footer-inner .footer-menu a::before {
  margin-right: 25px;
  content: "\E905";
  font-family: "relo-icons";
  font-size: 8px;
  color: #ff5c00;
  transform: rotate(-90deg);
  transition: var(--speed-default);
}
.section--footer .footer-inner .footer-menu a:hover {
  color: #ff5c00;
}
.section--footer .footer-inner .footer-menu a:hover::before {
  transform: translateX(5px) rotate(-90deg);
}
@media (min-width: 768px) {
  .section--footer .footer-inner .footer-menu {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .footer-menu {
    margin-top: 0;
    order: 2;
  }
}
.section--footer .footer-inner .contact-phone {
  margin-top: 20px;
}
.section--footer .footer-inner .contact-phone .contact-phone__item {
  margin-bottom: 15px;
}
.section--footer .footer-inner .contact-phone .contact-phone__item i {
  margin-right: 10px;
  font-size: 16px;
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .contact-phone .contact-phone__item p.big.spacing {
    margin-bottom: 5px;
  }
}
.section--footer .footer-inner .contact-phone .contact-phone__item a {
  color: rgba(66, 66, 66, 0.7);
  transition: var(--speed-default);
}
.section--footer .footer-inner .contact-phone .contact-phone__item a:hover {
  color: #ff5c00;
}
.section--footer .footer-inner .socials {
  margin-top: 25px;
}
.section--footer .footer-inner .socials .socials__wrapper {
  display: flex;
  justify-content: space-between;
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons {
  display: flex;
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 2px solid #424242;
  border-radius: 50%;
  transition: var(--speed-default);
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons a i {
  font-size: 20px;
  transition: var(--speed-default);
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons a:hover {
  background-color: #424242;
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons a:hover i {
  color: #fff;
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons a:last-child {
  margin-right: 0;
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .socials .socials__wrapper .socials__icons a {
    margin-right: 20px;
  }
}
.section--footer .footer-inner .socials .socials__wrapper .socials__icons img {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .section--footer .footer-inner .socials {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .socials {
    margin-top: 0;
  }
}
.section--footer .footer-inner .copyright {
  margin-top: 30px;
}
.section--footer .footer-inner .copyright .copyright__inner {
  border-top: 1px solid rgba(66, 66, 66, 0.3);
  padding-top: 20px;
}
.section--footer .footer-inner .copyright .copyright__inner .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
.section--footer .footer-inner .copyright .copyright__inner .lang img {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright .copyright__inner .lang {
    width: auto;
    margin-bottom: 0;
    order: 3;
  }
}
.section--footer .footer-inner .copyright .copyright__inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section--footer .footer-inner .copyright .copyright__inner ul li a {
  transition: var(--speed-default);
}
.section--footer .footer-inner .copyright .copyright__inner ul li a:hover {
  color: #ff5c00;
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner ul li:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright .copyright__inner ul li {
    margin-right: 20px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner ul li {
    margin-right: 35px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright .copyright__inner ul {
    order: 1;
  }
}
.section--footer .footer-inner .copyright .copyright__inner .logo-wrapper {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner .logo-wrapper a img {
    width: 100px;
  }
}
.section--footer .footer-inner .copyright .copyright__inner .logo-wrapper .logo-wrapper__lang {
  margin-left: 15px;
  border-left: 2px solid #424242;
  padding-left: 15px;
}
.section--footer .footer-inner .copyright .copyright__inner .logo-wrapper .logo-wrapper__lang img {
  margin-right: 15px;
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner .logo-wrapper .logo-wrapper__lang img {
    width: 25px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner .logo-wrapper .logo-wrapper__lang {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright .copyright__inner .logo-wrapper {
    display: flex;
    width: auto;
    margin-top: 0;
    order: 2;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright .copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer-inner .copyright .copyright__inner {
    border-top: 1px solid rgba(66, 66, 66, 0.3);
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .copyright .copyright__inner {
    border-top: none;
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright .copyright__inner {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner .copyright {
    margin-top: 75px;
    border-top: 1px solid rgba(66, 66, 66, 0.3);
  }
}
@media (min-width: 1024px) {
  .section--footer .footer-inner .copyright {
    border-top: none;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner .copyright {
    margin-top: 45px;
    border-top: 1px solid rgba(66, 66, 66, 0.3);
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner .copyright {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer-inner {
    padding: 40px 0 20px;
  }
}
@media (min-width: 1280px) {
  .section--footer .footer-inner {
    padding-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer-inner {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section--footer {
    padding-top: 200px;
  }
}

.section.section--spacing {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section.section--spacing {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .section.section--spacing {
    margin-bottom: 110px;
  }
}
@media (min-width: 1920px) {
  .section.section--spacing {
    margin-bottom: 150px;
  }
}

.section--intro {
  margin-bottom: 50px;
}
.section--intro .text h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--intro .text h2 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .section--intro .text {
    text-align: center;
  }
}

.section--news-overview {
  margin-bottom: 50px;
}
.section--news-overview picture img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.section--news-overview .news-item {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
}
.section--news-overview .news-item .news-text {
  border-radius: 0 0 10px 10px;
  padding: 30px 30px 25px 30px;
  background-color: #fff;
}
.section--news-overview .news-item .news-text .btn-text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--news-overview .news-item .news-text .btn-text {
    margin-bottom: 30px;
  }
}
.section--news-overview .news-item .news-text p.big {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--news-overview .news-item .news-text p.big {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .section--news-overview .news-item {
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .section--news-overview .news-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--news-overview {
    margin-bottom: 60px;
  }
}

.section--hero__image {
  margin-bottom: 60px;
  background-color: #fff7f1;
  -webkit-clip-path: circle(90% at 50% 6%);
          clip-path: circle(90% at 50% 6%);
  position: relative;
}
.section--hero__image .hero--image {
  display: block;
  position: relative;
}
.section--hero__image .hero--image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(211.77deg, rgba(232, 220, 213, 0) 0%, #eee6e1 65%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .section--hero__image .hero--image::before {
    background: linear-gradient(250deg, rgba(232, 220, 213, 0) 0%, #e7dad3 65%);
  }
}
@media (min-width: 1920px) {
  .section--hero__image .hero--image::before {
    background: linear-gradient(270deg, rgba(232, 220, 213, 0) 0%, #e7dad3 65%);
  }
}
.section--hero__image .hero--image img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: bottom;
}
.section--hero__image .hero--image__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--hero__image .hero--image__inner h1 {
  margin-bottom: 25px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.section--hero__image .hero--image__inner h1::before {
  top: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .section--hero__image .hero--image__inner h1 {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
@media (min-width: 1920px) {
  .section--hero__image .hero--image__inner h1 {
    margin-bottom: 50px;
  }
}
.section--hero__image .hero--image__inner ul p span,
.section--hero__image .hero--image__inner ul p,
.section--hero__image .hero--image__inner ul span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .section--hero__image {
    -webkit-clip-path: ellipse(80% 80% at 50% 20%);
            clip-path: ellipse(80% 80% at 50% 20%);
  }
}

.mfp-content {
  height: 100%;
}

body .mfp-bg.mfp-gallery,
body .mfp-bg.mfp-ready {
  background-color: rgba(0, 0, 0, 0.25);
  transition: var(--speed-default);
}
body.popup--active {
  overflow: hidden;
}
body.popup--active main,
body.popup--active .section--navbar {
  filter: blur(5px);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg.mfp-gallery,
.mfp-bg.mfp-ready {
  transition: var(--speed-default);
}

.mfp-wrap .mfp-container {
  padding: 0;
}
@media (min-width: 768px) {
  .mfp-wrap .mfp-container {
    padding: inherit;
  }
}
@media (min-width: 1280px) {
  .mfp-wrap .mfp-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.popup-form {
  overflow: scroll;
  display: flex;
  align-items: center;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.popup-form .container-fluid, .popup-form .container-sm, .popup-form .container-md, .popup-form .container-lg, .popup-form .container-xl, .popup-form .container-xxl, .popup-form .container-fhd {
  height: 100%;
}
.popup-form p {
  margin: 0;
}
.popup-form h2 {
  margin-bottom: 20px;
}
.popup-form h5 {
  margin-bottom: 20px;
  color: #424242;
}
.popup-form .btn, .popup-form .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .popup-form .button,
.popup-form .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .popup-form .button {
  width: auto;
}
.popup-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.popup-form .wpcf7-acceptance .wpcf7-list-item-label {
  margin: 0 10px 0 0;
}
.popup-form .form__half {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .popup-form .form__half {
    flex: 0 1 50%;
  }
}
.popup-form .wpcf7-form-control:not(.wpcf7-textarea) {
  height: 45px;
}
.popup-form .wpcf7-form-control:not(.wpcf7-textarea)::-ms-input-placeholder {
  opacity: 0.4;
}
.popup-form .wpcf7-form-control:not(.wpcf7-textarea)::placeholder {
  opacity: 0.4;
}
@media (min-width: 768px) {
  .popup-form .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .popup-form .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 70px;
    border-radius: 5px;
  }
}
.popup-form .wpcf7-display-none {
  display: none;
}
.popup-form .hide-on-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .popup-form .hide-on-mobile {
    display: block;
  }
}
.popup-form .close {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  transition: var(--speed-default);
}
.popup-form .close a {
  display: inline-block;
  padding: 21px 14px;
  transition: var(--speed-default);
}
.popup-form .close span {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #000;
  position: relative;
  top: 0;
  transition: var(--speed-default);
}
.popup-form .close span:first-of-type {
  top: 3px;
  transform: rotate(45deg);
}
.popup-form .close span:last-of-type {
  transform: rotate(-45deg);
}
.popup-form.house-form {
  height: auto;
}
@media (min-width: 768px) {
  .popup-form {
    padding: 50px 50px 40px 50px;
  }
}
@media (min-width: 1280px) {
  .popup-form {
    height: 100%;
    margin: 0 auto;
    padding: 120px 100px;
  }
}
.popup-form__title {
  margin-bottom: 10px;
  padding-right: 20px;
}
.popup-form__title h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .popup-form__title {
    margin-bottom: 30px;
  }
}
.popup-form__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
  padding: 0 15px;
}
.popup-form__header .buttons {
  display: none;
}
.popup-form__header span {
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1280px) {
  .popup-form__header {
    margin: 40px 0 120px;
    padding: 0 70px 0 0;
  }
  .popup-form__header .buttons {
    display: flex;
  }
}

.section--faq {
  margin-bottom: 50px;
}
.section--faq .accordions {
  position: relative;
  z-index: 2;
}
.section--faq .accordions .accordion {
  padding: 0 30px;
  transition: var(--speed-default);
}
.section--faq .accordions .accordion .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d9d9d9;
  padding: 30px 0;
  transition: var(--speed-default);
}
.section--faq .accordions .accordion .title h6 {
  color: #202020;
  transition: var(--speed-default);
}
.section--faq .accordions .accordion .title .icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border: 2px solid #000;
  border-radius: 50%;
}
.section--faq .accordions .accordion .title .icon::after, .section--faq .accordions .accordion .title .icon::before {
  width: 12px;
  height: 2px;
  background-color: #000;
  content: "";
  position: absolute;
}
@media (min-width: 1920px) {
  .section--faq .accordions .accordion .title .icon::after, .section--faq .accordions .accordion .title .icon::before {
    width: 25px;
    height: 2px;
  }
}
.section--faq .accordions .accordion .title .icon::after {
  transform: rotate(90deg);
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--faq .accordions .accordion .title .icon {
    width: 60px;
    height: 60px;
  }
}
.section--faq .accordions .accordion .title:hover {
  cursor: pointer;
}
.section--faq .accordions .accordion .accordion__inner {
  overflow: hidden;
  max-height: 0;
  transition: var(--speed-default);
}
.section--faq .accordions .accordion .accordion__inner p {
  margin-bottom: 25px;
}
.section--faq .accordions .accordion.open {
  margin-top: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
}
.section--faq .accordions .accordion.open .title {
  margin-bottom: 20px;
  padding-top: 0;
}
.section--faq .accordions .accordion.open .title h6 {
  color: #ff5c00;
}
.section--faq .accordions .accordion.open .title .icon {
  border: 2px solid #ff5c00;
}
.section--faq .accordions .accordion.open .title .icon::after, .section--faq .accordions .accordion.open .title .icon::before {
  background-color: #ff5c00;
  transform: rotate(0);
}
@media (min-width: 1920px) {
  .section--faq .accordions .accordion.open {
    padding: 50px 40px;
  }
}
@media (min-width: 1024px) {
  .section--faq {
    margin-bottom: 75px;
  }
}
@media (min-width: 1280px) {
  .section--faq {
    margin-bottom: 125px;
  }
}
@media (min-width: 1920px) {
  .section--faq {
    margin-bottom: 150px;
  }
}

.section--error {
  padding: 145px 0;
}
.section--error .error-content {
  text-align: center;
  position: relative;
}
.section--error .error-content .error-content__inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.section--error .error-content .error-content__inner .blaze-orange {
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .section--error .error-content .error-content__inner h1 {
    font-size: 52px;
    line-height: 57px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1920px) {
  .section--error .error-content .error-content__inner h1 {
    font-size: 70px;
    line-height: 77px;
    letter-spacing: -2px;
  }
}
.section--error .error-content .error-content__inner .text {
  margin: 20px 0;
}
@media (min-width: 1280px) {
  .section--error .error-content .error-content__inner .text {
    margin: 30px 0;
  }
}
@media (min-width: 1280px) {
  .section--error .error-content {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .section--error .error-content {
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .section--error {
    padding: 255px 0;
  }
}
@media (min-width: 1440px) {
  .section--error {
    padding: 300px 0;
  }
}

.section--cookie-consent {
  display: none;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 99;
}
.section--cookie-consent .cookies-inner p.lead {
  color: #ff5c00;
}
.section--cookie-consent .cookies-inner h3 {
  margin: 0 0 15px;
  line-height: 1.1;
}
@media (min-width: 1280px) {
  .section--cookie-consent .cookies-inner h3 {
    max-width: 300px;
  }
}
@media (min-width: 1920px) {
  .section--cookie-consent .cookies-inner h3 {
    max-width: 450px;
  }
}
.section--cookie-consent .cookies-inner .text p {
  margin: 0 0 10px;
}
.section--cookie-consent .cookies-inner .text a {
  text-decoration: underline;
}
.section--cookie-consent .cookies-inner .checkbox {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.section--cookie-consent .cookies-inner .checkbox label {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  position: relative;
}
.section--cookie-consent .cookies-inner .checkbox label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid #d9d9d9;
  padding: 5px;
  background-color: transparent;
  content: "";
  position: relative;
  top: 2px;
  transition: var(--speed-default);
}
.section--cookie-consent .cookies-inner .checkbox label a {
  color: #000;
  text-decoration: underline;
}
.section--cookie-consent .cookies-inner .checkbox input[type=checkbox] {
  display: none;
}
.section--cookie-consent .cookies-inner .checkbox.disabled {
  opacity: 0.75;
}
.section--cookie-consent .cookies-inner .checkbox input[type=checkbox]:checked + label::before {
  background-color: #ff5c00;
}
.section--cookie-consent .cookies-inner .btn, .section--cookie-consent .cookies-inner .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .section--cookie-consent .cookies-inner .button,
.section--cookie-consent .cookies-inner .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .section--cookie-consent .cookies-inner .button {
  margin-top: 10px;
}
.section--cookie-consent .cookies-inner .wpcf7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .section--cookie-consent .cookies-inner .wpcf7 {
    align-items: center;
  }
  .section--cookie-consent .cookies-inner .wpcf7 .cookie-consent__form--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section--cookie-consent .cookies-inner .wpcf7 .cookie-consent__form--list .checkbox {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1440px) {
  .section--cookie-consent .cookies-inner .wpcf7 .cookie-consent__form--list .checkbox {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1280px) {
  .section--cookie-consent .cookies-inner {
    padding: 0 100px;
  }
}
@media (min-width: 1920px) {
  .section--cookie-consent .cookies-inner {
    padding: 0 180px;
  }
}
.section--cookie-consent.section--cookie-consent--unaccepted {
  display: block;
}
@media (min-width: 1024px) {
  .section--cookie-consent {
    padding: 30px 0;
  }
}
@media (min-width: 1920px) {
  .section--cookie-consent {
    padding: 50px 0;
  }
}

.section--reviews-overview {
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .section--reviews-overview {
    padding-top: 50px;
  }
}

.card {
  overflow: hidden;
  position: relative;
}

.review--col {
  align-items: stretch;
  margin-bottom: 20px;
}
.review--col .card--review {
  height: 100%;
  border-radius: 8px;
  padding: 30px 20px 50px 20px;
  background-color: #fff;
  box-shadow: 16px 16px 19px 0 rgba(32, 32, 32, 0.1);
  position: relative;
}
.review--col .card--review .card--review__head {
  margin-bottom: 20px;
}
.review--col .card--review .card--review__head p.big {
  color: #ff5c00;
}
.review--col .card--review .card--review__content {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .review--col .card--review .card--review__content {
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .review--col .card--review .card--review__content {
    margin-bottom: 30px;
  }
}
.review--col .card--review .card--review__review {
  margin-bottom: 20px;
}
.review--col .card--review .card--review__review h2 {
  margin-bottom: 15px;
  background: var(--gradient-orange);
  -webkit-background-clip: text;
          background-clip: text;
  transition: var(--speed-default);
  -webkit-text-fill-color: transparent;
}
.review--col .card--review .card--review__review .stars {
  display: flex;
  margin-bottom: 20px;
}
.review--col .card--review .card--review__review .stars i {
  display: block;
  margin-right: 5px;
  font-size: 18px;
  color: #ff5c00;
  transition: var(--speed-default);
  transition-delay: 0s;
}
.review--col .card--review .card--review__review .stars i:nth-child(2) {
  transition-delay: 0.1s;
}
.review--col .card--review .card--review__review .stars i:nth-child(3) {
  transition-delay: 0.2s;
}
.review--col .card--review .card--review__review .stars i:nth-child(4) {
  transition-delay: 0.3s;
}
.review--col .card--review .card--review__review .stars i:nth-child(5) {
  transition-delay: 0.4s;
}
@media (min-width: 1280px) {
  .review--col .card--review .card--review__review .stars {
    margin-top: 5px;
  }
}
@media (min-width: 1920px) {
  .review--col .card--review .card--review__review .stars {
    margin-top: 10px;
  }
}
.review--col .card--review .card--review__review .review-average {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review--col .card--review .card--review__review .review-item__rating {
  margin-bottom: 10px;
}
.review--col .card--review .card--review__review .review-item__rating p {
  display: flex;
  margin-bottom: 5px;
  color: rgba(66, 66, 66, 0.7);
}
.review--col .card--review .card--review__review .review-item__rating p span {
  display: block;
  margin-right: 10px;
  font-weight: 700;
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .review--col .card--review .card--review__review .review-item__rating p {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .review--col .card--review .card--review__review .review-item__rating p {
    font-size: 18px;
  }
}
.review--col .card--review .card--review__footer {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.review--col .card--review .card--review__footer p.date {
  margin-bottom: 5px;
  color: rgba(66, 66, 66, 0.7);
}
.review--col .card--review .card--review__footer p.name {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .review--col .card--review .card--review__footer {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (min-width: 1280px) {
  .review--col .card--review .card--review__footer {
    width: calc(100% - 80px);
    bottom: 40px;
    left: 40px;
  }
}
.review--col .card--review:hover .stars i {
  transform: translateY(-5px);
}
.review--col .card--review:hover .stars i:nth-child(2) {
  transition-delay: 0.1s;
}
.review--col .card--review:hover .stars i:nth-child(3) {
  transition-delay: 0.2s;
}
.review--col .card--review:hover .stars i:nth-child(4) {
  transition-delay: 0.3s;
}
.review--col .card--review:hover .stars i:nth-child(5) {
  transition-delay: 0.4s;
}
.review--col .card--review:hover h2 {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .review--col .card--review {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .review--col .card--review {
    padding: 50px 40px 80px 40px;
  }
}
@media (min-width: 768px) {
  .review--col {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .review--col {
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .review--col {
    margin-bottom: 33px;
  }
}

.house--col {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .house--col {
    margin-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .house--col {
    margin-bottom: 40px;
  }
}

.card-house {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 16px 16px 19px 0 rgba(32, 32, 32, 0.1);
}
.card-house .card--house__thumb {
  overflow: hidden;
  position: relative;
}
.card-house .card--house__thumb img {
  width: 100%;
  object-fit: cover;
  transition: var(--speed-default);
}
.card-house .card--house__thumb .card-house__status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 20px;
  padding: 0 20px;
  background-color: #ff5c00;
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-house .card--house__thumb .card-house__status span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.card-house .card--house__thumb .card-house__status.status--verkocht {
  background-color: #424242;
}
.card-house .house--info {
  padding: 25px;
  background-color: #fff;
}
.card-house .house--info p.big {
  margin-bottom: 10px;
  font-weight: 600;
}
.card-house .house--info p.place {
  margin-bottom: 15px;
}
.card-house .house--info h5 {
  /* stylelint-disable */
  background: linear-gradient(90deg, #ff5c00, #ff9b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* stylelint-enable */
}
.card-house .house--info__bedrooms {
  display: flex;
  align-items: center;
}
.card-house .house--info__bedrooms span {
  font-size: 12px;
  color: #424242;
}
@media (min-width: 1920px) {
  .card-house .house--info__bedrooms span {
    font-size: 15px;
  }
}
.card-house .house--info__bedrooms i {
  margin-right: 10px;
  font-size: 16px;
  color: #000;
}
@media (min-width: 1920px) {
  .card-house .house--info__bedrooms i {
    margin-right: 10px;
    font-size: 21px;
  }
}
@media (min-width: 1920px) {
  .card-house .house--info {
    padding: 30px;
  }
}
.card-house:hover {
  box-shadow: 20px 20px 24px 0 rgba(255, 92, 0, 0.2);
}
.card-house:hover img {
  transform: scale(1.1, 1.1);
}
.card-house.card--house__slider {
  display: inline-block;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .card-house.card--house__slider {
    height: auto;
    margin-bottom: 20px;
    background-color: transparent;
  }
}

.form-check {
  display: flex;
  position: relative;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size-form-check-indicator);
  height: var(--size-form-check-indicator);
  border: 1px solid;
  background-color: #fff;
  position: relative;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
}
.form-check .form-check__indicator::after {
  opacity: 0;
  content: "";
}
.form-check .form-check__text {
  padding-left: 15px;
  font-size: calc(var(--font-size-base) / 1.125);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  top: calc((var(--line-height-base) - var(--size-form-check-indicator)) / 2);
  z-index: -1;
}
.form-check input:disabled ~ * {
  opacity: 0.5;
  cursor: default;
}
.form-check input:checked ~ .form-check__indicator::after {
  opacity: 1;
}
.form-check input[type=checkbox] ~ .form-check__indicator::after {
  width: 7px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
}
.form-check input[type=checkbox]:checked ~ .form-check__indicator::after {
  animation-name: checkmark;
  animation-duration: var(--speed-sluggish);
  animation-timing-function: ease-out;
}
@keyframes checkmark {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }
  20% {
    opacity: 1;
    width: 7px;
    height: 0;
  }
  40% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
  100% {
    opacity: 1;
    width: 7px;
    height: 10px;
  }
}
.form-check input[type=radio] ~ .form-check__indicator {
  border-radius: 50%;
}
.form-check input[type=radio] ~ .form-check__indicator::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform var(--speed-fast) ease-out;
}
.form-check input[type=radio]:checked ~ .form-check__indicator::after {
  transform: scale(1);
}
.form-check + .form-check {
  margin-top: 15px;
}

.form-group .heapBox, .custom-select .select-items .select-items__body .select-items__body__option, .custom-select .select-selected, .form-control {
  width: 100%;
  height: var(--height-form-control);
  border: 1px solid;
  background-color: #fff;
  letter-spacing: -0.01px;
  padding-right: var(--px-form-control);
  padding-left: var(--px-form-control);
  transition: border-color var(--speed-default) ease-out;
}
.form-group .heapBox::-ms-input-placeholder, .custom-select .select-items .select-items__body .select-items__body__option::-ms-input-placeholder, .custom-select .select-selected::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.7);
}
.form-group .heapBox::placeholder, .custom-select .select-items .select-items__body .select-items__body__option::placeholder, .custom-select .select-selected::placeholder, .form-control::placeholder {
  color: rgba(66, 66, 66, 0.7);
}
.form-group .heapBox:disabled, .custom-select .select-items .select-items__body .select-items__body__option:disabled, .custom-select .select-selected:disabled, .form-control:disabled {
  opacity: 0.5;
}
.form-group .heapBox:not(textarea), .custom-select .select-items .select-items__body .select-items__body__option:not(textarea), .custom-select .select-selected:not(textarea), .form-control:not(textarea) {
  display: flex;
  align-items: center;
  height: var(--height-form-control);
}
textarea.form-control {
  display: block;
  min-height: calc(var(--height-form-control) * 2.34375);
  resize: vertical;
  padding-top: var(--py-form-control);
  padding-bottom: var(--py-form-control);
}

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.custom-select .select-selected::after {
  flex-shrink: 0;
  margin-left: 15px;
  content: "\E905";
  font-size: 7px;
  transition: transform var(--speed-default) var(--ease-out);
}
.custom-select .select-items {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.custom-select .select-items .select-items__body {
  overflow-y: auto;
  max-height: calc(var(--height-form-control) * 5);
}
.custom-select .select-items .select-items__body .select-items__body__option {
  margin-top: -1px;
  cursor: pointer;
}
.custom-select .select-items .select-items__body .select-items__body__option.same-as-selected {
  display: none;
}
.custom-select.custom-select--active {
  z-index: 10;
}
.custom-select.custom-select--active .select-selected::after {
  transform: scaleY(-1);
}
@media (min-width: 768px) {
  .custom-select .select-selected::after {
    right: calc(var(--px-form-control) - 5px);
  }
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=number] {
  height: 50px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}
@media (min-width: 1920px) {
  .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=number] {
    height: 70px;
  }
}
.form-group textarea {
  max-height: 500px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}
.form-group .wpcf7-checkbox span.first {
  margin-right: 20px;
}
.form-group .your-consent label {
  display: flex;
  align-items: center;
}
.form-group .heapBox {
  display: inline-flex !important;
  border: 2px solid #d9d9d9;
  padding-left: 0;
}
.form-group .heapBox .heap {
  width: 100%;
  left: 0;
}
.form-group .heapBox .heap.holder {
  color: rgba(66, 66, 66, 0.7);
}
@media (min-width: 768px) {
  .form-group .heapBox {
    height: 50px !important;
  }
}
@media (min-width: 1440px) {
  .form-group .heapBox {
    height: 70px !important;
    border-radius: 10px;
  }
}
.form-group .form__half {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .form-group .form__half {
    flex: 0 1 50%;
  }
}
.form-group .wpcf7-form-control:not(.wpcf7-textarea) {
  height: 45px;
}
@media (min-width: 768px) {
  .form-group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .form-group .wpcf7-form-control:not(.wpcf7-textarea) {
    height: 70px;
    border-radius: 8px;
  }
}
.form-group input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  position: relative;
  transition: var(--speed-default);
}
.form-group input[type=checkbox]::before {
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.form-group input[type=checkbox]::after {
  width: 0;
  height: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
.form-group input[type=checkbox]:checked::after {
  width: 9px;
  height: 9px;
  border-radius: 0;
  background-color: #ff5c00;
  top: 3px;
  left: 0;
  z-index: 1;
}
@media (min-width: 1440px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.input-group {
  display: flex;
}
.input-group .form-control {
  flex-grow: 1;
  height: auto;
  border-right: 0;
}
.input-group .input-group__btn-wrap {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 7px;
  background-color: #fff;
}
.input-group .input-group__btn-wrap [class*=btn] {
  flex-shrink: 0;
  margin-top: 0;
}
.input-group + .input-group {
  margin-top: 10px;
}
.input-group.input-group--io .btn, .input-group.input-group--io .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .input-group.input-group--io .button,
.input-group.input-group--io .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .input-group.input-group--io .button {
  width: var(--height-btn);
}
.form-group.form-group--valid .form-control, .form-group.form-group--invalid .form-control {
  padding-right: calc(var(--px-form-control) * 3);
}
.form-group.form-group--invalid .custom-select .validation {
  margin: 0;
  top: 15px;
  right: 45px;
}

.validation {
  width: 17px;
  height: 17px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: var(--px-form-control);
}
.validation.validation--invalid {
  transform: rotate(45deg);
}
.validation.validation--invalid::before, .validation.validation--invalid::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.validation.validation--invalid::before {
  width: 17px;
  height: 2px;
}
.validation.validation--invalid::after {
  width: 2px;
  height: 17px;
}

.gform,
.gform_wrapper {
  position: relative;
}
.gform.gform_validation_error .gfield_label,
.gform_wrapper.gform_validation_error .gfield_label {
  font-size: 12px !important;
  top: 5px !important;
  transform: translateY(0) !important;
}
.gform div.gform_heading .gform_required_legend,
.gform_wrapper div.gform_heading .gform_required_legend {
  display: none;
}
.gform div.gform_validation_errors,
.gform_wrapper div.gform_validation_errors {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.gform div.gform_validation_errors .gform_submission_error,
.gform_wrapper div.gform_validation_errors .gform_submission_error {
  line-height: 1.2;
}
.gform div.gform_validation_errors .gform_submission_error .gform-icon,
.gform_wrapper div.gform_validation_errors .gform_submission_error .gform-icon {
  display: none;
}
.gform div.gform_required_legend,
.gform_wrapper div.gform_required_legend {
  display: none;
}
.gform div.gfmc-container,
.gform_wrapper div.gfmc-container {
  flex-direction: column;
}
.gform div.gfmc-column .gfield,
.gform_wrapper div.gfmc-column .gfield {
  margin-bottom: 8px;
}
.gform div.gfmc-column .gfield:last-child,
.gform_wrapper div.gfmc-column .gfield:last-child {
  margin-bottom: 0;
}
.gform div.gfmc-column div:not(.gchoice),
.gform_wrapper div.gfmc-column div:not(.gchoice) {
  padding-bottom: 0;
}
.gform div.gfmc-column.gfield,
.gform_wrapper div.gfmc-column.gfield {
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1440px) {
  .gform div.gfmc-column.gfield,
.gform_wrapper div.gfmc-column.gfield {
    margin-bottom: 40px;
    padding: 64px;
  }
}
.gform form,
.gform_wrapper form {
  position: relative;
}
@media (min-width: 768px) {
  .gform form .gform_page .gform_page_fields,
.gform_wrapper form .gform_page .gform_page_fields {
    width: calc(60% - 12px);
  }
}
.gform form .gform_page .gform_page_footer,
.gform_wrapper form .gform_page .gform_page_footer {
  margin-top: 0;
}
.gform form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .button {
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .gform form .gform_page .gform_page_footer,
.gform_wrapper form .gform_page .gform_page_footer {
    width: calc(40% - 12px);
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .gform form .gform_page,
.gform_wrapper form .gform_page {
    display: flex;
    justify-content: space-between;
  }
}
.gform form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.gform form .gform_body .gform_fields .gfield--type-consent,
.gform_wrapper form .gform_body .gform_fields .gfield--type-consent {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gform form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.gform form .gform_body .gform_fields .gfield input[type=color],
.gform form .gform_body .gform_fields .gfield input[type=date],
.gform form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform form .gform_body .gform_fields .gfield input[type=datetime],
.gform form .gform_body .gform_fields .gfield input[type=email],
.gform form .gform_body .gform_fields .gfield input[type=month],
.gform form .gform_body .gform_fields .gfield input[type=number],
.gform form .gform_body .gform_fields .gfield input[type=password],
.gform form .gform_body .gform_fields .gfield input[type=search],
.gform form .gform_body .gform_fields .gfield input[type=tel],
.gform form .gform_body .gform_fields .gfield input[type=text],
.gform form .gform_body .gform_fields .gfield input[type=time],
.gform form .gform_body .gform_fields .gfield input[type=url],
.gform form .gform_body .gform_fields .gfield input[type=week],
.gform form .gform_body .gform_fields .gfield select,
.gform form .gform_body .gform_fields .gfield textarea,
.gform form .gform_body .gform_fields .gfield .heapBox,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper form .gform_body .gform_fields .gfield select,
.gform_wrapper form .gform_body .gform_fields .gfield textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox {
  width: 100%;
  height: 48px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 32px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #424242;
  position: relative;
}
.gform form .gform_body .gform_fields .gfield input[type=color]:focus,
.gform form .gform_body .gform_fields .gfield input[type=date]:focus,
.gform form .gform_body .gform_fields .gfield input[type=datetime-local]:focus,
.gform form .gform_body .gform_fields .gfield input[type=datetime]:focus,
.gform form .gform_body .gform_fields .gfield input[type=email]:focus,
.gform form .gform_body .gform_fields .gfield input[type=month]:focus,
.gform form .gform_body .gform_fields .gfield input[type=number]:focus,
.gform form .gform_body .gform_fields .gfield input[type=password]:focus,
.gform form .gform_body .gform_fields .gfield input[type=search]:focus,
.gform form .gform_body .gform_fields .gfield input[type=tel]:focus,
.gform form .gform_body .gform_fields .gfield input[type=text]:focus,
.gform form .gform_body .gform_fields .gfield input[type=time]:focus,
.gform form .gform_body .gform_fields .gfield input[type=url]:focus,
.gform form .gform_body .gform_fields .gfield input[type=week]:focus,
.gform form .gform_body .gform_fields .gfield select:focus,
.gform form .gform_body .gform_fields .gfield textarea:focus,
.gform form .gform_body .gform_fields .gfield .heapBox:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=color]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=date]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime-local]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=month]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=number]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=password]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=search]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=tel]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=time]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=url]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=week]:focus,
.gform_wrapper form .gform_body .gform_fields .gfield select:focus,
.gform_wrapper form .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox:focus {
  border-color: #424242;
}
@media (min-width: 1440px) {
  .gform form .gform_body .gform_fields .gfield input[type=color],
.gform form .gform_body .gform_fields .gfield input[type=date],
.gform form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform form .gform_body .gform_fields .gfield input[type=datetime],
.gform form .gform_body .gform_fields .gfield input[type=email],
.gform form .gform_body .gform_fields .gfield input[type=month],
.gform form .gform_body .gform_fields .gfield input[type=number],
.gform form .gform_body .gform_fields .gfield input[type=password],
.gform form .gform_body .gform_fields .gfield input[type=search],
.gform form .gform_body .gform_fields .gfield input[type=tel],
.gform form .gform_body .gform_fields .gfield input[type=text],
.gform form .gform_body .gform_fields .gfield input[type=time],
.gform form .gform_body .gform_fields .gfield input[type=url],
.gform form .gform_body .gform_fields .gfield input[type=week],
.gform form .gform_body .gform_fields .gfield select,
.gform form .gform_body .gform_fields .gfield textarea,
.gform form .gform_body .gform_fields .gfield .heapBox,
.gform_wrapper form .gform_body .gform_fields .gfield input[type=color],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=date],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime-local],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=datetime],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=month],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=search],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=time],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper form .gform_body .gform_fields .gfield input[type=week],
.gform_wrapper form .gform_body .gform_fields .gfield select,
.gform_wrapper form .gform_body .gform_fields .gfield textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox {
    height: 70px;
    font-size: 18px;
  }
}
.gform form .gform_body .gform_fields .gfield:has(.validation_message),
.gform_wrapper form .gform_body .gform_fields .gfield:has(.validation_message) {
  margin-bottom: 64px;
}
.gform form .gform_body .gform_fields .gfield .validation_message,
.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  position: absolute;
  bottom: -48px;
  display: block;
}
.gform form .gform_body .gform_fields .gfield .heapBox.option-selected .holder,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox.option-selected .holder {
  height: 32px;
}
.gform form .gform_body .gform_fields .gfield .heapBox .holder,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox .holder {
  transition: height var(--speed-default);
  color: #424242;
  padding: 0;
  height: 24px;
}
.gform form .gform_body .gform_fields .gfield .heapBox .holder:after,
.gform_wrapper form .gform_body .gform_fields .gfield .heapBox .holder:after {
  font-size: 6px;
  right: 16px;
}
.gform form .gform_body .gform_fields .gfield textarea,
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  min-height: 216px;
  resize: none;
}
.gform form .gform_body .gform_fields .gfield .form-check,
.gform_wrapper form .gform_body .gform_fields .gfield .form-check {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}
.gform form .gform_body .gform_fields .gfield .form-check a,
.gform_wrapper form .gform_body .gform_fields .gfield .form-check a {
  text-decoration: none;
}
.gform form .gform_body .gform_fields .gfield .form-check__text,
.gform_wrapper form .gform_body .gform_fields .gfield .form-check__text {
  color: #fff;
}
.gform form .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  z-index: 1;
  opacity: 0.7;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-size: 14px;
  color: #424242;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .gform form .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    font-size: 16px;
  }
}
.gform form .gform_body .gform_fields .gfield .gfield_label.active,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label.active {
  font-size: 12px;
  top: 5px;
  transform: translateY(0);
}
.gform form .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex {
  display: none;
}
.gform form .gform_body .gform_fields .gfield .gfield_required,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  display: none;
}
.gform form .gform_body .gform_fields .gfield .gfield_description.validation_message,
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description.validation_message {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.gform form .gform_body .gform_fields .gfield.spacer,
.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
  display: none;
}
.gform form .gform_body .gform_fields .gfield.gsection,
.gform_wrapper form .gform_body .gform_fields .gfield.gsection {
  margin-bottom: 20px;
  border: 0;
  padding: 0;
}
.gform form .gform_body .gform_fields .gfield.gsection .gsection_title,
.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
  margin-bottom: 0;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .gform form .gform_body .gform_fields .gfield.gsection .gsection_title,
.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
    font-size: 32px;
  }
}
.gform form .gform_body .gform_fields .gfield.gfield_effect input,
.gform form .gform_body .gform_fields .gfield.gfield_effect textarea, .gform form .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform form .gform_body .gform_fields .gfield.gfield_effect_select textarea,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect textarea,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select textarea {
  padding-top: 22px;
}
.gform form .gform_body .gform_fields .gfield.gfield_effect .gfield_label, .gform form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  margin-bottom: 0;
  padding-top: 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  cursor: text;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: var(--speed-default);
  padding-top: 17px;
  padding-right: 16px;
  padding-left: 20px;
}
.gform form .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active, .gform form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect .gfield_label.is-active,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label.is-active {
  padding-top: 10px;
  font-size: 10px;
}
.gform form .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform form .gform_body .gform_fields .gfield.gfield_visibility_visible h4,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_visible p,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_visible h4 {
  opacity: 0.6;
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.gform form .gform_body .gform_fields .gfield.gfield_effect_select select,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select select {
  padding-top: 22px;
  padding-right: 60px;
  color: #fff;
  cursor: pointer;
}
.gform form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_effect_select .gfield_label {
  padding-top: 10px;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 2;
}
.gform form .gform_footer,
.gform_wrapper form .gform_footer {
  margin-top: 10px;
  padding: 0;
}
.gform form .gform_footer .gform_button,
.gform form .gform_footer input[type=submit],
.gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .gform_footer input[type=submit] {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 50px !important;
  border-radius: 30px !important;
  padding: 0 15px !important;
  background-color: #ff5c00 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #fff !important;
  transition: var(--speed-default) !important;
}
.gform form .gform_footer .gform_button::after,
.gform form .gform_footer input[type=submit]::after,
.gform_wrapper form .gform_footer .gform_button::after,
.gform_wrapper form .gform_footer input[type=submit]::after {
  margin-left: 14px;
  content: "\E911";
  font-family: "relo-icons";
  font-size: 22px;
}

.section--title {
  margin-top: 50px;
}

.section--houses {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 1280px) {
  .section--houses {
    margin-bottom: 120px;
  }
}
@media (min-width: 1920px) {
  .section--houses {
    margin-bottom: 150px;
  }
}

.section--filter {
  margin-top: -50px;
  margin-bottom: 30px;
  position: relative;
}
.section--filter .filter__toggled {
  display: none;
}
@media (min-width: 1280px) {
  .section--filter form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .section--filter .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .section--filter .container {
    max-width: 1380px;
  }
}
.section--filter .houses__filter {
  display: flex;
  flex-wrap: wrap;
}
.section--filter .houses__filter--search {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section--filter .houses__filter--search {
    flex: 0 0 33.333%;
    margin: 20px;
    padding: 0 20px;
    justify-self: flex-end;
    align-self: flex-end;
  }
  .section--filter .houses__filter--search .btn, .section--filter .houses__filter--search .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .section--filter .houses__filter--search .button,
.section--filter .houses__filter--search .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .section--filter .houses__filter--search .button {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .section--filter .houses__filter--search {
    flex: 0 0 20%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .section--filter .houses__filter--search .btn, .section--filter .houses__filter--search .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .section--filter .houses__filter--search .button,
.section--filter .houses__filter--search .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .section--filter .houses__filter--search .button {
    height: 60px;
    border-radius: 50px;
  }
}
@media (min-width: 1920px) {
  .section--filter .houses__filter--search {
    align-self: center;
  }
}
.section--filter .houses__filter-items {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section--filter .houses__filter-items {
    display: flex;
    flex: 0 0 66.6666%;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media (min-width: 1280px) {
  .section--filter .houses__filter-items {
    flex: 0 0 80%;
  }
}
.section--filter .rent--switcher {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-radius: 10px 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.section--filter .rent--switcher li {
  display: inline-flex;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  height: 48px;
  background-color: #ececec;
  text-align: center;
}
.section--filter .rent--switcher li a {
  font-weight: 600;
}
.section--filter .rent--switcher li.is-active {
  background-color: #fff;
}
.section--filter .rent--switcher li.is-active a {
  color: #ff5c00;
}
.section--filter .rent--switcher li:last-of-type {
  border-top-right-radius: 10px;
}
@media (min-width: 768px) {
  .section--filter .rent--switcher li {
    flex: 0 0 170px;
  }
}
@media (min-width: 1280px) {
  .section--filter .rent--switcher li {
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .section--filter .rent--switcher li {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .section--filter .rent--switcher {
    justify-content: flex-start;
  }
}
.section--filter .houses__holder {
  border-radius: 0 0 10px 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(66, 66, 66, 0.1);
}
.section--filter .houses__holder .filter .heapBox {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  height: 48px;
  margin: 0 0 15px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 0 10px;
  order: 2;
  position: relative;
}
.section--filter .houses__holder .filter .heapBox .heap {
  max-width: 100%;
  left: 0;
}
.section--filter .houses__holder .filter .heapBox.open {
  border-color: #000;
}
@media (min-width: 768px) {
  .section--filter .houses__holder .filter .heapBox {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .section--filter .houses__holder .filter .heapBox {
    height: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .section--filter .houses__holder .filter .heapBox {
    height: 70px;
  }
}
.section--filter .houses__holder .filter h3 {
  padding-left: 10px;
  color: #424242;
}
.section--filter .houses__holder .filter.filter-group-plaats {
  order: 1;
}
.section--filter .houses__holder .filter.filter-group-plaats .holder::before,
.section--filter .houses__holder .filter.filter-group-plaats .filter-trigger::before {
  content: "\E91A";
}
.section--filter .houses__holder .filter.filter-group-type_wonen .holder::before,
.section--filter .houses__holder .filter.filter-group-type_wonen .filter-trigger::before {
  content: "\E90C";
}
.section--filter .houses__holder .filter.filter-group-prijs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--filter .houses__holder .filter.filter-group-prijs .heapBox {
  flex: 0 0 49%;
  width: 49%;
}
.section--filter .houses__holder .filter.filter-group-prijs .holder::before,
.section--filter .houses__holder .filter.filter-group-prijs .filter-trigger::before {
  content: "\E919";
}
.section--filter .houses__holder .filter.filter-group-kamers .holder::before,
.section--filter .houses__holder .filter.filter-group-kamers .filter-trigger::before {
  content: "\E91B";
}
@media (min-width: 768px) {
  .section--filter .houses__holder .filter {
    flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1280px) {
  .section--filter .houses__holder .filter {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  .section--filter .houses__holder {
    border-radius: 0 10px 10px 10px;
  }
}
@media (min-width: 1280px) {
  .section--filter .houses__holder {
    padding: 50px 60px;
  }
}
@media (min-width: 1920px) {
  .section--filter .houses__holder {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .section--filter {
    margin-top: -110px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .section--filter {
    margin-top: -75px;
    margin-bottom: 95px;
  }
}
@media (min-width: 1920px) {
  .section--filter {
    margin-top: -150px;
  }
}

.section--paginate {
  margin-top: 50px;
}
.section--paginate .tool-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.section--paginate .tool-pagination ul {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.section--paginate .tool-pagination ul li {
  margin: 0 5px;
}
@media (min-width: 1280px) {
  .section--paginate .tool-pagination {
    margin-bottom: 100px;
  }
}
.section--paginate .is-invisible {
  opacity: 0.25;
}
.section--paginate .paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section--paginate .paginate div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section--paginate a {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: var(--speed-default);
}
.section--paginate a.next, .section--paginate a.prev {
  width: 48px;
  height: 48px;
  border: 2px solid #7a7a7a;
  border-radius: 100%;
  font-size: 0;
}
.section--paginate a.next::before, .section--paginate a.prev::before {
  content: "\E911";
  font-family: "relo-icons";
  font-size: 12px;
  color: #7a7a7a;
}
.section--paginate a.prev::before {
  transform: rotate(180deg);
}
.section--paginate .page-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  border-radius: 100%;
  font-size: 14px;
  color: #7a7a7a;
  position: relative;
}
.section--paginate .page-number.current {
  background-color: #ffdecc;
  color: #ff5c00;
}
.section--paginate .navbutton {
  display: inline-flex;
  flex: 0 0 48px;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.section--paginate .navbutton i {
  color: #7a7a7a;
}
@media (min-width: 1920px) {
  .section--paginate {
    margin-top: 100px;
  }
}

.section--house__cta {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.section--house__cta .text * {
  color: #fff;
}
.section--house__cta picture {
  display: block;
  position: relative;
}
.section--house__cta picture::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(246deg, rgba(255, 155, 58, 0) 0%, #ff5c00 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .section--house__cta picture::before {
    background-image: linear-gradient(233deg, rgba(255, 155, 58, 0) 0%, #ff5c00 79%);
  }
}
@media (min-width: 1440px) {
  .section--house__cta picture::before {
    background-image: linear-gradient(246deg, rgba(255, 155, 58, 0) 0%, #ff5c00 100%);
  }
}
.section--house__cta picture img {
  width: 100%;
  object-fit: cover;
}
.section--house__cta .house--cta__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section--house__cta .house--cta__inner .text {
  padding: 0 10px;
}
.section--house__cta .house--cta__inner .text p,
.section--house__cta .house--cta__inner .text h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--house__cta {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1440px) {
  .section--house__cta {
    width: calc(100% + 300px);
    margin-left: -150px;
  }
}
@media (min-width: 1920px) {
  .section--house__cta {
    width: calc(100% + 620px);
    margin-left: -310px;
  }
}

.hero--detail {
  padding-bottom: 50px;
  position: relative;
}
.hero--detail .house-header__info-title {
  width: 100%;
}
.hero--detail .second--image-row {
  margin-bottom: 35px;
}
@media (min-width: 1440px) {
  .hero--detail .second--image-row .col-6:first-of-type img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .hero--detail .second--image-row {
    margin-bottom: 0;
  }
  .hero--detail .second--image-row img {
    height: 262px;
  }
}
@media (min-width: 1920px) {
  .hero--detail .second--image-row img {
    max-width: initial;
    height: auto;
    margin-right: -50%;
  }
}
.hero--detail .house--header__card {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 35px 20px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: relative;
}
.hero--detail .house--header__card .header--card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  border-bottom: 1px solid #decdc3;
  padding-bottom: 20px;
}
.hero--detail .house--header__card .header--card__top h2 {
  /* stylelint-disable */
  background: linear-gradient(90deg, #ff5c00, #ff9b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* stylelint-enable */
}
.hero--detail .house--header__card .header--card__top .house--info__bedrooms i {
  margin-right: 5px;
  font-size: 17px;
  color: #424242;
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .header--card__top .house--info__bedrooms i {
    margin-right: 10px;
    font-size: 20px;
  }
}
.hero--detail .house--header__card .header--card__top .house--info__bedrooms span {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .hero--detail .house--header__card .header--card__top .house--info__bedrooms span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .header--card__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.hero--detail .house--header__card .header--card__center {
  margin-bottom: 20px;
  position: relative;
}
.hero--detail .house--header__card .header--card__center p,
.hero--detail .house--header__card .header--card__center h5 {
  color: #424242;
}
.hero--detail .house--header__card .header--card__center h5 {
  margin-bottom: 20px;
}
.hero--detail .house--header__card .header--card__center p.big {
  max-width: 180px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero--detail .house--header__card .header--card__center p.big {
    max-width: initial;
  }
}
.hero--detail .house--header__card .header--card__center picture {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero--detail .house--header__card .header--card__center picture img {
  border-radius: 100%;
}
@media (min-width: 768px) {
  .hero--detail .house--header__card .header--card__center picture {
    right: auto;
    bottom: -130px;
  }
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .header--card__center picture {
    bottom: -150px;
  }
}
.hero--detail .house--header__card .header--card__footer {
  display: flex;
  flex-wrap: wrap;
}
.hero--detail .house--header__card .header--card__footer .btn, .hero--detail .house--header__card .header--card__footer .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button,
.hero--detail .house--header__card .header--card__footer .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button {
  width: 100%;
  margin-bottom: 10px;
}
.hero--detail .house--header__card .header--card__footer .btn i, .hero--detail .house--header__card .header--card__footer .gform form .gform_page .gform_page_footer .button i, .gform form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button i,
.hero--detail .house--header__card .header--card__footer .gform_wrapper form .gform_page .gform_page_footer .button i,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button i {
  font-size: 14px;
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .header--card__footer .btn i, .hero--detail .house--header__card .header--card__footer .gform form .gform_page .gform_page_footer .button i, .gform form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button i,
.hero--detail .house--header__card .header--card__footer .gform_wrapper form .gform_page .gform_page_footer .button i,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button i {
    margin-right: 10px;
  }
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .header--card__footer .btn, .hero--detail .house--header__card .header--card__footer .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button,
.hero--detail .house--header__card .header--card__footer .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .house--header__card .header--card__footer .button {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .hero--detail .house--header__card .header--card__footer {
    justify-content: flex-end;
    max-width: 250px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .hero--detail .house--header__card .header--card__footer {
    max-width: 255px;
  }
}
.hero--detail .house--header__card .card-house__status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 20px;
  padding: 0 20px;
  background-color: #ff5c00;
  position: absolute;
  top: -15px;
  left: 20px;
}
.hero--detail .house--header__card .card-house__status span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card .card-house__status {
    left: 50px;
  }
}
@media (min-width: 1440px) {
  .hero--detail .house--header__card {
    min-width: 485px;
    max-width: 485px;
    padding: 50px 40px 50px 50px;
    position: absolute;
    transform: translate(-225px, 110px);
    z-index: 3;
  }
}
@media (min-width: 1920px) {
  .hero--detail .house--header__card {
    transform: translate(-310px, 110px);
  }
}
.hero--detail .header--card__short ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: relative;
}
@media (min-width: 768px) {
  .hero--detail .header--card__short ul li {
    flex-wrap: wrap;
    height: 105px;
    padding: 25px 30px;
  }
  .hero--detail .header--card__short ul li * {
    flex: 0 0 100%;
  }
}
@media (min-width: 1920px) {
  .hero--detail .header--card__short ul li {
    flex: auto;
    height: 130px;
    margin: 0 10px;
  }
}
@media (min-width: 1920px) {
  .hero--detail .header--card__short ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px;
  }
}
.hero--detail .js-popup-gallery {
  text-align: center;
  position: relative;
}
.hero--detail .js-popup-gallery img {
  width: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .hero--detail .js-popup-gallery img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .hero--detail .js-popup-gallery img {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .hero--detail .js-popup-gallery img {
    width: auto;
  }
}
.hero--detail .js-popup-gallery .js-popup-gallery__image {
  position: relative;
}
.hero--detail .js-popup-gallery .js-popup-gallery__image .btn, .hero--detail .js-popup-gallery .js-popup-gallery__image .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .hero--detail .js-popup-gallery .js-popup-gallery__image .button,
.hero--detail .js-popup-gallery .js-popup-gallery__image .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .js-popup-gallery .js-popup-gallery__image .button {
  position: absolute;
  right: 20px;
  bottom: 35px;
}
@media (min-width: 1440px) {
  .hero--detail .js-popup-gallery .js-popup-gallery__image .btn, .hero--detail .js-popup-gallery .js-popup-gallery__image .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .hero--detail .js-popup-gallery .js-popup-gallery__image .button,
.hero--detail .js-popup-gallery .js-popup-gallery__image .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .hero--detail .js-popup-gallery .js-popup-gallery__image .button {
    right: 30px;
    bottom: 30px;
  }
}
.hero--detail .photo-gallery__count {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.hero--detail .photo-gallery__count img {
  width: 25px;
}
.hero--detail .photo-gallery__count span {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .hero--detail {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .hero--detail {
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .hero--detail {
    padding-bottom: 150px;
  }
}

.mfp-wrap {
  background-color: rgba(255, 255, 255, 0.5);
}

.mfp-container {
  padding: 0;
}
.mfp-container::before {
  vertical-align: top;
}
.mfp-container .mfp-content {
  height: 100%;
}

.popup-gallery {
  height: 100%;
  position: relative;
}
.popup-gallery .relative {
  position: relative;
}
.popup-gallery .slick-slide {
  height: auto;
}
.popup-gallery .cta__buttons {
  display: flex;
  flex-wrap: wrap;
}
.popup-gallery .cta__buttons .btn, .popup-gallery .cta__buttons .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button,
.popup-gallery .cta__buttons .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .popup-gallery .cta__buttons .btn, .popup-gallery .cta__buttons .gform form .gform_page .gform_page_footer .button, .gform form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button,
.popup-gallery .cta__buttons .gform_wrapper form .gform_page .gform_page_footer .button,
.gform_wrapper form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button {
    flex: auto;
  }
  .popup-gallery .cta__buttons .btn:first-of-type, .popup-gallery .cta__buttons .gform form .gform_page .gform_page_footer .button:first-of-type, .gform form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button:first-of-type,
.popup-gallery .cta__buttons .gform_wrapper form .gform_page .gform_page_footer .button:first-of-type,
.gform_wrapper form .gform_page .gform_page_footer .popup-gallery .cta__buttons .button:first-of-type {
    margin-right: 15px;
  }
}
.popup-gallery .slick--arrows-plattegrond {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.popup-gallery .slick--arrows-plattegrond .slick-prev i,
.popup-gallery .slick--arrows-plattegrond .slick-next i {
  font-size: 14px;
  color: #424242;
}
.popup-gallery .slick-arrow-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.popup-gallery .slick-arrow-list .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  z-index: 9;
  transition: var(--speed-default);
}
.popup-gallery .slick-arrow-list .slick-arrow i {
  font-size: 14px;
  color: #424242;
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow-list .slick-arrow i {
    font-size: 16px;
  }
}
.popup-gallery .slick-arrow-list .slick-arrow.slick-disabled {
  opacity: 0.25;
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow-list .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery .slick-arrow-list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
  }
  .popup-gallery .slick-arrow-list button {
    background-color: #fff;
  }
  .popup-gallery .slick-arrow-list button.slick-next {
    position: absolute;
    right: -30px;
  }
  .popup-gallery .slick-arrow-list button.slick-prev {
    position: absolute;
    left: -30px;
  }
}
.popup-gallery .hide-on-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .popup-gallery .hide-on-mobile {
    display: block;
  }
}
.popup-gallery__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 20px 100px;
}
@media (min-width: 1280px) {
  .popup-gallery__header {
    margin: 50px 0;
  }
}
.popup-gallery .grid__view,
.popup-gallery .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #424242;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.popup-gallery .grid__view a,
.popup-gallery .close a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
}
.popup-gallery .grid__view a::before, .popup-gallery .grid__view a::after,
.popup-gallery .close a::before,
.popup-gallery .close a::after {
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #424242;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  transition: var(--speed-default);
}
.popup-gallery .grid__view a::after,
.popup-gallery .close a::after {
  transform: rotate(45deg);
}
@media (min-width: 1280px) {
  .popup-gallery .grid__view a,
.popup-gallery .close a {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .popup-gallery .grid__view a,
.popup-gallery .close a {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery .grid__view,
.popup-gallery .close {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .popup-gallery .grid__view,
.popup-gallery .close {
    width: 70px;
    height: 70px;
  }
}
.popup-gallery .buttons {
  align-items: center;
}
.popup-gallery .buttons .grid__view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  background-color: #fff;
}
.popup-gallery .buttons h6 {
  margin: 0 15px 0 0;
}
.popup-gallery .buttons h6:last-of-type {
  margin: 0;
}
.popup-gallery__gallery-grid .gallery-grid-image {
  margin-bottom: 15px;
}
.popup-gallery__gallery-grid .gallery-grid-image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .popup-gallery__gallery-grid .gallery-grid-image {
    margin-bottom: 30px;
  }
}
.popup-gallery__footer {
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.popup-gallery__footer .grid__view {
  margin-right: 15px;
}
.popup-gallery__footer .d-flex {
  padding: 30px 0;
}
.popup-gallery__footer .buttons {
  margin-bottom: 30px;
  padding: 0 20px;
}
.popup-gallery__footer .buttons .grid__view {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.popup-gallery__footer .buttons h6 {
  margin: 0 0 15px;
}
.popup-gallery__footer .buttons h6 a {
  width: 100%;
}
@media (min-width: 1280px) {
  .popup-gallery__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: initial;
  }
}
.popup-gallery__footer-count {
  width: 100px;
  margin: 0 auto;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
}
.popup-gallery__footer-count span:last-of-type::before {
  content: "/ ";
}
@media (min-width: 1280px) {
  .popup-gallery__footer-count {
    width: auto;
    margin: 0;
    font-size: 16px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 1920px) {
  .popup-gallery__footer-count {
    font-size: 18px;
  }
}
.popup-gallery__header-buttons {
  display: flex;
  flex-wrap: wrap;
}
.popup-gallery__slider {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .popup-gallery__slider {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1280px) {
  .popup-gallery__slider {
    margin-right: 0;
    margin-left: 0;
  }
}
.popup-gallery__slider-slide {
  display: none;
  background-color: transparent;
}
.popup-gallery__slider-slide img {
  width: 100%;
  max-height: calc(100vh - 150px);
  margin: 0 auto;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .popup-gallery__slider-slide img {
    max-height: calc(100vh - 250px);
  }
}
.popup-gallery__slider-slide--platte img {
  max-width: 50%;
}

.house-header {
  overflow: hidden;
  position: relative;
  /*    .house-header--info {
          position: relative;

          .text {
              margin: 0 0 30px;

              h1 {
                  @extend %h2;
                  margin: 0 0 10px;
              }

              p {
                  &.lead-two {
                      margin-bottom: 5px;
                      text-transform: uppercase;
                  }
              }

              @include media-breakpoint-up(md) {
                  margin: 0;
              }
          }

          .buttons {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              border-bottom: 1px solid color(pampas);
              padding-bottom: 40px;

              .btn {
                  flex: 0 0 100%;
                  justify-content: center;
                  margin: 0 0 5px 0;
                  font-weight: 700;
                  line-height: 1;
                  color: color(milk);

                  &.btn--outline {
                      color: color(outer-space);

                      &:hover {
                          color: color(milk);
                      }
                  }

                  @include media-breakpoint-up(xl) {
                      flex: auto;
                      margin: 0 0 0 10px;
                  }
              }

              @include media-breakpoint-up(md) {
                  border: none;
                  padding-bottom: 0;
              }

              @include media-breakpoint-up(xl) {
                  justify-content: flex-end;
              }
          }

          @include media-breakpoint-up(md) {
              .row {
                  border-bottom: 1px solid color(pampas);
                  padding-bottom: 40px;
              }
          }
      } */
}
.house-header .popup-gallery {
  max-width: 1205px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-breadcrumbs {
  margin: 0 0 10px 0;
}
.main-breadcrumbs a {
  color: #ff5c00;
}
.main-breadcrumbs .divider {
  margin: 0 5px;
  color: #d9d9d9;
}
@media (min-width: 1024px) {
  .main-breadcrumbs {
    margin-bottom: 20px;
  }
}

.section--house__text {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.section--house__text .btn-text {
  margin-top: 20px;
}
.section--house__text .btn-text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ff5c00;
}
.section--house__text .btn-text span:hover {
  color: #424242;
}
.section--house__text .title {
  margin-bottom: 25px;
}
.section--house__text .title span {
  position: relative;
  z-index: 1;
}
.section--house__text .title .stripe {
  display: inline-flex;
}
.section--house__text .title .stripe::before {
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1920px) {
  .section--house__text .title {
    position: absolute;
    top: 80px;
    left: 70px;
  }
}
.section--house__text .first--text {
  position: relative;
  transition: var(--speed-default);
}
.section--house__text .first--text::after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.section--house__text .house--text p {
  margin-bottom: 15px;
}
.section--house__text .house--text p::first-letter {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .section--house__text .house--text p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section--house__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .section--house__text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .section--house__text {
    max-width: 1820px;
    margin: 0 auto 100px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.section--house__features {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff7f1;
  position: relative;
}
.section--house__features .title {
  margin-bottom: 25px;
}
.section--house__features .title span {
  position: relative;
  z-index: 1;
}
.section--house__features .title .stripe {
  display: inline-flex;
}
.section--house__features .title .stripe::before {
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1920px) {
  .section--house__features .title {
    position: absolute;
    top: 80px;
    left: 70px;
  }
}
@media (min-width: 1920px) {
  .section--house__features .house--features {
    margin: 0 -30px;
  }
}
.section--house__features ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section--house__features ul li {
  flex: 0 0 50%;
  margin-bottom: 5px;
  padding: 0 10px 10px 10px;
}
.section--house__features ul li .feature {
  height: 100%;
  border-bottom: 1px solid #decdc3;
}
.section--house__features ul li .feature p {
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .section--house__features ul li {
    flex: 0 0 33.3333%;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .section--house__features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .section--house__features {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .section--house__features {
    max-width: 1820px;
    margin: 0 auto 100px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.section--house__services {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.section--house__services .title {
  margin-bottom: 25px;
}
.section--house__services .title span {
  position: relative;
  z-index: 1;
}
.section--house__services .title .stripe {
  display: inline-flex;
}
.section--house__services .title .stripe::before {
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1920px) {
  .section--house__services .title {
    position: absolute;
    top: 80px;
    left: 70px;
  }
}
@media (min-width: 1920px) {
  .section--house__services .house--services {
    margin: 0 -30px;
  }
}
.section--house__services ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section--house__services ul li {
  flex: 0 0 50%;
  padding: 0 10px;
}
.section--house__services ul li .service {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #decdc3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section--house__services ul li .service i {
  min-width: 25px;
  margin: 0 5px 0 0;
  line-height: 20px;
  text-align: center;
}
.section--house__services ul li .service p {
  color: rgba(66, 66, 66, 0.7);
}
@media (min-width: 1920px) {
  .section--house__services ul li {
    flex: 0 0 33.3333%;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .section--house__services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .section--house__services {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .section--house__services {
    max-width: 1820px;
    margin: 0 auto 100px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.section--house__similar {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff7f1;
  position: relative;
}
.section--house__similar .tns-ovh {
  overflow: visible;
}
.section--house__similar .title {
  margin-bottom: 30px;
}
.section--house__similar .title h2::before {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .section--house__similar .title h2 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section--house__similar .title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .section--house__similar .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .section--house__similar .title {
    margin-bottom: 55px;
  }
}
.section--house__similar .house--similar__slider {
  display: flex;
}
.section--house__similar .house--similar__slider .tns-item {
  display: inline-flex;
}
@media (min-width: 1280px) {
  .section--house__similar .house--similar__slider .col-xl-4:last-of-type {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--house__similar .house--similar__slider {
    flex-wrap: wrap;
  }
  .section--house__similar .house--similar__slider > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
@media (min-width: 1280px) {
  .section--house__similar {
    padding: 50px 0 100px 0;
  }
}
@media (min-width: 1920px) {
  .section--house__similar {
    padding: 90px 0 140px 0;
  }
}

.section--house__specials {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff7f1;
  position: relative;
}
.section--house__specials .title {
  margin-bottom: 25px;
}
.section--house__specials .title span {
  position: relative;
  z-index: 1;
}
.section--house__specials .title .stripe {
  display: inline-flex;
}
.section--house__specials .title .stripe::before {
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: -6px;
}
@media (min-width: 1920px) {
  .section--house__specials .title {
    position: absolute;
    top: 80px;
    left: 70px;
  }
}
@media (min-width: 1920px) {
  .section--house__specials .house--lists {
    display: flex;
    margin: 0 -30px;
  }
  .section--house__specials .house--lists .house--specials {
    flex: 0 0 50%;
    padding: 0 30px;
  }
}
.section--house__specials .house--specials {
  display: flex;
  flex-wrap: wrap;
}
.section--house__specials .house--specials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section--house__specials .house--specials ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  color: #424242;
  position: relative;
}
.section--house__specials .house--specials ul li::before {
  font-family: "relo-icons";
  font-size: 22px;
  position: absolute;
  top: 1px;
  left: 0;
}
.section--house__specials .house--specials ul li ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.section--house__specials .house--specials ul li ul li {
  margin-bottom: 0;
  padding: 0;
}
.section--house__specials .house--specials ul li ul li::before {
  display: none;
}
.section--house__specials .house--specials.plus ul li::before {
  content: "\E903";
}
.section--house__specials .house--specials.minus ul li::before {
  content: "\E904";
}
@media (min-width: 768px) {
  .section--house__specials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .section--house__specials {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .section--house__specials {
    max-width: 1820px;
    margin: 0 auto 100px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  opacity: 1;
}
.mfp-bg.mfp-gallery, .mfp-bg.mfp-ready {
  background-color: #fff;
}

.mfp-wrap.mfp-gallery {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  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%;
  min-height: 1px;
  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;
}

/*! jQuery.Flipster, v1.1.5 (built 2020-10-17) */
/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}

/* @end */
.section--employees {
  overflow: hidden;
}
.section--employees .head {
  margin-bottom: 30px;
}
.section--employees .head h2 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section--employees .head {
    max-width: 375px;
    margin: 0 auto 45px;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .section--employees .head {
    max-width: 630px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .section--employees .head {
    max-width: 820px;
    margin-bottom: 70px;
  }
}
.section--employees .tns-ovh {
  overflow: visible;
}
.section--employees .tns-ovh .employee-slider .employee .employee__image {
  overflow: hidden;
  width: 230px;
  height: 230px;
  border: 15px solid #f8f5f3;
  border-radius: 50%;
  background-color: #decdc3;
  position: relative;
}
.section--employees .tns-ovh .employee-slider .employee .employee__image::before {
  width: 100%;
  height: 100%;
  border: 15px solid #eee6e1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image::before {
    border: 25px solid #eee6e1;
  }
}
.section--employees .tns-ovh .employee-slider .employee .employee__image::after {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border: 15px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee6e1 #eee6e1;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(calc(1deg * (-45 + 0 * 1.8)));
  z-index: 2;
}
@media (min-width: 1280px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image::after {
    width: 255px;
    height: 255px;
    border: 25px solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee6e1 #eee6e1;
  }
}
@media (min-width: 1920px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image::after {
    width: 325px;
    height: 325px;
  }
}
.section--employees .tns-ovh .employee-slider .employee .employee__image img {
  max-width: 200px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: -15px;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image img {
    bottom: 5px;
  }
}
.section--employees .tns-ovh .employee-slider .employee .employee__image img.shape {
  width: 100%;
  top: 0;
  bottom: auto;
  left: -30px;
  z-index: 0;
}
.section--employees .tns-ovh .employee-slider .employee .employee__image span.overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(230, 217, 210, 0) 0%, #e7dad3 100%);
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 3;
  transition: var(--speed-default);
}
.section--employees .tns-ovh .employee-slider .employee .employee__image:hover span.overlay {
  opacity: 0;
}
@media (min-width: 1280px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image {
    width: 305px;
    height: 305px;
    border: 25px solid #f8f5f3;
  }
}
@media (min-width: 1920px) {
  .section--employees .tns-ovh .employee-slider .employee .employee__image {
    width: 375px;
    height: 375px;
  }
}
@media (min-width: 768px) {
  .section--employees .tns-ovh {
    overflow: hidden;
  }
}

.section--reviews {
  overflow: hidden;
}
.section--reviews .tns-ovh {
  overflow: visible;
}
@media (min-width: 768px) {
  .section--reviews .tns-ovh {
    overflow: hidden;
  }
}
.section--reviews .container {
  position: relative;
  z-index: 2;
}
.section--reviews .review-top {
  padding: 30px 0 80px;
  position: relative;
}
.section--reviews .review-top::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.74) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section--reviews .review-top .review-top__inner picture img {
  object-position: right;
}
.section--reviews .review-top .review-top__inner .rating {
  display: flex;
  justify-content: center;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border: 15px solid rgba(255, 92, 0, 0.2);
  border-radius: 50%;
  transition: var(--speed-slow);
  transition-delay: 0.1s;
}
.section--reviews .review-top .review-top__inner .rating .rating__inner,
.section--reviews .review-top .review-top__inner .rating .rating__inner__border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 15px solid rgba(255, 92, 0, 0.5);
  border-radius: 50%;
  font-family: "SourceSansPro", sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  position: relative;
  transition: var(--speed-default);
}
@media (min-width: 1920px) {
  .section--reviews .review-top .review-top__inner .rating .rating__inner,
.section--reviews .review-top .review-top__inner .rating .rating__inner__border {
    border: 20px solid rgba(255, 92, 0, 0.5);
    font-size: 80px;
  }
}
.section--reviews .review-top .review-top__inner .rating .rating__inner__border {
  background-color: #ff5c00;
}
@media (min-width: 1920px) {
  .section--reviews .review-top .review-top__inner .rating {
    width: 275px;
    height: 275px;
    border: 20px solid rgba(255, 92, 0, 0.2);
  }
}
.section--reviews .review-top .review-top__inner .review-top__content {
  margin-top: 35px;
  text-align: center;
}
.section--reviews .review-top .review-top__inner .review-top__content * {
  color: #fff;
  word-break: break-word;
}
.section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span {
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-top .review-top__inner .review-top__content p,
.section--reviews .review-top .review-top__inner .review-top__content p span {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .section--reviews .review-top .review-top__inner .review-top__content {
    max-width: 400px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-top .review-top__inner .review-top__content {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  .section--reviews .review-top .review-top__inner .review-top__content {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .section--reviews .review-top .review-top__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section--reviews .review-top {
    margin: 0 20px;
    padding: 60px 0 160px;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-top {
    padding: 105px 0 140px;
  }
}
@media (min-width: 1920px) {
  .section--reviews .review-top {
    padding: 140px 0;
  }
}
.section--reviews .review-bottom {
  margin-top: -50px;
}
.section--reviews .review-bottom .review-item {
  margin-bottom: 40px;
}
.section--reviews .review-bottom .review-item .review-item__inner {
  border-radius: 10px;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__left {
  flex: 0 0 100%;
  max-width: 100%;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__left h6 {
  margin: 20px 0;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__left h2 {
  background: var(--gradient-orange);
  -webkit-background-clip: text;
          background-clip: text;
  transition: var(--speed-default);
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__left .rating-number h6 {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__left .rating-number h6 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__left .rating-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__left .rating-number {
    display: block;
  }
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__left strong {
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars {
  display: flex;
  margin-bottom: 20px;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars i {
  display: block;
  margin-right: 5px;
  font-size: 18px;
  color: #ff5c00;
  transition: var(--speed-default);
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars i:nth-child(2) {
  transition-delay: 0.1s;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars i:nth-child(3) {
  transition-delay: 0.2s;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars i:nth-child(4) {
  transition-delay: 0.3s;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .stars i:nth-child(5) {
  transition-delay: 0.4s;
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right p.small {
  margin: 20px 0 10px;
  font-size: 12px;
  color: #c6c6c6;
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__right p.small {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__right p.small {
    font-size: 15px;
  }
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .review-item__rating p {
  display: flex;
  margin-bottom: 15px;
  color: rgba(66, 66, 66, 0.7);
}
.section--reviews .review-bottom .review-item .review-item__inner .review-item__right .review-item__rating p span {
  display: block;
  margin-right: 10px;
  font-weight: 700;
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__right .review-item__rating p {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__right .review-item__rating p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner .review-item__right {
    width: 50%;
  }
}
.section--reviews .review-bottom .review-item .review-item__inner:hover .stars i {
  transform: translateY(-5px);
}
.section--reviews .review-bottom .review-item .review-item__inner:hover .stars i:nth-child(2) {
  transition-delay: 0.1s;
}
.section--reviews .review-bottom .review-item .review-item__inner:hover .stars i:nth-child(3) {
  transition-delay: 0.2s;
}
.section--reviews .review-bottom .review-item .review-item__inner:hover .stars i:nth-child(4) {
  transition-delay: 0.3s;
}
.section--reviews .review-bottom .review-item .review-item__inner:hover .stars i:nth-child(5) {
  transition-delay: 0.4s;
}
.section--reviews .review-bottom .review-item .review-item__inner:hover h2 {
  transform: scale(1.1) translateX(10px);
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom .review-item .review-item__inner {
    display: flex;
    padding: 30px 25px;
  }
}
@media (min-width: 1920px) {
  .section--reviews .review-bottom .review-item .review-item__inner {
    padding: 35px 30px;
  }
}
.section--reviews .review-bottom .ratings-arrows {
  text-align: center;
}
.section--reviews .review-bottom .ratings-arrows button:first-child {
  margin-right: 10px;
}
.section--reviews .review-bottom .ratings-arrows button i {
  font-size: 16px;
  color: #202020;
  transition: var(--speed-default);
}
.section--reviews .review-bottom .ratings-arrows button:hover i {
  color: #ff5c00;
}
.section--reviews .review-bottom .ratings-arrows button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .section--reviews .review-bottom {
    margin-top: -60px;
  }
}

.section--latest-news {
  overflow: hidden;
  position: relative;
}
.section--latest-news .head {
  position: relative;
  z-index: 4;
}
.section--latest-news .head p,
.section--latest-news .head p span {
  max-width: 450px;
}
@media (min-width: 1920px) {
  .section--latest-news .head p,
.section--latest-news .head p span {
    max-width: 580px;
  }
}
.section--latest-news .news__inner {
  padding: 70px 0 40px;
  background-color: #fff;
}
.section--latest-news .news__inner::before {
  width: 100%;
  height: 100px;
  background-color: #fff;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  content: "";
  position: absolute;
  bottom: 45px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--latest-news .news__inner::before {
    width: calc(100% + 250px);
    height: 450px;
    bottom: 0;
    left: -125px;
  }
}
@media (min-width: 1024px) {
  .section--latest-news .news__inner::before {
    height: 800px;
  }
}
@media (min-width: 768px) {
  .section--latest-news .news__inner::after {
    width: 200px;
    height: 70%;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
@media (min-width: 1920px) {
  .section--latest-news .news__inner::after {
    width: 600px;
  }
}
.section--latest-news .news__inner .tns-ovh {
  overflow: visible;
}
.section--latest-news .news__inner .news-wrapper .news-slider {
  margin-top: 30px;
}
.section--latest-news .news__inner .news-wrapper .news-slider .news-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 16px 16px 19px 0 rgba(32, 32, 32, 0.1);
}
.section--latest-news .news__inner .news-wrapper .news-slider .news-item p.big {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .section--latest-news .news__inner .news-wrapper .news-slider {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .section--latest-news .news__inner .news-wrapper .news-slider {
    margin-top: 90px;
  }
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .btn-rounded {
  margin: auto;
  border: none;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 50px;
  z-index: 4;
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .btn-rounded i {
  color: #424242;
  transition: var(--speed-default);
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .btn-rounded[aria-disabled=true] {
  display: none;
}
@media (min-width: 1280px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .btn-rounded {
    top: 30px;
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .btn-rounded {
    top: 70px;
  }
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__prev--news {
  left: 30px;
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__prev--news:hover i {
  transform: scale(1.1) translateX(-3px);
}
@media (min-width: 1280px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__prev--news {
    left: 140px;
  }
}
@media (min-width: 1920px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__prev--news {
    left: 230px;
  }
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__next--news {
  right: 30px;
}
.section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__next--news:hover i {
  transform: scale(1.1) translateX(3px);
}
@media (min-width: 1280px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__next--news {
    right: 140px;
  }
}
@media (min-width: 1920px) {
  .section--latest-news .news__inner .news-wrapper .slider__buttons--news .slide__next--news {
    right: 230px;
  }
}
@media (min-width: 1280px) {
  .section--latest-news .news__inner {
    padding: 160px 0 100px;
  }
}
@media (min-width: 768px) {
  .section--latest-news.section--spacing {
    margin-bottom: -150px;
  }
}
@media (min-width: 768px) {
  .section--latest-news {
    padding-bottom: 300px;
  }
}
@media (min-width: 1280px) {
  .section--latest-news {
    padding-bottom: 200px;
  }
}

.section--offer {
  overflow: hidden;
}
.section--offer .tns-ovh {
  overflow: visible;
}
.section--offer .tns-ovh .tns-inner {
  display: flex;
}
@media (min-width: 1920px) {
  .section--offer .head h2.stripe::before {
    width: calc(100% + 10px);
    left: -10px;
  }
}
@media (min-width: 768px) {
  .section--offer .head h2 {
    margin-right: auto;
    margin-left: auto;
  }
}
.section--offer .head p,
.section--offer .head p span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .section--offer .head {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
.section--offer .offer-items {
  margin-top: 30px;
}
.section--offer .offer-items .house--col:nth-of-type(5), .section--offer .offer-items .house--col:nth-of-type(6) {
  display: none;
}
@media (min-width: 1280px) {
  .section--offer .offer-items .house--col:nth-of-type(5), .section--offer .offer-items .house--col:nth-of-type(6) {
    display: block;
  }
}
.section--offer .offer-items.row {
  display: block;
}
@media (min-width: 768px) {
  .section--offer .offer-items.row {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .section--offer .offer-items {
    margin-top: 60px;
  }
}

.section--content-banner .banner-image {
  height: 390px;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .section--content-banner .banner-image {
    height: 220px;
    margin: 0 20px;
  }
}
@media (min-width: 1280px) {
  .section--content-banner .banner-image {
    height: 420px;
  }
}
@media (min-width: 1920px) {
  .section--content-banner .banner-image {
    height: 520px;
    margin: 0 50px;
  }
}
.section--content-banner .content__text {
  margin-bottom: 10px;
}
.section--content-banner .content {
  margin-bottom: 25px;
}
.section--content-banner .content h2.stripe::before {
  max-width: 255px;
  right: auto;
  left: -10px;
}
@media (min-width: 1920px) {
  .section--content-banner .content h2.stripe::before {
    max-width: 305px;
  }
}
@media (min-width: 768px) {
  .section--content-banner .content {
    max-width: 330px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .section--content-banner .content {
    max-width: none;
    margin-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .section--content-banner .content {
    margin-bottom: 110px;
  }
}
.section--content-banner .bullets {
  margin: 0 45px;
  margin-top: -195px;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 16px 16px 19px 0 rgba(32, 32, 32, 0.1);
  position: relative;
  z-index: 1;
}
.section--content-banner .bullets ul {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .section--content-banner .bullets {
    margin: 0;
    transform: translateY(100px);
  }
}
@media (min-width: 1280px) {
  .section--content-banner .bullets {
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .section--content-banner .bullets {
    padding: 40px;
    transform: translateY(180px);
  }
}

.section--hero {
  padding-top: 40px;
  position: relative;
}
.section--hero .container {
  position: relative;
  z-index: 1;
}
.section--hero .head h1.stripe::before {
  right: auto;
  left: 0;
}
@media (min-width: 1440px) {
  .section--hero .head h1.stripe::before {
    max-width: 640px;
  }
}
.section--hero .head .head__text ul p span,
.section--hero .head .head__text ul p,
.section--hero .head .head__text ul li,
.section--hero .head .head__text ul span {
  font-weight: 600;
  color: #424242;
}
.section--hero .head .head__text ul p span::before,
.section--hero .head .head__text ul p::before,
.section--hero .head .head__text ul li::before,
.section--hero .head .head__text ul span::before {
  font-weight: initial;
}
@media (min-width: 1920px) {
  .section--hero .head .head__text ul p span,
.section--hero .head .head__text ul p,
.section--hero .head .head__text ul li,
.section--hero .head .head__text ul span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .section--hero .head {
    max-width: 430px;
  }
}
@media (min-width: 1280px) {
  .section--hero .head {
    max-width: 570px;
  }
}
@media (min-width: 1920px) {
  .section--hero .head {
    max-width: 740px;
  }
}
.section--hero .bg_image {
  width: 100%;
  height: 85%;
  -webkit-clip-path: circle(92.9% at 50% 8%);
          clip-path: circle(92.9% at 50% 8%);
  position: absolute;
  top: 0;
}
.section--hero .bg_image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(211.77deg, rgba(232, 220, 213, 0) 0%, #e7dad3 65%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .section--hero .bg_image::before {
    background: linear-gradient(250deg, rgba(232, 220, 213, 0) 0%, #e7dad3 65%);
  }
}
@media (min-width: 1920px) {
  .section--hero .bg_image::before {
    background: linear-gradient(270deg, rgba(232, 220, 213, 0) 0%, #e7dad3 65%);
  }
}
@media (min-width: 768px) {
  .section--hero .bg_image {
    -webkit-clip-path: ellipse(80% 80% at 50% 20%);
            clip-path: ellipse(80% 80% at 50% 20%);
  }
}
@media (min-width: 1280px) {
  .section--hero .bg_image {
    height: 100%;
  }
}
.section--hero .services {
  height: 100%;
  margin-top: 40px;
}
.section--hero .services .col-12 .service img {
  transition: var(--speed-slow);
}
.section--hero .services .col-12:first-child .service img {
  top: -200px;
  left: -160px;
  transform: rotate(-5deg);
}
@media (min-width: 1280px) {
  .section--hero .services .col-12:first-child .service img {
    top: -215px;
  }
}
@media (min-width: 1920px) {
  .section--hero .services .col-12:first-child .service img {
    top: -227px;
  }
}
.section--hero .services .col-12:nth-child(2) .service img {
  top: -190px;
  left: -300px;
  transform: rotate(-10deg);
}
.section--hero .services .col-12:nth-child(3) .service img {
  top: -194px;
  left: -600px;
  transform: rotate(-10deg);
}
@media (min-width: 1280px) {
  .section--hero .services .col-12:nth-child(3) .service img {
    top: -190px;
  }
}
.section--hero .services .service {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: relative;
  transition: var(--speed-default);
}
.section--hero .services .service .btn-rounded,
.section--hero .services .service .btn-rounded i {
  transition: var(--speed-default);
}
.section--hero .services .service h5 {
  transition: var(--speed-default);
}
.section--hero .services .service img {
  width: 1045px;
  max-width: none;
  position: absolute;
  top: 0;
}
.section--hero .services .service p {
  color: rgba(66, 66, 66, 0.7);
}
@media (min-width: 768px) {
  .section--hero .services .service p {
    max-width: 100px;
  }
}
@media (min-width: 1280px) {
  .section--hero .services .service p {
    max-width: calc(100% - 25px);
  }
}
.section--hero .services .service:hover {
  box-shadow: 20px 20px 24px 0 rgba(255, 92, 0, 0.2);
}
.section--hero .services .service:hover h5 {
  color: #ff5c00;
}
.section--hero .services .service:hover a.btn-rounded {
  border-color: transparent;
  background-color: #ff5c00;
}
.section--hero .services .service:hover a.btn-rounded i {
  color: #fff;
}
@media (min-width: 768px) {
  .section--hero .services .service {
    align-items: flex-end;
    padding-top: 110px;
  }
}
@media (min-width: 1280px) {
  .section--hero .services .service {
    padding-top: 150px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .section--hero .services .service {
    padding-top: 200px;
  }
}
.section--hero .services:hover .col-12:first-child .service img {
  transform: rotate(-5deg) translateX(90px);
}
@media (min-width: 1920px) {
  .section--hero .services:hover .col-12:first-child .service img {
    transform: rotate(-5deg) translateX(130px);
  }
}
.section--hero .services:hover .col-12:nth-child(2) .service img, .section--hero .services:hover .col-12:nth-child(3) .service img {
  transform: rotate(-10deg) translateX(90px);
}
@media (min-width: 1280px) {
  .section--hero .services {
    margin-top: 110px;
  }
}
.section--hero a.scroll-to {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50px;
  transition: var(--speed-default);
}
.section--hero a.scroll-to i {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  transform: rotate(90deg);
  transition: var(--speed-default);
}
.section--hero a.scroll-to:hover {
  color: #ff5c00;
}
.section--hero a.scroll-to:hover i {
  color: #ff5c00;
  transform: rotate(90deg) translateX(5px);
}
.section--hero #scroll-to {
  position: absolute;
  bottom: -50px;
}
.section--hero.section--hero--sub {
  padding-top: 25px;
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub picture img {
    object-position: top;
  }
}
.section--hero.section--hero--sub .breadcrumbs {
  margin-bottom: 30px;
}
.section--hero.section--hero--sub .breadcrumbs a {
  margin-right: 5px;
}
.section--hero.section--hero--sub .breadcrumbs span.breadcrumb_last {
  margin-left: 5px;
}
.section--hero.section--hero--sub .breadcrumbs a,
.section--hero.section--hero--sub .breadcrumbs span {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .breadcrumbs a,
.section--hero.section--hero--sub .breadcrumbs span {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .breadcrumbs {
    margin-bottom: 45px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--hero--sub .breadcrumbs {
    margin-bottom: 65px;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .bg_image {
    height: 57%;
    -webkit-clip-path: ellipse(60% 80% at 50% 20%);
            clip-path: ellipse(60% 80% at 50% 20%);
  }
}
@media (min-width: 1920px) {
  .section--hero.section--hero--sub .bg_image {
    height: 60%;
    -webkit-clip-path: ellipse(55% 80% at 50% 20%);
            clip-path: ellipse(55% 80% at 50% 20%);
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .head .head__text {
    max-width: 450px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--hero--sub .head .head__text {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .section--hero.section--hero--sub .head {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .head {
    max-width: 570px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--hero--sub .head {
    max-width: 740px;
  }
}
@media (min-width: 768px) {
  .section--hero.section--hero--sub .services .service p {
    max-width: none;
  }
}
.section--hero.section--hero--sub .services .service img {
  display: none !important;
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .services .service img {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .section--hero.section--hero--sub .services .service {
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub .services .service {
    padding-top: 150px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--hero--sub .services .service {
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  .section--hero.section--hero--sub .services {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--hero--sub {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .section--hero {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .section--hero {
    padding: 120px 0 120px;
  }
}

.section--cta {
  position: relative;
}
.section--cta .cta-image {
  display: flex;
  justify-content: center;
}
.section--cta .cta-image .cta-image__image {
  overflow: hidden;
  width: 300px;
  height: 300px;
  border: 15px solid #f8f5f3;
  border-radius: 50%;
  background-color: #decdc3;
  position: relative;
}
.section--cta .cta-image .cta-image__image::before {
  width: 100%;
  height: 100%;
  border: 15px solid #eee6e1;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--cta .cta-image .cta-image__image::before {
    border: 25px solid #eee6e1;
  }
}
@media (min-width: 1920px) {
  .section--cta .cta-image .cta-image__image::before {
    border: 30px solid #eee6e1;
  }
}
.section--cta .cta-image .cta-image__image::after {
  box-sizing: border-box;
  width: 270px;
  height: 270px;
  border: 15px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee6e1 #eee6e1;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(calc(1deg * (-45 + 0 * 1.8)));
  z-index: 2;
}
@media (min-width: 1440px) {
  .section--cta .cta-image .cta-image__image::after {
    width: 315px;
    height: 315px;
    border: 25px solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee6e1 #eee6e1;
  }
}
@media (min-width: 1920px) {
  .section--cta .cta-image .cta-image__image::after {
    width: 395px;
    height: 395px;
    border: 30px solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee6e1 #eee6e1;
  }
}
.section--cta .cta-image .cta-image__image img {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: -15px;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--cta .cta-image .cta-image__image img {
    height: 100%;
    max-height: 98%;
    bottom: 5px;
  }
}
.section--cta .cta-image .cta-image__image img.shape {
  width: 100%;
  top: 0;
  bottom: auto;
  left: -30px;
  z-index: 0;
}
@media (min-width: 1440px) {
  .section--cta .cta-image .cta-image__image {
    width: 365px;
    height: 365px;
    border: 25px solid #f8f5f3;
  }
}
@media (min-width: 1920px) {
  .section--cta .cta-image .cta-image__image {
    width: 455px;
    height: 455px;
    border: 30px solid #f8f5f3;
  }
}
@media (min-width: 768px) {
  .section--cta .cta-image {
    justify-content: flex-start;
  }
}
.section--cta .cta-content h2 {
  margin-top: 20px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  position: relative;
}
.section--cta .cta-content h2::before {
  max-width: 170px;
  top: unset;
  right: unset;
  bottom: -5px;
  left: -10px;
}
@media (min-width: 1920px) {
  .section--cta .cta-content h2::before {
    max-width: 376px;
  }
}
@media (min-width: 1440px) {
  .section--cta .cta-content h2 {
    margin-bottom: 20px;
  }
}
.section--cta .cta-content p {
  color: #424242;
}
@media (min-width: 768px) {
  .section--cta .cta-content p {
    font-weight: 600;
  }
}
@media (min-width: 1440px) {
  .section--cta .cta-content p {
    margin-bottom: 10px;
  }
}

.section--cta .package-slider {
  display: flex;
}
.section--cta .sliderControls {
  padding-top: 20px;
}
.section--cta .sliderControls button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #424242;
  border-radius: 50%;
  font-family: "relo-icons";
}
.section--cta .pricing-card {
  display: inline-flex !important;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0 20px 0 0;
  transition: var(--speed-default) all;
}
.section--cta .pricing-card .pricing-content {
  width: 100%;
}
.section--cta .pricing-card .price-section {
  width: 100%;
  align-self: flex-end;
}
.section--cta .pricing-card .price-section p.small {
  margin: 20px 0 10px;
  font-size: 12px;
  color: rgba(66, 66, 66, 0.8);
}
@media (min-width: 1280px) {
  .section--cta .pricing-card .price-section p.small {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section--cta .pricing-card .price-section p.small {
    font-size: 15px;
  }
}
.section--cta .pricing-card .price-section__price {
  margin-bottom: 15px;
  /* stylelint-disable */
  background: linear-gradient(90deg, #ff5c00, #ff9b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* stylelint-enable */
}
.section--cta .pricing-card:nth-child(2) {
  margin: 20px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 20px 20px 20px;
  background-color: #eee6e1;
}
.section--cta .pricing-card:nth-child(2) .pricing-content > .pricing-card__items li {
  background-color: #eee6e1;
}
.section--cta .pricing-card:nth-child(2):hover {
  border-radius: 10px;
  transform: scale(1.08) translateX(-19px);
}
@media (min-width: 768px) {
  .section--cta .pricing-card:nth-child(2) {
    margin: 25px 0;
    padding: 25px 20px;
  }
}
@media (min-width: 1440px) {
  .section--cta .pricing-card:nth-child(2) {
    margin: 40px 0;
    padding: 40px 20px;
  }
}
.section--cta .pricing-card:nth-child(3) {
  margin: 0;
  border-radius: 10px;
  padding: 40px 20px 40px 20px;
  background-color: #ffdecc;
}
.section--cta .pricing-card:nth-child(3) .pricing-content > .pricing-card__items li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #ffdecc;
}
.section--cta .pricing-card:nth-child(3):hover {
  transform: scale(1.08);
}
@media (min-width: 768px) {
  .section--cta .pricing-card:nth-child(3) {
    padding: 50px 20px;
  }
}
@media (min-width: 1440px) {
  .section--cta .pricing-card:nth-child(3) {
    padding: 80px 20px;
  }
}
.section--cta .pricing-card__addon {
  height: 32px;
  min-height: 32px;
  font-size: 14px;
  color: #424242;
  position: relative;
}
.section--cta .pricing-card__addon i {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1280px) {
  .section--cta .pricing-card__addon {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section--cta .pricing-card__addon {
    font-size: 15px;
  }
}
.section--cta .pricing-card__items {
  margin-bottom: 30px;
  padding-left: 0;
}
.section--cta .pricing-card__items li {
  width: 100%;
  border-bottom: 1px solid rgba(222, 205, 195, 0.8);
  padding: 12px 0;
  list-style-type: none;
}
.section--cta .pricing-card__items--tooltip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.section--cta .pricing-card__items--tooltip a {
  text-decoration: underline;
  transition: var(--speed-default);
}
.section--cta .pricing-card__items--tooltip a:hover {
  color: #ff9b3a;
}
@media (min-width: 768px) {
  .section--cta .pricing-card {
    margin: 50px 0;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1440px) {
  .section--cta .pricing-card {
    margin: 80px 0;
  }
}
@media (min-width: 768px) {
  .section--cta .tns-ovh {
    overflow: unset;
  }
}

.section--usp-carousel {
  border-top: 1px solid #decdc3;
  border-bottom: 1px solid #decdc3;
  padding: 25px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section--usp-carousel::before {
    right: auto;
    left: 0;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .section--usp-carousel::after, .section--usp-carousel::before {
    width: 200px;
    height: 100%;
    background: linear-gradient(270deg, #fff7f1 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
.section--usp-carousel .slick-arrow {
  display: none !important;
}
.section--usp-carousel .usps-slider .usp {
  padding: 0 30px;
}
.section--usp-carousel .usps-slider .usp p {
  display: flex;
  align-items: center;
}
.section--usp-carousel .usps-slider .usp p i {
  margin-right: 20px;
  font-size: 22px;
  color: #ff5c00;
}
@media (min-width: 1280px) {
  .section--usp-carousel .usps-slider .usp p i {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .section--usp-carousel {
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  .section--usp-carousel {
    padding: 100px 0;
  }
}
@media (min-width: 1920px) {
  .section--usp-carousel {
    padding: 130px 0;
  }
}

.section--prices .services .service {
  margin-bottom: 30px;
}
.section--prices .services .service .service__inner {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 20px 20px 24px 0 rgba(32, 32, 32, 0.1);
  position: relative;
  transition: var(--speed-default);
}
.section--prices .services .service .service__inner .btn-rounded,
.section--prices .services .service .service__inner .btn-rounded i {
  transition: var(--speed-default);
}
.section--prices .services .service .service__inner h5.orange {
  margin-top: 20px;
  background: linear-gradient(90deg, #ff5c00, #ff9b3a);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section--prices .services .service .service__inner h5 {
  transition: var(--speed-default);
}
.section--prices .services .service .service__inner img {
  width: 1045px;
  max-width: none;
  position: absolute;
  top: 0;
}
.section--prices .services .service .service__inner:hover {
  box-shadow: 20px 20px 24px 0 rgba(255, 92, 0, 0.2);
}
.section--prices .services .service .service__inner:hover h5:not(.orange) {
  color: #ff5c00;
}
.section--prices .services .service .service__inner:hover a.btn-rounded {
  border-color: transparent;
  background-color: #ff5c00;
}
.section--prices .services .service .service__inner:hover a.btn-rounded i {
  color: #fff;
}
@media (min-width: 768px) {
  .section--prices .services .service .service__inner:hover {
    transform: translateX(-15px) translateY(-5px);
  }
}
@media (min-width: 1280px) {
  .section--prices .services .service .service__inner:hover {
    transform: translateX(-25px) translateY(-10px);
  }
}
@media (min-width: 768px) {
  .section--prices .services .service .service__inner {
    align-items: flex-end;
  }
}

.section--text {
  margin-bottom: 50px;
}
.section--text .text p {
  margin-bottom: 50px;
}
.section--text .text h6 {
  margin-bottom: 10px;
}
.section--text .text form p {
  margin: 0 0 15px 0;
}
@media (min-width: 1440px) {
  .section--text .text form p {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1024px) {
  .section--text {
    margin-bottom: 75px;
  }
}
@media (min-width: 1280px) {
  .section--text {
    margin-bottom: 125px;
  }
}
@media (min-width: 1920px) {
  .section--text {
    margin-bottom: 150px;
  }
}

.section--gallery {
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 50px;
  position: relative;
}
.section--gallery .flipster {
  overflow: visible;
  position: initial;
}
.section--gallery .flipster img {
  opacity: 1;
  filter: blur(0);
  transition: var(--speed-fast);
}
@media (min-width: 1280px) {
  .section--gallery .flipster img {
    width: 100%;
  }
}
.section--gallery .flipster .flipster__item .flipster__item__content {
  transform: scale(0);
}
.section--gallery .flipster .flipster__item--future-1,
.section--gallery .flipster .flipster__item--past-1 {
  opacity: 1;
}
.section--gallery .flipster .flipster__item--future-1 img,
.section--gallery .flipster .flipster__item--past-1 img {
  filter: blur(1px);
}
.section--gallery .flipster .flipster__item--future-1 .flipster__item__content,
.section--gallery .flipster .flipster__item--past-1 .flipster__item__content {
  background-color: #000;
  transform: scale(0.75);
}
.section--gallery .flipster .flipster__item--future-2,
.section--gallery .flipster .flipster__item--past-2 {
  opacity: 1;
}
.section--gallery .flipster .flipster__item--future-2 img,
.section--gallery .flipster .flipster__item--past-2 img {
  filter: blur(1px);
}
.section--gallery .flipster .flipster__item--future-2 .flipster__item__content,
.section--gallery .flipster .flipster__item--past-2 .flipster__item__content {
  transform: scale(0.5);
}
.section--gallery .flipster .flipster__item--future-3,
.section--gallery .flipster .flipster__item--past-3 {
  opacity: 0;
}
.section--gallery .flipster .flipster__button {
  opacity: 1;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section--gallery .flipster .flipster__button .btn-rounded {
  background-color: #fff;
}
.section--gallery .flipster .flipster__button .btn-rounded i {
  color: #ff5c00;
}
.section--gallery .flipster .flipster__button--next {
  right: calc(10%);
}
.section--gallery .flipster .flipster__button--prev {
  left: calc(10%);
}
.section--gallery .flipster .flipster__item--current .flipster__item__content {
  transform: scale(1);
}
.section--gallery .flipster .flipster__item--current .productions--card::before {
  display: none;
}
.section--gallery .flipster .flipster__item--current .productions--overlay {
  opacity: 1;
}
@media (min-width: 1024px) {
  .section--gallery {
    margin-top: -60px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1280px) {
  .section--gallery {
    margin-top: -60px;
    margin-bottom: 125px;
  }
}
@media (min-width: 1920px) {
  .section--gallery {
    margin-top: -145px;
    margin-bottom: 150px;
  }
}

.section--textcenter__usps {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .section--textcenter__usps .title {
    text-align: center;
  }
  .section--textcenter__usps .title h2 {
    display: inline-block;
  }
}
.section--textcenter__usps .text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section--textcenter__usps .text {
    padding: 0 30px;
    text-align: center;
  }
}
.section--textcenter__usps .sub {
  opacity: 0.7;
  color: #424242;
}
@media (min-width: 768px) {
  .section--textcenter__usps .sub {
    text-align: center;
  }
}
.section--textcenter__usps .usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
.section--textcenter__usps .usps li {
  opacity: 0.7;
  flex: 0 0 50%;
  padding: 0 10px;
  color: #424242;
  text-align: left;
}
.section--textcenter__usps .usps li:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--textcenter__usps .usps li {
    display: inline-flex;
    flex: 0 0 25%;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .section--textcenter__usps .usps {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section--textcenter__usps {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .section--textcenter__usps {
    margin-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .section--textcenter__usps {
    margin-bottom: 150px;
  }
}

.section--team__big .team--row {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section--team__big .team--row {
    align-items: center;
    margin-bottom: 80px;
  }
  .section--team__big .team--row:nth-of-type(2n) .image-coll {
    order: 2;
  }
}
.section--team__big .team--image {
  margin-bottom: 30px;
  position: relative;
}
.section--team__big .team--image::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 247, 241, 0) 30%, #fff7f1 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .section--team__big .team--image::before {
    background-image: linear-gradient(180deg, rgba(255, 247, 241, 0) 30%, #fff7f1 100%);
  }
}
.section--team__big .team--info {
  text-align: center;
}
.section--team__big .team--info .icon-house {
  font-size: 20px;
  color: #ff5c00;
}
.section--team__big .team--info p {
  margin-bottom: 10px;
}
.section--team__big .team--info h2 {
  margin-bottom: 20px;
  /* stylelint-disable */
  background: linear-gradient(90deg, #ff5c00, #ff9b3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* stylelint-enable */
}
.section--team__big .team--info a {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.section--team__big .team--info a i {
  font-size: 16px;
}
.section--team__big .team--info a span {
  font-weight: 600;
  font-size: 14px;
  color: #ff5c00;
}
.section--team__big .team--info a span.btn-rounded {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section--team__big .team--info a {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .section--team__big .team--info a {
    margin-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .section--team__big .team--info a {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section--team__big .team--info {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .section--team__big {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .section--team__big {
    margin-bottom: 125px;
  }
}
@media (min-width: 1920px) {
  .section--team__big {
    margin-bottom: 150px;
  }
}

.section--text__image {
  padding-bottom: 70px;
  position: relative;
}
.section--text__image .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--text__image .row {
    align-items: center;
  }
}
.section--text__image .row--left .image--col {
  margin-bottom: 30px;
  order: 0;
}
@media (min-width: 1280px) {
  .section--text__image .row--left .image--col .image {
    margin-left: -100px;
  }
}
@media (min-width: 1440px) {
  .section--text__image .row--left .image--col .image {
    margin-left: -200px;
  }
}
@media (min-width: 1920px) {
  .section--text__image .row--left .image--col .image {
    margin-left: -310px;
  }
}
@media (min-width: 768px) {
  .section--text__image .row--left .image--col {
    order: 0;
  }
}
.section--text__image .image {
  display: block;
}
@media (min-width: 768px) {
  .section--text__image .image {
    height: 100%;
  }
  .section--text__image .image img {
    width: 100%;
    object-fit: cover;
  }
}
.section--text__image .text {
  margin-bottom: 20px;
}
.section--text__image .text h2 {
  margin-bottom: 20px;
}
.section--text__image .text h2.stripe::before {
  max-width: 180px;
  right: auto;
  left: -10px;
}
.section--text__image .text p {
  margin-bottom: 20px;
}
.section--text__image .text p.big {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .section--text__image.text--image__left {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .section--text__image.text--image__left {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.section--text__image.text--image__right {
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}
.section--text__image.text--image__right .inner--text__image {
  padding-bottom: 90px;
  background-color: #fff;
}
.section--text__image.text--image__right .inner--text__image::after {
  content: "";
}
@media (min-width: 768px) {
  .section--text__image.text--image__right .inner--text__image {
    padding-bottom: 160px;
  }
}
@media (min-width: 1920px) {
  .section--text__image.text--image__right .inner--text__image {
    padding-bottom: 270px;
  }
}
@media (min-width: 1280px) {
  .section--text__image.text--image__right .image {
    margin-right: -100px;
  }
}
@media (min-width: 1440px) {
  .section--text__image.text--image__right .image {
    margin-right: -200px;
  }
}
@media (min-width: 1920px) {
  .section--text__image.text--image__right .image {
    margin-right: -310px;
  }
}
@media (min-width: 768px) {
  .section--text__image.text--image__right {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .section--text__image.text--image__right {
    padding-top: 100px;
  }
}

.section--logo-slider button {
  display: none;
}
.section--logo-slider .logo-slider {
  display: flex;
  align-items: center;
}
.section--logo-slider .logo-slider a {
  text-align: center;
}
@media (min-width: 768px) {
  .section--logo-slider .logo-slider a img {
    max-height: 150px;
  }
}
@media (min-width: 1920px) {
  .section--logo-slider .logo-slider a img {
    max-height: 200px;
  }
}
/*# sourceMappingURL=app.css.map*/