.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: 768px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 840px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 840px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 980px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --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 {
  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] {
  appearance: checkbox;
}

[type=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;
  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-thunderbird {
  color: #b5121b !important; /* stylelint-disable-line declaration-no-important */
}
.text-thunderbird > * {
  color: inherit;
}

.bg-thunderbird {
  background-color: #b5121b;
}

.text-pomegranate {
  color: #ee3224 !important; /* stylelint-disable-line declaration-no-important */
}
.text-pomegranate > * {
  color: inherit;
}

.bg-pomegranate {
  background-color: #ee3224;
}

.text-tuscany {
  color: #b7472a !important; /* stylelint-disable-line declaration-no-important */
}
.text-tuscany > * {
  color: inherit;
}

.bg-tuscany {
  background-color: #b7472a;
}

.text-xandu {
  color: #697c70 !important; /* stylelint-disable-line declaration-no-important */
}
.text-xandu > * {
  color: inherit;
}

.bg-xandu {
  background-color: #697c70;
}

.text-cape-cod {
  color: #3f4441 !important; /* stylelint-disable-line declaration-no-important */
}
.text-cape-cod > * {
  color: inherit;
}

.bg-cape-cod {
  background-color: #3f4441;
}

.text-submarine {
  color: #bdc7c9 !important; /* stylelint-disable-line declaration-no-important */
}
.text-submarine > * {
  color: inherit;
}

.bg-submarine {
  background-color: #bdc7c9;
}

.text-san-juan {
  color: #2b4f60 !important; /* stylelint-disable-line declaration-no-important */
}
.text-san-juan > * {
  color: inherit;
}

.bg-san-juan {
  background-color: #2b4f60;
}

.text-eden {
  color: #14495b !important; /* stylelint-disable-line declaration-no-important */
}
.text-eden > * {
  color: inherit;
}

.bg-eden {
  background-color: #14495b;
}

.text-sidecar {
  color: #f4dbc5 !important; /* stylelint-disable-line declaration-no-important */
}
.text-sidecar > * {
  color: inherit;
}

.bg-sidecar {
  background-color: #f4dbc5;
}

.text-pavlova {
  color: #d9c6a5 !important; /* stylelint-disable-line declaration-no-important */
}
.text-pavlova > * {
  color: inherit;
}

.bg-pavlova {
  background-color: #d9c6a5;
}

.text-vista-white {
  color: #fae5d8 !important; /* stylelint-disable-line declaration-no-important */
}
.text-vista-white > * {
  color: inherit;
}

.bg-vista-white {
  background-color: #fae5d8;
}

.text-oyster-pink {
  color: #ead3cb !important; /* stylelint-disable-line declaration-no-important */
}
.text-oyster-pink > * {
  color: inherit;
}

.bg-oyster-pink {
  background-color: #ead3cb;
}

.text-timberwolf {
  color: #e3d3d7 !important; /* stylelint-disable-line declaration-no-important */
}
.text-timberwolf > * {
  color: inherit;
}

.bg-timberwolf {
  background-color: #e3d3d7;
}

.text-dull-purple {
  color: #855460 !important; /* stylelint-disable-line declaration-no-important */
}
.text-dull-purple > * {
  color: inherit;
}

.bg-dull-purple {
  background-color: #855460;
}

.text-error {
  color: #ff0037 !important; /* stylelint-disable-line declaration-no-important */
}
.text-error > * {
  color: inherit;
}

.bg-error {
  background-color: #ff0037;
}

.text-orange-peel {
  color: #ff9c00 !important; /* stylelint-disable-line declaration-no-important */
}
.text-orange-peel > * {
  color: inherit;
}

.bg-orange-peel {
  background-color: #ff9c00;
}

.text-spring-green {
  color: #04e673 !important; /* stylelint-disable-line declaration-no-important */
}
.text-spring-green > * {
  color: inherit;
}

.bg-spring-green {
  background-color: #04e673;
}

.text-blizzard-blue {
  color: #a2edf1 !important; /* stylelint-disable-line declaration-no-important */
}
.text-blizzard-blue > * {
  color: inherit;
}

.bg-blizzard-blue {
  background-color: #a2edf1;
}

.text-gallery {
  color: #ececec !important; /* stylelint-disable-line declaration-no-important */
}
.text-gallery > * {
  color: inherit;
}

.bg-gallery {
  background-color: #ececec;
}

.text-silver-sand {
  color: #c5c6c6 !important; /* stylelint-disable-line declaration-no-important */
}
.text-silver-sand > * {
  color: inherit;
}

.bg-silver-sand {
  background-color: #c5c6c6;
}

.text-cola {
  color: #000 !important; /* stylelint-disable-line declaration-no-important */
}
.text-cola > * {
  color: inherit;
}

.bg-cola {
  background-color: #000;
}

.text-dusty-gray {
  color: #000 !important; /* stylelint-disable-line declaration-no-important */
}
.text-dusty-gray > * {
  color: inherit;
}

.bg-dusty-gray {
  background-color: #000;
}

.text-milk {
  color: #fff !important; /* stylelint-disable-line declaration-no-important */
}
.text-milk > * {
  color: inherit;
}

.bg-milk {
  background-color: #fff;
}

.text-alto {
  color: #d8d8d8 !important; /* stylelint-disable-line declaration-no-important */
}
.text-alto > * {
  color: inherit;
}

.bg-alto {
  background-color: #d8d8d8;
}

.bg-stone {
  color: #fff;
}

:root {
  --size-bullet: 5px;
  --size-btn-play: 60px;
  --size-form-check-indicator: 20px;
  --size-accordion-indicator: 10px;
  --height-btn: 62px;
  --height-form-control: 62px;
  --py-section: 45px;
  --px-btn: 18px;
  --px-form-control: 20px;
  --py-form-control: 20px;
  --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);
}
@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;
    --py-section: 85px;
    --px-btn: 20px;
    --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: 20px;
    --px-form-control: 20px;
    --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: "olsthoorn-icons";
  src: url("fonts/olsthoorn-icons.eot?sbsalv");
  src: url("fonts/olsthoorn-icons.eot?sbsalv#iefix") format("embedded-opentype"), url("fonts/olsthoorn-icons.woff2?sbsalv") format("woff2"), url("fonts/olsthoorn-icons.ttf?sbsalv") format("truetype"), url("fonts/olsthoorn-icons.woff?sbsalv") format("woff"), url("fonts/olsthoorn-icons.svg?sbsalv#olsthoorn-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: "olsthoorn-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-information:before {
  content: "\E927";
  color: #ee3224;
}

.icon-trash:before {
  content: "\E920";
}

.icon-Calculator:before {
  content: "\E92D";
}

.icon-energylabel:before {
  content: "\E92B";
}

.icon-door:before {
  content: "\E928";
}

.icon-door1:before {
  content: "\E929";
}

.icon-confetti:before {
  content: "\E923";
}

.icon-handshake:before {
  content: "\E921";
}

.icon-meeting:before {
  content: "\E922";
}

.icon-chmpagne:before {
  content: "\E92A";
}

.icon-map:before {
  content: "\E924";
}

.icon-checkbox:before {
  content: "\E925";
}

.icon-euro:before {
  content: "\E926";
}

.icon-download:before {
  content: "\E91F";
}

.icon-envelope-small:before {
  content: "\E91E";
}

.icon-star:before {
  content: "\E91D";
}

.icon-image:before {
  content: "\E900";
}

.icon-instagram:before {
  content: "\E901";
}

.icon-house-small:before {
  content: "\E902";
}

.icon-check:before {
  content: "\E903";
}

.icon-envelope:before {
  content: "\E904";
}

.icon-whatsapp:before {
  content: "\E905";
}

.icon-twitter:before {
  content: "\E906";
}

.icon-linkedin:before {
  content: "\E907";
}

.icon-facebook:before {
  content: "\E908";
}

.icon-pen:before {
  content: "\E909";
}

.icon-blocks:before {
  content: "\E90A";
}

.icon-talk:before {
  content: "\E90B";
}

.icon-info:before {
  content: "\E90C";
}

.icon-tag:before {
  content: "\E90D";
}

.icon-sizes:before {
  content: "\E90E";
}

.icon-bed:before {
  content: "\E90F";
}

.icon-house:before {
  content: "\E910";
}

.icon-grid:before {
  content: "\E911";
}

.icon-marker:before {
  content: "\E912";
}

.icon-account:before {
  content: "\E913";
}

.icon-phone:before {
  content: "\E914";
}

.icon-triangle-down:before {
  content: "\E915";
}

.icon-chevron-right:before {
  content: "\E916";
}

.icon-chevron-left:before {
  content: "\E917";
}

.icon-chevron-up:before {
  content: "\E918";
}

.icon-chevron-down:before {
  content: "\E919";
}

.icon-arrow-up:before {
  content: "\E91A";
}

.icon-arrow-down:before {
  content: "\E91B";
}

.icon-arrow-right:before {
  content: "\E91C";
}

.icon-arrow-left:before {
  content: "\E92C";
}

@font-face {
  font-family: "olsthoorn-icons";
  src: url("../fonts/olsthoorn-icons.woff2?do8v6s") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.section--three-usp-blocks .col-md-6 .usp .btn-arrow::before, .section--filter-search .houses__filter-items .sure--filters_search .filter header h3::after, .section--project-downloads .download a .download--btn i, .section--house-features .project--hightlights ul li::after, .section--house-text .intro--text ul li::after, .section--houses-header .filter--switcher ul li a i::before, .custom-select .select-selected::after, .card-house.card-soon .short--info ul li::after, .card-house.card-type .short--info ul li::after, .card-house.card-number .short--info ul li::after, .card-house.card-nieuwbouw .short--info ul li::after, .mobile-nav .navbar-menu__nav li.has-childs button::after, .mobile-nav .navbar-menu__nav li .navbar-sub li a::after, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a::before, .section--navbar .navbar--left .navbar-sub ul li a::before, .heapBox a.holder::after {
  speak: none;
  font-family: "olsthoorn-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;
}

.section--hero .inner--hero h1 span span, .section--footer .footer .footer__head a h1,
.section--footer .footer .footer__head a h2, h1,
.h1,
h2,
.h2,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span,
.section--houses-header.section--houses-header--soon .title h1,
.gform_confirmation_message,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span,
h3,
.h3,
.section--services-numbers .services .service-items .service h4 span,
.section--houses-header .title h1,
h4,
.h4,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a,
.mobile-nav .navbar-menu__nav li a,
.mobile-nav .navbar-menu__nav li button,
h5,
.h5,
.card.card--location .card__content .title,
.card.card--location .card__content .title span,
.section--service-overview.section--knowledgebase .latest-news h5,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5,
body .gform_wrapper h3.gsection_title,
h6,
.h6 {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  color: #3f4441;
}
.section--hero .inner--hero h1 span span b, .section--footer .footer .footer__head a h1 b,
.section--footer .footer .footer__head a h2 b, h1 b,
.h1 b,
h2 b,
.h2 b,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span b,
.section--houses-header.section--houses-header--soon .title h1 b,
.gform_confirmation_message b,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span b,
h3 b,
.h3 b,
.section--services-numbers .services .service-items .service h4 span b,
.section--houses-header .title h1 b,
h4 b,
.h4 b,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a b,
.mobile-nav .navbar-menu__nav li a b,
.mobile-nav .navbar-menu__nav li button b,
h5 b,
.h5 b,
.card.card--location .card__content .title b,
.section--service-overview.section--knowledgebase .latest-news h5 b,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5 b,
body .gform_wrapper h3.gsection_title b,
h6 b,
.h6 b {
  font-weight: 400;
  font-style: italic;
}
.section--hero .inner--hero h1 span span i, .section--footer .footer .footer__head a h1 i,
.section--footer .footer .footer__head a h2 i, h1 i,
.h1 i,
h2 i,
.h2 i,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span i,
.section--houses-header.section--houses-header--soon .title h1 i,
.gform_confirmation_message i,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span i,
h3 i,
.h3 i,
.section--services-numbers .services .service-items .service h4 span i,
.section--houses-header .title h1 i,
h4 i,
.h4 i,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a i,
.mobile-nav .navbar-menu__nav li a i,
.mobile-nav .navbar-menu__nav li button i,
h5 i,
.h5 i,
.card.card--location .card__content .title i,
.section--service-overview.section--knowledgebase .latest-news h5 i,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5 i,
body .gform_wrapper h3.gsection_title i,
h6 i,
.h6 i {
  font-weight: 400;
  font-style: italic;
}
.section--hero .inner--hero h1 span span.light, .section--footer .footer .footer__head a h1.light,
.section--footer .footer .footer__head a h2.light, h1.light,
.light.h1,
h2.light,
.light.h2,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span.light,
.light.gform_confirmation_message,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span.light,
h3.light,
.light.h3,
.section--services-numbers .services .service-items .service h4 span.light,
.section--houses-header .title h1.light,
h4.light,
.light.h4,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a.light,
.mobile-nav .navbar-menu__nav li a.light,
.mobile-nav .navbar-menu__nav li button.light,
h5.light,
.light.h5,
.card.card--location .card__content .light.title,
.card.card--location .card__content .title span.light,
.section--service-overview.section--knowledgebase .latest-news h5.light,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5.light,
body .gform_wrapper h3.light.gsection_title,
h6.light,
.light.h6 {
  color: #fff;
}
.section--hero .inner--hero h1 span span.spacing, .section--footer .footer .footer__head a h1.spacing,
.section--footer .footer .footer__head a h2.spacing, h1.spacing,
.spacing.h1,
h2.spacing,
.spacing.h2,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span.spacing,
.spacing.gform_confirmation_message,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span.spacing,
h3.spacing,
.spacing.h3,
.section--services-numbers .services .service-items .service h4 span.spacing,
.section--houses-header .title h1.spacing,
h4.spacing,
.spacing.h4,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a.spacing,
.mobile-nav .navbar-menu__nav li a.spacing,
.mobile-nav .navbar-menu__nav li button.spacing,
h5.spacing,
.spacing.h5,
.card.card--location .card__content .spacing.title,
.card.card--location .card__content .title span.spacing,
.section--service-overview.section--knowledgebase .latest-news h5.spacing,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5.spacing,
body .gform_wrapper h3.spacing.gsection_title,
h6.spacing,
.spacing.h6 {
  margin-bottom: 20px;
}
.section--hero .inner--hero h1 span span.header-spacing, .section--footer .footer .footer__head a h1.header-spacing,
.section--footer .footer .footer__head a h2.header-spacing, h1.header-spacing,
.header-spacing.h1,
h2.header-spacing,
.header-spacing.h2,
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span.header-spacing,
.header-spacing.gform_confirmation_message,
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span.header-spacing,
h3.header-spacing,
.header-spacing.h3,
.section--services-numbers .services .service-items .service h4 span.header-spacing,
.section--houses-header .title h1.header-spacing,
h4.header-spacing,
.header-spacing.h4,
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a.header-spacing,
.mobile-nav .navbar-menu__nav li a.header-spacing,
.mobile-nav .navbar-menu__nav li button.header-spacing,
h5.header-spacing,
.header-spacing.h5,
.card.card--location .card__content .header-spacing.title,
.card.card--location .card__content .title span.header-spacing,
.section--service-overview.section--knowledgebase .latest-news h5.header-spacing,
body .gform_wrapper .gform_body .gform_fields .gfield_html h5.header-spacing,
body .gform_wrapper h3.header-spacing.gsection_title,
h6.header-spacing,
.header-spacing.h6 {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .section--hero .inner--hero h1 span span.header-spacing, .section--footer .footer .footer__head a h1.header-spacing,
  .section--footer .footer .footer__head a h2.header-spacing, h1.header-spacing,
  .header-spacing.h1,
  h2.header-spacing,
  .header-spacing.h2,
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span.header-spacing,
  .header-spacing.gform_confirmation_message,
  .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span.header-spacing,
  h3.header-spacing,
  .header-spacing.h3,
  .section--services-numbers .services .service-items .service h4 span.header-spacing,
  .section--houses-header .title h1.header-spacing,
  h4.header-spacing,
  .header-spacing.h4,
  .mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a.header-spacing,
  .mobile-nav .navbar-menu__nav li a.header-spacing,
  .mobile-nav .navbar-menu__nav li button.header-spacing,
  h5.header-spacing,
  .header-spacing.h5,
  .card.card--location .card__content .header-spacing.title,
  .card.card--location .card__content .title span.header-spacing,
  .section--service-overview.section--knowledgebase .latest-news h5.header-spacing,
  body .gform_wrapper .gform_body .gform_fields .gfield_html h5.header-spacing,
  body .gform_wrapper h3.header-spacing.gsection_title,
  h6.header-spacing,
  .header-spacing.h6 {
    margin-bottom: 60px;
  }
}

.section--hero .inner--hero h1 span span, .section--footer .footer .footer__head a h1,
.section--footer .footer .footer__head a h2, h1,
.h1 {
  font-size: 48px;
  line-height: 56px;
}
@media (min-width: 1024px) {
  .section--hero .inner--hero h1 span span, .section--footer .footer .footer__head a h1,
  .section--footer .footer .footer__head a h2, h1,
  .h1 {
    font-size: 56px;
    line-height: 67px;
  }
}
@media (min-width: 1440px) {
  .section--hero .inner--hero h1 span span, .section--footer .footer .footer__head a h1,
  .section--footer .footer .footer__head a h2, h1,
  .h1 {
    font-size: 64px;
    line-height: 77px;
  }
}
@media (min-width: 1920px) {
  .section--hero .inner--hero h1 span span, .section--footer .footer .footer__head a h1,
  .section--footer .footer .footer__head a h2, h1,
  .h1 {
    font-size: 84px;
    line-height: 96px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 72px;
    line-height: 83px;
  }
}

.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span, .section--houses-header.section--houses-header--soon .title h1, .gform_confirmation_message, .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span, h3,
.h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span, .section--houses-header.section--houses-header--soon .title h1, .gform_confirmation_message, .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span, h3,
  .h3 {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span, .section--houses-header.section--houses-header--soon .title h1, .gform_confirmation_message, .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span, h3,
  .h3 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span, .section--houses-header.section--houses-header--soon .title h1, .gform_confirmation_message, .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span, h3,
  .h3 {
    font-size: 60px;
    line-height: 68px;
  }
}

.section--services-numbers .services .service-items .service h4 span, .section--houses-header .title h1, h4,
.h4 {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .section--services-numbers .services .service-items .service h4 span, .section--houses-header .title h1, h4,
  .h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .section--services-numbers .services .service-items .service h4 span, .section--houses-header .title h1, h4,
  .h4 {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .service-items .service h4 span, .section--houses-header .title h1, h4,
  .h4 {
    font-size: 48px;
    line-height: 62px;
  }
}

.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a, .mobile-nav .navbar-menu__nav li a,
.mobile-nav .navbar-menu__nav li button, h5,
.h5 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a, .mobile-nav .navbar-menu__nav li a,
  .mobile-nav .navbar-menu__nav li button, h5,
  .h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a, .mobile-nav .navbar-menu__nav li a,
  .mobile-nav .navbar-menu__nav li button, h5,
  .h5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.card.card--location .card__content .title,
.card.card--location .card__content .title span, .section--service-overview.section--knowledgebase .latest-news h5, body .gform_wrapper .gform_body .gform_fields .gfield_html h5, body .gform_wrapper h3.gsection_title, h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .card.card--location .card__content .title,
  .card.card--location .card__content .title span, .section--service-overview.section--knowledgebase .latest-news h5, body .gform_wrapper .gform_body .gform_fields .gfield_html h5, body .gform_wrapper h3.gsection_title, h6,
  .h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .card.card--location .card__content .title,
  .card.card--location .card__content .title span, .section--service-overview.section--knowledgebase .latest-news h5, body .gform_wrapper .gform_body .gform_fields .gfield_html h5, body .gform_wrapper h3.gsection_title, h6,
  .h6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.section--house-map #sure-map-places li span, .section--house-features .price-wrapper p span, .section--house-header .house--title .price-wrapper p span, .card.card--location .card__content .location-info .location-info__title,
.card.card--location .card__content .location-info .location-info__title span, .infoBox .sure-place .place-address, .infoBox .sure-place header h3, .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message *, .mobile-nav .navbar-menu__nav li .navbar-sub li a, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a, .section--navbar .navbar--left .navbar-sub ul li a, p,
p span,
td,
a,
span {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 68, 65, 0.8);
}
@media (min-width: 1024px) {
  .section--house-map #sure-map-places li span, .section--house-features .price-wrapper p span, .section--house-header .house--title .price-wrapper p span, .card.card--location .card__content .location-info .location-info__title,
  .card.card--location .card__content .location-info .location-info__title span, .infoBox .sure-place .place-address, .infoBox .sure-place header h3, .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message,
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message *, .mobile-nav .navbar-menu__nav li .navbar-sub li a, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a, .section--navbar .navbar--left .navbar-sub ul li a, p,
  p span,
  td,
  a,
  span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .section--house-map #sure-map-places li span, .section--house-features .price-wrapper p span, .section--house-header .house--title .price-wrapper p span, .card.card--location .card__content .location-info .location-info__title,
  .card.card--location .card__content .location-info .location-info__title span, .infoBox .sure-place .place-address, .infoBox .sure-place header h3, .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message,
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message *, .mobile-nav .navbar-menu__nav li .navbar-sub li a, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a, .section--navbar .navbar--left .navbar-sub ul li a, p,
  p span,
  td,
  a,
  span {
    font-size: 20px;
    line-height: 30px;
  }
}
.section--house-map #sure-map-places li span b, .section--house-features .price-wrapper p span b, .section--house-header .house--title .price-wrapper p span b, .card.card--location .card__content .location-info .location-info__title b, .infoBox .sure-place .place-address b, .infoBox .sure-place header h3 b, .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message b, .mobile-nav .navbar-menu__nav li .navbar-sub li a b, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a b, .section--navbar .navbar--left .navbar-sub ul li a b, p b,
td b,
a b,
span b,
.section--house-map #sure-map-places li span strong,
.section--house-features .price-wrapper p span strong,
.section--house-header .house--title .price-wrapper p span strong,
.card.card--location .card__content .location-info .location-info__title strong,
.infoBox .sure-place .place-address strong,
.infoBox .sure-place header h3 strong,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message strong,
.mobile-nav .navbar-menu__nav li .navbar-sub li a strong,
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a strong,
.section--navbar .navbar--left .navbar-sub ul li a strong,
p strong,
td strong,
a strong,
span strong, .section--house-map #sure-map-places li span.bold, .section--house-features .price-wrapper p span.bold, .section--house-header .house--title .price-wrapper p span.bold, .card.card--location .card__content .location-info .bold.location-info__title,
.card.card--location .card__content .location-info .location-info__title span.bold, .infoBox .sure-place .bold.place-address, .infoBox .sure-place header h3.bold, .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .bold.gform_confirmation_message,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message .bold, .mobile-nav .navbar-menu__nav li .navbar-sub li a.bold, .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a.bold, .section--navbar .navbar--left .navbar-sub ul li a.bold, p.bold,
td.bold,
a.bold,
span.bold {
  font-weight: 800;
}

.section--detail-images .slick-slide .image--slide .image--slide__content p, .account-menu ul li a.inner-menu, .section--account-searches .searches .search-item .search-item__view .small, .section--filter-search .checkboxes .form-group label, .card.card--location .card__content .contact-info,
.card.card--location .card__content .contact-info span,
.card.card--location .card__content .contact-info a, .card.card--location .card__content .location-info .location-info__address,
.card.card--location .card__content .location-info .location-info__address span, .card-house.card-soon .short--info ul li span, .card-house.card-type .short--info ul li span, .card-house.card-number .short--info ul li span, .card-house.card-nieuwbouw .short--info ul li span, .card-house .data--short .data span, .card-house .short--info .content--card p, .card-house--soon .short--info .data--short .data span, .section--footer .footer .footer__wrapper .footer__copyright ul li a, .section--footer .footer .footer__wrapper .footer__newsletter p:not(.lead), .section--navbar .language--selector .lang-selector__options .lang-selector__options__inner ul li a, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label, body .gform_wrapper .gform_body .gform_fields fieldset legend, body .gform_wrapper .gform_validation_errors h2, .breads span, .breads a, p.small,
li {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 68, 65, 0.8);
}

.label {
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #3f4441;
}

.section--textblock-detail h1,
.section--textblock-detail h2,
.section--textblock-detail h3,
.section--textblock-detail h4, .section--text-image .content-image .content .text h1,
.section--text-image .content-image .content .text h2,
.section--text-image .content-image .content .text h3,
.section--text-image .content-image .content .text h4, .account-menu ul li a, p.lead {
  font-family: "Avenir", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 30px;
  color: #3f4441;
  text-transform: uppercase;
  letter-spacing: 1.55px;
}
.section--textblock-detail h1.red,
.section--textblock-detail h2.red,
.section--textblock-detail h3.red,
.section--textblock-detail h4.red, .section--text-image .content-image .content .text h1.red,
.section--text-image .content-image .content .text h2.red,
.section--text-image .content-image .content .text h3.red,
.section--text-image .content-image .content .text h4.red, .account-menu ul li a.red, p.red.lead {
  color: #ee3224;
}
.section--textblock-detail h1.small,
.section--textblock-detail h2.small,
.section--textblock-detail h3.small,
.section--textblock-detail h4.small, .section--text-image .content-image .content .text h1.small,
.section--text-image .content-image .content .text h2.small,
.section--text-image .content-image .content .text h3.small,
.section--text-image .content-image .content .text h4.small, .account-menu ul li a.small, p.small.lead {
  font-size: 12px;
}
.section--textblock-detail h1.small.spacing,
.section--textblock-detail h2.small.spacing,
.section--textblock-detail h3.small.spacing,
.section--textblock-detail h4.small.spacing, .section--text-image .content-image .content .text h1.small.spacing,
.section--text-image .content-image .content .text h2.small.spacing,
.section--text-image .content-image .content .text h3.small.spacing,
.section--text-image .content-image .content .text h4.small.spacing, .account-menu ul li a.small.spacing, p.small.spacing.lead {
  margin-bottom: 8px;
}
@media (min-width: 1440px) {
  .section--textblock-detail h1.small.spacing,
  .section--textblock-detail h2.small.spacing,
  .section--textblock-detail h3.small.spacing,
  .section--textblock-detail h4.small.spacing, .section--text-image .content-image .content .text h1.small.spacing,
  .section--text-image .content-image .content .text h2.small.spacing,
  .section--text-image .content-image .content .text h3.small.spacing,
  .section--text-image .content-image .content .text h4.small.spacing, .account-menu ul li a.small.spacing, p.small.spacing.lead {
    margin-bottom: 10px;
  }
}
.section--textblock-detail h1.bold,
.section--textblock-detail h2.bold,
.section--textblock-detail h3.bold,
.section--textblock-detail h4.bold, .section--text-image .content-image .content .text h1.bold,
.section--text-image .content-image .content .text h2.bold,
.section--text-image .content-image .content .text h3.bold,
.section--text-image .content-image .content .text h4.bold, .account-menu ul li a.bold, p.bold.lead {
  font-weight: 900;
}
.section--textblock-detail h1.spacing,
.section--textblock-detail h2.spacing,
.section--textblock-detail h3.spacing,
.section--textblock-detail h4.spacing, .section--text-image .content-image .content .text h1.spacing,
.section--text-image .content-image .content .text h2.spacing,
.section--text-image .content-image .content .text h3.spacing,
.section--text-image .content-image .content .text h4.spacing, .account-menu ul li a.spacing, p.spacing.lead {
  margin-bottom: 8px;
}
@media (min-width: 1440px) {
  .section--textblock-detail h1.spacing,
  .section--textblock-detail h2.spacing,
  .section--textblock-detail h3.spacing,
  .section--textblock-detail h4.spacing, .section--text-image .content-image .content .text h1.spacing,
  .section--text-image .content-image .content .text h2.spacing,
  .section--text-image .content-image .content .text h3.spacing,
  .section--text-image .content-image .content .text h4.spacing, .account-menu ul li a.spacing, p.spacing.lead {
    margin-bottom: 20px;
  }
}
.section--textblock-detail h1.spacing-small,
.section--textblock-detail h2.spacing-small,
.section--textblock-detail h3.spacing-small,
.section--textblock-detail h4.spacing-small, .section--text-image .content-image .content .text h1.spacing-small,
.section--text-image .content-image .content .text h2.spacing-small,
.section--text-image .content-image .content .text h3.spacing-small,
.section--text-image .content-image .content .text h4.spacing-small, .account-menu ul li a.spacing-small, p.spacing-small.lead {
  margin-bottom: 10px;
}

.section--form form .gform_footer input, .mfp-wrap.mfp-popup-login .popup-login .tml-submit-wrap input, .sure--filters.hero--filter .row .col-md-7 .col-sm-3 button, .sure--filters.filter--overview .col-sm-3 button, body .gform_wrapper .gform_page_footer input[type=button],
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=button],
body .gform_wrapper .gform_footer input[type=submit], .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.section--form form .gform_footer input i, .mfp-wrap.mfp-popup-login .popup-login .tml-submit-wrap input i, .sure--filters.hero--filter .row .col-md-7 .col-sm-3 button i, .sure--filters.filter--overview .col-sm-3 button i, body .gform_wrapper .gform_page_footer input[type=button] i,
body .gform_wrapper .gform_page_footer input[type=submit] i,
body .gform_wrapper .gform_footer input[type=button] i,
body .gform_wrapper .gform_footer input[type=submit] i, .btn i {
  font-size: 26px;
}

.section--houses-header .filter--switcher ul li a, .btn--small {
  height: 42px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}
.section--houses-header .filter--switcher ul li a.btn--white, .btn--white.btn--small {
  background-color: #fff;
  color: #3f4441;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox], .checkbox,
input[type=checkbox] {
  appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #3f4441;
  position: relative;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]::after, .checkbox::after,
input[type=checkbox]::after {
  opacity: 0;
  width: 20px;
  height: 20px;
  content: url("../images/checkbox/checked.svg");
  position: absolute;
  top: -2px;
  left: -1px;
  transition: var(--speed-slow);
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]:checked::after, .checkbox:checked::after,
input[type=checkbox]:checked::after {
  opacity: 1;
}

.radio,
input[type=radio] {
  appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #3f4441;
  border-radius: 100%;
  position: relative;
}
.radio::after,
input[type=radio]::after {
  opacity: 0;
  width: 20px;
  height: 20px;
  content: url("../images/checkbox/radio.svg");
  position: absolute;
  top: -2px;
  left: -1px;
  transition: var(--speed-slow);
}
.radio:checked::after,
input[type=radio]:checked::after {
  opacity: 1;
}

p.subtitle {
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  p.subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

*:focus {
  outline: 0;
}

button {
  border: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}
body::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
}
body main {
  flex-grow: 1;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  body main {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  body.nieuwbouw-single, body.wonen-single {
    padding-bottom: 120px;
  }
}
body.navbar--open {
  overflow: hidden;
}
@media (min-width: 1440px) {
  body.navbar--open main {
    position: relative;
  }
  body.navbar--open main::after {
    width: 100%;
    height: 100%;
    content: "";
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .row {
    margin-right: calc(20px * -0.5);
    margin-left: calc(20px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(20px / 2);
    padding-left: calc(20px / 2);
  }
}
@media (min-width: 1280px) {
  .row {
    margin-right: calc(20px * -0.5);
    margin-left: calc(20px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(20px / 2);
    padding-left: calc(20px / 2);
  }
}
@media (min-width: 1440px) {
  .row {
    margin-right: calc(30px * -0.5);
    margin-left: calc(30px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}
@media (min-width: 1920px) {
  .row {
    margin-right: calc(30px * -0.5);
    margin-left: calc(30px * -0.5);
  }
  .row .col,
  .row [class*=col-] {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}

a.full-link {
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

picture.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
picture.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.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 */
}

a.contact-link {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  a.contact-link {
    margin-top: 10px;
  }
}

a.contact-link,
a.contact-link span {
  display: flex;
  align-items: center;
  color: rgba(238, 50, 36, 0.8);
}
a.contact-link i,
a.contact-link span i {
  width: 20px;
  margin-right: 10px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  a.contact-link i,
  a.contact-link span i {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  a.contact-link i,
  a.contact-link span i {
    margin-right: 15px;
  }
}
@media (min-width: 1920px) {
  a.contact-link i,
  a.contact-link span i {
    margin-right: 20px;
  }
}
a.contact-link span,
a.contact-link span span {
  text-decoration: none;
  position: relative;
}
a.contact-link span::after,
a.contact-link span span::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
a.contact-link.contact-link--email i,
a.contact-link span.contact-link--email i {
  font-size: 13px;
}
@media (min-width: 1024px) {
  a.contact-link.contact-link--email i,
  a.contact-link span.contact-link--email i {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces72pt-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces72pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Pacifico";
  src: url("../fonts/Pacifico-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Avenir", 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";
}

strong {
  font-weight: 700;
}

p a,
p span a,
td a,
a a,
span a {
  text-decoration: underline;
  transition: var(--speed-default);
}
ol,
ul {
  margin: revert;
  padding: revert;
}

ol {
  padding-left: 22px;
  list-style-type: decimal;
}
ol.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.unstyled li {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
}
ul li {
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
ul li::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ee3224;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transition: var(--speed-default);
}
ul li:hover::before {
  background-color: #b5121b;
}
@media (min-width: 768px) {
  ul li {
    margin-right: 35px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1280px) {
  ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  ul li {
    margin-bottom: 18px;
  }
}
ul.checks li::before {
  width: auto;
  height: auto;
  margin-top: 0;
  background-color: transparent;
  content: "\E903";
  font-family: "olsthoorn-icons";
  font-size: 16px;
  color: #ee3224;
}
ul.checks li:hover::before {
  color: #b5121b;
}
ul.heapOptions, ul.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.heapOptions li, ul.unstyled li {
  margin: 0;
}
ul.heapOptions li::before, ul.unstyled li::before {
  display: 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;
  }
}

.btn,
.tml-submit-wrap input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  background-color: #ee3224;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: var(--speed-default);
}
.btn span,
.tml-submit-wrap input[type=submit] span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.btn i,
.tml-submit-wrap input[type=submit] i {
  margin-right: 10px;
}
.btn:hover,
.tml-submit-wrap input[type=submit]:hover {
  background-color: #b5121b;
  color: #fff;
}
.btn:disabled, .btn.disabled,
.tml-submit-wrap input[type=submit]:disabled,
.tml-submit-wrap input[type=submit].disabled {
  background-color: #ececec;
  color: rgba(63, 68, 65, 0.3);
  cursor: not-allowed;
}
.btn.btn--green:not(.btn--text-icon),
.tml-submit-wrap input[type=submit].btn--green:not(.btn--text-icon) {
  background-color: #697c70;
}
.btn.btn--green:not(.btn--text-icon):hover,
.tml-submit-wrap input[type=submit].btn--green:not(.btn--text-icon):hover {
  background-color: #3f4441;
  color: #fff;
}
.btn.btn--white,
.tml-submit-wrap input[type=submit].btn--white {
  background-color: #fff;
  color: #3f4441;
}
.btn.btn--white:hover,
.tml-submit-wrap input[type=submit].btn--white:hover {
  background-color: #ececec;
}
.btn.btn--small,
.tml-submit-wrap input[type=submit].btn--small {
  height: 42px;
  border-radius: 20px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn.btn--small.btn--white,
.tml-submit-wrap input[type=submit].btn--small.btn--white {
  background-color: #fff;
  color: #3f4441;
}
.btn.btn--outline,
.tml-submit-wrap input[type=submit].btn--outline {
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.btn--outline:hover,
.tml-submit-wrap input[type=submit].btn--outline:hover {
  background-color: #fff;
  color: #3f4441;
}
.btn.btn--outline.red,
.tml-submit-wrap input[type=submit].btn--outline.red {
  border-color: #b5121b;
  color: #b5121b;
}
.btn.btn--io,
.tml-submit-wrap input[type=submit].btn--io {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
}
.btn.btn--io i,
.tml-submit-wrap input[type=submit].btn--io i {
  margin: 0 !important;
  font-size: 22px;
  line-height: 1;
}
.btn.btn--io:hover,
.tml-submit-wrap input[type=submit].btn--io:hover {
  background-color: #fff;
}
.btn.btn--io:hover i,
.tml-submit-wrap input[type=submit].btn--io:hover i {
  color: #3f4441 !important;
}
.btn.btn--text-icon,
.tml-submit-wrap input[type=submit].btn--text-icon {
  height: 42px;
  background: transparent;
  font-size: 16px;
}
.btn.btn--text-icon i,
.tml-submit-wrap input[type=submit].btn--text-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #697c70;
  font-size: 15px;
  position: relative;
}
.btn.btn--text-icon i:hover,
.tml-submit-wrap input[type=submit].btn--text-icon i:hover {
  background-color: #3f4441;
}
.btn.btn--text-icon span,
.tml-submit-wrap input[type=submit].btn--text-icon span {
  color: #3f4441;
  text-decoration: underline;
}
.btn.btn--rounded,
.tml-submit-wrap input[type=submit].btn--rounded {
  flex-direction: column;
  width: 112px;
  height: 112px;
  border: 1px solid #ee3224;
  border-radius: 100%;
  background-color: transparent;
  color: #ee3224;
  text-align: center;
}
.btn.btn--rounded i.icon-arrow-right,
.tml-submit-wrap input[type=submit].btn--rounded i.icon-arrow-right {
  margin-top: 10px;
  margin-right: 0;
  font-size: 13px;
}
.btn.btn--rounded:hover,
.tml-submit-wrap input[type=submit].btn--rounded:hover {
  border: 1px solid #b5121b;
  background-color: #b5121b;
  color: #fff;
}
.btn.btn--rounded.btn--white,
.tml-submit-wrap input[type=submit].btn--rounded.btn--white {
  border-color: #fff;
  background-color: #fff;
  color: #ee3224;
}
.btn.btn--rounded.btn--red,
.tml-submit-wrap input[type=submit].btn--rounded.btn--red {
  border-color: #ee3224;
  background-color: #ee3224;
  color: #fff;
}
.btn.btn--rounded.btn--red:hover,
.tml-submit-wrap input[type=submit].btn--rounded.btn--red:hover {
  border: 1px solid #b5121b;
  background-color: #b5121b;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #3f4441;
}
.btn-text i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #697c70;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: background-color var(--speed-default) var(--cubic-bezier-2);
}
.btn-text span {
  font-size: 16px;
  font-weight: 700;
}
.btn-text:hover i {
  background-color: #2b4f60;
}
@media (min-width: 1024px) {
  .btn-text i {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.button-wrapper .btn,
.button-wrapper .btn-text {
  margin-top: 20px !important;
}
.button-wrapper .btn:not(:last-child),
.button-wrapper .btn-text:not(:last-child) {
  margin-right: 20px;
}

.overview-button {
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .overview-button {
    margin-left: 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 1280px) {
  .overview-button {
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1920px) {
  .overview-button {
    top: 60px;
    left: 50px;
  }
}

.heapBox {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: #3f4441;
  transition: var(--speed-default);
}
.heapBox a {
  font-weight: 700;
  font-size: 16px;
}
.heapBox a.holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  font-weight: 700;
  color: #3f4441;
}
.heapBox a.holder::after {
  content: "\E915";
  font-size: 10px;
  color: #ee3224;
  transition: var(--speed-default);
}
.heapBox .heap {
  overflow-y: scroll;
  width: 100%;
  max-height: 375px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #3f4441;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 0 0 #3f4441;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.heapBox .heap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.heapBox .heap ul li {
  margin-bottom: 0;
}
.heapBox .heap ul li::before {
  display: none;
}
.heapBox .heap ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  border-radius: 0;
  border-bottom: 1px solid #3f4441;
  padding: 0 20px;
  background-color: #fff;
  color: #c5c6c6;
  position: relative;
}
.heapBox .heap ul li:last-of-type {
  border-bottom: 0;
}
.heapBox .heap ul li:last-of-type a {
  border-radius: 0 0 10px 10px;
}
.heapBox.open {
  border-radius: 10px 10px 0 0;
}
.heapBox.open .holder::after {
  transform: scaleY(-1);
}

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

.form-group,
.ginput_container {
  position: relative;
}
.form-group textarea,
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.ginput_container textarea,
.ginput_container input[type=text],
.ginput_container input[type=tel],
.ginput_container input[type=email] {
  box-shadow: 0 2px 0 0 #3f4441;
}

.slider-buttons-floorplan,
.slider-buttons,
.section--houses--slider,
.sure__gallery {
  display: flex;
}
.slider-buttons-floorplan .slick-slide img.slick-loading,
.slider-buttons .slick-slide img.slick-loading,
.section--houses--slider .slick-slide img.slick-loading,
.sure__gallery .slick-slide img.slick-loading {
  display: none;
}
.slider-buttons-floorplan .slider-button,
.slider-buttons .slider-button,
.section--houses--slider .slider-button,
.sure__gallery .slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f4dbc5;
  cursor: pointer;
}
.slider-buttons-floorplan .slider-button i,
.slider-buttons .slider-button i,
.section--houses--slider .slider-button i,
.sure__gallery .slider-button i {
  font-size: 12px;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .slider-buttons-floorplan .slider-button i,
  .slider-buttons .slider-button i,
  .section--houses--slider .slider-button i,
  .sure__gallery .slider-button i {
    font-size: 15px;
  }
}
.slider-buttons-floorplan .slider-button:hover i,
.slider-buttons .slider-button:hover i,
.section--houses--slider .slider-button:hover i,
.sure__gallery .slider-button:hover i {
  transform: translateX(3px);
}
.slider-buttons-floorplan .slider-button:first-child,
.slider-buttons .slider-button:first-child,
.section--houses--slider .slider-button:first-child,
.sure__gallery .slider-button:first-child {
  margin-right: 7px;
}
.slider-buttons-floorplan .slider-button:first-child i,
.slider-buttons .slider-button:first-child i,
.section--houses--slider .slider-button:first-child i,
.sure__gallery .slider-button:first-child i {
  display: block;
  transform: rotate(180deg);
}
.slider-buttons-floorplan .slider-button:first-child:hover i,
.slider-buttons .slider-button:first-child:hover i,
.section--houses--slider .slider-button:first-child:hover i,
.sure__gallery .slider-button:first-child:hover i {
  transform: rotate(180deg) translateX(3px);
}
@media (min-width: 1440px) {
  .slider-buttons-floorplan .slider-button,
  .slider-buttons .slider-button,
  .section--houses--slider .slider-button,
  .sure__gallery .slider-button {
    width: 40px;
    height: 40px;
  }
}

.slick-dots {
  display: flex;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li {
  flex: 1;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}
.slick-dots li::after {
  width: 0;
  height: 100%;
  background-color: #ee3224;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active::after {
  width: 100%;
}

/* stylelint-disable */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* stylelint-enable */
.breads {
  margin-bottom: 15px;
}
.breads a {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.breads a i {
  font-size: 16px;
  color: #b5121b;
}
@media (min-width: 1920px) {
  .breads a i {
    font-size: 18px;
  }
}
.breads span {
  font-size: 14px;
  line-height: 1;
}
.breads span.breadcrumb_last {
  color: rgba(63, 68, 65, 0.3);
}
.breads span.seperator {
  margin: 0 5px;
}
@media (min-width: 1920px) {
  .breads span.seperator {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .breads {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .breads {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-fluid-right,
.container-fluid-left {
  padding-right: calc(var(--width-grid-gutter) * 2);
  padding-left: calc(var(--width-grid-gutter) * 2);
  width: 100%;
}
@media (max-width: 567.98px) {
  .container-fluid-right,
  .container-fluid-left {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .container-fluid-right,
  .container-fluid-left {
    margin-right: 20px;
  }
}

@media (min-width: 568px) {
  .container-fluid-right {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    padding-left: calc((100% - 840px) / 2);
  }
}
@media (min-width: 1024px) {
  .container-fluid-right {
    padding-left: calc((100% - 840px) / 2);
  }
}
@media (min-width: 1280px) {
  .container-fluid-right {
    padding-left: calc((100% - 980px) / 2);
  }
}
@media (min-width: 1440px) {
  .container-fluid-right {
    padding-left: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1920px) {
  .container-fluid-right {
    padding-left: calc((100% - 1400px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media (min-width: 568px) {
  .container-fluid-left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid-left {
    padding-right: calc((100% - 840px) / 2);
  }
}
@media (min-width: 1024px) {
  .container-fluid-left {
    padding-right: calc((100% - 840px) / 2);
  }
}
@media (min-width: 1280px) {
  .container-fluid-left {
    padding-right: calc((100% - 980px) / 2);
  }
}
@media (min-width: 1440px) {
  .container-fluid-left {
    padding-right: calc((100% - 1180px) / 2);
  }
}
@media (min-width: 1920px) {
  .container-fluid-left {
    padding-right: calc((100% - 1400px) / 2);
  }
}

body .gform_wrapper .gform_title {
  margin-bottom: 30px;
}
body .gform_wrapper .gform_validation_errors {
  border-color: transparent;
}
body .gform_wrapper .gform_body .gform_fields {
  grid-template-columns: repeat(12, 1fr);
}
body .gform_wrapper .gform_body .gform_fields .gfield_checkbox .gchoice {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  body .gform_wrapper .gform_body .gform_fields .gfield_checkbox .gchoice {
    margin-bottom: 10px;
  }
}
body .gform_wrapper .gform_body .gform_fields fieldset legend {
  font-weight: 700;
  color: #fff;
}
body .gform_wrapper .gform_body .gform_fields fieldset.gfield {
  grid-column: span 12;
  width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield_html {
  margin-bottom: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield_html h5 {
  color: #fff;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
  grid-column: span 12;
  width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield label,
body .gform_wrapper .gform_body .gform_fields .gfield legend {
  color: #3f4441;
}
body .gform_wrapper .gform_body .gform_fields .gfield .heapBox {
  display: block !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
  margin-left: 10px;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email] {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 2px 0 0 #fff;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  width: 100%;
  min-height: 150px;
  max-height: 350px;
  resize: vertical;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
  color: #c5c6c6;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_validation_message {
  border: none;
  padding: 0 !important;
  font-weight: 700;
  color: #ee3224 !important;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
  border-bottom-color: #ee3224 !important;
  box-shadow: 0 2px 0 0 #ee3224;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_body .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media (min-width: 1024px) {
  body .gform_wrapper .gform_body .gform_fields {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}
body .gform_wrapper .gform_page_footer,
body .gform_wrapper .gform_footer {
  margin: 15px 0 0;
  padding: 0;
  position: relative;
}
body .gform_wrapper .gform_page_footer .gform_ajax_spinner,
body .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
body .gform_wrapper .gform_page_footer input[type=button],
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_footer input[type=button],
body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  background-color: #ee3224;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_page_footer input[type=button],
  body .gform_wrapper .gform_page_footer input[type=submit],
  body .gform_wrapper .gform_footer input[type=button],
  body .gform_wrapper .gform_footer input[type=submit] {
    width: auto;
  }
}
body .gform_wrapper.light__form_wrapper .heapBox {
  border: 1px solid #3f4441;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #3f4441;
}
body .gform_wrapper.light__form_wrapper .heapBox a.holder {
  color: #c5c6c6;
}
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=email] {
  box-shadow: 0 2px 0 0 #3f4441;
}
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=number]::placeholder,
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=tel]::placeholder,
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield input[type=email]::placeholder {
  color: #c5c6c6;
}
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield textarea {
  color: #3f4441;
}
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type=checkbox] {
  border-color: #3f4441;
}
body .gform_wrapper.light__form_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
  color: #3f4441;
}
body .gform_wrapper.gravity-theme {
  position: relative;
}

.section--form .gform_confirmation_message {
  color: #fff;
}

.section--dark-bg .gform_wrapper .gform_body .gform_fields .gfield label,
.section--dark-bg .gform_wrapper .gform_body .gform_fields .gfield legend {
  color: #fff !important;
}
.section--dark-bg .radio,
.section--dark-bg input[type=radio] {
  border-color: #fff;
}
.section--dark-bg .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox],
.section--dark-bg .checkbox,
.section--dark-bg input[type=checkbox] {
  border-color: #fff;
}

.popup--form {
  max-width: 794px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 42px 16px -30px rgba(63, 68, 65, 0.15);
}
.popup--form .gform_confirmation_message {
  font-size: 20px;
  color: #000;
  text-align: left;
}
.popup--form .title h3 {
  margin-bottom: 30px;
}
.popup--form .title h5 {
  margin-bottom: 20px;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  width: 100%;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox {
  border: 1px solid #3f4441;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #3f4441;
  position: relative;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox a.holder {
  color: #c5c6c6;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox .heap {
  width: calc(100% + 2px);
  left: -1px;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_checkbox label {
  color: rgba(63, 68, 65, 0.3);
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email] {
  border-color: #3f4441 !important;
  color: #3f4441;
  box-shadow: 0 2px 0 0 #3f4441 !important;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  color: #3f4441;
}
.popup--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox] {
  border-color: #3f4441;
}
@media (min-width: 1024px) {
  .popup--form {
    border-radius: 20px;
    padding: 50px 60px;
  }
}
@media (min-width: 1440px) {
  .popup--form {
    padding: 60px;
  }
}

.bg {
  width: 100%;
  min-height: 768px;
  object-fit: cover;
}

.section--navbar {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(63, 68, 65, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: var(--speed-slow);
}
.section--navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .section--navbar .navbar {
    height: 150px;
  }
}
.section--navbar .language--selector .lang-selector__selected {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.section--navbar .language--selector .lang-selector__selected img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: 1px solid rgba(63, 68, 65, 0.3);
  border-radius: 50%;
}
.section--navbar .language--selector .lang-selector__selected i {
  margin-left: 8px;
  font-size: 10px;
}
@media (min-width: 1440px) {
  .section--navbar .language--selector .lang-selector__selected {
    color: #3f4441;
  }
}
.section--navbar .language--selector .lang-selector {
  position: relative;
}
.section--navbar .language--selector .lang-selector:hover .lang-selector__options {
  opacity: 1;
  visibility: visible;
}
.section--navbar .language--selector .lang-selector__options {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  transition: var(--speed-default);
}
.section--navbar .language--selector .lang-selector__options .lang-selector__options__inner {
  border-radius: 5px;
  background-color: #fff;
}
.section--navbar .language--selector .lang-selector__options .lang-selector__options__inner ul {
  justify-content: flex-start;
  padding: 5px 0;
}
.section--navbar .language--selector .lang-selector__options .lang-selector__options__inner ul li a {
  width: 100%;
  padding: 0 10px;
  text-transform: uppercase;
}
.section--navbar .language--selector .lang-selector__options .lang-selector__options__inner ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid rgba(63, 68, 65, 0.3);
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .section--navbar .language--selector .lang-selector__options .lang-selector__options__inner ul li a {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 15px;
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .section--navbar .language--selector .lang-selector__options .lang-selector__options__inner {
    background-color: #697c70;
  }
}
@media (min-width: 1440px) {
  .section--navbar .language--selector {
    margin-left: 55px;
  }
}
.section--navbar .navbar--left .navbar__brand img {
  width: 60px;
}
@media (min-width: 1024px) {
  .section--navbar .navbar--left .navbar__brand img {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--left .navbar__brand {
    margin-right: 80px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar--left .navbar__brand {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
}
.section--navbar .navbar--left .navbar--content__nav ul {
  display: flex;
  align-items: center;
}
.section--navbar .navbar--left .navbar--content__nav ul li {
  margin-right: 25px;
  margin-left: 25px;
}
.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: 16px;
  color: #3f4441;
  text-decoration: none;
  letter-spacing: 0;
  transition: var(--speed-default);
}
.section--navbar .navbar--left .navbar--content__nav ul li:hover button,
.section--navbar .navbar--left .navbar--content__nav ul li:hover a {
  color: #ee3224;
}
.section--navbar .navbar--left .navbar--content__nav ul li:hover .navbar-sub a {
  color: #fff;
}
.section--navbar .navbar--left .navbar--content__nav ul li:hover .navbar-sub a:hover {
  color: #ee3224;
}
.section--navbar .navbar--left .navbar--content__nav ul li.nav-item--active a {
  color: #ee3224;
}
.section--navbar .navbar--left .navbar--content__nav ul li:first-of-type {
  margin-left: 0;
}
@media (min-width: 1920px) {
  .section--navbar .navbar--left .navbar--content__nav ul li {
    margin-right: 25px;
    margin-left: 25px;
  }
}
.section--navbar .navbar--left .navbar-sub {
  padding-top: 55px;
  top: calc(100% - 5px);
  left: -55px;
  z-index: 9;
}
.section--navbar .navbar--left .navbar-sub .close-sub {
  display: none;
}
.section--navbar .navbar--left .navbar-sub ul {
  border-radius: 20px;
  padding: 40px;
  background-color: #697c70;
  box-shadow: 0 0 30px 0 rgba(63, 68, 65, 0.05);
}
.section--navbar .navbar--left .navbar-sub ul li {
  opacity: 1;
  margin: 0 0 15px;
  border-bottom: 1px solid #3f4441;
  padding-bottom: 15px;
  white-space: nowrap;
}
.section--navbar .navbar--left .navbar-sub ul li a {
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  position: relative;
}
.section--navbar .navbar--left .navbar-sub ul li a::before {
  content: "\E916";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
}
.section--navbar .navbar--left .navbar-sub ul li a:hover {
  color: #ee3224;
}
.section--navbar .navbar--left .navbar-sub ul li:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.section--navbar .navbar--left li {
  position: relative;
}
.section--navbar .navbar--left li:hover .navbar-sub {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1280px) {
  .section--navbar .navbar--left {
    display: flex;
    align-items: center;
  }
}
.section--navbar .navbar__toggles {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.section--navbar .navbar__toggles .navbar__toggles-toggle {
  width: 20px;
  height: 2px;
  background-color: #3f4441;
  position: relative;
  transition: var(--speed-slow);
}
.section--navbar .navbar__toggles .navbar__toggles-toggle::before, .section--navbar .navbar__toggles .navbar__toggles-toggle::after {
  width: 20px;
  height: 2px;
  background-color: #3f4441;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  transition: var(--speed-slow);
}
.section--navbar .navbar__toggles .navbar__toggles-toggle::after {
  top: 6px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar__toggles {
    margin-right: 50px;
    margin-left: 0;
  }
}
.section--navbar .navbar--right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--navbar .navbar--right .navbar__contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.section--navbar .navbar--right .navbar__contact i {
  font-size: 20px;
  color: #3f4441;
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items {
  opacity: 0;
  visibility: hidden;
  padding-top: 25px;
  position: absolute;
  top: calc(100% - 5px);
  left: -200px;
  z-index: 9;
  transition: var(--speed-default);
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items .close-sub {
  display: none;
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul {
  border-radius: 20px;
  padding: 25px;
  background-color: #697c70;
  box-shadow: 0 0 30px 0 rgba(63, 68, 65, 0.05);
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li {
  opacity: 1;
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #3f4441;
  padding-bottom: 10px;
  white-space: nowrap;
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  position: relative;
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a::before {
  content: "\E914";
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 0;
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a:hover {
  color: #ee3224;
}
@media (min-width: 1280px) {
  .section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li a {
    font-size: 16px;
  }
}
.section--navbar .navbar--right .navbar__contact .navbar__contact__items ul li:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--right .navbar__contact .navbar__contact__items {
    padding-top: 55px;
    left: -125px;
  }
}
.section--navbar .navbar--right .navbar__contact:hover .navbar__contact__items {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--right .navbar__contact {
    margin-right: 40px;
  }
}
.section--navbar .navbar--right .js-login-popup {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: 800;
  color: #3f4441;
}
.section--navbar .navbar--right .js-login-popup i {
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .section--navbar .navbar--right .js-login-popup i {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .navbar--right .js-login-popup {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .section--navbar .navbar--right {
    position: absolute;
    right: 50px;
  }
}
.section--navbar .navbar-sub {
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  transition: var(--speed-default);
}
.section--navbar .navbar-sub ul {
  flex-wrap: wrap;
  white-space: nowrap;
}
.section--navbar .navbar-sub ul li {
  opacity: 0;
  display: block;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.section--navbar .navbar-sub .close-sub {
  margin-bottom: 30px;
}
.section--navbar .navbar-sub .close-sub::after {
  display: none;
}
.section--navbar .navbar-sub .close-sub button {
  display: inline-flex;
  width: auto !important;
  margin-bottom: 30px;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3f4441;
}
.section--navbar .navbar-sub .close-sub button::after {
  display: none;
}
.section--navbar .navbar-sub .close-sub .h5 {
  color: #fff;
}
@media (min-width: 1440px) {
  .section--navbar .navbar-sub .close-sub {
    display: none;
  }
}
@media (min-width: 1280px) {
  .section--navbar .navbar-sub {
    top: 5px;
  }
}
@media (min-width: 1440px) {
  .section--navbar .mobile-nav-wrapper .mobile-nav .mobile-nav_inner li .navbar-sub {
    overflow: hidden;
    flex: 0 0 100%;
    height: 0%;
    padding-top: 20px;
    padding-left: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media (min-width: 1440px) {
  .section--navbar .mobile-nav-wrapper .mobile-nav .mobile-nav_inner li {
    flex-wrap: wrap;
  }
}
.section--navbar.navbar--nav-open {
  backdrop-filter: blur(5px);
}
.section--navbar.navbar--nav-open .navbar__toggles .navbar__toggles-toggle {
  background-color: transparent;
}
.section--navbar.navbar--nav-open .navbar__toggles .navbar__toggles-toggle::before {
  top: 0;
  transform: rotate(45deg) translateY(0) translateX(0);
}
.section--navbar.navbar--nav-open .navbar__toggles .navbar__toggles-toggle::after {
  top: 0;
  transform: rotate(-405deg) translateY(0) translateX(0);
}
.section--navbar.navbar--sub--open-wrapper .mobile-nav_footer {
  transform: translateX(-100%);
}
.section--navbar.navbar--sub--open-wrapper .mobile-nav .mobile-nav_inner .mobile-nav_nav {
  overflow: visible;
  transform: translateX(-100%);
}
@media (min-width: 1440px) {
  .section--navbar.navbar--sub--open-wrapper .mobile-nav .mobile-nav_inner .mobile-nav_nav {
    transform: translateX(0);
  }
}
.section--navbar.navbar--sub--open-wrapper .btn.btn--green {
  display: none;
}
.section--navbar.navbar--sub--open-wrapper ul li {
  opacity: 0;
}
.section--navbar.navbar--sub--open-wrapper ul li.navbar--sub-open {
  opacity: 1;
  position: unset;
  z-index: 99;
}
.section--navbar.navbar--sub--open-wrapper ul li.navbar--sub-open button {
  opacity: 0;
}
@media (min-width: 1440px) {
  .section--navbar.navbar--sub--open-wrapper ul li.navbar--sub-open button {
    opacity: 1;
  }
  .section--navbar.navbar--sub--open-wrapper ul li.navbar--sub-open button::after {
    transform: translateX(-100%) rotateY(-180deg);
  }
}
@media (min-width: 1440px) {
  .section--navbar.navbar--sub--open-wrapper ul li {
    opacity: 0.25;
  }
}
.section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub {
  opacity: 1;
  visibility: visible;
  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: 1440px) {
  .section--navbar.navbar--sub--open-wrapper .navbar--sub-open .navbar-sub {
    overflow: visible !important;
    height: 100% !important;
    position: relative !important;
  }
}
.section--navbar.scrollUp {
  opacity: 0;
  transform: translateY(-120px);
  transition: var(--speed-slow);
}
@media (min-width: 1920px) {
  .section--navbar.scrollUp {
    transform: translateY(-140px);
  }
}
.section--navbar.scrolled {
  margin-top: 0;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  top: 0;
  transition: var(--speed-slow);
}
@media (min-width: 1920px) {
  .section--navbar.scrolled .mobile-nav-wrapper {
    height: calc(100vh - 112px);
    top: 112px;
  }
}
.section--navbar.scrolled .mobile-nav {
  height: calc(100vh - 80px);
  top: 80px;
}
@media (min-width: 768px) {
  .section--navbar {
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .section--navbar {
    padding: 25px 30px;
  }
}
@media (min-width: 1920px) {
  .section--navbar {
    height: 150px;
    padding: 0 30px;
  }
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100% - 110px);
  position: fixed;
  top: 100px;
  left: 0;
  transform: translate(-100%);
  z-index: -99;
  transition: var(--speed-slow);
}
.mobile-nav ::-webkit-scrollbar {
  appearance: none;
  width: 7px;
}
.mobile-nav ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.mobile-nav .mobile-nav_inner {
  height: 100%;
  padding: 20px 15px;
}
.mobile-nav .mobile-nav_inner .language--selector {
  margin-left: 15px;
}
.mobile-nav .mobile-nav_inner .menu--bg {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.mobile-nav .mobile-nav_inner .menu--bg img {
  width: 100%;
  object-fit: cover;
}
.mobile-nav .mobile-nav_inner .mobile-nav_nav {
  position: relative;
  z-index: 1;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav_inner .mobile-nav_nav {
    overflow: hidden;
    overflow-y: scroll;
    max-width: 570px;
    max-height: 100%;
    margin-right: 60px;
    margin-left: auto;
    padding-right: 20px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav_inner {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav_inner {
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 80px;
  }
}
.mobile-nav .mobile-nav_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  transform: translateX(0);
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .mobile-nav .mobile-nav_footer .nav_footer-btn {
    margin-bottom: 0;
  }
}
.mobile-nav .mobile-nav_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav .mobile-nav_footer ul li {
  margin: 0 5px;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav_footer ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none;
}
.mobile-nav .mobile-nav_footer ul li a i {
  font-size: 19px;
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 820px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .mobile-nav_footer {
    display: none;
    max-width: 570px;
    margin-top: 30px;
    margin-right: 60px;
    margin-left: auto;
    padding-right: 20px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.mobile-nav .navbar-menu__nav {
  position: relative;
  transform: translate(100%);
  transition: var(--speed-slow);
  transition-delay: 0.5s;
}
.mobile-nav .navbar-menu__nav li {
  padding-bottom: 30px;
}
.mobile-nav .navbar-menu__nav li a,
.mobile-nav .navbar-menu__nav li button {
  display: flex;
  color: #fff;
  text-decoration: none;
}
.mobile-nav .navbar-menu__nav li .navbar-sub li {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.mobile-nav .navbar-menu__nav li .navbar-sub li a {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.mobile-nav .navbar-menu__nav li .navbar-sub li a::after {
  content: "\E915";
  font-size: 10px;
  color: #ee3224;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .mobile-nav .navbar-menu__nav li .navbar-sub li a::after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .navbar-menu__nav li .navbar-sub li a {
    font-size: 16px;
  }
}
.mobile-nav .navbar-menu__nav li.has-childs button {
  align-items: center;
  width: 100%;
  position: relative;
}
.mobile-nav .navbar-menu__nav li.has-childs button::after {
  content: "\E915";
  font-size: 10px;
  color: #ee3224;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .mobile-nav .navbar-menu__nav li.has-childs button {
    flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .navbar-menu__nav li {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav .navbar-menu__nav {
    column-count: 2;
    column-gap: 150px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav .navbar-menu__nav {
    column-count: 1;
    column-gap: 0;
  }
}
@media (min-width: 1920px) {
  .mobile-nav .navbar-menu__nav {
    margin-bottom: 50px;
  }
}
.mobile-nav.mobile-nav__open {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: calc(100vh - 90px);
  background-color: #3f4441;
  transform: translate(0);
  z-index: 99;
}
.mobile-nav.mobile-nav__open .navbar-menu__nav {
  transform: translate(0);
}
@media (min-width: 1024px) {
  .mobile-nav.mobile-nav__open {
    height: calc(100vh - 150px);
    top: 150px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    top: 150px;
  }
}
@media (min-width: 1440px) {
  .mobile-nav {
    max-width: 810px;
  }
}
@media (min-width: 1920px) {
  .mobile-nav {
    max-width: 825px;
  }
}

.section--footer {
  padding-bottom: 30px;
  position: relative;
}
.section--footer .footer .footer__head a {
  display: flex;
  align-items: flex-end;
}
.section--footer .footer .footer__head a h1,
.section--footer .footer .footer__head a h2 {
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .section--footer .footer .footer__head a h1,
  .section--footer .footer .footer__head a h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.section--footer .footer .footer__head a i {
  margin-bottom: 10px;
  font-size: 17px;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head a i {
    margin-bottom: 0;
  }
}
.section--footer .footer .footer__head a i.icon-arrow-right {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head a i.icon-arrow-right {
    margin-left: 20px;
  }
}
.section--footer .footer .footer__head a i.icon-arrow-left {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head a i.icon-arrow-left {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head a:hover i.icon-arrow-left {
    transform: translate(-10px, 50%);
  }
  .section--footer .footer .footer__head a:hover i.icon-arrow-right {
    transform: translate(10px, 50%);
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head a {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__head {
    text-align: center;
  }
}
.section--footer .footer .footer__wrapper {
  margin-top: 30px;
}
.section--footer .footer .footer__wrapper .footer__locations p.lead {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__locations p.lead {
    margin-bottom: 20px;
  }
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item {
  margin-bottom: 25px;
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item a b {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ee3224;
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item a b i {
  margin-right: 5px;
  font-size: 12px;
  transition: var(--speed-default);
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item a:hover i {
  transform: translateX(3px);
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner {
  padding-top: 13px;
  padding-left: 13px;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner p,
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner p,
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner a {
    font-size: 16px;
    line-height: 24px;
  }
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item .footer__locations__items__item__inner a {
  display: block;
}
.section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items .footer__locations__items__item {
    width: calc(33% - 20px);
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer .footer__wrapper .footer__locations .footer__locations__items {
    transform: translateX(-12px);
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__locations {
    width: 75%;
    margin-bottom: 65px;
  }
}
.section--footer .footer .footer__wrapper .footer__newsletter {
  margin-top: 50px;
}
.section--footer .footer .footer__wrapper .footer__newsletter .btn {
  margin-top: 16px;
}
.section--footer .footer .footer__wrapper .footer__newsletter input[type=text],
.section--footer .footer .footer__wrapper .footer__newsletter input[type=email] {
  padding-right: 135px !important;
}
.section--footer .footer .footer__wrapper .footer__newsletter input[type=text]::placeholder,
.section--footer .footer .footer__wrapper .footer__newsletter input[type=email]::placeholder {
  color: #c5c6c6;
}
.section--footer .footer .footer__wrapper .footer__newsletter input[type=text]:focus::placeholder,
.section--footer .footer .footer__wrapper .footer__newsletter input[type=email]:focus::placeholder {
  color: #3f4441;
}
.section--footer .footer .footer__wrapper .footer__newsletter .form-group {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}
.section--footer .footer .footer__wrapper .footer__newsletter .form-group input[type=submit] {
  height: 50px;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__newsletter .form-group {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__newsletter {
    width: 33%;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__newsletter {
    width: 25%;
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__newsletter {
    transform: translateY(5px);
  }
}
.section--footer .footer .footer__wrapper .footer__socials {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
}
.section--footer .footer .footer__wrapper .footer__socials a {
  display: flex;
  margin-right: 37px;
  margin-bottom: 5px;
}
.section--footer .footer .footer__wrapper .footer__socials a i {
  font-size: 16px;
  transition: var(--speed-default);
}
.section--footer .footer .footer__wrapper .footer__socials a:hover i {
  color: #ee3224;
}
.section--footer .footer .footer__wrapper .footer__socials a:last-child {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__socials a {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__socials {
    width: 33%;
    margin-top: 0;
    padding-left: 70px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__socials {
    width: 20%;
    padding-left: 0;
    order: 1;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__socials {
    width: 25%;
  }
}
.section--footer .footer .footer__wrapper .footer__logos__extra a:first-child img {
  margin-right: 30px;
}
.section--footer .footer .footer__wrapper .footer__logos__extra a {
  display: flex;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__logos__extra {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 33%;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__logos__extra {
    justify-content: flex-start;
    width: 15%;
    margin-top: -5px;
    order: 0;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__logos__extra {
    width: 25%;
  }
}
.section--footer .footer .footer__wrapper .footer__copyright {
  margin: 40px 0;
}
.section--footer .footer .footer__wrapper .footer__copyright ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__copyright ul li:not(:last-child) {
    margin-right: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__copyright ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__copyright ul {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__copyright ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__copyright ul {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__copyright {
    width: 75%;
    margin: 65px 0 0;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__copyright {
    width: 50%;
    margin: 0;
    order: 2;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__copyright {
    width: 40%;
  }
}
.section--footer .footer .footer__wrapper .footer__logos {
  display: flex;
  justify-content: space-between;
}
.section--footer .footer .footer__wrapper .footer__logos .footer__logos__left {
  display: flex;
}
.section--footer .footer .footer__wrapper .footer__logos .footer__logos__left img:first-child {
  margin-right: 30px;
}
.section--footer .footer .footer__wrapper .footer__logos .footer__logos__left a {
  display: flex;
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper .footer__logos {
    justify-content: flex-end;
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper .footer__logos {
    width: 15%;
    order: 3;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper .footer__logos {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .section--footer .footer .footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .section--footer .footer .footer__wrapper {
    margin-top: 120px;
  }
}
@media (min-width: 1440px) {
  .section--footer .footer .footer__wrapper {
    align-items: flex-start;
    margin-top: 160px;
  }
}
@media (min-width: 1920px) {
  .section--footer .footer .footer__wrapper {
    margin-top: 200px;
  }
}
.section--footer a.js-scroll-up {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4dbc5;
  font-size: 15px;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 35px;
  transform: translateY(100px);
  z-index: 999;
  transition: var(--speed-slow);
}
.section--footer a.js-scroll-up i {
  transition: var(--speed-default);
}
.section--footer a.js-scroll-up:hover {
  background-color: #d9c6a5;
}
.section--footer a.js-scroll-up:hover i {
  transform: translateY(-5px);
}
.section--footer a.js-scroll-up.active {
  transform: translateY(0);
}
@media (min-width: 1920px) {
  .section--footer {
    padding-bottom: 35px;
  }
}

.section--spacing {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .section--spacing {
    margin-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .section--spacing {
    margin-bottom: 160px;
  }
}
@media (min-width: 1920px) {
  .section--spacing {
    margin-bottom: 200px;
  }
}

.section--spacing--padding {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .section--spacing--padding {
    padding-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .section--spacing--padding {
    padding-bottom: 160px;
  }
}
@media (min-width: 1920px) {
  .section--spacing--padding {
    padding-bottom: 200px;
  }
}

.section--dark-bg {
  overflow: hidden;
  background-color: #3f4441;
  position: relative;
}
.section--dark-bg img.house-row {
  width: 1190px;
  min-width: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section--dark-bg img.house-row {
    width: 1590px;
  }
}
@media (min-width: 1920px) {
  .section--dark-bg img.house-row {
    width: 100%;
  }
}

.section--paginate {
  padding-top: 20px;
  padding-bottom: 40px;
}
.section--paginate nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--paginate .prev i {
  transform: rotate(180deg);
}
.section--paginate .prev,
.section--paginate .next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f4dbc5;
  transition: var(--speed-default);
}
.section--paginate .prev i,
.section--paginate .next i {
  font-size: 15px;
  color: #3f4441;
}
.section--paginate .prev.is-invisible,
.section--paginate .next.is-invisible {
  opacity: 0;
}
@media (min-width: 1280px) {
  .section--paginate .prev,
  .section--paginate .next {
    width: 50px;
    height: 50px;
  }
}
.section--paginate .page-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 10px;
  border-radius: 100%;
  background-color: transparent;
  font-weight: 800;
  font-size: 16px;
  transition: var(--speed-default);
}
.section--paginate .page-number.current {
  width: 40px;
  background-color: #b5121b;
  color: #fff;
}
@media (min-width: 1920px) {
  .section--paginate {
    padding-top: 70px;
  }
}

.tool-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1090px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.tool-pagination a.btn {
  margin-top: 0;
}
.tool-pagination .prev,
.tool-pagination .next {
  width: 35px;
  height: 35px;
  border: none;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.08);
}
.tool-pagination .prev i,
.tool-pagination .next i {
  font-size: 10px;
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .tool-pagination .prev i,
  .tool-pagination .next i {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .tool-pagination .prev i,
  .tool-pagination .next i {
    font-size: 14px;
  }
}
.tool-pagination .prev.disabled,
.tool-pagination .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .tool-pagination .prev,
  .tool-pagination .next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .tool-pagination .prev,
  .tool-pagination .next {
    width: 50px;
    height: 50px;
  }
}
.tool-pagination .prev i {
  transform: rotate(180deg);
}
.tool-pagination .prev:hover i {
  transform: translateX(-5px);
}
.tool-pagination .next:hover i {
  transform: translateX(5px);
}
.tool-pagination div,
.tool-pagination ul {
  display: flex;
  align-items: center;
}
.tool-pagination div a,
.tool-pagination div span,
.tool-pagination ul a,
.tool-pagination ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1280px) {
  .tool-pagination div a,
  .tool-pagination div span,
  .tool-pagination ul a,
  .tool-pagination ul span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .tool-pagination div a,
  .tool-pagination div span,
  .tool-pagination ul a,
  .tool-pagination ul span {
    width: 50px;
    height: 50px;
  }
}
.tool-pagination div a,
.tool-pagination ul a {
  font-weight: 400;
  text-decoration: none;
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .tool-pagination {
    max-width: 615px;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .tool-pagination {
    max-width: 1090px;
    margin-top: 75px;
    padding-top: 100px;
  }
}

.section--location-header {
  padding-top: 30px;
  position: relative;
}
.section--location-header::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section--location-header .location-info p:not(.lead) {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .section--location-header .location-info p:not(.lead) {
    margin-top: 10px;
  }
}
.section--location-header .location-info .location-info__contact {
  margin-top: 5px;
}
.section--location-header .location-opening {
  margin-top: 30px;
}
.section--location-header .location-opening .location-opening__times {
  margin-top: 10px;
}
.section--location-header .location-opening .location-opening__times p {
  display: flex;
}
.section--location-header .location-opening .location-opening__times p b {
  display: block;
  width: 90px;
}
@media (min-width: 1024px) {
  .section--location-header .location-opening .location-opening__times p b {
    width: 120px;
  }
}
@media (min-width: 1440px) {
  .section--location-header .location-opening .location-opening__times p b {
    width: 140px;
  }
}
@media (max-width: 1439.98px) {
  .section--location-header .location-opening .location-opening__times p span {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .section--location-header .location-opening .location-opening__times p span {
    font-size: 12px;
  }
}
@media (max-width: 1439.98px) {
  .section--location-header .location-opening .location-opening__times p {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .section--location-header .location-opening .location-opening__times p {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .section--location-header .location-opening .location-opening__times p {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section--location-header .location-opening {
    margin-top: 0;
  }
}
.section--location-header .container {
  position: relative;
  z-index: 1;
}
.section--location-header .location-banner {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439.98px) {
  .section--location-header .location-banner {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) {
  .section--location-header {
    padding-top: 60px;
  }
}

.section--subpage-hero {
  position: relative;
}
.section--subpage-hero::before {
  width: 100%;
  height: calc(100% + 400px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.section--subpage-hero .standard-hero,
.section--subpage-hero .fifty-fifty-hero {
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--subpage-hero .standard-hero,
  .section--subpage-hero .fifty-fifty-hero {
    padding: 60px 0;
  }
}
.section--subpage-hero .standard-hero {
  text-align: center;
}
@media (min-width: 768px) {
  .section--subpage-hero .fifty-fifty-hero .text.text--spacing {
    margin-top: 35px;
  }
}
@media (min-width: 1280px) {
  .section--subpage-hero .fifty-fifty-hero .text.text--spacing {
    margin-top: 40px;
  }
}

.section--breadcrumbs {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.section--breadcrumbs span {
  display: flex;
  align-items: center;
}
.section--breadcrumbs span a {
  text-decoration: none;
}
.section--breadcrumbs span i {
  margin-right: 5px;
  color: #b5121b;
}
.section--breadcrumbs span span {
  display: flex;
  margin: 0 5px;
}
.section--breadcrumbs span span,
.section--breadcrumbs span a {
  font-size: 14px;
}
@media (min-width: 1440px) {
  .section--breadcrumbs span span,
  .section--breadcrumbs span a {
    font-size: 16px;
  }
}
.section--breadcrumbs span .breadcrumb_last {
  color: rgba(63, 68, 65, 0.3);
}
@media (min-width: 768px) {
  .section--breadcrumbs {
    top: 20px;
    left: 50px;
  }
}

.section--hero.section--employee-hero {
  padding-top: 30px;
  position: relative;
}
.section--hero.section--employee-hero::before {
  display: none;
}
.section--hero.section--employee-hero::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section--hero.section--employee-hero p.subtitle {
  position: absolute;
  bottom: 10px;
  left: 100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--hero.section--employee-hero p.subtitle {
    bottom: 60px;
    left: 60px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--employee-hero .section--hero__slides::before {
    top: auto;
    bottom: -35px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--employee-hero .section--hero__slides::after {
    top: auto;
    bottom: -50px;
  }
}
.section--hero.section--employee-hero .section--hero__slides picture {
  background-image: none;
}
.section--hero.section--employee-hero .section--hero__slides picture::before {
  background-image: linear-gradient(-89deg, rgba(254, 251, 249, 0) 10%, rgba(254, 251, 249, 0.09) 49%, #fefbf9 91%);
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--hero.section--employee-hero .section--hero__slides picture::before {
    left: -155px;
  }
}
.section--hero.section--employee-hero .section--hero__slides picture img {
  transform: translateX(50px);
}
@media (max-width: 767.98px) {
  .section--hero.section--employee-hero .section--hero__slides picture img {
    height: 460px;
  }
}
@media (max-width: 1023.98px) {
  .section--hero.section--employee-hero .section--hero__slides picture img {
    height: 560px;
  }
}
@media (min-width: 768px) {
  .section--hero.section--employee-hero .section--hero__slides picture img {
    transform: none;
  }
}
.section--hero.section--employee-hero .inner--hero {
  position: relative;
  z-index: 1;
}
.section--hero.section--employee-hero .inner--hero .hero--title {
  padding-top: 30px;
}
.section--hero.section--employee-hero .inner--hero .hero--title h1,
.section--hero.section--employee-hero .inner--hero .hero--title h1 span {
  overflow: visible;
}
.section--hero.section--employee-hero .inner--hero .hero--title h1 span,
.section--hero.section--employee-hero .inner--hero .hero--title h1 span span {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .section--hero.section--employee-hero .inner--hero .hero--title h1,
  .section--hero.section--employee-hero .inner--hero .hero--title h1 span {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .section--hero.section--employee-hero .inner--hero .hero--title {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .section--hero.section--employee-hero .inner--hero .hero--title {
    max-width: 850px;
  }
}
@media (min-width: 1024px) {
  .section--hero.section--employee-hero .inner--hero {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .section--hero.section--employee-hero {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .section--hero.section--employee-hero {
    padding-top: 0;
  }
}

.section--employee-info .employee-contact {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section--employee-info .employee-contact {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .section--employee-info .employee-contact {
    margin-left: 25px;
  }
}

.section--employee-q-a {
  padding: 60px 0 100px;
}
.section--employee-q-a p.lead {
  color: #fff;
}
.section--employee-q-a .q-a .q-a__item {
  margin-top: 30px;
  cursor: url("../images/cursors/cursor-answer.svg"), auto;
}
.section--employee-q-a .q-a .q-a__item * {
  color: #fff;
}
.section--employee-q-a .q-a .q-a__item .q-a__item__question {
  margin-bottom: 20px;
}
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 {
  display: flex;
  color: rgba(255, 255, 255, 0.3);
  transition: var(--speed-default);
}
.section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span {
  margin-top: 12px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span {
    margin-top: 13px;
    margin-right: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span {
    margin-top: 17px;
    margin-right: 25px;
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__question h3 span {
    margin-top: 30px;
  }
}
.section--employee-q-a .q-a .q-a__item .q-a__item__answer {
  overflow: hidden;
  max-height: 0;
  padding-left: 20px;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__answer {
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__answer {
    padding-left: 45px;
  }
}
@media (min-width: 1920px) {
  .section--employee-q-a .q-a .q-a__item .q-a__item__answer {
    padding-left: 50px;
  }
}
.section--employee-q-a .q-a .q-a__item:first-child {
  margin-top: 0;
}
.section--employee-q-a .q-a .q-a__item.open {
  cursor: pointer;
}
.section--employee-q-a .q-a .q-a__item.open h3 {
  font-style: italic;
  color: #fff;
}
.section--employee-q-a .q-a .q-a__item.open h3 span {
  font-style: italic;
  color: #fff;
}
@media (min-width: 1440px) {
  .section--employee-q-a .q-a .q-a__item {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .section--employee-q-a {
    padding: 100px 0 200px;
  }
}
@media (min-width: 1440px) {
  .section--employee-q-a {
    padding: 100px 0 250px;
  }
}
@media (min-width: 1920px) {
  .section--employee-q-a {
    padding: 120px 0 500px;
  }
}

.section--news-overview .news-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--news-overview .news-filters .custom-select {
  min-width: 250px;
  margin: 0 10px 15px;
  border-radius: 20px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.section--news-overview .news-filters .custom-select .select-selected {
  height: 40px !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 0 20px !important;
  background-color: #fff;
  box-shadow: none !important;
}
.section--news-overview .news-filters .custom-select .select-selected::after {
  margin-left: 10px;
}
.section--news-overview .news-filters .custom-select .select-selected span {
  color: #ee3224;
}
.section--news-overview .news-filters .custom-select.custom-select--active {
  border-radius: 20px 20px 0 0 !important;
}
.section--news-overview .news-filters .custom-select.custom-select--active .select-selected {
  border-radius: 20px 20px 0 0 !important;
}
@media (min-width: 768px) {
  .section--news-overview .news-filters .custom-select {
    margin: 0 10px;
  }
}
.section--news-overview .news-overview {
  cursor: url("../images/cursors/cursor.svg"), auto;
}
@media (min-width: 768px) {
  .section--news-overview .news-overview {
    margin: 30px 100px 0;
  }
}
@media (min-width: 1280px) {
  .section--news-overview .news-overview {
    margin-top: 55px;
  }
}
@media (min-width: 1920px) {
  .section--news-overview .news-overview {
    max-width: 925px;
    margin: 75px auto 0;
  }
}
.section--news-overview .btn--small {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .section--news-overview .btn--small {
    margin-top: 60px;
  }
}

.section--detail-hero {
  padding-top: 30px;
  position: relative;
}
.section--detail-hero::before {
  width: 100%;
  height: calc(100% + 400px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section--detail-hero .container {
  position: relative;
  z-index: 1;
}
.section--detail-hero .hero__banner .hero__banner__author {
  display: flex;
  align-items: center;
  margin: 25px 0 40px;
}
.section--detail-hero .hero__banner .hero__banner__author .hero__banner__author__title span {
  display: block;
  margin: 0 10px;
}
.section--detail-hero .hero__banner .hero__banner__author .hero__banner__author__title p.subtitle {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
  color: #3f4441;
}
@media (min-width: 1440px) {
  .section--detail-hero .hero__banner .hero__banner__author .hero__banner__author__title p.subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .section--detail-hero .hero__banner .hero__banner__author .hero__banner__author__title {
    display: flex;
    align-items: center;
  }
}
.section--detail-hero .hero__banner .hero__banner__author img {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .section--detail-hero .hero__banner .hero__banner__author img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .section--detail-hero .hero__banner .hero__banner__author {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .section--detail-hero .hero__banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
}
.section--detail-hero .hero__banner__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .section--detail-hero .hero__banner__share p {
    margin-right: 15px;
  }
}
@media (min-width: 1440px) {
  .section--detail-hero .hero__banner__share p {
    margin-right: 33px;
  }
}
.section--detail-hero .hero__banner__share .hero__banner__share__icons {
  display: flex;
}
.section--detail-hero .hero__banner__share .hero__banner__share__icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  transition: var(--speed-default);
}
.section--detail-hero .hero__banner__share .hero__banner__share__icons a i {
  font-size: 15px;
}
@media (min-width: 1280px) {
  .section--detail-hero .hero__banner__share .hero__banner__share__icons a:hover {
    background-color: #d8d8d8;
  }
}
.section--detail-hero .thumbnail {
  margin: 30px 0;
  border-radius: 12px;
}
@media (min-width: 1440px) {
  .section--detail-hero .thumbnail {
    margin: 60px 0;
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .section--detail-hero {
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  .container--detail {
    max-width: 736px;
  }
}
@media (min-width: 1440px) {
  .container--detail {
    max-width: 850px;
  }
}
@media (min-width: 1920px) {
  .container--detail {
    max-width: 985px;
  }
}

.section--project-cta .cta-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
  padding-top: 100px;
  text-align: center;
  position: relative;
}
.section--project-cta .cta-image::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section--project-cta .cta-image .container--detail {
  position: relative;
  z-index: 1;
}
.section--project-cta .cta-image .container--detail .cta-image__content {
  margin-bottom: 30px;
}
.section--project-cta .cta-image .container--detail .cta-image__content h4,
.section--project-cta .cta-image .container--detail .cta-image__content p {
  color: #fff;
}
.section--project-cta .cta-image .container--detail .cta-image__content a.btn {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .section--project-cta .cta-image .container--detail .cta-image__content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .section--project-cta .cta-image {
    height: 500px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .section--project-cta .cta-image {
    height: 600px;
    margin-top: 60px;
  }
}
@media (min-width: 1440px) {
  .section--project-cta .cta-image {
    height: 750px;
  }
}

.section--popup {
  display: none;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border-radius: 12px;
  padding: 30px 25px;
  background-color: #d9c6a5;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.section--popup span.close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.section--popup span.close::before {
  transform: rotate(-45deg);
}
.section--popup span.close::after, .section--popup span.close::before {
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
.section--popup span.close::after {
  transform: rotate(45deg);
}
.section--popup span.close:hover::before {
  transform: rotate(-40deg);
}
.section--popup span.close:hover::after {
  transform: rotate(40deg);
}
.section--popup h5 {
  margin-bottom: 5px;
}
.section--popup a.btn {
  margin-top: 30px;
}
.section--popup.section--popup--open {
  display: block;
}
@media (min-width: 1440px) {
  .section--popup {
    width: 350px;
    border-radius: 20px;
    padding: 60px 50px;
  }
}

.section--cookie-consent {
  display: none;
  width: calc(100% - 20px);
  max-width: 335px;
  border-radius: 12px 12px 0 0;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
.section--cookie-consent h3 {
  margin: 0 0 15px;
  line-height: 1.1;
}
.section--cookie-consent .text p {
  margin: 0 0 10px;
}
.section--cookie-consent .text a {
  text-decoration: underline;
}
.section--cookie-consent .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.section--cookie-consent .form-group label {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .section--cookie-consent .form-group {
    margin: 0 15px 0 0;
  }
}
.section--cookie-consent .btn {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .section--cookie-consent .btn {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section--cookie-consent .wpcf7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section--cookie-consent .wpcf7 .cookie-consent__form--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section--cookie-consent .wpcf7 .cookie-consent__form--list .checkbox {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1440px) {
  .section--cookie-consent .wpcf7 .cookie-consent__form--list .checkbox {
    margin: 0 15px 0 0;
  }
}
.section--cookie-consent.section--cookie-consent--unaccepted {
  display: block;
}
@media (min-width: 1024px) {
  .section--cookie-consent {
    width: calc(100% - 20px);
    max-width: 1520px;
    margin: 0 auto;
    padding: 40px 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .section--cookie-consent {
    border-radius: 20px 20px 0 0;
  }
}

.section--error {
  padding: 145px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14%, rgba(244, 219, 197, 0.4) 100%);
}
.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 .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: 100px 0 150px;
  }
}
@media (min-width: 1440px) {
  .section--error {
    padding: 150px 0 200px;
  }
}

.section--houses--slider {
  overflow: hidden;
}
.section--houses--slider .slider-wrapper {
  padding-bottom: 30px;
  position: relative;
}
.section--houses--slider .button-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section--houses--slider .button-wrapper {
    justify-content: flex-start;
  }
}
.section--houses--slider .slider-wrapper__nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section--houses--slider .slider-wrapper__nav .slider-button {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background-color: #ee3224;
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: opacity var(--speed-default) var(--cubic-bezier-2);
}
.section--houses--slider .slider-wrapper__nav .slider-button i {
  color: #fff;
}
.section--houses--slider .slider-wrapper__nav .slider-button[aria-disabled=true] {
  opacity: 0.3;
}
.section--houses--slider .slider-wrapper__nav .slider-button.prev {
  left: -10px;
}
@media (min-width: 768px) {
  .section--houses--slider .slider-wrapper__nav .slider-button.prev {
    left: -24px;
  }
}
.section--houses--slider .slider-wrapper__nav .slider-button.next {
  right: -10px;
}
@media (min-width: 768px) {
  .section--houses--slider .slider-wrapper__nav .slider-button.next {
    right: -24px;
  }
}
.section--houses--slider .offer-soon-slider .slick-track {
  display: flex !important;
  margin-left: 0;
}
.section--houses--slider .offer-soon-slider .slick-slide {
  width: 270px;
  height: inherit !important;
  margin: 0 10px;
}
.section--houses--slider .offer-soon-slider .slick-slide > div {
  height: 100% !important;
}
.section--houses--slider .offer-soon-slider .slick-slide > div .slide {
  height: inherit !important;
}
.section--houses--slider .offer-soon-slider .slick-slide .card-house {
  height: 100%;
}
.section--houses--slider .offer-soon-slider .slick-slide .card-house .short--info {
  position: static;
}
.section--houses--slider .offer-soon-slider .slick-slide .card-house .btn {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .section--houses--slider .offer-soon-slider .slick-slide {
    width: auto;
    margin: 0 15px;
  }
}
.section--houses--slider .offer-soon-slider .slick-list {
  overflow: visible;
  margin: 0;
}
@media (min-width: 768px) {
  .section--houses--slider .offer-soon-slider .slick-list {
    margin: 0 -15px;
  }
}
.section--houses--slider .slider-button {
  margin-top: 30px;
}
.section--houses--slider .slider-button.slider-button--alt {
  position: absolute;
  bottom: -55px;
  left: 0;
}
.section--houses--slider .slider-button.slider-button--alt.houses-slider-next {
  left: 45px;
}
@media (min-width: 1024px) {
  .section--houses--slider .slider-button.slider-button--alt.houses-slider-next {
    left: 55px;
  }
}
.section--houses--slider.section--open-house-slider {
  margin-top: 70px;
}
.section--houses--slider.section--open-house-slider .head {
  text-align: left;
  position: relative;
  z-index: 1;
}
.section--houses--slider.section--open-house-slider .card-house .short--info {
  padding: 20px !important;
}
@media (min-width: 1024px) {
  .section--houses--slider.section--open-house-slider .card-house .short--info {
    padding: 30px !important;
  }
}
@media (min-width: 1024px) {
  .section--houses--slider.section--open-house-slider {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .section--houses--slider.section--open-house-slider {
    margin-top: 100px;
  }
}

.section--text-image--button {
  margin-top: 30px;
}
.section--text-image--button .container {
  position: relative;
}
.section--text-image--button .content-image {
  display: flex;
  flex-direction: column;
}
.section--text-image--button .content-image .content {
  margin-top: 15px;
}
.section--text-image--button .content-image .content .btn {
  margin-top: 30px;
}
.section--text-image--button .content-image .image img {
  width: 100%;
}
@media (min-width: 1280px) {
  .section--text-image--button {
    margin-top: 60px;
  }
}
@media (min-width: 1920px) {
  .section--text-image--button {
    --col-counter: 6;
    --image-height: 550px;
    --image-offset: calc(-1 * ((var(--vw, 1vw) * 50) - 1400px / 2));
    --image-width: calc(((((var(--vw, 1vw) * 100) - (1400px - (20px))) / 2) + (((1400px - 20px) / 12) * var(--col-counter))));
    margin-top: 100px;
  }
  .section--text-image--button .content-image {
    flex-direction: row;
    align-items: center;
    min-height: var(--image-height);
  }
  .section--text-image--button .content-image .image {
    width: var(--image-width);
    height: var(--image-height);
    position: absolute;
    top: 0;
    left: var(--image-offset);
  }
  .section--text-image--button .content-image .image picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section--text-image--button .content-image .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .section--text-image--button .content-image .content {
    width: 41.6666666667%;
    margin-left: 58.3333333333%;
  }
  .section--text-image--button .content-image.content-image--switch .content {
    margin-left: 0;
  }
  .section--text-image--button .content-image.content-image--switch .image {
    right: var(--image-offset);
    left: auto;
  }
}

.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse {
  width: calc(100% - 30px);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close::before {
  transform: rotate(-45deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close::after, .section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close::before {
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close::after {
  transform: rotate(45deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close:hover::before {
  transform: rotate(-40deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse span.close:hover::after {
  transform: rotate(40deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse .cta .cta__left picture {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-openhouse .cta .cta__left {
    width: 50%;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse .cta .cta__right {
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-openhouse .cta .cta__right {
    width: 50%;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-openhouse.popup-openhouse--hidden {
  display: none;
}
@media (min-width: 768px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-openhouse {
    width: 80vw;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-openhouse {
    width: 60vw;
    max-width: 1000px;
  }
}

.section--image-cta-lr.section--image-cta-lr--small.popup-download {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  backdrop-filter: blur(3px);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close::before {
  transform: rotate(-45deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close::after, .section--image-cta-lr.section--image-cta-lr--small.popup-download span.close::before {
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close::after {
  transform: rotate(45deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close:hover::before {
  transform: rotate(-40deg);
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download span.close:hover::after {
  transform: rotate(40deg);
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download span.close {
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download span.close {
    top: 40px;
    right: 40px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
  overflow: scroll;
  width: calc(100% - 30px);
  height: 90vh;
  margin: auto;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left {
  overflow: hidden;
  display: flex;
  border-radius: 0;
  position: relative;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 14%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left::before {
    height: 50%;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left picture {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left picture img {
  width: 80%;
  max-width: none;
  margin-bottom: -20px;
  padding-left: 20px;
  object-fit: contain;
  position: relative;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left picture img {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left picture img {
    padding: 0 35px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left .double-circle {
  width: 265px;
  max-width: none;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left .double-circle {
    width: 330px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left .double-circle {
    width: 400px;
    right: -40px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left .double-circle {
    width: 525px;
    right: -70px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__left {
    width: 50%;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right {
  margin: 0;
  border-radius: 0;
  padding: 25px;
  background-color: transparent;
  text-align: left;
  position: relative;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right h4 {
  margin-bottom: 12px;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message * {
  margin-top: 10px;
  text-align: left;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message a,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right .gform_confirmation_message * a {
  color: #ee3224;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form {
  margin-top: 15px;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gchoice {
  align-items: flex-start;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gchoice label,
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gchoice label a {
  font-size: 14px;
  line-height: 21px;
  color: rgba(63, 68, 65, 0.8);
  letter-spacing: 0;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gchoice a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gchoice {
    margin-bottom: 0;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input:not(.gchoice input, .gform_footer input) {
  border-bottom: 2px solid #3f4441;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input:not(.gchoice input, .gform_footer input)::placeholder {
  color: #c5c6c6;
}
@media (min-width: 1440px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input:not(.gchoice input, .gform_footer input) {
    border-bottom-width: 3px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-color: #3f4441 !important;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input[type=checkbox]::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/checkbox/checked.svg");
  background-size: cover;
  content: "";
  top: -1px;
}
@media (min-width: 1440px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input[type=checkbox]::after {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form .gform_footer input[type=submit] {
  margin-bottom: 0;
  background-color: #697c70;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right form {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right {
    width: 50%;
    border-radius: 20px 0 0 20px;
    padding: 60px 65px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta .cta__right {
    padding: 80px 135px 80px 90px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
    width: 80vw;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
    flex-direction: row-reverse;
    border-radius: 20px;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small.popup-download .cta {
    width: 60vw;
    max-width: 1160px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small.popup-download.active {
  display: flex;
}

.section--region-slider .slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--region-slider .content-background-image .image {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
  padding-bottom: 60%;
  position: relative;
}
.section--region-slider .content-background-image .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section--region-slider .content-background-image .btn {
  width: 100%;
  margin-top: 16px;
}
.section--region-slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .section--region-slider .slick-list {
    margin: 0 -15px;
  }
}
.section--region-slider .slick-slide {
  margin: 0 10px;
}
.section--region-slider .slider-wrapper {
  padding-right: 5%;
  padding-left: 5%;
}
@media (min-width: 1024px) {
  .section--region-slider .slider-wrapper {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .section--region-slider .slick-slide {
    position: relative;
  }
  .section--region-slider .content-background-image .image {
    margin-bottom: 0;
  }
  .section--region-slider .content-background-image .image::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: "";
    z-index: 5;
  }
  .section--region-slider .content {
    position: absolute;
    right: 20%;
    bottom: 15%;
    left: 10%;
    z-index: 10;
  }
  .section--region-slider .content p,
  .section--region-slider .content h4 {
    color: #fff;
  }
  .section--region-slider .content .btn {
    width: auto;
  }
}

.section--service-overview.section--knowledgebase {
  margin-bottom: 40px;
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .section--house-cta .house--cta_text {
    padding: 45px 105px 45px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .section--house-cta {
    margin-bottom: 42px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .col-md-6 {
    margin-bottom: 42px;
  }
}
.section--service-overview.section--knowledgebase .latest-news {
  height: 100%;
  border-radius: 12px;
  padding: 20px;
  background-color: #bdc7c9;
}
.section--service-overview.section--knowledgebase .latest-news h5 {
  margin-bottom: 20px;
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .latest-news h5 {
    margin-bottom: 40px;
  }
}
.section--service-overview.section--knowledgebase .latest-news .latest-news__item {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(43, 79, 96, 0.25);
  padding-bottom: 10px;
  position: relative;
}
.section--service-overview.section--knowledgebase .latest-news .latest-news__item p {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1440px) {
  .section--service-overview.section--knowledgebase .latest-news .latest-news__item p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .latest-news .latest-news__item p {
    font-size: 16px;
    line-height: 22px;
  }
}
.section--service-overview.section--knowledgebase .latest-news .latest-news__item h6 {
  width: 100%;
  margin-top: 5px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.section--service-overview.section--knowledgebase .latest-news .latest-news__item h6 i {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1440px) {
  .section--service-overview.section--knowledgebase .latest-news .latest-news__item h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase .latest-news .latest-news__item h6 {
    font-size: 24px;
    line-height: 32px;
  }
}
.section--service-overview.section--knowledgebase .latest-news .latest-news__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .section--service-overview.section--knowledgebase .latest-news .latest-news__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.section--service-overview.section--knowledgebase .latest-news.latest-news--extra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section--service-overview.section--knowledgebase .latest-news.latest-news--extra h5 {
  width: 100%;
}
.section--service-overview.section--knowledgebase .latest-news.latest-news--extra .latest-news-wrapper {
  width: 100%;
  align-self: flex-end;
}
.section--service-overview.section--knowledgebase .latest-news.latest-news--extra .latest-news-wrapper p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  font-size: 16px;
}
.section--service-overview.section--knowledgebase .latest-news.latest-news--extra .latest-news-wrapper p i {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .section--service-overview.section--knowledgebase .latest-news.latest-news--extra .latest-news-wrapper p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section--service-overview.section--knowledgebase .latest-news {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .section--service-overview.section--knowledgebase .latest-news {
    border-radius: 20px;
    padding: 40px 30px;
  }
}
.section--service-overview.section--knowledgebase .card--service--extra {
  transition: var(--speed-default);
}
.section--service-overview.section--knowledgebase .card--service--extra .knowledge-items {
  position: relative;
  z-index: 5;
}
.section--service-overview.section--knowledgebase .card--service--extra .knowledge-items li::before {
  margin-top: 9px;
}
.section--service-overview.section--knowledgebase .card--service--extra .knowledge-items li a {
  text-decoration: underline;
}
.section--service-overview.section--knowledgebase .card--service--extra .knowledge-items li a:hover {
  color: #b5121b;
}
.section--service-overview.section--knowledgebase .card--service--extra:hover {
  background-color: #3f4441 !important;
}
.section--service-overview.section--knowledgebase .card--service--extra:hover * {
  color: #fff !important;
}
@media (min-width: 1024px) {
  .section--service-overview.section--knowledgebase {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .section--service-overview.section--knowledgebase {
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview.section--knowledgebase {
    margin-bottom: 110px;
  }
}

@media (min-width: 1440px) {
  .kennisbank .section--subpage-hero .standard-hero,
  .knowledgebase-archive .section--subpage-hero .standard-hero {
    padding-top: 80px;
  }
}

.knowledgebase-archive .section--footer .footer__head a,
.knowledgebase-single .section--footer .footer__head a {
  flex-direction: row-reverse;
}
.knowledgebase-archive .section--footer .footer__head a i,
.knowledgebase-single .section--footer .footer__head a i {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .knowledgebase-archive .section--footer .footer__head a i,
  .knowledgebase-single .section--footer .footer__head a i {
    margin-right: 20px;
  }
}

section.section--team-slider-two {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  row-gap: 80px;
}
section.section--team-slider-two .section--text-block .text-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 80px;
}
@media (max-width: 767.98px) {
  section.section--team-slider-two .section--text-block .text-block__inner .button-wrapper:not(:has(:nth-child(2))) .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  section.section--team-slider-two .section--text-block .text-block__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.section--team-slider-two .team-slider-two:not(:has(.slick-track)), section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track {
  display: grid;
  grid-auto-columns: 335px;
  grid-auto-flow: column;
  height: 400px;
  column-gap: 10px;
}
section.section--team-slider-two .team-slider-two:not(:has(.slick-slide .slick-slide)) > div, section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track:has(.slick-slide) .slick-slide > div > div {
  width: 100%;
  height: 100%;
}
section.section--team-slider-two .team-slider-two:not(:has(.slick-slide .slick-slide)) > div > a, section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track:has(.slick-slide) .slick-slide > div > div > a {
  width: 100%;
  height: 100%;
}
section.section--team-slider-two .team-slider-two:not(:has(.slick-slide .slick-slide)) > div > a img, section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track:has(.slick-slide) .slick-slide > div > div > a img,
section.section--team-slider-two .team-slider-two:not(:has(.slick-slide .slick-slide)) > div > a picture,
section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track:has(.slick-slide) .slick-slide > div > div > a picture {
  width: 100%;
  height: 100%;
}
section.section--team-slider-two .slider-buttons {
  margin-top: 24px;
}
section.section--team-slider-two .slick-track,
section.section--team-slider-two .slick-list {
  overflow: visible;
}
section.section--team-slider-two .team-slider-two:has(.slick-track) .slick-track:has(.slick-slide) .slick-slide > div {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  section.section--team-slider-two {
    padding-top: 120px;
  }
}
@media (min-width: 1440px) {
  section.section--team-slider-two {
    padding-top: 160px;
  }
}
@media (min-width: 1920px) {
  section.section--team-slider-two {
    padding-top: 200px;
  }
}

.card {
  overflow: hidden;
  position: relative;
}

.card-house--soon {
  display: block;
  border-radius: 12px;
}
.card-house--soon .slick-list {
  height: auto !important;
}
.card-house--soon .sure__gallery .slick-slide {
  margin-right: 0;
  margin-left: 0;
}
.card-house--soon .sure__gallery .slick-arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
  transition: var(--speed-default);
}
.card-house--soon .sure__gallery .slick-arrow i {
  font-size: 17px;
}
.card-house--soon .sure__gallery .slick-arrow[aria-disabled=true] {
  opacity: 0;
}
.card-house--soon .sure__gallery .slick-arrow.prev {
  right: 60px;
}
.card-house--soon .sure__gallery .slick-arrow.next {
  right: 20px;
}
@media (min-width: 1024px) {
  .card-house--soon .sure__gallery .slick-arrow {
    bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .card-house--soon .sure__gallery .slick-arrow {
    right: 20px;
    bottom: 30px;
  }
}
.card-house--soon .sure__gallery .sure__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}
.card-house--soon .sure__gallery .sure__arrow::before {
  content: "\E905";
  font-family: "olsthoorn-icons";
  font-size: 15px;
  color: #fff;
}
.card-house--soon .sure__gallery .sure__arrow.prev {
  right: calc(100% + 2px);
}
.card-house--soon .sure__gallery .sure__arrow.prev::before {
  transform: rotate(180deg);
}
.card-house--soon .offer {
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  background-color: #d9c6a5;
}
.card-house--soon .offer img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .card-house--soon .offer img {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .card-house--soon .offer {
    border-radius: 20px;
  }
}
.card-house--soon .card-house__thumb {
  position: relative;
}
.card-house--soon .short--info {
  padding: 20px 20px 25px;
  background-color: #d9c6a5;
  position: relative;
}
.card-house--soon .short--info h5 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1440px) {
  .card-house--soon .short--info h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .card-house--soon .short--info h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .card-house--soon .short--info p:not(.small) {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .card-house--soon .short--info .short--info__location span {
    margin: 0 20px;
  }
}
@media (min-width: 1920px) {
  .card-house--soon .short--info .short--info__location {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
.card-house--soon .short--info p:nth-child(1) {
  margin: 10px 0;
}
@media (min-width: 1920px) {
  .card-house--soon .short--info p:nth-child(1) {
    margin: 0;
  }
}
.card-house--soon .short--info p b {
  display: block;
  margin: 10px 0;
}
@media (min-width: 1920px) {
  .card-house--soon .short--info p b {
    margin: 20px 0;
  }
}
.card-house--soon .short--info .data--short {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
.card-house--soon .short--info .data--short .data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .card-house--soon .short--info .data--short .data span {
    font-size: 15px;
  }
}
.card-house--soon .short--info .data--short .data .icon {
  display: inline-flex;
  margin-right: 10px;
}
.card-house--soon .short--info .data--short .data .icon i {
  font-size: 24px;
  color: #ee3224;
}
@media (min-width: 1920px) {
  .card-house--soon .short--info .data--short .data .icon i {
    font-size: 30px;
  }
}
.card-house--soon .short--info .data--short .data:last-of-type {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .card-house--soon .short--info {
    padding: 25px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .card-house--soon .short--info {
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .card-house--soon {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .card-house--soon {
    height: 100%;
  }
}

.card-house {
  display: block;
  border-radius: 12px;
  box-shadow: 32px -32px 44px 0 rgba(0, 0, 0, 0);
  cursor: url("../images/cursors/house-cursor.svg"), auto;
  transition: var(--speed-default);
}
.card-house .sure__gallery .slick-arrow {
  opacity: 1;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 7px;
  z-index: 1;
  transition: var(--speed-default);
}
.card-house .sure__gallery .slick-arrow .prev {
  right: calc(100% + 2px);
}
.card-house .sure__gallery .slick-arrow[aria-disabled=true] {
  opacity: 0.25;
}
@media (min-width: 1280px) {
  .card-house .sure__gallery .slick-arrow {
    bottom: 8px;
  }
}
.card-house .sure__gallery .sure__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}
.card-house .sure__gallery .sure__arrow::before {
  content: "\E905";
  font-family: "olsthoorn-icons";
  font-size: 15px;
  color: #fff;
}
.card-house .sure__gallery .sure__arrow.prev {
  right: calc(100% + 2px);
}
.card-house .sure__gallery .sure__arrow.prev::before {
  transform: rotate(180deg);
}
.card-house .offer {
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  background-color: #f4dbc5;
}
.card-house .offer img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .card-house .offer img {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .card-house .offer {
    border-radius: 20px;
  }
}
.card-house .card-house__thumb .card-house__exclusive {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.card-house .card-house__thumb .card-house__exclusive svg {
  width: 100%;
}
.card-house .card-house__thumb .card-house__status {
  width: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-house .card-house__thumb .card-house__status .card-house__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 9px 20px;
  background-color: #3f4441;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.card-house .card-house__thumb .card-house__status .card-house__label.badge-sold {
  background-color: #ececec;
  color: rgba(63, 68, 65, 0.3);
}
@media (min-width: 1920px) {
  .card-house .card-house__thumb .card-house__status .card-house__label {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .card-house .card-house__thumb {
    aspect-ratio: 360/200;
  }
}
.card-house .short--info {
  padding: 20px;
  background-color: #f4dbc5;
  position: relative;
}
.card-house .short--info h5 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .card-house .short--info h5 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .card-house .short--info h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
.card-house .short--info p strong,
.card-house .short--info p b {
  display: block;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .card-house .short--info p strong,
  .card-house .short--info p b {
    margin-bottom: 30px;
  }
}
.card-house .short--info .content--card {
  margin-bottom: 15px;
  cursor: pointer;
}
.card-house .short--info .content--card p strong {
  display: inline;
  margin: 0;
}
@media (min-width: 1280px) {
  .card-house .short--info .content--card {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .card-house .short--info {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .card-house .short--info {
    padding: 35px 30px;
  }
}
@media (min-width: 1920px) {
  .card-house .short--info {
    padding: 30px;
  }
}
.card-house .data--short {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-house .data--short .data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}
.card-house .data--short .data span {
  color: #3f4441;
}
.card-house .data--short .data .date__inner.surface--wrapper span {
  display: none;
}
.card-house .data--short .data .date__inner.surface--wrapper span .to {
  display: none;
}
.card-house .data--short .data .date__inner.surface--wrapper span .to:first-of-type, .card-house .data--short .data .date__inner.surface--wrapper span .to:last-of-type {
  display: none;
}
.card-house .data--short .data .date__inner.surface--wrapper span:first-of-type {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.card-house .data--short .data .date__inner.surface--wrapper span:first-of-type .to {
  display: inline-flex;
}
.card-house .data--short .data .icon {
  display: inline-flex;
  margin-right: 10px;
}
.card-house .data--short .data .icon img {
  width: 24px;
  border-radius: 0;
}
@media (min-width: 1920px) {
  .card-house .data--short .data .icon img {
    width: 30px;
  }
}
.card-house .data--short .data .icon i {
  font-size: 24px;
  color: #ee3224;
}
@media (min-width: 1920px) {
  .card-house .data--short .data .icon i {
    font-size: 30px;
  }
}
.card-house .data--short .data:last-of-type {
  margin-right: 0;
}
@media (min-width: 1920px) {
  .card-house .data--short .data {
    margin-right: 35px;
  }
}
.card-house:not(.card-house--soon) .card-house__thumb {
  aspect-ratio: 680/320;
  position: relative;
}
.card-house:not(.card-house--soon) .card-house__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.card-house.card-soon {
  cursor: default !important;
}
.card-house.card-soon .sure__gallery .slick-arrow {
  right: 10px;
  bottom: 15px;
}
.card-house.card-soon .sure__gallery .slick-arrow.prev {
  right: 50px;
}
.card-house.card-soon, .card-house.card-type, .card-house.card-number, .card-house.card-nieuwbouw {
  cursor: pointer;
}
.card-house.card-soon .offer, .card-house.card-type .offer, .card-house.card-number .offer, .card-house.card-nieuwbouw .offer {
  background-color: #bdc7c9;
}
.card-house.card-soon .price-wrapper, .card-house.card-type .price-wrapper, .card-house.card-number .price-wrapper, .card-house.card-nieuwbouw .price-wrapper {
  display: flex;
}
.card-house.card-soon .price-wrapper p, .card-house.card-type .price-wrapper p, .card-house.card-number .price-wrapper p, .card-house.card-nieuwbouw .price-wrapper p {
  display: none;
  font-weight: 800;
  color: rgba(63, 68, 65, 0.8);
  text-transform: lowercase;
}
.card-house.card-soon .price-wrapper p span, .card-house.card-type .price-wrapper p span, .card-house.card-number .price-wrapper p span, .card-house.card-nieuwbouw .price-wrapper p span {
  padding: 0 10px 0 5px;
}
.card-house.card-soon .price-wrapper p:last-child, .card-house.card-type .price-wrapper p:last-child, .card-house.card-number .price-wrapper p:last-child, .card-house.card-nieuwbouw .price-wrapper p:last-child {
  display: none;
}
.card-house.card-soon .price-wrapper p:last-child span, .card-house.card-type .price-wrapper p:last-child span, .card-house.card-number .price-wrapper p:last-child span, .card-house.card-nieuwbouw .price-wrapper p:last-child span {
  display: none;
}
.card-house.card-soon .price-wrapper p:first-child, .card-house.card-type .price-wrapper p:first-child, .card-house.card-number .price-wrapper p:first-child, .card-house.card-nieuwbouw .price-wrapper p:first-child {
  display: block;
}
.card-house.card-soon .short--info, .card-house.card-type .short--info, .card-house.card-number .short--info, .card-house.card-nieuwbouw .short--info {
  background-color: #bdc7c9;
}
.card-house.card-soon .short--info ul, .card-house.card-type .short--info ul, .card-house.card-number .short--info ul, .card-house.card-nieuwbouw .short--info ul {
  margin-bottom: 10px;
}
.card-house.card-soon .short--info ul li, .card-house.card-type .short--info ul li, .card-house.card-number .short--info ul li, .card-house.card-nieuwbouw .short--info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.card-house.card-soon .short--info ul li::after, .card-house.card-type .short--info ul li::after, .card-house.card-number .short--info ul li::after, .card-house.card-nieuwbouw .short--info ul li::after {
  content: "\E903";
  font-size: 15px;
  color: #ee3224;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .card-house.card-soon .short--info ul, .card-house.card-type .short--info ul, .card-house.card-number .short--info ul, .card-house.card-nieuwbouw .short--info ul {
    margin-bottom: 20px;
  }
}
.card-house.card-soon .short--info .title, .card-house.card-type .short--info .title, .card-house.card-number .short--info .title, .card-house.card-nieuwbouw .short--info .title {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .card-house.card-soon .short--info .title, .card-house.card-type .short--info .title, .card-house.card-number .short--info .title, .card-house.card-nieuwbouw .short--info .title {
    margin-bottom: 10px;
  }
}
.card-house.card-number_child {
  cursor: url("../images/cursors/cursor-bouwnummer.svg"), auto;
}
.card-house.card-type {
  cursor: url("../images/cursors/cursor-type.svg"), auto;
}
.card-house.card-nieuwbouw {
  cursor: url("../images/cursors/cursor-project.svg"), auto;
}
.card-house.card-house--soon .offer {
  background-color: #f4dbc5;
}
.card-house.card-house--soon .offer .short--info {
  background-color: #f4dbc5;
}
.card-house.card-uitgelicht {
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.card-house.card-uitgelicht .card-house__status {
  left: 35px;
}
.card-house.card-uitgelicht .data--short {
  flex-wrap: wrap;
}
.card-house.card-uitgelicht .data--short .data {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.card-house.card-uitgelicht .short--info {
  padding-top: 0;
}
.card-house.card-uitgelicht .offer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #f4dbc5;
}
.card-house.card-uitgelicht .offer .long--info {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4dbc5;
}
.card-house.card-uitgelicht .offer .long--info ul li {
  color: #3f4441;
}
.card-house.card-uitgelicht .offer .long--info > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .long--info > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.card-house.card-uitgelicht .offer .project--thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
.card-house.card-uitgelicht .offer .project--thumbs > div {
  padding: 0 15px;
}
.card-house.card-uitgelicht .offer .project--thumbs .thumbs--small {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div {
  margin-bottom: 20px;
}
.card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div:first-of-type {
  margin-right: 2.5px;
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div:first-of-type {
    margin-right: 0;
  }
}
.card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div:last-of-type {
  margin-left: 2.5px;
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .project--thumbs .thumbs--small > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .project--thumbs .thumbs--small {
    display: initial;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.card-house.card-uitgelicht .offer .project--thumbs .thumb--large {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.card-house.card-uitgelicht .offer .project--thumbs .thumb--large .card-house__status {
  width: calc(100% - 70px);
}
@media (min-width: 768px) {
  .card-house.card-uitgelicht .offer .project--thumbs .thumb--large {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 25px;
  }
}
.card-house.card-uitgelicht .offer .project--thumbs img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .card-house {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .card-house {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 1440px) {
  .card-house:hover {
    box-shadow: 32px -32px 44px 0 rgba(0, 0, 0, 0.11);
  }
}

.employee--card {
  position: relative;
}
.employee--card a {
  overflow: hidden;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.employee--card a .overlay,
.employee--card a .overlay--top {
  width: 100%;
  height: 100%;
  background-color: #697c70;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.employee--card a .overlay--top {
  background-color: #f4dbc5;
  z-index: 2;
}
@media (min-width: 1024px) {
  .employee--card a {
    border-radius: 20px;
  }
}
.employee--card .employee--card-title {
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
}
.employee--card .employee--card-title p {
  font-family: "Pacifico", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 1024px) {
  .employee--card .employee--card-title p {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .employee--card .employee--card-title {
    bottom: 55px;
  }
}

.card-statistic__content {
  border-radius: 20px;
  padding: 25px 25px 5px 25px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.card-statistic__content p {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 1440px) {
  .card-statistic__content p {
    margin-bottom: 30px;
    text-align: left;
  }
}
.card-statistic__content .bg-first {
  background-color: #ee3224;
}
.card-statistic__content .bg-second {
  background-color: #f4dbc5;
}
.card-statistic__content .bg-third {
  background-color: #2b4f60;
}
.card-statistic__content .bg-fourth {
  background-color: #bdc7c9;
}
.card-statistic__content .bg-fifth {
  background-color: #b5121b;
}
.card-statistic__content .chart-legend ul {
  display: flex;
  flex-wrap: wrap;
}
.card-statistic__content .chart-legend ul li {
  display: flex;
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.card-statistic__content .chart-legend ul li span {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media (min-width: 1440px) {
  .card-statistic__content .chart-legend ul li {
    flex: 0 0 100%;
    margin-bottom: 18px;
  }
}
.card-statistic__content .statistics-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.card-statistic__content .grid-statics {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  width: 100%;
}
.card-statistic__content .grid-statics.grid-statics--right {
  margin-top: 15px;
}
.card-statistic__content .chart-container {
  margin-bottom: 10px;
}
.card-statistic__content .chart-container canvas {
  width: 115px;
  height: 115px;
}
@media (min-width: 1440px) {
  .card-statistic__content .chart-container canvas {
    width: 180px;
    height: 180px;
  }
}
.card-statistic__content .chart-container .chart-block {
  display: flex;
  align-items: center;
  width: 116px;
  height: 115px;
  margin: 0 auto 30px auto;
}
.card-statistic__content .chart-container .chart-block .chart-block__chart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(180deg);
}
.card-statistic__content .chart-container .chart-block .chart-block__chart::after {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 1440px) {
  .card-statistic__content .chart-container .chart-block .chart-block__chart::after {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .card-statistic__content .chart-container .chart-block {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  .card-statistic__content .chart-container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .card-statistic__content {
    height: 100%;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .card-statistic__content {
    padding: 0;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
  }
}

.news-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-bottom: 1px solid #f4dbc5;
  padding: 15px 0;
  position: relative;
}
.news-item a.full-link {
  cursor: url("../images/cursors/cursor.svg"), auto;
}
.news-item .news-item__thumb {
  flex-shrink: 0;
}
.news-item .news-item__thumb img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  transition: var(--speed-slow);
}
@media (min-width: 768px) {
  .news-item .news-item__thumb img {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .news-item .news-item__thumb img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .news-item .news-item__thumb img {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1920px) {
  .news-item .news-item__thumb img {
    width: 85px;
    height: 85px;
    margin-right: 30px;
  }
}
@media (min-width: 1280px) {
  .news-item p {
    margin-bottom: 10px;
  }
}
.news-item i {
  display: none;
  font-size: 11px;
}
@media (min-width: 768px) {
  .news-item i {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .news-item:hover img {
    transform: scale(1.5);
  }
}
.news-item:first-child {
  border-top: 1px solid #f4dbc5;
}
@media (min-width: 768px) {
  .news-item {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .news-item {
    padding: 20px 0;
  }
}
@media (min-width: 1920px) {
  .news-item {
    padding: 25px 0;
  }
}

.section--service-overview,
.section--livingstyles-overview {
  position: relative;
  z-index: 4;
}
.section--service-overview .col-md-6,
.section--livingstyles-overview .col-md-6 {
  margin-bottom: 20px;
}
.section--service-overview .col-md-6 .card,
.section--livingstyles-overview .col-md-6 .card {
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  background-color: #3f4441;
  position: relative;
}
.section--service-overview .col-md-6 .card a.full-link,
.section--livingstyles-overview .col-md-6 .card a.full-link {
  cursor: url("../images/cursors/cursor.svg"), auto;
}
.section--service-overview .col-md-6 .card .card__content,
.section--livingstyles-overview .col-md-6 .card .card__content {
  padding: 20px;
}
.section--service-overview .col-md-6 .card .card__content h6,
.section--livingstyles-overview .col-md-6 .card .card__content h6 {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 1440px) {
  .section--service-overview .col-md-6 .card .card__content h6,
  .section--livingstyles-overview .col-md-6 .card .card__content h6 {
    margin-bottom: 20px;
  }
}
.section--service-overview .col-md-6 .card .card__content p,
.section--service-overview .col-md-6 .card .card__content .card__content__text *,
.section--livingstyles-overview .col-md-6 .card .card__content p,
.section--livingstyles-overview .col-md-6 .card .card__content .card__content__text * {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1280px) {
  .section--service-overview .col-md-6 .card .card__content,
  .section--livingstyles-overview .col-md-6 .card .card__content {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .section--service-overview .col-md-6 .card .card__content,
  .section--livingstyles-overview .col-md-6 .card .card__content {
    border-radius: 20px;
    padding: 30px;
  }
}
.section--service-overview .col-md-6 .card.card--service--extra,
.section--livingstyles-overview .col-md-6 .card.card--service--extra {
  background-color: #f4dbc5;
}
.section--service-overview .col-md-6 .card.card--service--extra .card__content p,
.section--livingstyles-overview .col-md-6 .card.card--service--extra .card__content p {
  color: rgba(63, 68, 65, 0.8);
}
.section--service-overview .col-md-6 .card.card--service--extra .card__content h6,
.section--livingstyles-overview .col-md-6 .card.card--service--extra .card__content h6 {
  color: #3f4441;
}
.section--service-overview .col-md-6 .card.card--livingstyle,
.section--livingstyles-overview .col-md-6 .card.card--livingstyle {
  background-color: #2b4f60;
  cursor: pointer;
}
.section--service-overview .col-md-6 .card.card--livingstyle.card--livingstyle--link,
.section--livingstyles-overview .col-md-6 .card.card--livingstyle.card--livingstyle--link {
  cursor: url("../images/cursors/cursor.svg"), auto;
}
@media (min-width: 768px) {
  .section--service-overview .col-md-6,
  .section--livingstyles-overview .col-md-6 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .section--service-overview .col-md-6,
  .section--livingstyles-overview .col-md-6 {
    margin-bottom: 30px;
  }
}

.infoBox {
  width: 250px !important;
  min-width: auto;
}
@media (min-width: 1024px) {
  .infoBox .short--info p b {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .infoBox .short--info p b {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .infoBox .short--info {
    padding: 20px !important;
  }
}
@media (min-width: 1280px) {
  .infoBox .short--info {
    padding: 25px !important;
  }
}
@media (min-width: 1920px) {
  .infoBox .short--info {
    padding: 30px !important;
  }
}
.infoBox .sure-place {
  padding: 15px 20px;
  background-color: #fff;
}
.infoBox .sure-place header h3 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #3f4441;
}
.infoBox .sure-place .place-address {
  color: #3f4441;
}
.infoBox .sure-place footer {
  margin-top: 10px;
}
.infoBox .sure-place footer a {
  color: #3f4441;
  text-decoration: underline;
}
.infoBox > img {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute !important;
  top: -30px;
  right: 0;
}
@media (min-width: 1024px) {
  .infoBox {
    width: 250px !important;
  }
}
@media (min-width: 1440px) {
  .infoBox {
    width: 375px !important;
  }
}

.card.card--location {
  display: grid !important;
  grid-template-rows: 216px auto;
  grid-template-areas: "head" "content";
  height: 100%;
  border-radius: 20px;
  background-color: #d9c6a5;
  position: relative;
}
.card.card--location .card__head a,
.card.card--location .card__head .card-location__thumb,
.card.card--location .card__head picture,
.card.card--location .card__head img {
  height: 100%;
}
.card.card--location .card__head .card-location__thumb picture,
.card.card--location .card__head .card-location__thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.card.card--location .card__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
}
.card.card--location .card__content .contact-info {
  --link-color: #ee3224;
  --item-spacing: 8px;
  display: flex;
  flex-direction: column;
  row-gap: var(--item-spacing);
}
.card.card--location .card__content .contact-info .phone,
.card.card--location .card__content .contact-info .email-adresses {
  display: flex;
  flex-direction: column;
  row-gap: var(--item-spacing);
}
.card.card--location .card__content .contact-info .phone a,
.card.card--location .card__content .contact-info .email-adresses a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.card.card--location .card__content .contact-info .phone a span,
.card.card--location .card__content .contact-info .email-adresses a span {
  text-decoration: underline;
  transition: color var(--speed-default);
}
.card.card--location .card__content .contact-info .phone a i,
.card.card--location .card__content .contact-info .email-adresses a i {
  color: var(--link-color);
}
.card.card--location .card__content .contact-info .phone a:hover span,
.card.card--location .card__content .contact-info .email-adresses a:hover span {
  color: var(--link-color);
}
.card.card--location .card__content .contact-info .contact-buttons {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  row-gap: var(--item-spacing);
}
.card.card--location .card__content .contact-info .contact-buttons a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.card.card--location .card__content .contact-info .contact-buttons a span {
  text-decoration: underline;
  transition: color var(--speed-default);
}
.card.card--location .card__content .contact-info .contact-buttons a i {
  font-size: 20px;
  color: var(--link-color);
}
.card.card--location .card__content .contact-info .contact-buttons a:hover span {
  color: var(--link-color);
}

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

.mfp-wrap.mfp-popup-login .popup-login form input[type=text],
.mfp-wrap.mfp-popup-login .popup-login form input[type=password], .sure--filters.filter--overview .col-md-3 input[type=text], .custom-select .select-selected, .form-control,
.ginput_container input[type=text],
.ginput_container input[type=tel],
.ginput_container textarea,
.ginput_container input[type=email], body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email] {
  width: 100% !important;
  height: var(--height-form-control) !important;
  border: 1px solid #3f4441;
  border-radius: 10px;
  padding-right: var(--px-form-control) !important;
  padding-left: var(--px-form-control) !important;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #3f4441;
  position: relative;
  transition: var(--speed-default);
}
.mfp-wrap.mfp-popup-login .popup-login form input[type=text]:disabled,
.mfp-wrap.mfp-popup-login .popup-login form input[type=password]:disabled, .sure--filters.filter--overview .col-md-3 input[type=text]:disabled, .custom-select .select-selected:disabled, .form-control:disabled,
.ginput_container input[type=text]:disabled,
.ginput_container input[type=tel]:disabled,
.ginput_container textarea:disabled,
.ginput_container input[type=email]:disabled, body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:disabled,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:disabled,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:disabled,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:disabled {
  opacity: 0.75;
}
.mfp-wrap.mfp-popup-login .popup-login form input[type=text]:not(textarea),
.mfp-wrap.mfp-popup-login .popup-login form input[type=password]:not(textarea), .sure--filters.filter--overview .col-md-3 input[type=text]:not(textarea), .custom-select .select-selected:not(textarea), .form-control:not(textarea),
.ginput_container input[type=text]:not(textarea),
.ginput_container input[type=tel]:not(textarea),
.ginput_container textarea:not(textarea),
.ginput_container input[type=email]:not(textarea), body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:not(textarea),
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:not(textarea),
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:not(textarea),
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:not(textarea) {
  display: flex;
  align-items: center;
  height: var(--height-form-control);
}
.form-group--invalid .mfp-wrap.mfp-popup-login .popup-login form input[type=text], .mfp-wrap.mfp-popup-login .popup-login form .form-group--invalid input[type=text],
.form-group--invalid .mfp-wrap.mfp-popup-login .popup-login form input[type=password],
.mfp-wrap.mfp-popup-login .popup-login form .form-group--invalid input[type=password], .form-group--invalid .sure--filters.filter--overview .col-md-3 input[type=text], .sure--filters.filter--overview .col-md-3 .form-group--invalid input[type=text], .form-group--invalid .custom-select .select-selected, .custom-select .form-group--invalid .select-selected, .form-group--invalid .form-control,
.form-group--invalid .ginput_container input[type=text],
.ginput_container .form-group--invalid input[type=text],
.form-group--invalid .ginput_container input[type=tel],
.ginput_container .form-group--invalid input[type=tel],
.form-group--invalid .ginput_container textarea,
.ginput_container .form-group--invalid textarea,
.form-group--invalid .ginput_container input[type=email],
.ginput_container .form-group--invalid input[type=email], .form-group--invalid body .gform_wrapper .gform_body .gform_fields .gfield input[type=number], body .gform_wrapper .gform_body .gform_fields .gfield .form-group--invalid input[type=number],
.form-group--invalid body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield .form-group--invalid input[type=text],
.form-group--invalid body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield .form-group--invalid input[type=tel],
.form-group--invalid body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield .form-group--invalid input[type=email] {
  border-color: #c5c6c6;
}

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

.gform_submission_error {
  border-color: #ff0037 !important;
  background-color: #fff !important;
  font-family: "Avenir", sans-serif;
  color: #ff0037 !important;
}

.validation_message {
  border-color: #ff0037 !important;
  padding: 5px 20px !important;
  background-color: #fff !important;
  color: #ff0037 !important;
}

.gform_confirmation_message {
  width: 100%;
  color: #fff;
  text-align: center;
}

.gfield_checkbox {
  list-style: none;
}
.gfield_checkbox li {
  display: flex;
  align-items: center;
}
.gfield_checkbox li::before {
  display: none;
}

.section--account-newsletter .gfield_checkbox input {
  border-color: #3f4441 !important;
}
.section--account-newsletter .gfield_checkbox label {
  color: #3f4441 !important;
}

.custom-select {
  border-radius: 10px;
  box-shadow: 0 2px 0 0 #3f4441;
  position: relative;
  transition: var(--speed-default);
}
.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 {
  content: "\E915";
  font-size: 10px;
  color: #ee3224;
  transition: var(--speed-default);
}
.custom-select .select-items {
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #3f4441;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: var(--speed-default);
}
.custom-select .select-items .select-items__body {
  overflow-y: auto;
}
.custom-select .select-items .select-items__body .select-items__body__option {
  display: flex;
  align-items: center;
  height: 62px;
  border-bottom: 0 solid transparent;
  padding: 0 20px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #c5c6c6;
  position: relative;
}
.custom-select .select-items .select-items__body .select-items__body__option:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
}
.custom-select .select-items .select-items__body .select-items__body__option.same-as-selected {
  display: none;
}
.custom-select.custom-select--active {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 0 0 #3f4441;
  z-index: 9;
}
.custom-select.custom-select--active .select-items {
  border-width: 0 1px 1px 1px;
  box-shadow: 0 2px 0 0 #3f4441;
}
.custom-select.custom-select--active .select-items .select-items__body {
  overflow-y: auto;
}
.custom-select.custom-select--active .select-items .select-items__body .select-items__body__option {
  border-bottom: 1px solid #3f4441;
}
.custom-select.custom-select--active .select-selected {
  border-radius: 10px 10px 0 0;
}
.custom-select.custom-select--active .select-selected::after {
  transform: scaleY(-1);
}
.custom-select.custom-select--alt {
  min-width: 250px;
  margin: 0 10px 15px;
  border-radius: 20px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.custom-select.custom-select--alt .select-selected {
  height: 40px !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 0 20px !important;
  background-color: #fff;
  box-shadow: none !important;
}
.custom-select.custom-select--alt .select-selected::after {
  margin-left: 10px;
}
.custom-select.custom-select--alt .select-selected span {
  color: #ee3224;
}
.custom-select.custom-select--alt.custom-select--active {
  border-radius: 20px 20px 0 0 !important;
}
.custom-select.custom-select--alt.custom-select--active .select-selected {
  border-radius: 20px 20px 0 0 !important;
}
@media (min-width: 768px) {
  .custom-select.custom-select--alt {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .custom-select .select-selected::after {
    right: calc(var(--px-form-control) - 5px);
  }
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

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

.houses--home .title {
  margin: 0 0 30px;
}
.houses--home .text {
  margin: 40px 0 30px;
}

.section--houses {
  position: relative;
}
.section--houses .infoBox .card-house-map .card-house {
  cursor: pointer;
}
@media (min-width: 1440px) {
  .section--houses .infoBox .card-house-map .card-house:hover {
    box-shadow: none;
  }
}
.section--houses .maps--overview .sure-map-filters {
  display: none;
}
.section--houses .maps--overview #sure-map {
  min-height: 665px;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .section--houses .maps--overview #sure-map {
    border-radius: 20px;
  }
}
@media (min-width: 1920px) {
  .section--houses .maps--overview #sure-map {
    min-height: 1100px;
  }
}
.section--houses .house--col {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .section--houses .house--col {
    margin-bottom: 30px;
  }
}
.section--houses.section--houses--related .offer-intro {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .section--houses.section--houses--related .offer-intro {
    margin-bottom: 34px;
  }
}

.sure--filters {
  width: 100%;
  background-color: #3f4441;
}
.sure--filters form {
  width: 100%;
  position: relative;
}
.sure--filters .filter-group-type_wonen {
  display: none;
}
.sure--filters .heapBox {
  border: 1px solid #fff;
  box-shadow: 0 2px 0 0 #fff;
  position: relative;
}
.sure--filters .heapBox a.holder {
  color: #c5c6c6;
}
.sure--filters .heapBox .heap {
  width: calc(100% + 4px);
  left: -2px;
}
.sure--filters .row {
  --bs-gutter-x: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sure--filters .row .col-md-2 {
  display: none;
}
.sure--filters.filter--overview {
  margin-bottom: 20px;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}
.sure--filters.filter--overview .filter--left {
  margin-bottom: 20px;
}
.sure--filters.filter--overview .filter--left .custom-select .select-selected {
  border: 1px solid #fff;
  background-color: #3f4441;
  color: #c5c6c6;
  box-shadow: 0 2px 0 0 #fff;
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .filter--left .custom-select {
    width: 220px;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .filter--left {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.sure--filters.filter--overview .filter--right {
  flex: 1;
}
.sure--filters.filter--overview .filter {
  padding: 0;
}
.sure--filters.filter--overview .col-md-2,
.sure--filters.filter--overview .col-md-3,
.sure--filters.filter--overview .col-sm-3,
.sure--filters.filter--overview .col-md-7 {
  flex: 0 0 100%;
  padding: 0;
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .col-md-7 {
    flex: 0 0 66.6666%;
  }
}
@media (min-width: 1024px) {
  .sure--filters.filter--overview .filter-group-plaats {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .filter-group-plaats {
    width: 33.333%;
    padding-right: 10px;
    position: relative;
  }
}
.sure--filters.filter--overview .filter-group-prijs .row {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sure--filters.filter--overview .filter-group-prijs .row .col-sm-6 {
    padding-right: 10px;
    padding-left: 0;
  }
  .sure--filters.filter--overview .filter-group-prijs .row .col-sm-6:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .sure--filters.filter--overview .filter-group-prijs {
    width: 66.6666%;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .filter-group-prijs {
    width: 33.333%;
  }
}
.sure--filters.filter--overview .col-md-3 input[type=text] {
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 2px 0 0 #fff;
}
.sure--filters.filter--overview .col-md-3 input[type=text]::placeholder {
  color: #c5c6c6;
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .col-md-3 input[type=text] {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .sure--filters.filter--overview .col-md-3 {
    flex: 0 0 50%;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .col-md-3 {
    flex: 0 0 33.333%;
  }
}
.sure--filters.filter--overview .col-sm-3 button {
  width: 100%;
  background-color: #697c70;
  font-weight: 700;
  font-size: 0;
}
.sure--filters.filter--overview .col-sm-3 button::after {
  content: "Zoek in aanbod";
  font-size: initial;
}
@media (min-width: 1024px) {
  .sure--filters.filter--overview .col-sm-3 {
    width: 33.3333%;
    padding-left: 10px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .col-sm-3 {
    flex: 0 0 33.3333%;
    position: relative;
  }
}
.sure--filters.filter--overview .heapBox {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview .heapBox {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sure--filters.filter--overview {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .sure--filters.filter--overview {
    padding: 50px 60px;
  }
}
@media (min-width: 1440px) {
  .sure--filters.filter--overview {
    margin-bottom: 30px;
    padding: 50px 35px;
  }
}
.sure--filters.hero--filter {
  border-radius: 20px 20px 0 20px;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.sure--filters.hero--filter .row .col-md-3 {
  display: none;
}
.sure--filters.hero--filter .row .col-md-7 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 -10px;
  padding: 0;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-3 {
  width: 25%;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-3 button {
  width: 100%;
  background-color: #697c70;
  font-weight: 700;
  font-size: 0;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-3 button::after {
  content: "Zoek in aanbod";
  font-size: initial;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-6 {
  padding: 0 5px;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-6:first-of-type {
  padding-right: 10px;
  padding-left: 0;
}
.sure--filters.hero--filter .row .col-md-7 .col-sm-6:last-of-type {
  padding-right: 0;
  padding-left: 10px;
}
.sure--filters.hero--filter .row .col-md-7 .filter {
  flex: 0 0 37%;
  padding: 0 10px;
}
@media (min-width: 1440px) {
  .sure--filters.hero--filter {
    max-width: 915px;
    padding: 45px;
  }
}
@media (min-width: 1920px) {
  .sure--filters.hero--filter {
    padding: 50px;
  }
}

.hero--detail {
  padding: 90px 0 50px;
  position: relative;
}
.hero--detail .house-header__info-title {
  width: 100%;
}
.hero--detail .js-popup-gallery {
  text-align: center;
  position: relative;
}
.hero--detail .photo-gallery__count {
  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;
}
.hero--detail .hero__image {
  display: block;
  margin: 0 0 15px;
}
.hero--detail .hero__image img {
  border-radius: 10px;
}
.hero--detail .d-flex .hero__image:first-of-type {
  margin: 0 7px 0 0;
}
.hero--detail .d-flex .hero__image:last-of-type {
  margin: 0 0 0 8px;
}
@media (min-width: 768px) {
  .hero--detail .d-flex .hero__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero--detail .d-flex .hero__image:first-of-type {
    margin: 0 0 15px;
  }
  .hero--detail .d-flex .hero__image:last-of-type {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .hero--detail .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .hero--detail .d-flex .buttons {
    display: inline-flex;
    margin: 0 0 0 30px;
  }
  .hero--detail .d-flex .buttons h6 {
    margin: 0 10px;
  }
}
.hero--detail .short__info p.price {
  font-size: 16px;
  line-height: 24px;
}
.hero--detail .short__info p.lead {
  margin: 0 0 10px;
}
.hero--detail .text__flex {
  flex-wrap: wrap;
}
.hero--detail .text__flex .short__info {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .hero--detail .text__flex .short__info {
    flex: initial;
  }
}
@media (min-width: 1024px) {
  .hero--detail {
    padding: 140px 0 50px;
  }
}
@media (min-width: 1280px) {
  .hero--detail {
    padding: 160px 0 50px;
  }
}

.house-header__gallery {
  position: relative;
  z-index: 1;
}
.house-header__gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
}
.house-header__gallery ul li {
  margin: 0 0 15px;
  padding: 0 15px;
}
.house-header__gallery ul li img {
  width: 100%;
  border-radius: 10px;
}
.house-header__gallery ul li a {
  display: block;
  border-radius: 15px;
  position: relative;
}
.house-header__gallery ul li a:hover > div {
  opacity: 1;
}
.house-header__gallery ul li:first-child {
  width: 100%;
}
@media (min-width: 568px) {
  .house-header__gallery ul li:first-child {
    width: 66.7%;
  }
}
.house-header__gallery ul li:last-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.house-header__gallery ul li:last-child a {
  width: 50%;
}
.house-header__gallery ul li:last-child a:first-of-type {
  padding: 0 8px 0 0;
}
@media (min-width: 568px) {
  .house-header__gallery ul li:last-child a:first-of-type {
    margin: 0 0 25px;
    padding: 0;
  }
}
.house-header__gallery ul li:last-child a:nth-of-type(2) {
  padding: 0 0 0 7px;
}
.house-header__gallery ul li:last-child a:nth-of-type(2) > div {
  padding: 0 0 20px;
}
@media (min-width: 568px) {
  .house-header__gallery ul li:last-child a:nth-of-type(2) {
    padding: 0;
  }
}
.house-header__gallery ul li:last-child a.button {
  display: inline-flex;
  position: absolute;
  z-index: 1;
}
.house-header__gallery ul li:last-child a.button i {
  margin: 0 10px 0 0;
  font-size: 115%;
}
.house-header__gallery ul li:last-child a.button:focus, .house-header__gallery ul li:last-child a.button:hover {
  color: #fff;
}
.house-header__gallery ul li:last-child a.is-video::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  padding: 0 0 0 5px;
  content: "\E90B";
  font-size: 21px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.house-header__gallery ul li:last-child a.is-video > div {
  display: none;
}
@media (min-width: 568px) {
  .house-header__gallery ul li:last-child a {
    width: 100%;
  }
}
@media (min-width: 568px) {
  .house-header__gallery ul li:last-child {
    display: block;
    width: 33.3%;
  }
}
.house-header__gallery-overlay {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transition: var(--speed-default);
}
.house-header__gallery-overlay span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.63px;
}
.house-header__gallery-overlay span i {
  display: block;
  margin: 0 0 10px;
  font-size: 38px;
}
.house-header__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .house-header__info {
    padding: 30px 0 0;
  }
}
.house-header__info-title {
  width: calc(100% - 450px);
  padding: 0 20px 0 0;
}
.house-header__info-title p {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.3;
}
.house-header__info-status {
  font-size: 16px;
}
.house-header__info-connect {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 450px;
}
.house-header__info-connect .button {
  min-width: 269px;
}
.house-header__info-tool {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
}
.house-header .popup-gallery {
  max-width: 1205px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mfp-bg {
  backdrop-filter: blur(8px);
}

.popup--form,
.popup--gallery {
  position: relative;
}
.popup--form .text,
.popup--gallery .text {
  margin-bottom: 30px;
}
.popup--form .text h2,
.popup--form .text h3,
.popup--gallery .text h2,
.popup--gallery .text h3 {
  margin-bottom: 15px;
}
.popup--form .text h4,
.popup--form .text h5,
.popup--form .text h6,
.popup--gallery .text h4,
.popup--gallery .text h5,
.popup--gallery .text h6 {
  margin-bottom: 10px;
}
.popup--form .text p,
.popup--gallery .text p {
  margin-bottom: 20px;
}
.popup--form .btn,
.popup--gallery .btn {
  cursor: pointer;
}
.popup--form .popup--videos,
.popup--form .popup--tours,
.popup--gallery .popup--videos,
.popup--gallery .popup--tours {
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.popup--form .popup--videos video,
.popup--form .popup--videos iframe,
.popup--form .popup--tours video,
.popup--form .popup--tours iframe,
.popup--gallery .popup--videos video,
.popup--gallery .popup--videos iframe,
.popup--gallery .popup--tours video,
.popup--gallery .popup--tours iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.popup--form .js-house-slider img,
.popup--gallery .js-house-slider img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .popup--form .js-house-slider img,
  .popup--gallery .js-house-slider img {
    width: auto;
    max-height: calc(100vh - 150px);
    margin: 0 auto;
    border-radius: 20px;
  }
}
.popup--form .mfp-close,
.popup--gallery .mfp-close {
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup--form .mfp-close span,
.popup--gallery .mfp-close span {
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #3f4441;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  transition: var(--speed-default);
}
.popup--form .mfp-close span:first-of-type,
.popup--gallery .mfp-close span:first-of-type {
  transform: rotate(45deg);
}
.popup--form .mfp-close:active,
.popup--gallery .mfp-close:active {
  top: 15px;
}
@media (min-width: 1024px) {
  .popup--form .mfp-close,
  .popup--gallery .mfp-close {
    top: 30px;
    right: 30px;
  }
  .popup--form .mfp-close:active,
  .popup--gallery .mfp-close:active {
    top: 30px;
  }
}
.popup--form.tours, .popup--form.videos, .popup--form.gallery,
.popup--gallery.tours,
.popup--gallery.videos,
.popup--gallery.gallery {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.popup--form.tours .relative, .popup--form.videos .relative, .popup--form.gallery .relative,
.popup--gallery.tours .relative,
.popup--gallery.videos .relative,
.popup--gallery.gallery .relative {
  position: relative;
}
.popup--form.tours .js-floorplan-slider .slick-slide, .popup--form.videos .js-floorplan-slider .slick-slide, .popup--form.gallery .js-floorplan-slider .slick-slide,
.popup--gallery.tours .js-floorplan-slider .slick-slide,
.popup--gallery.videos .js-floorplan-slider .slick-slide,
.popup--gallery.gallery .js-floorplan-slider .slick-slide {
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .popup--form.tours .js-floorplan-slider .slick-slide, .popup--form.videos .js-floorplan-slider .slick-slide, .popup--form.gallery .js-floorplan-slider .slick-slide,
  .popup--gallery.tours .js-floorplan-slider .slick-slide,
  .popup--gallery.videos .js-floorplan-slider .slick-slide,
  .popup--gallery.gallery .js-floorplan-slider .slick-slide {
    border-radius: 20px;
    padding: 50px;
  }
}
.popup--form.tours .slider--arrows .slick-arrow, .popup--form.videos .slider--arrows .slick-arrow, .popup--form.gallery .slider--arrows .slick-arrow,
.popup--gallery.tours .slider--arrows .slick-arrow,
.popup--gallery.videos .slider--arrows .slick-arrow,
.popup--gallery.gallery .slider--arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f4dbc5;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  z-index: 9;
  transition: var(--speed-slow);
}
.popup--form.tours .slider--arrows .slick-arrow i, .popup--form.videos .slider--arrows .slick-arrow i, .popup--form.gallery .slider--arrows .slick-arrow i,
.popup--gallery.tours .slider--arrows .slick-arrow i,
.popup--gallery.videos .slider--arrows .slick-arrow i,
.popup--gallery.gallery .slider--arrows .slick-arrow i {
  font-size: 12px;
  color: #3f4441;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .popup--form.tours .slider--arrows .slick-arrow i, .popup--form.videos .slider--arrows .slick-arrow i, .popup--form.gallery .slider--arrows .slick-arrow i,
  .popup--gallery.tours .slider--arrows .slick-arrow i,
  .popup--gallery.videos .slider--arrows .slick-arrow i,
  .popup--gallery.gallery .slider--arrows .slick-arrow i {
    font-size: 15px;
  }
}
.popup--form.tours .slider--arrows .slick-arrow:hover i, .popup--form.videos .slider--arrows .slick-arrow:hover i, .popup--form.gallery .slider--arrows .slick-arrow:hover i,
.popup--gallery.tours .slider--arrows .slick-arrow:hover i,
.popup--gallery.videos .slider--arrows .slick-arrow:hover i,
.popup--gallery.gallery .slider--arrows .slick-arrow:hover i {
  transform: translateX(3px);
}
.popup--form.tours .slider--arrows .slick-arrow[aria-disabled=true], .popup--form.videos .slider--arrows .slick-arrow[aria-disabled=true], .popup--form.gallery .slider--arrows .slick-arrow[aria-disabled=true],
.popup--gallery.tours .slider--arrows .slick-arrow[aria-disabled=true],
.popup--gallery.videos .slider--arrows .slick-arrow[aria-disabled=true],
.popup--gallery.gallery .slider--arrows .slick-arrow[aria-disabled=true] {
  opacity: 0;
}
.popup--form.tours .slider--arrows .slick-arrow.floorplan-prev, .popup--form.tours .slider--arrows .slick-arrow.house-prev, .popup--form.videos .slider--arrows .slick-arrow.floorplan-prev, .popup--form.videos .slider--arrows .slick-arrow.house-prev, .popup--form.gallery .slider--arrows .slick-arrow.floorplan-prev, .popup--form.gallery .slider--arrows .slick-arrow.house-prev,
.popup--gallery.tours .slider--arrows .slick-arrow.floorplan-prev,
.popup--gallery.tours .slider--arrows .slick-arrow.house-prev,
.popup--gallery.videos .slider--arrows .slick-arrow.floorplan-prev,
.popup--gallery.videos .slider--arrows .slick-arrow.house-prev,
.popup--gallery.gallery .slider--arrows .slick-arrow.floorplan-prev,
.popup--gallery.gallery .slider--arrows .slick-arrow.house-prev {
  right: auto;
  left: -15px;
}
.popup--form.tours .slider--arrows .slick-arrow.floorplan-prev i, .popup--form.tours .slider--arrows .slick-arrow.house-prev i, .popup--form.videos .slider--arrows .slick-arrow.floorplan-prev i, .popup--form.videos .slider--arrows .slick-arrow.house-prev i, .popup--form.gallery .slider--arrows .slick-arrow.floorplan-prev i, .popup--form.gallery .slider--arrows .slick-arrow.house-prev i,
.popup--gallery.tours .slider--arrows .slick-arrow.floorplan-prev i,
.popup--gallery.tours .slider--arrows .slick-arrow.house-prev i,
.popup--gallery.videos .slider--arrows .slick-arrow.floorplan-prev i,
.popup--gallery.videos .slider--arrows .slick-arrow.house-prev i,
.popup--gallery.gallery .slider--arrows .slick-arrow.floorplan-prev i,
.popup--gallery.gallery .slider--arrows .slick-arrow.house-prev i {
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .popup--form.tours .slider--arrows .slick-arrow.floorplan-prev, .popup--form.tours .slider--arrows .slick-arrow.house-prev, .popup--form.videos .slider--arrows .slick-arrow.floorplan-prev, .popup--form.videos .slider--arrows .slick-arrow.house-prev, .popup--form.gallery .slider--arrows .slick-arrow.floorplan-prev, .popup--form.gallery .slider--arrows .slick-arrow.house-prev,
  .popup--gallery.tours .slider--arrows .slick-arrow.floorplan-prev,
  .popup--gallery.tours .slider--arrows .slick-arrow.house-prev,
  .popup--gallery.videos .slider--arrows .slick-arrow.floorplan-prev,
  .popup--gallery.videos .slider--arrows .slick-arrow.house-prev,
  .popup--gallery.gallery .slider--arrows .slick-arrow.floorplan-prev,
  .popup--gallery.gallery .slider--arrows .slick-arrow.house-prev {
    left: -20px;
  }
}
@media (min-width: 1440px) {
  .popup--form.tours .slider--arrows .slick-arrow, .popup--form.videos .slider--arrows .slick-arrow, .popup--form.gallery .slider--arrows .slick-arrow,
  .popup--gallery.tours .slider--arrows .slick-arrow,
  .popup--gallery.videos .slider--arrows .slick-arrow,
  .popup--gallery.gallery .slider--arrows .slick-arrow {
    width: 40px;
    height: 40px;
    right: -20px;
  }
}
.popup--form.tours .popup--gallery_head, .popup--form.videos .popup--gallery_head, .popup--form.gallery .popup--gallery_head,
.popup--gallery.tours .popup--gallery_head,
.popup--gallery.videos .popup--gallery_head,
.popup--gallery.gallery .popup--gallery_head {
  margin-bottom: 15px;
}
.popup--form.tours .popup--gallery_head .mfp-close, .popup--form.videos .popup--gallery_head .mfp-close, .popup--form.gallery .popup--gallery_head .mfp-close,
.popup--gallery.tours .popup--gallery_head .mfp-close,
.popup--gallery.videos .popup--gallery_head .mfp-close,
.popup--gallery.gallery .popup--gallery_head .mfp-close {
  border-radius: 100px;
  background-color: #697c70;
  position: relative;
  top: 0;
  right: 0;
}
.popup--form.tours .popup--gallery_head .mfp-close a, .popup--form.videos .popup--gallery_head .mfp-close a, .popup--form.gallery .popup--gallery_head .mfp-close a,
.popup--gallery.tours .popup--gallery_head .mfp-close a,
.popup--gallery.videos .popup--gallery_head .mfp-close a,
.popup--gallery.gallery .popup--gallery_head .mfp-close a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.popup--form.tours .popup--gallery_head .mfp-close a span, .popup--form.videos .popup--gallery_head .mfp-close a span, .popup--form.gallery .popup--gallery_head .mfp-close a span,
.popup--gallery.tours .popup--gallery_head .mfp-close a span,
.popup--gallery.videos .popup--gallery_head .mfp-close a span,
.popup--gallery.gallery .popup--gallery_head .mfp-close a span {
  background-color: #fff;
  top: 50%;
}
.popup--form.tours .popup--gallery_head .mfp-close:active, .popup--form.videos .popup--gallery_head .mfp-close:active, .popup--form.gallery .popup--gallery_head .mfp-close:active,
.popup--gallery.tours .popup--gallery_head .mfp-close:active,
.popup--gallery.videos .popup--gallery_head .mfp-close:active,
.popup--gallery.gallery .popup--gallery_head .mfp-close:active {
  top: 0;
  right: 0;
}

.section--houses-header {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.section--houses-header::before {
  width: 100%;
  height: calc(100% + 400px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section--houses-header .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--houses-header .container-xxl-fluid {
    max-width: 100%;
  }
}
.section--houses-header .filter--switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section--houses-header .filter--switcher .filter--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.section--houses-header .filter--switcher .filter--buttons .btn {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section--houses-header .filter--switcher .filter--buttons .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section--houses-header .filter--switcher .filter--buttons {
    justify-content: flex-end;
  }
}
.section--houses-header .filter--switcher p {
  margin-bottom: 10px;
}
.section--houses-header .filter--switcher p.small {
  margin: 0;
}
.section--houses-header .filter--switcher ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.section--houses-header .filter--switcher ul li {
  margin-right: 0;
  margin-bottom: 0;
}
.section--houses-header .filter--switcher ul li::before {
  display: none;
}
.section--houses-header .filter--switcher ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.section--houses-header .filter--switcher ul li a span {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #3f4441;
}
.section--houses-header .filter--switcher ul li a i {
  margin-right: 10px;
  line-height: 1;
}
.section--houses-header .filter--switcher ul li a i::before {
  font-size: 16px;
}
.section--houses-header .filter--switcher ul li a i.fa-th::before {
  content: "\E911";
}
.section--houses-header .filter--switcher ul li a i.fa-map-marker::before {
  content: "\E912";
}
@media (min-width: 1440px) {
  .section--houses-header .filter--switcher ul li a i {
    font-size: 20px;
  }
}
.section--houses-header .filter--switcher ul li.active {
  display: none;
}
.section--houses-header .filter--switcher ul li:nth-of-type(2) {
  display: none;
}
.section--houses-header .title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--houses-header .title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .section--houses-header .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .section--houses-header .title {
    margin-bottom: 60px;
  }
}
.section--houses-header.section--houses-header--soon::before {
  z-index: -1;
}
.section--houses-header.section--houses-header--soon .btn--small {
  margin-bottom: 20px;
  margin-left: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--houses-header.section--houses-header--soon .btn--small {
    margin-left: 50px;
  }
}
.section--houses-header.section--houses-header--soon .title {
  margin-bottom: 30px;
}
.section--houses-header.section--houses-header--soon .custom-select {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1440px) {
  .section--houses-header.section--houses-header--soon {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .section--houses-header {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) {
  .section--houses-header {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.section--house-header {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.section--house-header::before {
  width: 100%;
  height: 630px;
  background-image: linear-gradient(180deg, rgba(244, 219, 197, 0.4) 14%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 1440px) {
  .section--house-header::before {
    height: 60%;
    background-image: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 89%);
    transform: scale(-1);
  }
}
.section--house-header .container,
.section--house-header .container-fluid,
.section--house-header .container-sm,
.section--house-header .container-md,
.section--house-header .container-lg,
.section--house-header .container-xl,
.section--house-header .container-xxl,
.section--house-header .container-fhd {
  position: relative;
  z-index: 1;
}
.section--house-header .col-6 {
  display: flex;
}
.section--house-header .back--button {
  margin-bottom: 20px;
}
.section--house-header .back--button-fhd {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  left: 0;
}
.section--house-header .card-house__status {
  position: absolute;
  top: 5px;
  left: 5px;
}
.section--house-header .card-house__status .card-house__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: #3f4441;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .section--house-header .card-house__status .card-house__label {
    padding: 0 20px;
  }
}
.section--house-header .card-house__status.badge-new {
  background-color: #f4dbc5;
  color: #3f4441;
}
@media (min-width: 768px) {
  .section--house-header .card-house__status {
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1440px) {
  .section--house-header .card-house__status {
    top: -20px;
  }
}
.section--house-header .house--title {
  margin-bottom: 30px;
}
.section--house-header .house--title .d-flex {
  flex-wrap: wrap;
}
.section--house-header .house--title .d-flex p {
  margin-bottom: 0;
}
.section--house-header .house--title .tag-small {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #697c70;
  color: #fff;
}
.section--house-header .house--title .tag-small a {
  color: #fff;
}
.section--house-header .house--title .btn--grey {
  margin-bottom: 30px;
  background-color: #b5121b;
  color: #fff;
}
.section--house-header .house--title .price-wrapper {
  display: flex;
}
.section--house-header .house--title .price-wrapper p {
  display: none;
  margin: 0;
}
.section--house-header .house--title .price-wrapper p span {
  padding: 0 10px;
  font-weight: 800;
}
.section--house-header .house--title .price-wrapper p:first-child, .section--house-header .house--title .price-wrapper p:last-child {
  display: flex;
}
.section--house-header .house--title .price-wrapper p:last-child span {
  display: none;
}
.section--house-header .house--title p {
  margin-bottom: 20px;
}
.section--house-header .house--title p strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 26px;
}
.section--house-header .house--title p.intro {
  display: inline-block;
  border-radius: 12px;
  padding: 20px;
  background-color: #ececec;
}
@media (min-width: 1024px) {
  .section--house-header .house--title p.intro {
    border-radius: 20px;
    padding: 30px;
  }
}
.section--house-header .house--title .seperator {
  display: inline-flex;
  padding: 0 10px;
}
.section--house-header .house--title .seperator::before {
  width: 1px;
  height: 18px;
  background-color: #3f4441;
  content: "";
}
.section--house-header .house--title .seperator.nieuwbouw {
  position: relative;
  top: 4px;
}
.section--house-header .house--buttons {
  margin-bottom: 40px;
}
.section--house-header .house--buttons .button-wrapper .btn,
.section--house-header .house--buttons .button-wrapper .btn-text {
  margin-top: 0 !important;
}
.section--house-header .house--buttons .button-wrapper .btn-text span {
  text-decoration: underline;
}
@media (max-width: 567.98px) {
  .section--house-header .house--buttons .button-wrapper .btn-text + .btn-text {
    margin-top: 20px !important;
  }
}
.section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 {
  flex-direction: column;
}
@media (max-width: 567.98px) {
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn {
    width: 100%;
    margin-right: 0;
  }
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn + .btn {
    margin-top: 20px !important;
  }
}
@media (min-width: 568px) {
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 {
    flex-direction: row;
  }
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn {
    flex-grow: 1;
    width: auto;
    max-width: 250px;
  }
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn.btn--number {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn.btn--outline {
    cursor: pointer;
  }
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 .btn.btn--outline:hover {
    background-color: #ee3224;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 {
    margin-bottom: 55px;
  }
}
@media (min-width: 1440px) {
  .section--house-header .house--buttons .button-wrapper.button-wrapper--50-50 {
    margin-bottom: 0;
  }
}
.section--house-header .house--buttons .btn.btn--outline {
  border-color: #ee3224;
  color: #ee3224;
}
.section--house-header .house--buttons .house--buttons__title {
  display: block;
  margin-top: 30px;
  line-height: 26px;
}
.section--house-header .house--accountmanager {
  position: relative;
}
@media (min-width: 1440px) {
  .section--house-header .house--accountmanager img {
    width: 350px;
    height: 350px;
  }
}
.section--house-header .house--accountmanager .btn {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .section--house-header .house--accountmanager .btn {
    right: auto;
    left: -50px;
  }
}
.section--house-header .house--accountmanager .employee--card-title {
  width: calc(100% - 30px);
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
}
.section--house-header .house--accountmanager .employee--card-title p {
  font-family: "Pacifico", sans-serif;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section--house-header .house--accountmanager .employee--card-title p {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .section--house-header .house--accountmanager .employee--card-title {
    bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .section--house-header .house--accountmanager {
    margin-right: -50px;
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .section--house-header .house--accountmanager {
    margin-right: -230px;
  }
}
.section--house-header .header-image {
  display: inline-block;
  position: relative;
}
.section--house-header .header-image .header-exclusive {
  width: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.section--house-header .header-image .header-exclusive svg {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--house-header .header-image .header-exclusive {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}
.section--house-header .header-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 25px 10px -18px rgba(63, 68, 65, 0.15);
}
@media (min-width: 1024px) {
  .section--house-header .header-image img {
    border-radius: 20px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1440px) {
  .section--house-header .header-image img {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .section--house-header .header-image.gallery-image {
    margin-top: -40px;
  }
}
@media (min-width: 1440px) {
  .section--house-header {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  .section--house-header {
    padding-top: 60px;
  }
}

.section--house-360 {
  position: relative;
  transition: var(--speed-default);
}
.section--house-360::after, .section--house-360::before {
  display: none;
  width: 580px;
  height: 590px;
  border: 1px solid #d9c6a5;
  border-radius: 100%;
  content: "";
  position: absolute;
  bottom: -170px;
  left: -165px;
  z-index: 0;
  animation: rotating 8s linear infinite;
}
@media (min-width: 1920px) {
  .section--house-360::after, .section--house-360::before {
    display: block;
  }
}
.section--house-360::after {
  width: 590px;
  height: 600px;
  bottom: -165px;
  left: -155px;
}
.section--house-360 .open-360 {
  cursor: url("../images/cursors/cursor-360.svg"), auto;
  transition: var(--speed-default);
}
.section--house-360 .open-360.is-active {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.section--house-360 h2 {
  margin: 40px 0 20px;
}
@media (min-width: 1440px) {
  .section--house-360 a {
    cursor: url("../images/cursors/cursor-360.svg"), auto;
  }
}
.section--house-360 .iframe--wrap {
  position: relative;
  z-index: 1;
}
.section--house-360 .iframe--wrap .background.is-active {
  height: 0;
}
.section--house-360 .iframe--wrap .iframe--slider .tns-item {
  position: relative;
}
.section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 98.9583333333%;
  position: relative;
}
@media (min-width: 768px) {
  .section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
    padding-bottom: 74.21875%;
  }
}
@media (min-width: 1024px) {
  .section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
    padding-bottom: 59.375%;
  }
}
@media (min-width: 1280px) {
  .section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
    padding-bottom: 52.7777777778%;
  }
}
@media (min-width: 1440px) {
  .section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
    padding-bottom: 39.5833333333%;
  }
}
@media (min-width: 1920px) {
  .section--house-360 .iframe--wrap .iframe--slider .iframe--slider__slide {
    padding-bottom: 29.6875%;
  }
}
.section--house-360 .iframe--wrap .iframe--slider iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--house-360 .iframe--wrap .slider--navigation {
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.section--house-360 .iframe--wrap .slider--navigation .slide--nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #f4dbc5;
  cursor: pointer;
  transition: var(--speed-slow);
}
.section--house-360 .iframe--wrap .slider--navigation .slide--nav i {
  font-size: 16px;
  color: #3f4441;
}
.section--house-360 .iframe--wrap .slider--navigation .slide--nav[aria-disabled=true] {
  opacity: 0.7;
}
.section--house-360 .iframe--wrap .slider--navigation .slider-prev {
  transform: rotate(180deg);
}
.section--house-360 .gallery--tours {
  position: relative;
  z-index: 1;
}
.section--house-360 .gallery--tours img {
  width: 100%;
  object-fit: cover;
}
.section--house-360 .icon-360-view {
  width: 100px;
  height: 100px;
  content: url("../images/cursors/cursor-360.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .section--house-360.nieuwbouw_360 a {
    cursor: url("../images/cursors/cursor-images.svg"), auto;
  }
}

.section--house-images .images--slides {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section--house-images .images--slides {
    margin-bottom: 30px;
  }
}
.section--house-images .slick-slide {
  transform: scale(0.95, 0.9);
  transition: var(--speed-default);
}
.section--house-images .slick-slide img {
  border-radius: 12px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .section--house-images .slick-slide img {
    border-radius: 20px;
  }
}
.section--house-images .slick-slide.slick-center {
  transform: scale(1, 1);
}
@media (min-width: 1440px) {
  .section--house-images .slick-slide.slick-center {
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  .section--house-images .slick-slide {
    transform: scale(0.95, 0.85);
  }
}
.section--house-images .slider-buttons {
  justify-content: center;
  align-items: center;
}

.section--house-text .smoothScroll {
  position: relative;
  top: -150px;
}
@media (min-width: 1280px) {
  .section--house-text .title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .section--house-text .title {
    margin-bottom: 55px;
  }
}
.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 .intro--text p {
  margin-bottom: 40px;
}
.section--house-text .intro--text ul {
  margin-bottom: 10px;
  list-style-type: none;
}
.section--house-text .intro--text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.section--house-text .intro--text ul li::before {
  display: none;
}
.section--house-text .intro--text ul li::after {
  content: "\E903";
  font-size: 15px;
  color: #ee3224;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .section--house-text .intro--text ul {
    margin-bottom: 20px;
  }
}
.section--house-text p {
  margin-bottom: 30px;
}
.section--house-text p a {
  color: #ee3224;
  text-decoration: underline;
}
.section--house-text p.lead {
  margin-bottom: 10px;
}

.section--floorplan-house {
  overflow: hidden;
  position: relative;
}
.section--floorplan-house .tns-ovh {
  overflow: visible;
}
.section--floorplan-house .tns-nav {
  display: none;
}
.section--floorplan-house .title {
  text-align: center;
}
.section--floorplan-house .title .lead {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .section--floorplan-house .title .lead {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .section--floorplan-house .title {
    text-align: left;
  }
}
.section--floorplan-house .floorplan--slides {
  padding-bottom: 30px;
}
.section--floorplan-house .slider-buttons-floorplan {
  justify-content: center;
}
.section--floorplan-house .floorplan--slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.section--floorplan-house .floorplan--slide a img {
  max-height: 330px;
}

.section--house-features .title .lead {
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .section--house-features .title .lead {
    margin-bottom: 10px;
  }
}
.section--house-features .feature--wrapper .house--features_wrap {
  column-count: 1;
  position: relative;
}
.section--house-features .feature--wrapper .house--features_wrap::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;
  transition: var(--speed-default);
}
.section--house-features .feature--wrapper .house--features_wrap p.lead {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1024px) {
  .section--house-features .feature--wrapper .house--features_wrap p.lead {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .section--house-features .feature--wrapper .house--features_wrap p.lead {
    margin-bottom: 15px;
  }
}
.section--house-features .feature--wrapper .house--features_wrap .house-features__block {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  page-break-inside: avoid;
  break-inside: avoid;
  transition: var(--speed-default);
}
.section--house-features .feature--wrapper .house--features_wrap .house-features__block:first-of-type {
  overflow: visible;
  max-height: 100%;
}
.section--house-features .feature--wrapper .house--features_wrap ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4dbc5;
  padding-bottom: 15px;
}
.section--house-features .feature--wrapper .house--features_wrap ul li span {
  flex: 0 0 50%;
  hyphens: auto;
  word-break: break-word;
}
.section--house-features .feature--wrapper .house--features_wrap ul li span a {
  word-break: break-all;
}
.section--house-features .feature--wrapper .house--features_wrap ul li span:first-of-type {
  padding-right: 10px;
  font-weight: 800;
}
@media (min-width: 1440px) {
  .section--house-features .feature--wrapper .house--features_wrap {
    column-count: 2;
    column-gap: 30px;
  }
}
.section--house-features .feature--wrapper.not--visible .house--features_wrap::after {
  opacity: 0;
}
.section--house-features .feature--wrapper.not--visible .house--features_wrap .house-features__block {
  overflow: hidden;
  max-height: 100%;
  margin-bottom: 30px;
}
.section--house-features .price-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section--house-features .price-wrapper p {
  display: none;
  margin: 0;
}
.section--house-features .price-wrapper p span {
  padding: 0 10px;
  font-weight: 400;
}
.section--house-features .price-wrapper p span:first-of-type {
  font-weight: 400 !important;
}
.section--house-features .price-wrapper p:first-child, .section--house-features .price-wrapper p:last-child {
  display: block;
}
.section--house-features .price-wrapper p:last-child span {
  display: none;
}
.section--house-features .project--hightlights {
  margin-bottom: 30px;
}
.section--house-features .project--hightlights ul {
  margin-bottom: 10px;
}
.section--house-features .project--hightlights ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.section--house-features .project--hightlights ul li::after {
  content: "\E903";
  font-size: 15px;
  color: #ee3224;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .section--house-features .project--hightlights ul {
    margin-bottom: 20px;
  }
}
.section--house-features .feature--block {
  margin-bottom: 40px;
}
.section--house-features .feature--block ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4dbc5;
  padding-bottom: 15px;
}
.section--house-features .feature--block ul li span {
  flex: 0 0 50%;
}
.section--house-features .feature--block ul li span:first-of-type {
  padding-right: 10px;
  font-weight: 800;
}
@media (min-width: 1440px) {
  .section--house-features .feature--block ul li {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .section--house-features .feature--block {
    margin-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .section--house-features .feature--block {
    margin-bottom: 0;
  }
}
.section--house-features .house--sun img {
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .section--house-features .house--sun img {
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .section--house-features.project--number_features .house-features__wrap .feature--block {
    flex: 0 0 50%;
    break-inside: avoid-column;
  }
}
@media (min-width: 1024px) {
  .section--house-features.project--number_features .house-features__wrap {
    column-count: 2;
    column-gap: 30px;
  }
}

.section--house-video .house--video {
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section--house-video .house--video a {
    cursor: url("../images/cursors/play-video.svg"), auto;
  }
}
.section--house-video .house--video img {
  width: 100%;
  object-fit: cover;
}
.section--house-video .icon-video {
  width: 100px;
  height: 100px;
  content: url("../images/cursors/play-video.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section--house-map {
  position: relative;
}
.section--house-map #sure-map {
  height: 390px;
}
@media (min-width: 1024px) {
  .section--house-map #sure-map {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .section--house-map #sure-map {
    height: 680px;
  }
}
@media (min-width: 1920px) {
  .section--house-map #sure-map {
    height: 760px;
  }
}
.section--house-map #sure-map-places {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.section--house-map #sure-map-places li {
  flex: 0 0 50%;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.section--house-map #sure-map-places li::before {
  display: none;
}
.section--house-map #sure-map-places li input[type=checkbox] {
  margin-right: 10px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .section--house-map #sure-map-places li {
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1440px) {
  .section--house-map #sure-map-places li {
    flex: 0 0 25%;
  }
}
.section--house-map.project--map .sure-map-filters {
  display: none;
}

.section--house-statistics {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.section--house-statistics .statistics--slides {
  display: flex;
}
@media (min-width: 1440px) {
  .section--house-statistics .statistics--slides .statistic--slide {
    flex: 33.33333%;
    margin-right: calc(20px);
    margin-left: calc(20px);
  }
}
@media (min-width: 1440px) {
  .section--house-statistics .statistics--slides {
    margin-right: calc(20px * -1);
    margin-left: calc(20px * -1);
  }
}
.section--house-statistics .title {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1440px) {
  .section--house-statistics .title {
    text-align: left;
  }
}
.section--house-statistics .tns-ovh {
  overflow: visible;
}
.section--house-statistics .col-md-6 {
  margin-bottom: 20px;
}

.section--house-form {
  padding: 40px 0;
  background-color: #3f4441;
  position: relative;
}
.section--house-form .gform_wrapper {
  position: relative;
  z-index: 2;
}
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text],
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email],
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel],
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff;
  box-shadow: 0 2px 0 0 #fff !important;
}
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox {
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: 0 2px 0 0 #fff;
}
.section--house-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox a.holder {
  color: #c5c6c6;
}
.section--house-form .background--image {
  width: 100%;
  height: 125px;
  background: url("../images/huisjes.svg") repeat right center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .section--house-form .background--image {
    height: 160px;
  }
}
.section--house-form .title {
  margin-bottom: 30px;
  text-align: center;
}
.section--house-form .lead {
  margin-bottom: 15px;
  color: #ee3224;
}
@media (min-width: 1440px) {
  .section--house-form .lead {
    margin-bottom: 20px;
  }
}
.section--house-form h4,
.section--house-form h5 {
  color: #fff;
}
.section--house-form.newsletter h4 {
  color: #fff;
}
.section--house-form.newsletter .gform_wrapper input,
.section--house-form.newsletter .gform_wrapper textarea {
  color: #fff;
}
.section--house-form.newsletter .gform_wrapper.gravity-theme {
  max-width: 450px;
  margin: 0 auto;
}
.section--house-form.newsletter .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  grid-column: 1/-1;
}
.section--house-form.newsletter .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input,
.section--house-form.newsletter .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  color: #fff;
}
.section--house-form.newsletter .gform_wrapper.gravity-theme .gform_footer {
  top: 7px;
  right: 7px;
  bottom: auto;
}
.section--house-form.newsletter .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  height: 48px;
  background-color: #ee3224;
}
@media (min-width: 768px) {
  .section--house-form {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .section--house-form {
    padding: 165px 0;
  }
}
@media (min-width: 1440px) {
  .section--house-form {
    padding: 200px 0;
  }
}

.section--house-navigation .fixed--navigation {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #697c70;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  z-index: 9;
  transition: var(--speed-slow);
}
@media (min-width: 1024px) {
  .section--house-navigation .fixed--navigation {
    padding: 29px 0;
    position: fixed;
  }
}
@media (min-width: 1440px) {
  .section--house-navigation .fixed--navigation {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section--house-navigation .buttons .buttons--right .btn {
  cursor: pointer;
}
@media (min-width: 768px) {
  .section--house-navigation .buttons .buttons--right .btn {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .section--house-navigation .buttons .buttons--right {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .section--house-navigation .buttons .buttons--right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .section--house-navigation .buttons .buttons--right .btn--calculator i {
    border: 1px solid #fff;
    box-shadow: none;
  }
}
.section--house-navigation .buttons .buttons--left .btn {
  opacity: 0.5;
}
.section--house-navigation .buttons .buttons--left .btn:active, .section--house-navigation .buttons .buttons--left .btn:hover {
  opacity: 1;
}
.section--house-navigation .buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}
.section--house-navigation .buttons .btn i {
  margin-right: 0;
  margin-left: 10px;
  font-size: 15px;
  color: #ee3224;
}
.section--house-navigation .buttons .btn.btn--white {
  color: #ee3224;
}
.section--house-navigation .buttons .btn.btn--io i {
  margin: 0;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section--house-navigation .buttons .btn {
    width: auto;
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 9px;
  }
}
@media (min-width: 1024px) {
  .section--house-navigation .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .section--house-navigation .buttons {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .section--house-navigation.scrollUp .fixed--navigation {
    opacity: 0;
    transform: translateY(122px);
    transition: var(--speed-slow);
  }
}

.section--house-cta {
  margin-bottom: 20px;
}
.section--house-cta picture {
  flex: 0 0 50%;
}
.section--house-cta picture img {
  height: 100%;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .section--house-cta picture img {
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .section--house-cta picture {
    flex: 0 0 40%;
  }
}
@media (min-width: 1440px) {
  .section--house-cta picture {
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1920px) {
  .section--house-cta picture {
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) {
  .section--house-cta .house--cta_text {
    flex: 0 0 50%;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .section--house-cta .house--cta_text {
    flex: 0 0 60%;
    padding: 60px;
  }
}
@media (min-width: 1440px) {
  .section--house-cta .house--cta_text {
    flex: 0 0 66.6666%;
    padding: 60px 100px 60px 60px;
  }
}
@media (min-width: 1920px) {
  .section--house-cta .house--cta_text {
    flex: 0 0 60%;
    padding: 60px 130px 60px 60px;
  }
}
.section--house-cta .house--cta {
  display: flex;
  border-radius: 12px;
  padding: 30px;
  background-color: #3f4441;
}
.section--house-cta .house--cta h4 {
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section--house-cta .house--cta h4 {
    margin-bottom: 20px;
  }
}
.section--house-cta .house--cta p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.section--house-cta .house--cta p.lead {
  margin-bottom: 5px;
  color: #ee3224;
}
@media (min-width: 1024px) {
  .section--house-cta .house--cta p.lead {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .section--house-cta .house--cta p {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--house-cta .house--cta {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section--house-cta .house--cta {
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .section--house-cta {
    margin-bottom: 30px;
  }
}

.section--project-types .title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section--project-types .title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .section--project-types .title {
    margin-bottom: 60px;
  }
}

.section--project-downloads {
  position: relative;
}
.section--project-downloads .title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section--project-downloads .title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .section--project-downloads .title {
    margin-bottom: 60px;
  }
}
.section--project-downloads .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  border: 1px solid #3f4441;
  border-radius: 10px;
  padding: 0 5px 0 20px;
  font-weight: 700;
  font-size: 16px;
  color: #3f4441;
  box-shadow: 0 2px 0 0 #3f4441;
  position: relative;
}
.section--project-downloads .download a {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: center;
}
.section--project-downloads .download a p {
  font-size: 16px;
  line-height: 22px;
}
.section--project-downloads .download a .small {
  color: #c5c6c6;
}
.section--project-downloads .download a .download--btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-radius: 10px;
  padding: 0 15px;
  background-color: #ececec;
}
.section--project-downloads .download a .download--btn span {
  font-weight: 800;
  font-size: 16px;
}
.section--project-downloads .download a .download--btn i {
  margin-left: 10px;
  font-size: 14px;
  color: #ee3224;
}
@media (min-width: 1024px) {
  .section--project-downloads .download {
    padding: 0 5px 0 25px;
  }
}

/* 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;
  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: rgba(0, 0, 0, 0);
}

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

.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;
  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.6 (built 2024-01-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%;
  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;
  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--welcome {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f4dbc5;
}
@media (min-width: 1440px) {
  .section--welcome .container-xxl-fluid {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .section--welcome {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) {
  .section--welcome {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.section--filter-search h1 {
  margin-bottom: 30px;
}
.section--filter-search form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section--filter-search form > .row {
  position: relative;
}
.section--filter-search .checkboxes .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section--filter-search .checkboxes .form-group input[type=checkbox] {
  margin-right: 10px;
}
.section--filter-search .sure--filters .col-sm-3 {
  display: none;
}
.section--filter-search .sure--filters.filter--overview {
  position: relative;
}
@media (min-width: 1024px) {
  .section--filter-search .sure--filters.filter--overview .filter-group-plaats {
    width: calc(50% - 60px);
    top: 50px;
    right: 60px;
  }
  .section--filter-search .sure--filters.filter--overview .filter-group-prijs {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .section--filter-search .sure--filters.filter--overview .filter-group-plaats {
    width: 33.333%;
    position: relative;
    top: 0;
    right: 0;
  }
  .section--filter-search .sure--filters.filter--overview .filter-group-prijs {
    width: 66.666%;
  }
}
@media (min-width: 1440px) {
  .section--filter-search .sure--filters {
    margin-bottom: 60px;
  }
}
.section--filter-search .search--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12px;
  padding: 30px;
  background-color: #ececec;
}
.section--filter-search .search--buttons button {
  width: 100%;
  margin-bottom: 15px;
}
.section--filter-search .search--buttons button:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section--filter-search .search--buttons button:last-of-type {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .section--filter-search .search--buttons button {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section--filter-search .search--buttons {
    border-radius: 20px;
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .section--filter-search .search--buttons {
    padding: 60px;
  }
}
.section--filter-search .houses__filter-items {
  margin-bottom: 30px;
}
.section--filter-search .houses__filter-items .row {
  margin: 0;
}
.section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 > * {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 > * {
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
.section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 .filter {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 .filter {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--filter-search .houses__filter-items .sure--filters_search .col-sm-12 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.section--filter-search .houses__filter-items .sure--filters_search .filter {
  position: relative;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  border: 1px solid #3f4441;
  border-radius: 10px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #3f4441;
  position: relative;
  transition: var(--speed-default);
}
.section--filter-search .houses__filter-items .sure--filters_search .filter header h3 {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #c5c6c6;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter header h3::after {
  content: "\E915";
  font-size: 10px;
  color: #ee3224;
  transition: var(--speed-default);
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown {
  overflow: hidden;
  display: none;
  width: 100%;
  margin: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #3f4441;
  border-radius: 0 0 10px 10px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #3f4441;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown input {
  margin-right: 10px;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown input[type=radio]::after {
  top: -18px;
  left: -1px;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #3f4441;
  background-color: #fff;
  color: #c5c6c6;
  position: relative;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown li::before {
  display: none;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown li span {
  font-weight: 700;
  font-size: 16px;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown li:last-of-type {
  border: none;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown .sub-filter header {
  border: none;
  padding: 0;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown .sub-filter header label,
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown .sub-filter header span,
.section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown .sub-filter header h4 {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter .filter-dropdown {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-perceeloppervlakte .filter-dropdown input[type=radio]::after {
  top: -2px;
  left: -1px;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.is-active header {
  border-radius: 10px 10px 0 0;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.is-active header h3::after {
  transform: scaleY(-1);
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .heapBox {
  margin-bottom: 15px;
  border: 1px solid #3f4441;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #3f4441;
  position: relative;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .heapBox .holder {
  color: #c5c6c6;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .heapBox .heap {
  width: calc(100% + 2px);
  left: -1px;
}
@media (min-width: 568px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .heapBox {
    margin-bottom: 0;
  }
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:first-of-type {
  padding: 0;
}
@media (min-width: 568px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:first-of-type {
    padding-right: 5px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:first-of-type {
    padding-right: 15px;
  }
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:last-of-type {
  padding: 0;
}
.section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:last-of-type .heapBox {
  margin-bottom: 0;
}
@media (min-width: 568px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:last-of-type {
    padding-right: 0;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .section--filter-search .houses__filter-items .sure--filters_search .filter.filter-group-prijs .row .col-sm-6:last-of-type {
    padding-left: 15px;
  }
}

.section--account-searches .head {
  margin-bottom: 30px;
}
.section--account-searches .searches .search-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #f4dbc5;
  padding-bottom: 15px;
}
.section--account-searches .searches .search-item .search-item__view {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.section--account-searches .searches .search-item .search-item__view .small {
  margin-right: 15px;
  color: #3f4441;
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .section--account-searches .searches .search-item .search-item__view .small {
    margin-right: 35px;
  }
}
@media (min-width: 1920px) {
  .section--account-searches .searches .search-item .search-item__view .small {
    margin-right: 50px;
  }
}
.section--account-searches .searches .search-item .search-item__view i {
  color: #14495b;
}
@media (min-width: 768px) {
  .section--account-searches .searches .search-item .search-item__view {
    flex: 0 0 25%;
  }
}
@media (min-width: 1024px) {
  .section--account-searches .searches .search-item .search-item__view {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .section--account-searches .searches .search-item .search-item__view {
    margin-bottom: 25px;
  }
}
.section--account-searches .searches .search-item .search-item__wrapper {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
.section--account-searches .searches .search-item .search-item__wrapper .search-item__search {
  display: inline-flex;
  align-items: center;
  height: 42px;
  margin-right: 3px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: #3f4441;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section--account-searches .searches .search-item .search-item__wrapper .search-item__search {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .section--account-searches .searches .search-item .search-item__wrapper .search-item__search {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .section--account-searches .searches .search-item .search-item__wrapper .search-item__search {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .section--account-searches .searches .search-item .search-item__wrapper {
    flex: 0 0 75%;
  }
}
.section--account-searches .searches .search-item:first-of-type {
  border-top: 2px solid #f4dbc5;
  padding-top: 15px;
}
@media (min-width: 1280px) {
  .section--account-searches .searches .search-item:first-of-type {
    padding-top: 25px;
  }
}
@media (min-width: 1920px) {
  .section--account-searches .searches .search-item:first-of-type {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .section--account-searches .searches .search-item {
    padding-bottom: 5px;
  }
}

.account-menu {
  margin-bottom: 30px;
}
.account-menu ul li {
  display: block;
  border-bottom: 1px solid #f4dbc5;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.account-menu ul li a {
  color: #ee3224;
}
.account-menu ul li a.inner-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  color: #3f4441;
  text-transform: none;
  letter-spacing: 0;
}
.account-menu ul li a.inner-menu i {
  font-weight: 900;
  font-size: 10px;
  color: #3f4441;
}
.account-menu ul li.active {
  padding: 17px 20px;
  background-color: rgba(244, 219, 197, 0.3);
}
@media (min-width: 1440px) {
  .account-menu ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.mfp-bg.mfp-popup-login {
  background-color: transparent !important;
  filter: blur(10px);
}

.mfp-wrap.mfp-popup-login {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.mfp-wrap.mfp-popup-login .popup-login {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px 20px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 1280px) {
  .mfp-wrap.mfp-popup-login .popup-login h3 {
    padding: 0 50px;
  }
}
.mfp-wrap.mfp-popup-login .popup-login h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-login {
  max-width: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-avatar {
  display: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-panel {
  width: 100%;
  max-width: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li {
  border-right: 2px solid #b5121b;
  padding: 0 30px;
  position: relative;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li::before {
  display: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a {
  transition: var(--speed-default);
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li a:hover {
  color: #b5121b;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-user-links li:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .mfp-wrap.mfp-popup-login .popup-login .tml-user-links li {
    justify-content: center;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b5121b;
    padding: 0;
  }
}
.mfp-wrap.mfp-popup-login .popup-login form label {
  font-size: 14px;
}
@media (min-width: 1280px) {
  .mfp-wrap.mfp-popup-login .popup-login form label {
    font-size: 16px;
  }
}
.mfp-wrap.mfp-popup-login .popup-login form input[type=text],
.mfp-wrap.mfp-popup-login .popup-login form input[type=password] {
  width: 100%;
  text-align: left;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-action-links {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-action-links li {
  width: 100%;
  text-align: center;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-action-links li::before {
  display: none;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-action-links li a {
  opacity: 0.3;
  margin: 0 auto;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-action-links li:first-child {
  margin-bottom: 15px;
  border-right: none;
  padding: 0;
}
@media (min-width: 1280px) {
  .mfp-wrap.mfp-popup-login .popup-login .tml-action-links li:first-child {
    margin-bottom: 30px;
  }
}
.mfp-wrap.mfp-popup-login .popup-login .tml-submit-wrap {
  margin-bottom: 15px;
  text-align: center;
}
.mfp-wrap.mfp-popup-login .popup-login .tml-rememberme-wrap {
  display: none;
}
.mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close::before, .mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close::after {
  width: 20px;
  height: 2px;
  background-color: #3f4441;
  content: "";
  position: absolute;
}
.mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close::before {
  transform: rotate(45deg);
}
.mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .mfp-wrap.mfp-popup-login .popup-login .js-popup-login-close {
    top: 45px;
    right: 45px;
  }
}
@media (min-width: 1024px) {
  .mfp-wrap.mfp-popup-login .popup-login.popup-login--logged-in .js-popup-login-close {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .mfp-wrap.mfp-popup-login .popup-login.popup-login--logged-in {
    width: -moz-fit-content;
    width: fit-content;
    padding: 35px 50px;
  }
}
@media (min-width: 1920px) {
  .mfp-wrap.mfp-popup-login .popup-login.popup-login--logged-in {
    padding: 45px 100px;
  }
}
@media (min-width: 768px) {
  .mfp-wrap.mfp-popup-login .popup-login {
    padding: 45px 100px;
  }
}
@media (min-width: 1280px) {
  .mfp-wrap.mfp-popup-login .popup-login {
    padding: 65px 185px;
  }
}
@media (min-width: 1920px) {
  .mfp-wrap.mfp-popup-login .popup-login {
    padding: 65px 235px;
  }
}

.section--create-account,
.section--account-login {
  padding-top: 30px;
  position: relative;
}
.section--create-account::before,
.section--account-login::before {
  width: 100%;
  height: calc(100% + 400px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(244, 219, 197, 0.4) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section--create-account .login-screen,
.section--account-login .login-screen {
  max-width: 445px;
  margin: 0 auto !important;
  text-align: left;
}
@media (min-width: 1920px) {
  .section--create-account .login-screen .tml-account,
  .section--account-login .login-screen .tml-account {
    max-width: 550px;
  }
}
@media (min-width: 1920px) {
  .section--create-account .login-screen,
  .section--account-login .login-screen {
    max-width: 550px;
  }
}
.section--create-account .tml-account,
.section--account-login .tml-account {
  max-width: 445px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section--create-account .tml-account h3,
.section--account-login .tml-account h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section--create-account .tml-account h3,
  .section--account-login .tml-account h3 {
    margin-bottom: 60px;
  }
}
.section--create-account .tml-account .form-group:nth-child(3),
.section--account-login .tml-account .form-group:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
.section--create-account .tml-account .form-group:nth-child(3) label,
.section--account-login .tml-account .form-group:nth-child(3) label {
  width: calc(50% - 5px);
}
.section--create-account .tml-account .select-selected,
.section--create-account .tml-account input,
.section--account-login .tml-account .select-selected,
.section--account-login .tml-account input {
  background-color: transparent;
}
@media (min-width: 1280px) {
  .section--create-account,
  .section--account-login {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .section--create-account,
  .section--account-login {
    padding-top: 80px;
  }
}

.tml-account > p {
  margin: 0;
}
.tml-account button {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .tml-account button {
    margin-top: 30px;
  }
}
.tml-account input[type=text],
.tml-account input[type=password],
.tml-account input[type=email] {
  box-shadow: 0 2px 0 0 #3f4441;
}
.tml-account label {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .tml-account label {
    margin-top: 20px;
  }
}

.section--account {
  position: relative;
  z-index: 1;
}

.section--account-form {
  margin-bottom: 30px;
}
.section--account-form .gform_required_legend,
.section--account-form .gform_title {
  display: none;
}
.section--account-form .text h2 {
  margin-bottom: 15px;
}
.section--account-form .text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.section--account-form .text p strong,
.section--account-form .text p span {
  font-size: 14px;
  line-height: 1.5;
}
.section--account-form .text p strong span {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .section--account-form .text p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.gform_confirmation_message {
  color: #3f4441;
}

.section--text-block {
  position: relative;
}
.section--text-block p.lead {
  margin-bottom: 10px;
}
.section--text-block p {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .section--text-block p {
    margin-bottom: 20px;
  }
}
.section--text-block h4.title i,
.section--text-block h4.title b,
.section--text-block h4.title .bold,
.section--text-block h4.title strong {
  font-weight: 400;
  font-style: italic;
}
.section--text-block a.btn {
  margin-top: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section--text-block .text.text--spacing {
    margin-top: 45px;
  }
}
@media (min-width: 1280px) {
  .section--text-block .text.text--spacing {
    margin-top: 50px;
  }
}
.section--text-block.show--gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14%, rgba(244, 219, 197, 0.4) 100%);
}

.section--projects-slider {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section--projects-slider::before {
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, #fff 35%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.section--projects-slider h4 {
  margin-bottom: 40px;
}
.section--projects-slider .slick-list {
  overflow: visible;
}
.section--projects-slider .projects-wrapper {
  position: relative;
}
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}
.section--projects-slider .projects-wrapper .projects-wrapper__title h3 span span {
  display: block;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span:nth-child(2) span {
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span:nth-child(2) span {
    margin-left: 85px;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title h3 span:nth-child(4) span {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title {
    max-width: 470px;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 4;
  }
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title {
    max-width: 575px;
    top: 155px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .projects-wrapper__title {
    max-width: 685px;
    top: 235px;
  }
}
.section--projects-slider .projects-wrapper .btn--rounded {
  margin-top: -15px;
  margin-bottom: -45px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .btn--rounded {
    margin-top: -25px;
  }
}
.section--projects-slider .projects-wrapper .slick-slide {
  margin-right: 10px;
}
.section--projects-slider .projects-wrapper .slick-slide .project {
  display: inline-flex !important;
  align-items: flex-end;
  height: 390px;
  padding: 20px 25px;
  position: relative;
}
.section--projects-slider .projects-wrapper .slick-slide .project::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(180deg, rgba(63, 68, 65, 0) 0%, #3f4441 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .slick-slide .project::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(180deg, rgba(63, 68, 65, 0) 0%, rgba(63, 68, 65, 0.3) 100%);
  }
}
.section--projects-slider .projects-wrapper .slick-slide .project .project__content {
  position: relative;
  z-index: 10;
}
.section--projects-slider .projects-wrapper .slick-slide .project .project__content h5 {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content h5 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content h5 {
    font-size: 48px;
    line-height: 62px;
  }
}
.section--projects-slider .projects-wrapper .slick-slide .project .project__content h5,
.section--projects-slider .projects-wrapper .slick-slide .project .project__content p {
  color: #fff;
}
.section--projects-slider .projects-wrapper .slick-slide .project .project__content .btn {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content .btn {
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .slick-slide .project .project__content {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .slick-slide .project {
    justify-content: flex-end;
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper .slick-slide .project {
    height: 680px;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .slick-slide .project {
    height: 610px;
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .slick-slide .project {
    height: 750px;
    padding: 30px 60px;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper .slick-slide {
    width: 490px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper .slick-slide {
    width: 590px;
  }
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .slick-slide {
    width: 955px;
  }
}
@media (min-width: 1920px) {
  .section--projects-slider .projects-wrapper .slick-slide {
    width: 1170px;
    margin-right: 30px;
  }
}
.section--projects-slider .projects-wrapper .slider-buttons {
  position: absolute;
  bottom: 0;
  left: 125px;
  z-index: 10;
}
@media (min-width: 1440px) {
  .section--projects-slider .projects-wrapper .slider-buttons {
    left: 105px;
  }
}
@media (min-width: 768px) {
  .section--projects-slider .projects-wrapper {
    padding-left: 200px;
  }
}
@media (min-width: 1024px) {
  .section--projects-slider .projects-wrapper {
    padding-left: 225px;
  }
}

.section--hero {
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
}
.section--hero::before {
  width: 80px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section--hero::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section--hero .container {
    height: 100%;
    position: relative;
  }
}
.section--hero .tns-outer {
  position: relative;
  z-index: 1;
}
.section--hero .tns-nav {
  display: none;
}
.section--hero .slider--navigation {
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}
.section--hero .slider--navigation .slide--nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #f4dbc5;
  cursor: pointer;
  transition: var(--speed-slow);
}
.section--hero .slider--navigation .slide--nav i {
  font-size: 16px;
  color: #3f4441;
}
.section--hero .slider--navigation .slide--nav[aria-disabled=true] {
  opacity: 0.7;
}
.section--hero .slider--navigation .slider-prev {
  transform: rotate(180deg);
}
.section--hero .section--hero__slides {
  position: relative;
}
.section--hero .section--hero__slides::after, .section--hero .section--hero__slides::before {
  display: none;
  width: 580px;
  height: 600px;
  border: 1px solid #d9c6a5;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  z-index: 0;
  animation: rotating 8s linear infinite;
}
@media (min-width: 1024px) {
  .section--hero .section--hero__slides::after, .section--hero .section--hero__slides::before {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section--hero .section--hero__slides::after, .section--hero .section--hero__slides::before {
    width: 680px;
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .section--hero .section--hero__slides::after, .section--hero .section--hero__slides::before {
    left: -160px;
  }
}
.section--hero .section--hero__slides::after {
  top: 15px;
  left: -120px;
  z-index: 0;
  animation: rotating 5s linear infinite;
}
@media (min-width: 1024px) {
  .section--hero .section--hero__slides::after {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section--hero .section--hero__slides::after {
    left: -180px;
  }
}
.section--hero .section--hero__slides picture {
  display: block;
  position: relative;
}
.section--hero .section--hero__slides picture::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-44deg, rgba(255, 255, 255, 0) 0%, #d9c6a5 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .section--hero .section--hero__slides picture::before {
    width: 100%;
    background-image: linear-gradient(255deg, rgba(255, 255, 255, 0) 33%, #d9c6a5 100%);
  }
}
.section--hero .section--hero__slides img {
  width: 100%;
  height: 660px;
  margin-left: auto;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .section--hero .section--hero__slides img {
    height: 100%;
    min-height: 720px;
    max-height: 900px;
  }
}
@media (min-width: 1920px) {
  .section--hero .section--hero__slides img {
    height: 100%;
    max-height: 930px;
  }
}
@media (min-width: 768px) {
  .section--hero .section--hero__slides {
    max-width: 75%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .section--hero .section--hero__slides {
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .section--hero .section--hero__slides {
    max-width: 65%;
  }
}
.section--hero .inner--hero {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section--hero .inner--hero .btn {
  display: flex;
  flex-direction: column;
  margin-top: -15px;
}
@media (min-width: 1440px) {
  .section--hero .inner--hero .btn span {
    line-height: 20px;
  }
}
.section--hero .inner--hero .btn i {
  margin: 10px 0 0 0;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .section--hero .inner--hero .btn {
    width: 125px;
    height: 125px;
    margin-top: 5px;
    margin-left: 170px;
  }
}
.section--hero .inner--hero .hero--title {
  max-width: 100%;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .section--hero .inner--hero .hero--title {
    padding-top: 110px;
  }
}
@media (min-width: 1440px) {
  .section--hero .inner--hero .hero--title {
    max-width: 690px;
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .section--hero .inner--hero .hero--title {
    max-width: 800px;
    padding-top: 150px;
  }
}
.section--hero .inner--hero h1 span {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}
.section--hero .inner--hero h1 span span {
  display: block;
}
.section--hero .inner--hero h1 span span strong {
  font-weight: 800;
  font-style: italic;
}
.section--hero .inner--hero h1 span:nth-of-type(2n) span {
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .section--hero .inner--hero h1 span:nth-of-type(2n) span {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .section--hero .inner--hero h1 span:nth-of-type(2n) span {
    padding-left: 140px;
  }
}
@media (min-width: 1024px) {
  .section--hero .inner--hero h1 span:nth-of-type(4) span {
    padding-left: 55px;
  }
}
.section--hero .hero--filter-dropdown {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
.section--hero .hero--filter-dropdown .dropdown {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #3f4441;
  position: absolute;
  top: 65px;
  transition: var(--speed-default);
}
.section--hero .hero--filter-dropdown .toggle {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  border-radius: 10px 10px 0 10px;
  padding: 0 20px;
  background-color: #3f4441;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: var(--speed-default);
}
.section--hero .hero--filter-dropdown .toggle i {
  font-size: 10px;
  color: #ee3224;
  transition: var(--speed-default);
}
.section--hero .hero--filter-dropdown .heapBox {
  border-radius: 10px 10px 0 10px;
  background-color: #3f4441;
}
.section--hero .hero--filter-dropdown .heapBox .holder {
  color: #fff;
}
.section--hero .hero--filter-dropdown .heapBox.open {
  border-radius: 10px 10px 0 0;
}
.section--hero .hero--filter-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 29;
}
.section--hero .hero--filter-dropdown.open .toggle i {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .section--hero .hero--filter-dropdown {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section--hero {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .section--hero {
    margin-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .section--hero {
    margin-bottom: 150px;
  }
}
@media (min-width: 1920px) {
  .section--hero {
    margin-bottom: 200px;
  }
}

.section--news-reviews {
  overflow: hidden;
}
@media (min-width: 1920px) {
  .section--news-reviews .news-wrapper p.lead {
    margin-bottom: -10px;
  }
}
.section--news-reviews .news-wrapper .news-items {
  padding-bottom: 78px;
  position: relative;
}
.section--news-reviews .news-wrapper .news-items .news-item-small {
  margin-bottom: 16px;
  border-bottom: 1px solid #f4dbc5;
  padding-bottom: 8px;
  position: relative;
}
.section--news-reviews .news-wrapper .news-items .news-item-small p {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small p {
    margin-bottom: 10px;
  }
}
.section--news-reviews .news-wrapper .news-items .news-item-small h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section--news-reviews .news-wrapper .news-items .news-item-small h5 i {
  font-size: 11px;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small h5 i {
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small h5 {
    padding-right: 45px;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small:hover i {
    transform: translateX(5px);
  }
}
.section--news-reviews .news-wrapper .news-items .news-item-small:first-of-type {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small {
    padding: 15px 0 35px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .news-wrapper .news-items .news-item-small {
    padding: 20px 0;
  }
}
.section--news-reviews .news-wrapper .news-items .btn--rounded {
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (min-width: 1024px) {
  .section--news-reviews .news-wrapper .news-items .btn--rounded {
    right: 30px;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .news-wrapper .news-items .btn--rounded {
    right: 45px;
  }
}
@media (min-width: 1024px) {
  .section--news-reviews .news-wrapper .news-items {
    padding-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .news-wrapper .news-items {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .section--news-reviews .news-wrapper {
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .news-wrapper {
    margin-right: 0;
  }
}
.section--news-reviews .reviews-wrapper .review-title {
  margin: 30px 0 40px;
}
@media (min-width: 768px) {
  .section--news-reviews .reviews-wrapper .review-title {
    margin: 0 0 40px;
  }
}
.section--news-reviews .reviews-wrapper .review-items {
  border-radius: 20px;
  padding: 40px 20px 20px;
  background-color: #2b4f60;
  box-shadow: 0 42px 16px -30px rgba(63, 68, 65, 0.15);
  position: relative;
}
.section--news-reviews .reviews-wrapper .review-items img {
  width: 65px;
  position: absolute;
  top: -25px;
  left: 20px;
}
@media (min-width: 1024px) {
  .section--news-reviews .reviews-wrapper .review-items img {
    left: 40px;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .reviews-wrapper .review-items img {
    left: 60px;
  }
}
.section--news-reviews .reviews-wrapper .review-items .slick-slide.slick-current .stars i {
  transform: translateY(0) !important;
  transition-delay: 0.1s;
}
.section--news-reviews .reviews-wrapper .review-items .slick-slide.slick-current .stars i:nth-child(2) {
  transition-delay: 0.2s;
}
.section--news-reviews .reviews-wrapper .review-items .slick-slide.slick-current .stars i:nth-child(3) {
  transition-delay: 0.3s;
}
.section--news-reviews .reviews-wrapper .review-items .slick-slide.slick-current .stars i:nth-child(4) {
  transition-delay: 0.4s;
}
.section--news-reviews .reviews-wrapper .review-items .slick-slide.slick-current .stars i:nth-child(5) {
  transition-delay: 0.5s;
}
.section--news-reviews .reviews-wrapper .review-items .review-item p {
  color: rgba(255, 255, 255, 0.8);
}
.section--news-reviews .reviews-wrapper .review-items .review-item p.subtitle {
  margin-bottom: 20px;
}
.section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating {
  display: flex;
  align-items: center;
  margin: 15px 0 20px;
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating p {
    font-size: 25px;
  }
}
.section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating .stars {
  display: flex;
  margin-left: 15px;
}
.section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating .stars i {
  display: block;
  margin-right: 5px;
  color: #ee3224;
  transform: translateY(5px);
  transition: var(--speed-default);
}
@media (min-width: 1024px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating .stars i {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating .stars i {
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating .stars {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating {
    margin: 20px 0 30px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating {
    margin: 20px 0;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .reviews-wrapper .review-items .review-item .review-item__rating {
    margin: 25px 0 30px;
  }
}
.section--news-reviews .reviews-wrapper .review-items .review-dots ul {
  margin: 0 -5px 30px;
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items .review-dots ul {
    margin: 10px -5px 30px;
  }
}
.section--news-reviews .reviews-wrapper .review-items .slider-buttons .slider-button {
  background-color: #b5121b;
}
.section--news-reviews .reviews-wrapper .review-items .slider-buttons .slider-button i {
  color: #fff;
}
@media (min-width: 1024px) {
  .section--news-reviews .reviews-wrapper .review-items {
    padding: 30px 40px 40px;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper .review-items {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .reviews-wrapper .review-items {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .section--news-reviews .reviews-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .section--news-reviews .reviews-wrapper {
    margin-left: 125px;
  }
}
@media (min-width: 1920px) {
  .section--news-reviews .reviews-wrapper {
    margin-left: 150px;
  }
}

.section--offer-soon {
  overflow: hidden;
}
.section--offer-soon .head {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 1920px) {
  .section--offer-soon .head {
    margin-bottom: 60px;
  }
}
.section--offer-soon .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .section--offer-soon .slick-list {
    overflow: hidden;
  }
}
.section--offer-soon .slick-track {
  display: flex;
  flex-grow: 1;
}
.section--offer-soon .slick-slide {
  height: auto;
  margin-right: 10px;
}
.section--offer-soon .slick-slide > div {
  height: 100%;
}
.section--offer-soon .slick-slide .card-house {
  position: relative;
}
.section--offer-soon .slick-slide .card-house .short--info {
  padding: 20px 20px 85px;
  position: static;
}
.section--offer-soon .slick-slide .card-house .short--info a.btn {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section--offer-soon .slick-slide .card-house .short--info a.btn {
    bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .section--offer-soon .slick-slide .card-house .short--info a.btn {
    bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .section--offer-soon .slick-slide .card-house .short--info a.btn {
    bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .section--offer-soon .slick-slide .card-house .short--info {
    padding: 30px 30px 95px;
  }
}
@media (min-width: 1280px) {
  .section--offer-soon .slick-slide .card-house .short--info {
    padding: 35px 30px 100px;
  }
}
@media (min-width: 1920px) {
  .section--offer-soon .slick-slide .card-house .short--info {
    padding: 30px 30px 95px;
  }
}
.section--offer-soon .slick-slide .card-house:hover {
  box-shadow: none;
}
@media (min-width: 768px) {
  .section--offer-soon .slick-slide {
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .section--offer-soon .slick-slide {
    margin-right: 30px;
  }
}
.section--offer-soon a.btn {
  margin-top: 15px;
  cursor: pointer;
}
.section--offer-soon .col--offer-soon {
  margin-top: 20px;
}
.section--offer-soon .card-house:hover {
  box-shadow: none;
}

.section--image-cta {
  overflow: hidden;
  padding: 35px 0;
  position: relative;
}
.section--image-cta .cta-content {
  margin: 0 20px;
  border-radius: 20px;
  padding: 20px 20px 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section--image-cta .cta-content p.lead {
  color: #ee3224;
}
.section--image-cta .cta-content .btn {
  margin-top: 35px;
}
.section--image-cta .cta-content .button-wrapper .btn {
  margin-right: 0;
}
.section--image-cta .cta-content .button-wrapper a:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .section--image-cta .cta-content {
    max-width: 510px;
    margin: 0 auto;
    padding: 50px 50px 60px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta .cta-content {
    max-width: 590px;
    padding: 60px 70px;
  }
}
@media (min-width: 768px) {
  .section--image-cta.content--left .cta-content {
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section--image-cta.content--right .cta-content {
    margin-right: 0;
    text-align: left;
  }
}
.section--image-cta.section--image-cta--double .cta-content {
  max-width: 100%;
  margin: 0;
}
.section--image-cta.section--image-cta--double .cta-content .button-wrapper {
  justify-content: center;
}
.section--image-cta.section--image-cta--double .row .col-lg-6:not(:last-child) .cta-content {
  background-color: #f4dbc5;
}
.section--image-cta.section--image-cta--double .row .col-lg-6:not(:last-child) .cta-content .btn {
  background-color: #697c70;
}
@media (max-width: 1023.98px) {
  .section--image-cta.section--image-cta--double .row .col-lg-6:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--image-cta {
    padding: 135px 0;
  }
}
@media (min-width: 1280px) {
  .section--image-cta {
    padding: 80px 0 90px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta {
    padding: 135px 0;
  }
}

.section--recent-offer {
  overflow: hidden;
  position: relative;
}
.section--recent-offer .container {
  position: relative;
}
.section--recent-offer .head {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section--recent-offer .head {
    width: 475px;
    text-align: left;
    position: absolute;
    left: 20px;
  }
}
@media (min-width: 1920px) {
  .section--recent-offer .head {
    width: 565px;
  }
}
.section--recent-offer .slick-list {
  overflow: visible;
}
.section--recent-offer .slick-slide {
  margin-right: 10px;
}
.section--recent-offer a.btn {
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .section--recent-offer a.btn {
    margin-top: 45px;
  }
}
.section--recent-offer .recent-offer .house-slide {
  display: block;
}
.section--recent-offer .recent-offer .house-slide .card-house,
.section--recent-offer .recent-offer .house-slide .offer {
  height: auto;
}
@media (min-width: 768px) {
  .section--recent-offer .recent-offer .house-slide:nth-child(even) {
    transform: translateY(-60px);
  }
}
@media (min-width: 1280px) {
  .section--recent-offer .recent-offer .house-slide:nth-child(even) {
    transform: translateY(-100px);
  }
}
@media (min-width: 1920px) {
  .section--recent-offer .recent-offer .house-slide:nth-child(even) {
    transform: translateY(-230px);
  }
}
@media (min-width: 768px) {
  .section--recent-offer .recent-offer .house-slide {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 1280px) {
  .section--recent-offer .recent-offer .house-slide {
    width: calc(50% - 100px);
    margin: 0 50px 100px;
  }
}
@media (min-width: 1440px) {
  .section--recent-offer .recent-offer .house-slide {
    width: 475px;
    margin: 0 0 120px;
  }
}
@media (min-width: 1920px) {
  .section--recent-offer .recent-offer .house-slide {
    width: 565px;
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .section--recent-offer .recent-offer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .section--recent-offer .recent-offer {
    margin: 0 -50px;
    padding-top: 250px;
  }
}
@media (min-width: 1440px) {
  .section--recent-offer .recent-offer {
    justify-content: space-between;
    margin: 0;
    padding-top: 290px;
  }
}
@media (min-width: 768px) {
  .section--recent-offer {
    overflow: visible;
  }
}

.section--services-numbers .background--image {
  width: 100%;
  height: 125px;
  background: url("../images/huisjes.svg") repeat right center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .section--services-numbers .background--image {
    height: 160px;
  }
}
.section--services-numbers .services {
  overflow: hidden;
  padding: 65px 0 120px;
  background-color: #3f4441;
  position: relative;
}
.section--services-numbers .services .image-right,
.section--services-numbers .services .image-right--placeholder {
  overflow: hidden;
  display: none;
}
.section--services-numbers .services .image-right::before,
.section--services-numbers .services .image-right--placeholder::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(131deg, #3f4441 0%, rgba(63, 68, 65, 0.27) 37%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
}
.section--services-numbers .services .image-right img,
.section--services-numbers .services .image-right--placeholder img {
  width: 100%;
}
.section--services-numbers .services .image-right .image-right__overlay,
.section--services-numbers .services .image-right--placeholder .image-right__overlay {
  width: 100%;
  height: 100%;
  background-color: #697c70;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--services-numbers .services .image-right,
  .section--services-numbers .services .image-right--placeholder {
    max-width: 400px;
    position: absolute;
    top: 50px;
    right: 55px;
  }
}
@media (min-width: 1024px) {
  .section--services-numbers .services .image-right,
  .section--services-numbers .services .image-right--placeholder {
    max-width: 450px;
    top: 135px;
    right: 55px;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .services .image-right,
  .section--services-numbers .services .image-right--placeholder {
    max-width: 600px;
    top: 175px;
    right: 60px;
  }
}
@media (min-width: 1440px) {
  .section--services-numbers .services .image-right,
  .section--services-numbers .services .image-right--placeholder {
    max-width: 750px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .image-right,
  .section--services-numbers .services .image-right--placeholder {
    max-width: 990px;
  }
}
.section--services-numbers .services .image-right {
  z-index: 3;
}
@media (min-width: 768px) {
  .section--services-numbers .services .image-right--placeholder {
    display: block;
  }
}
.section--services-numbers .services p.lead,
.section--services-numbers .services h4 {
  color: #fff;
}
.section--services-numbers .services .service-items .service {
  opacity: 0.3;
  display: block;
  margin-top: 40px;
  transition: var(--speed-default);
}
.section--services-numbers .services .service-items .service h4 {
  display: flex;
}
.section--services-numbers .services .service-items .service h4 span {
  margin-top: 10px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
}
@media (min-width: 768px) {
  .section--services-numbers .services .service-items .service h4 span {
    margin-top: 13px;
    margin-right: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .services .service-items .service h4 span {
    margin-top: 20px;
    margin-right: 25px;
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .service-items .service h4 span {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .services .service-items .service h4 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .service-items .service h4 {
    font-size: 60px;
    line-height: 68px;
  }
}
.section--services-numbers .services .service-items .service .service__inner {
  display: block;
  cursor: url("../images/cursors/cursor.svg"), auto;
  position: relative;
}
.section--services-numbers .services .service-items .service .service__inner a {
  display: none;
}
@media (min-width: 768px) {
  .section--services-numbers .services .service-items .service:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .service-items .service:first-child {
    margin-top: 25px;
  }
}
.section--services-numbers .services .service-items .service.active {
  opacity: 1;
  font-style: italic;
}
.section--services-numbers .services .service-items .service.active .service__inner a {
  display: block;
  cursor: url("../images/cursors/cursor.svg"), auto;
}
.section--services-numbers .services .service-items .service.active span {
  font-style: italic;
}
@media (min-width: 768px) {
  .section--services-numbers .services .service-items .service.active .image-right {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .services .service-items .service {
    max-width: 475px;
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .service-items .service {
    margin-top: 60px;
  }
}
.section--services-numbers .services .btn {
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .section--services-numbers .services .btn {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services .btn {
    margin-top: 60px;
  }
}
.section--services-numbers .services img.house-row {
  width: 1190px;
  min-width: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section--services-numbers .services img.house-row {
    width: 1590px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services img.house-row {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section--services-numbers .services {
    padding: 90px 0;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .services {
    padding: 135px 0 185px;
  }
}
@media (min-width: 1920px) {
  .section--services-numbers .services {
    padding: 120px 0 320px;
  }
}
.section--services-numbers .numbers-wrapper {
  margin-top: -35px;
}
@media (min-width: 768px) {
  .section--services-numbers .numbers-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .section--services-numbers .numbers-wrapper {
    margin-top: 120px;
  }
}
@media (min-width: 1280px) {
  .section--services-numbers .numbers-wrapper {
    margin-top: -125px;
  }
}

.section--team {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .section--team .section--team-slider {
    display: flex;
    align-items: flex-start;
    margin-right: calc(20px * -1);
    margin-left: calc(20px * -1);
  }
}
.section--team .employee--card img {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section--team .employee--card img {
    width: 100%;
  }
}
.section--team .employee--card:nth-of-type(2n) {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .section--team .employee--card:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section--team .employee--card:nth-of-type(odd) {
    margin-top: 33px;
  }
}
.section--team .employee--card:first-of-type::after, .section--team .employee--card:first-of-type::before, .section--team .employee--card:last-of-type::after, .section--team .employee--card:last-of-type::before {
  display: none;
  width: 217px;
  height: 220px;
  border: 1px solid #d9c6a5;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: -35px;
  right: -50px;
  z-index: 0;
  animation: rotating 5s linear infinite;
}
@media (min-width: 1024px) {
  .section--team .employee--card:first-of-type::after, .section--team .employee--card:first-of-type::before, .section--team .employee--card:last-of-type::after, .section--team .employee--card:last-of-type::before {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section--team .employee--card:first-of-type::after, .section--team .employee--card:first-of-type::before, .section--team .employee--card:last-of-type::after, .section--team .employee--card:last-of-type::before {
    width: 315px;
    height: 320px;
    top: -60px;
    right: -35px;
  }
}
.section--team .employee--card:first-of-type::after, .section--team .employee--card:last-of-type::after {
  top: -38px;
  right: -40px;
  animation: rotating 7s linear infinite;
}
@media (min-width: 1440px) {
  .section--team .employee--card:first-of-type::after, .section--team .employee--card:last-of-type::after {
    width: 325px;
    height: 330px;
    top: -52px;
    right: -45px;
  }
}
.section--team .employee--card:first-of-type::before, .section--team .employee--card:first-of-type::after {
  width: 165px;
  height: 162px;
  top: auto;
  right: auto;
  bottom: -45px;
  left: -55px;
}
@media (min-width: 1440px) {
  .section--team .employee--card:first-of-type::before, .section--team .employee--card:first-of-type::after {
    width: 235px;
    height: 230px;
    bottom: -62px;
    left: -60px;
  }
}
.section--team .employee--card:first-of-type::after {
  width: 135px;
  height: 133px;
  bottom: -40px;
  left: -48px;
  animation: rotating 7s linear infinite;
}
@media (min-width: 1440px) {
  .section--team .employee--card:first-of-type::after {
    width: 190px;
    height: 185px;
    bottom: -55px;
    left: -55px;
  }
}
@media (min-width: 1024px) {
  .section--team .employee--card {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1280px) {
  .section--team .employee--card {
    padding-right: calc(20px);
    padding-left: calc(20px);
  }
}
.section--team .tns-ovh {
  overflow: visible;
}
.section--team .tns-ovh .tns-inner {
  overflow: visible;
}
@media (min-width: 1024px) {
  .section--team .tns-ovh {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .section--team {
    overflow: visible;
  }
}

.section--text-image {
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .section--text-image .container-fluid-right {
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .section--text-image .container-fluid-right {
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .section--text-image .content-image .content h4 {
    padding-right: 90px;
  }
}
@media (min-width: 1920px) {
  .section--text-image .content-image .content h4 {
    padding-right: 120px;
  }
}
.section--text-image .content-image .content .text h1,
.section--text-image .content-image .content .text h2,
.section--text-image .content-image .content .text h3,
.section--text-image .content-image .content .text h4 {
  margin: 20px 0 10px;
}
@media (min-width: 1280px) {
  .section--text-image .content-image .content {
    max-width: 435px;
  }
}
@media (min-width: 1440px) {
  .section--text-image .content-image .content {
    max-width: 475px;
  }
}
@media (min-width: 1920px) {
  .section--text-image .content-image .content {
    max-width: 590px;
  }
}
.section--text-image .content-image .image {
  width: calc(100% + 40px);
  margin: 0 -20px 25px;
}
@media (min-width: 768px) {
  .section--text-image .content-image .image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section--text-image .content-image .image {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (min-width: 1280px) {
  .section--text-image .content-image .image {
    max-width: 650px;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .section--text-image .content-image .image {
    max-width: 710px;
  }
}
@media (min-width: 1920px) {
  .section--text-image .content-image .image {
    max-width: 945px;
  }
}
@media (min-width: 1280px) {
  .section--text-image .content-image.content-image--switch .image {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .section--text-image .content-image.content-image--switch .content {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .section--text-image .content-image.content-image--switch {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .section--text-image .content-image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.section--numbers .numbers-wrapper {
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #697c70;
  box-shadow: 0 42px 16px -30px rgba(63, 68, 65, 0.15);
  position: relative;
  z-index: 1;
}
.section--numbers .numbers-wrapper .number-slider .number {
  padding: 45px 0;
  text-align: center;
}
.section--numbers .numbers-wrapper .number-slider .number * {
  color: #f4dbc5;
}
.section--numbers .numbers-wrapper .number-slider .number img {
  height: 40px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .section--numbers .numbers-wrapper .number-slider .number img {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .section--numbers .numbers-wrapper .number-slider .number img {
    height: 45px;
  }
}
@media (min-width: 1920px) {
  .section--numbers .numbers-wrapper .number-slider .number img {
    margin-bottom: 18px;
  }
}
.section--numbers .numbers-wrapper .number-slider .number h2 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section--numbers .numbers-wrapper .number-slider .number h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1280px) {
  .section--numbers .numbers-wrapper .number-slider .number h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1920px) {
  .section--numbers .numbers-wrapper .number-slider .number h2 {
    margin-bottom: 15px;
  }
}
.section--numbers .numbers-wrapper .number-slider .number p.lead {
  font-size: 12px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .section--numbers .numbers-wrapper .number-slider .number p.lead {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .section--numbers .numbers-wrapper .number-slider .number {
    padding: 15px 0;
  }
}
@media (min-width: 1280px) {
  .section--numbers .numbers-wrapper .number-slider .number {
    max-width: 250px;
  }
}
@media (min-width: 1440px) {
  .section--numbers .numbers-wrapper .number-slider .number {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .section--numbers .numbers-wrapper .number-slider {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .section--numbers .numbers-wrapper .number-slider {
    align-items: center;
    height: 100%;
  }
}
.section--numbers .numbers-wrapper .slick-dots {
  margin: 0;
}
@media (min-width: 1024px) {
  .section--numbers .numbers-wrapper {
    padding: 35px 60px;
  }
}
@media (min-width: 1280px) {
  .section--numbers .numbers-wrapper {
    height: 240px;
    border-radius: 20px;
    padding: 0 40px;
  }
}
@media (min-width: 1920px) {
  .section--numbers .numbers-wrapper {
    padding: 40px 105px;
  }
}

.section--form {
  padding: 40px 0;
}
.section--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox {
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: 0 2px 0 0 #fff;
}
.section--form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .heapBox a.holder {
  color: #c5c6c6;
}
.section--form .head {
  text-align: center;
}
.section--form .head p.lead {
  margin-bottom: 10px;
}
.section--form .head h4 {
  margin-bottom: 30px;
}
.section--form .container {
  position: relative;
  z-index: 1;
}
.section--form .gform_title {
  display: none;
}
@media (min-width: 1440px) {
  .section--form .gform_fields .gfield:last-child {
    width: 75%;
  }
}
.section--form .gform_fields .gfield.full-width {
  width: 100%;
}
.section--form .gform_fields .gfield.full-width textarea {
  min-height: 115px;
}
@media (min-width: 768px) {
  .section--form .gform_fields .gfield {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1440px) {
  .section--form .gform_fields .gfield {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section--form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section--form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .section--form .gform_wrapper.gravity-theme .gform_footer {
    bottom: 0;
  }
}
.section--form form {
  position: relative;
}
.section--form form .gform_footer input {
  width: 100%;
  background-color: #ee3224;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .section--form form .gform_footer input {
    margin-bottom: 0;
  }
}
.section--form form input[type=checkbox]::before,
.section--form form input[type=radio]::before {
  border-color: #fff;
}
.section--form form input[type=checkbox]:checked::before,
.section--form form input[type=radio]:checked::before {
  border-color: transparent;
}
.section--form form .gchoice {
  margin: 15px 0;
}
.section--form form .gchoice label {
  color: #fff;
}
.section--form form textarea,
.section--form form input[type=text],
.section--form form input[type=tel],
.section--form form input[type=email] {
  border-color: #fff !important;
  background-color: #3f4441 !important;
  color: #c5c6c6 !important;
  box-shadow: 0 2px 0 0 #fff !important;
}
.section--form form textarea::placeholder,
.section--form form input[type=text]::placeholder,
.section--form form input[type=tel]::placeholder,
.section--form form input[type=email]::placeholder {
  color: #c5c6c6;
}
@media (min-width: 768px) {
  .section--form form {
    max-width: 685px;
    margin: 0 auto;
  }
}
.section--form .gform_ajax_spinner {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section--form.section--dark-bg form textarea,
.section--form.section--dark-bg form input[type=text],
.section--form.section--dark-bg form input[type=tel],
.section--form.section--dark-bg form input[type=email] {
  color: #fff !important;
}
@media (min-width: 768px) {
  .section--form {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section--form {
    padding: 165px 0;
  }
}
@media (min-width: 1440px) {
  .section--form {
    padding: 200px 0;
  }
}
@media (min-width: 1920px) {
  .section--form {
    padding: 75px 0 85px;
  }
}

.section--full-width .text {
  transition: var(--speed-default);
}
.section--full-width .text .text-wrapper {
  overflow: hidden;
  max-height: 195px;
  transition: var(--speed-default);
}
.section--full-width .text .text-wrapper::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, #fff 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--full-width .text .text-wrapper::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--full-width .text .text-wrapper {
    max-height: none;
  }
}
.section--full-width .text .text-toggle {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section--full-width .text .text-toggle {
    display: none;
  }
}
.section--full-width .text.open .text-wrapper::before {
  opacity: 0;
}

.section--locations {
  overflow: hidden;
}
.section--locations .locations__head {
  text-align: center;
}
.section--locations .locations__head p {
  margin-bottom: 30px;
}
.section--locations .locations__slider {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .section--locations .locations__slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .section--locations .locations__slider {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .section--locations .locations__slider .card.card--location {
    grid-column: span 2;
  }
  .section--locations .locations__slider.card-items--4 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--5 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
  .section--locations .locations__slider.card-items--7 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--8 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
  .section--locations .locations__slider.card-items--10 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--11 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
  .section--locations .locations__slider.card-items--13 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--14 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
  .section--locations .locations__slider.card-items--16 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--17 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
  .section--locations .locations__slider.card-items--19 .card.card--location:nth-last-child(1) {
    grid-column: 3/5;
  }
  .section--locations .locations__slider.card-items--20 .card.card--location:nth-last-child(2) {
    grid-column: 2/4;
  }
}
.section--locations .slider--navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--locations .slider--navigation .slick-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #d9c6a5;
  cursor: pointer;
  transition: var(--speed-slow);
}
.section--locations .slider--navigation .slick-arrow[aria-disabled=true] {
  opacity: 0.1;
}
.section--locations .slider--navigation .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.section--locations .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .section--locations .slick-list {
    overflow: hidden;
  }
}
.section--locations .slick-track {
  display: flex;
  flex-grow: 1;
}
.section--locations .slick-track .slick-slide {
  width: 335px;
  height: auto;
  margin: 10px;
}
.section--locations .slick-track .slick-slide > div {
  height: 100%;
}
.section--locations .slick-track .slick-slide > div .col-xl-4 {
  height: 100%;
}
@media (min-width: 768px) {
  .section--locations .slick-track .slick-slide {
    width: auto;
    margin-right: 0;
  }
}

.section--image-posts .image-wrapper {
  position: relative;
}
.section--image-posts .image-wrapper .show-video {
  display: block;
  height: 100%;
}
@media (min-width: 1280px) {
  .section--image-posts .image-wrapper .show-video {
    cursor: url("../images/cursors/play-video.svg"), auto;
  }
}
.section--image-posts .image-wrapper img {
  border-radius: 12px;
}
@media (min-width: 1440px) {
  .section--image-posts .image-wrapper img {
    border-radius: 20px;
  }
}
.section--image-posts .image-wrapper .play-video {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section--image-posts .posts {
  margin-top: 30px;
  position: relative;
}
.section--image-posts .posts .post {
  border-bottom: 1px solid #f4dbc5;
  padding: 15px 0;
  position: relative;
  transition: var(--speed-default);
}
.section--image-posts .posts .post p {
  margin-bottom: 10px;
}
.section--image-posts .posts .post h5 {
  margin-right: 100px;
}
.section--image-posts .posts .post i {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: var(--speed-default);
}
.section--image-posts .posts .post:hover {
  border-color: #d9c6a5;
}
.section--image-posts .posts .post:hover i {
  transform: translateX(5px);
}
@media (min-width: 1440px) {
  .section--image-posts .posts .post {
    padding: 20px 0;
  }
}
.section--image-posts .posts .btn--rounded {
  display: none;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .section--image-posts .posts .btn--rounded {
    display: flex;
    right: 25px;
    bottom: -75px;
  }
}
@media (min-width: 1280px) {
  .section--image-posts .posts .btn--rounded {
    bottom: -50px;
  }
}
@media (min-width: 1920px) {
  .section--image-posts .posts .btn--rounded {
    right: 50px;
  }
}
@media (min-width: 768px) {
  .section--image-posts .posts {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .section--image-posts .posts {
    margin: 0;
  }
}
.section--image-posts .video-popup {
  display: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.section--image-posts .video-popup .video-wrapper {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.section--image-posts .video-popup .video-wrapper video {
  width: 100%;
}
@media (min-width: 1920px) {
  .section--image-posts .video-popup .video-wrapper {
    max-width: 1000px;
  }
}
.section--image-posts .video-popup .close-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0;
}
.section--image-posts .video-popup .close-video::before {
  transform: rotate(45deg);
}
.section--image-posts .video-popup .close-video::before, .section--image-posts .video-popup .close-video::after {
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #ee3224;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
@media (min-width: 1280px) {
  .section--image-posts .video-popup .close-video::before, .section--image-posts .video-popup .close-video::after {
    width: 20px;
  }
}
.section--image-posts .video-popup .close-video::after {
  transform: rotate(-45deg);
}
.section--image-posts .video-popup .close-video:hover::before {
  transform: rotate(40deg);
}
.section--image-posts .video-popup .close-video:hover::after {
  transform: rotate(-40deg);
}
@media (min-width: 1280px) {
  .section--image-posts .video-popup .close-video {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}
.section--image-posts .video-popup.active {
  display: flex;
}

.section--team-slider-block {
  overflow: hidden;
}
.section--team-slider-block h4 {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .section--team-slider-block h4 {
    margin-bottom: 60px;
  }
}
.section--team-slider-block .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .section--team-slider-block .slick-list {
    overflow: hidden;
  }
}
@media (min-width: 1920px) {
  .section--team-slider-block .container-fluid-right {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.section--team-slider-block .team-slider .slick-slide {
  width: 260px;
}
.section--team-slider-block .team-slider .slick-slide .team-slide {
  display: inline-flex !important;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  text-align: center;
  cursor: url("../images/cursors/team-cursor-drag.svg"), auto;
  position: relative;
}
.section--team-slider-block .team-slider .slick-slide .team-slide a {
  cursor: url("../images/cursors/team-cursor-link.svg"), auto;
}
.section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title {
  padding: 25px;
  text-align: center;
  cursor: url("../images/cursors/team-cursor-link.svg"), auto;
  position: relative;
}
.section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title p {
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title p {
    font-size: 22px;
    line-height: 30px;
  }
}
.section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title a.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 20px auto 0;
  border-radius: 50%;
  background-color: #697c70;
  transition: var(--speed-default);
}
.section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title a.icon i {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 1920px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title a.icon i {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title a.icon {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }
}
.section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title:hover a {
  transform: translateX(10px);
}
@media (min-width: 1440px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title {
    padding: 70px 30px 30px;
  }
}
@media (min-width: 1920px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide .team-slide__title {
    padding: 60px 35px 35px;
  }
}
@media (min-width: 1024px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide {
    height: 440px;
  }
}
@media (min-width: 1440px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide {
    height: 495px;
  }
}
@media (min-width: 1920px) {
  .section--team-slider-block .team-slider .slick-slide .team-slide {
    height: 630px;
  }
}
@media (min-width: 1440px) {
  .section--team-slider-block .team-slider .slick-slide {
    width: 295px;
  }
}
@media (min-width: 1920px) {
  .section--team-slider-block .team-slider .slick-slide {
    width: 375px;
  }
}

.section--steps-wheel {
  margin-top: 10px;
}
.section--steps-wheel .wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 340px;
  margin: 0 auto;
  border: 55px solid #fae5d8;
  border-radius: 50%;
  position: relative;
  transition: var(--speed-slow);
}
.section--steps-wheel .wheel::before {
  width: calc(100% + 55px);
  height: calc(100% + 55px);
  margin: auto;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -27px;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel::before {
    width: calc(100% + 75px);
    height: calc(100% + 75px);
    left: -37px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel::before {
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    left: -45px;
  }
}
.section--steps-wheel .wheel .wheel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fae5d8;
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  z-index: 1;
}
.section--steps-wheel .wheel .wheel-icon i {
  font-size: 22px;
  transition: var(--speed-default);
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon i {
    font-size: 30px;
  }
}
.section--steps-wheel .wheel .wheel-icon:hover i {
  transform: scale(1.1);
}
.section--steps-wheel .wheel .wheel-icon.active {
  border-color: transparent;
  background-color: #ee3224;
}
.section--steps-wheel .wheel .wheel-icon.active i {
  color: #fff;
}
.section--steps-wheel .wheel .wheel-icon:nth-child(2) {
  top: -10px;
  right: -15px;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(2) {
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(2) {
    top: 32px;
    right: 32px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(3) {
  top: 0;
  right: -55px;
  bottom: 0;
  left: auto;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(3) {
    right: -65px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(3) {
    right: -83px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(4) {
  top: auto;
  right: -15px;
  bottom: -10px;
  left: auto;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(4) {
    right: 15px;
    bottom: 35px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(4) {
    right: 20px;
    bottom: 45px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(5) {
  top: auto;
  bottom: -55px;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(5) {
    bottom: -65px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(5) {
    bottom: -83px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(6) {
  top: auto;
  right: auto;
  bottom: -10px;
  left: -15px;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(6) {
    bottom: 35px;
    left: 15px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(6) {
    bottom: 45px;
    left: 20px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(7) {
  top: 0;
  right: auto;
  bottom: 0;
  left: -55px;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(7) {
    left: -65px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(7) {
    left: -83px;
  }
}
.section--steps-wheel .wheel .wheel-icon:nth-child(8) {
  top: -10px;
  right: auto;
  bottom: auto;
  left: -15px;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(8) {
    top: 25px;
    left: 25px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon:nth-child(8) {
    top: 32px;
    left: 32px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel .wheel-icon {
    width: 75px;
    height: 75px;
    top: -83px;
  }
}
.section--steps-wheel .wheel .wheel__inner {
  transition: var(--speed-default);
}
.section--steps-wheel .wheel .wheel__inner .wheel__text {
  display: none;
  text-align: center;
  position: relative;
  z-index: 9;
}
.section--steps-wheel .wheel .wheel__inner .wheel__text i {
  margin-bottom: 15px;
  font-size: 42px;
  color: #ee3224;
}
.section--steps-wheel .wheel .wheel__inner .wheel__text a {
  color: #b5121b;
  cursor: pointer;
}
.section--steps-wheel .wheel .wheel__inner .wheel__text a:hover {
  text-decoration: underline;
}
.section--steps-wheel .wheel .wheel__inner .wheel__text.active {
  display: block;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel__inner .wheel__text {
    width: 60%;
  }
}
.section--steps-wheel .wheel .wheel__inner p:not(.lead) {
  display: none;
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel__inner p:not(.lead) {
    display: block;
  }
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel .wheel__inner {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section--steps-wheel .wheel.active.active-1 {
  transform: rotate(-45deg);
}
.section--steps-wheel .wheel.active.active-1 .wheel__inner,
.section--steps-wheel .wheel.active.active-1 .wheel-icon {
  transform: rotate(45deg);
}
.section--steps-wheel .wheel.active.active-2 {
  transform: rotate(-90deg);
}
.section--steps-wheel .wheel.active.active-2 .wheel__inner,
.section--steps-wheel .wheel.active.active-2 .wheel-icon {
  transform: rotate(90deg);
}
.section--steps-wheel .wheel.active.active-3 {
  transform: rotate(-135deg);
}
.section--steps-wheel .wheel.active.active-3 .wheel__inner,
.section--steps-wheel .wheel.active.active-3 .wheel-icon {
  transform: rotate(135deg);
}
.section--steps-wheel .wheel.active.active-4 {
  transform: rotate(-180deg);
}
.section--steps-wheel .wheel.active.active-4 .wheel__inner,
.section--steps-wheel .wheel.active.active-4 .wheel-icon {
  transform: rotate(180deg);
}
.section--steps-wheel .wheel.active.active-5 {
  transform: rotate(-225deg);
}
.section--steps-wheel .wheel.active.active-5 .wheel__inner,
.section--steps-wheel .wheel.active.active-5 .wheel-icon {
  transform: rotate(225deg);
}
.section--steps-wheel .wheel.active.active-6 {
  transform: rotate(-270deg);
}
.section--steps-wheel .wheel.active.active-6 .wheel__inner,
.section--steps-wheel .wheel.active.active-6 .wheel-icon {
  transform: rotate(270deg);
}
.section--steps-wheel .wheel.active.active-7 {
  transform: rotate(-315deg);
}
.section--steps-wheel .wheel.active.active-7 .wheel__inner,
.section--steps-wheel .wheel.active.active-7 .wheel-icon {
  transform: rotate(315deg);
}
@media (min-width: 768px) {
  .section--steps-wheel .wheel {
    width: 680px;
    height: 680px;
    margin: 0 auto;
    border: 75px solid #fae5d8;
    background-color: #f4dbc5;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel .wheel {
    width: 870px;
    height: 870px;
    border: 90px solid #fae5d8;
  }
}
.section--steps-wheel .accordions {
  margin-top: 35px;
}
.section--steps-wheel .accordions .step-accordion {
  border-bottom: 1px solid #f4dbc5;
  padding: 20px 0;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle .step-accordion__toggle__title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 80%;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle .step-accordion__toggle__title p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #b5121b;
  font-weight: 900;
  color: #fff;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle p.plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle p.plus::after, .section--steps-wheel .accordions .step-accordion .step-accordion__toggle p.plus::before {
  width: 10px;
  height: 1px;
  border-radius: 5px;
  background-color: #000;
  content: "";
  position: absolute;
  transition: var(--speed-default);
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle p.plus::after {
  transform: rotate(90deg);
}
.section--steps-wheel .accordions .step-accordion .step-accordion__toggle p.lead {
  font-size: 12px;
  line-height: 30px;
}
.section--steps-wheel .accordions .step-accordion .step-accordion__content {
  overflow: hidden;
  max-height: 0;
  margin-left: 60px;
  transition: var(--speed-default);
}
.section--steps-wheel .accordions .step-accordion.open .step-accordion__toggle {
  margin-bottom: 10px;
}
.section--steps-wheel .accordions .step-accordion.open .step-accordion__toggle p.plus::after {
  transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .section--steps-wheel {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) {
  .section--steps-wheel {
    margin-top: 100px;
  }
}
@media (min-width: 1920px) {
  .section--steps-wheel {
    margin-top: 140px;
  }
}

.section--map #g-map {
  width: 100%;
  height: 400px;
}
@media (min-width: 1024px) {
  .section--map #g-map {
    height: 650px;
  }
}
@media (min-width: 1920px) {
  .section--map #g-map {
    height: 760px;
  }
}

.maps--overview .infoBox {
  transform: translateX(-50%) translateY(5px) !important;
}

.section--image-cta-lr .cta .cta__left {
  text-align: center;
}
.section--image-cta-lr .cta .cta__left img {
  width: 100%;
  max-width: 65px;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .section--image-cta-lr .cta .cta__left img {
    max-width: 350px;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr .cta .cta__left img {
    max-width: 425px;
  }
}
@media (min-width: 1440px) {
  .section--image-cta-lr .cta .cta__left img {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr .cta .cta__left img {
    max-width: 567px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr .cta .cta__left {
    display: flex;
  }
}
.section--image-cta-lr .cta .cta__right {
  margin-top: -45px;
  border-radius: 20px;
  padding: 55px 10px 30px;
  background-color: #f4dbc5;
  text-align: center;
  box-shadow: 0 42px 16px -30px rgba(63, 68, 65, 0.15);
}
.section--image-cta-lr .cta .cta__right h3 {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .section--image-cta-lr .cta .cta__right h3 {
    padding: 0;
  }
}
.section--image-cta-lr .cta .cta__right .lead,
.section--image-cta-lr .cta .cta__right a:not(.btn) {
  color: #ee3224;
}
.section--image-cta-lr .cta .cta__right p:not(.lead),
.section--image-cta-lr .cta .cta__right p * {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1440px) {
  .section--image-cta-lr .cta .cta__right p:not(.lead),
  .section--image-cta-lr .cta .cta__right p * {
    font-size: 16px;
    line-height: 24px;
  }
}
.section--image-cta-lr .cta .cta__right a.btn {
  margin-top: 25px;
}
@media (min-width: 1440px) {
  .section--image-cta-lr .cta .cta__right a.btn {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr .cta .cta__right {
    flex: 1;
    margin-top: 0;
    border-radius: 0 20px 20px 0;
    padding: 40px 30px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr .cta .cta__right {
    padding: 40px 60px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr .cta .cta__right {
    padding: 60px 100px 60px 140px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr .cta {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }
}
.section--image-cta-lr.section--image-cta-lr--small .cta .cta__left picture img {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__left picture img {
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__left picture {
    overflow: hidden;
    width: 400px;
    border-radius: 20px 0 0 20px;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__left picture {
    width: 500px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__left picture {
    width: 590px;
  }
}
.section--image-cta-lr.section--image-cta-lr--small .cta .cta__right {
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 35px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons a.btn {
    margin-top: 0;
  }
}
.section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons a.btn-text {
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons a.btn-text {
    width: auto;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons a.btn-text {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons a.btn-text {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right .cta__right__buttons {
    display: flex;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right {
    padding: 50px 40px;
  }
}
@media (min-width: 1920px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta .cta__right {
    padding: 75px 60px;
  }
}
@media (min-width: 1024px) {
  .section--image-cta-lr.section--image-cta-lr--small .cta {
    align-items: stretch;
  }
}

.section--three-usp-blocks {
  position: relative;
}
.section--three-usp-blocks .col-md-6 .usp {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 30px;
}
.section--three-usp-blocks .col-md-6 .usp .usp__title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.section--three-usp-blocks .col-md-6 .usp .usp__title picture {
  flex-shrink: 0;
}
.section--three-usp-blocks .col-md-6 .usp .usp__title picture img {
  flex-shrink: 0;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  .section--three-usp-blocks .col-md-6 .usp .usp__title picture img {
    min-width: 85px;
    height: 95px;
  }
}
.section--three-usp-blocks .col-md-6 .usp .usp__title h6 {
  max-width: 70%;
  margin-left: 15px;
}
@media (min-width: 1920px) {
  .section--three-usp-blocks .col-md-6 .usp .usp__title h6 {
    margin-left: 25px;
  }
}
.section--three-usp-blocks .col-md-6 .usp .btn-arrow {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-weight: 800;
  color: #3f4441;
}
.section--three-usp-blocks .col-md-6 .usp .btn-arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  content: "\E91C";
  color: #fff;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .section--three-usp-blocks .col-md-6 .usp .btn-arrow {
    align-self: flex-end;
  }
}
@media (min-width: 1280px) {
  .section--three-usp-blocks .col-md-6 .usp .btn-arrow {
    font-size: 16px;
    line-height: 22px;
  }
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact {
  margin-top: 30px;
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact a span {
  color: #ee3224;
  text-decoration: underline;
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact a i {
  width: 35px;
  color: #ee3224;
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact a:last-child {
  margin-bottom: 0;
}
.section--three-usp-blocks .col-md-6 .usp .usp__contact a:nth-child(2) i {
  font-size: 16px;
}
@media (min-width: 1920px) {
  .section--three-usp-blocks .col-md-6 .usp .usp__contact a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .section--three-usp-blocks .col-md-6 .usp .usp__contact {
    align-self: flex-end;
  }
}
.section--three-usp-blocks .col-md-6 .usp.usp--grey {
  background-color: #ececec;
}
.section--three-usp-blocks .col-md-6 .usp.usp--grey .btn-arrow::before {
  background-color: #697c70;
}
.section--three-usp-blocks .col-md-6 .usp.usp--purple {
  background-color: #e3d3d7;
}
.section--three-usp-blocks .col-md-6 .usp.usp--purple .btn-arrow::before {
  background-color: #855460;
}
.section--three-usp-blocks .col-md-6 .usp.usp--red {
  background-color: #ead3cb;
}
.section--three-usp-blocks .col-md-6 .usp.usp--red .btn-arrow::before {
  background-color: #b7472a;
}
.section--three-usp-blocks .col-md-6 .usp.usp--brown {
  background-color: #f4dbc5;
}
.section--three-usp-blocks .col-md-6 .usp.usp--brown .btn-arrow::before {
  background-color: #b7472a;
}
@media (min-width: 1024px) {
  .section--three-usp-blocks .col-md-6 .usp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 250px;
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .section--three-usp-blocks .col-md-6 .usp {
    padding: 40px 25px;
  }
}
@media (min-width: 1920px) {
  .section--three-usp-blocks .col-md-6 .usp {
    min-height: 300px;
    padding: 40px;
  }
}
.section--three-usp-blocks .col-md-6:last-child .usp {
  margin-bottom: 0;
}
.section--three-usp-blocks.show--gradient::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(244, 219, 197, 0.5) 66%);
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--three-usp-blocks.show--gradient::before {
    top: -75%;
  }
}
@media (min-width: 1280px) {
  .section--three-usp-blocks.show--gradient::before {
    height: calc(100% + 200px);
    top: calc(-50% - 200px);
  }
}

.section--video-hero .section--video__body {
  text-align: center;
}
.section--video-hero .video-container {
  position: relative;
}
.section--video-hero .video-container::after, .section--video-hero .video-container::before {
  display: block;
  width: 217px;
  height: 220px;
  border: 1px solid #d9c6a5;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: 0;
  animation: rotating 5s linear infinite;
}
@media (min-width: 1440px) {
  .section--video-hero .video-container::after, .section--video-hero .video-container::before {
    width: 446px;
    height: 446px;
    top: auto;
    bottom: -110px;
    left: -240px;
  }
}
.section--video-hero .video-container::after {
  top: -34px;
  left: -44px;
  animation: rotating 7s linear infinite;
}
@media (min-width: 1440px) {
  .section--video-hero .video-container::after {
    width: 448px;
    height: 449px;
    top: auto;
    bottom: -100px;
    left: -232px;
  }
}
.section--video-hero .video-wrapper {
  width: 100%;
  border-radius: 10px;
}
.section--video-hero .video-wrapper video {
  width: 100%;
}
@media (min-width: 1920px) {
  .section--video-hero .video-wrapper {
    border-radius: 20px;
  }
}
.section--video-hero .button-wrapper .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
}
.section--video-hero .button-wrapper .buttons .btn {
  margin-top: 32px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 1920px) {
  .section--video-hero .button-wrapper {
    margin-top: 48px;
  }
}

.section--detail-images {
  margin: 30px 0;
}
.section--detail-images .slick-slide .image--slide {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.section--detail-images .slick-slide .image--slide::before {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--speed-default);
  transition-delay: 0.3s;
}
.section--detail-images .slick-slide .image--slide .image--slide__content {
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  transform: translateY(300px);
  transition: var(--speed-slow);
}
.section--detail-images .slick-slide .image--slide .image--slide__content h6 {
  color: #fff;
}
.section--detail-images .slick-slide .image--slide .image--slide__content p {
  color: rgba(255, 255, 255, 0.8);
}
.section--detail-images .slick-slide .image--slide .image--slide__content a.btn {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .section--detail-images .slick-slide .image--slide .image--slide__content {
    bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .section--detail-images .slick-slide .image--slide {
    border-radius: 20px;
  }
}
.section--detail-images .slick-slide.slick-current .image--slide::before {
  opacity: 1;
}
.section--detail-images .slick-slide.slick-current .image--slide .image--slide__content {
  transform: translateY(0);
}
@media (min-width: 1440px) {
  .section--detail-images {
    margin: 60px 0;
  }
}

.section--detail-cta .cta-wrapper {
  border-radius: 12px;
  padding: 20px 40px 40px;
  background-color: #ececec;
}
@media (min-width: 1440px) {
  .section--detail-cta .cta-wrapper {
    border-radius: 20px;
    padding: 30px 50px 50 §px;
  }
}
@media (min-width: 1920px) {
  .section--detail-cta .cta-wrapper {
    padding: 40px 60px 60px;
  }
}

.section--video {
  margin-top: 30px;
}
.section--video .video-wrapper {
  overflow: hidden;
  margin-top: 48px;
  position: relative;
  z-index: 2;
}
.section--video .video-wrapper .js-popup-gallery {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.section--video .video-wrapper .video-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: url("../images/cursors/play-video.svg"), auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: var(--speed-default);
}
.section--video .video-wrapper .video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: url("../images/cursors/play-video-arrow.svg"), auto;
  position: absolute;
  top: 0;
  left: 0;
}
.section--video .video-wrapper.active .video-placeholder {
  transform: translateY(100%);
}
@media (min-width: 1440px) {
  .section--video .video-wrapper {
    margin-top: 56px;
  }
}
.section--video .button-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .section--video {
    margin-top: 60px;
  }
}

.section--textblock-detail h1,
.section--textblock-detail h2,
.section--textblock-detail h3,
.section--textblock-detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .section--textblock-detail h1,
  .section--textblock-detail h2,
  .section--textblock-detail h3,
  .section--textblock-detail h4 {
    margin-top: 60px;
  }
}
.section--textblock-detail p {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .section--textblock-detail p {
    margin-bottom: 25px;
  }
}
.section--textblock-detail ul *,
.section--textblock-detail ol * {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 68, 65, 0.8);
}
@media (min-width: 1024px) {
  .section--textblock-detail ul *,
  .section--textblock-detail ol * {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .section--textblock-detail ul *,
  .section--textblock-detail ol * {
    font-size: 20px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=app.css.map*/