/* Reset básico */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
:root {
  --green: #0c632f;
  --green2: #346735;
  --green3: #a0c539;
  --green4: #cbd50b;
  --greenLight: #f6f8e1;
  --greenDark: #21391c;
  --greenDark2: #1f3a24;
  --gray: #aaaaaa;
  --gray2: #c3c3c4;
  --grayLight: #f2f2f2;
  --grayDark: #4f4e4e;
  --purpleXEL: #342e3b;
  --maxScreenWidth: 1328px;
  --primaryFont: "Bauhaus Bugler Bold";
  --secondaryFont: "Barlow", sans-serif;
  --tertiaryFont: "Supera Gothic", Arial, sans-serif;
  --quaternaryFont: "Outfit", sans-serif;
  --iconColor1: #000;
  --sidePadding: 40px;
  --textFontSizeS: 15px;
  --textFontSizeM: 20px;
  --textFontSizeL: 30px;
  --textFontSizeXL: 60px;
}

@media (max-width: 1280px) {
  :root {
    --sidePadding: 30px;
    --textFontSizeXL: 55px;
  }
}
@media (max-width: 1100px) {
  :root {
    --textFontSizeXL: 50px;
  }
}

@media (max-width: 999px) {
  :root {
    --textFontSizeS: 14px;
    --textFontSizeM: 18px;
    --textFontSizeL: 27px;
  }
}

@media (max-width: 880px) {
  :root {
    --textFontSizeL: 27px;
  }
}
@media (max-width: 540px) {
  :root {
    --textFontSizeXL: 40px;
    --sidePadding: 20px;
  }
}

@media (max-width: 420px) {
  :root {
    --sidePadding: 15px;
    --textFontSizeM: 17px;
    --textFontSizeS: 13px;
  }
}
@media (max-width: 375px) {
  :root {
    --textFontSizeXL: 35px;
    --textFontSizeS: 12px;
  }
}

@media (max-width: 320px) {
  :root {
    --textFontSizeM: 17px;
    --textFontSizeL: 25px;
  }
}

body {
  font-family: var(--primaryFont);
  color: var(--grayDark);
}
.obfuscated-link{
  cursor: pointer;
}
.wpcf7-list-item:has([type="checkbox"]) {
  width: 100%;
  margin-left: 0;
}
.wpcf7-list-item:has([type="checkbox"]) label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0;
}
.wpcf7-list-item:has([type="checkbox"]) input {
  width: auto;
  margin-bottom: 0;
}
.wpcf7-list-item:has([type="checkbox"]) span {
  color: white;
  line-height: 1;
  font-family: var(--secondaryFont);
}
.wpcf7-list-item:has([type="checkbox"]) a {
  color: white;
  font-weight: 500;
}
.wpcf7-list-item:has([type="checkbox"]) a:hover {
  text-decoration: underline;
}
.cta-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 130px;
  right: 0;
  z-index: 9;
}

.cta-sidebar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  border-bottom-left-radius: 30px;
  gap: 10px;
  color: white;
  font-size: var(--textFontSizeS);
  line-height: 1;
  text-transform: uppercase;
  width: 135px;
  height: 105px;
}

.cta-sidebar a svg {
  width: 36px;
  height: 36px;
}

@media (max-width: 1280px) {
  .cta-sidebar a {
    width: 125px;
    height: 96px;
  }
}
@media (max-width: 980px) {
  .cta-sidebar a {
    width: 110px;
    height: 88px;
  }
  .cta-sidebar a svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 800px) {
  .cta-sidebar {
    top: 145px;
  }
}

@media (max-width: 768px) {
  .cta-sidebar {
    top: initial;
    bottom: 0;
    flex-direction: row;
    left: 0;
    right: initial;
    width: 100%;
    justify-content: center;
    pointer-events: none;
  }

  .cta-sidebar a {
    pointer-events: auto;
    border-radius: 0;
    border-top-left-radius: 30px;
    width: 90px;
    height: 96px;
  }

  .cta-sidebar a svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 375px) {
  .cta-sidebar a {
    width: 80px;
    height: 90px;
  }
}

.wpcf7-spinner{
  position: absolute;
}
.breadcrumb{
  gap: 5px;
  font-family: var(--secondaryFont);
  width: auto;
  margin: 0 auto 25px;
  text-align: center;
}
.breadcrumb a{
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
}
.breadcrumb span{
  font-weight: 600;
  color: var(--grayDark);
}

/* Start Header */

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header__bar {
  background-color: var(--greenDark2);
  color: white;
  padding: 10px var(--sidePadding);
  height: 40px;
}

.header__bar__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__bar__left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header__bar__left a,
.header__bar__left span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: var(--textFontSizeS);
  padding: 0 10px;
}

.header__bar__left svg {
  width: 20px;
  height: 20px;
}

.header__bar__right {
  width: 35%;
}

.header__bar__right .header__bar__links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  white-space: nowrap;
}

.header__bar__right a {
  color: white;
  font-size: var(--textFontSizeS);
  padding: 0 10px;
}

.header__bar__right a:hover {
  text-decoration: underline;
}

.header__nav {
  padding: 15px var(--sidePadding);
}

.header__nav-wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  width: 283px;
}

.header__nav-menu {
  display: flex;
  align-items: center;
  gap: calc(1.4vw + 20px);
  user-select: none;
}

.header__nav-menu-item {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: white;
  height: 50px;
  line-height: 1;
  font-size: var(--textFontSizeS);
  padding: 10px 25px;
  gap: 10px;
}
.header__nav-menu-item a {
  color: white;
}

.header__nav-menu-item.active::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--green3);
}

.pc-toggle-item .header__nav-menu-item::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTUgMTAiIGZpbGw9Im5vbmUiDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGgNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGQ9Ik03LjQ4MTcgOS45OTk3NEM3LjY5NzEgMTAuMDAyIDcuOTEwMzcgOS45NTIxOCA4LjEwNjY1IDkuODUzNjNDOC4zMDI5MyA5Ljc1NTA4IDguNDc3NTIgOS42MTAyMSA4LjYxODI1IDkuNDI5MTFMMTQuNDE5NSAyLjk3NjQ1QzE0LjUxODYgMi44NzczNyAxNC42MDgxIDIuNzY3MDEgMTQuNjg2NCAyLjY0NzIxQzE0LjkyNzUgMi4zMDUyMyAxNS4wMzY1IDEuODcwOSAxNC45ODkyIDEuNDM5NzRDMTQuOTQxOSAxLjAwODU5IDE0Ljc0MjQgMC42MTU5NDIgMTQuNDM0NCAwLjM0ODE4QzE0LjEyNjQgMC4wODA0MTc2IDEzLjczNTIgLTAuMDQwNTAyNiAxMy4zNDY5IDAuMDExOTc2MkMxMi45NTg2IDAuMDY0NDU1OSAxMi42MDUgMC4yODYwNCAxMi4zNjM5IDAuNjI4MDE5TDcuNjg5MjUgNS44Mjk2N0M3LjQ3MTgyIDYuMDYwMTIgNy40NzE4MyA2LjA2MDEyIDcuMjY0MjggNS44Mjk2N0wzLjE4MjYxIDEuMzA4NEMyLjkzNTU0IDEuMDM0MDUgMi42ODg0NyAwLjc0ODcyNiAyLjQzMTUxIDAuNDg1MzUzQzIuMjU1NzcgMC4zMDMxNDEgMi4wNDAyOSAwLjE3NDkyOCAxLjgwNjMzIDAuMTEzMzQ5QzEuNTcyMzcgMC4wNTE3NzA2IDEuMzI4IDAuMDU4OTc2NiAxLjA5NzMgMC4xMzQyMTNDMC44NDQ4OSAwLjIwOTYxOCAwLjYxNDkyNCAwLjM1Nzc3MSAwLjQzMDcxMiAwLjU2MzY4NkMwLjI0NjUgMC43Njk1OTkgMC4xMTQ1OTMgMS4wMjU5NSAwLjA0ODM2ODEgMS4zMDY3MkMtMC4wMTc4NTcgMS41ODc0OSAtMC4wMTYwNDUgMS44ODI3MSAwLjA1MzYxNjEgMi4xNjI0NUMwLjEyMzI3NiAyLjQ0MjE5IDAuMjU4MzAzIDIuNjk2NTEgMC40NDUwMjMgMi44OTk2M0MwLjcxMTg2MyAzLjIxNzg3IDAuOTk4NDY2IDMuNTE0MTYgMS4yNzUxOSAzLjgyMTQzTDYuMzI1MzkgOS40MjkxMUM2LjQ2OTE0IDkuNjExOSA2LjY0NzA5IDkuNzU3NjUgNi44NDY4IDkuODU2MkM3LjA0NjUxIDkuOTU0NzYgNy4yNjMxOCAxMC4wMDM3IDcuNDgxNyA5Ljk5OTc0WiINCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IndoaXRlIiAvPg0KPC9zdmc+");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 20px;
  transition: 0.2s;
}

.pc-toggle-item.active .header__nav-menu-item::after {
  transform: rotate(180deg);
}

.header__nav-menu .pc-toggle-item {
  position: relative;
}
.header__nav-menu .pc-toggle-item.active {
  background: var(--green3);
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}

.header__nav-menu .pc-toggle-item .pc-toggle-body {
  position: absolute;
  left: 0;
  top: 100%;
}

.header__nav-menu .pc-toggle-item.active .pc-toggle-body {
  background: var(--green3);
  max-height: 600px;
  border-radius: 7.5px;
  border-top-left-radius: 0;
}

.header__nav-menu .pc-toggle-body > ul {
  display: flex;
  flex-direction: column;
  padding: 15px 25px;
  gap: 15px;
  width: 316px;
}

.header__nav-menu .pc-toggle-body > ul a {
  display: block;
  width: 100%;
  color: white;
  font-size: var(--textFontSizeS);
  font-weight: 100;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.header__nav-menu-item span {
  max-width: 95px;
}

.header__nav-menu li:nth-child(1) .header__nav-menu-item span {
  max-width: 110px;
}

.header__nav-menu li:nth-child(2) .header__nav-menu-item span {
  max-width: 80px;
}

.header__nav-menu li:nth-child(3) .header__nav-menu-item span,
.header__nav-menu li:nth-child(4) .header__nav-menu-item span {
  max-width: 125px;
  min-width: 113px;
}

.header___responsive-menu {
  display: none;
}

@media (max-width: 1240px) {
  .header__logo {
    width: 220px;
  }

  .header__logo img {
    object-fit: contain;
    width: 100%;
  }

  .header__nav-menu {
    gap: 30px;
  }
}

@media (max-width: 999px) {
  .header__nav-menu {
    gap: 10px;
  }
}

@media (max-width: 950px) {
  .header__nav-menu {
    gap: 5px;
  }

  .header__bar__right {
    min-width: 310px;
  }

  .header__nav-menu li:nth-child(3) a span {
    max-width: 85px;
  }
}

@media (max-width: 850px) {
  .header__nav {
    position: relative;
  }

  .header__logo {
    width: 100%;
    max-width: 300px;
  }
  .header__nav:has(.header___responsive-menu.active) .header__nav-menu {
    display: flex;
  }
  .header__nav-menu {
    display: none;
    position: absolute;
    right: var(--sidePadding);
    max-width: 420px;
    top: calc(100% - 4px);
    width: calc(100% - calc(var(--sidePadding) * 2));
    background: var(--green3);
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 12.5px 25px 30px;
    border-bottom-left-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
  }
  .header__nav-menu > li {
    width: 100%;
    line-height: 1.3;
    display: block;
  }
  .header__nav-menu-item {
    width: 100%;
    padding: 0;
    justify-content: space-between;
    height: auto;
    padding-top: 10px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header__nav-menu .pc-toggle-body > ul a {
    font-size: 15px;
  }
  .header__nav-menu-item span {
    max-width: 100% !important;
    min-width: initial !important;
  }
  .header__nav-menu .pc-toggle-item .pc-toggle-body {
    position: relative;
  }

  .header___responsive-menu {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    gap: 8px;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
  }

  .header___responsive-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--greenDark);
    border-radius: 100px;
    z-index: -1;
  }

  #hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 18px;
    gap: 3px;
    height: 7px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s;
  }

  #hamburger span {
    width: 100%;
    height: 2px;
    background-color: var(--green3);
    border-radius: 5px;
    position: relative;
  }

  .header___responsive-menu.active {
    flex-direction: row-reverse;
  }

  .header___responsive-menu.active::before {
    background: var(--green3);
    border-radius: 7.5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(100% + 30px);
  }

  .header___responsive-menu.active #hamburger span {
    background: white;
  }

  .header___responsive-menu.active #hamburger span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }

  .header___responsive-menu.active #hamburger span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}

@media (max-width: 800px) {
  .header__bar__left {
    width: 100%;
    justify-content: space-evenly;
  }

  .header__bar__right {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 65%;
  }
}
@media (max-width: 450px) {
  .header__logo {
    width: 190px;
    height: 46px;
  }
  .header__logo img {
    height: 100%;
  }
}

/* End Header */

/* Start Hero */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px var(--sidePadding) 85px;
  min-height: 840px;
}

.hero::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 35.46%,
    rgba(0, 0, 0, 0.7) 64.54%
  );
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-background {
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  height: 100%;
}

.hero__wrapper {
  width: 100%;
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  z-index: 1;
}

.hero__wrapper > small {
  color: var(--green3);
  font-size: var(--textFontSizeM);
  font-weight: 400;
  font-family: var(--secondaryFont);
  max-width: 800px;
  margin-bottom: 38px;
  display: block;
}

.hero__wrapper > span {
  font-size: calc(60px + 3.94vw);
  width: 100%;
  line-height: 1;
  text-align: center;
  display: block;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero__title {
  font-size: var(--textFontSizeXL);
  color: white;
  z-index: 1;
  max-width: 680px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 45px;
}

.hero--secondary h1 {
  max-width: 539px;
  color: var(--green3);
  margin-bottom: 20px;
}

.hero.hero--elm-leaf-beetle h1 {
  max-width: 625px;
}

.hero.hero--disinsection h1 {
  max-width: 625px;
}

.hero.hero--disinsection .hero__content {
  max-width: 524px;
}

.hero__content {
  color: white;
  max-width: 530px;
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  line-height: 1.28;
  text-align: justify;
}

.hero__content strong {
  font-weight: 700;
}

.hero__feedback {
  width: 100%;
  max-width: 500px;
}
.hero__wrapper .button--primary {
  margin-top: calc(1.75vw + 15px);
}
.hero-image {
  object-fit: contain;
  position: absolute;
  z-index: -1;
}

.hero__wrapper .button--primary {
  text-transform: uppercase;
}
@media (max-height: 950px) and (min-height: 781px) {
  .hero {
    height: 100vh;
  }
}
@media (max-width: 1080px) {
  .hero__feedback img {
    width: 100%;
    max-width: 380px;
  }
}
@media (max-width: 850px) {
  .header__bar {
    display: none;
  }
  .hero.hero--secondary {
    flex-direction: column;
    align-items: center;
    padding-top: calc(15vw + 20px);
    min-height: initial;
    height: auto;
  }
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  body .hero.hero--secondary h1 {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 45px;
  }
  .hero.hero--secondary .hero-image {
    position: initial;
    transform: initial;
    z-index: 0;
  }
}
@media (max-width: 1280px) and (max-height: 896px) {
  .hero.hero--secondary {
    min-height: 100vh;
  }
}
@media (min-height: 781px) and (max-width: 850px) and (orientation: landscape) {
  .hero {
    padding-top: 150px;
  }
  .hero__wrapper > span {
    display: none;
  }
}

@media (max-width: 850px) {
  .hero__wrapper .button--primary {
    width: 100%;
    max-width: 560px;
  }
}
@media (max-width: 375px) {
  .hero__wrapper > span {
    font-size: calc(45px + 3.9vw);
  }
}

/* End Hero */

/* Start Intro */
.intro {
  padding: 85px var(--sidePadding);
}

.intro__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.intro__title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 50px;
  max-width: 666px;
}

.intro__content {
  font-weight: 400;
  color: var(--greenDark);
  line-height: 1.33;
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  margin-bottom: 25px;
}

.intro__cta {
  display: flex;
  justify-content: center;
}

.intro__cta a {
  min-width: 300px;
  justify-content: center;
}

@media (max-width: 768px) {
  .intro {
    padding: 75px var(--sidePadding);
  }
}

/* End Intro */

/* Start values */
.values {
  padding: 85px var(--sidePadding);
}

.values__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.values__title {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  color: var(--green);
  text-align: center;
  margin: 0 auto calc(20px + 4.5vw);
  line-height: 1;
  text-transform: uppercase;
}

.values__wrapper ul {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  row-gap: 90px;
  margin: 50px 0 0;
}

.values__content {
  font-size: var(--textFontSizeM);
  font-weight: 400;
  color: var(--greenDark);
  line-height: 1.33;
  font-family: var(--secondaryFont);
  margin-bottom: 75px;
}

.values__wrapper ul li {
  width: 100%;
  display: none;
}

.values__wrapper ul li:nth-child(1),
.values__wrapper ul li:nth-child(2),
.values__wrapper ul li:nth-child(3),
.values__wrapper ul li:nth-child(4) {
  display: block;
}

.values__cta {
  text-align: center;
}
.values__cta .button--primary {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .values__wrapper ul {
    flex-wrap: wrap;
    column-gap: var(--sidePadding);
    justify-content: center;
  }
  .values__wrapper ul li {
    width: calc(50% - var(--sidePadding) / 2);
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .values {
    padding: 75px var(--sidePadding);
  }
  .values__wrapper ul {
    row-gap: 60px;
  }
}
@media (max-width: 568px) {
  .values__wrapper ul {
    column-gap: calc(var(--sidePadding) - 5px);
    row-gap: 50px;
  }
}

/* End values */

/* Start Feedback */

.feedback {
  position: relative;
  padding: 85px var(--sidePadding) 100px;
  overflow: hidden;
}

.feedback::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c632fcc;
  z-index: -2;
}

.feedback::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  z-index: -1;
}

.feedback__slider {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  position: relative;
}

.feedback__slider h2 {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  text-transform: uppercase;
  max-width: 535px;
  margin: 0 auto 40px;
  text-align: center;
  color: white;
}

.feedback__slider-items {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 auto;
}

.feedback__slider-items-wrapper {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  overflow: hidden;
}

.feedback__slider-item {
  width: 100%;
  height: 240px;
  background: white;
  border-radius: 10px;
  padding: 22px 26px 50px;
}

.feedback__slider-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.feedback__slider-header span {
  width: 40px;
  height: 35px;
  font-family: var(--quaternaryFont);
  background-color: var(--green2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.feedback__slider-header div {
  display: flex;
  flex-direction: column;
}

.feedback__slider-header div b {
  font-size: var(--textFontSizeL);
  line-height: 1;
  font-weight: 400;
}

.feedback__slider-header div small {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeM);
  line-height: 1;
  font-weight: 600;
  color: var(--gray2);
}

.feedback__slider-stars {
  margin-bottom: 10px;
}

.feedback__slider-stars svg {
  height: 18px;
  display: block;
  width: auto;
}

.feedback__slider-item p {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
}

.feedback__slider-item p::before {
  content: '"';
}

.feedback__slider-item p::after {
  content: '"';
}

.feedback__slider-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(75%, 70%);
  z-index: 1;
}

.feedback__slider-btn {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--green3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.feedback__slider-btn[data-direction="left"] {
  left: -80px;
}

.feedback__slider-btn[data-direction="right"] {
  right: -80px;
}

.feedback__slider-btn:hover {
  background-color: var(--green);
  --iconColor1: white;
}

.feedback__slider-btn svg {
  width: 20px;
  height: 20px;
}

.feedback__slider-dots {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.feedback__slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}

.feedback__slider-dots button.active {
  outline: 1px solid white;
  outline-offset: 5px;
  opacity: 1;
}

.feedback__slider-dots button:hover {
  opacity: 0.75;
}

@media (max-width: 1240px) {
  .feedback__slider-items {
    width: calc(100% - 100px);
    position: relative;
  }

  .feedback__slider-items-wrapper {
    position: relative;
    mask-image: linear-gradient(
      to right,
      transparent,
      black 5%,
      black 95%,
      transparent
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black 5%,
      black 95%,
      transparent
    );
  }

  .feedback__slider-items::before {
    left: 0;
    background: linear-gradient(to right, var(--green3), transparent);
  }

  .feedback__slider-items::after {
    right: 0;
  }

  .feedback__slider-header div b {
    font-size: 24px;
  }

  .feedback__slider-header div small {
    font-size: 16px;
  }

  .feedback__slider-btn {
    width: 50px;
    height: 50px;
  }

  .feedback__slider-btn[data-direction="left"] {
    left: -60px;
  }

  .feedback__slider-btn[data-direction="right"] {
    right: -60px;
  }
}

/* End Feedback */

/* Start Gallery */

.gallery {
  padding: 75px var(--sidePadding);
}
.gallery h2 {
  text-align: center;
  max-width: 752px;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto 30px;
  color: var(--grayDark);
}

.gallery-wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  gap: 35px;
  width: 100%;
}

.gallery-info {
  width: 100%;
  max-width: 625px;
  aspect-ratio: 1/1;
  color: white;
  position: relative;
  padding: 82px 52px;
}

.gallery-info strong {
  display: block;
  font-size: var(--textFontSizeXL);
  max-width: 365px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.gallery-info p {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 140px;
}

.gallery-info a {
  text-transform: uppercase;
}

.gallery-info img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
  opacity: 0.2;
}

.gallery-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0,
    rgba(203, 213, 11) 34.13%,
    rgba(12, 99, 47) 100%
  );
  opacity: 0.2;
  z-index: -2;
}

.gallery-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c632f;
  z-index: -2;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  align-content: space-between;
  flex-grow: 1;
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: 300px;
  position: relative;
  cursor: pointer;
}

.gallery-image:first-of-type {
  grid-column: 1 / 3;
  height: auto;
  max-height: 300px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1240px) {
  .gallery-info strong {
    font-size: 40px;
  }

  .gallery-info p {
    font-size: 24px;
  }

  .gallery-images {
    gap: 20px;
  }

  .gallery-image {
    max-height: 235px;
  }

  .gallery-image:first-of-type {
    max-height: 265px;
  }
}

@media (max-width: 999px) {
  .gallery {
    padding: 85px var(--sidePadding);
  }
  .gallery-image {
    max-height: 200px;
  }
}

@media (max-width: 900px) {
  .gallery-info {
    padding: 60px 45px;
  }

  .gallery-wrapper {
    gap: 20px;
  }

  .gallery-image {
    max-height: 235px;
  }
}

@media (max-width: 768px) {
  .gallery {
    padding: 50px var(--sidePadding);
  }
  .gallery-info {
    padding: 50px 30px;
  }

  .gallery-info strong {
    font-size: 36px;
  }

  .gallery-image {
    max-height: 180px;
  }
}

@media (max-width: 750px) {
  .gallery-wrapper {
    flex-direction: column;
  }

  .gallery-info {
    max-width: 100%;
    padding: 82px 52px;
    aspect-ratio: initial;
  }

  .gallery-info p {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .gallery-info {
    padding: 45px 30px;
  }
}

/* End Gallery */

/* Start CTA Banner */

.cta-banner {
  background: var(--greenDark);
  padding: 85px var(--sidePadding);
  overflow: hidden;
}

.cta-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  gap: 50px;
}

.cta-banner__wrapper > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-banner__wrapper > div:first-of-type {
  min-width: 520px;
}
.cta-banner__wrapper > div a {
  text-transform: uppercase;
}
.cta-banner__wrapper h2 {
  text-align: center;
  max-width: 680px;
  font-size: var(--textFontSizeL);
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

.cta-banner__content {
  font-family: var(--secondaryFont);
  text-align: center;
  color: white;
  font-size: var(--textFontSizeS);
  font-weight: 400;
}

.cta-banner__content strong {
  font-weight: 700;
}

.cta-banner__button {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background: var(--green3);
  font-family: var(--secondaryFont);
  color: white;
  font-weight: 600;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 40px;
  font-size: var(--textFontSizeM);
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cta-banner__wrapper {
    flex-direction: column;
  }

  .cta-banner__wrapper > div {
    width: 100%;
  }

  .cta-banner__wrapper > div:first-of-type {
    min-width: initial;
  }
}

/* End CTA Banner */

/* Start Process Steps */

.process-steps {
  padding: 85px var(--sidePadding);
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(12, 99, 47, 0.8);
}

.process-steps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  z-index: -1;
}

.process-steps > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
  z-index: -2;
}

.process-steps__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.process-steps__wrapper h2 {
  font-size: var(--textFontSizeL);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 580px;
  line-height: 1;
  text-transform: uppercase;
}
.post-template-pest-rodents .process-steps__wrapper h2 {
  max-width: 699px;
}

.process-steps__content {
  max-width: 1280px;
  font-family: var(--secondaryFont);
  margin: 0 auto;
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.33;
}

.post-template-service-disinsection .process-steps__content {
  max-width: 800px;
}

.process-steps__content-bottom {
  margin-bottom: 0;
  margin-top: 50px;
}

.process-steps__wrapper ol {
  display: flex;
  gap: 40px;
}

.process-steps__wrapper ol li {
  width: 100%;
}

.process-steps__card article {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.25));
}

.process-steps__card:nth-child(4) article {
  flex-direction: column-reverse;
}

.process-steps__card:nth-child(4) .process-steps__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 0 0 30px 30px;
}

.process-steps__card:nth-child(4) .process-steps__icon::after {
  display: none;
}

.process-steps__card:nth-child(4) .process-steps__icon::before {
  right: initial;
  left: calc(100% - 1px);
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
  bottom: 0;
  top: -1px;
}

.process-steps__card:nth-child(4) .process-steps__icon svg {
  --iconColor1: var(--green3) !important;
}

.process-steps__card:nth-child(4) .process-steps__badge span {
  margin-top: auto;
  margin-left: auto;
}

.process-steps__card:nth-child(4) .process-steps__badge::before {
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent var(--green3) transparent;
  top: 13px;
  transform: translateX(0);
}

.process-steps__card:nth-child(4) .process-steps__card-body {
  border-radius: 30px 30px 30px 0;
}

.process-steps__card:nth-child(4) .process-steps__card-header {
  flex-direction: row-reverse;
}

.process-steps__card header {
  display: flex;
  width: 100%;
}

.process-steps__card header > * {
  width: 50%;
}

.process-steps__badge {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.process-steps__badge span {
  background: var(--green3);
  border-radius: 25px;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--textFontSizeXL);
  font-weight: 700;
  color: var(--greenLight);
}

.process-steps__badge::before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 0px;
  height: 0px;
  left: 50%;
  transform: translateX(-16px);
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: var(--green3) transparent transparent transparent;
}

.process-steps__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.process-steps__icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
  transform: translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 24px;
  border-color: transparent transparent transparent white;
}

.process-steps__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  bottom: -1px;
  right: calc(100% - 1px);
  border-radius: 30px;
  outline: 30px solid #fff;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

.process-steps__icon svg {
  width: 100px;
  height: 100px;
  --iconColor1: var(--green);
}

.process-steps__card-body {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  border-top-right-radius: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.process-steps__card-body-title {
  font-size: var(--textFontSizeM);
  font-weight: 700;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  line-height: 1.2;
  margin-bottom: 7px;
  width: 100%;
}

.post-template-service-disinsection .process-steps__card-body-title {
  max-width: 190px;
}

.process-steps__card-body-title strong {
  font-weight: 700;
}

.process-steps__card-body-content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  text-align: justify;
}

.process-steps__card-body-content strong {
  font-weight: 600;
}

.process-steps__card-body-content ul {
  margin-top: 4px;
}

.process-steps__card-body-content ul li {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  text-align: justify;
}

.process-steps__card-body-content ul li::before {
  content: "•";
  margin-right: 3px;
}

.process-steps__cta {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1250px) {
  .process-steps__wrapper {
    max-width: 768px;
  }

  .process-steps__wrapper ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .process-steps__card:nth-child(2) .process-steps__icon::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .process-steps__icon svg {
    width: calc(7.5vw + 50px);
    height: calc(7.5vw + 50px);
  }
}

@media (max-width: 600px) {
  .process-steps__wrapper ol {
    max-width: 320px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .process-steps__card .process-steps__icon::after {
    display: none;
  }

  .process-steps__icon::after {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    border-width: 0 12px 24px 12px;
    border-color: transparent transparent white transparent;
  }
}

/* End Process Steps */

/* Start About */
.about {
  width: 100%;
  padding: 85px 0;
  overflow: hidden;
}

.about__wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.about__gradient {
  position: relative;
  width: calc(50% - 52px);
  margin-right: 52px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

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

.about__gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  background: linear-gradient(
    270deg,
    rgba(160, 197, 57, 0) 0%,
    rgba(160, 197, 57, 0.8) 70%
  );
  z-index: 1;
}

.about__container {
  padding: 15px 0 50px;
  width: 50%;
  max-width: calc(calc(var(--maxScreenWidth) / 2) + var(--sidePadding));
  padding-right: var(--sidePadding);
}

.about__title {
  font-size: var(--textFontSizeL);
  line-height: 100%;
  color: var(--green);
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about__content {
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  text-align: justify;
}

.about__content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.about__content li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
}
.list-with-bullets > li::before,
.legionella-control-prevention__content ul li::before,
.legionella-control-speacialized__content ul li::before,
.authorized__highlights li::before,
.prevention__list li::before,
.sectors__item::before,
.ants-control__content ul li::before,
.ants-elimination__content ul li::before,
.certified-company__content ul li::before,
.pine-processionary-about__content ul li::before,
.rodent-control__item::before,
.appcc-obligated__content li::before,
.endotherapy-professional__item::before,
.sector-solutions__intro-content ul li::before,
.disinfection-critical-zones__content li::before,
.about__content li:before {
  content: "";
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NCA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBpZD0iY2hlY2stY2lyY2xlIg0KICAgICAgICBkPSJNNDIgMjEuMTZWMjNDNDEuOTk3NSAyNy4zMTI4IDQwLjYwMSAzMS41MDkzIDM4LjAxODcgMzQuOTYzNkMzNS40MzYzIDM4LjQxNzkgMzEuODA2NiA0MC45NDQ5IDI3LjY3MDcgNDIuMTY3OEMyMy41MzQ5IDQzLjM5MDYgMTkuMTE0NSA0My4yNDM4IDE1LjA2ODkgNDEuNzQ5MUMxMS4wMjM0IDQwLjI1NDUgNy41NjkzMSAzNy40OTIyIDUuMjIxOTIgMzMuODc0MUMyLjg3NDUzIDMwLjI1NiAxLjc1OTU4IDI1Ljk3NjEgMi4wNDMzNSAyMS42NzI2QzIuMzI3MTIgMTcuMzY5MSAzLjk5NDQxIDEzLjI3MjYgNi43OTY1NiA5Ljk5NDEyQzkuNTk4NzEgNi43MTU2MSAxMy4zODU2IDQuNDMwNzQgMTcuNTkyNCAzLjQ4MDI2QzIxLjc5OTIgMi41Mjk3OSAyNi4yMDA1IDIuOTY0NjUgMzAuMTQgNC43MTk5N000MiA2Ljk5OTk3TDIyIDI3LjAyTDE2IDIxLjAyIg0KICAgICAgICBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPg0KPC9zdmc+);
  mask-size: 100%;
  mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NCA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBpZD0iY2hlY2stY2lyY2xlIg0KICAgICAgICBkPSJNNDIgMjEuMTZWMjNDNDEuOTk3NSAyNy4zMTI4IDQwLjYwMSAzMS41MDkzIDM4LjAxODcgMzQuOTYzNkMzNS40MzYzIDM4LjQxNzkgMzEuODA2NiA0MC45NDQ5IDI3LjY3MDcgNDIuMTY3OEMyMy41MzQ5IDQzLjM5MDYgMTkuMTE0NSA0My4yNDM4IDE1LjA2ODkgNDEuNzQ5MUMxMS4wMjM0IDQwLjI1NDUgNy41NjkzMSAzNy40OTIyIDUuMjIxOTIgMzMuODc0MUMyLjg3NDUzIDMwLjI1NiAxLjc1OTU4IDI1Ljk3NjEgMi4wNDMzNSAyMS42NzI2QzIuMzI3MTIgMTcuMzY5MSAzLjk5NDQxIDEzLjI3MjYgNi43OTY1NiA5Ljk5NDEyQzkuNTk4NzEgNi43MTU2MSAxMy4zODU2IDQuNDMwNzQgMTcuNTkyNCAzLjQ4MDI2QzIxLjc5OTIgMi41Mjk3OSAyNi4yMDA1IDIuOTY0NjUgMzAuMTQgNC43MTk5N000MiA2Ljk5OTk3TDIyIDI3LjAyTDE2IDIxLjAyIg0KICAgICAgICBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPg0KPC9zdmc+");
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
  display: block;
  width: 44px;
  min-width: 44px;
  height: 45px;
  background: var(--green);
}

.about__cta {
  margin-top: 40px;
}
.about__cta .button--primary {
  text-transform: uppercase;
}

@media (max-width: 950px) {
  .about__content li {
    gap: 10px;
  }

  .disinfection-critical-zones__content li::before,
  .about__content li:before {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

@media (max-width: 768px) {
  .about__container {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .about__title {
    text-align: left;
  }

  .about__wrapper {
    flex-direction: column-reverse;
    gap: 50px;
    padding: 0 var(--sidePadding);
  }

  .about__wrapper > div {
    width: 100%;
    padding: 0;
  }

  .about__gradient {
    height: calc(250px + 35vw);
    border-radius: 30px;
  }

  .about__gradient::before {
    width: 100vw;
    right: calc(var(--sidePadding) * -1);
  }
}

/* End About */

/* Start Contact Information */
.contact-information {
  background-color: var(--greenLight);
  padding: 30px var(--sidePadding) 20px;
  width: 100%;
}

.contact-information ul {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.contact-information ul li {
  flex-grow: 1;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: 56px 1fr;
  column-gap: 20px;
  font-family: var(--secondaryFont);
  padding-right: 20px;
  padding-left: 20px;
}

.contact-information ul li:first-of-type {
  padding-left: 0;
}

.contact-information ul li:last-of-type {
  padding-right: 0;
}

.contact-information ul li span {
  grid-row: 1 / 3;
  display: flex;
  align-items: flex-start;
}

.contact-information ul li strong {
  color: var(--green);
  text-transform: uppercase;
  font-size: var(--textFontSizeM);
  font-weight: 600;
  max-width: 160px;
}

.contact-information ul li p {
  font-size: var(--textFontSizeS);
  max-width: 300px;
}

.contact-information ul li b {
  font-weight: 700;
}

.contact-information ul li:nth-child(1n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 2px;
  height: 101px;
  background-color: var(--green3);
}

@media (max-width: 1240px) {
  .contact-information ul li {
    column-gap: 15px;
  }
}

@media (max-width: 900px) {
  .contact-information ul li {
    column-gap: 10px;
    grid-template-columns: 36px 1fr;
    grid-template-rows: 52px 1fr;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-information ul li:nth-child(1n + 2)::before {
    display: none;
  }

  .contact-information ul li span {
    padding-top: 5px;
  }

  .contact-information ul li span svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 768px) {
  .contact-information ul li {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .contact-information ul li span svg {
    width: 45px;
    height: 45px;
  }

  .contact-information ul li p {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .contact-information ul {
    flex-direction: column;
    gap: 25px;
  }

  .contact-information ul li {
    display: grid;
    column-gap: 10px;
    row-gap: 0;
    grid-template-columns: 60px auto;
    grid-template-rows: 52px auto;
    padding-right: 0;
    padding-left: 0;
  }

  .contact-information ul li p {
    max-width: 100%;
  }
}

/* End Contact Information */

/* Social Links in Contact Information */
.contact-information .social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.contact-information .social-links a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid var(--green);
  border-radius: 25px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.contact-information .social-links a:hover {
  background-color: var(--green);
  color: white;
}

@media (max-width: 600px) {
  .contact-information .social-links {
    flex-direction: column;
    gap: 10px;
  }

  .contact-information .social-links a {
    text-align: center;
  }
}

/* Start FAQ and Contact */

.faq-contact {
  padding: 0 var(--sidePadding) 85px;
}
.faq-contact__wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.faq-contact__wrapper > section {
  width: 100%;
  max-width: 820px;
}

.faq h2 {
  color: var(--grayDark);
  text-align: left;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq__list > li {
  display: none;
  margin-bottom: 25px;
}
.faq__list > li:nth-child(-n + 6) {
  display: block;
}
.faq__list > li:last-of-type,
.faq__list > li.active,
.faq__list > li:nth-child(6) {
  margin-bottom: 0;
}

.faq__list > li .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: var(--textFontSizeM);
  line-height: 1.22;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray);
  cursor: pointer;
}

.faq__list > li .faq__question svg {
  --iconColor1: var(--gray);
  transition: 0.1s;
}

.faq__list > li.active .faq__question svg {
  transform: rotate(180deg);
}

.faq__answer > div {
  background: var(--grayLight);
  padding: 15px 25px;
  font-family: var(--tertiaryFont);
  text-align: justify;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: var(--textFontSizeS);
}

.faq__answer p {
  font-size: var(--textFontSizeS);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.faq__list > li.active .faq__answer {
  max-height: 500px;
}

.faq__answer li {
  list-style: initial;
  margin-left: 20px;
}

.contact {
  position: relative;
  padding: 65px 35px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1052px;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 99, 47, 1);
  z-index: -2;
  border-radius: 40px;
}

.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  border-radius: 40px;
}

.contact h2 {
  color: white;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.contact:has(.short-content) h2 {
  margin-bottom: 35px;
}
.contact__content {
  color: white;
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 35px;
}
.contact__content strong {
  font-weight: 600;
}
.contact__content.medium-content,
.contact__content.short-content {
  font-size: var(--textFontSizeM);
  text-align: center;
}
.contact__content.short-content {
  margin-bottom: 40px;
}

.contact .contact-form {
  width: 100%;
}
.wpcf7-not-valid-tip {
  font-size: calc(var(--textFontSizeS) - 3px);
  font-family: var(--secondaryFont);
  position: absolute;
  bottom: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.contact .contact-form form {
  width: 100%;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form input[type="tel"],
.contact .contact-form textarea {
  display: block;
  width: 100%;
  padding: 8px 15px;
  color: var(--gray);
  font-family: var(--tertiaryFont);
  font-weight: 600;
  font-size: 17px;
  outline: none;
  border: none;
  border-radius: 8px;
  background: white;
}
.contact .contact-form.loading input,
.contact .contact-form.loading textarea,
.contact .contact-form.loading .button--primary {
  opacity: 0.9;
  pointer-events: none;
}
.contact .contact-form.loading .button--primary {
  cursor: wait;
  background: var(--green);
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
  opacity: 0.6;
}

.contact .contact-form__group {
  display: flex;
  gap: 25px;
  margin: 20px 0;
  width: 100%;
}
.contact .contact-form__group input {
  margin-bottom: 0;
}

.contact .button--primary {
  padding: 15px 30px;
  width: 100%;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px #000000bf;
  border-bottom: 40px;
  border-radius: 7.5px;
  text-transform: uppercase;
}

.contact__info {
  padding: 15px 50px;
  background: var(--green3);
  color: white;
  font-size: var(--textFontSizeS);
  font-weight: 400;
  font-family: var(--secondaryFont);
  line-height: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: 35px;
  padding-bottom: 10px;
}

.contact__info > div:first-of-type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact__info > div:first-of-type p {
  font-family: var(--tertiaryFont);
  max-width: 440px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.contact__info > div:last-of-type {
  display: flex;
  gap: 20px;
  justify-content: center;
  white-space: nowrap;
}

.contact__info > div:last-of-type a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  color: white;
}

.contact__map {
  height: 236px;
  width: calc(100% + 70px);
  margin-left: -35px;
  overflow: hidden;
  position: relative;
}

.contact__map iframe {
  position: absolute;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block;
}
.form__response {
  margin-top: 15px;
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  text-align: center;
  width: 100%;
  font-weight: 600;
}
@media (max-width: 1240px) {
  .faq-contact__wrapper {
    gap: 50px;
  }

  .faq h2 {
    font-size: 36px;
  }
}

@media (max-width: 1020px) {
  .faq-contact__wrapper {
    gap: 30px;
  }

  .faq__list > li .faq__question {
    font-size: 18px;
  }

  .contact {
    padding: 40px 25px 0;
  }

  .contact__map {
    width: calc(100% + 50px);
    margin-left: -25px;
  }

  .contact__info {
    padding: 15px 25px;
  }
}

@media (max-width: 850px) {
  .faq-contact__wrapper {
    flex-direction: column-reverse;
    gap: 85px;
  }

  .faq-contact__wrapper > section {
    width: 100%;
  }

  .contact {
    height: auto;
    padding: 65px 35px 0;
  }

  .contact > p {
    max-width: initial;
  }

  .contact__info > div:first-of-type {
    justify-content: center;
  }

  .contact__map {
    width: calc(100% + 70px);
    margin-left: -35px;
  }
}

@media (max-width: 768px) {
  .faq-contact {
    padding: 50px var(--sidePadding) 75px;
  }
}
@media (max-width: 700px) {
  .contact {
    padding: 65px var(--sidePadding) 0;
  }

  .contact__form-group {
    flex-direction: column;
    gap: 20px;
  }

  .contact__info > div:last-of-type {
    gap: 25px;
  }

  .contact__info > div:first-of-type svg {
    width: 22px;
    height: 22px;
  }

  .contact__info > div:first-of-type p {
    max-width: calc(20vw + 260px);
  }

  .contact__map {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

@media (max-width: 600px) {
  .contact__map {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 460px) {
  .contact__info > div:last-of-type {
    flex-direction: column;
    align-items: center;
  }
}

/* End FAQ and Contact */
/* Start Footer */
.footer {
  background: var(--green);
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

.footer::before,
.footer::after {
  content: "";
  position: absolute;
  width: 641px;
  height: 641px;
  border-radius: 50%;
  pointer-events: none;
}

.footer::before {
  top: 0;
  left: 0;
  opacity: 0.6;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 10.3%,
    rgba(13, 28, 55, 0.3) 100%
  );
  transform: translate(-40%, -22%);
}

.footer::after {
  bottom: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.16) 10.3%,
    rgba(13, 28, 55, 0.3) 100%
  );
  opacity: 0.8;
  transform: translate(19%, 22%);
}

.footer__wrapper {
  padding: 100px var(--sidePadding) 50px;
  width: 100%;
  max-width: calc(var(--maxScreenWidth) + calc(var(--sidePadding) * 2));
  margin: 0 auto;
}

.footer__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 50px;
  margin-bottom: 70px;
  z-index: 1;
}

.footer__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  background: var(--green3);
  width: calc(100% + 100px);
  height: 100%;
  z-index: -1;
}

.footer__social {
  display: flex;
  align-items: center;
  font-family: var(--quaternaryFont);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  gap: 12px;
}

.footer__social > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer__social a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--greenLight);
  transition: 0.1s;
}

.footer__social a:hover {
  background: var(--green4);
}
.footer__social a svg {
  height: 20px;
  object-fit: contain;
}

.footer__middle {
  display: flex;
  justify-content: space-between;
}

.footer__middle strong {
  display: flex;
  align-items: center;
  position: relative;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  line-height: 1;
  padding-bottom: 33px;
  height: 80px;
  max-width: 240px;
}

.footer__middle strong::before,
.footer__middle strong::after {
  content: "";
  position: absolute;
  height: 5px;
  bottom: 0;
}

.footer__middle strong::before {
  left: 0;
  width: 10px;
  background: var(--greenDark);
}

.footer__middle strong::after {
  left: 10px;
  width: 50px;
  background: var(--green3);
}

.footer__middle ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 42px;
}

.footer__middle ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 18px;
  font-family: var(--quaternaryFont);
  font-weight: 400;
  font-size: 16px;
}

.footer__middle ul li a {
  color: white;
}

.footer__services ul li::before,
.footer__plagues ul li::before {
  content: "-";
}

.footer__services ul li a,
.footer__plagues ul li a {
  font-weight: 400;
}

.footer__contact ul li {
  gap: 30px;
}

.footer__contact ul li > span {
  width: 57px;
  height: 57px;
  background: var(--green3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer__contact ul li div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--quaternaryFont);
}

.footer__contact ul li div span {
  font-weight: 500;
  font-size: var(--textFontSizeS);
  line-height: 1;
}

.footer__contact ul li div a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.footer__contact .footer__contact-adress b {
  font-size: var(--textFontSizeM);
  max-width: 220px;
  line-height: 1.2;
}
.footer__contact .footer__contact-email a {
  font-size: calc(var(--textFontSizeM) - 3px);
}
.footer__bottom {
  background: var(--green3);
  text-align: center;
  font-family: var(--quaternaryFont);
  font-weight: 400;
  font-size: var(--textFontSizeS);
  line-height: 39px;
  padding: 10px var(--sidePadding);
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .footer::before,
  .footer::after {
    width: calc(370px + 20vw);
    height: calc(370px + 20vw);
  }

  .footer::after {
    transform: translate(48%, 19%);
  }
}
@media (max-width: 1120px) {
  .footer__middle {
    display: grid;
    row-gap: 85px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .footer__contact ul li {
    gap: 15px;
  }

  .footer__contact ul li > span {
    width: 50px;
    height: 50px;
  }

  .footer__contact ul li div a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .footer__middle {
    gap: 50px;
  }

  .footer__contact ul li {
    gap: 25px;
  }

  .footer__contact ul li > span {
    min-width: 70px;
    min-height: 70px;
  }

  .footer__contact ul li > span svg {
    width: 24px;
    height: 24px;
  }

  .footer__contact ul li div a {
    font-size: 26px;
  }
}

@media (max-width: 750px) {
  .footer__top {
    flex-direction: column;
  }

  .footer__social {
    flex-direction: column;
    gap: 20px;
  }

  .footer__social a {
    width: 60px;
    height: 60px;
  }

  .footer__social a svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 680px) {
  .footer__middle {
    grid-template-columns: 1fr;
  }
  .footer__top {
    padding: 40px 0;
  }

  .footer__middle ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__contact {
    order: 9;
  }
  .footer__contact ul li {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .footer__middle ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Start Treatments */

.service-treatments {
  padding: 100px var(--sidePadding);
  position: relative;
}
.other-service-treatments{
  margin-bottom: 85px;
}
.service-treatments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(12, 99, 47, 1);
}

.service-treatments::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  z-index: -1;
}

.service-treatments > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0.2;
}

.service-treatments__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  color: white;
}

.service-treatments h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  margin: 0 auto 42px;
  line-height: 1;
  max-width: 699px;
}

.service-treatments__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeM);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 55px;
  text-align: justify;
}

.service-treatments ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(var(--sidePadding) - 10px);
  row-gap: 85px;
}

.service-treatments ul li {
  display: flex;
}
.service-treatments ul li.hidden-content {
  display: none;
}
.service-treatments ul li article {
  width: 100%;
}

.service-treatments ul li article {
  display: flex;
  flex-direction: column;
}

.service-treatments ul li header {
  display: flex;
  align-items: center;
  padding: 0 15px 10px;
  gap: 10px;
}

.service-treatment__list-item-icon {
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  object-fit: contain;
  --iconColor1: var(--green3);
}

.service-treatment__list-item-button {
  position: relative;
  --iconColor1: var(--green3);
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: none;
  outline: none;
}
.service-treatment__list-item-button svg {
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
}

.service-treatments ul li header h3 {
  text-align: center;
  width: 100%;
  height: 87px;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-treatments ul li header a {
  text-transform: uppercase;
  font-size: calc(var(--textFontSizeM) + 4px);
  font-family: var(--tertiaryFont);
  letter-spacing: 1px;
  color: var(--greenLight);
  line-height: 1.2;
  font-weight: bold;
  display: -webkit-box; /* For legacy WebKit compatibility */
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
  overflow: hidden; /* Hide overflowing content */
}

.service-treatment__list-item-content {
  flex-grow: 1;
  background: white;
}
.service-treatment__list-item-content > div {
  padding: 20px 15px;
  padding-bottom: 0;
  letter-spacing: 1px;
  font-size: var(--textFontSizeS);
  line-height: 25px;
  text-align: justify;
  font-family: var(--tertiaryFont);
  color: var(--purpleXEL);
}
.service-treatments ul li footer {
  background: white;
  padding: 20px 15px;
  transform: translateY(-2px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
}

.service-treatments ul li footer button {
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 1540px) {
  .service-treatment__list-item-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }
}

@media (max-width: 1280px) {
  .service-treatments ul li header h3 a {
    font-size: calc(var(--textFontSizeM) + 1px);
  }
}
@media (max-width: 1080px) {
  .service-treatment__list-item-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
@media (max-width: 980px) {
  .service-treatments ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 75px;
  }
  .service-treatments ul li.hidden-content.even-item {
    display: flex;
  }
}

@media (max-width: 768px) {
  
  .service-treatments {
    padding: 50px var(--sidePadding);
  }

  .other-service-treatments{
    margin-bottom: 50px;
  }

  .service-treatments ul li header {
    height: 72px;
    min-height: 72px;
  }

}
@media (max-width: 700px) {
  .service-treatment__list-item-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
  }
}

@media (max-width: 650px) {
  .service-treatment__list-item-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
  .service-treatments ul li header {
    height: auto;
    min-height: initial;
    gap: 10px;
  }
  .service-treatments ul li header h3 a {
    font-size: calc(var(--textFontSizeM) - 2px);
  }
}

@media (max-width: 590px) {
  .service-treatments ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-treatment__list-item-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }
  .service-treatments ul li header {
    height: auto;
    min-height: initial;
    gap: 15px;
  }
  .service-treatments ul li header h3 a {
    font-size: calc(var(--textFontSizeM) + 4px);
  }
  .service-treatments ul li.hidden-content {
    display: flex;
  }
}

@media (max-width: 380px) {
  .service-treatment__list-item-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .service-treatments ul li header a {
    font-size: var(--textFontSizeM);
  }
}

/* End Treatments */

/* Start Other Plague Help */

.other-plague-help {
  padding: 105px var(--sidePadding) 135px;
  position: relative;
  height: 605px;
}

.other-plague-help > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
  z-index: -2;
}

.other-plague-help::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4f4e4e;
  z-index: -3;
}

.other-plague-help__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  text-align: center;
}

.other-plague-help__wrapper h2 {
  font-size: var(--textFontSizeL);
  max-width: 460px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1;
  text-transform: uppercase;
}
.page-template-page-about .other-plague-help__wrapper h2 {
  max-width: 700px;
}
.other-plague-help__content {
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  max-width: 650px;
  margin: 0 auto;
}

.other-plague-help .button--primary {
  margin-top: 85px;
  text-transform: uppercase;
}

/* End Other Plague Help */

/* Start Individual Pest Types */
.individual-pest-types {
  padding: 100px var(--sidePadding);
  position: relative;
}

.individual-pest-types::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(12, 99, 47, 1);
}

.individual-pest-types::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    rgba(203, 213, 11, 0.2) 34.13%,
    rgba(12, 99, 47, 0.2) 100%
  );
  z-index: -1;
}

.individual-pest-types > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0.2;
}

.individual-pest-types__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.individual-pest-types__wrapper h2 {
  color: white;
  font-size: var(--textFontSizeL);
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 699px;
}

.individual-pest-types__content {
  color: white;
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  margin-bottom: 50px;
  text-align: justify;
}

.individual-pest-types__content strong {
  font-weight: 500;
}

.individual-pest-types__content--bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.individual-pest-types__list {
  display: flex;
  gap: 5.79vw;
}

.individual-pest-types__list li {
  width: 100%;
}

.individual-pest-type__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.individual-pest-types__list li img {
  border-radius: 250px 250px 0 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  background: white;
}

.individual-pest-type__body {
  background: var(--green3);
  padding: 25px;
  padding-bottom: 40px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  flex-grow: 1;
}

.individual-pest-type__body h3 {
  color: white;
  font-size: var(--textFontSizeM);
  font-family: var(--secondaryFont);
  font-weight: 600;
  margin-bottom: 15px;
}

.individual-pest-type__content {
  color: white;
  font-size: var(--textFontSizeS);
  font-family: var(--secondaryFont);
  text-align: justify;
  line-height: 1.5;
  height: 210px;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.individual-pest-type__content::-webkit-scrollbar {
  display: none;
}

.individual-pest-type__content strong {
  font-weight: 700;
}

@media (max-width: 1240px) {
  .individual-pest-types__list {
    gap: 4vw;
    row-gap: 50px;
  }
}

@media (max-width: 1050px) {
  .individual-pest-types__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .individual-pest-types__list li {
    width: 45%;
  }
}

@media (max-width: 750px) {
  .individual-pest-types__list li {
    width: 100%;
    max-width: 400px;
  }
  .individual-pest-type__content {
    height: auto !important;
  }
}

/* End Individual Pest Types */

/* GLOBAL STYLES */

/* Plagues Background */
.plagues-bg {
  position: relative;
}

.plagues-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/fondo_plagas.webp);
  mask-size: 465px 440px;
  mask-position: 0 0;
  mask-repeat: repeat;
  background: var(--grayDark);
  z-index: -1;
  opacity: 0.08;
}

/* Hiden Element */
.hidden-content {
  display: none;
}

/* COMPONENTS */

/* Start Callout Card - Component */

.callout-card {
  width: 100%;
  height: 100%;
  box-shadow: 0px 8px 25px 9px #97979733;
  padding: 60px var(--sidePadding) 45px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  background: white;
}

.callout-card__badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  box-shadow: 0px 4px 35px 0px #97979780;
  border-radius: 15px;
}

.callout-card__icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  --iconColor1: var(--green3);
}

.callout-card__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.callout-card__badge::after {
  content: "";
  background: white;
  transform: skewX(14deg);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: -10px;
  top: 0;
}

.callout-card__badge::before {
  content: "";
  position: absolute;
  background: white;
  left: 10px;
  top: 0;
  border-radius: 15px;
  transform: skewX(-14deg);
  width: 100%;
  height: 100%;
}

.callout-card__topper {
  height: 10px;
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
  top: -5px;
  z-index: 1;
  border-radius: 5px;
  background: white;
  box-shadow: 0px 4px 8px -1px #0000001a;
}

.endotherapy-treatments .callout-card__title {
  font-size: 24px;
}

.callout-card__title {
  font-size: var(--textFontSizeL);
  font-weight: 700;
  color: var(--green);
  margin: 0 auto 10px;
  line-height: 1;
  max-width: 220px;
}

.callout-card__content {
  font-size: var(--textFontSizeS);
  font-weight: 400;
  color: var(--grayDark);
  font-family: var(--secondaryFont);
}
.callout-card__content > div {
  padding-bottom: 10px;
}

.callout-card__content strong {
  font-weight: 700;
}

.callout-card__btn {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 0;
  left: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: var(--green3);
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
.callout-card__btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-card__btn span::before {
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  content: "";
}
.callout-card__btn span::after {
  height: 2px;
  width: 10px;
  background: white;
  position: absolute;
  content: "";
}
.callout-card.active .callout-card__btn span::before {
  height: 2px;
}
@media (max-width: 768px) {
  .callout-card {
    padding: 50px calc(var(--sidePadding) - 5px) 40px;
  }
  .callout-card__title {
    font-size: var(--textFontSizeM);
  }
  .callout-card__icon {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 568px) {
  .callout-card__title {
    font-size: var(--textFontSizeM);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .callout-card__badge {
    width: 60px;
    height: 60px;
  }
}

/* End Callout Card - Component */

/* Start Pests Section */
.pests__wrapper {
  max-width: 838px;
  margin: 0 auto;
}
.pests__wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 37px;
  row-gap: 20px;
}
.pests__wrapper ul li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
  background: white;
}
/* End Pests Section */

/* Start Plagues Slider - Component */
.plagues-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  overflow: initial;
  max-width: 1920px;
}

.plagues-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 17.36vw;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.plagues-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 17.36vw;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

/* Plague card - base styles */
.plagues-slider .splide__slide {
  padding: 0 17px;
}

.plague-card {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  background: #eeeeee;
  z-index: 1;
  transition: 0.1s;
}

.splide__track {
  padding: 40px 0;
}

.splide__slide {
  position: relative;
  min-width: 260px;
}
.splide__slide.is-active {
  position: relative;
  z-index: 2;
}
.splide__slide.is-active .plague-card {
  box-shadow: 15px 0px 17px 0px #00000040, -15px 0px 17px 0px #00000040;
  transform: scale(1.1);
}

.plague-card__header {
  background: var(--grayDark);
  padding: 0 5px;
  height: 74px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.plague-card__category {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: var(--textFontSizeL);
  line-height: 1;
  display: block;
}

.splide__slide[data-type="mosquitoes"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 2px);
}
.splide__slide[data-type="rodent"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="cockroach"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="bedbug"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="ants"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
  padding: 0 4px;
}
.splide__slide[data-type="flies"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="fleas"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="ticks"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="wasps"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="elm-leaf-beetle"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="red-palm-weevil"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="processionary"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 2px);
}
.splide__slide[data-type="termites"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
}
.splide__slide[data-type="woodworm"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
  padding: 0 5px;
}
.splide__slide[data-type="birds"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 4px);
  padding: 0 10px;
}
.splide__slide[data-type="aphids"] .plague-card__category {
  font-size: calc(var(--textFontSizeM) + 3px);
}

.plague-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 200px;
}

.plague-card__media img {
  filter: drop-shadow(0px 6px 4.2px #00000040);
}

.splide__slide[data-type="rodent"] .plague-card__media img {
  height: 190px;
}

.splide__slide[data-type="cockroach"] .plague-card__media img {
  height: 244px;
  margin-top: 60px;
}
.splide__slide[data-type="bedbug"] .plague-card__media img {
  height: 168px;
  transform: translateY(2px);
}
.splide__slide[data-type="ants"] .plague-card__media img {
  height: 168px;
  transform: translateY(3px);
}
.splide__slide[data-type="fleas"] .plague-card__media img {
  height: 205px;
  transform: translateY(22px);
}
.splide__slide[data-type="elm-leaf-beetle"] .plague-card__media img {
  height: 199px;
  transform: translateY(-11px);
}
.splide__slide[data-type="ticks"] .plague-card__media img {
  height: 181px;
  transform: translateY(9.5px) translateX(8.5px);
}
.splide__slide[data-type="wasps"] .plague-card__media img {
  height: 171px;
  transform: translateY(2px);
}

.splide__slide[data-type="mosquitoes"] .plague-card__media img {
  height: 202px;
  margin-bottom: 12px;
}

.splide__slide[data-type="flies"] .plague-card__media img {
  transform: translateY(3px) translateX(-3px);
  height: 168px;
}

.splide__slide[data-type="aphids"] .plague-card__media img {
  height: 197px;
  margin-bottom: 10px;
}

.splide__slide[data-type="termites"] .plague-card__media img {
  height: 189px;
  margin-top: 3px;
}
.splide__slide[data-type="woodworm"] .plague-card__media img {
  transform: translateY(-4px);
  height: 191px;
}
.splide__slide[data-type="processionary"] .plague-card__media img {
  transform: translateY(5.5px);
  height: 172.5px;
}
.splide__slide[data-type="red-palm-weevil"] .plague-card__media img {
  transform: translateY(3px);
  height: 168.5px;
}

.splide__slide[data-type="birds"] .plague-card__media img {
  height: 178px;
  margin-top: 8px;
}

.plagues-slider .splide__arrow {
  width: calc(31px + 1.79vw);
  height: calc(31px + 1.79vw);
  background: var(--green3);
  opacity: 1;
  z-index: 2;
}

.plagues-slider .splide__arrow:hover {
  background: var(--green);
}

.plagues-slider .splide__arrow:hover svg {
  fill: white;
}

.plagues-slider .splide__arrow--prev {
  left: 4.63vw;
}

.plagues-slider .splide__arrow--next {
  right: 4.63vw;
}

.plague-card__body {
  display: none;
}

.plague-card__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 10px 20px 30px;
  background: #fff;
  width: 100%;
}

.plague-card__footer p {
  height: 75px;
  text-align: center;
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  color: var(--purpleXEL);
  font-weight: 400;
}

.plague-card__more {
  width: 33px;
  height: 33px;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  background: var(--grayDark);
  color: var(--greenLight);
  border: none;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.plague-card__more:hover {
  background: var(--green);
}

.plague-card__more span {
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 1700px) {
  .plague-card {
    --textFontSizeM: 17px;
  }
}
@media (max-width: 1512px) {
  .plague-card {
    --textFontSizeM: 14px;
  }
}
@media (max-width: 1110px) {
  .plague-card {
    --textFontSizeM: 12px;
  }
}

@media (max-width: 1400px) {
  ard__category {
    font-size: calc(var(--textFontSizeM) - 2px);
    padding: 0 10px;
  }

  .plagues-slider .splide__slide {
    padding: 0 10px;
  }
}

@media (max-width: 1280px) {
  .plague-card__category {
    font-size: calc(var(--textFontSizeM) - 4px);
    padding: 0 5px;
  }

  .plagues-slider .splide__slide {
    padding: 0 10px;
  }
}

@media (max-width: 980px) {
  .plague-card__category {
    font-size: var(--textFontSizeM);
  }

  .plagues-slider .splide__arrow--prev {
    left: 2.5vw;
  }

  .plagues-slider .splide__arrow--next {
    right: 2.5vw;
  }
}

@media (max-width: 500px) {
  .splide__slide[data-type="rodent"] .plague-card__media img {
    height: 170px;
  }

  .splide__slide[data-type="cockroach"] .plague-card__media img {
    margin-top: 50px;
    height: 213px;
  }
  .splide__slide[data-type="bedbug"] .plague-card__media img {
    height: 154px;
    transform: translateY(2px);
  }
  .splide__slide[data-type="ants"] .plague-card__media img {
    height: 168px;
    transform: translateY(3px);
  }
  .splide__slide[data-type="fleas"] .plague-card__media img {
    height: 189px;
    transform: translateY(19px);
  }
  .splide__slide[data-type="elm-leaf-beetle"] .plague-card__media img {
    height: 199px;
    transform: translateY(-11px);
  }
  .splide__slide[data-type="ticks"] .plague-card__media img {
    height: 172px;
  }
  .splide__slide[data-type="wasps"] .plague-card__media img {
    height: 171px;
    transform: translateY(2px);
  }

  .splide__slide[data-type="mosquitoes"] .plague-card__media img {
    height: 202px;
    margin-bottom: 12px;
  }

  .splide__slide[data-type="flies"] .plague-card__media img {
    transform: translateY(3px) translateX(-3px);
    height: 168px;
  }

  .splide__slide[data-type="aphids"] .plague-card__media img {
    height: 197px;
    margin-bottom: 10px;
  }

  .splide__slide[data-type="termites"] .plague-card__media img {
    height: 170px;
  }
  .splide__slide[data-type="woodworm"] .plague-card__media img {
    transform: translateY(-4px);
    height: 191px;
  }
  .splide__slide[data-type="processionary"] .plague-card__media img {
    transform: translateY(5.5px);
    height: 172.5px;
  }
  .splide__slide[data-type="red-palm-weevil"] .plague-card__media img {
    transform: translateY(3px);
    height: 168.5px;
  }

  .splide__slide[data-type="birds"] .plague-card__media img {
    height: 148px;
    margin-right: -8px;
  }

  .plague-card__footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* End Plagues Slider - Component */

/* Start Button - Component */
.button--primary {
  background: var(--green3);
  color: white;
  font-size: var(--textFontSizeM);
  font-weight: 600;
  font-family: var(--secondaryFont);
  padding: 15px 30px;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.button--primary:hover {
  background: var(--green);
  color: white;
}
.has-arrow {
  position: relative;
}
.has-arrow::after {
  display: block;
  content: "";
  width: 17.5px;
  height: 17.5px;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  background: white;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMTBIMTguNzVNMTguNzUgMTBMMTAgMS4yNU0xOC43NSAxMEwxMCAxOC43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.has-left-arrow{
  flex-direction: row-reverse;
}
.has-left-arrow::after {
  transform: scaleX(-1);
}
.has-top-arrow::after {
  rotate: -90deg;
}

.button--primary.button--primary-with-phone span {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--primary.button--primary-with-phone {
  padding: 5px 14px 5px 6.5px;
}

@media (max-width: 400px) {
  .button--primary {
    font-size: calc(var(--textFontSizeM) - 2px);
  }
}
/* General Toggle Classes */
.pc-toggle-item {
  transition: all 0.3s ease;
}

.pc-toggle-item .pc-toggle-body {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: 0.3s ease;
}

.pc-toggle-item.active .pc-toggle-body {
  max-height: 100%;
}

.pc-toggle-trigger {
  cursor: pointer;
  transition: all 0.2s ease;
}

.pc-toggle-trigger svg {
  transition: transform 0.2s ease;
}

.pc-toggle-item.active .pc-toggle-trigger svg {
  transform: rotate(45deg);
}

.down-arrow {
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjAwMDcgMi4zMzMzN1YyNS42NjY3TTE0LjAwMDcgMjUuNjY2N0wyNS42NjczIDE0TTE0LjAwMDcgMjUuNjY2N0wyLjMzMzk4IDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: white;
  transition: 0.3s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.fixed-scroll-button {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  bottom: 25px;
  right: var(--sidePadding);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green3);
  z-index: 1111;
  border: none;
  outline: none;
  box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.16);
}
.fixed-scroll-button.has-top-arrow::after {
  width: 26px;
  height: 26px;
}

@media (max-width: 768px) {
  .fixed-scroll-button {
    bottom: 10px;
    width: 60px;
    height: 60px;
  }
  .fixed-scroll-button.has-top-arrow::after {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 420px) {
  .fixed-scroll-button {
    bottom: 5px;
    width: 42px;
    height: 42px;
  }
  .fixed-scroll-button.has-top-arrow::after {
    width: 16px;
    height: 16px;
  }
}