@font-face {
  font-family: "Clash Grotesk";
  src: url("../assets/fonts/ClashGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../assets/fonts/ClashGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --text-color: #1A1919;
  --primary-color: #3F6426;
  --light-green-color: #00939D;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --nav-hover: #365024;
  --green-border: #658351;
  --border-color: #A1A1A1;
  --section-green: #F1F4EF;
  --light-text: #858684;
  --purple-color: #E4D3FF;
  --gray-color: #F6F6F4;
  --yellow-color: #F5F7B8;
  --light-green-color: #E3E9DF;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1800px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1312px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1752px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .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 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child),
.col-2:not(:first-child),
.col-3:not(:first-child),
.col-4:not(:first-child),
.col-5:not(:first-child),
.col-6:not(:first-child),
.col-7:not(:first-child),
.col-8:not(:first-child),
.col-9:not(:first-child),
.col-10:not(:first-child),
.col-11:not(:first-child),
.col-12:not(:first-child),
.col:not(:first-child),
.col-auto:not(:first-child),
.col-sm-1:not(:first-child),
.col-sm-2:not(:first-child),
.col-sm-3:not(:first-child),
.col-sm-4:not(:first-child),
.col-sm-5:not(:first-child),
.col-sm-6:not(:first-child),
.col-sm-7:not(:first-child),
.col-sm-8:not(:first-child),
.col-sm-9:not(:first-child),
.col-sm-10:not(:first-child),
.col-sm-11:not(:first-child),
.col-sm-12:not(:first-child),
.col-sm:not(:first-child),
.col-sm-auto:not(:first-child),
.col-md-1:not(:first-child),
.col-md-2:not(:first-child),
.col-md-3:not(:first-child),
.col-md-4:not(:first-child),
.col-md-5:not(:first-child),
.col-md-6:not(:first-child),
.col-md-7:not(:first-child),
.col-md-8:not(:first-child),
.col-md-9:not(:first-child),
.col-md-10:not(:first-child),
.col-md-11:not(:first-child),
.col-md-12:not(:first-child),
.col-md:not(:first-child),
.col-md-auto:not(:first-child),
.col-lg-1:not(:first-child),
.col-lg-2:not(:first-child),
.col-lg-3:not(:first-child),
.col-lg-4:not(:first-child),
.col-lg-5:not(:first-child),
.col-lg-6:not(:first-child),
.col-lg-7:not(:first-child),
.col-lg-8:not(:first-child),
.col-lg-9:not(:first-child),
.col-lg-10:not(:first-child),
.col-lg-11:not(:first-child),
.col-lg-12:not(:first-child),
.col-lg:not(:first-child),
.col-lg-auto:not(:first-child),
.col-xl-1:not(:first-child),
.col-xl-2:not(:first-child),
.col-xl-3:not(:first-child),
.col-xl-4:not(:first-child),
.col-xl-5:not(:first-child),
.col-xl-6:not(:first-child),
.col-xl-7:not(:first-child),
.col-xl-8:not(:first-child),
.col-xl-9:not(:first-child),
.col-xl-10:not(:first-child),
.col-xl-11:not(:first-child),
.col-xl-12:not(:first-child),
.col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 12px;
}
.col-1:not(:last-child),
.col-2:not(:last-child),
.col-3:not(:last-child),
.col-4:not(:last-child),
.col-5:not(:last-child),
.col-6:not(:last-child),
.col-7:not(:last-child),
.col-8:not(:last-child),
.col-9:not(:last-child),
.col-10:not(:last-child),
.col-11:not(:last-child),
.col-12:not(:last-child),
.col:not(:last-child),
.col-auto:not(:last-child),
.col-sm-1:not(:last-child),
.col-sm-2:not(:last-child),
.col-sm-3:not(:last-child),
.col-sm-4:not(:last-child),
.col-sm-5:not(:last-child),
.col-sm-6:not(:last-child),
.col-sm-7:not(:last-child),
.col-sm-8:not(:last-child),
.col-sm-9:not(:last-child),
.col-sm-10:not(:last-child),
.col-sm-11:not(:last-child),
.col-sm-12:not(:last-child),
.col-sm:not(:last-child),
.col-sm-auto:not(:last-child),
.col-md-1:not(:last-child),
.col-md-2:not(:last-child),
.col-md-3:not(:last-child),
.col-md-4:not(:last-child),
.col-md-5:not(:last-child),
.col-md-6:not(:last-child),
.col-md-7:not(:last-child),
.col-md-8:not(:last-child),
.col-md-9:not(:last-child),
.col-md-10:not(:last-child),
.col-md-11:not(:last-child),
.col-md-12:not(:last-child),
.col-md:not(:last-child),
.col-md-auto:not(:last-child),
.col-lg-1:not(:last-child),
.col-lg-2:not(:last-child),
.col-lg-3:not(:last-child),
.col-lg-4:not(:last-child),
.col-lg-5:not(:last-child),
.col-lg-6:not(:last-child),
.col-lg-7:not(:last-child),
.col-lg-8:not(:last-child),
.col-lg-9:not(:last-child),
.col-lg-10:not(:last-child),
.col-lg-11:not(:last-child),
.col-lg-12:not(:last-child),
.col-lg:not(:last-child),
.col-lg-auto:not(:last-child),
.col-xl-1:not(:last-child),
.col-xl-2:not(:last-child),
.col-xl-3:not(:last-child),
.col-xl-4:not(:last-child),
.col-xl-5:not(:last-child),
.col-xl-6:not(:last-child),
.col-xl-7:not(:last-child),
.col-xl-8:not(:last-child),
.col-xl-9:not(:last-child),
.col-xl-10:not(:last-child),
.col-xl-11:not(:last-child),
.col-xl-12:not(:last-child),
.col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
/* Extra extra large grid (xxl) */
@media (min-width: 1500px) {
  .col-xxl {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xxl-0 {
    gap: 0;
  }
  .g-xxl-1 {
    gap: 0.25rem;
  }
  .g-xxl-2 {
    gap: 0.5rem;
  }
  .g-xxl-3 {
    gap: 1rem;
  }
  .g-xxl-4 {
    gap: 1.5rem;
  }
  .g-xxl-5 {
    gap: 3rem;
  }
  .gx-xxl-0 {
    column-gap: 0;
  }
  .gx-xxl-1 {
    column-gap: 0.25rem;
  }
  .gx-xxl-2 {
    column-gap: 0.5rem;
  }
  .gx-xxl-3 {
    column-gap: 1rem;
  }
  .gx-xxl-4 {
    column-gap: 1.5rem;
  }
  .gx-xxl-5 {
    column-gap: 3rem;
  }
  .gy-xxl-0 {
    row-gap: 0;
  }
  .gy-xxl-1 {
    row-gap: 0.25rem;
  }
  .gy-xxl-2 {
    row-gap: 0.5rem;
  }
  .gy-xxl-3 {
    row-gap: 1rem;
  }
  .gy-xxl-4 {
    row-gap: 1.5rem;
  }
  .gy-xxl-5 {
    row-gap: 3rem;
  }
}
/**
 * Unique Therapy - Animation Styles
 * Animations disabled
 */
.tagline {
  line-height: 160% !important;
  color: var(--primary-color) !important;
  font-weight: 500 !important;
  margin-bottom: 0.667rem !important;
}
.tagline.big {
  font-size: 1.333rem;
  margin-bottom: 0.333rem !important;
}
@media screen and (max-width: 1440px) {
  .tagline {
    font-size: 0.833rem !important;
  }
}
@media screen and (max-width: 767px) {
  .tagline {
    font-size: 0.75rem !important;
    margin-bottom: 0.333rem !important;
  }
}

.btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 0.833rem;
  color: var(--white-color);
  line-height: 100%;
  font-weight: 500;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.75rem;
  }
}
.btn:hover {
  background-color: var(--nav-hover);
  color: var(--white-color);
}
.btn:visited {
  color: var(--white-color);
}
.btn.btn-nav {
  padding: 0 1.333rem;
  height: 56px;
}
@media screen and (max-width: 1200px) {
  .btn.btn-nav {
    padding: 0 1rem;
    height: 48px;
  }
}
.btn.btn-primary {
  height: 70px;
  padding: 0 1.75rem;
}
.btn.btn-primary.white {
  background-color: var(--white-color);
  color: var(--text-color);
}
.btn.btn-primary.outline {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid #9DEFBE;
}
@media screen and (max-width: 767px) {
  .btn.btn-primary {
    height: 56px;
  }
}

.services-content-block {
  width: 77%;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 1200px) {
  .services-content-block {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 991px) {
  .services-content-block {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .services-content-block {
    margin-bottom: 1.667rem;
  }
}
.services-content-block .title {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1200px) {
  .services-content-block .title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .services-content-block .title {
    margin-bottom: 0.667rem;
  }
}

.contact-form.wf .form-block .wpcf7-submit {
  margin: unset;
}
.contact-form .form-block .form-group {
  margin-bottom: 3.333rem;
}
.contact-form .form-block .form-group:nth-child(4) {
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 767px) {
  .contact-form .form-block .form-group:nth-child(4) {
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .form-block .form-group {
    margin-bottom: 1.667rem;
  }
}
.contact-form .form-block .form-group p {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .contact-form .form-block .form-group p {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .form-block .form-group p {
    flex-direction: column;
    gap: 0;
  }
}
.contact-form .form-block .form-group p .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
}
.contact-form .form-block .form-group p .wpcf7-form-control-wrap input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--black-color);
  outline: none;
  border-radius: 0;
  padding-bottom: 0.667rem;
  font-size: 0.833rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--text-color);
  font-family: "Clash Grotesk";
}
@media screen and (max-width: 575px) {
  .contact-form .form-block .form-group p .wpcf7-form-control-wrap input {
    font-size: 0.667rem;
    padding-bottom: 0.583rem;
  }
}
.contact-form .form-block .form-group p .wpcf7-form-control-wrap input::placeholder {
  color: var(--text-color);
  font-size: 0.833rem;
  font-weight: 400;
  color: var(--text-color);
  font-family: "Clash Grotesk";
}
@media screen and (max-width: 575px) {
  .contact-form .form-block .form-group p .wpcf7-form-control-wrap input::placeholder {
    font-size: 0.667rem;
  }
}
.contact-form .form-block .form-group p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
  font-size: 0.667rem;
  line-height: 100%;
  font-weight: 500;
}
.contact-form .form-block .wpcf7-submit {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 0.833rem;
  color: var(--white-color);
  line-height: 100%;
  font-weight: 500;
  width: 190px;
  padding: 0 1.333rem;
  height: 56px;
  cursor: pointer;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .contact-form .form-block .wpcf7-submit {
    padding: 0 1rem;
    height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .contact-form .form-block .wpcf7-submit {
    width: 100%;
  }
}
.contact-form .form-block .wpcf7-spinner {
  display: none;
}
.contact-form .form-block .wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  font-size: 0.75rem;
  line-height: 100%;
  color: var(--text-color);
  padding: 0.75rem;
}
@media screen and (max-width: 575px) {
  .contact-form .form-block .wpcf7-response-output {
    font-size: 0.583rem;
  }
}

.anima {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.in-view {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.site-header {
  padding: 0.667rem 0;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation {
    display: none;
  }
}
.site-header .site-navigation .site-branding {
  display: block;
}
.site-header .site-navigation .site-branding a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .site-header .site-navigation .site-branding {
    max-width: 120px;
  }
}
.site-header .site-navigation .navigation .menu {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1440px) {
  .site-header .site-navigation .navigation .menu {
    gap: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .site-navigation .navigation .menu {
    gap: 24px;
  }
}
.site-header .site-navigation .navigation .menu .menu-item:last-child {
  display: none;
}
.site-header .site-navigation .navigation .menu .menu-item.current-menu-item a {
  color: var(--primary-color);
}
.site-header .site-navigation .navigation .menu .menu-item a {
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--text-color);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .site-header .site-navigation .navigation .menu .menu-item a {
    font-size: 0.667rem;
  }
}
.site-header .site-navigation .navigation .menu .menu-item a:hover {
  color: var(--primary-color);
}
.site-header .mob-navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .mob-navigation {
    display: block;
  }
  .site-header .mob-navigation .navigation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper {
    position: relative;
    z-index: 999;
    width: 100px;
    position: relative;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper .custom-logo-link {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper .header-green-logo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper .logo-dark {
    display: none;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper .logo-dark.active-class {
    display: block;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu {
    display: flex;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--btn-primary-color);
    border-radius: 8px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ .menu-menu-1-container {
    transform: none !important;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 3px);
    background: var(--white-color);
    width: 95%;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -2px);
    width: 27px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span {
    display: block;
    width: 1.5rem;
    height: 3px;
    margin-bottom: 0.313rem;
    position: relative;
    background: var(--text-color);
    border-radius: 0.188rem;
    z-index: 1;
    transform-origin: 0.25rem 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(2) {
    transform-origin: 0% 0%;
    width: 28px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(3) {
    transform-origin: 7% 100%;
    width: 18px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(4) {
    transform-origin: 7% 100%;
    width: 28px;
    margin-bottom: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-menu-1-container {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 1.2rem;
    padding-top: 8.833rem;
    background: var(--primary-color);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.35s ease-in-out;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-menu-1-container li {
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    outline: none;
    padding: 1.1rem 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-menu-1-container li:first-child {
    padding-top: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-menu-1-container li:not(:last-child) {
    border-bottom: 0.5px solid #E6E6E6;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu-menu-1-container li a {
    text-decoration: none;
    color: var(--white-color);
    outline: none;
  }
}

.site-footer {
  background-color: var(--primary-color);
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 2.667rem;
  }
}
.site-footer .footer-subscription-block {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-subscription-block {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-subscription-block {
    margin: 0 0 1.667rem 0;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-subscription-block {
    width: 100%;
  }
}
.site-footer .footer-subscription-block .h5 {
  margin-bottom: 1.333rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-subscription-block .h5 {
    margin-bottom: 1rem;
  }
}
.site-footer .footer-subscription-block .wpcf7-form {
  position: relative;
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap input {
  background-color: transparent;
  border: 1.33px solid var(--white-color);
  border-radius: 10px;
  padding: 1rem 1.333rem;
  font-size: 0.833rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap input {
    padding: 0.889rem 1rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 0.75rem;
  }
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
  color: var(--white-color);
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap input:focus {
  outline: none;
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 0.417rem;
  text-align: left;
  font-size: 0.667rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--white-color);
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-submit {
  background-image: url("../assets/images/submitArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background-color: unset;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-subscription-block .wpcf7-form .wpcf7-submit {
    background-size: 28px 28px;
    right: 28px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-subscription-block .wpcf7-form .wpcf7-submit {
    background-size: 24px 24px;
    right: 20px;
  }
}
.site-footer .footer-subscription-block .wpcf7-form .wpcf7-spinner {
  display: none;
}
.site-footer .branding-block {
  width: 240px;
}
.site-footer .branding-block.responsive {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer .branding-block.responsive {
    display: block;
    margin-bottom: 1.667rem;
    width: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .site-footer .branding-block {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .site-footer .branding-block {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .branding-block {
    display: none;
  }
}
.site-footer .footer-navigation-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-navigation-block {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-navigation-block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-navigation-block {
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 1.667rem;
  }
}
.site-footer .footer-navigation-block .footer-links {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-navigation-block .footer-links {
    gap: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-navigation-block .footer-links {
    gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-navigation-block .footer-links {
    align-items: center;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-navigation-block .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
  }
}
.site-footer .footer-navigation-block .link-block {
  width: fit-content;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-navigation-block .link-block {
    padding-top: 0;
    padding-bottom: 1.4rem;
  }
  .site-footer .footer-navigation-block .link-block.social {
    padding-bottom: 0;
  }
}
.site-footer .footer-navigation-block .link-block .footer-link {
  font-size: 0.833rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--white-color);
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-navigation-block .link-block .footer-link {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-navigation-block .link-block .footer-link {
    font-size: 0.667rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-navigation-block .link-block .footer-link {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-navigation-block .link-block .footer-link {
    text-align: left;
  }
}
.site-footer .footer-navigation-block .link-block .footer-link:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .site-footer .footer-navigation-block .link-block .footer-link:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.site-footer .footer-navigation-block .link-block .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-navigation-block .link-block .social-links a {
    width: 40px;
    height: 40px;
  }
}
.site-footer .copyright-block {
  border-top: 1px solid var(--green-border);
  padding-top: 1rem;
  padding-bottom: 0.667rem;
}
@media screen and (max-width: 1440px) {
  .site-footer .copyright-block {
    padding-top: 0.75rem;
  }
}
.site-footer .copyright-block .copyright-text {
  font-size: 0.667rem;
  line-height: 330%;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
}

.hero-section {
  padding: 0;
}
.hero-section .content-block {
  padding: 5.75rem 6.25rem 5.75rem 0;
}
@media screen and (max-width: 1731px) {
  .hero-section .content-block {
    padding-right: 4.167rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section .content-block {
    padding: 5rem 1rem 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .content-block {
    padding: 2.333rem 0;
  }
}
.hero-section .content-block .tagline {
  line-height: 160%;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 1440px) {
  .hero-section .content-block .tagline {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .tagline {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .tagline {
    font-size: 0.667rem;
  }
}
.hero-section .content-block .h1 {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .h1 {
    margin-bottom: 0.833rem;
  }
}
.hero-section .content-block .description {
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 1440px) {
  .hero-section .content-block .description {
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .description {
    margin-bottom: 1.333rem;
  }
}
.hero-section .content-block .cta-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .hero-section .content-block .cta-block {
    flex-direction: column;
  }
  .hero-section .content-block .cta-block .btn {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .content-block .cta-block {
    flex-direction: row;
  }
  .hero-section .content-block .cta-block .btn {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .cta-block {
    gap: 18px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .content-block .cta-block {
    flex-direction: column;
  }
  .hero-section .content-block .cta-block .btn {
    width: 100%;
  }
}
.hero-section .content-block .cta-block .link {
  display: flex;
  align-items: end;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .cta-block .link {
    align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .content-block .cta-block .link svg {
    width: 18px;
    height: 18px;
  }
}
.hero-section .content-block .cta-block .link:hover svg path {
  transition: all 0.3s ease-in-out;
  stroke: var(--primary-color);
}
.hero-section .image-block {
  width: 58vw;
  height: 1070px;
  overflow: hidden;
  transform: translateX(-72px);
}
@media screen and (max-width: 1660px) {
  .hero-section .image-block {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section .image-block {
    transform: unset;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .image-block {
    width: 100vw;
    height: 100%;
    transform: translateX(-20px);
  }
}
.hero-section .image-block img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .hero-section .image-block img {
    height: auto;
  }
}

.who-we-are-section .who-we-are-block {
  display: flex;
  align-items: center;
  gap: 76px;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block {
    gap: 64px;
  }
}
@media screen and (max-width: 1440px) {
  .who-we-are-section .who-we-are-block {
    gap: 40px;
  }
}
@media screen and (max-width: 1301px) {
  .who-we-are-section .who-we-are-block {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .who-we-are-section .who-we-are-block {
    flex-direction: column;
  }
}
.who-we-are-section .who-we-are-block .heading-and-image-block {
  width: 38%;
}
@media screen and (max-width: 1440px) {
  .who-we-are-section .who-we-are-block .heading-and-image-block {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .who-we-are-section .who-we-are-block .heading-and-image-block {
    width: 100%;
  }
}
.who-we-are-section .who-we-are-block .heading-and-image-block .tag-line {
  margin-bottom: 0.5rem;
}
.who-we-are-section .who-we-are-block .heading-and-image-block .h3 {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .heading-and-image-block .h3 {
    font-size: 2rem;
  }
}
.who-we-are-section .who-we-are-block .heading-and-image-block .image-block {
  border-radius: 20px;
  overflow: hidden;
}
.who-we-are-section .who-we-are-block .content-block {
  width: 62%;
}
@media screen and (max-width: 1440px) {
  .who-we-are-section .who-we-are-block .content-block {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .who-we-are-section .who-we-are-block .content-block {
    width: 100%;
  }
}
.who-we-are-section .who-we-are-block .content-block .description {
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .description {
    font-size: 1rem;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .who-we-are-section .who-we-are-block .content-block .description {
    font-size: 0.889rem;
  }
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper {
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper {
    margin-bottom: 2rem;
  }
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks {
  display: flex;
  align-items: center;
  gap: 64px;
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks:not(:last-child) {
  margin-bottom: 1.583rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks {
    flex-direction: column;
    gap: 32px;
  }
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block {
    width: 100%;
  }
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block .icon-block {
  width: 80px;
  height: 80px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block .icon-block {
    width: 64px;
    height: 64px;
  }
}
.who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block .offering-name {
  font-size: 1.333rem;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 0.333rem;
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block .offering-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1600px) {
  .who-we-are-section .who-we-are-block .content-block .offering-blocks-wrapper .offering-blocks .offer-block .offering-description {
    font-size: 0.889rem;
  }
}
.who-we-are-section .who-we-are-block .content-block .cta-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1301px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block {
    flex-direction: column-reverse;
  }
  .who-we-are-section .who-we-are-block .content-block .cta-block .btn {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block {
    flex-direction: row;
  }
  .who-we-are-section .who-we-are-block .content-block .cta-block .btn {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block {
    gap: 18px;
  }
}
@media screen and (max-width: 575px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block {
    flex-direction: column;
  }
  .who-we-are-section .who-we-are-block .content-block .cta-block .btn {
    width: 100%;
  }
}
.who-we-are-section .who-we-are-block .content-block .cta-block .link {
  display: flex;
  align-items: end;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block .link {
    align-items: center;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are-section .who-we-are-block .content-block .cta-block .link svg {
    width: 18px;
    height: 18px;
  }
}
.who-we-are-section .who-we-are-block .content-block .cta-block .link:hover svg path {
  transition: all 0.3s ease-in-out;
  stroke: var(--primary-color);
}

.page-id-10 .services-section .content-block .content {
  width: 40%;
}
@media screen and (max-width: 1440px) {
  .page-id-10 .services-section .content-block .content {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .page-id-10 .services-section .content-block .content {
    width: 68%;
  }
}
@media screen and (max-width: 575px) {
  .page-id-10 .services-section .content-block .content {
    width: 100%;
  }
}

.services-section {
  padding: 6.25rem 0;
}
@media screen and (max-width: 991px) {
  .services-section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .services-section {
    padding: 2.333rem 0;
  }
}
.services-section .content-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.667rem;
}
@media screen and (max-width: 1440px) {
  .services-section .content-block {
    margin-bottom: 2.333rem;
  }
}
@media screen and (max-width: 767px) {
  .services-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.services-section .content-block .slide-controls {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .services-section .content-block .slide-controls {
    gap: 14px;
  }
}
.services-section .content-block .slide-controls .control {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: block !important;
}
@media screen and (max-width: 1200px) {
  .services-section .content-block .slide-controls .control {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .services-section .content-block .slide-controls .control {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .content-block .slide-controls .control {
    width: 40px;
    height: 40px;
  }
}
.services-section .content-block .slide-controls .control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .services-section .content-block .slide-controls .control svg {
    width: 22px;
  }
}
@media screen and (max-width: 991px) {
  .services-section .content-block .slide-controls .control svg {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .content-block .slide-controls .control svg {
    width: 16px;
  }
}
.services-section .content-block .slide-controls .control.left {
  background-color: var(--white-color);
}
.services-section .content-block .slide-controls .control.right {
  background-color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .services-section .services-slider .slider .slick-track {
    display: flex !important;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-slider .slider .slick-track {
    gap: 10px;
  }
}
.services-section .services-slider .slider .slide .slider-image-block {
  border-radius: 10px;
  overflow: hidden;
  height: 590px;
  margin-bottom: 2.333rem;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .services-section .services-slider .slider .slide .slider-image-block {
    margin-bottom: 1.667rem;
    height: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .services-section .services-slider .slider .slide .slider-image-block {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-slider .slider .slide .slider-image-block {
    margin-bottom: 0.8333rem;
    height: 320px;
  }
}
.services-section .services-slider .slider .slide .slider-image-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.services-section .services-slider .slider .slide .slider-image-block .name-block {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  background-color: var(--white-color);
  padding: 1rem;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block {
    width: 94%;
    bottom: 16px;
  }
}
.services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-name {
  font-size: 1.333rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.333rem;
}
@media screen and (max-width: 1440px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-name {
    font-size: 1.083rem;
  }
}
@media screen and (max-width: 991px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-name {
    font-size: 0.833rem;
    margin-bottom: 0.167rem;
  }
}
.services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-position {
  font-size: 0.833rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-position {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-position {
    font-size: 0.667rem;
  }
}
@media screen and (max-width: 575px) {
  .services-section .services-slider .slider .slide .slider-image-block .name-block .team-member-position {
    font-size: 0.583rem;
  }
}
.services-section .services-slider .slider .slide .slider-content-block .service-name {
  font-size: 1.667rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1700px) {
  .services-section .services-slider .slider .slide .slider-content-block .service-name {
    margin-bottom: 1rem;
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-slider .slider .slide .slider-content-block .service-name {
    margin-bottom: 0.417rem;
    font-size: 1.167rem;
  }
}
@media screen and (max-width: 1700px) {
  .services-section .services-slider .slider .slide .slider-content-block .service-description {
    font-size: 0.889rem;
  }
}
@media screen and (max-width: 767px) {
  .services-section .services-slider .slider .slide .slider-content-block .service-description {
    font-size: 0.75rem;
  }
}

.testimonial-section {
  padding: 6.25rem 0 16.083rem 0;
  background-color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .testimonial-section {
    padding-top: 4rem;
    padding-bottom: 8.333rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section {
    padding-top: 2.333rem;
  }
}
.testimonial-section .row {
  position: relative;
}
.testimonial-section .content-block {
  text-align: center;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .testimonial-section .content-block {
    margin-bottom: 2.333rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.testimonial-section .content-block .title {
  margin-bottom: 1rem;
  color: var(--white-color);
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .testimonial-section .content-block .title {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial-section .content-block .title {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .content-block .title {
    margin-bottom: 0.833rem;
  }
}
.testimonial-section .content-block .description {
  color: var(--white-color);
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .content-block .description {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .content-block .description {
    font-size: 0.75rem;
  }
}
.testimonial-section .achievement-block-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .achievement-block-wrapper {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-section .achievement-block-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .achievement-block-wrapper {
    gap: 32px;
  }
}
.testimonial-section .achievement-block-wrapper .achievement-block {
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .achievement-block-wrapper .achievement-block {
    width: 28%;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-section .achievement-block-wrapper .achievement-block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section .achievement-block-wrapper .achievement-block {
    width: 100%;
  }
}
.testimonial-section .achievement-block-wrapper .achievement-block .achievement-title {
  font-size: 2.667rem;
  line-height: 120%;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .achievement-block-wrapper .achievement-block .achievement-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section .achievement-block-wrapper .achievement-block .achievement-title {
    margin-bottom: 0.75rem;
    font-size: 1.833rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .achievement-block-wrapper .achievement-block .achievement-title {
    font-size: 1.5rem;
    margin-bottom: 0.417rem;
  }
}
.testimonial-section .achievement-block-wrapper .achievement-block .achievement-description {
  color: var(--white-color);
  line-height: 160%;
}
@media screen and (max-width: 575px) {
  .testimonial-section .achievement-block-wrapper .achievement-block .achievement-description {
    font-size: 0.75rem;
  }
}
.testimonial-section .testimonial-block {
  padding: 2.333rem 10.333rem;
  background-color: var(--light-green-color);
  text-align: center;
  position: absolute;
  top: 120%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-radius: 10px;
}
@media screen and (max-width: 1600px) {
  .testimonial-section .testimonial-block {
    padding-left: 8.333rem;
    padding-right: 8.333rem;
  }
}
@media screen and (max-width: 1440px) {
  .testimonial-section .testimonial-block {
    padding-left: 3.333rem;
    padding-right: 3.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial-section .testimonial-block {
    top: 115%;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-section .testimonial-block {
    top: 106%;
    padding: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .testimonial-block {
    padding-top: 1rem;
    padding-bottom: 1.333rem;
  }
}
.testimonial-section .testimonial-block .qoute-block {
  width: 80px;
  height: 80px;
  margin: 0 auto 0.667rem auto;
}
@media screen and (max-width: 575px) {
  .testimonial-section .testimonial-block .qoute-block {
    margin-bottom: 0;
  }
}
.testimonial-section .testimonial-block .testimonial-text {
  font-size: 1.333rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .testimonial-block .testimonial-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .testimonial-block .testimonial-text {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
.testimonial-section .testimonial-block .client-info .client-name {
  font-size: 1.333rem;
  line-height: 120%;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 1200px) {
  .testimonial-section .testimonial-block .client-info .client-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section .testimonial-block .client-info .client-name {
    font-size: 0.75rem;
    margin-bottom: 0.417rem;
  }
}
.testimonial-section .testimonial-block .client-info .client-designation {
  font-size: 0.833rem;
  line-height: 120%;
  font-weight: 500;
  color: var(--black-color);
}
@media screen and (max-width: 1200px) {
  .testimonial-section .testimonial-block .client-info .client-designation {
    font-size: 0.667rem;
  }
}

.what-we-treat {
  padding-top: 16.25rem;
}
@media screen and (max-width: 1440px) {
  .what-we-treat {
    padding-top: 13.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .what-we-treat {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .what-we-treat {
    padding-top: 13.333rem;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat {
    padding-top: 10rem;
  }
}
.what-we-treat .content-block {
  text-align: center;
  width: 50%;
  margin: 0 auto 1.333rem auto;
}
@media screen and (max-width: 1800px) {
  .what-we-treat .content-block {
    width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .what-we-treat .content-block {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .what-we-treat .content-block {
    width: 100%;
    margin-bottom: 2.333rem;
  }
}
@media screen and (max-width: 991px) {
  .what-we-treat .content-block {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat .content-block {
    margin-bottom: 1.333rem;
  }
}
.what-we-treat .content-block .title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .what-we-treat .content-block .title {
    margin-bottom: 0.667rem;
  }
}
.what-we-treat .content-block .description {
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 991px) {
  .what-we-treat .content-block .description {
    width: 100%;
  }
}
.what-we-treat .treat-block {
  padding: 0 3rem;
  display: flex;
  gap: 38px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1800px) {
  .what-we-treat .treat-block {
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  .what-we-treat .treat-block {
    gap: 24px;
  }
}
.what-we-treat .treat-block .image-block {
  width: 578px;
}
@media screen and (max-width: 1457px) {
  .what-we-treat .treat-block .image-block {
    width: 500px;
  }
}
@media screen and (max-width: 1365px) {
  .what-we-treat .treat-block .image-block {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .what-we-treat .treat-block .image-block {
    display: none;
  }
}
.what-we-treat .treat-block .content-block {
  width: fit-content;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 991px) {
  .what-we-treat .treat-block .content-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.what-we-treat .treat-block .content-block .treat-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1600px) {
  .what-we-treat .treat-block .content-block .treat-item {
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat .treat-block .content-block .treat-item {
    gap: 8px;
  }
}
.what-we-treat .treat-block .content-block .treat-item svg {
  min-width: 40px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1600px) {
  .what-we-treat .treat-block .content-block .treat-item svg {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat .treat-block .content-block .treat-item svg {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.what-we-treat .treat-block .content-block .treat-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1457px) {
  .what-we-treat .treat-block .content-block .treat-item:not(:last-child) {
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 1365px) {
  .what-we-treat .treat-block .content-block .treat-item:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat .treat-block .content-block .treat-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.what-we-treat .treat-block .content-block .treat-item .treat-name {
  font-size: 1.417rem;
  line-height: 130%;
  font-weight: 400;
}
@media screen and (max-width: 1652px) {
  .what-we-treat .treat-block .content-block .treat-item .treat-name {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 1600px) {
  .what-we-treat .treat-block .content-block .treat-item .treat-name {
    font-size: 1.166rem;
  }
}
@media screen and (max-width: 1365px) {
  .what-we-treat .treat-block .content-block .treat-item .treat-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .what-we-treat .treat-block .content-block .treat-item .treat-name {
    font-size: 0.833rem;
  }
}

.cta-section {
  background: url("../assets/images/cta-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cta-section::after {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-section .content-block {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1636px) {
  .cta-section .content-block {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .cta-section .content-block {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .cta-section .content-block {
    width: 100%;
  }
}
.cta-section .content-block .cta-title {
  color: var(--white-color);
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 767px) {
  .cta-section .content-block .cta-title {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .cta-section .content-block .cta-title {
    margin-bottom: 1rem;
  }
}
.cta-section .content-block .cta-description {
  color: var(--white-color);
  margin: 0 auto 1.667rem auto;
  width: 80%;
}
@media screen and (max-width: 575px) {
  .cta-section .content-block .cta-description {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.cta-section .content-block .cta-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 575px) {
  .cta-section .content-block .cta-btn-block {
    flex-direction: column;
    gap: 24px;
  }
  .cta-section .content-block .cta-btn-block .btn {
    width: 100%;
  }
}

.faq-section .content-block {
  margin: 0 auto 3.333rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block {
    margin-bottom: 1.667rem;
  }
}
.faq-section .content-block .title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.faq-section .content-block .title .heart-img {
  position: absolute;
  top: -45px;
  right: -40px;
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block .title .heart-img {
    top: -26px;
    right: -26px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 653px) {
  .faq-section .content-block .title .heart-img {
    display: none;
  }
}
.faq-section .faq-block .faq-item {
  padding: 1.25rem 1.667rem;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item {
    padding: 0.667rem 0.833rem;
    max-height: 72px;
  }
}
@media screen and (max-width: 624px) {
  .faq-section .faq-block .faq-item.height-100 {
    max-height: 100px;
  }
}
.faq-section .faq-block .faq-item:not(:last-child) {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.faq-section .faq-block .faq-item:hover {
  border-color: var(--primary-color);
}
.faq-section .faq-block .faq-item .faq-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 0.833rem;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item .faq-header {
    gap: 16px;
    margin-bottom: 0.5rem;
  }
}
.faq-section .faq-block .faq-item .faq-header .faq-btn {
  min-width: 40px;
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item .faq-header .faq-btn {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.faq-section .faq-block .faq-item .faq-header .faq-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item .faq-header .faq-btn svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item .faq-header .content {
    margin-top: 1px;
  }
}
.faq-section .faq-block .faq-item .faq-header .content .faq-title {
  line-height: 170%;
  font-weight: 500;
}
.faq-section .faq-block .faq-item .faq-content {
  padding-left: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-block .faq-item .faq-content {
    padding-left: 1rem;
  }
}
.faq-section .faq-block .faq-item .faq-content .ul {
  list-style: disc;
  margin-left: 1rem;
  margin-top: 1.333rem;
}
@media screen and (max-width: 1440px) {
  .faq-section .faq-block .faq-item .faq-content .ul {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .faq-section .faq-block .faq-item .faq-content .ul {
    margin-top: 0.75rem;
  }
}
.faq-section .faq-block .faq-item .faq-content .ul li:not(:last-child) {
  margin-bottom: 0.583rem;
}

.about-hero-section {
  padding-top: 3.333rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .about-hero-section {
    padding-top: 2.333rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-hero-section {
    padding: 2.333rem 0;
  }
}
.about-hero-section .content-block {
  text-align: center;
  margin: 0 auto 2.667rem auto;
  width: 66%;
}
@media screen and (max-width: 1200px) {
  .about-hero-section .content-block {
    width: 72%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .about-hero-section .content-block {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .about-hero-section .content-block {
    width: 100%;
    margin-bottom: 1.333rem;
  }
}
.about-hero-section .content-block .about-hero-title {
  margin: 0 auto 1rem auto;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .about-hero-section .content-block .about-hero-title {
    width: 100%;
  }
}
.about-hero-section .image-block {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-hero-section .image-block.mb-24 {
    margin-bottom: 1rem;
  }
}

.impact-section {
  padding: 6.25rem 0;
  background-color: var(--light-green-color);
}
@media screen and (max-width: 1200px) {
  .impact-section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .impact-section {
    padding: 2.333rem 0;
  }
}
.impact-section .row {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .impact-section .row .content-block {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 991px) {
  .impact-section .row .content-block {
    margin-bottom: 2rem;
  }
}
.impact-section .row .impact-blocks-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .impact-section .row .impact-blocks-wrapper {
    flex-direction: column;
  }
}
.impact-section .row .impact-blocks-wrapper:not(:last-child) {
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 767px) {
  .impact-section .row .impact-blocks-wrapper:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
.impact-section .row .impact-blocks-wrapper .impact-block {
  width: 420px;
}
@media screen and (max-width: 991px) {
  .impact-section .row .impact-blocks-wrapper .impact-block {
    width: 100%;
  }
}
.impact-section .row .impact-blocks-wrapper .impact-block .impact-number {
  font-size: 2.667rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.333rem;
}
@media screen and (max-width: 1440px) {
  .impact-section .row .impact-blocks-wrapper .impact-block .impact-number {
    font-size: 2.333rem;
  }
}
@media screen and (max-width: 991px) {
  .impact-section .row .impact-blocks-wrapper .impact-block .impact-number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .impact-section .row .impact-blocks-wrapper .impact-block .impact-number {
    font-size: 1.667rem;
  }
}
.impact-section .row .impact-blocks-wrapper .impact-block .impact-lable {
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 767px) {
  .impact-section .row .impact-blocks-wrapper .impact-block .impact-lable {
    margin-bottom: 0.333rem;
  }
}
.impact-section .row .impact-blocks-wrapper .impact-block .impact-description {
  font-size: 0.833rem;
  line-height: 180%;
  font-weight: 400;
}

.our-values-section .content-block {
  text-align: center;
  margin: 0 auto 2.667rem auto;
  width: 70%;
}
@media screen and (max-width: 1340px) {
  .our-values-section .content-block {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .our-values-section .content-block {
    margin-bottom: 2.333rem;
  }
}
@media screen and (max-width: 767px) {
  .our-values-section .content-block {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .our-values-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.our-values-section .content-block .title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .our-values-section .content-block .title {
    margin-bottom: 0.75rem;
  }
}
.our-values-section .content-block .description {
  margin: 0 auto;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .our-values-section .content-block .description {
    width: 100%;
  }
}
.our-values-section .value-block {
  padding: 2rem;
  border-radius: 12px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .our-values-section .value-block {
    padding: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .our-values-section .value-block {
    height: fit-content;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .our-values-section .value-block {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.our-values-section .value-block.purple {
  background-color: var(--purple-color);
}
.our-values-section .value-block.gray {
  background-color: var(--gray-color);
}
.our-values-section .value-block.yellow {
  background-color: var(--yellow-color);
}
@media screen and (max-width: 991px) {
  .our-values-section .value-block.yellow {
    margin-bottom: 0;
  }
}
.our-values-section .value-block .icon-block {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1200px) {
  .our-values-section .value-block .icon-block {
    width: 64px;
    height: 64px;
    margin-bottom: 1.167rem;
  }
}
@media screen and (max-width: 575px) {
  .our-values-section .value-block .icon-block {
    width: 52px;
    height: 52px;
    margin-bottom: 1rem;
  }
}
.our-values-section .value-block .icon-block.white {
  background-color: var(--white-color);
}
.our-values-section .value-block .icon-block.black {
  background-color: var(--black-color);
}
.our-values-section .value-block .icon-block img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .our-values-section .value-block .icon-block img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .our-values-section .value-block .icon-block img {
    width: 28px;
    height: 28px;
  }
}
.our-values-section .value-block .value-title {
  font-size: 1.333rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .our-values-section .value-block .value-title {
    font-size: 1.167rem;
    margin-bottom: 0.833rem;
  }
}
@media screen and (max-width: 575px) {
  .our-values-section .value-block .value-title {
    font-size: 1rem;
    margin-bottom: 0.583rem;
  }
}
.our-values-section .value-block .value-description {
  font-size: 0.833rem;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .our-values-section .value-block .value-description {
    font-size: 0.667rem;
  }
}

.page-id-12 .our-mission {
  padding-top: 16.25rem;
}
@media screen and (max-width: 1440px) {
  .page-id-12 .our-mission {
    padding-top: 13.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-12 .our-mission {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .page-id-12 .our-mission {
    padding-top: 13.333rem;
  }
}
@media screen and (max-width: 575px) {
  .page-id-12 .our-mission {
    padding-top: 10rem;
  }
}
.page-id-12 .our-mission .content-block .title {
  width: 100%;
}

.our-mission {
  padding-top: 0;
}
@media screen and (max-width: 1920px) {
  .our-mission.rate-and-insurance .row {
    align-items: stretch;
  }
}
@media screen and (max-width: 991px) {
  .our-mission.rate-and-insurance .row {
    align-items: flex-start;
  }
}
.our-mission.rate-and-insurance .content-block .description {
  font-size: 1rem;
}
@media screen and (max-width: 1440px) {
  .our-mission.rate-and-insurance .content-block .description {
    font-size: 0.883rem;
  }
}
.our-mission.rate-and-insurance .content-block .description.mb-0 {
  margin-bottom: 0;
}
.our-mission.rate-and-insurance .content-block .mission-list {
  margin-bottom: 1.333rem;
}
.our-mission.rate-and-insurance .content-block .mission-list .mission {
  align-items: center;
  gap: 16px;
}
.our-mission.rate-and-insurance .content-block .mission-list .mission:not(:last-child) {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1440px) {
  .our-mission.rate-and-insurance .content-block .mission-list .mission:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.our-mission.rate-and-insurance .content-block .mission-list .mission .icon-block {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
}
.our-mission.rate-and-insurance .content-block .mission-list .mission .icon-block svg {
  width: 16px !important;
  height: 16px !important;
  display: block;
}
.our-mission.rate-and-insurance .image-block {
  height: 100%;
}
.our-mission.rate-and-insurance .image-block img {
  object-fit: cover;
  height: 100%;
}
.our-mission .row {
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .our-mission .row {
    align-items: flex-start;
  }
}
.our-mission .image-block {
  border-radius: 12px;
  overflow: hidden;
  margin-right: 2.167rem;
}
@media screen and (max-width: 1600px) {
  .our-mission .image-block {
    margin-right: 1.667rem;
    height: 100%;
  }
  .our-mission .image-block img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1440px) {
  .our-mission .image-block {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-mission .image-block {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .image-block {
    height: fit-content;
    margin-bottom: 1.333rem;
  }
}
.our-mission .content-block .title {
  margin-bottom: 1.333rem;
  width: 64%;
}
@media screen and (max-width: 1600px) {
  .our-mission .content-block .title {
    width: 75%;
  }
}
@media screen and (max-width: 1440px) {
  .our-mission .content-block .title {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .our-mission .content-block .title {
    margin-bottom: 0.667rem;
  }
}
.our-mission .content-block .description {
  font-size: 1.167rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 1440px) {
  .our-mission .content-block .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .content-block .description {
    font-size: 0.833rem;
  }
}
.our-mission .content-block .mission-list .mission {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .our-mission .content-block .mission-list .mission {
    gap: 8px;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .content-block .mission-list .mission {
    align-items: flex-start;
  }
}
.our-mission .content-block .mission-list .mission:not(:last-child) {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1440px) {
  .our-mission .content-block .mission-list .mission:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-mission .content-block .mission-list .mission:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.our-mission .content-block .mission-list .mission .icon-block {
  min-width: 32px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1200px) {
  .our-mission .content-block .mission-list .mission .icon-block {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
  .our-mission .content-block .mission-list .mission .icon-block svg {
    width: 28px;
    height: 28px;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .our-mission .content-block .mission-list .mission .icon-block {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .our-mission .content-block .mission-list .mission .icon-block svg {
    width: 24px;
    height: 24px;
  }
}
.our-mission .content-block .mission-list .mission .mission-name {
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .our-mission .content-block .mission-list .mission .mission-name {
    font-size: 0.75rem;
  }
}

.services-list-section {
  padding-top: 3.333rem;
}
@media screen and (max-width: 991px) {
  .services-list-section {
    padding-top: 2.333rem;
  }
}
.services-list-section .services-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 120px;
}
@media screen and (max-width: 1600px) {
  .services-list-section .services-block {
    row-gap: 96px;
  }
}
@media screen and (max-width: 1200px) {
  .services-list-section .services-block {
    row-gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .services-list-section .services-block {
    row-gap: 56px;
  }
}
@media screen and (max-width: 575px) {
  .services-list-section .services-block {
    row-gap: 40px;
  }
}
.services-list-section .services-block .service-item {
  flex: 0 0 calc((100% - 48px) / 3);
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .services-list-section .services-block .service-item {
    flex: 0 0 calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .services-list-section .services-block .service-item {
    flex: 0 0 calc((100% - 0px) / 1);
  }
}
.services-list-section .services-block .service-item .service-image-block {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 575px) {
  .services-list-section .services-block .service-item .service-image-block {
    margin-bottom: 0.833rem;
  }
}
.services-list-section .services-block .service-item .services-name {
  font-size: 1.667rem;
  line-height: 124%;
  font-weight: 500;
  margin-bottom: 0.583rem;
}
@media screen and (max-width: 1600px) {
  .services-list-section .services-block .service-item .services-name {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-list-section .services-block .service-item .services-name {
    font-size: 1.083rem;
  }
}
@media screen and (max-width: 575px) {
  .services-list-section .services-block .service-item .services-name {
    margin-bottom: 0.417rem;
  }
}
.services-list-section .services-block .service-item .service-description {
  line-height: 170%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
  .services-list-section .services-block .service-item .service-description {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-list-section .services-block .service-item .service-description {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .services-list-section .services-block .service-item .service-description {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .services-list-section .services-block .service-item .cta-block a {
    width: 100%;
  }
}

.services-detail {
  padding-top: 3.333rem;
}
@media screen and (max-width: 991px) {
  .services-detail {
    padding-top: 2.333rem;
  }
}
.services-detail .services-content-block {
  margin-bottom: 2.333rem;
}
@media screen and (max-width: 767px) {
  .services-detail .services-content-block {
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 1440px) {
  .services-detail .services-content-block .title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .services-content-block .title {
    margin-bottom: 0.583rem;
  }
}
.services-detail .service-detail-container .service-main-image {
  border-radius: 12px;
  overflow: hidden;
  height: 774px;
  margin-bottom: 8.333rem;
}
@media screen and (max-width: 1200px) {
  .services-detail .service-detail-container .service-main-image {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .services-detail .service-detail-container .service-main-image {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-main-image {
    height: auto;
    margin-bottom: 1.667rem;
  }
}
.services-detail .service-detail-container .service-main-image img {
  object-fit: cover;
  height: 100%;
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card {
  display: flex;
  align-items: center;
  gap: 76px;
}
@media screen and (max-width: 1600px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card {
    gap: 56px;
  }
}
@media screen and (max-width: 991px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card {
    flex-direction: column;
  }
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:not(:last-child) {
  margin-bottom: 5.25rem;
}
@media screen and (max-width: 1200px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:not(:last-child) {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card:nth-child(even) {
    flex-direction: column;
  }
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-image {
  min-width: 664px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-image {
    min-width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-image {
    min-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-image {
    min-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-image {
    min-width: 100%;
  }
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-name {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1440px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-name {
    font-size: 1.667rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-name {
    font-size: 1.333rem;
    margin-bottom: 0.538rem;
  }
}
@media screen and (max-width: 575px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-name {
    font-size: 1.167rem !important;
  }
}
.services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-description {
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .services-detail .service-detail-container .service-benefits-section .benefits-grid .benefit-card .benefit-content .benefit-description {
    font-size: 0.75rem;
  }
}
.services-detail .service-detail-container .additional-text-block {
  margin-top: 4.167rem;
}
@media screen and (max-width: 991px) {
  .services-detail .service-detail-container .additional-text-block {
    margin-top: 2.667rem;
  }
}
@media screen and (max-width: 575px) {
  .services-detail .service-detail-container .additional-text-block {
    margin-top: 2rem;
  }
}
.services-detail .service-detail-container .additional-text-block .additional-text:not(:last-child) {
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 1200px) {
  .services-detail .service-detail-container .additional-text-block .additional-text:not(:last-child) {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 575px) {
  .services-detail .service-detail-container .additional-text-block .additional-text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.services-detail .service-detail-container .additional-text-block .additional-text .h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .services-detail .service-detail-container .additional-text-block .additional-text .h3 {
    margin-bottom: 0.583rem;
  }
}

.inner-center-hero-section {
  padding-top: 3.333rem;
}
@media screen and (max-width: 991px) {
  .inner-center-hero-section {
    padding-top: 2.333rem;
  }
}
.inner-center-hero-section.join-our-team .content-block .title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner-center-hero-section.join-our-team .content-block .title {
    width: 100%;
  }
}
.inner-center-hero-section .content-block {
  margin: 0 auto 2.667rem auto;
  width: 68%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .inner-center-hero-section .content-block {
    width: 76%;
  }
}
@media screen and (max-width: 1440px) {
  .inner-center-hero-section .content-block {
    width: 94%;
  }
}
@media screen and (max-width: 991px) {
  .inner-center-hero-section .content-block {
    width: 100%;
    margin-bottom: 1.667rem;
  }
}
@media screen and (max-width: 575px) {
  .inner-center-hero-section .content-block {
    margin-bottom: 1.333rem;
  }
}
.inner-center-hero-section .content-block .title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .inner-center-hero-section .content-block .title {
    margin-bottom: 0.75rem;
  }
}
.inner-center-hero-section .image-block {
  border-radius: 12px;
  overflow: hidden;
}

.clients-sections {
  padding-top: 0;
}
.clients-sections .logos-block .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.clients-sections .logos-block .logos:not(:last-child) {
  margin-bottom: 4.796rem;
}
@media screen and (max-width: 1600px) {
  .clients-sections .logos-block .logos:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .clients-sections .logos-block .logos:not(:last-child) {
    margin-bottom: 2.667rem;
  }
  .clients-sections .logos-block .logos:not(:last-child) .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .clients-sections .logos-block .logos:not(:last-child) {
    margin-bottom: 2rem;
  }
  .clients-sections .logos-block .logos:not(:last-child) .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .clients-sections .logos-block .logos .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 1440px) {
  .clients-sections .logos-block .logos .logo {
    max-width: 200px;
  }
}

.eap-accepted-section {
  padding-top: 0;
}
.eap-accepted-section .content-block {
  text-align: center;
  margin-bottom: 4.167rem;
}
@media screen and (max-width: 1440px) {
  .eap-accepted-section .content-block {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 1200px) {
  .eap-accepted-section .content-block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .eap-accepted-section .content-block {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .eap-accepted-section .content-block {
    margin-bottom: 1rem;
  }
}
.eap-accepted-section .content-block .heading {
  font-size: 1.667rem;
  height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .eap-accepted-section .content-block .heading {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .eap-accepted-section .content-block .heading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .eap-accepted-section .content-block .heading {
    font-size: 0.833rem;
  }
}
.eap-accepted-section .eap-logo-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .eap-accepted-section .eap-logo-block {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .eap-accepted-section .eap-logo-block .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .eap-accepted-section .eap-logo-block .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .eap-accepted-section .eap-logo-block .logo {
    max-width: 100px;
  }
}

.rates-section {
  padding-top: 0;
}
.rates-section .row .col-lg-5 {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .rates-section .row .col-lg-5 {
    flex: auto;
    margin-bottom: 1.333rem;
  }
}
.rates-section .row .col-lg-7 {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .rates-section .row .col-lg-7 {
    flex: auto;
  }
}
.rates-section .rate-block {
  padding: 2rem;
  border-radius: 12px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .rates-section .rate-block {
    padding: 1.667rem;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .rate-block {
    padding: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .rates-section .rate-block {
    padding: 1rem;
  }
}
.rates-section .rate-block.gray {
  background-color: var(--gray-color);
}
.rates-section .rate-block.yellow {
  background-color: var(--yellow-color);
}
.rates-section .rate-block .icon-block {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1440px) {
  .rates-section .rate-block .icon-block {
    width: 80px;
    height: 80px;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .rates-section .rate-block .icon-block {
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .rate-block .icon-block {
    width: 60px;
    height: 60px;
  }
}
.rates-section .rate-block .icon-block.black {
  background-color: var(--black-color);
}
.rates-section .rate-block .icon-block.white {
  background-color: var(--white-color);
}
.rates-section .rate-block .icon-block img {
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .rates-section .rate-block .icon-block img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .rate-block .icon-block img {
    width: 32px;
    width: 32px;
  }
}
.rates-section .rate-block .title {
  font-size: 2.333rem;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 1.583rem;
}
@media screen and (max-width: 1440px) {
  .rates-section .rate-block .title {
    font-size: 2rem;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .rates-section .rate-block .title {
    font-size: 1.667rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .rate-block .title {
    font-size: 1.333rem;
    margin-bottom: 0.583rem;
  }
}
.rates-section .rate-block .description {
  font-size: 1.333rem;
  line-height: 160%;
  width: 74%;
  font-weight: 400;
}
@media screen and (max-width: 1622px) {
  .rates-section .rate-block .description {
    width: 80%;
  }
}
@media screen and (max-width: 1528px) {
  .rates-section .rate-block .description {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .rates-section .rate-block .description {
    font-size: 1.083rem;
  }
}
@media screen and (max-width: 1200px) {
  .rates-section .rate-block .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .rate-block .description {
    font-size: 0.889rem;
  }
}
@media screen and (max-width: 575px) {
  .rates-section .rate-block .description {
    font-size: 0.833rem;
  }
}
.rates-section .rate-block .description.full {
  width: 95%;
}
@media screen and (max-width: 1528px) {
  .rates-section .rate-block .description.full {
    width: 100%;
  }
}
.rates-section .description-block {
  text-align: center;
  width: 74%;
  margin: 4.167rem auto 0 auto;
}
@media screen and (max-width: 1440px) {
  .rates-section .description-block {
    margin-top: 3.333rem;
  }
}
@media screen and (max-width: 1200px) {
  .rates-section .description-block {
    margin-top: 2.667rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rates-section .description-block {
    margin-top: 1.333rem;
  }
}
.rates-section .description-block .main-description {
  line-height: 150%;
  font-weight: 400;
}
.rates-section .description-block .main-description:not(:last-child) {
  margin-bottom: 1.333rem;
}

.providors-hero-section {
  padding-top: 3.333rem;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .providors-hero-section {
    padding-top: 2.333rem;
  }
}
.providors-hero-section .content-block {
  margin: 0 auto 4.167rem auto;
  width: 65%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .providors-hero-section .content-block {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .providors-hero-section .content-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .providors-hero-section .content-block {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .providors-hero-section .content-block {
    margin-bottom: 2rem;
  }
}
.providors-hero-section .content-block .title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .providors-hero-section .content-block .title {
    margin-bottom: 0.75rem;
  }
}

.providers-section {
  padding-top: 0;
}
.providers-section .image-and-content-block {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 991px) {
  .providers-section .image-and-content-block {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .image-and-content-block {
    margin-bottom: 1rem;
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .providers-section .image-and-content-block {
    flex-direction: column;
  }
}
.providers-section .image-and-content-block .image-block {
  border-radius: 12px;
  overflow: hidden;
  min-width: 330px;
}
.providers-section .image-and-content-block .image-block img {
  height: 100%;
  object-fit: cover;
}
.providers-section .image-and-content-block .content-block .providor-name {
  font-size: 1.333rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.667rem;
}
@media screen and (max-width: 767px) {
  .providers-section .image-and-content-block .content-block .providor-name {
    font-size: 1.167rem;
    margin-bottom: 0.417rem;
  }
}
@media screen and (max-width: 575px) {
  .providers-section .image-and-content-block .content-block .providor-name {
    font-size: 1rem;
  }
}
.providers-section .image-and-content-block .content-block .providors-designation {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .providers-section .image-and-content-block .content-block .providors-designation {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .image-and-content-block .content-block .providors-designation {
    font-size: 0.75rem;
    margin-bottom: 0.583rem;
  }
}
.providers-section .providor-info {
  font-size: 0.833rem;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .providers-section .providor-info {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .providor-info {
    font-size: 0.667rem;
  }
}
.providers-section .providor-info:not(:last-child) {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 991px) {
  .providers-section .providor-info:not(:last-child) {
    margin-bottom: 0.833rem;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .providor-info:not(:last-child) {
    margin-bottom: 0.583rem;
  }
}
.providers-section .providors-specialities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .providers-section .providors-specialities {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .providors-specialities {
    flex-direction: column;
    gap: 18px;
  }
}
.providers-section .providors-specialities:not(:last-child) {
  margin-bottom: 1.333rem;
  margin-top: 1.667rem;
}
@media screen and (max-width: 1440px) {
  .providers-section .providors-specialities:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .providers-section .providors-specialities:not(:last-child) {
    margin-top: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .providers-section .providors-specialities:not(:last-child) {
    margin-top: 0.75rem;
  }
}
.providers-section .providors-specialities .speciality {
  border-radius: 12px;
  background-color: var(--section-green);
  height: 80px;
  position: relative;
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .providers-section .providors-specialities .speciality {
    width: 100%;
    height: 64px;
  }
}
.providers-section .providors-specialities .speciality.o-0 {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .providers-section .providors-specialities .speciality.o-0 {
    display: none;
  }
}
.providers-section .providors-specialities .speciality .speciality-title {
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .providers-section .providors-specialities .speciality .speciality-title {
    font-size: 0.667rem;
  }
}
@media screen and (max-width: 991px) {
  .providers-section .providors-specialities .speciality .speciality-title {
    font-size: 0.583rem;
  }
}

.contact-us-section {
  padding-top: 0;
}
.contact-us-section .content-block {
  text-align: center;
  margin: 0 auto 2.333rem auto;
  width: 34%;
}
@media screen and (max-width: 1801px) {
  .contact-us-section .content-block {
    width: 48%;
  }
}
@media screen and (max-width: 1256px) {
  .contact-us-section .content-block {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-section .content-block {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-us-section .content-block {
    margin-bottom: 1.667rem;
  }
}

.faq-section {
  padding-top: 3.333rem;
}
@media screen and (max-width: 991px) {
  .faq-section {
    padding-top: 2.333rem;
  }
}
.faq-section .title-block {
  margin: 0 auto 3.333rem auto;
  width: 64%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .faq-section .title-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .title-block {
    margin-bottom: 2rem;
  }
}

.contact-section {
  padding-top: 3.333rem;
}
@media screen and (max-width: 991px) {
  .contact-section {
    padding-top: 2.333rem;
  }
}
.contact-section .title-block {
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 767px) {
  .contact-section .title-block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-section .content-block {
    margin-bottom: 2.333rem;
  }
}
.contact-section .content-block .title {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .contact-section .content-block .title {
    font-size: 1.667rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact-section .content-block .title {
    font-size: 1.333rem;
  }
}
.contact-section .content-block .description {
  margin: 1.333rem 0;
}
@media screen and (max-width: 1440px) {
  .contact-section .content-block .description {
    margin: 1.083rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .contact-section .content-block .description {
    margin: 0.833rem 0;
  }
}
.contact-section .content-block .info-block .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-section .content-block .info-block .info:not(:last-child) {
  margin-bottom: 1.167rem;
}
.contact-section .content-block .info-block .info .icon {
  min-width: 40px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .contact-section .content-block .info-block .info .icon {
    min-width: 32px;
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-section .content-block .info-block .info .icon {
    min-width: 28px;
    height: 28px;
    width: 28px;
  }
}
.contact-section .content-block .info-block .info .link {
  font-size: 1.167rem;
  line-height: 180%;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .contact-section .content-block .info-block .info .link {
    font-size: 1rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-section .content-block .info-block .info .link {
    font-size: 0.833rem;
    line-height: 140%;
  }
}

.contact-info {
  padding: 2.833rem 0;
  background-color: var(--section-green);
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 2.333rem 0;
  }
}
.contact-info .content-info {
  text-align: center;
}

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

html {
  font-size: 24px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Clash Grotesk" !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  letter-spacing: 0px;
}

.p {
  font-size: 1rem;
  line-height: 160%;
  color: var(--text-color);
  font-weight: 400;
}
.p.large {
  font-size: 1.167rem;
  line-height: 150%;
}
@media screen and (max-width: 1440px) {
  .p {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 0.889rem;
  }
}
@media screen and (max-width: 575px) {
  .p {
    font-size: 0.833rem;
  }
}

.h1 {
  font-size: 3.916rem;
  line-height: 120%;
  color: var(--text-color);
  font-weight: 500;
}
@media screen and (max-width: 1660px) {
  .h1 {
    font-size: 3.167rem;
  }
}
@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 2.667rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 1.916rem;
  }
}

.h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--text-color);
}
@media screen and (max-width: 1440px) {
  .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .h2 {
    font-size: 1.75rem;
  }
}

.h3 {
  font-size: 2.667rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--text-color);
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .h3 {
    font-size: 1.416rem !important;
  }
}

.h4 {
  font-size: 2.333rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .h4 {
    font-size: 1.167rem;
  }
}

.h5 {
  font-size: 1.667rem;
  font-weight: 400;
  line-height: 130%;
  color: var(--white-color);
}
@media screen and (max-width: 1200px) {
  .h5 {
    font-size: 1.333rem;
  }
}
@media screen and (max-width: 991px) {
  .h5 {
    font-size: 1.167rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

section {
  padding: 8.333rem 0;
}
section.green-bg {
  background-color: var(--section-green);
}
@media screen and (max-width: 1200px) {
  section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 2.333rem 0;
  }
}

.link {
  font-family: "Manrope";
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--text-color);
  font-weight: 500;
  display: block;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: var(--primary-color);
}
.link:visited {
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 0.75rem;
  }
}

a {
  text-decoration: none;
  display: block;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

#loom-companion-mv3 {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
