/* Start Hero */
.post-template-pest-cockroaches h1 {
  max-width: 754px;
}
.post-template-pest-cockroaches .hero__content {
  max-width: 523px;
}
.hero-image--cockroach {
  width: 115.74vw;
  height: 82.41vw;
  bottom: -17.48vw;
  right: -11.92vw;
}

@media (orientation: portrait), (max-width: 768px), (max-height: 460px) {
  .post-template-pest-cockroaches .hero.hero--secondary {
    padding-top: calc(5.5vw + 75px);
    padding-bottom: 0;
  }
  .post-template-pest-cockroaches .hero.hero--secondary h1 {
    margin-bottom: 25px;
  }
  .hero-image--cockroach {
    width: 261.54vw;
    height: auto;
    max-width: 1400px;
    margin-top: -270px;
    margin-bottom: -22vw;
    margin-right: calc(21.8vw + 105px);
  }
}

@media (max-width: 880px) {
  .hero__wrapper > span {
    font-size: calc(38px + 3.8vw);
  }
}

@media (orientation: landscape) and (max-height: 768px) and (min-height: 520px) {
  .hero__wrapper > span {
    display: block;
  }
}

@media (max-width: 440px) {
  .post-template-pest-cockroaches .hero.hero--secondary h1 {
    max-width: 320px;
  }
  .hero__wrapper > span {
    font-size: calc(34px + 3.4vw);
    margin-bottom: 15px;
  }
}
/* End Hero */

.post-template-pest-cockroaches .individual-pest-type__content{
  height: 160px;
}

/* Start Sectors */

.sectors {
  padding: 0 var(--sidePadding) 50px;
}

.sectors__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
  padding: 52px var(--sidePadding) 44px;
  position: relative;
}

.sectors__wrapper::before,
.sectors__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 1px);
  height: 100%;
  background: var(--green3);
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sectors__wrapper::before {
  left: 0;
}

.sectors__wrapper::after {
  right: 0;
}

.sectors__title {
  font-size: var(--textFontSizeL);
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.sectors__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  text-align: justify;
  margin-bottom: 35px;
}

.sectors__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  column-gap: calc(var(--sidePadding) + 1.16vw);
  row-gap: 15px;
}

.sectors__list li {
  width: calc(50% - calc((var(--sidePadding) + 1.16vw) / 2));
  display: flex;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 25px 0 6px;
  gap: 15px;
}
.sectors__list li.hidden-content {
  display: none;
}
.sectors__list li > span {
  width: 48px;
  height: 48px;
}

.sectors__list li > span svg {
  --iconColor1: var(--green);
  width: 100%;
  height: 100%;
}

.sectors__item-content {
  width: calc(100% - 63px);
}

.sectors__item-content h3 {
  font-size: var(--textFontSizeM);
  color: var(--grayDark);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--secondaryFont);
  margin-bottom: 5px;
}

.sectors__item-content p {
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  text-align: justify;
  min-height: 40px;
}

@media (max-width: 880px) {
  .sectors{
    padding-bottom: 25px;
  }
  .sectors__wrapper::before,
  .sectors__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% + 1px);
    height: 100%;
    background: var(--green3);
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .sectors__wrapper::before {
    left: 0;
    border-bottom-right-radius: 0;
  }

  .sectors__wrapper::after {
    border-bottom-left-radius: 0;
    right: 0;
  }

  .sectors__wrapper ul {
    flex-direction: column;
  }

  .sectors__wrapper ul li {
    width: 100%;
  }
}

/* End Sectors */

/* Start Disinfection Critical Zones */

.disinfection-critical-zones {
  padding: 50px var(--sidePadding) 100px;
}

.disinfection-critical-zones__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}

.disinfection-critical-zones h2 {
  text-align: center;
  text-transform: uppercase;
  max-width: 825px;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  margin: 0 auto 30px;
  color: var(--grayDark);
}

.disinfection-critical-zones__content {
  font-family: var(--secondaryFont);
  color: var(--grayDark);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  margin-bottom: 25px;
  max-width: 1320px;
  text-align: justify;
}

.disinfection-critical-zones__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 15px;
  margin: 20px 0;
}

.disinfection-critical-zones__content ul li {
  display: flex;
  align-items: center;
  font-family: Barlow;
  text-align: left;
  gap: 15px;
  font-size: var(--textFontSizeM);
  font-weight: 600;
}

.disinfection-critical-zones__content ul li strong {
  font-weight: 600;
}

.disinfection-critical-zones__content:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .disinfection-critical-zones__content ul {
    grid-template-columns: 1fr;
  }

  .sectors__list li.hidden-content {
    display: flex;
  }
}
/* End Disinfection Critical Zones */

/* Start Cockroach Certified Company */
.certified-company {
  color: white;
  padding: 85px var(--sidePadding);
  background: var(--greenDark);
}
.certified-company__wrapper {
  max-width: var(--maxScreenWidth);
  margin: 0 auto;
}
.certified-company__title {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--textFontSizeL);
  font-weight: 400;
  max-width: 666px;
  margin: 0 auto 35px;
}
.certified-company__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.21vw;
}
.certified-company__content {
  font-family: var(--secondaryFont);
  font-size: var(--textFontSizeS);
  font-weight: 400;
  text-align: justify;
}
.certified-company__content ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.certified-company__content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 545px;
}
.certified-company__content ul li::before {
  background: var(--green3);
}
.certified-company__image {
  width: 100%;
  height: 100%;
  max-width: 435px;
}
.certified-company__image img {
  width: 100%;
}
@media (max-width: 840px) {
  .certified-company__container {
    flex-direction: column;
  }
}
/* End Cockroach Certified Company */

.post-template-pest-cockroaches .process-steps{
  padding-bottom: 50px;
}
.post-template-pest-cockroaches .process-steps__wrapper h2 {
  max-width: 699px;
}

.post-template-pest-cockroaches .image-with-accordion-list {
  height: calc(1150px - 11vw);
}
.post-template-pest-cockroaches .feedback__slider h2 {
  max-width: 1100px;
}
