@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
/* Fonts */
/* Colors */
/* @Media */
h1,
.f-h1 {
  font-size: 96px;
  line-height: normal;
}

h2,
.f-h2 {
  font-size: 64px;
  line-height: normal;
}
@media (max-width: 1680px) {
  h2,
.f-h2 {
    font-size: 48px;
  }
}
@media (max-width: 1399px) {
  h2,
.f-h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h2,
.f-h2 {
    font-size: 28px;
  }
}

h3,
.f-h3 {
  font-size: 48px;
  line-height: normal;
}
@media (max-width: 1680px) {
  h3,
.f-h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3,
.f-h3 {
    font-size: 26px;
  }
}

h4,
.f-h4 {
  font-size: 30px;
  line-height: normal;
}
@media (max-width: 1680px) {
  h4,
.f-h4 {
    font-size: 22px;
  }
}

@media (max-width: 1399px) {
  h1, .f-h1,
h2, .f-h2,
h3, .f-h3,
h4, .f-h4,
h5, .f-h5,
h6, .f-h6 {
    line-height: normal !important;
  }
}

.f-h1,
.f-h2,
.f-h3,
.f-h4 {
  font-weight: 400;
  color: black;
}
.f-h1--fw500,
.f-h2--fw500,
.f-h3--fw500,
.f-h4--fw500 {
  font-weight: 500;
}
.f-h1--fw600,
.f-h2--fw600,
.f-h3--fw600,
.f-h4--fw600 {
  font-weight: 600;
}
.f-h1--white,
.f-h2--white,
.f-h3--white,
.f-h4--white {
  color: #ffffff;
}
.f-h1--green,
.f-h2--green,
.f-h3--green,
.f-h4--green {
  color: #3ab54a;
}

p,
.text-main {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: black;
}
@media (max-width: 992px) {
  p,
.text-main {
    font-size: 16px;
  }
}
p--fs16,
.text-main--fs16 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  p--fs16,
.text-main--fs16 {
    font-size: 12px;
  }
}
p--fs18,
.text-main--fs18 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
  p--fs18,
.text-main--fs18 {
    font-size: 14px;
  }
}
p--fw600,
.text-main--fw600 {
  font-weight: 600;
}
p--white,
.text-main--white {
  color: #ffffff;
}
p--green,
.text-main--green {
  color: #3ab54a;
}
@media (max-width: 1399px) {
  p,
.text-main {
    line-height: normal !important;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html ul,
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  overflow-anchor: none;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* xl */
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  /* xxl */
  .container {
    max-width: 1370px;
  }
}
@media (min-width: 1680px) {
  /* xxxl */
  .container {
    max-width: 1630px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1680px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.text-center {
  text-align: center;
}

.btn-green,
.btn-white {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 80px 15px 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1680px) {
  .btn-green,
.btn-white {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .btn-green,
.btn-white {
    font-size: 14px;
    padding: 12px 65px 12px 30px;
    line-height: normal !important;
  }
}
.btn-green:before,
.btn-white:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .btn-green:before,
.btn-white:before {
    right: 25px;
  }
}
@media (max-width: 576px) {
  .btn-green:before,
.btn-white:before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
.btn-green--arrow-forward,
.btn-white--arrow-forward {
  position: relative;
}
.btn-green--arrow-forward:before,
.btn-white--arrow-forward:before {
  background-image: url("../img/arrow-forward-btn.svg");
}
.btn-green--arrow-right,
.btn-white--arrow-right {
  position: relative;
}
.btn-green--arrow-right:before,
.btn-white--arrow-right:before {
  background-image: url("../img/arrow-right-btn.svg");
}
.btn-green--arrow-right-black,
.btn-white--arrow-right-black {
  position: relative;
}
.btn-green--arrow-right-black:before,
.btn-white--arrow-right-black:before {
  background-image: url("../img/arrow-right-black-btn.svg");
}

.btn-green {
  background-color: #3ab54a;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #1b7527;
}

.btn-white {
  background-color: #ffffff;
  color: black;
}
.btn-white:hover {
  background-color: #dadada;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgb(70, 180, 80) !important;
  color: rgb(255, 255, 255) !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999999999;
}
.preloader__ico {
  margin: 0 auto;
  width: 65px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  bottom: 50px;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.preloader__ico span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ab54a;
  -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
  animation: ball-pulse-sync 1s 0s infinite ease-in-out;
}
.preloader__ico span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
}
.preloader__ico span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#map {
  height: 100%;
  width: 50vw;
  background: #202020;
}
#map .mapboxgl-ctrl-bottom-right {
  display: none;
}
#map .mapboxgl-ctrl-top-right {
  right: auto;
  left: 10px;
}

.marker {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  background-image: url("../img/pin.svg");
  width: 60px;
  height: 60px;
  position: relative;
  top: -20px;
}

.header {
  position: relative;
}
.header .hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.header .hero__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .hero__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header .hero__header {
  position: absolute;
  text-align: center;
  color: white;
}
.header .hero__header h1 {
  margin: 0;
}
.header .hero__header__desc {
  font-size: 30px;
  margin-top: 10px;
  max-width: 60%;
  margin: 0 auto;
}
.header .hero__header__home h1 {
  font-size: 68px;
  line-height: normal;
}
.header .hero__header__home .hero__header__desc {
  margin-top: 20px;
}
.header .hero__arrowDown {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .header .hero__header h1 {
    font-size: 68px;
    line-height: normal;
  }
  .header .hero__header__desc {
    max-width: 100%;
    font-size: 26px;
  }
  .header .hero__header__home h1 {
    font-size: 46px;
  }
  .header .hero__header__home .hero__header__desc {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header .hero {
    padding-top: 50px;
  }
  .header .hero__header h1 {
    font-size: 32px;
    line-height: normal;
  }
  .header .hero__header__desc {
    font-size: 16px;
    max-width: 100%;
  }
  .header .hero__header__home h1 {
    font-size: 26px;
    line-height: normal;
  }
  .header .hero__header__home h1 br {
    display: none;
  }
  .header .hero__header__home .hero__header__desc {
    margin-top: 20px;
  }
  .header .hero__arrowDown {
    bottom: 5px;
    width: 20px;
  }
}
.header nav {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.header nav.nav-up {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.header nav.nav-scroll-up {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #353535;
}
.header nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}
.header nav .nav__logo {
  position: relative;
  z-index: 9;
}
.header nav .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header nav .nav__menu .menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header nav .nav__menu .menu li {
  list-style: none;
  padding-bottom: 30px;
  top: 15px;
  position: relative;
}
.header nav .nav__menu .menu li a {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.header nav .nav__menu .menu li a:after {
  bottom: -3px;
  top: auto;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: white;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header nav .nav__menu .menu li a:hover:after {
  width: 100%;
  left: 0;
}
.header nav .nav__menu .menu li.menu-item-has-children {
  position: relative;
}
.header nav .nav__menu .menu li.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header nav .nav__menu .menu li.menu-item-has-children .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  left: -10px;
  top: 51px;
}
.header nav .nav__menu .menu li.menu-item-has-children .sub-menu li {
  padding-bottom: 0;
  top: 0;
}
.header nav .nav__menu .menu li.menu-item-has-children .sub-menu li a {
  margin: 5px 0;
  display: block;
}
@media (max-width: 1679px) {
  .header nav .nav__menu .menu li.menu-item-has-children .sub-menu {
    top: 48px;
  }
}
@media (max-width: 1199px) {
  .header nav .nav__menu .menu li.menu-item-has-children .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    color: rgb(180, 180, 180);
    margin-top: 5px;
  }
  .header nav .nav__menu .menu li.menu-item-has-children .sub-menu li a {
    margin: 0;
  }
}
.header nav .nav__menu__calendly a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  padding: 5px 20px 5px 15px;
  border: 2px solid white;
}
.header nav .nav__menu__calendly a span {
  font-size: 20px;
  font-weight: 500;
}
.header nav .nav__menu__calendly a img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header nav .nav__menu__calendly a:hover img {
  -webkit-transform: rotate(-90deg) translateY(8px);
          transform: rotate(-90deg) translateY(8px);
}
.header nav .nav__menu__lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header nav .nav__menu__lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  position: relative;
  top: -4px;
}
.header nav .nav__hamburger {
  display: none;
}
@media (max-width: 1679px) {
  .header nav .nav__menu .menu li a {
    font-size: 16px;
  }
  .header nav .nav__menu__calendly a {
    padding: 4px 15px 2px 15px;
  }
  .header nav .nav__menu__calendly a span {
    font-size: 16px;
  }
  .header nav .nav__menu__calendly a img {
    margin-left: 8px;
  }
  .header nav .nav__menu__calendly a:hover img {
    -webkit-transform: rotate(-90deg) translateY(4px);
            transform: rotate(-90deg) translateY(4px);
  }
}
@media (max-width: 1399px) {
  .header nav .nav__logo {
    width: 190px;
  }
  .header nav .nav__menu {
    gap: 15px;
  }
  .header nav .nav__menu .menu {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .header nav .nav__menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: black;
    text-align: center;
  }
  .header nav .nav__menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav .nav__menu .menu li {
    padding-bottom: 0;
    top: 0;
  }
  .header nav .nav__menu .menu li a:after {
    display: none;
  }
  .header nav .nav__menu__lang ul {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .header nav .nav--opened .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header nav .nav__hamburger {
    display: block;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    right: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    width: 30px;
    height: 24px;
    z-index: 99999;
  }
  .header nav .nav__hamburger--opened .nav__hamburger__bar:nth-child(1) {
    top: -1px;
    left: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header nav .nav__hamburger--opened .nav__hamburger__bar:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header nav .nav__hamburger--opened .nav__hamburger__bar:nth-child(3) {
    bottom: 2px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header nav .nav__hamburger__bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header nav .nav__hamburger__bar:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header nav .nav__hamburger__bar:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header nav .nav__hamburger__bar:nth-child(3) {
    bottom: 1px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 767px) {
  .header nav {
    position: fixed;
    background-color: black;
  }
  .header nav .nav__logo {
    width: 140px;
  }
  .header nav .nav__menu .menu li a {
    font-size: 22px;
  }
  .header nav .nav__menu__calendly a {
    padding: 5px 15px 5px 15px;
  }
  .header nav .nav__menu__calendly a span {
    font-size: 16px;
  }
}

.header.header__subpage .hero__img {
  height: 100vh;
}
@media (max-width: 992px) {
  .header.header__subpage .hero__img {
    height: auto;
  }
}
.header.header__subpage .hero__epmty {
  height: auto;
}

.footer {
  position: relative;
  background-color: black;
  width: 100%;
  height: auto;
  padding: 80px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.footer__contener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__contener img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  top: 7px;
}
.footer__contener .box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 15px;
  margin-top: 25px;
}
.footer__contener .box-info .text-main {
  margin: 0;
}
.footer__contener .box-info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__contener .box-info a:hover {
  color: #1b7527;
}
.footer__contener .box-info-one .text-main:nth-child(1) {
  line-height: 240%;
  position: relative;
  top: -10px;
}
.footer .box-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 10px;
}
.footer .box-social__social-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 36px;
}
.footer .box-social__social-ico svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .box-social__social-ico:hover svg path {
  fill: #3ab54a;
}
.footer__bottom {
  width: 100%;
  margin-top: 85px;
}
.footer__bottom .text-main {
  text-align: center;
}
@media (max-width: 1399px) {
  .footer {
    padding: 50px 0 50px;
  }
  .footer .footer-margin {
    margin-top: 30px;
  }
  .footer__contener .box-info {
    gap: 15px;
    margin-top: 10px;
  }
  .footer__contener .box-info-one .text-main:nth-child(1) {
    top: 0px;
  }
  .footer__bottom {
    margin-top: 40px;
  }
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page-404 a {
  color: black;
}

.FAQ {
  margin: 120px 0 90px;
}
.FAQ__header .f-h2 {
  margin: 20px 0;
}
.FAQ .FAQ-content {
  margin-top: 30px;
}
.FAQ .FAQ-content .FAQ-container__box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.FAQ .FAQ-content .FAQ-container__box:nth-last-child(1) {
  border-bottom: 0px;
}
.FAQ .FAQ-content .FAQ-container__box .box-title {
  padding: 20px 50px 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.FAQ .FAQ-content .FAQ-container__box .box-title::after {
  content: "";
  position: absolute;
  top: 18px;
  left: auto;
  right: 0;
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("../img/icon-faq.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.FAQ .FAQ-content .FAQ-container__box .box-text {
  padding-right: 50px;
}
.FAQ .FAQ-content .FAQ-container__box .text-main {
  margin-bottom: 20px;
}
.FAQ .FAQ-content .FAQ-container__box--active .box-title::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .FAQ .FAQ-content .FAQ-container__box .f-h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .FAQ {
    margin: 50px 0;
  }
  .FAQ__header .f-h2 {
    line-height: 40px;
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .FAQ .FAQ-content .FAQ-container__box .f-h4 {
    font-size: 17px;
  }
}

.home-page .about-hydropolis {
  margin-top: 190px;
  position: relative;
}
.home-page .about-hydropolis__content {
  padding: 85px 20px 80px 60px;
  background-color: #ffffff;
}
.home-page .about-hydropolis__content .f-h2,
.home-page .about-hydropolis__content .f-h4 {
  margin: 30px 0;
}
.home-page .about-hydropolis__content .text-main {
  margin-top: 45px;
}
.home-page .about-hydropolis__content .about-info {
  gap: 0 165px;
}
.home-page .about-hydropolis__photo-background {
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
  right: -150px;
}
.home-page .about-hydropolis__photo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .logs-icons {
  margin: 230px 0 70px;
}
.home-page .logs-icons__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.home-page .logs-icons__box img {
  width: auto;
  max-height: 90px;
}
@media (max-width: 1399px) {
  .home-page .logs-icons .col-xl-12 {
    overflow: hidden;
  }
  .home-page .logs-icons__box {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .home-page .logs-icons {
    margin: 80px 0;
  }
}
@media (max-width: 576px) {
  .home-page .logs-icons {
    margin: 50px 0 25px;
  }
}
.home-page .tech {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 765px;
}
.home-page .tech__sec1, .home-page .tech__sec3 {
  background-color: black;
}
.home-page .tech__sec1 .swiper-wrap, .home-page .tech__sec3 .swiper-wrap {
  padding-right: 0;
  height: 100%;
  padding-left: 0;
}
.home-page .tech__sec1 .swiper__photo img, .home-page .tech__sec3 .swiper__photo img {
  -o-object-position: right;
     object-position: right;
}
.home-page .tech__sec2, .home-page .tech__sec4 {
  background-color: #ffffff;
}
.home-page .tech__sec2 .swiper-wrap, .home-page .tech__sec4 .swiper-wrap {
  padding-left: 0;
  height: 100%;
  padding-right: 0;
}
.home-page .tech__sec2 .swiper__photo img, .home-page .tech__sec4 .swiper__photo img {
  -o-object-position: left;
     object-position: left;
}
.home-page .tech__sec2 .swiper-pagination .swiper-pagination-bullet, .home-page .tech__sec4 .swiper-pagination .swiper-pagination-bullet {
  background-color: black !important;
  opacity: 0.75 !important;
}
.home-page .tech__sec2 .swiper-pagination .swiper-pagination-bullet-active, .home-page .tech__sec4 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 3px solid black !important;
}
.home-page .tech__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 30px 60px;
}
.home-page .tech__container .f-h3 {
  margin: 0;
}
.home-page .tech__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0 0px;
}
.home-page .tech__info__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.home-page .tech__info__box .box-icon {
  margin-top: 5px;
}
.home-page .tech__info__box img {
  max-width: 36px;
}
.home-page .tech__info__box p {
  margin: 0;
}
.home-page .tech__info .btn-green {
  margin-top: 55px;
}
.home-page .tech .swiper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-page .tech .swiper-wrap .swiper {
  height: 100%;
}
.home-page .tech .swiper-wrap .swiper__photo {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-page .tech .swiper-wrap .swiper__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .tech .swiper-wrap .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  bottom: 40px;
  display: none;
}
.home-page .tech .swiper-wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 0.5rem;
  opacity: 0.75;
}
.home-page .tech .swiper-wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}
.home-page .tech .swiper-wrap .swiper .swiper-button-next,
.home-page .tech .swiper-wrap .swiper .swiper-button-prev {
  color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgb(255, 255, 255);
}
.home-page .tech .swiper-wrap .swiper .swiper-button-next:after,
.home-page .tech .swiper-wrap .swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media (max-width: 1699px) {
  .home-page .tech__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .tech__info__box {
    -ms-flex-preferred-size: content;
        flex-basis: content;
    margin-top: 20px;
  }
  .home-page .tech__info__box p br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-page .tech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .tech__sec1, .home-page .tech__sec2, .home-page .tech__sec3, .home-page .tech__sec4 {
    min-height: auto;
  }
  .home-page .tech .swiper-wrap {
    position: relative;
  }
  .home-page .tech__container {
    padding: 50px 0;
  }
  .home-page .tech .btn-green {
    margin-top: 30px;
  }
  .home-page .tech__sec1, .home-page .tech__sec3 {
    padding-bottom: 30px;
  }
  .home-page .tech__sec1 .swiper-wrap, .home-page .tech__sec3 .swiper-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-page .tech__sec2, .home-page .tech__sec4 {
    padding-bottom: 30px;
  }
  .home-page .tech__sec2 .row, .home-page .tech__sec4 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-page .tech__sec2 .swiper-wrap, .home-page .tech__sec4 .swiper-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home-page .banner {
  position: relative;
  margin: 100px 0;
  width: 100%;
  min-height: 878px;
  background-image: url("../img/new/baner-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.home-page .banner__content {
  min-height: 878px;
  padding: 100px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-page .banner__content__text .f-h3 {
  margin: 0 0 40px;
}
.home-page .banner__content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
}
.home-page .banner__content__button .btn-green,
.home-page .banner__content__button .btn-white {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .home-page .banner {
    min-height: 600px;
    background-position: bottom;
    margin: 50px 0;
  }
  .home-page .banner__content {
    min-height: 600px;
    padding: 40px 0;
  }
  .home-page .banner__content__text .f-h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-page .banner__content__button .btn-green,
.home-page .banner__content__button .btn-white {
    width: 100%;
  }
}
.home-page .necessity {
  margin-top: 190px;
  position: relative;
}
.home-page .necessity__photo-background {
  left: -150px;
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
}
.home-page .necessity__photo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .necessity__content {
  margin-bottom: 50px;
  padding: 60px 20px 60px 60px;
  background-color: #ffffff;
}
.home-page .necessity__content .f-h3 {
  margin: 0px;
}
.home-page .necessity__content .f-h4 {
  margin: 40px 0;
}
.home-page .necessity__content .text-main {
  margin-top: 60px;
}
.home-page .necessity__content .about-info {
  gap: 0 30px;
}
@media (max-width: 1199px) {
  .home-page .necessity .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-page .necessity__content {
    margin-bottom: 0px;
  }
}
.home-page .about-hydropolis__content .about-info,
.home-page .necessity__content .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.home-page .about-hydropolis__content .about-info__box,
.home-page .necessity__content .about-info__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.home-page .about-hydropolis__content .about-info__box img,
.home-page .necessity__content .about-info__box img {
  max-width: 36px;
}
.home-page .about-hydropolis__content .about-info__box p,
.home-page .necessity__content .about-info__box p {
  margin: 0;
}
.home-page .about-hydropolis__content .btn-green,
.home-page .necessity__content .btn-green {
  margin-top: 75px;
}
@media (max-width: 1680px) {
  .home-page .about-hydropolis__content,
.home-page .necessity__content {
    padding: 65px 20px 60px 50px;
  }
}
@media (max-width: 1680px) {
  .home-page .about-hydropolis__content,
.home-page .necessity__content {
    padding: 65px 20px 80px 50px;
  }
  .home-page .about-hydropolis__content .about-info,
.home-page .necessity__content .about-info {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .about-hydropolis__content .about-info__box,
.home-page .necessity__content .about-info__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .home-page .about-hydropolis,
.home-page .necessity {
    margin-top: 100px;
  }
  .home-page .about-hydropolis__content,
.home-page .necessity__content {
    padding: 50px 20px 50px 20px;
  }
  .home-page .about-hydropolis__content .about-info,
.home-page .necessity__content .about-info {
    gap: 0 0;
  }
  .home-page .about-hydropolis__content .about-info__box,
.home-page .necessity__content .about-info__box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .home-page .about-hydropolis__photo-background,
.home-page .necessity__photo-background {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-page .about-hydropolis,
.home-page .necessity {
    margin-top: 30px;
  }
  .home-page .about-hydropolis__content,
.home-page .necessity__content {
    padding: 0;
    background-color: #ffffff;
  }
  .home-page .about-hydropolis__content .f-h2,
.home-page .about-hydropolis__content .f-h4,
.home-page .necessity__content .f-h2,
.home-page .necessity__content .f-h4 {
    margin: 15px 0;
  }
  .home-page .about-hydropolis__content .text-main,
.home-page .necessity__content .text-main {
    margin-top: 25px;
  }
  .home-page .about-hydropolis__content .about-info__box,
.home-page .necessity__content .about-info__box {
    margin-top: 30px;
    gap: 20px;
  }
  .home-page .about-hydropolis__content .btn-green,
.home-page .necessity__content .btn-green {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .home-page .about-hydropolis__content .about-info__box,
.home-page .necessity__content .about-info__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .home-page .about-hydropolis__content .btn-green,
.home-page .necessity__content .btn-green {
    width: 100%;
  }
}
.home-page .pages-contact {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .home-page .pages-contact {
    margin-top: 30px;
  }
}
.home-page .pages-contact__form {
  position: relative;
  width: 100%;
}
.home-page .pages-contact__form__header h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .home-page .pages-contact__form__header p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .pages-contact__form__content {
  position: relative;
  margin-top: 50px;
}
.home-page .pages-contact__form__content form {
  position: relative;
  width: 540px;
}
.home-page .pages-contact__form__content form input[type=text],
.home-page .pages-contact__form__content form .wpcf7-select,
.home-page .pages-contact__form__content form input[type=email] {
  -webkit-appearance: none;
  outline: none;
  font-family: "DM Sans", sans-serif;
  height: 50px;
  width: 100%;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  border-radius: 50px;
  margin-bottom: 22px;
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 30px;
  color: black;
}
.home-page .pages-contact__form__content form input[type=text]:hover,
.home-page .pages-contact__form__content form .wpcf7-select:hover,
.home-page .pages-contact__form__content form input[type=email]:hover {
  border: 1px solid #707070;
}
.home-page .pages-contact__form__content form input[type=text]:focus,
.home-page .pages-contact__form__content form .wpcf7-select:focus,
.home-page .pages-contact__form__content form input[type=email]:focus {
  border: 1px solid #acacac;
}
.home-page .pages-contact__form__content form input[type=submit] {
  position: relative;
  text-align: start;
  cursor: pointer;
  outline: none;
  font-family: "DM Sans", sans-serif;
  height: 50px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 22px;
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  background: #3ab54a url("../img/arrow-right-btn.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #3ab54a;
}
.home-page .pages-contact__form__content form input[type=submit]:hover {
  background-color: #1b7527;
  border: 1px solid #1b7527;
}
.home-page .pages-contact__form__content form input[type=submit]:focus {
  background-color: #1b7527;
  border: 1px solid #1b7527;
}
.home-page .pages-contact__form__content form .wpcf7-select {
  position: relative;
  background-image: url("../img/arrow-form.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.home-page .pages-contact__form__content form .wpcf7-form-control #shadow-root {
  background-color: #1b7527;
}
.home-page .pages-contact__form__content form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.home-page .pages-contact__form__content form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
  opacity: 1;
}
.home-page .pages-contact__form__content form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
.home-page .pages-contact__form__content form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
.home-page .pages-contact__form__content form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
  opacity: 1;
}
@media (max-width: 992px) {
  .home-page .pages-contact__form__content form {
    width: 100%;
  }
  .home-page .pages-contact__form__content form input[type=text],
.home-page .pages-contact__form__content form .wpcf7-select,
.home-page .pages-contact__form__content form input[type=email],
.home-page .pages-contact__form__content form input[type=tel],
.home-page .pages-contact__form__content form input[type=submit] {
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 576px) {
  .home-page .pages-contact__form__content form input[type=text],
.home-page .pages-contact__form__content form .wpcf7-select,
.home-page .pages-contact__form__content form input[type=email],
.home-page .pages-contact__form__content form input[type=submit],
.home-page .pages-contact__form__content form input[type=tel] {
    padding: 0 0 0 10px;
  }
}
.home-page .pages-contact__form__box {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .home-page .pages-contact__form__box {
    margin-top: 30px;
  }
}
.home-page .pages-contact__form__box-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 36px;
  width: 36px;
  margin: 45px 0;
  gap: 55px;
}
.home-page .pages-contact__form__box-social a svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: black;
}
.home-page .pages-contact__form__box-social a:hover svg path {
  fill: #3ab54a;
}
.home-page .pages-contact__form__map {
  width: 50vw;
  height: 100%;
  background-image: url("../img/contact-map.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .home-page .pages-contact__form__map {
    display: none;
  }
}

.default-page {
  min-height: 100vh;
  padding: 100px 0;
}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5 {
  line-height: normal;
}
@media (max-width: 767px) {
  .default-page {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  .swiper__photo {
    width: 100%;
    overflow: hidden;
  }
  .el-reveal {
    overflow: hidden;
  }
}
.calendly-overlay {
  background-color: rgba(31, 31, 31, 0.9) !important;
}

.smart-crop-page {
  overflow: hidden;
}
.smart-crop-page .smart-crop-sec1 {
  position: relative;
  margin-top: 110px;
}
.smart-crop-page .smart-crop-sec1__container {
  padding: 90px 0px 50px 0;
}
.smart-crop-page .smart-crop-sec1__container .f-h2 {
  margin: 0px;
}
.smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box ul {
  padding-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box ul li {
  position: relative;
  padding-left: 40px;
}
.smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #3ab54a;
  border-radius: 50%;
}
.smart-crop-page .smart-crop-sec1__container .btn-green {
  margin-top: 55px;
}
.smart-crop-page .smart-crop-sec1 .swiper {
  position: relative;
  width: 50vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smart-crop-page .smart-crop-sec1 .swiper__photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smart-crop-page .smart-crop-sec1 .swiper__photo img {
  margin: auto 0;
  max-width: 100%;
  height: auto;
}
.smart-crop-page .smart-crop-sec1 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  bottom: 40px;
}
.smart-crop-page .smart-crop-sec1 .swiper-pagination .swiper-pagination-bullet {
  background-color: black;
  width: 15px;
  height: 15px;
  border-radius: 0.5rem;
  opacity: 0.75;
}
.smart-crop-page .smart-crop-sec1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 3px solid black;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec1 .swiper {
    position: relative;
    width: 100%;
    left: 0;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box {
    margin-top: 20px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info ul li {
    position: relative;
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .smart-crop-page .smart-crop-sec1 {
    margin-top: 50px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info {
    gap: 30px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box {
    margin-top: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .smart-crop-page .smart-crop-sec1 {
    margin-top: 30px;
  }
  .smart-crop-page .smart-crop-sec1__container {
    padding: 0;
    padding-bottom: 30px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info__box {
    margin-top: 0px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info ul {
    padding-right: 0;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info ul li {
    position: relative;
    padding-left: 25px;
  }
  .smart-crop-page .smart-crop-sec1__container .smart-crop-sec1-info ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 576px) {
  .smart-crop-page .smart-crop-sec1 .swiper-pagination {
    bottom: 25px;
  }
  .smart-crop-page .smart-crop-sec1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .smart-crop-page .smart-crop-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
  }
}
.smart-crop-page .smart-crop-sec2 {
  margin-top: 230px;
  position: relative;
}
.smart-crop-page .smart-crop-sec2__content {
  background-color: black;
}
.smart-crop-page .smart-crop-sec2__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.smart-crop-page .smart-crop-sec2__content .f-h2 {
  margin: 30px 0;
}
.smart-crop-page .smart-crop-sec2__content .f-h4 {
  margin-top: 45px;
}
.smart-crop-page .smart-crop-sec2__photo-background {
  right: -150px;
}
.smart-crop-page .smart-crop-sec3 {
  margin-top: 270px;
  position: relative;
}
.smart-crop-page .smart-crop-sec3__content {
  background-color: #ffffff;
}
.smart-crop-page .smart-crop-sec3__content .content-title .f-h2 {
  margin: 0;
}
.smart-crop-page .smart-crop-sec3__content ul {
  margin-top: 35px;
  padding-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.smart-crop-page .smart-crop-sec3__content ul li {
  position: relative;
  padding-left: 50px;
}
.smart-crop-page .smart-crop-sec3__content ul li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow-forward-smart-crop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.smart-crop-page .smart-crop-sec3__photo-background {
  left: -150px;
}
@media (max-width: 1680px) {
  .smart-crop-page .smart-crop-sec3__content ul li::after {
    top: 9px;
  }
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .smart-crop-page .smart-crop-sec3 {
    margin-top: 50px;
  }
  .smart-crop-page .smart-crop-sec3__content ul {
    margin-top: 35px;
    padding-right: 0px;
    gap: 20px;
  }
  .smart-crop-page .smart-crop-sec3__content ul li {
    padding-left: 35px;
  }
  .smart-crop-page .smart-crop-sec3__content ul li::after {
    content: "";
    position: absolute;
    top: 9px;
  }
  .smart-crop-page .smart-crop-sec3__content ul .f-h4 {
    margin-top: 0px;
  }
}
.smart-crop-page .smart-crop-sec2__content,
.smart-crop-page .smart-crop-sec3__content {
  position: relative;
  padding: 60px 50px 60px 50px;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.smart-crop-page .smart-crop-sec2__photo-background,
.smart-crop-page .smart-crop-sec3__photo-background {
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
}
@media (max-width: 1680px) {
  .smart-crop-page .smart-crop-sec2__content,
.smart-crop-page .smart-crop-sec3__content {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .smart-crop-page .smart-crop-sec2__content::after,
.smart-crop-page .smart-crop-sec3__content::after {
    content: "";
    left: -20vw;
    width: 120vw;
  }
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec2,
.smart-crop-page .smart-crop-sec3 {
    margin: 80px 0;
  }
  .smart-crop-page .smart-crop-sec2__content,
.smart-crop-page .smart-crop-sec3__content {
    padding: 50px 20px 50px 20px;
    min-height: auto;
  }
  .smart-crop-page .smart-crop-sec2__photo-background,
.smart-crop-page .smart-crop-sec3__photo-background {
    position: relative;
    height: auto;
    min-width: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .smart-crop-page .smart-crop-sec2,
.smart-crop-page .smart-crop-sec3 {
    margin: 30px 0;
  }
  .smart-crop-page .smart-crop-sec2__content,
.smart-crop-page .smart-crop-sec3__content {
    padding: 30px 0px 30px;
  }
  .smart-crop-page .smart-crop-sec2__content .f-h2,
.smart-crop-page .smart-crop-sec3__content .f-h2 {
    margin: 15px 0;
  }
  .smart-crop-page .smart-crop-sec2__content .f-h4,
.smart-crop-page .smart-crop-sec3__content .f-h4 {
    margin-top: 25px;
  }
}
.smart-crop-page .smart-crop-sec4 {
  margin-top: 200px;
  background-color: #3ab54a;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec4 {
    margin-top: 50px;
  }
}
.smart-crop-page .smart-crop-sec4,
.smart-crop-page .smart-crop-sec7 {
  padding: 120px 20px 120px;
}
.smart-crop-page .smart-crop-sec4__container,
.smart-crop-page .smart-crop-sec7__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smart-crop-page .smart-crop-sec4__container .f-h3,
.smart-crop-page .smart-crop-sec7__container .f-h3 {
  text-align: center;
  margin: 0;
}
.smart-crop-page .smart-crop-sec4__container .f-h3:nth-of-type(2),
.smart-crop-page .smart-crop-sec7__container .f-h3:nth-of-type(2) {
  margin-top: 70px;
}
.smart-crop-page .smart-crop-sec4__container .btn-green,
.smart-crop-page .smart-crop-sec4__container .btn-white,
.smart-crop-page .smart-crop-sec7__container .btn-green,
.smart-crop-page .smart-crop-sec7__container .btn-white {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .smart-crop-page .smart-crop-sec4,
.smart-crop-page .smart-crop-sec7 {
    padding: 50px 0px 50px;
  }
  .smart-crop-page .smart-crop-sec4__container .f-h3:nth-of-type(2),
.smart-crop-page .smart-crop-sec7__container .f-h3:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .smart-crop-page .smart-crop-sec4,
.smart-crop-page .smart-crop-sec7 {
    padding: 50px 0px 50px;
  }
  .smart-crop-page .smart-crop-sec4__container .btn-green,
.smart-crop-page .smart-crop-sec4__container .btn-white,
.smart-crop-page .smart-crop-sec7__container .btn-green,
.smart-crop-page .smart-crop-sec7__container .btn-white {
    width: 100%;
  }
}
.smart-crop-page .smart-crop-sec5 {
  margin-top: 50px;
}
.smart-crop-page .smart-crop-sec5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-table__title, .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-table__title .text-main, .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row .text-main {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-info__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 70px;
}
.smart-crop-page .smart-crop-sec5__content .smart-crop-info__text .f-h4 {
  margin: 20px 0;
}
@media (max-width: 1680px) {
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__title, .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__title .text-main, .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row .text-main {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table {
    overflow-x: scroll;
    width: auto;
    padding-bottom: 40px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row .text-main {
    margin: 15px 0;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-info__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-info__text h4 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .smart-crop-page .smart-crop-sec5 {
    margin-top: 10px;
    padding: 0;
  }
  .smart-crop-page .smart-crop-sec5__content .f-h3 {
    line-height: 50px;
    margin-bottom: 10px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table {
    overflow: scroll;
    width: auto;
    padding-bottom: 30px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__title, .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row {
    width: 850px;
    gap: 4px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__title .text-main {
    padding-right: 10px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-table__row .text-main {
    margin: 15px 0;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .smart-crop-page .smart-crop-sec5__content .smart-crop-info__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}
.smart-crop-page .smart-crop-sec6 {
  margin: 200px 0 80px 0;
}
.smart-crop-page .smart-crop-sec6__header {
  margin: 0;
}
.smart-crop-page .smart-crop-sec6__icons {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.smart-crop-page .smart-crop-sec6__icon {
  text-align: center;
}
.smart-crop-page .smart-crop-sec6__icon img {
  border: 3px solid #3ab54a;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 256px;
  height: 256px;
}
.smart-crop-page .smart-crop-sec6__icontext {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
}
.smart-crop-page .smart-crop-sec6__text {
  margin-top: 80px;
  font-size: 30px;
}
@media (max-width: 1679px) {
  .smart-crop-page .smart-crop-sec6__text {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .smart-crop-page .smart-crop-sec6__icon img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec6__icons {
    gap: 60px;
    margin-top: 40px;
  }
  .smart-crop-page .smart-crop-sec6__icon img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .smart-crop-page .smart-crop-sec6 {
    margin: 80px 0;
  }
  .smart-crop-page .smart-crop-sec6__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smart-crop-page .smart-crop-sec6__icon img {
    width: 200px;
    height: 200px;
  }
}

.plantainer-page {
  overflow: hidden;
}
.plantainer-page .plantainer-sec1__header {
  text-align: center;
}
.plantainer-page .plantainer-sec1__photo-background {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.plantainer-page .plantainer-sec1__photo-background .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-animation: pulsating-dot 4s infinite;
          animation: pulsating-dot 4s infinite;
  cursor: pointer;
}
.plantainer-page .plantainer-sec1__photo-background .dot p {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px 10px 20px;
  left: 40px;
  top: -30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plantainer-page .plantainer-sec1__photo-background .dot.active p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes pulsating-dot {
  0% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
  50% {
    background: #c9c9c9;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  100% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
}
@keyframes pulsating-dot {
  0% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
  50% {
    background: #c9c9c9;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  100% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
}
.plantainer-page .plantainer-sec1__photo-background .dot-1 {
  top: 69%;
  left: 66.5%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-2 {
  left: 58%;
  top: 37%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-3 {
  left: 41%;
  top: 56%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-4 {
  left: 68%;
  top: 57%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-5 {
  left: 40%;
  top: 37%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-6 {
  left: 58.5%;
  top: 72%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-7 {
  left: 67%;
  top: 43%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-8 {
  left: 10%;
  top: 7%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-9 {
  left: 24%;
  top: 7%;
}
.plantainer-page .plantainer-sec1__photo-background .dot-10 {
  left: 78%;
  top: 59%;
}
@media (max-width: 992px) {
  .plantainer-page .plantainer-sec1__photo-background .dot {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .plantainer-page .plantainer-sec1__photo-background .dot p {
    padding: 10px 20px 10px 20px;
    margin-left: -50px;
    top: 20px;
    font-size: 12px;
  }
  @-webkit-keyframes pulsating-dot {
    0% {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
    }
    50% {
      background: #c9c9c9;
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
    }
    100% {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
    }
  }
  @keyframes pulsating-dot {
    0% {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
    }
    50% {
      background: #c9c9c9;
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
    }
    100% {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
    }
  }
}
@media (max-width: 768px) {
  .plantainer-page .plantainer-sec1__photo-background .dot {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .plantainer-page .plantainer-sec1__photo-background .dot p {
    padding: 10px 20px 10px 20px;
    position: fixed;
    left: 30px;
    top: 30%;
    margin-left: 0;
  }
}
.plantainer-page .plantainer-table {
  margin: 100px 0;
}
.plantainer-page .plantainer-table__header {
  margin-bottom: 40px;
}
.plantainer-page .plantainer-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plantainer-page .plantainer-table__column {
  width: 100%;
}
.plantainer-page .plantainer-table__column .text-main {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.plantainer-page .plantainer-table__textbox {
  margin-top: 80px;
}
.plantainer-page .plantainer-table__textbox .text-main {
  font-size: 22px;
  font-weight: 600;
}
.plantainer-page .plantainer-table__textbox .text-main b {
  color: #3ab54a;
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-table__row {
    gap: 2%;
  }
  .plantainer-page .plantainer-table__column {
    width: 100%;
  }
  .plantainer-page .plantainer-table__column .text-main {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .plantainer-page .plantainer-table__header br {
    display: none;
  }
}
@media (max-width: 767px) {
  .plantainer-page .plantainer-table {
    margin: 50px 0;
  }
  .plantainer-page .plantainer-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plantainer-page .plantainer-sec2 {
  margin: 250px 0;
}
.plantainer-page .plantainer-sec2__content {
  background-color: black;
}
.plantainer-page .plantainer-sec2__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.plantainer-page .plantainer-sec2__photo-background {
  right: -150px;
}
.plantainer-page .plantainer-sec3 {
  margin: 250px 0 100px 0;
}
.plantainer-page .plantainer-sec3__content {
  background-color: #ffffff;
}
.plantainer-page .plantainer-sec3__photo-background {
  left: -150px;
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-sec3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.plantainer-page .plantainer-sec2,
.plantainer-page .plantainer-sec3 {
  position: relative;
}
.plantainer-page .plantainer-sec2__content,
.plantainer-page .plantainer-sec3__content {
  position: relative;
  padding: 50px 50px 110px 50px;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plantainer-page .plantainer-sec2__content .f-h2,
.plantainer-page .plantainer-sec3__content .f-h2 {
  margin: 30px 0;
}
.plantainer-page .plantainer-sec2__content .f-h4,
.plantainer-page .plantainer-sec3__content .f-h4 {
  margin-top: 55px;
}
.plantainer-page .plantainer-sec2__photo-background,
.plantainer-page .plantainer-sec3__photo-background {
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
}
.plantainer-page .plantainer-sec2__photo-background img,
.plantainer-page .plantainer-sec3__photo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  .plantainer-page .plantainer-sec2__content,
.plantainer-page .plantainer-sec3__content {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .plantainer-page .plantainer-sec2__content::after,
.plantainer-page .plantainer-sec3__content::after {
    content: "";
    left: -20vw;
    width: 120vw;
  }
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-sec2,
.plantainer-page .plantainer-sec3 {
    margin: 80px 0;
  }
  .plantainer-page .plantainer-sec2__content,
.plantainer-page .plantainer-sec3__content {
    padding: 50px 20px 50px 20px;
    min-height: auto;
  }
  .plantainer-page .plantainer-sec2__photo-background,
.plantainer-page .plantainer-sec3__photo-background {
    position: relative;
    height: auto;
    min-width: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .plantainer-page .plantainer-sec2,
.plantainer-page .plantainer-sec3 {
    margin: 50px 0;
  }
  .plantainer-page .plantainer-sec2__content,
.plantainer-page .plantainer-sec3__content {
    padding: 30px 0px 30px;
  }
  .plantainer-page .plantainer-sec2__content .f-h2,
.plantainer-page .plantainer-sec3__content .f-h2 {
    margin: 15px 0;
    margin-top: 0;
  }
  .plantainer-page .plantainer-sec2__content .f-h4,
.plantainer-page .plantainer-sec3__content .f-h4 {
    margin-top: 5px;
  }
}
.plantainer-page .plantainer-sec7 {
  margin-top: 200px;
  background-color: #3ab54a;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-sec7 {
    margin-top: 50px;
  }
}
.plantainer-page .plantainer-sec4,
.plantainer-page .plantainer-sec7 {
  padding: 120px 20px 150px;
}
.plantainer-page .plantainer-sec4__container,
.plantainer-page .plantainer-sec7__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plantainer-page .plantainer-sec4__container .f-h3,
.plantainer-page .plantainer-sec7__container .f-h3 {
  text-align: center;
  margin: 0;
}
.plantainer-page .plantainer-sec4__container .f-h3:nth-of-type(2),
.plantainer-page .plantainer-sec7__container .f-h3:nth-of-type(2) {
  margin-top: 70px;
}
.plantainer-page .plantainer-sec4__container .btn-green,
.plantainer-page .plantainer-sec4__container .btn-white,
.plantainer-page .plantainer-sec7__container .btn-green,
.plantainer-page .plantainer-sec7__container .btn-white {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .plantainer-page .plantainer-sec4,
.plantainer-page .plantainer-sec7 {
    padding: 50px 0px 50px;
  }
  .plantainer-page .plantainer-sec4__container .f-h3:nth-of-type(2),
.plantainer-page .plantainer-sec7__container .f-h3:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .plantainer-page .plantainer-sec4,
.plantainer-page .plantainer-sec7 {
    padding: 50px 0px 50px;
  }
  .plantainer-page .plantainer-sec4__container .btn-green,
.plantainer-page .plantainer-sec4__container .btn-white,
.plantainer-page .plantainer-sec7__container .btn-green,
.plantainer-page .plantainer-sec7__container .btn-white {
    width: 100%;
  }
}
.plantainer-page .plantainer-sec5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plantainer-page .plantainer-sec5__content .plantainer-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plantainer-page .plantainer-sec5__content .plantainer-table__title, .plantainer-page .plantainer-sec5__content .plantainer-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plantainer-page .plantainer-sec5__content .plantainer-table__title .text-main, .plantainer-page .plantainer-sec5__content .plantainer-table__row .text-main {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}
.plantainer-page .plantainer-sec5__content .plantainer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.plantainer-page .plantainer-sec5__content .plantainer-info__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 70px;
}
.plantainer-page .plantainer-sec5__content .plantainer-info__text .f-h4 {
  margin: 20px 0;
}
@media (max-width: 1399px) {
  .plantainer-page .plantainer-sec5__content .plantainer-table {
    overflow: scroll;
    width: auto;
    padding-bottom: 40px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__title, .plantainer-page .plantainer-sec5__content .plantainer-table__row {
    width: 1300px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__row .text-main {
    margin: 15px 0;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__title .text-main {
    margin-right: 50px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-info__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .plantainer-page .plantainer-sec5 {
    padding: 0 20px;
  }
  .plantainer-page .plantainer-sec5__content .f-h3 {
    margin-bottom: 10px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table {
    overflow: scroll;
    width: auto;
    padding-bottom: 30px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__title, .plantainer-page .plantainer-sec5__content .plantainer-table__row {
    width: 1200px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__title .text-main {
    padding-right: 10px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-table__row .text-main {
    margin: 15px 0;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .plantainer-page .plantainer-sec5__content .plantainer-info__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}
.plantainer-page .plantainer-sec6 {
  margin: 200px 0 80px;
}
.plantainer-page .plantainer-sec6__header {
  margin: 0;
}
.plantainer-page .plantainer-sec6__icons {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.plantainer-page .plantainer-sec6__icon {
  text-align: center;
}
.plantainer-page .plantainer-sec6__icon img {
  border: 3px solid #3ab54a;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 256px;
  height: 256px;
}
.plantainer-page .plantainer-sec6__icontext {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
}
.plantainer-page .plantainer-sec6__text {
  margin-top: 80px;
  font-size: 30px;
}
@media (max-width: 1679px) {
  .plantainer-page .plantainer-sec6__text {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .plantainer-page .plantainer-sec6__icon img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-sec6 {
    margin: 40px 0;
  }
  .plantainer-page .plantainer-sec6__icons {
    gap: 60px;
    margin-top: 40px;
  }
  .plantainer-page .plantainer-sec6__icon img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .plantainer-page .plantainer-sec6__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plantainer-page .plantainer-sec6__icon img {
    width: 200px;
    height: 200px;
  }
}
.plantainer-page .plantainer-sec7 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .plantainer-page .plantainer-sec7 {
    padding-top: 50px;
  }
}
.grow-wizard-page {
  overflow: hidden;
}
.grow-wizard-page .grow-wizard-sec1 {
  position: relative;
  width: 100%;
  height: auto;
  background: black url("../img/background-wizard-sec1.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right;
}
.grow-wizard-page .grow-wizard-sec1__content {
  padding: 160px 20px 150px 60px;
}
.grow-wizard-page .grow-wizard-sec1__content .f-h2 {
  margin: 0;
}
.grow-wizard-page .grow-wizard-sec1__content__text .f-h4 {
  margin: 80px 0;
}
.grow-wizard-page .grow-wizard-sec1__content ul {
  margin-top: 35px;
  padding-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.grow-wizard-page .grow-wizard-sec1__content ul li {
  position: relative;
  padding-left: 50px;
}
.grow-wizard-page .grow-wizard-sec1__content ul li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow-forward-smart-crop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1680px) {
  .grow-wizard-page .grow-wizard-sec1__content ul li::after {
    top: 9px;
  }
}
@media (max-width: 1399px) {
  .grow-wizard-page .grow-wizard-sec1__content {
    padding: 60px 20px 60px 60px;
  }
  .grow-wizard-page .grow-wizard-sec1__content__text .f-h4 {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .grow-wizard-page .grow-wizard-sec1__content {
    padding: 50px 20px 50px 20px;
  }
  .grow-wizard-page .grow-wizard-sec1__content__text .f-h4 {
    margin: 35px 0;
  }
  .grow-wizard-page .grow-wizard-sec1__content ul {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .grow-wizard-page .grow-wizard-sec1 {
    background-size: 300px;
    background-position: right bottom;
    padding-bottom: 200px;
  }
  .grow-wizard-page .grow-wizard-sec1__content {
    padding: 50px 0;
  }
  .grow-wizard-page .grow-wizard-sec1__content .f-h2 {
    margin: 0;
  }
  .grow-wizard-page .grow-wizard-sec1__content__text .f-h4 {
    margin: 35px 0;
  }
  .grow-wizard-page .grow-wizard-sec1__content ul {
    gap: 20px;
  }
  .grow-wizard-page .grow-wizard-sec1__content ul li {
    padding-left: 35px;
  }
  .grow-wizard-page .grow-wizard-sec1__content ul li::after {
    content: "";
    position: absolute;
    top: 9px;
  }
  .grow-wizard-page .grow-wizard-sec1__content ul .f-h4 {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .grow-wizard-page .grow-wizard-sec1__content .f-h2 {
    font-size: 32px;
  }
}
.grow-wizard-page .grow-wizard-sec2__content {
  background-color: #ffffff;
}
.grow-wizard-page .grow-wizard-sec2__photo-background {
  left: -155px;
}
@media (max-width: 1199px) {
  .grow-wizard-page .grow-wizard-sec2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.grow-wizard-page .grow-wizard-sec3__column {
  margin-top: 10px;
}
.grow-wizard-page .grow-wizard-sec3__column .f-h4 {
  margin: 30px 0;
}
.grow-wizard-page .grow-wizard-sec3__column ul {
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.grow-wizard-page .grow-wizard-sec3__column ul li {
  position: relative;
  padding-left: 30px;
}
.grow-wizard-page .grow-wizard-sec3__column ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #3ab54a;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .grow-wizard-page .grow-wizard-sec3__title .f-h3 {
    margin: 0;
  }
  .grow-wizard-page .grow-wizard-sec3__column {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .grow-wizard-page .grow-wizard-sec3__title {
    padding: 0;
  }
  .grow-wizard-page .grow-wizard-sec3__column {
    padding: 0;
    margin-top: 30px;
  }
  .grow-wizard-page .grow-wizard-sec3__column img {
    height: 40px;
    width: 40px;
  }
  .grow-wizard-page .grow-wizard-sec3__column .f-h4 {
    margin: 10px 0;
  }
  .grow-wizard-page .grow-wizard-sec3__column ul {
    gap: 15px;
  }
  .grow-wizard-page .grow-wizard-sec3__column ul li {
    position: relative;
    padding-left: 25px;
  }
  .grow-wizard-page .grow-wizard-sec3__column ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 7px;
  }
}
.grow-wizard-page .grow-wizard-sec4__content {
  background-color: black;
}
.grow-wizard-page .grow-wizard-sec4__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.grow-wizard-page .grow-wizard-sec4__photo-background {
  right: -150px;
}
.grow-wizard-page .grow-wizard-sec4 .btn-green {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .grow-wizard-page .grow-wizard-sec4 .btn-green {
    margin-top: 0px;
    width: 100%;
  }
}
.grow-wizard-page .grow-wizard-sec2,
.grow-wizard-page .grow-wizard-sec4 {
  position: relative;
  margin: 250px 0 150px;
}
.grow-wizard-page .grow-wizard-sec2__content,
.grow-wizard-page .grow-wizard-sec4__content {
  position: relative;
  padding: 60px 50px 60px 70px;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grow-wizard-page .grow-wizard-sec2__content .f-h2,
.grow-wizard-page .grow-wizard-sec4__content .f-h2 {
  margin: 0;
}
.grow-wizard-page .grow-wizard-sec2__content .f-h4,
.grow-wizard-page .grow-wizard-sec4__content .f-h4 {
  margin-top: 55px;
}
.grow-wizard-page .grow-wizard-sec2__photo-background,
.grow-wizard-page .grow-wizard-sec4__photo-background {
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
}
.grow-wizard-page .grow-wizard-sec2__photo-background img,
.grow-wizard-page .grow-wizard-sec4__photo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  .grow-wizard-page .grow-wizard-sec2__content,
.grow-wizard-page .grow-wizard-sec4__content {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .grow-wizard-page .grow-wizard-sec2__content::after,
.grow-wizard-page .grow-wizard-sec4__content::after {
    content: "";
    left: -20vw;
    width: 120vw;
  }
}
@media (max-width: 1199px) {
  .grow-wizard-page .grow-wizard-sec2,
.grow-wizard-page .grow-wizard-sec4 {
    margin: 80px 0;
  }
  .grow-wizard-page .grow-wizard-sec2__content,
.grow-wizard-page .grow-wizard-sec4__content {
    padding: 50px 0px 50px;
    min-height: auto;
  }
  .grow-wizard-page .grow-wizard-sec2__photo-background,
.grow-wizard-page .grow-wizard-sec4__photo-background {
    position: relative;
    height: auto;
    min-width: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .grow-wizard-page .grow-wizard-sec2,
.grow-wizard-page .grow-wizard-sec4 {
    margin: 30px 0;
    padding: 30px 0;
  }
  .grow-wizard-page .grow-wizard-sec2__content,
.grow-wizard-page .grow-wizard-sec4__content {
    padding: 0;
    padding-bottom: 30px;
  }
  .grow-wizard-page .grow-wizard-sec2__content .f-h2,
.grow-wizard-page .grow-wizard-sec4__content .f-h2 {
    margin: 15px 0;
  }
  .grow-wizard-page .grow-wizard-sec2__content .f-h4,
.grow-wizard-page .grow-wizard-sec4__content .f-h4 {
    margin-top: 25px;
  }
}

body.page-template-page-virtualwolk header {
  display: none;
}
body.page-template-page-virtualwolk footer {
  display: none;
}

.virtual {
  background-color: black;
  min-height: 100vh;
}
.virtual__header {
  background-color: black;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
.virtual__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.virtual__header__linkhome {
  position: absolute;
  left: 0;
}
.virtual__header__linkhome:hover svg path {
  fill: #1b7527;
}
.virtual__header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.virtual__header__logo span {
  display: block;
  color: white;
  font-size: 13px;
}
@media (max-width: 1679px) {
  .virtual__header {
    height: 60px;
    position: relative;
  }
  .virtual__header__logo {
    width: 150px;
  }
  .virtual__header__logo span {
    position: relative;
    top: 2px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .virtual__header__linkhome {
    left: 15px;
  }
  .virtual__header__linkhome svg {
    width: 26px;
  }
}
.virtual__slider .swiper-slide .virtual-photo {
  max-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.virtual__slider .swiper-slide .virtual-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.virtual__slider .swiper-slide .virtual-photo .dot {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-animation: pulsating-dot 4s infinite;
          animation: pulsating-dot 4s infinite;
  cursor: pointer;
}
.virtual__slider .swiper-slide .virtual-photo .dot__content {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  left: 40px;
  top: -30px;
  background-color: white;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
}
.virtual__slider .swiper-slide .virtual-photo .dot__content h4 {
  font-size: 42px;
  margin: 0;
  font-weight: 600;
  line-height: 42px;
}
.virtual__slider .swiper-slide .virtual-photo .dot__content p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-top: 20px;
}
@keyframes pulsating-dot {
  0% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 14px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 14px rgba(0, 0, 0, 0.4);
  }
  50% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  100% {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 14px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 0px 14px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1399px) {
  .virtual__slider .swiper-slide .virtual-photo .dot {
    width: 20px;
    height: 20px;
  }
  @-webkit-keyframes pulsating-dot {
    0% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
    }
    50% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
    }
  }
  @keyframes pulsating-dot {
    0% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
    }
    50% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.8);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4);
    }
  }
}
@media (max-width: 767px) {
  .virtual__slider .swiper-slide .virtual-photo .dot {
    width: 12px;
    height: 12px;
  }
  @-webkit-keyframes pulsating-dot {
    0% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
    }
    50% {
      -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.8);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
    }
  }
  @keyframes pulsating-dot {
    0% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
    }
    50% {
      -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.8);
              box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.8);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.4);
    }
  }
}
.virtual__slider .swiper-slide .virtual-photo .dot.active .dot__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1679px) {
  .virtual__slider .swiper-slide .virtual-photo {
    max-height: calc(100vh - 60px);
    height: auto;
    position: relative;
  }
  .virtual__slider .swiper-slide .virtual-photo .dot__content {
    padding: 20px;
  }
  .virtual__slider .swiper-slide .virtual-photo .dot__content h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
  }
  .virtual__slider .swiper-slide .virtual-photo .dot__content p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    line-height: normal;
  }
}
@media (max-width: 992px) {
  .virtual__slider .swiper-slide .virtual-photo .dot__content {
    position: fixed;
    top: 30% !important;
    left: 30px !important;
    padding: 10px;
    max-width: 340px;
  }
  .virtual__slider .swiper-slide .virtual-photo .dot__content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: normal;
  }
  .virtual__slider .swiper-slide .virtual-photo .dot__content p {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    line-height: normal;
  }
}
.virtual__slider .swiper-slide--1 .virtual-photo .dot--1 {
  left: 76%;
  top: 75%;
}
.virtual__slider .swiper-slide--1 .virtual-photo .dot--1 .dot__content {
  left: -440px;
  top: -150px;
}
.virtual__slider .swiper-slide--1 .virtual-photo .dot--2 {
  left: 3%;
  top: 15%;
}
.virtual__slider .swiper-slide--1 .virtual-photo .dot--3 {
  left: 45%;
  top: 43%;
}
@media (max-width: 1679px) {
  .virtual__slider .swiper-slide--1 .virtual-photo .dot--1 .dot__content {
    top: -60px;
  }
}
@media (max-width: 992px) {
  .virtual__slider .swiper-slide--1 .virtual-photo .dot--1 .dot__content {
    top: -60px;
  }
}
.virtual__slider .swiper-slide--2 .virtual-photo .dot--1 {
  left: 50%;
  top: 60%;
}
.virtual__slider .swiper-slide--2 .virtual-photo .dot--1 .dot__content {
  top: -50px;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--1 {
  left: 50%;
  top: 83%;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--1 .dot__content {
  top: -180px;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--2 {
  left: 90%;
  top: 85.8%;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--2 .dot__content {
  left: -440px;
  top: -255px;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--3 {
  left: 52.7%;
  top: 66.5%;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--3 .dot__content {
  top: -80px;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--4 {
  left: 37%;
  top: 25.5%;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--5 {
  left: 16%;
  top: 34.5%;
}
.virtual__slider .swiper-slide--3 .virtual-photo .dot--6 {
  left: 9%;
  top: 58.5%;
}
@media (max-width: 1679px) {
  .virtual__slider .swiper-slide--3 .virtual-photo .dot--1 .dot__content {
    top: -100px;
  }
  .virtual__slider .swiper-slide--3 .virtual-photo .dot--2 {
    left: 90%;
    top: 85.8%;
  }
  .virtual__slider .swiper-slide--3 .virtual-photo .dot--2 .dot__content {
    left: -420px;
    top: -130px;
  }
}
.virtual__slider .swiper-slide--4 .virtual-photo .dot--1 {
  left: 50.9%;
  top: 28.2%;
}
.virtual__slider .swiper-slide--4 .virtual-photo .dot--2 {
  left: 92.7%;
  top: 11.8%;
}
.virtual__slider .swiper-slide--4 .virtual-photo .dot--2 .dot__content {
  left: -440px;
  top: 10px;
}
@media (max-width: 1679px) {
  .virtual__slider .swiper-slide--4 .virtual-photo .dot--2 .dot__content {
    left: -420px;
    top: -10px;
  }
}
.virtual__slider .swiper-pagination-wrap {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  height: 100px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.virtual__slider .swiper-pagination-wrap .swiper-pagination {
  position: relative;
  color: white;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.virtual__slider .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  opacity: 0.5;
  font-size: 30px;
  font-weight: 100;
  height: auto;
  background: none;
}
.virtual__slider .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 600;
  opacity: 1;
}
.virtual__slider .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
@media (max-width: 1679px) {
  .virtual__slider .swiper-pagination-wrap {
    height: 60px;
  }
  .virtual__slider .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .virtual__slider .swiper-pagination-wrap {
    position: relative;
    min-height: 60px;
    height: auto;
    padding: 10px 0;
  }
  .virtual__slider .swiper-pagination-wrap .swiper-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .virtual__slider .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
    margin: 0;
    text-align: left;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-bottom: 10px;
  }
}
.virtual__slider .swiper-nav-wrap .swiper-button-next,
.virtual__slider .swiper-nav-wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url("../img/slider-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.virtual__slider .swiper-nav-wrap .swiper-button-next:after,
.virtual__slider .swiper-nav-wrap .swiper-button-prev:after {
  display: none;
}
.virtual__slider .swiper-nav-wrap .swiper-button-prev {
  left: 30px;
}
.virtual__slider .swiper-nav-wrap .swiper-button-next {
  right: 30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .virtual__slider .swiper-nav-wrap .swiper-button-next,
.virtual__slider .swiper-nav-wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-image: url("../img/slider-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .virtual__slider .swiper-nav-wrap .swiper-button-next:after,
.virtual__slider .swiper-nav-wrap .swiper-button-prev:after {
    display: none;
  }
  .virtual__slider .swiper-nav-wrap .swiper-button-prev {
    left: 10px;
  }
  .virtual__slider .swiper-nav-wrap .swiper-button-next {
    right: 10px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.pages-contact {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .pages-contact {
    margin-top: 30px;
  }
}
.pages-contact__form {
  position: relative;
  width: 100%;
}
.pages-contact__form__header h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .pages-contact__form__header p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pages-contact__form__content {
  position: relative;
  margin-top: 50px;
}
.pages-contact__form__content form {
  padding-bottom: 20px;
  position: relative;
  width: 540px;
}
.pages-contact__form__content form p {
  margin: 0;
}
.pages-contact__form__content form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  font-size: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 30px;
  left: 30px;
}
.pages-contact__form__content form .wpcf7-spinner {
  display: none;
}
.pages-contact__form__content form br {
  display: none;
}
.pages-contact__form__content form .wpcf7-response-output {
  margin-top: 0;
}
.pages-contact__form__content form input[type=text],
.pages-contact__form__content form .wpcf7-select,
.pages-contact__form__content form input[type=email],
.pages-contact__form__content form input[type=tel],
.pages-contact__form__content form textarea {
  -webkit-appearance: none;
  outline: none;
  font-family: "DM Sans", sans-serif;
  height: 50px;
  width: 100%;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  border-radius: 50px;
  margin-bottom: 22px;
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 30px;
  color: black;
}
.pages-contact__form__content form input[type=text]:hover,
.pages-contact__form__content form .wpcf7-select:hover,
.pages-contact__form__content form input[type=email]:hover,
.pages-contact__form__content form input[type=tel]:hover,
.pages-contact__form__content form textarea:hover {
  border: 1px solid #707070;
}
.pages-contact__form__content form input[type=text]:focus,
.pages-contact__form__content form .wpcf7-select:focus,
.pages-contact__form__content form input[type=email]:focus,
.pages-contact__form__content form input[type=tel]:focus,
.pages-contact__form__content form textarea:focus {
  border: 1px solid #acacac;
}
.pages-contact__form__content form textarea {
  padding: 10px 10px 10px 30px;
  border-radius: 25px;
  height: 100px;
}
.pages-contact__form__content form input[type=submit] {
  position: relative;
  text-align: start;
  cursor: pointer;
  outline: none;
  font-family: "DM Sans", sans-serif;
  height: 50px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 22px;
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  background: #3ab54a url("../img/arrow-right-btn.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #3ab54a;
}
.pages-contact__form__content form input[type=submit]:hover {
  background-color: #1b7527;
  border: 1px solid #1b7527;
}
.pages-contact__form__content form input[type=submit]:focus {
  background-color: #1b7527;
  border: 1px solid #1b7527;
}
.pages-contact__form__content form .wpcf7-select {
  position: relative;
  background-image: url("../img/arrow-form.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.pages-contact__form__content form .wpcf7-form-control #shadow-root {
  background-color: #1b7527;
}
.pages-contact__form__content form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.pages-contact__form__content form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
  opacity: 1;
}
.pages-contact__form__content form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
.pages-contact__form__content form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
.pages-contact__form__content form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
  opacity: 1;
}
@media (max-width: 992px) {
  .pages-contact__form__content form {
    width: 100%;
  }
  .pages-contact__form__content form input[type=text],
.pages-contact__form__content form .wpcf7-select,
.pages-contact__form__content form input[type=email],
.pages-contact__form__content form input[type=submit],
.pages-contact__form__content form input[type=tel],
.pages-contact__form__content form textarea {
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    padding: 0 0 0 20px;
  }
  .pages-contact__form__content form textarea {
    padding: 10px;
    height: 80px;
  }
  .pages-contact__form__content form .wpcf7-not-valid-tip {
    top: 34px;
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .pages-contact__form__content form input[type=text],
.pages-contact__form__content form .wpcf7-select,
.pages-contact__form__content form input[type=email],
.pages-contact__form__content form input[type=tel],
.pages-contact__form__content form input[type=submit] {
    padding: 0 0 0 10px;
  }
}
.pages-contact__form__box {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .pages-contact__form__box {
    margin-top: 30px;
  }
}
.pages-contact__form__box-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 36px;
  width: 36px;
  margin: 45px 0;
  gap: 55px;
}
.pages-contact__form__box-social a svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: black;
}
.pages-contact__form__box-social a:hover svg path {
  fill: #3ab54a;
}
.pages-contact__form__map {
  width: 50vw;
  height: 100%;
  background-image: url("../img/contact-map.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .pages-contact__form__map {
    display: none;
  }
}

.page-template-page-contact .footer {
  display: none;
}

.page-blog {
  margin-top: 150px;
  padding-bottom: 150px;
}
.page-blog .row {
  row-gap: 40px;
}
@media (max-width: 1679px) {
  .page-blog {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .page-blog {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .page-blog .row {
    row-gap: 30px;
  }
}
.page-blog .awarded-item__photo {
  width: 100%;
  height: 100%;
  max-height: auto;
}
.page-blog .awarded-item__date-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.page-blog .awarded-item__name {
  font-size: 48px;
  margin: 30px 0;
}
.page-blog .awarded-item__btn {
  margin-top: 30px;
}
.page-blog .awarded-item__date {
  font-size: 30px;
  color: #3ab54a;
  font-weight: 600;
  position: relative;
}
.page-blog .awarded-item__cat {
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.page-blog .awarded-item__cat span {
  position: relative;
}
.page-blog .awarded-item__cat span:nth-child(n+2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: -7px;
  background-color: black;
}
@media (max-width: 1679px) {
  .page-blog .awarded-item__name {
    font-size: 42px;
  }
}
@media (max-width: 1399px) {
  .page-blog .awarded-item__date {
    font-size: 22px;
  }
  .page-blog .awarded-item__cat {
    font-size: 16px;
  }
  .page-blog .awarded-item__name {
    font-size: 36px;
    margin: 15px 0;
  }
  .page-blog .awarded-item__excerpt p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .page-blog .awarded-item .row {
    row-gap: 10px;
  }
  .page-blog .awarded-item__name {
    font-size: 16px;
    margin-top: 10px;
  }
  .page-blog .awarded-item__date-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 5px;
  }
  .page-blog .awarded-item__date {
    font-size: 14px;
  }
  .page-blog .awarded-item__date:before {
    display: none;
  }
  .page-blog .awarded-item__cat {
    font-size: 14px;
  }
  .page-blog .awarded-item__excerpt p {
    font-size: 14px;
  }
}
.page-blog .blog-cat {
  margin: 100px 0 50px;
}
.page-blog .blog-cat .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-blog .blog-cat .cat-list__item {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: black;
  padding: 0 30px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-blog .blog-cat .cat-list__item--active, .page-blog .blog-cat .cat-list__item:hover {
  background-color: black;
  border: 2px solid black;
  color: white;
}
@media (max-width: 1679px) {
  .page-blog .blog-cat .cat-list__item {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .page-blog .blog-cat .cat-list__item {
    height: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .page-blog .blog-cat {
    margin: 50px 0 30px;
  }
  .page-blog .blog-cat .cat-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .page-blog .blog-cat .cat-list__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
  }
}

.post-item__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  position: relative;
}
.post-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__photo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(58, 181, 74, 0.3);
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-item__photo:hover:after {
  opacity: 1;
}
.post-item__date-cat {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post-item__date {
  color: #3ab54a;
  font-weight: 600;
  font-size: 20px;
}
.post-item__cat {
  font-size: 16px;
  opacity: 0.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-item__cat span {
  position: relative;
}
.post-item__cat span:nth-child(n+2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: -5px;
  background-color: black;
}
.post-item__name {
  margin: 0;
  margin-top: 30px;
  font-size: 30px;
  line-height: normal;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-item__name:hover {
  color: #3ab54a;
}
@media (max-width: 1679px) {
  .post-item__photo {
    height: auto;
  }
  .post-item__name {
    font-size: 24px;
    margin-top: 20px;
  }
  .post-item__date {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .post-item__photo {
    height: auto;
  }
  .post-item__name {
    font-size: 20px;
  }
  .post-item__date-cat {
    margin-top: 10px;
  }
  .post-item__date {
    font-size: 14px;
  }
  .post-item__cat {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .post-item__name {
    font-size: 16px;
    margin-top: 10px;
  }
  .post-item__date-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 5px;
  }
}
@media (max-width: 991px) {
  .post-item__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-item__cat span:before {
    display: none;
  }
}

.single-post .hero__img {
  height: 75vh !important;
}
.single-post .hero__img--dark img {
  -webkit-filter: brightness(0.35);
          filter: brightness(0.35);
}
@media (max-width: 767px) {
  .single-post .hero__img {
    height: 40vh !important;
  }
}
.single-post .blog-header {
  position: absolute;
  width: 100%;
  padding-bottom: 100px;
}
.single-post .blog-header__wrap {
  padding-left: 30px;
}
.single-post .blog-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post .blog-header__breadcrumbs {
  font-size: 14px;
  color: #cacaca;
}
.single-post .blog-header__breadcrumbs a:hover {
  color: white;
}
.single-post .blog-header__date {
  color: #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.single-post .blog-header h1 {
  margin: 0;
  margin-top: 30px;
  font-size: 56px;
  line-height: normal;
  color: white;
}
@media (max-width: 991px) {
  .single-post .blog-header h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single-post .blog-header h1 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .single-post .blog-header {
    padding-bottom: 0;
  }
  .single-post .blog-header__wrap {
    padding: 0;
  }
  .single-post .blog-header__date {
    display: none;
  }
  .single-post .blog-header__breadcrumbs {
    display: none;
  }
}
.single-post .blog-single {
  margin-top: -100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-post .blog-single {
    margin-top: 10px;
    padding-bottom: 50px;
  }
}
.single-post .blog-single__breadcrumbs {
  display: none;
}
@media (max-width: 767px) {
  .single-post .blog-single__breadcrumbs {
    display: block;
    font-size: 12px;
  }
}
.single-post .blog-single__content {
  padding: 10px 30px;
  background-color: white;
}
.single-post .blog-single__content h2 {
  margin-top: 60px;
}
.single-post .blog-single__content h3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .single-post .blog-single__content {
    padding: 0;
  }
}
.single-post .blog-single .blog-sidebar {
  margin-top: 140px;
}
.single-post .blog-single .blog-sidebar h4 {
  margin: 0;
}
.single-post .blog-single .blog-sidebar .blog-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.single-post .blog-single .blog-sidebar .blog-social__header {
  margin: 0;
  margin-bottom: 15px;
}
.single-post .blog-single .blog-sidebar .blog-social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.single-post .blog-single .blog-sidebar .blog-social__wrap a {
  background-color: #e7e7e7;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .blog-single .blog-sidebar .blog-social__wrap a:hover {
  background-color: #1a1a1a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .blog-single .blog-sidebar .blog-social__wrap a:hover img {
  opacity: 1;
  -webkit-filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(116deg) brightness(100%) contrast(500%);
  filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(116deg) brightness(100%) contrast(500%);
}
.single-post .blog-single .blog-sidebar .blog-social__wrap a img {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .single-post .blog-single .blog-sidebar .blog-social {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-post .blog-single .blog-sidebar .blog-related {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.single-post .blog-single .blog-sidebar .blog-related__header {
  text-align: right;
  margin-bottom: 15px;
}
.single-post .blog-single .blog-sidebar .blog-related__img {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post .blog-single .blog-sidebar .blog-related__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(58, 181, 74, 0.3);
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .blog-single .blog-sidebar .blog-related__img:hover:before {
  opacity: 1;
}
.single-post .blog-single .blog-sidebar .blog-related__img:nth-child(1) {
  margin-top: 0;
}
.single-post .blog-single .blog-sidebar .blog-related__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-top: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .blog-single .blog-sidebar .blog-related__name:hover {
  color: #3ab54a;
}
@media (max-width: 992px) {
  .single-post .blog-single .blog-sidebar .blog-related__header {
    text-align: left;
  }
}
.single-post .blog-single .blog-sidebar .blog-newsletter {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
}
.single-post .blog-single .blog-sidebar .blog-newsletter__header {
  text-align: right;
  margin-bottom: 15px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form {
  max-width: 300px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form br {
  display: none;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form input {
  max-width: 100%;
  padding: 10px;
  margin-bottom: 6px;
  width: 100%;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form input[type=hidden] {
  padding: 0;
  margin: 0;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form input[type=submit] {
  float: right;
  background: #5cb85b;
  color: white;
  border: none;
  border-radius: 4px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-acceptance .wpcf7-list-item input {
  padding: 0;
  margin: 0;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #3d8b3d;
}
.single-post .blog-single .blog-sidebar .blog-newsletter form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  top: -5px;
}
.single-post .blog-single .blog-sidebar .blog-newsletter .wpcf7 form.invalid .wpcf7-response-output,
.single-post .blog-single .blog-sidebar .blog-newsletter .wpcf7 form.unaccepted .wpcf7-response-output,
.single-post .blog-single .blog-sidebar .blog-newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 12px;
}
@media (max-width: 992px) {
  .single-post .blog-single .blog-sidebar .blog-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-post .blog-single .blog-sidebar .blog-newsletter__header {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .single-post .blog-single .blog-sidebar {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #c9c9c9;
  }
}
@media (max-width: 767px) {
  .counter-hierarchy {
    font-size: 12px;
  }
  .custom-cta h4 {
    font-size: 26px !important;
    margin: 20px 0;
  }
  .custom-cta a {
    font-size: 16px;
  }
}
.about-page {
  overflow: hidden;
}
.about-page .about-sec1 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.about-page .about-sec1__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-page .about-sec1__content__first-history, .about-page .about-sec1__content__second-history {
  position: relative;
  gap: 155px;
}
.about-page .about-sec1__content__first-history .box-history, .about-page .about-sec1__content__second-history .box-history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
}
.about-page .about-sec1__content__first-history .box-history .f-h4, .about-page .about-sec1__content__second-history .box-history .f-h4 {
  text-align: center;
  margin: 15px 0 0 0;
}
.about-page .about-sec1__content__first-history .box-history .text-main, .about-page .about-sec1__content__second-history .box-history .text-main {
  text-align: center;
  margin: 0;
}
.about-page .about-sec1__content__first-history {
  left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 150px;
}
.about-page .about-sec1__content__first-history .box-history {
  padding-bottom: 100px;
}
.about-page .about-sec1__content__first-history .box-history::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0px;
  height: 70px;
  border: 2px dashed #b8b8b8;
}
.about-page .about-sec1__content__second-history {
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 150px;
}
.about-page .about-sec1__content__second-history .box-history {
  padding-top: 100px;
}
.about-page .about-sec1__content__second-history .box-history::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0px;
  height: 70px;
  border: 2px dashed #b8b8b8;
}
.about-page .about-sec1__content__line-time {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-page .about-sec1__content__line-time__one-line:nth-child(even) {
  position: relative;
  width: 200px;
  height: 26px;
  background: #000000;
  border: 2px solid #ffffff;
}
.about-page .about-sec1__content__line-time__one-line:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  border: 2px solid #ffffff;
}
.about-page .about-sec1__content__line-time__one-line:nth-child(odd) {
  position: relative;
  width: 200px;
  height: 26px;
  background: #b8b8b8;
  border: 2px solid #ffffff;
}
.about-page .about-sec1__content__line-time__one-line:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b8b8b8;
  border: 2px solid #ffffff;
}
@media (max-width: 1680px) {
  .about-page .about-sec1__content__first-history, .about-page .about-sec1__content__second-history {
    position: relative;
    gap: 150px;
  }
  .about-page .about-sec1__content__first-history {
    left: -10px;
  }
  .about-page .about-sec1__content__second-history {
    right: -7px;
  }
}
@media (max-width: 1399px) {
  .about-page .about-sec1__content {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
  .about-page .about-sec1__content__first-history, .about-page .about-sec1__content__second-history {
    width: 1200px;
  }
  .about-page .about-sec1__content__line-time {
    left: 0px;
    width: 1350px;
  }
}
@media (max-width: 992px) {
  .about-page .about-sec1 {
    margin: 50px 0;
  }
}
.about-page .about-sec2 {
  margin: 170px 0 250px 0;
}
.about-page .about-sec2__content {
  background-color: black;
}
.about-page .about-sec2__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.about-page .about-sec2__photo-background {
  right: -150px;
}
@media (max-width: 1199px) {
  .about-page .about-sec2 {
    margin-top: 0 !important;
  }
}
.about-page .about-sec3 {
  margin: 250px 0 100px 0;
}
.about-page .about-sec3__content {
  background-color: #ffffff;
}
.about-page .about-sec3__content ul {
  padding-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about-page .about-sec3__content ul li {
  position: relative;
  padding-left: 40px;
}
.about-page .about-sec3__content ul li::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #3ab54a;
  border-radius: 50%;
}
.about-page .about-sec3__photo-background {
  left: -150px;
}
@media (max-width: 1199px) {
  .about-page .about-sec3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-page .about-sec2,
.about-page .about-sec3,
.about-page .about-sec8 {
  position: relative;
}
.about-page .about-sec2__content,
.about-page .about-sec3__content,
.about-page .about-sec8__content {
  position: relative;
  padding: 50px 50px 110px 50px;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-page .about-sec2__content .f-h2,
.about-page .about-sec3__content .f-h2,
.about-page .about-sec8__content .f-h2 {
  margin: 30px 0;
}
.about-page .about-sec2__content .f-h4,
.about-page .about-sec3__content .f-h4,
.about-page .about-sec8__content .f-h4 {
  margin-top: 0px;
}
.about-page .about-sec2__photo-background,
.about-page .about-sec3__photo-background,
.about-page .about-sec8__photo-background {
  position: absolute;
  height: calc(100% + 160px);
  min-width: 1220px;
  z-index: -1;
  top: -80px;
}
.about-page .about-sec2__photo-background img,
.about-page .about-sec3__photo-background img,
.about-page .about-sec8__photo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1680px) {
  .about-page .about-sec2__content,
.about-page .about-sec3__content,
.about-page .about-sec8__content {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .about-page .about-sec2__content::after,
.about-page .about-sec3__content::after,
.about-page .about-sec8__content::after {
    content: "";
    left: -20vw;
    width: 120vw;
  }
}
@media (max-width: 1199px) {
  .about-page .about-sec2,
.about-page .about-sec3,
.about-page .about-sec8 {
    margin: 80px 0;
  }
  .about-page .about-sec2__content,
.about-page .about-sec3__content,
.about-page .about-sec8__content {
    padding: 50px 20px 50px 20px;
    min-height: auto;
  }
  .about-page .about-sec2__photo-background,
.about-page .about-sec3__photo-background,
.about-page .about-sec8__photo-background {
    position: relative;
    height: auto;
    min-width: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .about-page .about-sec2,
.about-page .about-sec3,
.about-page .about-sec8 {
    margin: 50px 0;
  }
  .about-page .about-sec2__content,
.about-page .about-sec3__content,
.about-page .about-sec8__content {
    padding: 30px 0px 30px;
  }
  .about-page .about-sec2__content .f-h2,
.about-page .about-sec3__content .f-h2,
.about-page .about-sec8__content .f-h2 {
    margin: 15px 0;
    margin-top: 0;
  }
  .about-page .about-sec2__content .f-h4,
.about-page .about-sec3__content .f-h4,
.about-page .about-sec8__content .f-h4 {
    margin-top: 5px;
  }
}
.about-page .about-sec4 {
  margin-top: 150px;
}
.about-page .about-sec4__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.about-page .about-sec4__content img {
  width: 64px;
  height: 64px;
}
.about-page .about-sec4__content .text-main {
  margin: 0;
}
@media (max-width: 1199px) {
  .about-page .about-sec4 {
    margin: 80px 0;
  }
  .about-page .about-sec4__content {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about-page .about-sec4 {
    margin: 50px 0;
  }
  .about-page .about-sec4 .f-h2 {
    margin: 5px 0;
  }
  .about-page .about-sec4__content .f-h4 {
    margin: 20px 0;
  }
}
.about-page .about-sec5 {
  margin-top: 150px;
}
.about-page .about-sec5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.about-page .about-sec5__content .f-h4 {
  margin: 25px 0;
}
.about-page .about-sec5__content .text-main {
  margin: 0;
}
@media (max-width: 1199px) {
  .about-page .about-sec5 {
    margin: 80px 0;
  }
  .about-page .about-sec5__content {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about-page .about-sec5 {
    margin: 50px 0;
  }
  .about-page .about-sec5 .f-h2 {
    margin: 5px 0;
  }
  .about-page .about-sec5__content {
    margin-top: 30px;
  }
  .about-page .about-sec5__content .f-h4 {
    margin: 20px 0;
  }
}
.about-page .about-sec6 {
  margin-top: 150px;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 90px 0;
}
.about-page .about-sec6__title {
  margin-bottom: 80px;
}
.about-page .about-sec6__title .f-h2 {
  margin: 0;
}
.about-page .about-sec6__title .text-main {
  margin: 20px 0 0 0;
}
.about-page .about-sec6__content .f-h4:nth-child(1) {
  text-align: start;
  margin: 0;
}
.about-page .about-sec6__content .f-h4:nth-child(2),
.about-page .about-sec6__content .f-h4:nth-child(3) {
  text-align: end;
  margin: 0;
}
@media (max-width: 992px) {
  .about-page .about-sec6 {
    margin: 50px 0;
    padding: 40px 0;
  }
  .about-page .about-sec6 img {
    width: 30px;
    height: 30px;
  }
  .about-page .about-sec6__title {
    margin-bottom: 30px;
  }
  .about-page .about-sec6__content .f-h4:nth-child(2) {
    margin-top: 20px;
    font-size: 18px;
  }
  .about-page .about-sec6__content .f-h4:nth-child(3) {
    font-size: 18px;
  }
}
.about-page .about-sec7 {
  margin-top: 150px;
}
.about-page .about-sec7 .f-h2 {
  margin: 0 0 30px 0;
}
.about-page .about-sec7 .about-sec7-boxs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-page .about-sec7 .about-sec7-boxs__pag {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.about-page .about-sec7 .about-sec7-boxs__pag .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: black;
  border-radius: 8px;
  opacity: 1;
}
.about-page .about-sec7 .about-sec7-boxs__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3bb54a;
}
@media (max-width: 767px) {
  .about-page .about-sec7 .about-sec7-boxs__pag {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .about-page .about-sec7 .about-sec7-boxs__pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.about-page .about-sec7 .about-sec7-boxs__prev, .about-page .about-sec7 .about-sec7-boxs__next {
  top: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  bottom: 0;
}
.about-page .about-sec7 .about-sec7-boxs__prev:after, .about-page .about-sec7 .about-sec7-boxs__next:after {
  color: #3bb54a;
}
.about-page .about-sec7 .about-sec7-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 20px;
}
.about-page .about-sec7 .about-sec7-box__desc {
  margin-bottom: 40px;
}
.about-page .about-sec7 .about-sec7-box__title {
  margin: 0;
}
.about-page .about-sec7 .about-sec7-box__text {
  margin: 10px 0;
}
.about-page .about-sec7 .about-sec7-box__btn {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  position: relative;
}
.about-page .about-sec7 .about-sec7-box__btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 150px;
  width: 17px;
  height: 16px;
  background: url("../img/about-sec7-arow-white.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-page .about-sec7 .about-sec7-box__btn:hover::before {
  left: 170px;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+1) .about-sec7-box__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#b8b8b8), to(#b8b8b8)), #ffffff;
  background: linear-gradient(0deg, #b8b8b8, #b8b8b8), #ffffff;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+2) .about-sec7-box__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#3ab54a), to(#3ab54a)), #ffffff;
  background: linear-gradient(0deg, #3ab54a, #3ab54a), #ffffff;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff)), #000000;
  background: linear-gradient(0deg, #ffffff, #ffffff), #000000;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content .about-sec7-box__title,
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content .about-sec7-box__text {
  color: black;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content .about-sec7-box__btn {
  color: black;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content .about-sec7-box__btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 150px;
  width: 17px;
  height: 16px;
  background: url("../img/about-sec7-arow-black.svg");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+3) .about-sec7-box__content .about-sec7-box__btn:hover::before {
  left: 170px;
}
.about-page .about-sec7 .about-sec7-box:nth-child(4n+4) .about-sec7-box__content {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #ffffff;
  background: linear-gradient(0deg, #000000, #000000), #ffffff;
}
.about-page .about-sec8 {
  margin: 250px 0 150px 0;
}
.about-page .about-sec8__content {
  background-color: #ffffff;
  padding: 50px 50px 50px 50px;
}
.about-page .about-sec8__content .f-h2 {
  margin: 0;
}
.about-page .about-sec8__content .f-h4 {
  margin: 55px 0 0 0;
}
@media (max-width: 1199px) {
  .about-page .about-sec8 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .about-page .about-sec8 {
    margin: 50px 0;
  }
  .about-page .about-sec8__content {
    padding: 30px 0px 30px;
  }
  .about-page .about-sec8__content .f-h2 {
    margin: 15px 0;
    margin-top: 0;
  }
  .about-page .about-sec8__content .f-h4 {
    margin-top: 5px;
  }
}
