@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://use.typekit.net/dfz8kbk.css);
/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --playfair: "Playfair Display", serif;
  --manrope: "Manrope", sans-serif;
  --bc-body: #FCFCF9;
  --dark: #1E1E1E;
  --black: #000000;
  --fs-h1: clamp(2.15rem, 5.5vw, 5.5rem);
  --fs-xl-sup: clamp(1.3rem, 3vw, 3rem);
  --fs-h1-only-st: clamp(2.15rem, 3.3vw, 4.375rem);
  --fs-xl-sup-only-st: clamp(1.3rem, 2vw, 2rem);
  --fs-h1-inner: clamp(2.45rem, 3.75vw, 3.75rem);
  --fs-h2: clamp(2rem, 1.75vw, 1.75rem);
  --fs-h2-lh: clamp(2.375rem, 2.06vw, 2.06rem);
  --fs-h2-v2: clamp(1.75rem, 1.75vw, 1.75rem);
  --lh-h2-v2: clamp(2.06rem, 2.06vw, 2.06rem);
  --fs-title-in: clamp(0.875rem, 1.125vw, 1.125rem);
  --fs-title-in-lh: clamp(1.36rem, 1.5625vw, 1.5625rem);
  --fs-subcopy: clamp(1.75rem, 2.75vw, 2.75rem);
  --fs-subcopy-lh: clamp(2.25rem, 3.5vw, 3.5rem);
  --fs-subcopy-test: clamp(1.35rem, 1.5vw, 1.5rem);
  --fs-subcopy-lh-test: clamp(1.75rem, 2vw, 2rem);
  --fs-subcopy_spec: clamp(1.25rem, 2.1875vw, 2.1875rem);
  --fs-subcopy-lh_spec: clamp(2.05rem, 3.125vw, 3.125rem);
  --fs-p-in: clamp(0.875rem, 1vw, 1rem);
  --fs-p-lh: clamp(1.06rem, 1.5vw, 1.5rem);
  --fs-title-icon: clamp(1.2rem, 1.5vw, 1.5rem);
  --fs-title-icon-lh: clamp(1.83rem, 1.68vw, 1.68rem);
  --fs-pv2-lh: clamp(1.5rem, 1.5vw, 1.5rem);
  --fs-content-text: clamp(1.5rem, 2.8vw, 2.8rem);
  --lh-content-text: clamp(2.25rem, 3.3vw, 3.3rem);
  --fs-content-text-v2: clamp(1.5rem, 2.8vw, 1.875rem);
  --lh-content-textv-v2: clamp(2.25rem, 3.3vw, 2.6875rem);
  --fs-pr-30-mob: clamp(1.87rem, 4vw, 4rem);
  --fs-pr-20-mob: clamp(1.25rem, 4vw, 4rem);
  --fs-pr-50: clamp(3rem, 4vw, 4rem);
  --fs-pr-0: clamp(0, 4vw, 4rem);
  --fs-h2-diff: clamp(0.875rem, 1.2vw, 1.2rem);
  --lh-h2-diff: clamp(1.06rem, 1.8vw, 1.8rem);
  --fs-h2-diff-an: clamp(0.875rem, 1.2vw, 1rem);
  --lh-h2-diff-an: clamp(1.06rem, 1.25vw, 1.25rem);
  --fs-li-filter: clamp(1.125rem, 1.2vw, 1.2rem);
  --lh-li-filter: clamp(1.06rem, 1.8vw, 1.8rem);
  --mh-img: clamp(2rem, 4.375vw, 4.375rem);
  --mw-img: clamp(8rem, 10.375vw, 10.375rem);
  --fs-range: clamp(0.875rem, 1vw, 1rem);
  --text-testimonials-width: clamp(auto, 43.75vw, 43.75rem);
  --img-mw-width: 90px;
  --fs-600: 2rem;
  --fs-400: 1rem;
}

@media (min-width: 50em) {
  :root {
    --fs-600: 3rem;
    --fs-400: 1.125rem;
  }
}
@media (min-width: 106.25em) {
  :root {
    --fs-h1: clamp(2.25rem, 6.3vw, 6.3rem);
    --fs-xl-sup: clamp(1.5rem, 4vw, 4rem);
  }
}
.inner-single {
  max-width: 57em;
}

.fancybox-active .entry-content {
  filter: blur(4px);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.1 !important;
}

/*-------------------------
*  Grid
*--------------------------*/
/*-------------------------
*  Spacing
*--------------------------*/
/*-------------------------
*  Media Queries
*--------------------------*/
/*-------------------------
*  Colors
*--------------------------*/
/*-------------------------
*  Typography
*--------------------------*/
/*-------------------------
*  Animations
*--------------------------*/
.container,
.container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container {
  max-width: 90em;
}
@media (min-width: 90em) {
  .container {
    max-width: 98.75em;
  }
}
@media (min-width: 96em) {
  .container {
    max-width: 106.25em;
  }
}
.container.container-gutter {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 75em) {
  .container.container-gutter {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 96em) {
  .container.container-gutter {
    max-width: 90em;
  }
}
.container.container-anim {
  max-width: 106.25em;
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  max-width: 100%;
}

.container-narrow {
  max-width: 75em;
}

.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: 5px;
  margin-left: 5px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.justify-start {
  justify-content: flex-start;
}
.row.justify-end {
  justify-content: flex-end;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-between {
  justify-content: space-between;
}
.row.justify-around {
  justify-content: space-around;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.align-top {
  align-items: flex-start;
}
.row.align-bottom {
  align-items: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-baseline {
  align-items: baseline;
}
.row.align-stretch {
  align-items: stretch;
}
.row .flex-item {
  flex: 0 0 auto;
}
.row .flex-item.grow {
  flex-grow: 1;
}

[class^=col-],
[class*=" col-"] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 30em) {
  .col-xs-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xs-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xs-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xs-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xs-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 0.0833333333;
  }
  .col-xs-pull-2 {
    right: 0.1666666667;
  }
  .col-xs-pull-3 {
    right: 0.25;
  }
  .col-xs-pull-4 {
    right: 0.3333333333;
  }
  .col-xs-pull-5 {
    right: 0.4166666667;
  }
  .col-xs-pull-6 {
    right: 0.5;
  }
  .col-xs-pull-7 {
    right: 0.5833333333;
  }
  .col-xs-pull-8 {
    right: 0.6666666667;
  }
  .col-xs-pull-9 {
    right: 0.75;
  }
  .col-xs-pull-10 {
    right: 0.8333333333;
  }
  .col-xs-pull-11 {
    right: 0.9166666667;
  }
  .col-xs-pull-12 {
    right: 1;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 0.0833333333;
  }
  .col-xs-push-2 {
    left: 0.1666666667;
  }
  .col-xs-push-3 {
    left: 0.25;
  }
  .col-xs-push-4 {
    left: 0.3333333333;
  }
  .col-xs-push-5 {
    left: 0.4166666667;
  }
  .col-xs-push-6 {
    left: 0.5;
  }
  .col-xs-push-7 {
    left: 0.5833333333;
  }
  .col-xs-push-8 {
    left: 0.6666666667;
  }
  .col-xs-push-9 {
    left: 0.75;
  }
  .col-xs-push-10 {
    left: 0.8333333333;
  }
  .col-xs-push-11 {
    left: 0.9166666667;
  }
  .col-xs-push-12 {
    left: 1;
  }
  .col-xs-offset-1 {
    margin-left: 0.0833333333;
  }
  .col-xs-offset-2 {
    margin-left: 0.1666666667;
  }
  .col-xs-offset-3 {
    margin-left: 0.25;
  }
  .col-xs-offset-4 {
    margin-left: 0.3333333333;
  }
  .col-xs-offset-5 {
    margin-left: 0.4166666667;
  }
  .col-xs-offset-6 {
    margin-left: 0.5;
  }
  .col-xs-offset-7 {
    margin-left: 0.5833333333;
  }
  .col-xs-offset-8 {
    margin-left: 0.6666666667;
  }
  .col-xs-offset-9 {
    margin-left: 0.75;
  }
  .col-xs-offset-10 {
    margin-left: 0.8333333333;
  }
  .col-xs-offset-11 {
    margin-left: 0.9166666667;
  }
}
@media (min-width: 37.5em) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 0.0833333333;
  }
  .col-sm-pull-2 {
    right: 0.1666666667;
  }
  .col-sm-pull-3 {
    right: 0.25;
  }
  .col-sm-pull-4 {
    right: 0.3333333333;
  }
  .col-sm-pull-5 {
    right: 0.4166666667;
  }
  .col-sm-pull-6 {
    right: 0.5;
  }
  .col-sm-pull-7 {
    right: 0.5833333333;
  }
  .col-sm-pull-8 {
    right: 0.6666666667;
  }
  .col-sm-pull-9 {
    right: 0.75;
  }
  .col-sm-pull-10 {
    right: 0.8333333333;
  }
  .col-sm-pull-11 {
    right: 0.9166666667;
  }
  .col-sm-pull-12 {
    right: 1;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 0.0833333333;
  }
  .col-sm-push-2 {
    left: 0.1666666667;
  }
  .col-sm-push-3 {
    left: 0.25;
  }
  .col-sm-push-4 {
    left: 0.3333333333;
  }
  .col-sm-push-5 {
    left: 0.4166666667;
  }
  .col-sm-push-6 {
    left: 0.5;
  }
  .col-sm-push-7 {
    left: 0.5833333333;
  }
  .col-sm-push-8 {
    left: 0.6666666667;
  }
  .col-sm-push-9 {
    left: 0.75;
  }
  .col-sm-push-10 {
    left: 0.8333333333;
  }
  .col-sm-push-11 {
    left: 0.9166666667;
  }
  .col-sm-push-12 {
    left: 1;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 0.0833333333;
  }
  .col-sm-offset-2 {
    margin-left: 0.1666666667;
  }
  .col-sm-offset-3 {
    margin-left: 0.25;
  }
  .col-sm-offset-4 {
    margin-left: 0.3333333333;
  }
  .col-sm-offset-5 {
    margin-left: 0.4166666667;
  }
  .col-sm-offset-6 {
    margin-left: 0.5;
  }
  .col-sm-offset-7 {
    margin-left: 0.5833333333;
  }
  .col-sm-offset-8 {
    margin-left: 0.6666666667;
  }
  .col-sm-offset-9 {
    margin-left: 0.75;
  }
  .col-sm-offset-10 {
    margin-left: 0.8333333333;
  }
  .col-sm-offset-11 {
    margin-left: 0.9166666667;
  }
}
@media (min-width: 50em) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 0.0833333333;
  }
  .col-md-pull-2 {
    right: 0.1666666667;
  }
  .col-md-pull-3 {
    right: 0.25;
  }
  .col-md-pull-4 {
    right: 0.3333333333;
  }
  .col-md-pull-5 {
    right: 0.4166666667;
  }
  .col-md-pull-6 {
    right: 0.5;
  }
  .col-md-pull-7 {
    right: 0.5833333333;
  }
  .col-md-pull-8 {
    right: 0.6666666667;
  }
  .col-md-pull-9 {
    right: 0.75;
  }
  .col-md-pull-10 {
    right: 0.8333333333;
  }
  .col-md-pull-11 {
    right: 0.9166666667;
  }
  .col-md-pull-12 {
    right: 1;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 0.0833333333;
  }
  .col-md-push-2 {
    left: 0.1666666667;
  }
  .col-md-push-3 {
    left: 0.25;
  }
  .col-md-push-4 {
    left: 0.3333333333;
  }
  .col-md-push-5 {
    left: 0.4166666667;
  }
  .col-md-push-6 {
    left: 0.5;
  }
  .col-md-push-7 {
    left: 0.5833333333;
  }
  .col-md-push-8 {
    left: 0.6666666667;
  }
  .col-md-push-9 {
    left: 0.75;
  }
  .col-md-push-10 {
    left: 0.8333333333;
  }
  .col-md-push-11 {
    left: 0.9166666667;
  }
  .col-md-push-12 {
    left: 1;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 0.0833333333;
  }
  .col-md-offset-2 {
    margin-left: 0.1666666667;
  }
  .col-md-offset-3 {
    margin-left: 0.25;
  }
  .col-md-offset-4 {
    margin-left: 0.3333333333;
  }
  .col-md-offset-5 {
    margin-left: 0.4166666667;
  }
  .col-md-offset-6 {
    margin-left: 0.5;
  }
  .col-md-offset-7 {
    margin-left: 0.5833333333;
  }
  .col-md-offset-8 {
    margin-left: 0.6666666667;
  }
  .col-md-offset-9 {
    margin-left: 0.75;
  }
  .col-md-offset-10 {
    margin-left: 0.8333333333;
  }
  .col-md-offset-11 {
    margin-left: 0.9166666667;
  }
}
@media (min-width: 75em) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 0.0833333333;
  }
  .col-lg-pull-2 {
    right: 0.1666666667;
  }
  .col-lg-pull-3 {
    right: 0.25;
  }
  .col-lg-pull-4 {
    right: 0.3333333333;
  }
  .col-lg-pull-5 {
    right: 0.4166666667;
  }
  .col-lg-pull-6 {
    right: 0.5;
  }
  .col-lg-pull-7 {
    right: 0.5833333333;
  }
  .col-lg-pull-8 {
    right: 0.6666666667;
  }
  .col-lg-pull-9 {
    right: 0.75;
  }
  .col-lg-pull-10 {
    right: 0.8333333333;
  }
  .col-lg-pull-11 {
    right: 0.9166666667;
  }
  .col-lg-pull-12 {
    right: 1;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 0.0833333333;
  }
  .col-lg-push-2 {
    left: 0.1666666667;
  }
  .col-lg-push-3 {
    left: 0.25;
  }
  .col-lg-push-4 {
    left: 0.3333333333;
  }
  .col-lg-push-5 {
    left: 0.4166666667;
  }
  .col-lg-push-6 {
    left: 0.5;
  }
  .col-lg-push-7 {
    left: 0.5833333333;
  }
  .col-lg-push-8 {
    left: 0.6666666667;
  }
  .col-lg-push-9 {
    left: 0.75;
  }
  .col-lg-push-10 {
    left: 0.8333333333;
  }
  .col-lg-push-11 {
    left: 0.9166666667;
  }
  .col-lg-push-12 {
    left: 1;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 0.0833333333;
  }
  .col-lg-offset-2 {
    margin-left: 0.1666666667;
  }
  .col-lg-offset-3 {
    margin-left: 0.25;
  }
  .col-lg-offset-4 {
    margin-left: 0.3333333333;
  }
  .col-lg-offset-5 {
    margin-left: 0.4166666667;
  }
  .col-lg-offset-6 {
    margin-left: 0.5;
  }
  .col-lg-offset-7 {
    margin-left: 0.5833333333;
  }
  .col-lg-offset-8 {
    margin-left: 0.6666666667;
  }
  .col-lg-offset-9 {
    margin-left: 0.75;
  }
  .col-lg-offset-10 {
    margin-left: 0.8333333333;
  }
  .col-lg-offset-11 {
    margin-left: 0.9166666667;
  }
}
@media (min-width: 90em) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 0.0833333333;
  }
  .col-xl-pull-2 {
    right: 0.1666666667;
  }
  .col-xl-pull-3 {
    right: 0.25;
  }
  .col-xl-pull-4 {
    right: 0.3333333333;
  }
  .col-xl-pull-5 {
    right: 0.4166666667;
  }
  .col-xl-pull-6 {
    right: 0.5;
  }
  .col-xl-pull-7 {
    right: 0.5833333333;
  }
  .col-xl-pull-8 {
    right: 0.6666666667;
  }
  .col-xl-pull-9 {
    right: 0.75;
  }
  .col-xl-pull-10 {
    right: 0.8333333333;
  }
  .col-xl-pull-11 {
    right: 0.9166666667;
  }
  .col-xl-pull-12 {
    right: 1;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 0.0833333333;
  }
  .col-xl-push-2 {
    left: 0.1666666667;
  }
  .col-xl-push-3 {
    left: 0.25;
  }
  .col-xl-push-4 {
    left: 0.3333333333;
  }
  .col-xl-push-5 {
    left: 0.4166666667;
  }
  .col-xl-push-6 {
    left: 0.5;
  }
  .col-xl-push-7 {
    left: 0.5833333333;
  }
  .col-xl-push-8 {
    left: 0.6666666667;
  }
  .col-xl-push-9 {
    left: 0.75;
  }
  .col-xl-push-10 {
    left: 0.8333333333;
  }
  .col-xl-push-11 {
    left: 0.9166666667;
  }
  .col-xl-push-12 {
    left: 1;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 0.0833333333;
  }
  .col-xl-offset-2 {
    margin-left: 0.1666666667;
  }
  .col-xl-offset-3 {
    margin-left: 0.25;
  }
  .col-xl-offset-4 {
    margin-left: 0.3333333333;
  }
  .col-xl-offset-5 {
    margin-left: 0.4166666667;
  }
  .col-xl-offset-6 {
    margin-left: 0.5;
  }
  .col-xl-offset-7 {
    margin-left: 0.5833333333;
  }
  .col-xl-offset-8 {
    margin-left: 0.6666666667;
  }
  .col-xl-offset-9 {
    margin-left: 0.75;
  }
  .col-xl-offset-10 {
    margin-left: 0.8333333333;
  }
  .col-xl-offset-11 {
    margin-left: 0.9166666667;
  }
}
/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
body {
  font-family: var(--manrope);
  font-size: var(--fs-400);
  line-height: 1.6;
  opacity: 0;
  background-color: var(--bc-body);
}
body.o-hidden {
  overflow: hidden;
}
body.o-hidden .logo-lf {
  z-index: 1000;
  padding-left: 0.5rem;
}

*,
::before,
::after {
  -tw-border-opacity: unset;
}

input,
textarea {
  background-color: var(--bc-body);
}

/* colours */
.color-black {
  background-color: #1E1E1E;
}

.color-light {
  background-color: var(--bc-body);
}

#container {
  display: block;
}
#container.o-hidden_black {
  background-color: #1E1E1E;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

.no-line-height {
  line-height: 1em !important;
}

.bg-white-milk {
  background-color: var(--bc-body);
}

.block-mix-content.single-text-right {
  grid-template-columns: 60% 40%;
  padding-bottom: 100px;
}
@media (max-width: 50em) {
  .block-mix-content.single-text-right {
    display: block;
    padding-bottom: 30px;
  }
}
.block-mix-content.single-text-right .content-text {
  font-family: var(--manrope);
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #222222;
}
@media (max-width: 50em) {
  .block-mix-content.single-text-right .content-text {
    font-size: 1rem;
    line-height: 28px;
  }
}
.block-mix-content .scores-block {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media (max-width: 50em) {
  .block-mix-content .scores-block {
    grid-template-columns: 50% 50%;
    grid-gap: 20px 40px;
  }
}
.block-mix-content .scores-block--items {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 190px;
}
.block-mix-content .scores-block--items .title-item {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.block-mix-content .scores-block--items .title-item.title-nocase {
  text-transform: initial;
}
@media (max-width: 50em) {
  .block-mix-content .scores-block--items .title-item.title-nocase {
    padding-right: 30px;
  }
}
@media (max-width: 50em) {
  .block-mix-content .scores-block--items .title-item {
    font-size: 14px;
    line-height: 17px;
  }
}
.block-mix-content .scores-block--items .title-bla {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
  text-transform: uppercase;
  color: #1E1E1E;
  padding-bottom: 10px;
}
@media (max-width: 50em) {
  .block-mix-content .scores-block--items .title-bla {
    font-size: 36px;
    line-height: 43px;
  }
}
.block-mix-content--diff.single-text-right {
  grid-template-columns: 40% 60%;
  padding-bottom: 70px;
  justify-items: center;
}
@media (max-width: 50em) {
  .block-mix-content--diff.single-text-right {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
@media (max-width: 50em) {
  .block-mix-content--diff.single-text-right .title-block {
    border-top: 1px solid #222222;
    margin-top: 50px;
  }
}
@media (min-width: 50em) {
  .block-mix-content--diff.single-text-right .slide-service {
    padding-top: 70px;
  }
}
@media (min-width: 50em) {
  .block-mix-content--diff .block-content.swiper-slide .img-block {
    max-width: 200px;
  }
}
@media (min-width: 90em) {
  .block-mix-content--diff .content-big {
    margin-right: 10rem;
  }
}

.title-block .title-up {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 32px;
  display: inline-block;
}
@media (max-width: 50em) {
  .title-block .title-up {
    padding-top: 20px;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #1E1E1E;
  }
}

@media (max-width: 50em) {
  .content-scores .title-up {
    padding-top: 0;
  }
}
@media (max-width: 50em) {
  .content-scores .content-text .row .col-md-4 {
    padding-bottom: 2rem;
  }
}

.title-in-a {
  font-family: var(--manrope);
  font-size: var(--fs-title-in);
  line-height: var(--fs-title-in-lh);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.title-in-a.lottie-inservice lottie-player {
  width: 50px !important;
  height: 50px !important;
}
@media (min-width: 50em) {
  .title-in-a.lottie-inservice lottie-player {
    width: 86px !important;
    height: 86px !important;
  }
}
.title-in-a.title-item {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: var(--fs-title-icon);
  line-height: var(--fs-title-icon-lh);
}
.title-in-a.title-big {
  font-weight: 600;
  font-family: var(--manrope);
  letter-spacing: 0.02em;
}
.title-in-a.title-big.pb--multip {
  padding-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .title-in-a.title-big.pb--multip {
    padding-bottom: 3.43rem;
  }
}
.title-in-a.title-big.pb--multip.add-some-sp {
  text-align: right;
  padding-right: 2.875rem;
}
.title-in-a.small-fz {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: var(--fs-range);
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 50em) {
  .title-in-a.small-fz {
    margin-top: 0 !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 50em) {
  .title-in-a.num-up {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.title-in-a.num-up.pb--multip {
  padding-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .title-in-a.num-up.pb--multip {
    padding-bottom: 3.43rem;
  }
}

.partner_ship .title-in-a.num-up.pb--multip {
  padding-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .partner_ship .title-in-a.num-up.pb--multip {
    padding-bottom: 2.43rem;
  }
}
@media (max-width: 50em) {
  .partner_ship .col-md-3:nth-child(4) {
    padding-top: 4rem;
  }
}

.pb--multip-al {
  padding-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .pb--multip-al {
    padding-bottom: 3rem;
  }
}

.content-big {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: var(--fs-subcopy);
  line-height: var(--fs-subcopy-lh);
  letter-spacing: 0.01em;
  padding-right: var(--fs-pr-50);
}
@media (min-width: 90em) {
  .content-big {
    margin-right: 4rem;
  }
}
.content-big.lan {
  font-size: var(--fs-subcopy_spec);
  line-height: var(--fs-subcopy-lh_spec);
}
.content-big--2 {
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 50em) {
  .content-big--2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.content-big.font-diff-b {
  font-family: var(--manrope);
  font-size: var(--fs-h2-v2);
  line-height: var(--fs-h2-lh);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .content-big.font-diff-b {
    padding-right: var(--fs-pr-50);
    max-width: 661px;
    font-weight: 600;
  }
}
@media (max-width: 50em) {
  .content-big.font-diff-b {
    padding-right: var(--fs-pr-0);
    text-transform: inherit;
  }
}

.block-content .content-num {
  font-size: var(--fs-pr-0);
}

.content-num {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: var(--fs-p-in);
  line-height: var(--fs-p-lh);
  padding-right: var(--fs-pr-50);
}

.column-g-h {
  display: grid;
  grid-template-columns: 47% 33% 20%;
  text-align: left;
}

.column-g-h-single {
  display: grid;
  grid-template-columns: 67% 13% 20%;
  text-align: left;
}

.column-f-h2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.column-d-h {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 50em) {
  .give-mob {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media (max-width: 50em) {
  .give-mob .title-in-a {
    padding-right: 31px;
  }
}

.padding-r-01 {
  padding-right: 1.5rem !important;
}
@media (max-width: 50em) {
  .padding-r-01 {
    padding-right: initial !important;
  }
}

@media (min-width: 75em) {
  .padding-cus-01 {
    padding-bottom: 11.25rem;
  }
}

@media (min-width: 75em) {
  .padding-cus-02 {
    margin-bottom: 5.875rem;
  }
}
@media (min-width: 50em) {
  .padding-cus-02.again-lir {
    margin-bottom: 0;
  }
}

@media (min-width: 81.28em) {
  .padding-cus-t-01 {
    padding-top: 1.175rem;
  }
}

@media (min-width: 75em) {
  .padding-t-cus-02 {
    padding-bottom: 6.125rem;
  }
}
@media (min-width: 75em) {
  .padding-t-cus-02.add-again {
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 75em) {
  .padding-t-cus-002 {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 75em) {
  .padding-t-cus-002.another-pia {
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 50em) {
  .margin-cus-04 {
    margin-bottom: 3.25rem;
  }
}

@media (min-width: 50em) {
  .margin-cus-05 {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 75em) {
  .margin-cus-01 {
    margin-top: 5.875rem;
  }
}

.border-t-1 {
  border-top-width: 1px;
  border-top-color: #1E1E1E;
}

.border-t-w-1 {
  border-top-width: 1px;
  border-top-color: #F8F8F8;
}

.border-t-bl-1 {
  border-top-width: 1px;
  border-top-color: #1E1E1E;
}

.border-t-b-1 {
  border-top-width: 1px;
  border-top-color: #1E1E1E;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.general_sec .img-d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1E1E1E;
}
@media (min-width: 90em) {
  .general_sec .img-d {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.general_sec img {
  max-width: 1380px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (min-width: 90em) {
  .general_sec img {
    max-width: 100%;
  }
}
.general_sec .general-title {
  padding: 1rem 0;
}
@media (min-width: 90em) {
  .general_sec .general-title {
    padding: 1.5rem 0;
  }
}

.wrapper-dad {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 75em) {
  .wrapper-dad {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 75em) {
  .wrapper-dad.rev-padding {
    padding-bottom: 50px;
  }
}
@media (max-width: 50em) {
  .wrapper-dad {
    padding-bottom: 2.5rem;
  }
}

.wrapper-one {
  padding-right: 1rem;
}
@media (min-width: 50em) {
  .wrapper-one {
    padding-right: 1.5rem;
  }
}
.wrapper-one .logo-d {
  padding-right: 20px;
}
@media (max-width: 75em) {
  .wrapper-one .logo-d {
    padding-bottom: 2rem;
  }
}
@media (min-width: 50em) {
  .wrapper-one .logo-d {
    min-width: 180px;
  }
}
.wrapper-one .logo-d img {
  max-width: 100%;
  width: auto;
}
@media (max-width: 75em) {
  .wrapper-one .logo-d img {
    max-width: 100%;
    width: auto;
  }
}
.wrapper-one .logo-d .logo-text {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-h2);
  line-height: var(--fs-h2-lh);
  text-transform: uppercase;
}
@media (max-width: 75em) {
  .wrapper-one .overview-d {
    padding-bottom: 2rem;
  }
}

@media (max-width: 50em) {
  .home #content {
    padding-top: 60px;
  }
}
@media (max-width: 50em) {
  .home .wrapper-two .link-d .button {
    font-size: 1rem;
  }
}
@media (max-width: 50em) {
  .home .wrapper-two .link-d {
    display: flex;
    margin-top: 2rem;
    justify-content: right;
    text-align: right !important;
  }
}
@media (max-width: 75em) {
  .home .wrapper-two .link-d {
    margin-top: 2rem;
    display: block;
  }
}
@media (max-width: 50em) {
  .home .img-d {
    border-bottom: none !important;
  }
}

.add-left-btn .on {
  justify-content: flex-start !important;
  margin-top: 2rem;
}
@media (max-width: 50em) {
  .add-left-btn .on .link-changed {
    display: block;
  }
}
.add-left-btn .on .button.changed-btn {
  padding: initial;
}

@media (max-width: 50em) {
  .page-id-17 .wrapper-two .link-d {
    padding-bottom: 2rem;
    justify-content: left;
  }
}

@media (max-width: 75em) {
  .wrapper-two .link-d {
    margin-top: 2rem;
    display: inline-block;
  }
}
.wrapper-two .link-d .button {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.56rem;
  text-transform: uppercase;
  border-bottom: 1px solid #1E1E1E;
  transition: all 400ms cubic-bezier(0.9, 0, 0.33, 1);
  display: flex;
  align-items: center;
}
@media (max-width: 50em) {
  .wrapper-two .link-d .button {
    font-weight: 500;
  }
}
@media (min-width: 75em) {
  .wrapper-two .link-d .button {
    font-size: 1.25rem;
    line-height: 1.56rem;
  }
}
.wrapper-two .link-d .button span {
  padding-left: 0.5rem;
}
.wrapper-two .link-d .button:hover {
  border-bottom-style: dashed;
}
.wrapper-two .link-d .button.changed-btn {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 17px !important;
  padding: 1rem 2rem;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 50em) {
  .wrapper-two .link-d .button.changed-btn span {
    display: none;
  }
}
@media (min-width: 50em) {
  .wrapper-two .link-d .button.changed-btn:hover {
    background: #1E1E1E;
    color: #F8F8F8 !important;
  }
}
.wrapper-two .link-d .button.changed-btn.serv-btn {
  justify-content: center;
}
@media (min-width: 50em) {
  .wrapper-two .link-d.link-changed {
    max-width: 230px;
    width: 100%;
  }
}
@media (min-width: 75em) {
  .wrapper-two.wrapper-three {
    justify-content: end;
  }
}

.wrapper-one,
.wrapper-two {
  display: block;
}
@media (min-width: 75em) {
  .wrapper-one,
  .wrapper-two {
    display: flex;
    justify-content: space-between;
  }
}
.wrapper-one .content-text,
.wrapper-two .content-text {
  font-family: var(--manrope);
  font-size: var(--fs-p-in);
  line-height: var(--fs-pv2-lh);
  padding-right: var(--fs-pr-20-mob);
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 75em) {
  .wrapper-one .content-text,
  .wrapper-two .content-text {
    max-width: 558px;
  }
}
.wrapper-one .content-text--v2,
.wrapper-two .content-text--v2 {
  max-width: 100%;
  text-transform: uppercase;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: var(--fs-p-in);
  line-height: var(--fs-pv2-lh);
  letter-spacing: 0.03em;
}
@media (max-width: 50em) {
  .wrapper-one .content-text--v2,
  .wrapper-two .content-text--v2 {
    padding-right: var(--fs-pr-0);
  }
}
.wrapper-one .title-big,
.wrapper-two .title-big {
  padding-bottom: 0.5rem;
}
@media (min-width: 75em) {
  .wrapper-one .title-big,
  .wrapper-two .title-big {
    padding-bottom: 0.7rem;
  }
}

#loader {
  display: none;
  z-index: 21;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 46%);
  top: 0%;
}
#loader.success {
  display: inline-block;
}
#loader .loader {
  font-size: 14px;
  margin: 0;
  text-indent: -9999em;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #1E1E1E;
  background-image: linear-gradient(to right, #F8F8F8 75%, #48b879 80%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
@media (min-width: 50em) {
  #loader .loader {
    background: #1E1E1E;
    background-image: linear-gradient(to right, #F8F8F8 75%, rgba(0, 0, 0, 0.3098039216) 80%);
  }
}
#loader .loader:before {
  width: 75%;
  height: 75%;
  background: rgba(255, 255, 255, 0);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feature-items-single--logo-text {
  display: flex;
  justify-content: center;
}
@media (max-width: 50em) {
  .feature-items-single--logo-text {
    display: block;
  }
}
@media (max-width: 50em) {
  .feature-items-single--logo-text .item-fal {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.feature-items-single--logo-text .logo-text-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 50em) {
  .feature-items-single--logo-text .logo-text-single {
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
}
.feature-items-single--logo-text .logo-text-single .title-item {
  font-family: var(--manrope);
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media (min-width: 50em) {
  .feature-items-single--logo-text .logo-text-single .title-item {
    font-size: 35px;
    line-height: 38px;
  }
}

@media (max-width: 50em) {
  .page-about .block-per-half {
    padding-bottom: 0;
  }
}
@media (max-width: 50em) {
  .page-about .block-per-half .block-halh-right {
    padding-bottom: 0;
  }
}
@media (max-width: 50em) {
  .page-about .block-per-half .block-halh-left {
    padding-bottom: 40px;
  }
}

@media (max-width: 50em) {
  .block-per-half.single-text-right {
    display: block;
  }
}
@media (max-width: 50em) {
  .block-per-half .block-halh-right,
  .block-per-half .block-halh-left {
    padding-bottom: 40px;
  }
}
.block-per-half .block-halh-right .content-text,
.block-per-half .block-halh-left .content-text {
  font-family: var(--manrope);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
}
@media (min-width: 50em) {
  .block-per-half .block-halh-right .content-text,
  .block-per-half .block-halh-left .content-text {
    font-size: 30px;
    line-height: 42px;
  }
}
.block-per-half .block-halh-right .title-in-a.title-big.pb--multip,
.block-per-half .block-halh-left .title-in-a.title-big.pb--multip {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 50em) {
  .block-per-half .block-halh-right .title-in-a.title-big.pb--multip,
  .block-per-half .block-halh-left .title-in-a.title-big.pb--multip {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 50em) {
  .title-service-item.mobb-hid {
    display: none;
  }
}

@media (min-width: 50em) {
  .left-content.dess-hid {
    display: none;
  }
}

@media (max-width: 50em) {
  .mobb-hidden {
    display: none;
  }
}

@media (min-width: 50em) {
  .dess-hidden {
    display: none;
  }
}

@media (max-width: 50em) {
  .img-las img {
    max-width: 60px;
    margin-left: auto;
  }
}

.res-color {
  max-width: 90px;
}
.res-color svg {
  fill: #1E1E1E !important;
  stroke: #1E1E1E !important;
}
.res-color svg path {
  fill: #1E1E1E !important;
}

.lf-about {
  margin: 0 auto;
}
.lf-about svg {
  max-width: 800px;
  height: 100%;
}

.single-case-study .single-case-s {
  padding-left: 20px;
}

.page-clients .img-block .title-slide {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #222222;
  padding: 20px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1E1E1E;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.2em 1em 0.2em 0;
  border-color: #1E1E1E;
}

.mob-wrappera {
  display: grid;
  grid-template-columns: auto auto;
}

.hide-desktop {
  display: none;
  visibility: hidden;
}
@media (max-width: 50em) {
  .hide-desktop {
    display: inline-block;
    visibility: visible;
  }
}

.show-desktop {
  display: none;
  visibility: hidden;
}
@media (min-width: 50em) {
  .show-desktop {
    display: inline-block;
    visibility: visible;
  }
}

.entry-content.filter .hero-v2 {
  padding-bottom: 2.5rem;
}
@media (min-width: 50em) {
  .entry-content.filter .hero-v2 {
    padding-bottom: 3rem;
  }
}
.entry-content.filter .for-filter {
  padding-top: 0;
}
@media (min-width: 50em) {
  .entry-content.filter .for-filter {
    margin-top: 0.5rem;
  }
}

.page-about .entry-content .feature-items-single--logo-text.pt-6 {
  padding: 0;
}
@media (min-width: 50em) {
  .page-about .entry-content.filter .hero-v2 {
    padding-bottom: 0rem;
  }
}

.gsap-scro-w {
  position: relative;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader,
.loader:before,
.loader:after {
  background: #000000;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@media (max-width: 50em) {
  .img-fix img {
    width: 100%;
  }
}

.home .gsap-scro.multi-purpose.color-black .multi-purpose__wrapper {
  padding-top: 85px;
}

.text-wrapper--button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.btn {
  padding: 15px 30px;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.btn:active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  background: var(--bc-body) !important;
  color: #A67C29 !important;
}
.btn.btn-main {
  padding: 12px 30px;
  background: #A67C29;
  border-radius: 30px;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-title-in);
  line-height: var(--fs-title-in-lh);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bc-body);
}
.btn.btn-main.btn-normal {
  max-width: 212px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.hero-section {
  height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 50em) {
  .hero-section {
    height: calc(80vh - 50px);
  }
}
.hero-section .hero-initial-version {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero-section .hero-initial-version .origin-top-left {
  margin-bottom: 20%;
}
.hero-section .hero-initial-version .custom-animation {
  overflow: hidden;
  flex: 0 0 auto;
}
.hero-section .hero-initial-version .custom-animation > * {
  transition: all 400ms linear;
  display: block;
  transform: translate3d(0, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.hero-section h1 {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 400;
  color: var(--bc-body);
  font-size: var(--fs-h1-only-st);
  line-height: 169%;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 898px;
  margin: auto;
}
.hero-section h1 span {
  font-family: var(--playfair);
  font-style: italic;
}

.mouse-cursor-gradient-tracking {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  bottom: 0;
}

.mouse-cursor-gradient-tracking::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, rgba(166, 124, 41, 0.4), transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
  z-index: -2;
}

.mouse-cursor-gradient-tracking:hover::before {
  --size: 600px;
}

.origin-top-left {
  transform-origin: 0% 0%;
}

.form-component .form-block .form_wrapper .item_one {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 13px;
}
@media (min-width: 50em) {
  .form-component .form-block .form_wrapper .item_one {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 13px;
  }
}
.form-component .form-block .form_wrapper .item_one input {
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  padding-top: 10px;
  color: #666666;
}
.form-component .form-block .form_wrapper .item_two {
  padding-top: 3%;
  padding-bottom: 1%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 50em) {
  .form-component .form-block .form_wrapper .item_two {
    padding-top: 10%;
  }
}
.form-component .form-block .form_wrapper .item_two .ti_a {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1E1E1E;
}
.form-component .form-block .form_wrapper .item_two .ti_a.small {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #666666;
  padding-bottom: 2%;
}
.form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: center;
}
@media (max-width: 50em) {
  .form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
  }
}
.form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  border-radius: 30px;
}
@media (min-width: 50em) {
  .form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
    display: inline-block;
  }
}
.form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #1E1E1E;
  padding: 10px;
  display: inline-block;
}
@media (min-width: 50em) {
  .form-component .form-block .form_wrapper .item_two--radios .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    padding: 0 24px 0px 15px;
    font-size: 14px;
    line-height: 18px;
  }
}
.form-component .form-block .form_wrapper .item_three {
  padding-bottom: 2%;
}
@media (max-width: 50em) {
  .form-component .form-block .form_wrapper .item_three {
    padding-bottom: 10%;
  }
}
.form-component .form-block .form_wrapper .item_three .astimated-annual-budget input {
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 2px;
  outline: none;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  padding-top: 10px;
  color: #666666;
}
@media (max-width: 37.5em) {
  .form-component .form-block .form_wrapper .item_three .astimated-annual-budget input {
    max-width: 100%;
  }
}
@media (max-width: 50em) {
  .form-component .form-block .form_wrapper .item_three input {
    width: 100%;
  }
}
.form-component .form-block .form_wrapper .item_four textarea {
  border: 1px solid #1E1E1E;
  margin-bottom: 2px;
  padding-left: 10px;
  width: 100%;
  outline: none;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  color: #666666;
}
@media (max-width: 50em) {
  .form-component .form-block .form_wrapper .item_four textarea {
    width: 100%;
  }
}
.form-component .form-block .form_wrapper .item_five .has-spinner {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.56rem;
  text-transform: uppercase;
  align-items: center;
}
@media (min-width: 50em) {
  .form-component .form-block .form_wrapper .item_five .has-spinner {
    font-size: 15px;
    line-height: 19px;
  }
}
.form-component .form-block .form_wrapper .item_five .has-spinner span {
  padding-left: 0.5rem;
}
.form-component .form-block .form_wrapper .item_five .has-spinner:hover {
  border-bottom-style: dashed;
}
.form-component input,
.form-component textarea {
  box-shadow: none;
  outline: none;
  border-radius: 0;
}

.block-clients-item {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-around;
  padding-top: 1.06rem;
  padding-bottom: 9.25rem;
}
@media (max-width: 50em) {
  .block-clients-item {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 50em) {
  .block-clients-item .block-content .img-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-clients-item .left-content {
  max-width: 603px;
  padding-right: 40px;
}
@media (max-width: 50em) {
  .block-clients-item .left-content {
    padding-right: initial;
  }
}
.block-clients-item .left-content .title-service-item {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 2.5rem;
}
@media (max-width: 50em) {
  .block-clients-item .left-content .title-service-item {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 0.5rem;
  }
}
.block-clients-item .left-content .exerpt-service-item {
  font-family: var(--playfair);
  font-style: normal;
  font-weight: normal;
  font-size: 1.475rem;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #222222;
  padding-bottom: 2.5rem;
}
@media (max-width: 50em) {
  .block-clients-item .left-content .exerpt-service-item {
    font-size: 1.2rem;
    line-height: 140%;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 50em) {
  .block-clients-item .left-content .link-post-service-item .link-d {
    margin-top: 0;
  }
}
.block-clients-item .left-content .link-post-service-item .link-d .button {
  font-family: var(--manrope);
  font-size: 1.25rem;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  min-width: 210px;
  justify-content: space-between;
}
@media (max-width: 50em) {
  .block-clients-item .left-content .link-post-service-item .link-d .button {
    font-size: 1rem;
    border: none;
  }
}
.block-clients-item .left-content .link-post-service-item .link-d .button.changed-btn.serv-btn {
  justify-content: center;
}
@media (max-width: 50em) {
  .block-clients-item .left-content .link-post-service-item .link-d .button.changed-btn.serv-btn {
    justify-content: left;
  }
}
.block-clients-item .left-content .link-post-service-item .link-d .button.changed-btn.serv-btn:hover {
  border-bottom-color: #CF6546;
  color: #CF6546;
}
@media (max-width: 50em) {
  .block-clients-item .left-content .link-post-service-item .link-d .button.changed-btn.serv-btn:hover {
    justify-content: left;
  }
}
@media (max-width: 50em) {
  .block-clients-item .slide-service .swiper-pagination {
    margin-top: 1rem !important;
    margin-bottom: 2rem;
  }
}

.content-li-service-items {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.content-li-service-items .content-li {
  font-family: var(--manrope);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #222222;
  padding-right: 40px;
}
@media (max-width: 50em) {
  .content-li-service-items .content-li:first-child {
    padding-right: 50px;
  }
}
@media (max-width: 50em) {
  .content-li-service-items .content-li:nth-child(2) {
    padding-right: 0px;
  }
}
.content-li-service-items .content-li li {
  list-style: disc;
  padding-bottom: 30px;
}

.clients-section {
  background: var(--dark);
}
.clients-section .feature-items-single .title {
  font-family: var(--manrope);
  font-style: normal;
  color: var(--bc-body);
  text-align: center;
  padding: 8% 0;
  font-weight: 700;
  font-size: var(--fs-title-in);
  line-height: var(--fs-title-in-lh);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.clients-section .feature-items-single--logo-text {
  max-width: 1270px;
  margin: 0 auto;
  max-width: 1270px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  padding-bottom: 17%;
}
@media (max-width: 50em) {
  .clients-section .feature-items-single--logo-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

body.hidden-scroll {
  overflow: hidden;
}

.link-lightbox {
  display: block;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
  opacity: 1 !important;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: --playfair;
  color: #1E1E1E;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #1E1E1E;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: --playfair;
  color: #1E1E1E;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-caption {
  display: none;
  padding: 0 0 40px 40px;
  color: #1E1E1E;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  width: 100% !important;
  font-family: var(--manrope);
  font-size: var(--fs-p-in);
  line-height: var(--fs-pv2-lh);
  padding-right: var(--fs-pr-20-mob);
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 50em) {
  .sl-wrapper .sl-caption.pos-bottom {
    display: block !important;
  }
}
.sl-wrapper .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image {
  position: fixed;
  z-index: 10000;
  left: 10% !important;
  top: 30% !important;
  right: 0;
  background: white;
  max-width: 444px;
}
@media (max-width: 50em) {
  .sl-wrapper .sl-image {
    left: 0% !important;
    max-width: 360px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 10% !important;
    z-index: 10000;
  }
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  height: auto;
  width: 100%;
}
@media (max-width: 50em) {
  .sl-wrapper .sl-image img {
    width: auto;
  }
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #1E1E1E;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 0 0 40px 40px;
  color: #1E1E1E;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  width: 100% !important;
  font-family: var(--manrope);
  font-size: var(--fs-p-in);
  line-height: var(--fs-pv2-lh);
  padding-right: var(--fs-pr-20-mob);
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 50em) {
  .sl-wrapper .sl-image .sl-caption.pos-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 100%);
    overflow: auto;
    padding: 6% 3% 14% 0;
  }
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #1E1E1E;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.fancybox_modal-container {
  display: none;
}
.fancybox_modal-container .modal-flex {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
@media (max-width: 75em) {
  .fancybox_modal-container .modal-flex {
    gap: 55px;
  }
}
@media (max-width: 50em) {
  .fancybox_modal-container .modal-flex {
    gap: 35px;
  }
}
@media (max-width: 37.5em) {
  .fancybox_modal-container .modal-flex {
    gap: 25px;
  }
}
.fancybox_modal-container .modal-flex .modal-container__header img {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 37.5em) {
  .fancybox_modal-container .modal-flex .modal-container__header img {
    max-width: 180px;
  }
}
.fancybox_modal-container .modal-flex .modal-container__body p {
  margin: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 37.5em) {
  .fancybox_modal-container .modal-flex .modal-container__body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.fancybox_modal-container .modal-flex .modal-container__footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 37.5em) {
  .fancybox_modal-container .modal-flex .modal-container__footer p {
    font-size: 12px;
    line-height: 20px;
  }
}
.fancybox_modal-container .modal-flex .modal-container__footer p span {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1E1E1E;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 37.5em) {
  .fancybox_modal-container .modal-flex .modal-container__footer p span {
    font-size: 12px;
    line-height: 20px;
  }
}

.fancybox-container .fancybox-content {
  background: #FFF5E0;
  border-radius: 12px;
  text-align: center;
  max-width: 813px;
  padding: 80px 140px 117px;
}
@media (max-width: 50em) {
  .fancybox-container .fancybox-content {
    padding: 50px 80px 60px;
  }
}
@media (max-width: 37.5em) {
  .fancybox-container .fancybox-content {
    padding: 30px 50px 30px;
  }
}

.fancybox-button.fancybox-close-small svg {
  border: 1px solid #A67C29;
  border-radius: 50%;
  color: #A67C29;
}

.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--arrow_right svg {
  background-color: #383632;
  border-radius: 50%;
  color: #DACAAA;
}

.general_sec.site_lock_bl {
  background-color: var(--dark);
}
.general_sec.site_lock_bl .form-component .form_inner {
  padding-top: 56px;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner {
    padding-top: 1%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_left_form {
  margin-left: auto;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_left_form {
    padding-right: 10%;
    width: 30%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_left_form .title-big {
  font-family: var(--playfair);
  font-style: normal;
  font-weight: normal;
  text-transform: inherit;
  font-size: 1.75rem;
  line-height: 129%;
  letter-spacing: 0.01em;
}
@media (min-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_left_form .title-big {
    font-size: 44px;
    line-height: 127%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_right_form {
  width: 100%;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_right_form {
    width: 70%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_right_form--two {
  width: 100%;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_right_form--two {
    width: 100%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_right_form--two .item_one {
  display: grid;
  grid-template-columns: 100% 20%;
  width: 80%;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_right_form--two .item_one {
    display: block;
    width: 100%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_right_form--two .item_five {
  margin-top: auto;
}
.general_sec.site_lock_bl .form-component .form_inner .item_right_form--two .form_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_right_form--two .form_wrapper {
    display: block;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five {
  margin-top: 2%;
  text-align: center;
}
@media (min-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five {
    text-align: left;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn {
  transition: all 400ms cubic-bezier(0.9, 0, 0.33, 1);
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn {
    padding-top: 0;
    max-width: inherit;
    border: 1px solid #1E1E1E;
    border-radius: 30px;
    text-align: center;
    margin: 30px auto;
    transform: 0.3s ease-in-out;
    display: block;
    padding: 10px 20px;
  }
}
@media (min-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn {
    display: block;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up {
  max-width: 250px;
  border: 1px solid #1E1E1E;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  transform: 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up {
    margin: 0;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up:hover {
  background: #1E1E1E;
  color: #F8F8F8 !important;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up {
    max-width: inherit;
    display: block;
    padding-bottom: initial;
    padding-top: 0;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up input {
  text-align: left;
  border-radius: 30px;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 1rem 2rem;
  box-sizing: border-box;
  border-radius: 30px;
  transform: none !important;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up input {
    margin-top: 0;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up.up-two {
  margin-top: 14%;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn.up.up-two {
    margin-top: 6%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn .wpcf7-submit {
  cursor: pointer;
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn .wpcf7-spinner {
  position: absolute;
  top: 13px;
}
.general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn:after {
  content: url(../../dist/images/arrow-right-alal.svg);
  height: auto;
  left: 100%;
  top: 10%;
  padding-left: 10px;
  z-index: 0;
  display: none;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner .item_five .item_five_inn:after {
    position: absolute;
  }
}
.general_sec.site_lock_bl .form-component .form_inner--subscription {
  padding-top: initial;
  padding-bottom: 1%;
}
@media (max-width: 50em) {
  .general_sec.site_lock_bl .form-component .form_inner--subscription {
    padding-bottom: 6%;
  }
}
.general_sec.site_lock_bl .form-component .form_inner--subscription .item_left_form {
  width: 100%;
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner--subscription .item_left_form {
    width: 40%;
  }
}
@media (min-width: 75em) {
  .general_sec.site_lock_bl .form-component .form_inner--subscription .item_left_form .title-in-a {
    font-family: var(--playfair);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
  }
}
.general_sec.site_lock_bl .form-component input,
.general_sec.site_lock_bl .form-component textarea {
  box-shadow: none;
  outline: none;
  border-radius: 0;
}

.testimo-ni-als {
  background: #E5E5E5;
  padding-top: 0%;
  padding-bottom: 132px;
}
.testimo-ni-als .testimonials_slider-wrapper {
  padding-left: 100px;
}
@media (max-width: 75em) {
  .testimo-ni-als .testimonials_slider-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 37.5em) {
  .testimo-ni-als .testimonials_slider-wrapper {
    padding-left: 22px;
  }
}
.testimo-ni-als .title h2 {
  font-family: var(--manrope);
  font-style: normal;
  color: var(--dark);
  text-align: center;
  padding: 0 0 160px;
  font-weight: 700;
  font-size: var(--fs-title-in);
  line-height: var(--fs-title-in-lh);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 37.5em) {
  .testimo-ni-als .title h2 {
    padding-bottom: 70px;
  }
}
.testimo-ni-als .swiper-slide {
  height: auto;
}
.testimo-ni-als .testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 111px 79px;
  gap: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid #DACAAA;
  border-radius: 6px;
  font-family: var(--manrope);
}
@media (max-width: 81.28em) {
  .testimo-ni-als .testimonial-card {
    padding: 80px 50px;
  }
}
@media (max-width: 75em) {
  .testimo-ni-als .testimonial-card {
    padding: 40px 30px;
  }
}
@media (max-width: 37.5em) {
  .testimo-ni-als .testimonial-card {
    padding: 36px 36px;
  }
}
.testimo-ni-als .testimonial-card__content p {
  margin: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #1E1E1E;
}
@media (max-width: 37.5em) {
  .testimo-ni-als .testimonial-card__content p {
    font-size: 13px;
    line-height: 20px;
  }
}
.testimo-ni-als .testimonial-card__author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #242424;
}
@media (max-width: 37.5em) {
  .testimo-ni-als .testimonial-card__author {
    font-size: 10px;
    line-height: 14px;
  }
}
.testimo-ni-als .testimonial-card__author .name {
  font-weight: 700;
}

.section-title-style {
  padding: 160px 0;
  background: #E5E5E5;
  position: relative;
}
@media (max-width: 37.5em) {
  .section-title-style {
    padding: 56px 0 160px;
  }
}
.section-title-style:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  background-image: url("data:image/svg+xml,%3Csvg width='1401' height='884' viewBox='0 0 1401 884' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_112_11)'%3E%3Cellipse cx='700.5' cy='442' rx='406.5' ry='148' fill='%23D1A753'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_112_11' x='0' y='-7.62939e-06' width='1401' height='884' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='147' result='effect1_foregroundBlur_112_11'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 37.5em) {
  .section-title-style:before {
    background-image: none;
    width: 240px;
    height: 230px;
    background: #D1A753;
    filter: blur(57px);
  }
}
.section-title-style .heading-grup {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 0 20px;
}
@media (max-width: 37.5em) {
  .section-title-style .heading-grup {
    row-gap: 46px;
  }
}
@media (max-width: 37.5em) {
  .section-title-style .heading-grup {
    max-width: 281px;
    margin: 0 auto;
  }
}
.section-title-style .heading-grup .heading {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 37.5em) {
  .section-title-style .heading-grup .heading {
    font-size: 2.13rem;
  }
}
.section-title-style .heading-grup .heading span {
  font-family: var(--playfair);
  font-style: italic;
}
.section-title-style .heading-grup .vertical-line {
  position: relative;
  left: 50%;
  width: 2px;
  height: 165px;
  background-color: #000;
}
@media (max-width: 37.5em) {
  .section-title-style .heading-grup .vertical-line {
    height: 80px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
header.site-header {
  background-color: var(--dark);
}
header .logo-desktop {
  display: inline-block;
}
header .logo-desktop.hide-logo {
  display: none;
}
header .logo-mobile {
  display: none;
}
header .logo-mobile.show-logo {
  display: inline-block;
}

.footer-subcription {
  padding: 140px 20px;
  background-size: cover;
  background-position: left center;
  border-radius: 30px 30px 0px 0px;
  position: relative;
}
@media (max-width: 37.5em) {
  .footer-subcription {
    padding: 80px 20px;
  }
}
.footer-subcription:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  z-index: -1;
}
.footer-subcription .subcription-container {
  max-width: 1103px;
  margin: 0 auto;
}
.footer-subcription .footer-heading {
  border-bottom: 2px solid #000000;
  padding-bottom: 37px;
}
.footer-subcription .footer-heading__title {
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 124%;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
}
@media (max-width: 37.5em) {
  .footer-subcription .footer-heading__title {
    font-size: 2.13rem;
  }
}
.footer-subcription .footer-heading__title span {
  font-family: var(--playfair);
  display: block;
  font-style: italic;
}
.footer-subcription .subcription-form {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  min-height: 50px;
}
.footer-subcription .subcription-form .emaillist {
  width: 100%;
  display: none;
}
.footer-subcription .subcription-form .es_subscription_form {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 50em) {
  .footer-subcription .subcription-form .es_subscription_form {
    flex-direction: column;
  }
}
.footer-subcription .subcription-form .es_subscription_form .es-field-wrap br {
  display: none;
}
.footer-subcription .subcription-form .es_subscription_form .es-field-wrap {
  width: 100%;
  margin-bottom: 0px;
}
.footer-subcription .subcription-form .es_subscription_form .es-field-wrap input {
  background-color: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 6px 12px;
}
.footer-subcription .subcription-form .es_subscription_form .es-field-wrap input:focus {
  outline: none;
}
.footer-subcription .subcription-form .es_subscription_form .es_subscription_form_submit {
  border: 0px;
  padding: 12px 30px;
  background: #A67C29;
  border-radius: 30px;
  font-family: var(--manrope);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-title-in);
  line-height: var(--fs-title-in-lh);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bc-body);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.footer-subcription .subcription-form .btn {
  margin-left: auto;
  margin-right: 0px;
  height: -moz-fit-content;
  height: fit-content;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.regular-content {
  transition: 0.6s all;
}
.regular-content .flexFont * {
  transition: 0.6s all;
}
.regular-content .flexFont sup {
  transition: 0.6s all;
}

.c-studies-front-page {
  transition: 0.3s all;
}
.c-studies-front-page * {
  transition: 0.3s all;
}
.c-studies-front-page.active {
  background-color: #1e1e1e;
}
.c-studies-front-page.active .general-title {
  color: #fff;
  border-color: #fff;
}
.c-studies-front-page.active .img-d {
  border-color: #fff;
}
.c-studies-front-page.active .wrapper-one .logo-d .logo-text, .c-studies-front-page.active .wrapper-one .content-text, .c-studies-front-page.active .wrapper-one .title-big, .c-studies-front-page.active .wrapper-two .logo-d .logo-text, .c-studies-front-page.active .wrapper-two .content-text, .c-studies-front-page.active .wrapper-two .title-big {
  color: #fff;
}
.c-studies-front-page.active a img {
  filter: brightness(100);
}
.c-studies-front-page.active .wrapper-two .link-d .button.changed-btn {
  color: #fff;
  border-color: #fff;
}
.c-studies-front-page.active .wrapper-two .link-d .button.changed-btn:hover {
  background-color: #fff;
  color: #1e1e1e !important;
}

.four-lotties lottie-player {
  width: 50px;
  height: 50px;
  float: right;
  transform: translateX(5px);
}
@media (min-width: 50em) {
  .four-lotties lottie-player {
    width: 62px;
    height: 62px;
    float: none;
    transform: none;
  }
}
