.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.container {
  background-color: #272727;
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.link {
  color: #fff;
  background-color: #6f67670a;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.link:hover {
  color: #fff;
  background-color: #6f67670a;
}

.commercial {
  color: #f8f8ff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.commercial.w--current {
  background-color: #b24b2600;
  font-family: Montserrat, sans-serif;
}

.commercial.font-black-color {
  color: #6f737c;
}

.commercial.font-black-color:hover {
  color: #b25e40;
}

.link-3 {
  color: #f8f8ff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.sol-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.nav-button {
  color: #fff;
  text-align: center;
  background-color: #010026;
  border-radius: 99px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 30px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: all .35s;
}

.nav-button:hover {
  background-color: #2272bd;
}

.button-text {
  z-index: 1;
  opacity: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  overflow: hidden;
}

.nav-button-icon {
  z-index: 99;
  width: 25px;
  height: 25px;
  position: absolute;
}

.grid-box {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.solution-main-box {
  background-color: #f8f8ff;
  border-radius: 10px;
  padding: 40px 40px 50px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 5px 1px #0000001a;
}

.brand {
  flex: none;
  width: 180px;
  max-width: 180px;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.nav-open-box {
  display: flex;
}

.dropdown-toggle {
  color: #b24b26;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.dropdown-toggle.w--open {
  color: #f47d77;
  background-color: #6f67670a;
}

.platform-dropdown-open.w--open {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
  left: -493px;
}

.platform-dropdown-open.v2 {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 2px 5px 1px #0000001a;
}

.nav-links-box {
  align-items: center;
  display: flex;
}

.solution-icon {
  width: 40px;
  height: 40px;
}

.resource-grad-box {
  margin-top: 40px;
}

.help-resources {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px 1px #0000001a;
}

.help-resources:hover {
  box-shadow: 0 2px 5px 4px #0000001a;
}

.resources-box-v2 {
  background-color: #fafbfc;
  width: 35%;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.icon-box {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.nav-button-box {
  grid-column-gap: 20px;
  text-align: center;
  align-items: stretch;
  display: flex;
}

.nav-button-box.mobile {
  display: none;
}

.platform-dropdown-sol.w--open {
  background-color: #0000;
  border-radius: 10px;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: block;
  left: -580px;
}

.features-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 36px;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  color: #f47d77;
  align-items: center;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block:hover {
  grid-column-gap: 25px;
}

.platform-link {
  grid-column-gap: 15px;
  border-radius: 5px;
  align-items: center;
  width: 95%;
  margin-top: 5px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.platform-link:hover {
  background-color: #6f67670a;
}

.platform-link.resources {
  grid-column-gap: 10px;
  border: 1px solid #c2bfbf;
  align-items: center;
  width: auto;
  min-height: 100px;
}

.platform-link.sol {
  grid-column-gap: 10px;
  border: 1px solid #c2bfbf;
  align-items: flex-start;
  width: 23%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.platform-link.v2 {
  grid-column-gap: 5px;
  width: 100%;
}

.platform-link-icon-box {
  background-color: #f2f1f9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 47px;
  padding: 3px 2px;
  display: flex;
}

.platform-link-icon-box.red {
  background-color: #fff2f2;
}

.platform-link-icon-box.green {
  background-color: #3bc84933;
}

.platform-link-icon-box.orange {
  background-color: #f7985233;
}

.platform-link-icons-box {
  margin-top: 30px;
}

.nav-button-help {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px 15px;
  text-decoration: none;
  transition: border-radius .45s cubic-bezier(0, -.935, 1, 2.141);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.nav-button-help:hover {
  border-radius: 40px;
}

.data-box {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.color-dot {
  background-color: #f47d77;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.color-dot.p {
  background-color: #f0629a;
}

.color-dot.w {
  background-color: #e1dbff;
}

.color-dot.o {
  background-color: #f79852;
}

.pricing {
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.pricing:hover {
  background-color: #6f67670a;
}

.platform-dropdown-open-inner-box {
  width: 50%;
  padding: 30px 20px 30px 40px;
}

.nav-link-2 {
  color: #b24b26;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #f47d77;
}

.nav-link-2.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(220deg, #f0629a, #f79852 80%);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-2.mbl {
  display: none;
}

.platform-dropdown-resources.w--open {
  background-color: #0000;
  border-radius: 10px;
  width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
  left: -335px;
}

.platform-dropdown-resources.v2 {
  background-color: #fff;
  border-radius: 10px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px 1px #0000001a;
}

.platform-wrap-box {
  margin-top: 30px;
  margin-left: -15px;
}

.platform-wrap-box.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0003;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.dropdown-text {
  color: #3c3c3c;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.dropdown-text.v2 {
  color: #7e828c;
}

.dropdown-text.mobile-hide {
  display: none;
}

.dropdown-text.regular-font {
  color: #7e828c;
  margin-bottom: 0;
  font-weight: 400;
}

.help-resources-v2 {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resources-box {
  width: 65%;
  padding: 35px 60px 30px;
}

.dropdown {
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown:hover {
  color: #f47d77;
  background-color: #6f67670a;
}

.res-card {
  text-align: center;
  border: 1px solid #c2bfbf;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.res-card:hover {
  background-color: #6f67670a;
}

.platform-box-v2 {
  background-color: #fafbfc;
  flex-direction: column;
  width: 60%;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 40px;
}

.solution-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #c2bfbf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 140px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.solution-card:hover {
  border-color: #b24b26;
}

.sol-box-v2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navbar {
  background-color: #f8f8ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.image {
  max-width: 70%;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.dropdown-toggle-2 {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-2.w--open {
  color: #b24b26;
  background-color: #6f67670a;
}

.platform-dropdown-open-2.w--open {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  left: -286px;
}

.platform-dropdown-open-2.v2 {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 2px 5px 1px #0000001a;
}

.nav-links-box-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.platform-dropdown-sol-2.w--open {
  background-color: #0000;
  border-radius: 10px;
  width: 95vw;
  display: block;
  position: fixed;
  left: .31px;
}

.pricing-2 {
  border-radius: 5px;
  display: inline-block;
}

.pricing-2:hover {
  background-color: #6f67670a;
}

.nav-link-3 {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.nav-link-3:hover {
  color: #b24b26;
}

.nav-link-3.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.nav-link-3.mbl {
  display: none;
}

.nav-container-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-2 {
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.dropdown-2:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.navbar-2 {
  color: #f8f8ff;
  background-color: #f8f8ff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.logo-big-block---t3 {
  background-color: #f8f8f8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100px;
  display: flex;
}

.navbar-wrapper---t3 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-regular---t3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link---t3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.topbar-and-nav-block---t3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.topbar-contact-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.detail-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #7b8280;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-icon-border---t3 {
  background-color: #ddd;
  width: 1px;
  height: 40px;
}

.top-bar-block---t3 {
  justify-content: flex-end;
  align-items: center;
  min-height: 34px;
  display: flex;
}

.navbar-no-shadow---t3 {
  background-color: #fff;
  border-top: 1px solid #0003;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-brand---t3 {
  display: none;
}

.topbar-3-main-block---t3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 0 0 1px #0003, 4px 4px 14px #0003;
}

.dropdown-list---t3 {
  padding: 28px;
}

.dropdown-list---t3.w--open {
  background-color: #0a66c2;
  padding: 20px;
  display: flex;
  top: 70%;
  left: -50px;
}

.logo-text {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.topbar-text---t3 {
  color: #1d262d;
  font-size: 13px;
}

.nav-link---t3 {
  color: #1d262d;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 0;
  padding: 22.5px 0;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.icon---t3 {
  margin-right: 0;
}

.topbar---t3 {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.nav-logo.topbar-02 {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  max-width: 40%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-icon---t3 {
  color: #1d262d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.nav-menu---t3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle---t3 {
  text-transform: uppercase;
  padding: 22.5px 30px 22.5px 0;
  transition: color .3s;
}

.topbar-btn {
  color: #1d262d;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #1d262d;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.topbar-btn:active {
  background-color: #43464d;
}

.container---t3 {
  max-width: 1140px;
}

.topbar-main-block {
  z-index: 2;
  background-image: url('../images/Hero-Slider_1Hero Slider.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.topbar-main-block._01 {
  background-image: none;
  max-width: none;
  height: auto;
  overflow: visible;
}

.navbar-no-shadow-container---t03 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block-res---t3 {
  display: none;
}

.contact-text---t3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d262d;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.search-icon-block---t3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-menu-wrapper---t3 {
  display: flex;
}

.image-2 {
  max-width: 75%;
}

.container-2 {
  max-width: none;
}

.slider {
  cursor: grab;
  height: 550px;
}

.section {
  width: 100%;
  max-width: 100%;
}

.container-3 {
  max-width: none;
  padding-left: 40px;
  padding-right: 20px;
}

.slide {
  background-color: #c5c5c5;
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/many-cockroaches-entering-house-door-insects-invading-house-through-crack-door.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-color: #6e6f71;
}

.slide-3 {
  background-color: #b24b26;
}

.slide-4 {
  background-color: #6e6f71;
}

.slide-5 {
  background-color: #b24b26;
}

.slide-6 {
  background-color: #6e6f71;
}

.field-wrapper {
  flex: 1;
}

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

.text-aign.text-color {
  color: #3c3c3c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-aign.text-color.font {
  text-align: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-aign.text-color.font-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.success-message {
  background-color: #f8f8ff;
}

.label {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #fff;
  letter-spacing: 2px;
  background-color: #e67e22;
  padding: 9px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-6 {
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
}

.container-8 {
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 0;
}

.fields {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields:focus {
  background-color: #8e8ebb33;
  border-color: #b24b26;
}

.div-block-218 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-75 {
  color: #6f737c;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-219 {
  margin: 5px auto 0;
}

.container-9 {
  max-width: 1241px;
  padding: 30px 60px 0;
}

.div-block-220 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-221 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.tab-button---brix {
  color: #3c3c3c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8e8e6;
  border-radius: 14px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: block;
}

.tab-button---brix:hover {
  border-color: #315955;
  box-shadow: 0 4px 12px -6px #3bffeb3d;
}

.tab-button---brix.w--current {
  text-align: center;
  background-color: #fff0;
  border: 0 #d8e8e600;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: flex;
}

.tabs-container---brix {
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.accordion-tabs---brix {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-tabs-menu---brix {
  margin-bottom: 0;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #3c3c3c;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  background-color: #fff0;
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy {
  background-color: #fff0;
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix.tabs-accordion---brix-copy {
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix-copy:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  border-radius: 18px;
  width: 80em;
  max-width: 100%;
  padding: 0 60px 20px;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---brix {
  color: #6f737c;
  width: 90%;
  max-width: 90%;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.open-close-line---brix {
  background-color: #6f737c;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.section-157 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-157.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.cloneable-container-default {
  border-radius: 20px;
  min-height: auto;
  transform: translate(0);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-title---brix {
  color: #6f737c;
  -webkit-text-stroke-color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.container-default {
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.bold-text, .bold-text-2 {
  color: #b25e40;
  -webkit-text-stroke-color: #b24b26;
  font-weight: 600;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #b24b26;
  -webkit-text-stroke-color: #b24b26;
  font-weight: 600;
}

.bold-text-6, .bold-text-7 {
  color: #6f737c;
  -webkit-text-stroke-color: #6f737c;
  font-weight: 600;
}

.mask {
  overflow: hidden;
}

.author-name {
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.logo-column {
  width: 33.3333%;
  padding-right: 35px;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.curve-rough {
  object-fit: cover;
  width: 110%;
  position: absolute;
  inset: auto 0% -2%;
}

.content-block {
  padding: 20px 35px 40px;
}

.content-block.our-work {
  padding-bottom: 20px;
}

.content-h2 {
  color: #151c34;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.logo-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.right-arrow {
  background-color: #f8f8ff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: 17px;
  right: -17px;
  box-shadow: 1px 1px 3px #00000024;
}

.author-job {
  color: #3c3c3cb3;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.column-wrap {
  display: flex;
}

.play-icon {
  width: 60px;
}

.text-fixed-height {
  min-height: 100px;
}

.text-fixed-height.our-work {
  min-height: auto;
}

.logo-2 {
  margin-right: 35px;
}

.container-10 {
  width: 100%;
  max-width: none;
  margin-top: 30px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-h4 {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.left-arrow {
  background-color: #f8f8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: 17px;
  left: -17px;
  box-shadow: 1px 1px 3px #00000024;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 100%;
  display: grid;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.title-block {
  color: #7a8094;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
}

.text-span {
  color: #007bfc;
}

.heading-24 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.slider-3 {
  background-color: #ddd0;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 200px;
}

.paragraph-76 {
  color: #8a8a8a;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.container-11 {
  max-width: 1241px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-25 {
  color: #6f737c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.grid-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #315955;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image-split-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  position: relative;
}

.paragraph-70 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-4 {
  color: #3c3c3c;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.section-5 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-12 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.text-align-2 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-13 {
  color: #3c3c3c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}

.padding-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.button {
  color: #b25e40;
  background-color: #f8f8ff;
  padding: 5px 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  box-shadow: 1px 1px 3px #00000024;
}

.body {
  background-color: #f8f8ff;
}

.container-13 {
  max-width: 1245px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-222 {
  background-color: #f8f8ff;
  border: 1px solid #3c3c3cb3;
  border-radius: 20px;
  padding: 20px 40px;
}

.div-block-223 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  place-items: stretch center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.card-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.card-1:hover {
  border-color: #b24b26;
}

.div-block-225, .image-3 {
  width: 40px;
  height: 40px;
}

.text-block-4 {
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-5 {
  color: #3c3c3c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

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

.div-block-226 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.audience-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.audience-block {
  text-align: center;
  padding: 20px;
}

.heading-5 {
  color: #3c3c3c;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.body-2 {
  color: #6f737c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 600;
}

.container-14 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link {
  clear: left;
  color: #6f737c;
  cursor: pointer;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-link:hover {
  color: #e67e22;
}

.footer-link.w--current {
  color: #6f737c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e67e22, #e67e22);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link.home-btn {
  -webkit-text-fill-color: transparent;
  background-color: #e67e22;
  -webkit-background-clip: text;
  background-clip: text;
}

.hold-social-media-logos {
  clear: left;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.social-media-logo-20 {
  width: 20%;
  padding-left: 0;
  padding-right: 10px;
}

.company-footer-logo {
  clear: left;
  width: 100px;
  display: block;
  position: relative;
}

.company-footer-logo.w--current {
  cursor: pointer;
}

.container-15 {
  width: 100%;
  max-width: none;
  padding: 0 60px 30px;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.heading-26, .heading-27 {
  color: #3c3c3c;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-28, .heading-29 {
  color: #3c3c3c;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.text-block-6 {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.text-block-6:hover {
  color: #e67e22;
}

.body-3 {
  background-color: #f8f8ff;
}

.home {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.home:hover {
  color: #b24b26;
}

.home.w--current {
  color: #3c3c3c;
  font-family: Inter, sans-serif;
}

.home.w--current:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home.mbl {
  display: none;
}

.about-us {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.about-us:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.about-us.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.about-us.mbl {
  display: none;
}

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

.text-aign-copy.text-color {
  color: #3c3c3c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-aign-copy.text-color.font {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-219-copy {
  margin-top: 5px;
  margin-bottom: 0;
}

.heading-6-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
}

.our-mission {
  max-width: 1245px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-219-copy-copy {
  margin-top: 5px;
  margin-bottom: 0;
}

.paragraph-75-copy {
  color: #6f737c;
  text-align: left;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-75-copy.number-color {
  color: #b35d3e;
}

.about-pest-pro {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.why-choose-us {
  max-width: 1245px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.solution {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.solution:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.solution.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Inter, sans-serif;
}

.solution.w--current:hover {
  color: #b24b26;
}

.solution.mbl {
  display: none;
}

.div-block-227 {
  background-color: #fff;
  width: .1em;
  max-width: .1em;
  min-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.our-vision-and-values {
  max-width: 1245px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.body-4 {
  background-color: #f8f8ff;
}

.section-159 {
  z-index: 2000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-page {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.home-page:hover {
  color: #b24b26;
}

.home-page.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.home-page.w--current:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-page.mbl {
  display: none;
}

.about-us-copy {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.about-us-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.about-us-copy.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.about-us-copy.mbl {
  display: none;
}

.solution-copy {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.solution-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.solution-copy.w--current {
  color: #3c3c3c;
  font-family: Inter, sans-serif;
}

.solution-copy.w--current:hover {
  color: #b24b26;
}

.solution-copy.mbl {
  display: none;
}

.solutions-container, .pest-pro-s-cockroach-control-services, .industries-where-cockroach-treatment-is-crucial, .commercial-establishments, .healthcare-facilities, .educational-institutions, .industrial-and-office-spaces, .transportation-hubs, .public-spaces, .public-spaces-copy {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.body-5 {
  background-color: #f8f8ff;
}

.solutions-copy {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.solutions-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.solutions-copy.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.solutions-copy.w--current:hover {
  color: #b24b26;
}

.solutions-copy.mbl {
  display: none;
}

.solutions-copy-copy {
  color: #3c3c3c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.solutions-copy-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.solutions-copy-copy.w--current {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
}

.solutions-copy-copy.w--current:hover {
  color: #b24b26;
}

.solutions-copy-copy.mbl {
  display: none;
}

.text-block-7, .drop-icon-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
}

.select-bhks {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.select-bhks:focus {
  background-color: #8e8ebb33;
  border-color: #b24b26;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center start;
  display: grid;
}

.select-services {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.select-services:focus {
  background-color: #8e8ebb33;
  border-color: #b24b26;
}

.form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-2 {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #b24b26;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
  text-decoration: none;
}

.container-16 {
  max-width: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.dropdown-list-9 {
  color: #1d262d;
  background-color: #1d262d;
  padding-bottom: 20px;
}

.dropdown-list-9.w--open {
  color: #3c3c3c;
  background-color: #f8f8ff;
}

.div-block-228 {
  display: flex;
}

.contact-us {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.contact-us:hover {
  color: #b25e40;
  background-color: #6f67670a;
}

.sub-dropdown-list-9 {
  color: #1d262d;
  background-color: #1d262d;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 100%;
}

.dropdown-link-9 {
  color: #3c3c3c;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.dropdown-link-9:hover {
  color: #b25e40;
}

.right-arrow-9 {
  margin-left: 20px;
  margin-right: 0;
  font-size: 12px;
  position: relative;
  transform: rotate(-90deg);
}

.dropdown-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.down-arrow-9 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-menu-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-v1 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v1:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.about-us-v1 {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.about-us-v1:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.services {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.services:hover {
  color: #b25e40;
  background-color: #6f67670a;
}

.body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13 {
  background-color: #f8f8ff;
}

.about-us-v1-copy {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.about-us-v1-copy:hover {
  color: #b25e40;
  background-color: #6f67670a;
}

.home-v1-copy {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v1-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v1-copy.w--current {
  background-image: linear-gradient(#b25e40, #b25e40);
}

.icon-5 {
  color: #f8f8ff;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4em;
}

.icon-5.icon-black-color {
  color: #6f737c;
}

.icon-5.icon-black-color:hover {
  color: #e67e22;
}

.dropdown-toggle-3 {
  padding: 10px 20px;
  display: block;
}

.dropdown-10 {
  background-color: #f8f8ff;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-10.residential-white-color {
  background-color: #000;
}

.dropdown-list-10 {
  background-color: #f8f8ff;
  right: 0;
}

.dropdown-list-10.w--open {
  z-index: 999;
  text-align: left;
  background-color: #f8f8ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  right: 0;
}

.dropdown-list-11 {
  background-color: #f8f8ff;
  left: 0;
}

.dropdown-link-10 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.dropdown-link-10:hover {
  color: #b25e40;
}

.dropdown-link-11, .dropdown-link-12 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.dropdown-link-13 {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.dropdown-link-13:hover {
  color: #e67e22;
}

.dropdown-link-13.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e67e22, #e67e22);
  -webkit-background-clip: text;
  background-clip: text;
}

.dropdown-link-14 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
}

.residential {
  color: #f8f8ff;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.residential.w--current {
  background-color: #b24b2600;
  font-family: Montserrat, sans-serif;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 600;
}

.accordion-tabs---brix-copy.preview-page.faqs {
  justify-content: flex-start;
  align-items: center;
}

.cockroach-control {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.bold-text-17 {
  font-weight: 600;
}

.list {
  margin-bottom: 0;
  list-style-type: decimal;
}

.paragraph-typography {
  color: #6f737c;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.bold-text-18 {
  font-weight: 600;
}

.residential-areas-paragraph {
  color: #6f737c;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.bold-text-19 {
  font-weight: 600;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.bold-text-20, .bold-text-21 {
  font-weight: 600;
}

.home-v3 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v3:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v3.w--current {
  color: #3c3c3c;
}

.home-v3.w--current:hover {
  color: #b25e40;
}

.services-v3 {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b24b26, #b24b26);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.services-v3:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.list-copy {
  margin-bottom: 0;
  padding-left: 80px;
  list-style-type: disc;
}

.list-3 {
  list-style-type: decimal;
}

.list-item {
  display: none;
}

.bold-text-23 {
  color: #6f737c;
  font-weight: 600;
}

.bold-text-24, .bold-text-25 {
  font-weight: 600;
}

.hack-live-example-graphic {
  width: .875rem;
  position: sticky;
  top: 3.125rem;
}

.hack-button {
  color: #99eeeb;
  background-color: #141414;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .1s;
  display: block;
}

.hack-button:hover {
  color: #fff;
}

.hack-button:active {
  transform: translate(0, .0625rem);
}

.hack-button.button-small {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.hack42-45-form {
  justify-content: space-between;
  align-items: flex-start;
  width: 31.25rem;
  display: flex;
}

.hack-anchor-link-for-iframe {
  position: absolute;
  inset: -3.125rem auto auto 0%;
}

.hack-form-select {
  height: 2.8125rem;
  margin-bottom: 1.875rem;
}

.hack-form-select.hack44-select {
  width: 12.5rem;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
}

.hack-content-live-example {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 2.1875rem;
  height: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hack42-45-added-value-row {
  align-items: flex-start;
  display: flex;
}

.hack-container {
  z-index: 2;
  cursor: move;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 56.25rem;
  min-height: 31.25rem;
  margin: 7.5rem auto;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 10px 3.125rem -.125rem #160f1f66;
}

.hack-container.content {
  cursor: auto;
  padding: 6.25rem 3.75rem;
}

.hack42-45-form-right {
  position: sticky;
  top: 6.25rem;
}

.hack42-45-form-left {
  background-color: #f5f5f5;
  margin-right: 1.875rem;
  padding: 1.25rem 2.5rem;
}

.hack44-added-value {
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.div-block-230 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.bold-text-26 {
  font-weight: 600;
}

.list-copy-copy, .industries-where-mosquito-treat-pointsment-is-crucial {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.div-block-219-copy-copy-copy {
  margin-top: 30px;
  margin-bottom: 0;
}

.rodent-control-solution-container {
  max-width: 1245px;
  padding-top: 5px;
  padding-left: 60px;
  padding-right: 60px;
}

.down-arrow-9-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.home-v2 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v2:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v2.w--current {
  color: #3c3c3c;
}

.home-v2.w--current:hover {
  color: #b25e40;
}

.home-v4 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v4:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v4.w--current {
  color: #3c3c3c;
}

.home-v4.w--current:hover {
  color: #b25e40;
}

.home-v5 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v5:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v5.w--current {
  color: #3c3c3c;
}

.home-v5.w--current:hover {
  color: #b25e40;
}

.home-v6 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v6:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v6.w--current {
  color: #3c3c3c;
}

.home-v6.w--current:hover {
  color: #b25e40;
}

.home-v7 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v7:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v7.w--current {
  color: #3c3c3c;
}

.home-v7.w--current:hover {
  color: #b25e40;
}

.home-v8 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v8:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v8.w--current {
  color: #3c3c3c;
}

.home-v9 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v9:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v9.w--current {
  color: #3c3c3c;
}

.home-v10 {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.home-v10:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.home-v10.w--current {
  color: #3c3c3c;
}

.text-field {
  margin-bottom: 0;
}

.label-2 {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.fields-2 {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #6f737c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-2:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.cockroach-control-faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cockroach-control-faqs.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-75-copy-copy {
  color: #6f737c;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-27 {
  color: #6f737c;
}

.bold-text-28, .bold-text-29 {
  color: #6f737c;
  font-weight: 600;
}

.body-14, .body-15 {
  background-color: #f8f8ff;
}

.bed-bug-faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.bed-bug-faqs.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.mosquito-faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.mosquito-faqs.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.body-16, .body-17, .body-18 {
  background-color: #f8f8ff;
}

.rodent-control-faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.rodent-control-faqs.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.rodent-control-solution-container-copy {
  max-width: 1245px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.body-19, .body-20, .body-21, .body-22, .body-23, .body-24, .body-25, .body-26, .body-27, .body-28 {
  background-color: #f8f8ff;
}

.commercial-home {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.commercial-home:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.commercial-home.w--current {
  background-image: linear-gradient(#b25e40, #b25e40);
}

.container-9-copy {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.field-wrapper-copy {
  flex: 1;
}

.text-field-2 {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  border: 1px solid #b25e4040;
  margin-bottom: 0;
}

.div-block-231 {
  justify-content: flex-start;
  align-items: stretch;
}

.container-18 {
  padding-top: 30px;
}

.code-embed {
  margin-bottom: 0;
}

.why-is-pest-control-crucial-in-hospitality-faqs {
  padding-top: 72px;
  padding-bottom: 72px;
}

.why-is-pest-control-crucial-in-hospitality-faqs.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.why-choose-pest-pro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.why-choose-pest-pro.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cloneable-container-default-copy {
  border-radius: 20px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.why-choose-pest-pro-warehouse {
  padding-top: 72px;
  padding-bottom: 72px;
}

.why-choose-pest-pro-warehouse.cloneables-listing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.list-4 {
  color: #6f737c;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5px;
  list-style-type: disc;
}

.list-4.accordion-paragraph---brix {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}

.bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
  font-weight: 600;
}

.div-block-232 {
  background-color: #d9dbe9;
  height: .025em;
  margin-top: 60px;
  margin-bottom: 60px;
}

.accordion-tabs---brix-copy {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-tabs---brix-copy.preview-page {
  justify-content: flex-start;
  align-items: center;
}

.accordion-tabs---brix-v1 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-tabs---brix-v1.preview-page {
  justify-content: flex-start;
  align-items: center;
}

.text-field-3 {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.code-embed-2 {
  display: none;
}

.commercial-home-copy {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.commercial-home-copy:hover {
  color: #b24b26;
  background-color: #6f67670a;
}

.commercial-home-copy.w--current {
  color: #3c3c3c;
}

.commercial-home-copy.w--current:hover {
  color: #b25e40;
}

.code-embed-3 {
  flex-flow: column;
  margin-bottom: 0;
}

.book-free-inspection {
  color: #e67e22;
  -webkit-text-stroke-color: #e67e22;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.div-block-233 {
  margin-bottom: 20px;
}

.fields-1 {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-1:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.fields-2-copy {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-2-copy:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.fields-2-copy-copy {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-2-copy-copy:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.fields-2-copy-copy-copy {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-2-copy-copy-copy:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.fields-copy {
  filter: drop-shadow(0 4px 5px #3c3c3c26);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-copy:focus {
  background-color: #8e8ebb33;
  border-color: #b24b26;
}

.text-field-4, .text-field-5, .text-field-6 {
  margin-bottom: 0;
}

.label-3 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.form-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button-2 {
  filter: drop-shadow(0 4px 5px #00000026);
  color: #fff;
  letter-spacing: 2px;
  background-color: #b25e40;
  padding: 9px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.4em;
}

.container-19 {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.fields-3 {
  filter: drop-shadow(0 4px 5px #00000026);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.fields-3:focus {
  background-color: #8e8ebb59;
  border-color: #000;
}

.div-block-235 {
  margin-left: auto;
  margin-right: auto;
}

.container-20 {
  max-width: 1245px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.form-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-field-7 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-field-8 {
  filter: drop-shadow(0 4px 5px #00000026);
  color: #3c3c3c;
  background-color: #f8f8ff;
  border: 1px solid #b25e4040;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.select-field {
  color: #3c3c3c;
  margin-bottom: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.select-field.text-field-8 {
  filter: drop-shadow(0 4px 5px #00000026);
  border: 1px solid #b25e4040;
}

.div-block-236, .div-block-237, .div-block-238, .div-block-239 {
  flex: 1;
}

.submit-button-3 {
  filter: drop-shadow(0 4px 5px #00000026);
  color: #fff;
  letter-spacing: 2px;
  background-color: #b25e40;
  padding: 9px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.field-label {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.label-v1 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.success-message-2, .error-message {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.form-block-2 {
  margin-bottom: 0;
}

.bold-text-18-copy {
  color: #6f737c;
  font-weight: 600;
}

.div-block-240 {
  margin-top: 20px;
}

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

.text-aign-copy-copy.text-color {
  color: #3c3c3c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-aign-copy-copy.text-color.font {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-2-copy {
  padding-left: 0;
  list-style-type: none;
}

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

.div-block-241 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 10%;
}

.image-4 {
  max-width: 75%;
}

.section-161 {
  position: relative;
}

.link-block-2 {
  cursor: pointer;
  width: 4%;
  max-width: 4%;
}

.container-22 {
  max-width: none;
}

.scroll-to-tap {
  display: none;
}

.section-163 {
  margin-left: auto;
  margin-right: auto;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.question-text {
  color: #b25e40;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.accordion-body__contents {
  opacity: 1;
  color: #6f737c;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.faq-video {
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1245px;
}

.list-5 {
  list-style-type: disc;
}

.list-item-2 {
  color: #6f737c;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.dropdown-link-9-2 {
  color: #3c3c3c;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
}

.dropdown-link-9-2:hover {
  color: #b25e40;
}

.nav-link-9 {
  color: #f8f8ff;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #b25e40;
}

.librarie-container {
  background-color: #fff3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.librarie-container.p-0 {
  background-color: #fff0;
  max-width: none;
  padding: 10px 10px 10px 20px;
}

.site-logo-9 {
  flex: none;
  width: 180px;
  max-width: 180px;
}

.text-block-2 {
  color: #f8f8ff;
}

.text-block-2:hover {
  color: #e4e837;
}

.text-block {
  color: #f8f8ff;
}

.text-block:hover {
  color: #e4e837;
}

.sub-dropdown-list-9-2 {
  color: #1d262d;
  background-color: #1d262d;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 100%;
}

.sub-dropdown-list-9-2.w--open {
  background-color: #131313;
  position: relative;
  top: auto;
  left: auto;
}

.navbar-wrapper-9 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-9-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.section-168 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-8 {
  color: #3c3c3c;
  text-decoration: none;
}

.link-block-8:hover {
  color: #e4e837;
}

.navbar-3 {
  background-color: #f8f8ff;
}

.dropdown-list-9-2 {
  color: #1d262d;
  background-color: #1d262d;
  padding-bottom: 20px;
}

.dropdown-list-9-2.w--open {
  color: #f8f8ff;
  background-color: #f8f8ff;
  padding-bottom: 0;
  right: 0;
}

.down-arrow-9-2 {
  margin-right: 5px;
  font-size: 10px;
  top: 12px;
  transform: translate(0, -50%);
}

.text-block-8 {
  color: #f8f8ff;
}

.text-block-8:hover {
  color: #e4e837;
}

.text-block-9 {
  color: #f8f8ff;
}

.text-block-9:hover {
  color: #b25e40;
}

.sub-dropdown-list-9-3 {
  color: #1d262d;
  background-color: #1d262d;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 100%;
}

.sub-dropdown-list-9-3.w--open {
  background-color: #131313;
  position: relative;
  top: auto;
  left: auto;
}

.section-169 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-244 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-245 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-232-copy {
  background-color: #e67e2280;
  height: .025em;
  margin-top: 30px;
}

.link-block-9 {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.dropdown-link-9-3 {
  color: #6f737c;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
}

.dropdown-link-9-3:hover {
  color: #b25e40;
}

.nav-link-9-2 {
  color: #6f737c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2:hover, .nav-link-9-2.w--current {
  color: #e67e22;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: none;
}

.slider-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
}

.site-logo-9-2 {
  flex: none;
  width: 180px;
}

.text-block-10 {
  color: #6f737c;
}

.text-block-10:hover {
  color: #b25e40;
}

.sub-dropdown-list-9-4 {
  color: #1d262d;
  background-color: #1d262d;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 100%;
}

.sub-dropdown-list-9-4.w--open {
  background-color: #131313;
  position: relative;
  top: auto;
  left: auto;
}

.image-108 {
  max-width: 75%;
}

.heading-31 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.4em;
}

.navbar-wrapper-9-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-66 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.image-40 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Rectangle-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-9-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-wrape {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-170 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list-9-3 {
  color: #1d262d;
  background-color: #1d262d;
  padding-bottom: 20px;
}

.dropdown-list-9-3.w--open {
  background-color: #f8f8ff;
  padding-bottom: 0;
}

.text-span-2 {
  color: #e4e837;
  text-transform: capitalize;
}

.down-arrow-9-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 12px;
  top: 52%;
  transform: translate(0, -50%);
}

.slide-8 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/many-cockroaches-entering-house-door-insects-invading-house-through-crack-door.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
  display: flex;
}

.nav-link-4 {
  color: #3c3c3c;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #3c3c3c;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  right: 0;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.text-block-11 {
  color: #3c3c3c;
  font-weight: 500;
  line-height: 1.4em;
}

.container-24 {
  max-width: none;
}

.div-block-246 {
  z-index: 2000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-9-2-copy.w--current {
  color: #3c3c3c;
}

.nav-link-9-2-about {
  color: #6f737c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2-about:hover {
  color: #b25e40;
}

.nav-link-9-2-copy-copy-copy {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2-copy-copy-copy:hover {
  color: #b25e40;
}

.nav-link-9-2-home {
  color: #6f737c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2-home:hover {
  color: #e67e22;
}

.nav-link-9-2-home.w--current {
  color: #6f737c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e67e22, #e67e22);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-9-2-copy {
  color: #3c3c3c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2-copy:hover {
  color: #b25e40;
}

.nav-link-9-about {
  color: #3c3c3c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b25e40, #b25e40);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-about:hover {
  color: #b25e40;
}

.container-25 {
  max-width: none;
}

.section-171 {
  display: none;
}

.div-block-248 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-109 {
  max-width: 7%;
}

.heading-32 {
  color: #f8f8ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.link-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-26 {
  max-width: none;
}

.div-block-249 {
  z-index: 2000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 30px;
  left: auto;
  right: 14px;
}

.whatsapp-chat {
  position: relative;
}

.div-block-250 {
  background-color: #b25e40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-110 {
  max-width: 100%;
}

.link-block-11 {
  max-width: 60%;
}

.icon-6, .icon-7, .icon-8, .icon-9, .icon-10, .icon-11 {
  color: #b25e40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-9-2-copy-copy {
  color: #6f737c;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-9-2-copy-copy:hover {
  color: #e67e22;
}

.nav-link-9-2-copy-copy.w--current {
  color: #3c3c3c;
}

.container-27 {
  max-width: none;
}

.section-172 {
  display: none;
}

.container-28 {
  max-width: none;
}

.div-block-251 {
  width: 400px;
  max-width: 400px;
  margin-top: 10px;
}

.container-29 {
  max-width: none;
}

.code-embed-4 {
  margin-top: 10px;
}

.text-block-12 {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.container-30 {
  max-width: 1241px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-252 {
  margin-top: 235px;
}

.container-31 {
  max-width: none;
}

.heading-34 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-77 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.image-111, .image-112, .image-113 {
  margin-top: 255px;
  margin-bottom: 255px;
}

.right-arrow-10 {
  background-color: #f8f8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto 20px 20px auto;
  box-shadow: 1px 1px 3px #b25e40bf;
}

.image-114 {
  margin-top: 255px;
  margin-bottom: 255px;
}

.icon-8-copy {
  z-index: 999;
  color: #b25e40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto 35px 35px auto;
}

.icon-9-copy {
  z-index: 999;
  color: #b25e40;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto auto 35px 35px;
}

.left-arrow-2 {
  background-color: #f8f8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto auto 20px 20px;
  box-shadow: -1px 1px 3px #b25e40bf;
}

.slide-9 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.slide-10 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.slide-11 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.slide-12 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.slide-img {
  background-image: url('../images/Pest_Pro_Landing-page-08_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.slide-img.two {
  background-image: url('../images/Pest_Pro_Landing-page-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img.two.three {
  background-image: url('../images/Pest_Pro_Landing-page-v1-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.two.three.four {
  background-image: url('../images/Pest_Pro_Landing-page-v1-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-img.two.three.four.five {
  background-image: url('../images/Pest_Pro_Landing-page-v1-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.two.four {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Rodent2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img.two.five {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Termites.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img.two.service-two {
  background-image: url('../images/Pest_Pro_Landing-page-v1-12.jpg');
}

.slide-img.one {
  background-image: url('../images/Pest-Pro_Cockroach-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.one.two {
  background-image: url('../images/Pest-Pro_Bed-Bug-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.one.two.three {
  background-image: url('../images/Pest-Pro_Mosquitoe-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.one.two.three.four {
  background-image: url('../images/Pest-Pro_Rodent-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-img.one.two.three.four.five {
  background-image: url('../images/Pest-Pro-design_Termite-Treatment-v2.png'), linear-gradient(#0006, #0006), url('../images/Pest-Pro-Img_Termite-Treatment-v2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.slide-img.one.two.three.four.five.six {
  background-image: url('../images/Pest-Pro_Wood-Borer-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-img.one.two.three.four.five.six.seven {
  background-image: url('../images/Pest-Pro_Lizard-and-Spider-Treatment-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-img.one.two.three.four.five.six.seven.eight {
  background-image: url('../images/Pest-Pro_Disinfection-Services-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-img.service-one {
  background-image: url('../images/Pest_Pro_Landing-page-v1-10.jpg');
  background-size: cover;
}

.slider-5 {
  background-color: #0000;
  height: 550px;
}

.paragraph {
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph.slogan {
  margin-bottom: 0;
  font-size: 16px;
}

.slide-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  text-align: center;
  text-transform: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow-11 {
  background-color: #f8f8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto 20px 20px auto;
}

.icon-12 {
  font-family: Montserrat, sans-serif;
}

.left-arrow-3 {
  background-color: #f8f8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto auto 20px 20px;
}

.section-175 {
  height: 100px;
}

.container-32 {
  max-width: none;
}

.residential-banner {
  width: 100%;
  height: 550px;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-176, .section-177, .section-178, .section-179, .section-180, .section-181, .section-182, .section-183, .section-185, .section-186, .section-187, .section-188, .section-189 {
  height: 100px;
}

.container-33 {
  max-width: none;
}

.div-block-254 {
  height: 550px;
}

.slide-img-copy {
  background-image: url('../images/Pest_Pro_About-Us-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img-copy.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-copy.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-copy.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-copy.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-copy.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-copy.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-copy.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-190 {
  height: 100px;
}

.slide-img-hospitality {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v1-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-hospitality.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-hospitality.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-hospitality.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-hospitality.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-hospitality.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-hospitality.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-hospitality.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-191, .section-192 {
  height: 100px;
}

.slide-img-warehouse {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v2-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-warehouse.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-warehouse.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-warehouse.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-warehouse.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-warehouse.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-warehouse.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-warehouse.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-193 {
  height: 100px;
}

.slide-img-manufacturing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v3-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-manufacturing.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-manufacturing.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-manufacturing.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-manufacturing.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-manufacturing.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-manufacturing.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-manufacturing.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-194 {
  height: 100px;
}

.slide-img-food-and-beverage-industry {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v4-04.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-food-and-beverage-industry.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-food-and-beverage-industry.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-food-and-beverage-industry.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-food-and-beverage-industry.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-food-and-beverage-industry.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-food-and-beverage-industry.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-food-and-beverage-industry.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-195 {
  height: 100px;
}

.slide-img-retail-and-commercial-spaces {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v5-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-retail-and-commercial-spaces.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-retail-and-commercial-spaces.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-retail-and-commercial-spaces.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-retail-and-commercial-spaces.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-retail-and-commercial-spaces.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-retail-and-commercial-spaces.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-retail-and-commercial-spaces.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-196 {
  height: 100px;
}

.slide-img-healthcare-facilities {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v6-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-healthcare-facilities.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-healthcare-facilities.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-healthcare-facilities.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-healthcare-facilities.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-healthcare-facilities.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-healthcare-facilities.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-healthcare-facilities.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-education-sector {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v7-07.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-education-sector.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-education-sector.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-education-sector.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-education-sector.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-education-sector.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-education-sector.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-education-sector.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-197, .section-198 {
  height: 100px;
}

.slide-img-real-estate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v8-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-real-estate.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-real-estate.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-real-estate.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-real-estate.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-real-estate.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-real-estate.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-real-estate.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-199 {
  height: 100px;
}

.slide-img-transportation-and-logistics {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v9-09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-transportation-and-logistics.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-transportation-and-logistics.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-transportation-and-logistics.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-transportation-and-logistics.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-transportation-and-logistics.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-transportation-and-logistics.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-transportation-and-logistics.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-200 {
  height: 100px;
}

.slide-img-government-and-public-institutions {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial-Service-v10-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-government-and-public-institutions.two {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/bed-bug-magnifying-glass.jpg');
  background-size: auto, cover;
}

.slide-img-government-and-public-institutions.two.three {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/capturing-essence-elegance-studio-portrait-rabbit-cinematic-realism.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-government-and-public-institutions.two.four {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/rodent-chase-man-gloves-hunting-mouse-indoors.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-government-and-public-institutions.two.five {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/overhead-shot-red-ants-steel-blue-pipe-taken-doi-tao-lake-thailand-asia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-img-government-and-public-institutions.one.two.three.four.five.six {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/beetle-wood-nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-government-and-public-institutions.one.two.three.four.five.six.seven {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/flattailed-house-gecko-hemidactylus-platyurus-adult-start-shedding-skin-head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-img-government-and-public-institutions.one.two.three.four.five.six.seven.eight {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Disinfection-Services.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-255 {
  z-index: -2000;
  background-color: #b25e40;
  justify-content: flex-end;
  align-items: center;
}

.container-34 {
  max-width: none;
}

.lottie-animation {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-115 {
  position: absolute;
  inset: auto -50% 0% auto;
}

.service-slogan-paragraph {
  text-align: center;
  margin: 10px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.service-slogan-paragraph.slogan {
  margin-bottom: 0;
  font-size: 16px;
}

.container-35 {
  max-width: none;
}

.bold-text-39 {
  font-size: 32px;
  font-weight: 700;
}

.bold-text-40 {
  text-transform: none;
}

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

.bold-text-42 {
  font-size: 32px;
}

.image-116 {
  max-width: 10%;
}

.div-block-256 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-copy {
  text-align: center;
  text-transform: uppercase;
  margin: 10px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-copy.slogan {
  margin-bottom: 0;
  font-size: 16px;
}

.container-36 {
  max-width: 1241px;
  padding-left: 60px;
  padding-right: 60px;
}

.code-embed-5 {
  margin-bottom: 0;
}

.dropdown-resiidential, .dropdown-10-copy {
  background-color: #f8f8ff;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-10-copy.residential-white-color {
  background-color: #000;
}

.dropdown-commercial {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-commercial.residential-white-color {
  background-color: #000;
}

.icon {
  width: 20px;
}

.c-icon {
  margin-right: 10px;
}

._w-features {
  padding-top: 40px;
  padding-bottom: 40px;
}

._w-pricing-table-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 1px 1px 15px #00000026;
}

._w-pricing-table-item.focus {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.c-price-btn {
  font-family: Montserrat, sans-serif;
}

._w-price-btn {
  justify-content: center;
  display: flex;
}

.c-highlight {
  position: absolute;
  inset: 0% 0% auto;
}

.divider {
  border-bottom: 1px dashed #0003;
}

.c-divider {
  margin-top: 30px;
}

._w-plantype {
  margin-bottom: 20px;
}

.c-features-item {
  margin-bottom: 10px;
}

._w-price {
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.c-amount {
  align-items: flex-end;
  display: flex;
}

.mosquito-control-price-table {
  margin: 10px;
}

.currency {
  margin-right: 3px;
}

._w-highlight {
  background-image: linear-gradient(225deg, #89c9f3, #64e4b3);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plantype {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.f-pricing-table {
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-features-item {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.a-price-btn {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#b25e40, #b25e40);
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.a-price-btn:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 10px #0003;
}

.amount {
  font-size: 40px;
  line-height: 40px;
}

.highlight {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #00000040;
  padding: 7px 20px;
  font-weight: 700;
}

.cockroach-control-price-table, .bed-bug-control-price-table {
  margin: 10px;
}

.div-block-257 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-258 {
  flex: 1;
}

.paragraph-78 {
  color: #6f737c;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.container-37 {
  max-width: 1241px;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown-11 {
  color: #3c3c3c;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.dropdown-toggle-4 {
  padding: 8px 50px 8px 12px;
}

.icon-13 {
  margin-right: 12px;
}

.dropdown-12 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-12.fields {
  width: auto;
}

.dropdown-toggle-5 {
  border: 1px solid #ebecf1;
  width: 100%;
  padding: 8px 12px;
  transition: all .2s;
}

.dropdown-toggle-5:hover {
  background-color: #fdfdfd;
}

.icon-14 {
  color: #7da6cc;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.div-block-259 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.code-embed-6, .code-embed-7, .code-embed-8-final-code, .code-embed-8-final-code-copy, .code-embed-third-party-app {
  margin-bottom: 0;
}

.dropdown-toggle-3-copy {
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.commercial-copy {
  color: #6f737c;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.commercial-copy:hover {
  color: #b25e40;
}

.commercial-copy.w--current {
  background-color: #b24b2600;
  font-family: Montserrat, sans-serif;
}

.commercial-copy.font-black-color {
  color: #000;
}

.icon-5-copy {
  color: #6f737c;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4em;
}

.icon-5-copy:hover {
  color: #b25e40;
}

.icon-5-copy.icon-black-color {
  color: #000;
}

.text-block-10-copy {
  color: #6f737c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-10-copy:hover {
  color: #e67e22;
}

.code-embed-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-260 {
  overflow: visible;
}

.link-block-9-copy {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.link-block-9-copy.text-block-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.body-29 {
  background-color: #f8f8ff;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.footer-title {
  color: #3c3c3c;
  margin-bottom: 40px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.inner-container._400px {
  max-width: 400px;
}

.success-message-3 {
  color: #e67e22;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-family: Montserrat, sans-serif;
}

.text-area {
  color: #3c3c3c;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #e67e22;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #3c3c3c;
  border-color: #e67e22;
}

.text-area::placeholder {
  color: #6f737c;
  font-size: 18px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: #e67e22;
  font-weight: 700;
  line-height: 1.4em;
}

.text-200.color-neutral-600.mg-bottom-8px {
  color: #e67e22;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-201 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-201.position-relative {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  border-radius: 10px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.error-message-2 {
  color: #e67e22;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-family: Montserrat, sans-serif;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb {
  margin-right: 16px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #e67e22;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e8954b;
  transform: translate3d(0, -3px, .01px);
}

.half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  background-color: #e67e22;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 36%;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 10px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #e67e22;
  transform: scale3d(.96, .96, 1.01);
}

.input {
  color: #3c3c3c;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.4em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #e67e22;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #3c3c3c;
  border-color: #e67e22;
}

.input::placeholder {
  color: #6f737c;
  font-size: 18px;
}

.subtitle {
  color: #e67e22;
  letter-spacing: .04em;
  -webkit-text-stroke-color: #b25e40;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-40px {
  color: #6f737c;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.div-block-261, .form-4 {
  font-family: Montserrat, sans-serif;
}

.div-block-262, .div-block-263 {
  color: #b25e40;
}

.heading-35 {
  color: #3c3c3c;
  font-weight: 700;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #3c3c3c;
}

.accordion-item---brix-copy.tabs-accordion---brix {
  background-color: #fff0;
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix-copy.tabs-accordion---brix.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix-copy.tabs-accordion---brix {
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix-copy.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix-copy.tabs-accordion---brix.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy {
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding: 20px 0;
  transition: padding .2s;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy:hover {
  padding-left: 16px;
}

.accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy.last-accordion-item---brix-copy {
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-submission-code {
  margin: -40px auto 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  margin-bottom: 0;
}

.div-block-22 {
  flex-flow: column;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
}

.background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.navbar__link {
  color: #eeedf280;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .4em;
  transition: background-color .2s;
  display: flex;
}

.navbar__link:hover {
  color: #eeedf2;
  background-color: #272727;
}

.navbar__link.w--current {
  color: #eeedf2;
  background-color: #5c31ff;
}

.navbar__link.w--current:hover {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
}

.footer__text {
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: background-color .2s;
  display: flex;
}

.footer__text.w--current {
  background-color: #5c31ff;
}

.footer__text.w--current:hover {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
}

.hide-text {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hide-text.is--nav {
  white-space: nowrap;
}

.navbar__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-38 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
}

.nav__links {
  padding-top: 1.7em;
  padding-bottom: 3.5em;
}

.paragraph-10 {
  margin-bottom: 0;
}

.navbar-4 {
  z-index: 2;
  color: #eeedf2;
  background-color: #131313;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 5.6em;
  height: 100%;
  padding: 1.3em;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-10 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-10.section1, .section-10.section5, .section-10.section3 {
  background-color: #000;
}

.section-10.section2, .section-10.section4 {
  background-color: #fff;
}

.section-10.section7 {
  background-color: #000;
}

.section-10.section6 {
  background-color: #fff;
}

.heading-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.heading-36.black-h1 {
  color: #000;
  font-size: 38px;
  line-height: 1.2em;
}

.heading-36.white-h1 {
  font-size: 38px;
  line-height: 1.2em;
}

.navbar__icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.navbar__icon.is--2 {
  display: none;
}

.navbar__icon.is--1 {
  display: block;
}

.content-2 {
  flex: 1;
}

.square {
  z-index: 4;
  border-radius: .5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.square.is--line {
  background-color: #eeedf22e;
  border-radius: 100vw;
  width: 100%;
  height: .15em;
  margin-top: 1.7em;
}

.square.is--hamburger {
  background-color: #131313;
  transition: background-color .2s;
}

.square.is--hamburger:hover {
  background-color: #1f1f1f;
}

.square.is--profile {
  background-image: url('../images/Pro_Digital_Icon_256x256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .7em;
}

.div-block-16 {
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.div-block-16.white-h1 {
  color: #fff;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.2em;
}

.cursor-wrapper {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor {
  background-color: #e67e22;
  border: 1px #e67e22;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  transform: translate(-50%, -50%);
}

.cursor__inner {
  background-color: #e67e22;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.footer-link-copy {
  clear: left;
  color: #6f737c;
  cursor: pointer;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-link-copy:hover {
  color: #e67e22;
}

.cursor-wrapper-2 {
  z-index: 9999;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.large-cursor {
  border: 1px solid #3c3c3c;
  border-radius: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.text-cursor {
  letter-spacing: 1px;
  font-size: 1.5em;
  display: none;
}

.dot-container {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.dot {
  background-color: #e67e22;
  border-radius: 50vw;
  justify-content: space-between;
  align-items: center;
  width: 5px;
  height: 5px;
  display: block;
}

.div-block-264 {
  background-color: #e67e2280;
  width: 7em;
  height: 2px;
}

.div-block-264.our-mission-line, .div-block-264.our-vision-and-values-line {
  width: 4em;
}

.div-block-264.your-trusted-pest-control-experts {
  background-color: #e67e2280;
  justify-content: center;
  align-items: center;
  width: 5em;
}

.div-block-264.why-choose-pest-pro-line {
  background-color: #e67e2280;
  width: 2.5em;
}

.div-block-264.why-choose-pest-pro-line.home-list-v1 {
  width: 6em;
}

.div-block-264.cockroach-line {
  background-color: #e67e2280;
  width: 7em;
}

.text-span-3 {
  color: #e67e22;
}

.div-block-265 {
  display: block;
}

.home-footer-link {
  clear: left;
  color: #6f737c;
  cursor: pointer;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

.home-footer-link:hover {
  color: #e67e22;
}

.cursor-wrapper-3 {
  z-index: 9999;
  position: fixed;
  inset: 0%;
}

.cursor-2 {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  transform: translate(-50%, -50%);
}

.cursor__inner-2 {
  background-color: #e67e22;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.div-block-229-copy {
  margin-top: 20px;
}

.bold-text-43 {
  font-weight: 600;
}

.div-block-266 {
  background-image: url('../images/placeholder_1placeholder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 100%;
  height: 100%;
}

.div-block-266.featured-v1-img-v2 {
  background-image: url('../images/Pest_Pro_Landing-page-11.jpg');
}

.div-block-266.cockroach-slide-img-v3 {
  background-image: url('../images/Pest-Pro_Cockroach-v2.jpg');
}

.div-block-266.bed-bug-slide-img-v4 {
  background-image: url('../images/Pest-Pro_Bed-Bug-v2.jpg');
}

.div-block-266.mosquito-slide-img-v5 {
  background-image: url('../images/Pest-Pro_Mosquitoe-v2.jpg');
}

.div-block-266.rodent-control-slide-img-v6 {
  background-image: url('../images/Pest-Pro_Rodent-v2.jpg');
}

.text-block-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.property-gallery-image-wrapper {
  height: 100%;
  overflow: hidden;
}

.property-hero-slider-item {
  overflow: hidden;
}

.text-block-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.link-block-12 {
  text-decoration: none;
}

.slide-nav-3 {
  opacity: .7;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
}

.property-slider-arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px;
  font-size: 18px;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  right: 60px;
}

.property-slider-arrow:hover {
  color: #ff6314;
  background-color: #fff;
}

.property-slider-arrow.arrow-left {
  margin-left: 0;
  left: 60px;
  right: auto;
}

.button-icon-copy {
  color: #030304;
  width: 24px;
  height: 24px;
  font-weight: 400;
}

.div-block-267 {
  background-image: url('../images/placeholder_1placeholder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 100%;
  height: 100%;
}

.div-block-267.featured-v1-img-v1 {
  background-image: url('../images/Pest-Pro_Hero-Section-v2.jpg');
}

.div-block-268 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 15% 7%;
}

.button-icon-copy-copy {
  color: #030304;
  transform-style: preserve-3d;
  width: 24px;
  height: 24px;
  font-weight: 400;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.property-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-269, .div-block-270 {
  background-color: #ef5f26;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.home-btn {
  clear: left;
  color: #6f737c;
  cursor: pointer;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

.home-btn:hover {
  color: #e67e22;
}

.home-btn.w--current {
  color: #6f737c;
}

.home-btn.home-btn {
  -webkit-text-fill-color: transparent;
  background-color: #e67e22;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-btn-copy {
  clear: left;
  color: #6f737c;
  cursor: pointer;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

.home-btn-copy:hover {
  color: #e67e22;
}

.home-btn-copy.w--current {
  color: #6f737c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e67e22, #e67e22);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-btn-copy.home-btn {
  -webkit-text-fill-color: transparent;
  background-color: #e67e22;
  -webkit-background-clip: text;
  background-clip: text;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .platform-dropdown-open-inner-box {
    padding-bottom: 80px;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .topbar-3-main-block---t3 {
    box-shadow: 0 0 0 1px #0003, 4px 4px 16px #0003;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .container---t3, .navbar-no-shadow-container---t03 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .image-split-2 {
    height: 520px;
  }
}

@media screen and (min-width: 1440px) {
  .platform-dropdown-open.w--open {
    align-items: flex-start;
    width: 1260px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    left: -179px;
  }

  .platform-dropdown-sol.w--open {
    left: -657px;
  }

  .platform-link {
    width: 100%;
  }

  .nav-link-2 {
    border-radius: 5px;
    font-size: 16px;
  }

  .nav-link-2:hover {
    color: #f0629a;
    background-color: #6f67670a;
  }

  .platform-dropdown-resources.w--open {
    left: -312px;
  }

  .dropdown-text {
    font-size: 12px;
    line-height: 18px;
  }

  .dropdown {
    font-size: 16px;
  }

  .platform-box-v2 {
    padding-bottom: 100px;
    padding-right: 35px;
  }

  .solution-card {
    width: 18%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .platform-dropdown-open-2.w--open {
    align-items: flex-start;
    width: 1260px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    left: -179px;
  }

  .platform-dropdown-sol-2.w--open {
    left: 0;
  }

  .nav-link-3 {
    border-radius: 5px;
    font-size: 16px;
  }

  .nav-link-3:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .dropdown-2 {
    font-size: 16px;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-regular---t3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .detail-block---t3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

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

  .navbar-no-shadow-container---t03 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .image-split-2 {
    height: 600px;
  }

  .home {
    border-radius: 5px;
    font-size: 16px;
  }

  .home:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .about-us {
    border-radius: 5px;
    font-size: 16px;
  }

  .about-us:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .solution {
    border-radius: 5px;
    font-size: 16px;
  }

  .solution:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .home-page {
    border-radius: 5px;
    font-size: 16px;
  }

  .home-page:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .about-us-copy {
    border-radius: 5px;
    font-size: 16px;
  }

  .about-us-copy:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .solution-copy {
    border-radius: 5px;
    font-size: 16px;
  }

  .solution-copy:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .solutions-copy {
    border-radius: 5px;
    font-size: 16px;
  }

  .solutions-copy:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .solutions-copy-copy {
    border-radius: 5px;
    font-size: 16px;
  }

  .solutions-copy-copy:hover {
    color: #b24b26;
    -webkit-text-stroke-color: #b24b26;
    background-color: #6f67670a;
  }

  .link-block-2 {
    width: 3%;
    max-width: 3%;
  }

  .slide-img {
    background-image: url('../images/Pest_Pro_Landing-page-09.jpg');
    background-size: cover;
  }

  .slider-5 {
    height: 620px;
  }

  .residential-banner {
    height: 550px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .property-hero-slider {
    height: 620px;
  }
}

@media screen and (min-width: 1920px) {
  .platform-dropdown-sol.w--open {
    left: -885px;
  }

  .navbar-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-big-block---t3 {
    border: 0 solid #000;
    flex: none;
  }

  .topbar-and-nav-block---t3 {
    border: 0 solid #000;
    margin-left: -1px;
    margin-right: -1px;
  }

  .detail-block---t3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .topbar-3-main-block---t3 {
    margin-left: auto;
    margin-right: auto;
  }

  .topbar---t3 {
    border: 0 solid #000;
  }

  .nav-button-wrapper---t3 {
    flex: none;
  }

  .container---t3 {
    margin-left: 0;
    margin-right: 0;
  }

  .topbar-main-block._01 {
    background-image: url('../images/background-Image-5_1background Image (5).webp');
    background-size: cover;
  }

  .paragraph-75 {
    max-width: 133ch;
  }

  .image-split-2 {
    height: 800px;
  }

  .section-5 {
    margin-top: 0;
  }

  .container-12 {
    margin-top: 60px;
  }

  .image-40 {
    height: 1040px;
  }

  .slide-img {
    background-image: url('../images/Pest_Pro_Landing-page-07.jpg');
  }

  .slide-img.two {
    background-image: url('../images/Pest_Pro_Landing-page-10.jpg');
  }

  .slide-img.two.three {
    background-image: url('../images/Pest_Pro_Landing-page-v1-13.jpg');
  }

  .slide-img.two.three.four {
    background-image: url('../images/Pest_Pro_Landing-page-v1-15.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-img.two.three.four.five {
    background-image: url('../images/Pest_Pro_Landing-page-v1-17.jpg');
    background-position: 50%;
  }

  .slide-img.two.service-two {
    background-image: url('../images/Pest_Pro_Landing-page-v1-11.jpg');
  }

  .slide-img.one {
    background-image: url('../images/Pest-Pro_Cockroach-v1.jpg');
  }

  .slide-img.one.two {
    background-image: url('../images/Pest-Pro_Bed-Bug-v1.jpg');
  }

  .slide-img.one.two.three {
    background-image: url('../images/Pest-Pro_Mosquitoe-v1.jpg');
  }

  .slide-img.one.two.three.four {
    background-image: url('../images/Pest-Pro_Rodent-v1.jpg');
    background-position: 50% 100%;
  }

  .slide-img.one.two.three.four.five {
    background-image: url('../images/Pest-Pro-design_Termite-Treatment-v1.png'), linear-gradient(#0006, #0006), url('../images/Pest-Pro-Img_Termite-Treatment-v1.jpg');
  }

  .slide-img.one.two.three.four.five.six {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pest-Pro_Wood-Borer-v1.jpg');
  }

  .slide-img.one.two.three.four.five.six.seven {
    background-image: url('../images/Pest-Pro_Lizard-and-Spider-Treatment-v1.jpg');
  }

  .slide-img.one.two.three.four.five.six.seven.eight {
    background-image: url('../images/Pest-Pro_Disinfection-Services-v1.jpg');
  }

  .slide-img.service-one {
    background-image: url('../images/Pest_Pro_Landing-page-v1-09.jpg');
  }

  .residential-banner {
    height: 550px;
  }

  .slide-img-copy {
    background-image: url('../images/Pest_Pro_About-Us-v1.jpg');
  }

  .div-block-266.featured-v1-img-v2 {
    background-image: url('../images/Pest_Pro_Landing-page-10.jpg');
  }

  .div-block-266.cockroach-slide-img-v3 {
    background-image: url('../images/Pest-Pro_Cockroach-v1.jpg');
  }

  .div-block-266.bed-bug-slide-img-v4 {
    background-image: url('../images/Pest-Pro_Bed-Bug-v2.jpg');
  }

  .div-block-266.mosquito-slide-img-v5 {
    background-image: url('../images/Pest-Pro_Mosquitoe-v1.jpg');
  }

  .div-block-266.rodent-control-slide-img-v6 {
    background-image: url('../images/Pest-Pro_Rodent-v1.jpg');
  }

  .div-block-267.featured-v1-img-v1 {
    background-image: url('../images/Pest-Pro_Hero-Section-v1.jpg');
  }

  .div-block-268 {
    left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .div-block {
    margin-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 60px;
    overflow: auto;
  }

  .sol-box {
    flex-direction: column;
  }

  .solution-main-box {
    box-shadow: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .nav-open-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100%;
    padding: 40px 40px 130px 0;
    overflow: auto;
  }

  .dropdown-toggle {
    width: 100%;
    font-size: 16px;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .platform-dropdown-open.w--open {
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .platform-dropdown-open.v2 {
    box-shadow: none;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    width: 100%;
  }

  .resources-box-v2 {
    width: 100%;
    padding-bottom: 40px;
  }

  .nav-button-box {
    display: none;
  }

  .nav-button-box.mobile {
    margin-top: 15px;
    margin-left: 50px;
    display: flex;
  }

  .platform-dropdown-sol.w--open {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .platform-link.sol {
    width: 100%;
  }

  .platform-link-icon-box {
    flex: none;
  }

  .drop-icon {
    margin-right: 20px;
  }

  .pricing {
    flex-direction: column;
    display: flex;
  }

  .pricing:hover {
    background-color: #0000;
  }

  .platform-dropdown-open-inner-box {
    width: 100%;
  }

  .nav-link-2 {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .nav-link-2.mbl {
    display: block;
  }

  .platform-dropdown-resources.w--open {
    width: 100vw;
    padding-top: 0;
    left: 0;
  }

  .platform-dropdown-resources.v2 {
    box-shadow: none;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    width: 100vw;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .platform-wrap-box {
    margin-left: 0;
  }

  .platform-wrap-box.flex {
    display: flex;
  }

  .dropdown-text.mobile-hide {
    display: none;
  }

  .nav-container {
    width: 90%;
  }

  .resources-box {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .dropdown:hover {
    background-color: #0000;
  }

  .platform-box-v2 {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .solution-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .sol-box-v2 {
    grid-row-gap: 20px;
    background-color: #fafbfc;
    flex-direction: column;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    color: #000000b3;
    background-color: #0000;
  }

  .navbar {
    box-shadow: 0 2px 1px #00000040;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 60px;
    overflow: auto;
  }

  .dropdown-toggle-2 {
    width: 100%;
    font-size: 16px;
  }

  .dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .platform-dropdown-open-2.w--open {
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .platform-dropdown-open-2.v2 {
    box-shadow: none;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    width: 100%;
  }

  .platform-dropdown-sol-2.w--open {
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .pricing-2 {
    flex-direction: column;
    display: flex;
  }

  .pricing-2:hover {
    background-color: #0000;
  }

  .nav-link-3 {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .nav-link-3.mbl {
    display: block;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .dropdown-2:hover {
    background-color: #0000;
  }

  .navbar-2 {
    box-shadow: 0 2px 1px #00000040;
  }

  .logo {
    object-fit: cover;
  }

  .logo-big-block---t3 {
    display: none;
  }

  .navbar-wrapper---t3 {
    justify-content: space-between;
    overflow: hidden;
  }

  .tw---t3 {
    background-color: #4ccef9;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .dropdown-link---t3 {
    color: #1d262d;
    font-weight: 500;
  }

  .in---t3 {
    background-color: #0072b1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .detail-block---t3 {
    display: none;
  }

  .navbar-no-shadow---t3 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .navbar-brand---t3 {
    display: block;
  }

  .dropdown-list---t3.w--open {
    background-color: #fff;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
    top: 0%;
    left: 0;
  }

  .contact-heading-res---t3 {
    color: #000;
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }

  .nav-link---t3 {
    color: #1d262d;
    width: 100%;
    padding: 14px 5px;
    display: block;
  }

  .topbar-nav-list-item {
    color: #1d262d;
    text-align: left;
    width: 100%;
  }

  .topbar---t3 {
    display: none;
  }

  .menu-button---t3 {
    padding: 12px;
  }

  .menu-button---t3.w--open {
    z-index: 30;
    color: #fff;
    background-color: #c8c8c800;
  }

  .yt---t3 {
    background-color: red;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .contact-link-icon-res---t3 {
    color: #0a66c2;
  }

  .nav-button-wrapper---t3 {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu---t3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .social-icon---t3 {
    color: #fff;
  }

  .dropdown-toggle---t3 {
    color: #1d262d;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 5px;
  }

  .contact-link-block-res---t3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #6f7775;
    text-align: left;
    text-decoration: none;
    display: flex;
  }

  .topbar-btn {
    border: 1px solid #1d262d;
  }

  .dropdown---t3 {
    width: 100%;
  }

  .topbar-main-block {
    position: relative;
  }

  .navbar-no-shadow-container---t03 {
    position: static;
  }

  .contact-block-res---t3 {
    margin-top: 20px;
    display: block;
  }

  .icon-3 {
    color: #1d262d;
  }

  .social-icon-block-res---t3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 30px;
    display: flex;
  }

  .contact-list-item-res---t3 {
    font-size: 16px;
    line-height: 30px;
  }

  .fb---t3 {
    background-color: #4661c5;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-wrapper---t3 {
    z-index: 9999;
    background-color: #fff;
    width: 70%;
    height: 85vh;
    margin-top: 92px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .slider {
    height: 400px;
  }

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 10px;
  }

  .label {
    font-size: 14px;
  }

  .form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    display: grid;
  }

  .heading-6 {
    font-size: 28px;
  }

  .container-8 {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-75 {
    font-size: 14px;
  }

  .div-block-219 {
    margin-bottom: 0;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-4 {
    color: #000;
  }

  .tab-button---brix {
    font-size: 16px;
  }

  .tab-button---brix.w--current {
    font-size: 28px;
    line-height: 0;
  }

  .text-block-3 {
    font-size: 28px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: auto;
    max-width: 100%;
    padding: 32px 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
    font-size: 16px;
    font-weight: 600;
  }

  .container-default {
    max-width: 162%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .author-name {
    font-size: 14px;
  }

  .column-right {
    padding: 20px;
  }

  .logo-column {
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .logo-wrapper {
    flex-wrap: wrap;
  }

  .author-job {
    font-size: 12px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .container-10 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .quote-h4 {
    font-size: 14px;
  }

  .column-left {
    padding: 20px;
  }

  .heading-24 {
    font-size: 20px;
  }

  .paragraph-76 {
    font-size: 14px;
  }

  .container-11 {
    max-width: 95%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-25 {
    font-size: 16px;
  }

  .grid-column-2 {
    height: auto;
  }

  .text-2 {
    padding: 0;
  }

  .image-split-2 {
    background-image: url('../images/Rectangle-28.png');
    background-position: 35%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 320px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-70 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-14 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .text-align-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-13 {
    color: #fff;
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
  }

  .container-13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-223 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .audience-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    font-size: 16px;
  }

  .body-2 {
    font-size: 14px;
  }

  .footer-link {
    font-size: 12px;
  }

  .company-footer-logo {
    width: 80px;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-26, .heading-27, .heading-28, .heading-29 {
    font-size: 16px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .home {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .home.mbl {
    display: block;
  }

  .about-us {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .about-us.mbl {
    display: block;
  }

  .text-aign-copy.text-color.font {
    padding-top: 0;
  }

  .div-block-219-copy {
    margin-bottom: 0;
  }

  .heading-6-copy {
    font-size: 28px;
  }

  .our-mission {
    max-width: none;
    padding: 0 40px 30px;
  }

  .div-block-219-copy-copy {
    margin-bottom: 0;
  }

  .paragraph-75-copy {
    max-width: 70ch;
    font-size: 14px;
  }

  .about-pest-pro, .why-choose-us {
    max-width: none;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .solution {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .solution.mbl {
    display: block;
  }

  .our-vision-and-values {
    max-width: none;
    padding: 30px 40px 0;
  }

  .home-page {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .home-page.mbl {
    display: block;
  }

  .about-us-copy {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .about-us-copy.mbl {
    display: block;
  }

  .solution-copy {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .solution-copy.mbl {
    display: block;
  }

  .solutions-container, .pest-pro-s-cockroach-control-services, .industries-where-cockroach-treatment-is-crucial, .commercial-establishments, .healthcare-facilities, .educational-institutions, .industrial-and-office-spaces, .transportation-hubs, .public-spaces, .public-spaces-copy {
    max-width: none;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .solutions-copy {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .solutions-copy.mbl {
    display: block;
  }

  .solutions-copy-copy {
    margin-left: 30px;
    font-size: 16px;
    display: inline-block;
  }

  .solutions-copy-copy.mbl {
    display: block;
  }

  .drop-icon-copy {
    margin-right: 20px;
  }

  .container-17 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .dropdown-list-9 {
    padding-top: 20px;
    position: relative;
  }

  .div-block-228 {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .sub-dropdown-list-9 {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-link-9:hover {
    color: #b25e40;
  }

  .sub-dropdown-9 {
    display: block;
  }

  .right-arrow-9 {
    font-size: 16px;
    transform: rotate(0);
  }

  .dropdown-9 {
    display: block;
  }

  .down-arrow-9 {
    margin-right: 28px;
    font-size: 16px;
  }

  .nav-menu-9 {
    z-index: 10;
    background-color: #f8f8ff;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 90vh;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    inset: 11% 0% auto;
    overflow: scroll;
  }

  .home-v1, .about-us-v1, .services, .about-us-v1-copy, .home-v1-copy {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .cockroach-control {
    max-width: none;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-typography, .residential-areas-paragraph {
    font-size: 14px;
  }

  .home-v3, .services-v3 {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .hack-container {
    width: 90%;
    min-height: auto;
  }

  .div-block-219-copy-copy-copy {
    margin-bottom: 0;
  }

  .rodent-control-solution-container {
    max-width: none;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .down-arrow-9-copy {
    margin-right: 28px;
    font-size: 16px;
  }

  .home-v2, .home-v4, .home-v5, .home-v6, .home-v7, .home-v8, .home-v9, .home-v10 {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .label-2 {
    font-size: 14px;
  }

  .paragraph-75-copy-copy {
    max-width: 70ch;
    font-size: 14px;
  }

  .rodent-control-solution-container-copy {
    max-width: none;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .commercial-home {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .container-9-copy {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .commercial-home-copy {
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .book-free-inspection {
    max-width: 88%;
    font-size: 16px;
    font-weight: 600;
  }

  .label-3 {
    font-size: 14px;
  }

  .form-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-30 {
    font-size: 28px;
  }

  .container-19 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fields-3 {
    font-size: 14px;
  }

  .container-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-2 {
    width: 5%;
    max-width: 5%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dropdown-link-9-2 {
    font-size: 14px;
  }

  .dropdown-link-9-2:hover, .dropdown-link-9-2.w--open:hover {
    color: #e4e837;
  }

  .nav-link-9 {
    color: #f8f8ff;
    border-bottom: 1px solid #404b5c;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    display: block;
  }

  .hamburger-9 {
    color: #6f737c;
    font-size: 30px;
    line-height: 30px;
  }

  .librarie-container.p-0 {
    padding: 5px 20px;
  }

  .text-block-2, .text-block {
    color: #f8f8ff;
  }

  .sub-dropdown-list-9-2 {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav-menu-9-2 {
    z-index: 10;
    background-color: #f8f8ff;
    max-height: 90vh;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: visible;
  }

  .navbar-wrapper-9 {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-9-2 {
    display: block;
  }

  .div-block-243 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-9 {
    color: #fff;
    background-color: #fff0;
  }

  .menu-button-9.w--open {
    background-color: #fff0;
  }

  .link-block-8:hover {
    color: #e4e837;
  }

  .dropdown-list-9-2 {
    padding-top: 20px;
    position: relative;
  }

  .down-arrow-9-2 {
    margin-right: 28px;
    font-size: 16px;
  }

  .text-block-8, .text-block-9 {
    color: #f8f8ff;
  }

  .sub-dropdown-list-9-3 {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-link-9-3 {
    font-size: 14px;
  }

  .dropdown-link-9-3:hover {
    color: #b25e40;
  }

  .dropdown-link-9-3.w--open:hover {
    color: #e4e837;
  }

  .nav-link-9-2 {
    color: #3c3c3c;
    border-bottom: 1px solid #b25e40;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    display: block;
  }

  .slider-4 {
    height: 400px;
  }

  .text-block-10 {
    color: #3c3c3c;
  }

  .sub-dropdown-list-9-4 {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    top: auto;
    left: auto;
  }

  .heading-31 {
    font-size: 50px;
    line-height: 1.4em;
  }

  .navbar-wrapper-9-2 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-66 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .image-40 {
    height: 450px;
  }

  .dropdown-9-3 {
    display: block;
  }

  .menu-button-9-2 {
    color: #fff;
    background-color: #fff0;
    padding: 10px 0 10px 10px;
  }

  .menu-button-9-2.w--open {
    background-color: #fff0;
  }

  .dropdown-list-9-3 {
    padding-top: 20px;
    position: relative;
  }

  .down-arrow-9-3 {
    margin-right: 28px;
    font-size: 16px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding: 10px 20px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    right: auto;
  }

  .nav-dropdown-link-2 {
    text-align: center;
    padding: 10px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 10px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-23 {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-9-2-copy, .nav-link-9-2-copy-copy, .nav-link-9-2-copy, .nav-link-9-2-copy-copy, .nav-link-9-2-about, .nav-link-9-2-copy-copy-copy, .nav-link-9-2-home, .nav-link-9-2-copy, .nav-link-9-about, .nav-link-9-2-copy-copy, .nav-link-9-2-copy-copy {
    color: #3c3c3c;
    border-bottom: 1px solid #b25e40;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    display: block;
  }

  .container-30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-252 {
    margin-top: 190px;
  }

  .heading-34 {
    font-size: 36px;
  }

  .paragraph-77 {
    font-size: 14px;
  }

  .slide-img {
    background-image: url('../images/Pest_Pro_Landing-page-08.jpg');
    background-size: cover;
  }

  .slider-5 {
    height: 320px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading {
    font-size: 28px;
  }

  .residential-banner {
    height: 400px;
  }

  .div-block-254 {
    height: 330px;
  }

  .service-slogan-paragraph {
    font-size: 16px;
  }

  .container-35 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-copy {
    font-size: 14px;
  }

  ._w-pricing-table-item, .a-price-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-10-copy {
    color: #3c3c3c;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .inner-container._400px {
    max-width: none;
  }

  .section-201 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .card.form {
    padding: 54px 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36 {
    width: 100%;
  }

  .form-submission-code {
    margin-top: -30px;
  }

  .footer-link-copy {
    font-size: 12px;
  }

  .cursor-wrapper-2, .div-block-265 {
    display: none;
  }

  .home-footer-link {
    font-size: 12px;
  }

  .text-block-13, .text-block-14 {
    font-size: 10px;
  }

  .property-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
    right: 30px;
  }

  .property-slider-arrow.arrow-left {
    display: flex;
    left: 30px;
  }

  .property-hero-slider {
    height: 320px;
  }

  .home-btn, .home-btn-copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link, .commercial, .link-3 {
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid-box {
    grid-row-gap: 15px;
    flex-direction: column;
    margin-top: 15px;
    display: flex;
  }

  .solution-main-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-open-box {
    padding-left: 20px;
  }

  .platform-dropdown-open.w--open {
    background-color: #fff;
    margin-top: 0;
  }

  .resources-box-v2 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .icon-box {
    flex: none;
  }

  .nav-button-box.mobile {
    margin-left: 35px;
  }

  .platform-dropdown-sol.w--open {
    margin-left: -20px;
  }

  .platform-link.v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .platform-dropdown-open-inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .platform-dropdown-resources.w--open {
    border-bottom-left-radius: 10px;
  }

  .platform-dropdown-resources.v2 {
    margin-left: -20px;
  }

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

  .dropdown-text.mobile-hide {
    display: block;
  }

  .dropdown-text.mobile-show {
    display: none;
  }

  .nav-container {
    width: 95%;
  }

  .resources-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown {
    padding-left: 0;
  }

  .res-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sol-box-v2 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .platform-dropdown-open-2.w--open {
    background-color: #fff;
    margin-top: 0;
  }

  .platform-dropdown-sol-2.w--open {
    margin-left: -20px;
  }

  .nav-link-3 {
    margin-left: 0;
  }

  .dropdown-2, .navbar-brand---t3 {
    padding-left: 0;
  }

  .nav-link---t3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-menu---t3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu-wrapper---t3 {
    width: 100%;
  }

  .image-2 {
    max-width: 65%;
  }

  .slider {
    height: 400px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-aign.text-color.font {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-aign.text-color.font-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .label {
    font-size: 12px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .container-8 {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .fields, .paragraph-75 {
    font-size: 12px;
  }

  .container-9 {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .tab-button---brix.w--current {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .tabs-container---brix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: auto;
    max-width: 100%;
    padding: 0 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }

  .open-close-icon-wrapper---brix {
    width: 12px;
    min-height: 12px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 16px;
  }

  .container-default {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .author-name {
    font-size: 12px;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .testimonial-image {
    width: 80%;
    max-width: 80%;
  }

  .curve-rough {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.our-work {
    padding-bottom: 40px;
  }

  .content-block.blog {
    padding-bottom: 20px;
  }

  .author-job {
    font-size: 10px;
  }

  .text-fixed-height {
    min-height: auto;
    font-size: 12px;
  }

  .container-10 {
    width: 100%;
    margin-top: 20px;
  }

  .image-wrapper {
    height: 280px;
  }

  .image-wrapper.blog {
    flex-flow: row;
    order: 0;
    display: flex;
  }

  .quote-h4 {
    font-size: 12px;
  }

  .testimonial-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    display: grid;
    box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .column-left {
    width: 100%;
  }

  .heading-24 {
    font-size: 18px;
  }

  .paragraph-76 {
    font-size: 12px;
  }

  .container-11 {
    max-width: 94%;
    padding-top: 30px;
  }

  .heading-25 {
    font-size: 12px;
  }

  .grid-column-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .image-split-2 {
    background-image: url('../images/Rectangle-28.png');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 850px;
  }

  .paragraph-70, .paragraph-4 {
    font-size: 12px;
  }

  .section-5 {
    height: auto;
  }

  .text-align-2 {
    flex-flow: column;
    max-width: 100%;
    padding: 40px 30px;
  }

  .heading-13 {
    font-size: 24px;
  }

  .div-block-222 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-223 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-4, .text-block-5 {
    font-size: 12px;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .audience-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .body-2 {
    font-size: 12px;
  }

  .container-14 {
    padding: 75px 15px;
  }

  .container-15 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-26, .heading-27, .heading-28, .heading-29 {
    margin-top: 0;
    font-size: 14px;
  }

  .home, .about-us {
    margin-left: 0;
  }

  .heading-6-copy {
    font-size: 24px;
  }

  .our-mission {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-75-copy {
    max-width: 60ch;
    font-size: 12px;
  }

  .about-pest-pro, .why-choose-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solution {
    margin-left: 0;
  }

  .our-vision-and-values {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home-page, .about-us-copy, .solution-copy {
    margin-left: 0;
  }

  .solutions-container, .pest-pro-s-cockroach-control-services, .industries-where-cockroach-treatment-is-crucial, .commercial-establishments, .healthcare-facilities, .educational-institutions, .industrial-and-office-spaces, .transportation-hubs, .public-spaces, .public-spaces-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solutions-copy, .solutions-copy-copy {
    margin-left: 0;
  }

  .select-bhks, .select-services {
    font-size: 12px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .nav-menu-9 {
    height: 90vh;
  }

  .residential {
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .cockroach-control {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-typography, .residential-areas-paragraph {
    font-size: 12px;
  }

  .list-2 {
    margin-bottom: 0;
    padding-left: 50px;
  }

  .list-copy {
    padding-left: 50px;
  }

  .hack-button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .hack42-45-form {
    width: 25rem;
  }

  .hack-form-select {
    font-size: .875rem;
  }

  .hack-content-live-example {
    width: 1.875rem;
  }

  .hack-container {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .list-copy-copy, .industries-where-mosquito-treat-pointsment-is-crucial {
    padding-left: 50px;
  }

  .div-block-219-copy-copy-copy {
    margin-top: 20px;
  }

  .rodent-control-solution-container {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .label-2 {
    font-size: 12px;
  }

  .paragraph-75-copy-copy {
    max-width: 60ch;
    font-size: 12px;
  }

  .rodent-control-solution-container-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-232 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .book-free-inspection {
    max-width: 80%;
    font-size: 16px;
  }

  .fields-copy, .label-3, .submit-button-2 {
    font-size: 12px;
  }

  .heading-30 {
    font-size: 24px;
  }

  .fields-3 {
    font-size: 12px;
  }

  .container-20 {
    padding-top: 20px;
  }

  .text-field-8, .select-field.text-field-8, .submit-button-3, .label-v1 {
    font-size: 14px;
  }

  .text-aign-copy-copy.text-color.font {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4 {
    max-width: 65%;
  }

  .link-block-2 {
    width: 6%;
    max-width: 6%;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-link-9-2, .nav-link-9 {
    font-size: 12px;
  }

  .librarie-container.p-0 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu-9-2 {
    height: 90vh;
  }

  .div-block-245 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-232-copy {
    margin-top: 20px;
  }

  .dropdown-link-9-3, .nav-link-9-2 {
    font-size: 12px;
  }

  .slider-4 {
    height: 400px;
  }

  .site-logo-9-2 {
    padding-left: 0;
  }

  .image-108 {
    max-width: 65%;
  }

  .heading-31 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .paragraph-66 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .image-40 {
    height: 350px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-9-2-copy, .nav-link-9-2-copy-copy, .nav-link-9-2-copy, .nav-link-9-2-copy-copy, .nav-link-9-2-about, .nav-link-9-2-copy-copy-copy, .nav-link-9-2-home, .nav-link-9-2-copy, .nav-link-9-about {
    font-size: 12px;
  }

  .div-block-249 {
    right: 14px;
  }

  .nav-link-9-2-copy-copy {
    font-size: 12px;
  }

  .container-30 {
    padding-top: 20px;
  }

  .div-block-252 {
    margin-top: 200px;
    margin-bottom: 0;
  }

  .heading-34 {
    font-size: 32px;
  }

  .paragraph-77 {
    margin-top: 5px;
    font-size: 12px;
  }

  .right-arrow-10 {
    width: 35px;
    height: 35px;
  }

  .icon-8-copy {
    bottom: 30px;
    right: 30px;
  }

  .icon-9-copy {
    bottom: 30px;
    left: 30px;
  }

  .left-arrow-2 {
    width: 35px;
    height: 35px;
  }

  .slider-5 {
    height: 230px;
  }

  .paragraph {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .heading {
    font-size: 24px;
  }

  .right-arrow-11, .left-arrow-3 {
    width: 35px;
    height: 35px;
  }

  .div-block-254 {
    height: 330px;
  }

  .service-slogan-paragraph {
    margin-top: 5px;
    font-size: 12px;
  }

  .paragraph-copy {
    margin-top: 10px;
    font-size: 12px;
  }

  .mosquito-control-price-table {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-pricing-table {
    flex-direction: column;
  }

  .cockroach-control-price-table, .bed-bug-control-price-table {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .commercial-copy {
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-201 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .form-submission-code {
    margin-top: 0;
  }

  .div-block-264 {
    width: 5.5em;
  }

  .div-block-264.our-mission-line, .div-block-264.our-vision-and-values-line {
    width: 3.5em;
  }

  .div-block-264.cockroach-line {
    width: 5.5em;
  }

  .text-block-13, .text-block-14 {
    font-size: 8px;
  }

  .property-slider-arrow.arrow-left {
    display: flex;
  }

  .div-block-268 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .property-hero-slider {
    height: 230px;
  }

  .div-block-269, .div-block-270 {
    padding: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    margin-right: 5px;
  }

  .link {
    font-size: 12px;
  }

  .commercial {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .link-3 {
    font-size: 12px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-button {
    padding: 12px 24px;
    font-size: 3.6vw;
    line-height: 1.2;
  }

  .solution-main-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-open-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle {
    padding-left: 15px;
  }

  .resources-box-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-box {
    flex: none;
  }

  .nav-button-box.mobile {
    align-items: center;
    margin-left: 25px;
  }

  .platform-dropdown-sol.w--open {
    margin-left: -10px;
  }

  .platform-link-icon-box {
    width: 35px;
    height: 37px;
  }

  .data-box {
    justify-content: space-between;
  }

  .platform-dropdown-open-inner-box {
    padding-left: 20px;
  }

  .nav-link-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .platform-dropdown-resources.v2 {
    margin-left: -10px;
  }

  .platform-social-link {
    width: 50px;
  }

  .help-resources-v2 {
    margin-top: 20px;
  }

  .resources-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .res-card {
    align-items: flex-start;
  }

  .platform-box-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sol-box-v2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .dropdown-toggle-2 {
    padding-left: 15px;
  }

  .platform-dropdown-sol-2.w--open {
    margin-left: -10px;
  }

  .nav-link-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    flex: none;
  }

  .navbar-no-shadow---t3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button-wrapper---t3 {
    width: auto;
  }

  .nav-menu---t3 {
    flex-direction: column;
  }

  .contact-link-block-res---t3 {
    text-align: left;
  }

  .image-2 {
    max-width: 50%;
  }

  .slider {
    height: 200px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-8 {
    padding: 20px 30px 0;
  }

  .container-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-221 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: flex;
  }

  .tab-button---brix {
    text-align: center;
    width: 100%;
    max-width: 65%;
    margin: 4px auto;
  }

  .tab-button---brix.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-container---brix {
    margin-top: 0;
    padding: 20px 0;
    overflow: visible;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .accordion-item---brix.tabs-accordion---brix, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy, .accordion-item---brix.tabs-accordion---brix-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 30px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix {
    width: 12px;
    min-height: 12px;
    margin-right: 0;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 16px;
  }

  .container-default {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-column {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content-block {
    padding-bottom: 20px;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .image-wrapper {
    height: 260px;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .author-block {
    margin-top: 15px;
  }

  .column-left {
    padding: 40px 15px;
  }

  .container-11 {
    max-width: 89%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-25 {
    font-size: 12px;
  }

  .grid-column-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .text-2 {
    width: 80%;
    max-width: 80%;
  }

  .image-split-2 {
    background-image: url('../images/Rectangle-28.png');
    background-position: 65%;
    background-repeat: repeat;
    height: 550px;
  }

  .section-5 {
    height: auto;
  }

  .text-align-2 {
    text-align: left;
    padding: 20px;
  }

  .container-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-223 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .container-14 {
    padding: 50px 10px;
  }

  .container-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home, .about-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-mission {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-75-copy {
    max-width: 34ch;
  }

  .about-pest-pro, .why-choose-us {
    padding-left: 30px;
    padding-right: 30px;
  }

  .solution {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-227 {
    background-color: #fff;
    min-height: 25px;
    margin-left: 10px;
  }

  .our-vision-and-values {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-page, .about-us-copy, .solution-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .solutions-container, .pest-pro-s-cockroach-control-services, .industries-where-cockroach-treatment-is-crucial, .commercial-establishments, .healthcare-facilities, .educational-institutions, .industrial-and-office-spaces, .transportation-hubs, .public-spaces, .public-spaces-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .solutions-copy, .solutions-copy-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-17 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .icon-5 {
    font-size: 8px;
  }

  .dropdown-toggle-3 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .residential {
    font-size: 12px;
  }

  .cockroach-control {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-2 {
    padding-left: 50px;
  }

  .hack42-45-form {
    flex-direction: column;
    align-items: center;
    width: 18.75rem;
  }

  .hack-container {
    margin-top: 3.125rem;
  }

  .hack42-45-form-right {
    margin-top: 1.875rem;
  }

  .hack42-45-form-left {
    margin-right: 0;
  }

  .list-copy-copy, .industries-where-mosquito-treat-pointsment-is-crucial {
    padding-left: 50px;
  }

  .rodent-control-solution-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-75-copy-copy {
    max-width: 34ch;
  }

  .rodent-control-solution-container-copy, .container-9-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-232 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .book-free-inspection {
    max-width: 70%;
    font-size: 16px;
  }

  .form-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-19 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-20 {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-field-8, .select-field.text-field-8, .submit-button-3, .label-v1 {
    font-size: 14px;
  }

  .image-4 {
    max-width: 65%;
  }

  .link-block-2 {
    width: 7%;
    max-width: 7%;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .librarie-container.p-0 {
    padding: 0 20px;
  }

  .site-logo-9 {
    flex: none;
    width: 180px;
    margin-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper-9 {
    justify-content: space-between;
  }

  .menu-button-9 {
    padding: 10px;
  }

  .div-block-245 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .slider-4 {
    height: 300px;
  }

  .site-logo-9-2 {
    width: 180px;
    padding-left: 0;
  }

  .image-108 {
    max-width: 50%;
  }

  .heading-31 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .navbar-wrapper-9-2 {
    justify-content: space-between;
  }

  .paragraph-66 {
    width: 70%;
    padding-top: 0;
  }

  .image-40 {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/Rectangle-1.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 350px;
  }

  .menu-button-9-2 {
    padding: 10px 0 10px 10px;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-23 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-249 {
    right: 12px;
  }

  .container-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-252 {
    margin-top: 155px;
  }

  .slide-img {
    background-image: url('../images/Pest_Pro_Landing-page-08.jpg');
    background-size: contain;
  }

  .slide-img.two.three.four.five {
    background-image: linear-gradient(#0000, #0000), url('../images/Termite-14.jpg');
    background-size: auto, cover;
  }

  .slider-5 {
    height: 150px;
  }

  .residential-banner {
    height: 200px;
  }

  .section-176, .section-177, .section-178, .section-179, .section-180, .section-181, .section-182, .section-183, .section-185, .section-186, .section-187, .section-188, .section-189 {
    height: 130px;
  }

  .div-block-254 {
    height: 330px;
  }

  .section-190, .section-191, .section-192, .section-193, .section-194, .section-195, .section-196, .section-197, .section-198, .section-199, .section-200 {
    height: 130px;
  }

  .container-35 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-toggle-3-copy {
    padding-left: 7px;
    padding-right: 7px;
  }

  .commercial-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .icon-5-copy {
    font-size: 8px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-201 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .accordion-item---brix-copy.tabs-accordion---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy, .accordion-item---brix-copy.tabs-accordion---brix-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .property-slider-arrow {
    right: 10px;
  }

  .property-slider-arrow.arrow-left {
    left: 10px;
  }

  .div-block-268 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    bottom: 10%;
    left: 3%;
  }

  .property-hero-slider {
    height: 150px;
  }
}

#w-node-adbef0d9-1104-a567-922f-9e61fc46f60d-8f2004d0, #w-node-adbef0d9-1104-a567-922f-9e61fc46f61f-8f2004d0 {
  order: 9999;
}

#w-node-_1ca03afc-00d4-25b7-7295-8636b3f65fc9-ddfdae4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ca03afc-00d4-25b7-7295-8636b3f65fcd-ddfdae4a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-adbef0d9-1104-a567-922f-9e61fc46f60d-8f2004d0 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-adbef0d9-1104-a567-922f-9e61fc46f60d-8f2004d0, #w-node-adbef0d9-1104-a567-922f-9e61fc46f61f-8f2004d0 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ca03afc-00d4-25b7-7295-8636b3f65fc9-ddfdae4a {
    grid-column: span 1 / span 1;
  }
}


