@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 100";
  src: url('../fonts/Sharp-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #313131;
  --white: white;
  --green: #0c7d13;
  --brown: #8c6239;
  --black-2: #d8d8d8;
  --red: #a6280d;
  --tan: #c69c6d;
  --grey: #7f7f7f;
  --brown-2: #603813;
  --green-2: #0c7d13;
  --form-gray: #d2d2d2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
}

.nav-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.slimmy {
  height: 400px;
  overflow: auto;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link {
  border-bottom: 5px solid var(--black);
  color: var(--white);
  text-align: left;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  border-bottom-color: var(--green);
}

.nav-link.w--current {
  border-bottom-color: var(--green);
  color: var(--white);
}

.top-section {
  justify-content: center;
  align-items: center;
  margin-top: 143px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-link-dropdown {
  border-bottom: 5px solid var(--black);
  color: var(--white);
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 600;
}

.nav-link-dropdown:hover {
  border-bottom-color: var(--green);
}

.text-block {
  font-size: 14px;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.co-logo-link {
  align-items: center;
  max-width: 200px;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.top-tel-link {
  color: var(--green);
  margin-bottom: 6px;
  font-size: 37.5px;
  font-weight: 800;
  line-height: 38px;
  text-decoration: none;
}

.top-email {
  color: #111;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.icon {
  margin-top: 30px;
  margin-right: 10px;
}

.overlay-div {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 675px;
  display: flex;
  position: absolute;
}

.slider-text-div {
  background-color: #0c7d13cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.slider-overlay-div {
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.slider-heading {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 50px;
}

.slider-small-text {
  color: var(--white);
  text-align: left;
  width: 85%;
  margin-bottom: 0;
  font-size: 18px;
}

.slider-medium-text {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

._4-boxes-section {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.box-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.box-heading.small {
  max-width: 280px;
  line-height: 50px;
}

._4-box-text {
  color: var(--white);
  width: 75%;
  margin-bottom: 0;
  line-height: 24px;
}

.box-1-div {
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box-1-div:hover {
  text-shadow: 4px 4px 5px #000000bf;
}

.box-1-div.skip {
  background-image: linear-gradient(#0009, #0009), url('../images/skiphire.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.skip:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/skiphire.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div.waste {
  background-image: linear-gradient(#0009, #0009), url('../images/wasteremoval_1wasteremoval.webp');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.waste:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/wasteremoval_1wasteremoval.webp');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div.benefit {
  background-image: linear-gradient(#0009, #0009), url('../images/ro-ro-crop-u26003_1ro ro-crop-u26003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.benefit:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/ro-ro-crop-u26003_1ro ro-crop-u26003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div.areas {
  background-image: linear-gradient(#0009, #0009), url('../images/map_1map.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.areas:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/map_1map.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div.quote {
  background-image: linear-gradient(#0009, #0009), url('../images/GS-Waste-Banner-New_1G&S-Waste-Banner-New.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.quote:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/GS-Waste-Banner-New_1G&S-Waste-Banner-New.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.box-1-div.domestic {
  background-image: linear-gradient(#0009, #0009), url('../images/Areas-Covered.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.box-1-div.domestic:hover {
  background-image: linear-gradient(#0c7d1380, #0c7d1380), url('../images/Areas-Covered.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.arrow-head-orange {
  border: 2px solid var(--white);
  background-color: #0c7d1333;
  width: 15%;
  margin-left: 5px;
}

.arrow-head-blue {
  border: 2px solid var(--white);
  background-color: #0000004d;
  width: 100%;
  max-width: 75px;
  margin-left: 5px;
}

.grey-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grey-section.dark {
  background-color: #1a1a1a;
}

.grey-section._40b {
  padding-bottom: 40px;
}

.grey-section._40t {
  padding-top: 40px;
}

.grey-section._40t.grey {
  background-color: #f0f0f0;
}

.body-div {
  width: 95%;
  max-width: 1200px;
}

.body-div.left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-div.left.no {
  display: block;
}

.body-div.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
}

.h1.bot-40, .h1.bot-10 {
  margin-bottom: 40px;
}

.h1.bot-10.centred {
  text-align: center;
}

.read-more-button {
  background-color: var(--black);
  letter-spacing: 1px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.read-more-button:hover {
  background-color: var(--green);
}

.full-width-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner2_1banner2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
}

.full-width-image-text-div {
  background-color: #0c7d13b3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  max-width: 780px;
  height: 72%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.h2.top-40 {
  margin-top: 40px;
}

.bottom-section {
  background-color: #161616;
  border-bottom: 1px solid #242424;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link-section {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-text {
  color: var(--white);
  text-transform: uppercase;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  line-height: 24px;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.contact-left-div {
  width: 40%;
}

.contact-right-div {
  background-image: url('../images/tempsnip.png');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 400px;
}

.social-media-link {
  margin-left: 14px;
}

.social-media-link.bot {
  margin-left: 0;
}

.footer-links {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.image, .twitter-x-white, .image-3 {
  min-width: 30px;
}

.h1-smaller {
  color: var(--green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 95%;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link {
  border-bottom: 5px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-link:hover {
  border-bottom-color: var(--green);
}

.dropdown-link.w--current {
  border-bottom-color: var(--green);
  color: var(--white);
}

.social-media-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.social-icon {
  width: 40px;
}

.wide-img-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
}

._3x1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

._3x1-div {
  background-color: var(--white);
  border: 1px solid #1111114d;
  padding: 30px;
  box-shadow: 4px 4px 6px #1111114d;
}

.social-media-bottom {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.bot-bold {
  color: var(--green);
  font-weight: 800;
}

.body-link-white {
  color: var(--white);
  text-decoration: underline;
}

.p {
  width: 100%;
  margin-bottom: 0;
  line-height: 26px;
}

.p.white {
  color: var(--white);
}

.p.centred {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.p.centred._2 {
  max-width: 80px;
}

.p.centred._800 {
  max-width: 800px;
}

.p.centred.lg {
  font-size: 20px;
  font-weight: 700;
}

.p._10bot {
  margin-bottom: 10px;
}

.p._20t {
  margin-top: 20px;
}

.p._30b {
  margin-bottom: 30px;
}

.p.lined {
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.p-bold {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #0000;
  width: auto;
  max-width: none;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 18px;
  font-weight: 800;
}

.p-bold:hover {
  color: var(--green);
  background-color: #0000;
  border-style: none;
}

.p-bold.black {
  background-color: var(--green);
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-bold.black:hover {
  color: var(--white);
}

.p-bold._100 {
  background-color: var(--black);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.p-bold._100.bot {
  margin-bottom: 40px;
}

.green-section {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h3 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.h3._1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.h3._40t {
  margin-top: 40px;
}

.h3.left {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
}

.h3-section {
  background-color: #11111124;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h3-section._0t {
  padding-top: 0;
}

.h3-link {
  color: var(--black);
  text-decoration: none;
}

.sub-heading {
  font-size: 20px;
  line-height: 30px;
}

.list-white {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
}

.list-white.top-20 {
  margin-top: 20px;
}

.video {
  width: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.counter-div {
  border: 1px solid #1111114d;
  padding: 0;
}

.counter-heading {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  font-weight: 700;
  display: flex;
}

.counter-heading.brown {
  background-color: var(--brown);
  background-image: url('../images/wood_1.webp');
  background-position: 50%;
  background-size: cover;
}

.counter-heading.grey {
  background-color: var(--black-2);
  color: var(--black);
  background-image: url('../images/metal_1.webp');
  background-position: 50%;
  background-size: cover;
}

.counter-heading.red {
  background-color: var(--red);
  color: var(--white);
  background-image: linear-gradient(#d35a5a80, #d35a5a80), url('../images/brick_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.counter-heading.beige {
  background-color: var(--tan);
  background-image: url('../images/cardboard_1.webp');
  background-position: 50%;
  background-size: cover;
}

.counter-heading.dark-gray {
  background-color: var(--grey);
  color: var(--black);
  background-image: url('../images/plaster_1.webp');
  background-position: 50%;
  background-size: cover;
}

.counter-heading.dark-brown {
  background-color: var(--brown-2);
  background-image: url('../images/soil_1.webp');
  background-position: 50%;
  background-size: cover;
}

.counter1 {
  justify-content: flex-end;
  align-items: center;
  min-width: 100px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.counter1._50 {
  color: var(--green-2);
  min-width: 205px;
  font-size: 60px;
  line-height: 60px;
}

.counter1._50._96 {
  min-width: 90px;
  margin-left: 100px;
}

.counter-container {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.counter-container._10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.counter-t {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.counter-t.green {
  color: var(--green-2);
  font-size: 60px;
  line-height: 60px;
}

.counter-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.counter-title {
  color: var(--green-2);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.recycle-icon {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.facebook-div {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.fb-code {
  width: 280px;
  height: 300px;
  display: none;
}

.fb-feed {
  width: 280px;
  height: 500px;
  margin-left: 30px;
}

.img-div {
  background-image: url('../images/banner2_1banner2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.pdf-div {
  margin-top: 50px;
}

.pdf-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pdf-grid-div {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #1111114d;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 6px #1111114d;
}

.pdf-icon {
  width: 100%;
  max-width: 120px;
}

._3-img-div {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

._3-img-div._50b {
  margin-bottom: 50px;
}

._3-img {
  width: 31.5%;
}

.white-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.white-section.grey {
  background-color: var(--black);
}

.map {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

._3x2-grid._60b {
  margin-top: 0;
  margin-bottom: 60px;
}

.skip-size-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
}

.left-arrow, .right-arrow {
  background-color: var(--white);
  width: 50px;
}

.icon-2, .icon-3 {
  color: var(--black);
  font-size: 30px;
}

.slide-nav {
  display: none;
}

.slider-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.skip-img {
  cursor: pointer;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: grid;
}

.list._100 {
  margin-left: 100px;
}

.list._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list.top-20 {
  margin-top: 20px;
}

.list._3col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.list._3col._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._3col._20t, .list._3col._0b {
  margin-bottom: 0;
}

.list._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list._4col._20p {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._4col._0b {
  margin-bottom: 0;
}

.list._2col {
  grid-template-columns: 1fr 1fr;
}

.list._2col._20t {
  margin-top: 20px;
}

.list._5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list._5col._20p {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._0b {
  margin-bottom: 0;
}

.list._0p {
  margin-left: 100px;
}

._2-bullet-div {
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._2-bullet-div._0b {
  margin-bottom: 0;
}

._2-bullet-div._0p {
  margin-top: 0;
  margin-bottom: 0;
}

._2-form-div {
  justify-content: space-between;
  display: flex;
}

._2-form-div.show-none-hide {
  display: none;
}

.form-code {
  border: 1px solid var(--black-2);
  background-color: var(--form-gray);
  width: 48.5%;
  height: 750px;
  padding: 20px;
}

.form-code._2 {
  width: 100%;
}

.no-line {
  color: var(--black);
  text-decoration: none;
}

.lrg-img.top-50 {
  width: 100%;
  margin-top: 50px;
}

.areas-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.areas-map {
  width: 80%;
}

.areas-container {
  width: 20%;
}

.areas {
  width: 100%;
  margin-bottom: 0;
  line-height: 28px;
}

.hyperlink {
  box-shadow: inset 0 -4px 0 -1px var(--green);
  color: var(--green);
  margin-right: 2.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--green);
  color: var(--white);
}

.hyperlink.w {
  box-shadow: inset 0 -4px 0 -1px var(--white);
  color: var(--white);
}

.hyperlink.w:hover {
  box-shadow: inset 0 -20px 0 -1px var(--white);
  color: var(--green);
}

.clients-slider {
  width: 100%;
  height: 700px;
}

.left-arrow-2, .right-arrow-2 {
  display: block;
}

.clients-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clients-img {
  margin-bottom: 30px;
}

.icon-4, .icon-5 {
  color: var(--black);
  font-size: 30px;
}

.slide-nav-2 {
  padding-top: 50px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.site-map-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.site-map-link.top10 {
  margin-top: 10px;
  margin-bottom: 0;
}

.site-map-link.top10.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site-map-link.top10._10b {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.site-map-link.left15 {
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 15px;
}

.no-line-white {
  color: var(--white);
  text-decoration: none;
}

.services-dropdown {
  border-bottom: 5px solid var(--green);
  color: var(--white);
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 600;
}

.services-dropdown:hover {
  border-bottom-color: var(--green);
}

.fb-feed-mobile {
  width: 280px;
  height: 500px;
  margin-left: 30px;
  display: none;
}

.slider {
  min-height: 675px;
}

.slide {
  background-image: url('../images/banner1_1banner1.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/gallery21_1gallery21.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/gallery18_1gallery18.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-main {
  background-image: url('../images/photo-2021-02-24-13-17-34_1photo-2021-02-24-13-17-34.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.instagram, .whatsapp-chat {
  width: 100%;
}

.whatsapp-link {
  border: 2px solid var(--green);
  text-decoration: none;
}

.whatsapp-link:hover {
  border: 2px solid var(--green);
}

.insta-section {
  background-color: #11111124;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.small-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.small-h3._20t {
  margin-top: 20px;
}

.small-h3._10b {
  margin-bottom: 10px;
}

.green-h2s {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.bold-sub-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.bold-sub-heading._0b {
  margin-bottom: 0;
}

.bold-sub-heading._0t {
  margin-top: 0;
}

.bullet-item {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-container-web {
  width: 100%;
  padding-top: 40px;
}

.form-container-web.m-top {
  padding-top: 100px;
  position: relative;
}

.form-popup {
  z-index: 999;
  background-color: #dfdfdf6e;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-popup.skip6 {
  display: block;
}

.pop-up-close {
  background-color: var(--white);
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 18px;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.pop-up-close:hover {
  background-color: var(--green-2);
  color: var(--white);
}

.section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.pop-text {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 26px;
  font-size: 32px;
}

.image-4 {
  width: 150px;
  margin-bottom: 30px;
}

.pop-button {
  background-color: var(--green);
  letter-spacing: 1px;
  border: 1px solid #0000;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: border-radius .45s ease-in-out, background-color .45s;
}

.pop-button:hover {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.div-block {
  width: 65%;
}

.html-embed {
  float: right;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  position: static;
}

.div-block-2 {
  border: 1px solid var(--green-2);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.text-block-2 {
  font-size: 28px;
}

.fs-cc-manager_icon {
  width: 18px;
  height: 18px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #00250275;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--green);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--green);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--green);
  color: #333;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
  background-color: #000;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: #f3f3f3;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.code-embed {
  width: 100%;
}

.pop-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1fa230;
  border: 2px solid #e8cec4;
  border-radius: 4px;
  max-width: 360px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.pop-button-2:hover {
  color: #fff;
  background-color: #f62020;
  border-color: #e8cec4;
  transform: scale(1.1);
}

.widget-block {
  z-index: 1000;
  text-align: center;
  background-color: #f7e2e7;
  background-image: linear-gradient(#00000080, #00000080), url('../images/608464478.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #0000002e;
}

.widget-block.christmnas {
  color: #fff;
  background-image: url('../images/x-mas-pop-up.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  display: none;
  position: relative;
}

.lottie-title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: 700;
  display: flex;
}

.lottie-title._10tb {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.widget-container {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.lottie-title-number {
  color: #fff;
  text-align: center;
  background-color: #ff6e00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}

.text-span {
  font-size: 60px;
  line-height: 51px;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
}

.close-icon.circle.trans {
  background-color: #111111bd;
  font-family: "Pro 400";
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

.pop-bbutton-div {
  margin-top: 30px;
}

.popup-logo {
  width: 300px;
  margin-bottom: 30px;
}

.text-block-22 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  transform: rotate(-90deg);
}

.side-bar {
  background-color: var(--green);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 170px;
  font-size: 16px;
  display: flex;
}

.header {
  color: #b6b6b6cc;
  padding-bottom: 10px;
  font-size: 25px;
}

.whol-eopen {
  z-index: 999;
  display: flex;
  position: fixed;
  inset: 40% auto auto 0%;
}

.cross {
  background-color: var(--green-2);
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.open-box {
  background-color: #18588f;
  background-image: url('../images/x-mas-pop-up.webp');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
  height: 500px;
  margin-left: 10px;
  padding: 40px 20px;
  display: block;
  position: relative;
}

.bold-text-4 {
  color: #f50708;
}

.text-block-20 {
  color: #fff;
}

.text-block-23 {
  color: #18588f;
  cursor: pointer;
  background-color: #ececec;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.text-block-24 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.fa-icon {
  color: #000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  background-color: var(--black);
  color: var(--white);
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.fa-icon.sm.brand {
  margin-left: 0;
  font-family: "Brands 400", Arial, sans-serif;
}

.nav-container {
  border-radius: 5px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.brand {
  margin: auto auto auto 10px;
}

.brand.ctus {
  margin-bottom: 40px;
  margin-left: auto;
}

.nav-menu-2 {
  text-align: right;
  height: 100%;
}

.header-link-cont {
  color: #101b22;
  text-decoration: none;
}

.nav-link-2 {
  color: #101b22;
  text-transform: uppercase;
  border-right: 1px solid #0000001a;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 1vw;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.nav-link-2:hover, .nav-link-2.w--current {
  background-color: var(--green);
  color: var(--white);
}

.nav-link-2.contact-nav {
  background-color: var(--green);
  color: var(--white);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all .2s ease-in-out;
}

.nav-link-2.contact-nav:hover {
  color: #fff;
  background-color: #000;
}

.nav-link-2.contact-nav.call-btn {
  display: none;
}

.navbar-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.drop-down-link {
  border-bottom: 1px solid #1b1b1b0d;
  border-left: 5px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px 12px 15px;
  font-size: 15px;
  font-weight: 500;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.drop-down-link:hover {
  border-left-color: var(--green);
  color: #fefefe;
  background-color: #1b1b1b;
  padding-left: 25px;
  padding-right: 10px;
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.drop-down-link.iconav {
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: var(--green);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.navigatio-bar {
  z-index: 10000;
  background-color: #1b1b1b03;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.dropdown-list-2 {
  margin-top: 20px;
}

.dropdown-list-2.w--open {
  background-color: #f7f7f7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-toggle.nav-link-2 {
  color: #101b22;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  display: inline-flex;
}

.dropdown-toggle.nav-link-2:hover {
  color: var(--white);
}

.image-5 {
  width: 12vw;
}

.image-5.ctus {
  width: 220px;
}

.icon-6 {
  margin-right: 10px;
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(#fff0, #1b1b1b91), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hero-section.small {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/photo-2021-02-24-13-17-34_1photo-2021-02-24-13-17-34.webp');
  min-height: 60vh;
}

.hero-section.home {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/photo-2021-02-24-13-17-34_1photo-2021-02-24-13-17-34.webp');
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
}

.p-2 {
  font-size: 15px;
  line-height: 1.75;
}

.p-2.light {
  color: #fff;
}

.p-2.light.top {
  margin-top: 20px;
}

.hero-card {
  border-left: 5px solid var(--green);
  background-color: #fff;
  width: 40%;
  margin-bottom: 60px;
  margin-left: 60px;
  padding: 25px;
}

.hero-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-text {
  color: var(--green-2);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero-intro-text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero_btn {
  background-color: var(--green);
  color: var(--white);
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.outline-btn {
  color: #fff;
  background-color: #313131;
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  background-color: var(--green);
  color: var(--white);
}

.left-section-para-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.left-section-para-container.padding-top-20 {
  flex-flow: column;
  padding-top: 20px;
  display: block;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding: 40px 40px 40px 60px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40.right {
  padding-left: 40px;
  padding-right: 60px;
}

.left-text-area._100 {
  width: 100%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 60px 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40._2 {
  width: 50%;
}

.left-text-area._55 {
  width: 55%;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light {
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-fluid {
  width: 98%;
  max-width: none;
}

.container.container-fluid.small {
  max-width: 1400px;
}

.container.container-1600px {
  width: 90%;
  max-width: 1600px;
}

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

.container.display-flex.container-1600px.copy-flex.footerlinks {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.lottie {
  width: 100px;
  display: inline-flex;
}

.section-info-wrapper-2 {
  align-items: center;
  display: flex;
  position: static;
}

.default-btn-2 {
  color: #000;
  background-color: #ffd900;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn-2:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn-2.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-2.margin-top-40.white {
  color: #101b22;
  background-color: #fff;
}

.default-btn-2.margin-top-40.white:hover {
  background-color: var(--green);
  color: var(--white);
}

.default-btn-2.margin-top-40.hover-white {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-2.margin-top-40.hover-white:hover {
  color: #000;
  background-color: #fff;
}

.section-hedaing-2-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, #101b22 52%);
  justify-content: space-between;
  display: flex;
}

.haeding-1 {
  color: #101b22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.haeding-1.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.haeding-1.margin-top-bottom-10.white {
  color: #fff;
}

.haeding-1.margin-top-bottom-10 {
  color: #101b22;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.section-heading-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-heading-2.m-top-10 {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-heading-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.section-heading-2.margin-bottom-20.soc {
  background-color: #f8f8f8;
  box-shadow: inset 0 2px 5px #0003;
}

.section-info-title {
  color: #101b22;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.section-info-title.large-text {
  color: #101b22;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-info-title.light {
  color: #fefefe;
}

.heading-2-img-section-2 {
  background-image: linear-gradient(90deg, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 500px;
}

.heading-2-img-section-2.home1 {
  background-image: linear-gradient(90deg, #fff0, #16252e99), url('../images/banner2_1banner2.webp');
  background-position: 0 0, 22%;
}

.section-line {
  background-color: #101b22;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-line.large-line {
  background-color: #101b22;
  width: 35px;
  margin-right: 0;
}

.section-line.light {
  background-color: #fefefe;
}

.services-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  display: grid;
}

.services-wrapper.display-grid._2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.services-wrapper.display-grid._2x1 {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.services-wrapper.display-grid._2x1._100 {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-wrapper.display-grid._2x1._40t {
  margin-top: 40px;
}

.services-wrapper.display-grid.blogs {
  width: 100%;
}

.services-wrapper.display-grid.gal {
  grid-row-gap: 29px;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.services-wrapper.display-grid.home {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.services-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-image._2 {
  background-color: var(--white);
  object-fit: contain;
  object-position: 50% 50%;
  max-height: 260px;
  margin-bottom: 0;
}

.services-image._2.hover {
  background-color: var(--white);
  box-shadow: none;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
}

.services-image._0 {
  flex: none;
  height: 270px;
  margin-bottom: 0;
}

.services-button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.services-button-group.home {
  margin-top: auto;
  padding-top: 20px;
}

.services-text-block {
  background-color: #fff;
  border-bottom: 2px solid #101b22;
  flex-flow: column;
  justify-content: space-between;
  padding: 60px 20px 20px;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-text-block._2 {
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.services-text-block._2.a {
  height: auto;
}

.services-text-block._20t {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.services-text-block._20t.blog {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-text-block._20t.auto {
  height: auto;
}

.services-text-block._20t.auto.top {
  border-bottom-color: #e9e9e9;
}

.services-text-block._20t.auto.bot {
  border-bottom-style: none;
  height: 100%;
}

.services-text-block._20t.a {
  height: auto;
}

.services-text-block.home {
  height: 100%;
  display: flex;
}

.services-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.services-block:hover {
  transform: translate(0, -20px);
}

.services-block._0 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.services-block._0:hover {
  transform: none;
}

.services-block._0._20b {
  margin-bottom: 20px;
}

.services-block._0.a {
  height: auto;
}

.services-block._0._100, .services-block._0.new {
  width: 100%;
}

.services-block._20 {
  margin-bottom: 20px;
}

.services-block._20:hover {
  transform: none;
}

.services-block.home {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-block.a:hover {
  transform: none;
}

.services-desc {
  color: #000;
  font-size: 15px;
  line-height: 1.75;
}

.services-desc.textb {
  background-color: #fafafa;
  padding: 5px;
}

.services-desc.texta {
  background-color: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 15px;
}

.services-desc.texta._0 {
  border-bottom-style: none;
  width: 100%;
  height: 100%;
}

.service-btn {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-btn:hover {
  color: #fff;
  background-color: #313131;
}

.service-btn.blue {
  color: #fff;
  background-color: #313131;
  padding: 10px 20px;
  display: inline-block;
}

.service-btn.blue:hover {
  background-color: var(--green);
  color: var(--white);
}

.services-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}

.services-title {
  color: #101b22;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.services-title.price {
  color: #227baf;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.services-title.blog {
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
}

.services-title.client {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
  display: flex;
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.section-info-wrapper.text-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.default-btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn.margin-top-40 {
  background-color: var(--green);
  color: #000;
  border: 1px solid #ffd900;
  margin-top: 40px;
}

.default-btn.margin-top-40.hover-white {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
  margin-top: 20px;
}

.default-btn.margin-top-40._2 {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.default-btn.margin-top-40._2:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.default-btn.margin-top-40.white {
  border-color: var(--green);
  background-color: #fff;
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--green);
  color: #1b1b1b;
}

.default-btn.margin-top-40.white._2 {
  border-color: var(--green);
  color: var(--black);
}

.default-btn.margin-top-40.white._2:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.default-btn.margin-top-40.white {
  border-color: var(--white);
  color: var(--black);
  background-color: #fff;
  margin-top: 20px;
}

.default-btn.margin-top-40.white:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.default-btn.margin-top-40.black:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.default-btn.margin-top-40 {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  margin-top: 40px;
}

.default-btn.margin-top-40 {
  color: #000;
  background-color: #ffd900;
  border: 1px solid #ffd900;
  margin-top: 40px;
}

.default-btn.margin-top-40:hover {
  color: #fff;
  background-color: #101b22;
  border-color: #101b22;
}

.default-btn.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn.margin-top-40.white {
  background-color: #fff;
}

.default-btn.margin-top-40.white:hover {
  color: #1b1b1b;
  background-color: #ffd900;
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.black {
  color: #fff;
  background-color: #101b22;
  border-color: #101b22;
}

.default-btn.margin-top-40.black:hover {
  color: #000;
  background-color: #ffd900;
  border-color: #ffd900;
}

.project-img-title {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.sm-inner-img {
  z-index: 2147483647;
  background-color: var(--green);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.section-heading-1-img {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.right-double-img {
  width: 48%;
}

.right-double-img.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.image.google {
  background-image: none;
  position: relative;
}

.right-double-img.image.map {
  background-image: none;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin-top: 0;
}

.right-double-img.image.bene1 {
  background-image: url('../images/GS-Waste-Banner-New_1G&S-Waste-Banner-New.webp');
  background-position: 50%;
}

.right-double-img.image.comm1 {
  background-image: url('../images/wasteremoval_1wasteremoval.webp');
}

.right-double-img.image.dom1 {
  background-image: url('../images/Areas-Covered_1.webp');
  background-position: 0%;
}

.h2-2 {
  color: #101b22;
}

.h2-2.h2-white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.h2-2.h2-white._0 {
  border-bottom: 5px solid var(--green);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.h2-2.h2-white._0.auto {
  display: inline-block;
}

.h2-2.h2-white {
  color: #fff;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}

.h2-2.faqs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-2-img-section {
  background-image: linear-gradient(90deg, #fff0, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 500px;
}

.heading-2-img-section.home2 {
  background-image: linear-gradient(90deg, #fff0, #0009), url('../images/photo-2021-02-24-13-17-34_1photo-2021-02-24-13-17-34.webp');
  background-position: 0 0, 50%;
}

.top-img {
  background-image: url('../images/272168413_1272168413.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45%;
}

.top-img.margin-top-10 {
  background-image: none;
  border-radius: 4px;
  height: auto;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10._0 {
  background-image: none;
}

.top-img.margin-bottom-10 {
  background-image: none;
  border-radius: 4px;
  height: auto;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10._45 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 45%;
}

.top-img.margin-bottom-10._45.img._1 {
  background-image: url('../images/gallery21_1gallery21.webp');
}

.top-img.margin-bottom-10._45._3 {
  background-image: url('../images/35---75-_135 - 75 .webp');
}

.top-img.margin-bottom-10._0 {
  background-image: none;
}

.top-img.margin-top-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10:hover {
  transform: translate(0, 10px);
}

.top-img.margin-bottom-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10:hover {
  transform: translate(0, -10px);
}

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.bottom-img {
  border-radius: 4px;
  height: auto;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

.bottom-img.img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.img-2:hover {
  transform: translate(10px);
}

.bottom-img._45 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 45%;
}

.bottom-img._45._2 {
  background-image: url('../images/image-2_1image 2.webp');
}

.bottom-img._45._4 {
  background-image: url('../images/img_7512-crop-u25985_1img_7512-crop-u25985.webp');
}

.col-2 {
  flex-flow: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
  position: relative;
  top: 20px;
}

.right-img-grid {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.title-as-section {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.heading-3-right-text {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49.5%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3-btn {
  color: #101b22;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--green);
  color: #fff;
}

.heading-3-btn.g {
  background-color: var(--green);
  color: var(--white);
}

.heading-3-top-title {
  align-items: center;
  display: flex;
}

.h3-cta-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.light-text-line {
  background-color: var(--green);
  color: var(--green);
  width: 40px;
  height: 2px;
}

.left-image {
  background-image: url('../images/imgae-3_1imgae 3.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.5%;
  min-height: 350px;
}

.heading-3-wrapper {
  justify-content: space-between;
  display: flex;
}

.icon-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
}

.cta-link {
  color: #101b22;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.footer-link-2 {
  color: #f0f6f8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-link-2:hover {
  color: var(--black-2);
}

.footer-link-2.black {
  color: #000;
}

.footer-link-2.z {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-2-img-section-3 {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-3.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section-3.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.section-info-wrapper-3 {
  align-items: center;
  display: flex;
  position: static;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  background-color: #fff;
  border-bottom: 1px solid #15162340;
  border-radius: 0;
  grid-template-columns: .25fr 2.25fr;
  place-items: end stretch;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.contact-info-block.m-bottom-20.m-top-60.soc {
  place-items: center stretch;
  height: 100%;
  display: flex;
}

.cta-text-contact {
  color: #101b22;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.html-embed-2 {
  width: 100%;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.icon-7 {
  background-color: var(--green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  display: flex;
}

.icon-7.contact {
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  text-decoration: none;
}

.footer-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_close-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.footer-brand {
  text-decoration: none;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.footer-col-text-title {
  box-shadow: 0 2px 0 0 var(--green);
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.footer-social-icon {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.footer-copy-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.footer-link-texts {
  color: #a8a8a8;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.footer-copy-social.left {
  justify-content: flex-start;
  align-items: center;
}

.socials {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 60px;
  box-shadow: 0 2px 5px #0003;
}

.social-button {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  color: #fff;
  background-color: #000;
}

.arrow-up {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 10px auto;
}

.arrow-up-2 {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 3% 20px auto;
  box-shadow: 0 2px 5px #0003;
}

.back-to-top {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-to-top:hover {
  background-color: var(--green);
  color: var(--white);
}

.areas-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.areas-list.areas-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.areas-list.areas-grid._6x1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.areas-list.areas-grid._5x1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.areas-list.areas-grid._2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.areas-list.areas-grid._2._1 {
  grid-template-columns: 1fr;
  margin-left: 20px;
}

.areas-list.areas-grid._3x1 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}

.areas-list.areas-grid._4x1 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.areas-list._2 {
  margin-top: auto;
}

.areas-list.areas-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.areas-list._3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listd.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
}

.listd.areas-list-flex.long {
  border-bottom-style: none;
  flex-flow: row;
  align-items: stretch;
}

.listd.areas-list-flex.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.font-icon {
  background-color: var(--green);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding: 9px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.font-icon.big {
  border-radius: 5px;
  width: 40px;
  height: 100%;
  min-height: 53px;
}

.font-icon.bl {
  background-color: var(--white);
  color: #000;
  font-size: 21px;
}

.listhead {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.listhead._10b {
  margin-bottom: 10px;
}

.hero-card-2 {
  border-left: 5px solid var(--green);
  background-color: #fff;
  width: 40%;
  margin-bottom: 60px;
  margin-left: 5%;
  padding-right: 25px;
}

.hero-card-2.svs {
  border-bottom: 6px solid var(--green);
  border-left-style: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 60px;
  display: flex;
}

.banner-text-2 {
  color: #101b22;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.banner-text-2.icon {
  background-color: var(--green);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  display: flex;
}

.hero_btn-2 {
  background-color: var(--green);
  color: var(--white);
  margin-top: 40px;
  margin-right: 20px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-span-2 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.div-block-3 {
  width: 100%;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.dropdown-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  width: 48%;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2.small {
  width: 30%;
}

.dropdown-link-2.lon {
  width: 100%;
}

.navigation-dropdown-card {
  border: 1px #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.navigation-icon-wrapper {
  color: var(--black);
  background-color: #0c7d1336;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.sm {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.navigation-icon-wrapper.sm.nogreen {
  background-color: #0c7d1300;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 60%;
  display: flex;
}

.column-large._2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  max-width: 100%;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  z-index: 1;
  display: flex;
  position: fixed;
  top: 94px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.dropdown-links-grid.thin {
  grid-row-gap: 12px;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 90%;
  margin-bottom: 5px;
  padding: 24px;
  display: flex;
  box-shadow: inset 0 10px 5px -7px #0003, 0 2px 8px #0003;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-title {
  border-bottom: 1px solid var(--green);
  padding-bottom: 16px;
  font-weight: 700;
}

.fa {
  color: #18330f;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 19px;
}

.fa.sm {
  font-size: 12px;
}

.fa.sm._2 {
  color: #000;
}

.fa.sm.sitemap {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-flex;
}

.fa.sm.sitemap.lg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 30px;
}

.fa.white {
  color: var(--white);
  margin-left: auto;
  margin-right: 20px;
}

.fa.lg {
  background-color: var(--green);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 42px;
  display: flex;
}

.fa.blog-arrow {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 23px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sm-inner-img-2 {
  background-color: #ffd900;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 10%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  display: flex;
}

.section-heading-1-img-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.listnopoint.areas-grid {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2-img-section-4, .heading-2-img-section-5 {
  background-image: linear-gradient(to right, #fff0, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-5.bene2 {
  background-image: linear-gradient(90deg, #fff0, #0000001c), url('../images/home2_1home2.webp');
  background-position: 0 0, 100% 40%;
}

.heading-2-img-section-5.comm2 {
  background-image: linear-gradient(90deg, #fff0, #0009), url('../images/waste-removal2_1waste-removal2.webp');
}

.heading-2-img-section-5.dom2 {
  background-image: linear-gradient(90deg, #fff0, #0009), url('../images/GS-Waste-Banner-New_1G&S-Waste-Banner-New.webp');
}

.h3-container {
  cursor: pointer;
  background-color: #3f3f3f;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
  box-shadow: inset 0 2px 5px #0000008a;
}

.bottom-img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img-2:hover {
  transform: translate(-10px);
}

.bottom-img-2.img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bottom-img-2.img-2:hover {
  transform: translate(10px);
}

.col-2-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.bottom-img-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img-3:hover {
  transform: translate(-10px);
}

.bottom-img-3.img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bottom-img-3.img-2:hover {
  transform: translate(10px);
}

.bottom-img-3._20b {
  margin-bottom: 20px;
}

.bottom-img-3._20b.a {
  background-image: url('../images/home2_1home2.webp');
}

.bottom-img-3._20b.b {
  background-image: url('../images/banner3_1banner3.webp');
}

.bottom-img-3._20b.c {
  background-image: url('../images/banner1_1banner1.webp');
  background-position: 100%;
}

.bottom-img-3._20b.e {
  background-image: url('../images/image-2_1image 2.webp');
}

.bottom-img-3._20b.f {
  background-image: url('../images/banner2_1banner2.webp');
  background-position: 0%;
}

.bottom-img-3._20b.g {
  background-image: url('../images/gallery4-crop-u3602_1gallery4-crop-u3602.webp');
}

.bottom-img-3.d {
  background-image: url('../images/35---75-_135 - 75 .webp');
  background-position: 100%;
}

.bottom-img-3.h {
  background-image: url('../images/gallery21_1gallery21.webp');
  background-position: 50%;
}

.col-2-3 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.accordion-item {
  color: var(--black);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
}

.icon-8.accordion-icon {
  color: var(--green);
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.areas-list-item.areas-list-flex {
  color: #000;
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.font-icon-2 {
  color: #000;
  background-color: #ffd935;
  border: 1px #e5605c;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.google-map {
  width: 100%;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.blogthumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.sectionheading {
  text-align: center;
}

.section-title {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.meddivide {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.prevclient {
  border: 1px solid #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: transform .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.prevclient._0 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.prevclient._0:hover {
  transform: none;
}

.prevclient._0._20b, .prevclient._20 {
  margin-bottom: 20px;
}

.prevclient._20:hover {
  transform: none;
}

.text-block-25 {
  z-index: 1;
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.text-block-25.end {
  background-color: #ceaa09;
}

.footer-contact-info {
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.contact-block-1 {
  border-right: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--green);
}

.contact-info-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: #000;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.contact-icon {
  background-color: var(--green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  display: inline-block;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -4px auto auto -4px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: var(--green-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--green);
  cursor: pointer;
  border: 1px #ffffff4d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #000;
  transform: scale(1.05);
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 330px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--green);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: #000;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.booknowbtn {
  background-color: var(--green);
  color: var(--white);
  cursor: pointer;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.formpop {
  z-index: 2147483647;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.formpop._6 {
  display: none;
}

.code-embed-2 {
  width: 80%;
  height: 80%;
}

.closepopup {
  border: 3px solid var(--green);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  display: flex;
  position: fixed;
  inset: 20px 20px auto auto;
}

.text-block-27 {
  color: var(--white);
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.btn_fourth-bg {
  background-color: #fcfcfc;
  position: absolute;
  inset: auto 0% 0%;
}

.btn_fourth-text {
  z-index: 3;
  position: relative;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-width: 1px;
  border-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.image-6 {
  width: 100%;
}

.div-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 3px 3px #101b2240;
}

.image-7 {
  object-fit: contain;
  min-height: 300px;
  max-height: 260px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-3 {
  text-decoration: underline;
}

.bold-text-6 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  display: inline-block;
}

.live-icon-2 {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.chat-section-2 {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon-2 {
  color: #fff;
  display: block;
}

.whatsapp-chat-3 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.livechat-button-2 {
  cursor: pointer;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-2:hover {
  background-color: #326db1;
}

.live-icon-3 {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.chat-section-3 {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon-3 {
  color: #fff;
  display: block;
}

.whatsapp-block-3 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.whatsapp-block-4 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
}

.whatsapp-block-4.unhide {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.whatsapp-icon-4 {
  color: #fff;
  display: block;
}

.chat-section-4 {
  background-color: #0c7d13;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.live-icon-chat-2 {
  width: 60px;
  height: 40px;
  margin-right: 10px;
}

.whatsapp-chat-4 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.live-chat-top-text-2 {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text-2.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.livechat-button-3 {
  cursor: pointer;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-3:hover {
  background-color: #0c7d13;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat-2 {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-3 {
    display: none;
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-4 {
    display: none;
  }

  .livechat-button-3 {
    transition: all .2s;
  }

  .livechat-button-3:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .nav-link {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.w--current {
    background-color: var(--green);
    width: 100%;
  }

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    margin-right: 20px;
    display: block;
  }

  .overlay-div {
    height: 500px;
  }

  .slider-text-div {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .box-heading {
    font-size: 33px;
    line-height: 40px;
  }

  .box-heading.small {
    line-height: 33px;
  }

  .box-1-div.skip {
    justify-content: flex-start;
    padding: 20px;
  }

  .box-1-div.waste, .box-1-div.areas, .box-1-div.quote, .box-1-div.benefit, .box-1-div.areas, .box-1-div.quote, .box-1-div.domestic {
    padding: 20px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .arrow-head-orange {
    width: 20%;
    margin-bottom: 3px;
  }

  .grey-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-div {
    width: 90%;
  }

  .body-div.centred {
    width: 100%;
  }

  .h1._40t {
    margin-top: 40px;
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

  .h2.top-40 {
    text-align: left;
  }

  .bottom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bottom-content-div {
    flex-direction: column;
    width: 90%;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

  .dropdown-link {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._3x1-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .green-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3._1000 {
    width: auto;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pdf-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .white-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3x2-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .list._3col, .list._4col, .list._5col {
    grid-template-columns: 1fr 1fr;
  }

  ._2-form-div {
    flex-direction: column;
  }

  .form-code {
    width: 100%;
  }

  .form-code._2 {
    margin-top: 50px;
  }

  .areas-div {
    width: 90%;
  }

  .areas-map {
    width: 70%;
  }

  .areas-container {
    width: 30%;
  }

  .services-dropdown {
    background-color: var(--green);
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-right: 15px;
  }

  .slider {
    min-height: 520px;
  }

  .insta-section {
    padding-bottom: 60px;
  }

  .div-block {
    width: 100%;
  }

  .html-embed {
    float: none;
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .whol-eopen {
    z-index: 9;
  }

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

  .brand.ctus {
    margin-left: 0;
    display: none;
  }

  .drop-downmenu {
    width: 100%;
  }

  .nav-menu-2 {
    background-color: #0000;
  }

  .nav-link-2 {
    background-color: #fff;
    border-right-style: none;
    padding-left: 20px;
  }

  .nav-link-2.contact-nav.call-btn {
    color: #101b22;
    background-color: #ffd900;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .navbar-2 {
    border-radius: 0;
    width: 100%;
  }

  .menu-button-2 {
    background-color: var(--green);
    color: #fff;
    padding: 23px;
  }

  .menu-button-2.w--open {
    background-color: var(--green);
    padding: 23px;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .navigatio-bar, .dropdown-toggle.nav-link-2 {
    width: 100%;
  }

  .dropdown-toggle.nav-link-2.w--open {
    background-color: var(--green);
    color: var(--white);
  }

  .image-5 {
    width: 220px;
  }

  .hero-card {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text {
    font-size: 2rem;
  }

  .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: #101b22;
    background-color: var(--black);
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40._2 {
    width: 100%;
  }

  .container.container-fluid {
    width: 90%;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .heading-2-img-section-2 {
    width: 100%;
  }

  .services-wrapper.display-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-wrapper.display-grid._2x1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-section {
    padding-bottom: 0;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column;
  }

  .section-heading-1-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-double-img.image {
    width: 100%;
    height: 500px;
    margin-top: 100px;
  }

  .right-double-img.image.google, .right-double-img.image.map {
    height: auto;
  }

  .heading-2-img-section {
    width: 100%;
  }

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .heading-3-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .heading-3-btn.g {
    width: auto;
  }

  .left-image {
    width: 100%;
    margin-top: 10px;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-2-img-section-3 {
    width: 100%;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-2 {
    margin-top: 40px;
  }

  .footer-section {
    margin-top: 0;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copy-social {
    margin-top: 20px;
  }

  .areas-list.areas-grid, .areas-list.areas-grid._6x1, .areas-list.areas-grid._5x1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .areas-list.areas-grid._4x1 {
    grid-template-columns: 1fr 1fr;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-card-2 {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card-2.svs {
    margin-left: 50px;
  }

  .banner-text-2 {
    font-size: 2rem;
  }

  .navigation-side-links {
    display: none;
  }

  .dropdown-link-2 {
    white-space: normal;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-large {
    width: 100%;
    max-width: 100%;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-row {
    box-shadow: none;
    border-radius: 0;
    flex-flow: column;
    grid-template-columns: 2fr;
    width: 100%;
    margin-bottom: 0;
  }

  .section-heading-1-img-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .listnopoint.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-2-img-section-4, .heading-2-img-section-5, .google-map {
    width: 100%;
  }

  ._2x1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blogthumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sectionheading {
    text-align: center;
    display: block;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .left-section {
    width: 100%;
  }

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

  .whatsapp-block-4.unhide {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .slider-heading {
    font-size: 40px;
    line-height: 43px;
  }

  ._4-boxes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-heading.small {
    max-width: 100%;
    margin-bottom: 10px;
  }

  ._4-box-text {
    width: 85%;
    line-height: 22px;
  }

  .arrow-head-orange {
    max-width: 60px;
  }

  .grey-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1.bot-10.centred {
    margin-bottom: 10px;
  }

  .read-more-button {
    margin-top: 20px;
  }

  .full-width-image-section, .bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wide-img-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .p.centred {
    line-height: 22px;
  }

  .green-section, .h3-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video {
    margin-top: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .counter1._50 {
    min-width: 180px;
    font-size: 50px;
    line-height: 50px;
  }

  .counter1._50._96 {
    margin-left: 40px;
  }

  .counter-t.green {
    margin-right: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .counter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-title {
    font-size: 18px;
    line-height: 24px;
  }

  .recycle-icon {
    width: 100px;
  }

  .facebook-div {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .fb-feed {
    display: none;
  }

  .img-div {
    width: 100%;
    min-height: 350px;
  }

  .pdf-div {
    margin-top: 40px;
  }

  .pdf-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._3-img-div {
    margin-top: 40px;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3x2-grid {
    margin-top: 40px;
  }

  ._3x2-grid._60b {
    margin-bottom: 40px;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .slider-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .list._100 {
    margin-left: 0;
  }

  .list._3col, .list._2col {
    grid-template-columns: 1fr;
  }

  .list._0p {
    margin-left: 0;
  }

  ._2-bullet-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-code._2, .lrg-img.top-50 {
    margin-top: 40px;
  }

  .areas-map {
    width: 60%;
  }

  .areas-container {
    width: 40%;
  }

  .clients-slider {
    height: 660px;
  }

  .fb-feed-mobile {
    width: 430px;
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .insta-section {
    padding-bottom: 40px;
  }

  .form-popup.skip6 {
    padding-left: 0;
    padding-right: 0;
  }

  .pop-text {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .pop-button {
    margin-top: 20px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .fa-icon.sm {
    margin-right: 20px;
  }

  .navigatio-bar {
    position: static;
  }

  .header-contact {
    display: none;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .hero-section.small {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-card {
    width: 90%;
    margin: 60px auto;
  }

  .banner-text {
    font-size: 24px;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-top: 20px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding: 30px;
  }

  .default-btn-2.margin-top-40 {
    text-align: center;
    width: 100%;
  }

  .services-wrapper.display-grid {
    grid-template-columns: 1fr;
  }

  .services-wrapper.display-grid.gal {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-image._2, .services-image._2.hover {
    object-fit: contain;
  }

  .services-text-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-text-block._2 {
    width: 100%;
  }

  .services-block {
    margin-bottom: 60px;
  }

  .services-block._0 {
    margin-bottom: 20px;
  }

  .services-section {
    padding-top: 40px;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-h1-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .section-heading-1-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-double-img.image {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .right-double-img.image.google {
    height: auto;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-3-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-image {
    width: 100%;
    margin-top: 0;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-top: 20px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

  .footer-col-text-title {
    margin-bottom: 20px;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr;
  }

  .areas-list.areas-grid._6x1, .areas-list.areas-grid._5x1 {
    grid-template-columns: 1fr 1fr;
  }

  .areas-list.areas-grid._2 {
    grid-template-columns: 1fr;
  }

  .font-icon {
    color: #0000;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    padding: 0;
  }

  .hero-card-2 {
    width: 90%;
    margin: 60px auto;
  }

  .hero-card-2.svs {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .dropdown-link-2, .dropdown-link-2.small {
    width: 100%;
  }

  .paragraph-small.text-color-gray-500 {
    display: none;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-row {
    box-shadow: none;
  }

  .fa.sizechange {
    font-size: 12px;
  }

  .sm-inner-img-2 {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading-1-img-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .blogthumbnail {
    width: 50%;
  }

  .prevclient, .prevclient._0 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .top-div-block {
    flex-direction: column;
  }

  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    font-size: 29px;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .slider-small-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .slider-medium-text {
    margin-top: 7px;
    font-size: 20px;
    line-height: 25px;
  }

  .small-text-div-and-arrow {
    flex-direction: column;
    align-items: flex-start;
  }

  ._4-boxes-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .box-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .box-heading.small {
    max-width: 100%;
    font-size: 24px;
    line-height: 26px;
  }

  ._4-box-text, .box-1-div {
    width: 100%;
  }

  ._4-block-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .arrow-head-orange {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .arrow-head-blue {
    max-width: 50px;
    margin-top: 5px;
    margin-left: 0;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    max-width: 100%;
  }

  .h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .h1.bot-40, .h1.bot-10 {
    margin-bottom: 30px;
  }

  .h1.bot-10.centred {
    margin-bottom: 0;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .bottom-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .bottom-text {
    font-size: 15px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .h1-smaller {
    font-size: 16px;
  }

  ._4-box-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .social-media-div {
    justify-content: center;
  }

  .wide-img-heading {
    font-size: 30px;
    line-height: 31px;
  }

  ._3x1-div {
    padding: 20px;
  }

  .p-bold.black {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .green-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .h3-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .counter-heading {
    min-height: 50px;
  }

  .counter1 {
    min-width: auto;
  }

  .counter1._50 {
    min-width: 120px;
    font-size: 34px;
    line-height: 40px;
  }

  .counter1._50._96 {
    min-width: 80px;
    margin-left: 0;
  }

  .counter-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .counter-t.green {
    font-size: 34px;
    line-height: 40px;
  }

  .recycle-icon {
    width: 90px;
    margin-top: 10px;
  }

  .facebook-div {
    align-items: center;
  }

  .fb-feed {
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .img-div {
    min-height: 200px;
  }

  .pdf-div {
    margin-top: 30px;
  }

  .pdf-grid {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-img {
    width: 48%;
  }

  ._3-img._3 {
    display: none;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .map, ._3x2-grid {
    margin-top: 30px;
  }

  ._3x2-grid._60b {
    margin-bottom: 30px;
  }

  .skip-size-slider {
    margin-top: 30px;
  }

  .slider-grid {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .skip-img {
    max-width: 180px;
  }

  .list._20p, .list._3col._20p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list._4col {
    grid-template-columns: 1fr;
  }

  .list._4col._20p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list._5col {
    grid-template-columns: 1fr;
  }

  .list._5col._20p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-code {
    padding: 10px;
  }

  .form-code._2 {
    margin-top: 30px;
    padding: 0;
  }

  .lrg-img.top-50 {
    margin-top: 30px;
  }

  .areas-div {
    flex-direction: column;
    max-width: 100%;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

  .areas-container {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .clients-slider {
    height: 590px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .site-map-link.left15 {
    padding-left: 0;
  }

  .no-line-white.small {
    font-size: 13.5px;
  }

  .fb-feed-mobile {
    display: none;
  }

  .slider {
    min-height: 510px;
  }

  .insta-section {
    padding-bottom: 30px;
  }

  .small-h3._10b {
    margin-bottom: 0;
  }

  .pop-text {
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24px;
  }

  .fs-cc-manager_icon {
    width: 15px;
    height: 15px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-manager_component {
    width: 35px;
    height: 35px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .pop-button-2 {
    padding: 10px 17px;
    font-size: 13px;
    line-height: 20px;
  }

  .widget-block {
    height: auto;
    padding: 20px;
    right: 10px;
  }

  .widget-block.christmnas {
    width: 250px;
    height: 250px;
    display: block;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .lottie-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lottie-title-number {
    min-width: 30px;
    min-height: 30px;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .popup-logo {
    width: 180px;
  }

  .text-block-22 {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
  }

  .side-bar {
    width: 41px;
    height: 130px;
  }

  .whol-eopen {
    top: 51%;
  }

  .open-box {
    width: 276px;
    height: 300px;
    margin-left: 2px;
    left: -2px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 19px;
  }

  .text-block-20 {
    font-size: 13px;
    line-height: 19px;
  }

  .fa-icon.sm {
    margin-right: 10px;
  }

  .nav-link-2 {
    padding-left: 20px;
  }

  .nav-link-2.contact-nav {
    border-radius: 0;
  }

  .nav-link-2.contact-nav.call-btn {
    display: none;
  }

  .menu-button-2 {
    background-color: var(--green);
  }

  .menu-button-2.w--open {
    background-color: var(--green-2);
  }

  .image-5 {
    width: 160px;
  }

  .p-2 {
    font-weight: 400;
  }

  .hero-card {
    width: 90%;
    margin: 30px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-text {
    font-size: 20px;
    font-weight: 600;
  }

  .hero-intro-text {
    font-size: 1.5rem;
  }

  .hero_btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .left-section-para-container.padding-top-20 {
    padding-top: 0;
  }

  .left-text-area.paddint-tomp-bottom-40, .left-text-area.paddint-tomp-bottom-40.right, .left-text-area.paddint-tomp-bottom-40, .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-container-2 {
    margin-bottom: 0;
  }

  .para {
    font-weight: 300;
  }

  .section-info-wrapper-2 {
    margin-bottom: 20px;
  }

  .default-btn-2.margin-top-40.white, .default-btn-2.margin-top-40.hover-white {
    margin-top: 10px;
  }

  .haeding-1.margin-top-bottom-10.white {
    color: #f0f6f8;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .haeding-1.margin-top-bottom-10 {
    color: #16252e;
    text-transform: uppercase;
    text-transform: uppercase;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 0;
  }

  .section-info-title.large-text {
    font-size: 1.5rem;
  }

  .heading-2-img-section-2 {
    min-height: 250px;
  }

  .services-wrapper.display-grid._2x1._100 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-button-group.home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.5fr;
  }

  .services-text-block._20t {
    padding: 15px;
  }

  .services-text-block.home {
    width: 100%;
  }

  .services-block._0 {
    margin-bottom: 10px;
  }

  .services-block.home {
    height: auto;
    margin-bottom: 20px;
  }

  .service-btn {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

  .services-section {
    padding-top: 30px;
  }

  .project-img-title {
    font-size: 1rem;
  }

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .section-h1-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .section-heading-1-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-heading-1-img._0 {
    padding-bottom: 100px;
  }

  .right-double-img.image {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .right-double-img.image.google {
    height: auto;
  }

  .h2-2 {
    font-size: 26px;
  }

  .h2-2.h2-white {
    text-transform: uppercase;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-2-img-section {
    min-height: 300px;
  }

  .top-img.margin-top-10._0 {
    height: auto;
  }

  .top-img.margin-bottom-10 {
    height: 100%;
  }

  .top-img.margin-bottom-10._45.img._1.mobileheight, .top-img.margin-bottom-10._45._3.mobileheight {
    min-height: 200px;
    margin-bottom: 0;
  }

  .top-img.margin-bottom-10._0 {
    height: auto;
  }

  .top-img.margin-top-10, .top-img.margin-bottom-10 {
    height: 100%;
  }

  .col-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: auto;
    display: grid;
  }

  .col-1._0 {
    display: none;
  }

  .bottom-img._45._2.mobileheight, .bottom-img._45._4.mobileheight {
    min-height: 200px;
  }

  .col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
    display: grid;
  }

  .right-img-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .heading-3-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .h3-cta-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .icon-block {
    margin-right: 10px;
  }

  .cta-link {
    font-size: 1em;
  }

  .footer-link-2.black {
    font-size: .9rem;
  }

  .footer-link-2.sm {
    font-size: 14px;
  }

  .heading-2-img-section-3 {
    min-height: 300px;
  }

  .heading-2-img-section-3.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-info-wrapper-3 {
    margin-bottom: 20px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .cta-text-contact {
    margin-top: 20px;
  }

  .html-embed-2 {
    margin-top: 0;
  }

  .contact-info-text {
    width: 100%;
  }

  .icon-7 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .title-container-5 {
    margin-bottom: 20px;
  }

  .footer-section {
    padding-bottom: 10px;
  }

  .fs-cc-banner_close-2 {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .footer-copy-social.left {
    margin-top: 0;
  }

  .socials {
    bottom: 0;
    left: 35px;
  }

  .social-button {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .arrow-up-2 {
    display: none;
    bottom: 10px;
    right: 5%;
  }

  .areas-list.areas-grid, .areas-list.areas-grid._6x1, .areas-list.areas-grid._5x1, .areas-list.areas-grid._3x1 {
    grid-template-columns: 1fr;
  }

  .areas-list.areas-grid._4x1 {
    grid-template-columns: 1fr;
    display: block;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .listhead {
    line-height: 19px;
  }

  .hero-card-2 {
    width: 90%;
    margin: 30px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-card-2.svs {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .banner-text-2 {
    font-size: 21px;
    font-weight: 700;
  }

  .banner-text-2.icon {
    font-size: 34px;
  }

  .hero_btn-2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .navigation-dropdown-row {
    background-color: var(--white);
  }

  .fa.sm.sitemap.lg {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .fa.lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
  }

  .sm-inner-img-2 {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading-1-img-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listnopoint.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-2-img-section-4, .heading-2-img-section-5 {
    min-height: 300px;
  }

  .bottom-img-2 {
    height: 100%;
  }

  .col-2-2 {
    width: 100%;
    min-height: 300px;
  }

  .bottom-img-3 {
    height: 250px;
  }

  .bottom-img-3:hover {
    transform: none;
  }

  .bottom-img-3._20b {
    height: 250px;
  }

  .bottom-img-3._20b:hover {
    transform: none;
  }

  .col-2-3 {
    width: 100%;
    min-height: 300px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-heading {
    line-height: 28px;
  }

  .blogthumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sectionheading {
    display: block;
  }

  .meddivide {
    width: 60%;
  }

  .prevclient._0 {
    margin-bottom: 10px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .contact-icon {
    display: none;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat-2 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .live-icon-2 {
    width: 12px;
    height: 13px;
  }

  .whatsapp-chat-3 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button-2 {
    width: 90%;
  }

  .live-icon-3 {
    width: 12px;
    height: 13px;
  }

  .whatsapp-chat-4 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .live-chat-top-text-2 {
    font-size: 11px;
  }

  .livechat-button-3 {
    width: 90%;
  }
}

#w-node-_59fe3970-25a2-5a2d-3a7d-7c8ec0438a2c-1c916af9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bb1-1c916af9 {
  align-self: center;
}

#w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bb8-1c916af9 {
  align-self: end;
}

#w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bbc-1c916af9, #w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bce-1c916af9 {
  align-self: center;
}

#w-node-e0c05abb-663b-bd0c-8108-4cc7a662740a-c6ce258e, #w-node-_0ff5c71d-9423-0ecb-66a9-156e5325d19f-c6ce258e, #w-node-_75c70727-4397-96c2-64e8-d6268e978d5f-c6ce258e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d1c58a1-0e18-d67f-1de2-609aac86e3e9-1c916b32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e57c7860-0e54-ccd6-e8a9-5104b72b4b47-1c916b33, #w-node-_2690f477-bbc7-6e85-df56-ad6e59911458-1c916b33, #w-node-c169bac7-dd87-0f0d-4348-96b33c7450a4-1c916b34, #w-node-c169bac7-dd87-0f0d-4348-96b33c7450ae-1c916b34, #w-node-f55fd3d5-d8cc-74be-8e4b-ea4fec44988c-1c916b5c, #w-node-_63dffae8-5514-5cdd-7199-bad3813f2204-1c916b5c, #w-node-_63dffae8-5514-5cdd-7199-bad3813f220e-1c916b5c, #w-node-_0cd7728e-8ab9-889e-279d-a5bb89fe28cc-1c916b5c, #w-node-e1d2e162-316b-2005-babb-b0f00a1b6dda-1c916b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_149acaaa-e7ca-13b8-6693-3da1ef43b682-1c916b60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ca71221-9ba2-088c-4383-ada0fdd437bb-1c916b67, #w-node-a6ab6eca-dfc7-526c-669c-5db502c4e8ae-1c916b67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3851a8c7-a125-109a-46db-d913467a2925-1c916b67, #w-node-c5b4d670-c8fd-1a96-ee83-9ea259478968-1c916b68, #w-node-_60575787-727f-fdbf-8cdb-e276408a2458-1c916b69, #w-node-_356ecc3b-0355-c650-85be-dec58cb72ec1-1c916b7e, #w-node-e8d4d41b-c7f3-d028-8f52-bfe3c5c78330-1c916b83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df0346d-317f-ad83-8f38-927a4f8549bb-1c916b83, #w-node-e361b73c-7597-7e8b-75d1-b8a9300f5582-1c916b84, #w-node-_45a9c24c-ce7e-cea6-f472-ac4dc3b2818e-1c916b84, #w-node-e361b73c-7597-7e8b-75d1-b8a9300f55b0-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e2b-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e4f-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e7d-1c916b84, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b56f7-1c916b86, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b5701-1c916b86, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b5715-1c916b86, #w-node-_3e32d1c7-6c89-8d46-5545-bbb19d79f3bd-1c916b86, #w-node-_52584314-71f1-bc44-64b7-a38714cb2a3b-1c916b86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a440d95-a9df-8052-ad96-424f3a1cddb7-1c916b86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_401a4d91-289c-43f4-caea-8f08172682cc-1c916b86, #w-node-_401a4d91-289c-43f4-caea-8f08172682d4-1c916b86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8d1c58a1-0e18-d67f-1de2-609aac86e3e9-1c916b32, #w-node-e57c7860-0e54-ccd6-e8a9-5104b72b4b47-1c916b33, #w-node-_2690f477-bbc7-6e85-df56-ad6e59911458-1c916b33, #w-node-c169bac7-dd87-0f0d-4348-96b33c7450a4-1c916b34, #w-node-c169bac7-dd87-0f0d-4348-96b33c7450ae-1c916b34, #w-node-_63dffae8-5514-5cdd-7199-bad3813f2204-1c916b5c, #w-node-_63dffae8-5514-5cdd-7199-bad3813f220e-1c916b5c, #w-node-_0cd7728e-8ab9-889e-279d-a5bb89fe28cc-1c916b5c, #w-node-e1d2e162-316b-2005-babb-b0f00a1b6dda-1c916b5c, #w-node-_149acaaa-e7ca-13b8-6693-3da1ef43b682-1c916b60, #w-node-_9ca71221-9ba2-088c-4383-ada0fdd437bb-1c916b67, #w-node-a6ab6eca-dfc7-526c-669c-5db502c4e8ae-1c916b67, #w-node-_3851a8c7-a125-109a-46db-d913467a2925-1c916b67, #w-node-c5b4d670-c8fd-1a96-ee83-9ea259478968-1c916b68, #w-node-_60575787-727f-fdbf-8cdb-e276408a2458-1c916b69, #w-node-_356ecc3b-0355-c650-85be-dec58cb72ec1-1c916b7e, #w-node-e8d4d41b-c7f3-d028-8f52-bfe3c5c78330-1c916b83, #w-node-_1df0346d-317f-ad83-8f38-927a4f8549bb-1c916b83, #w-node-e361b73c-7597-7e8b-75d1-b8a9300f5582-1c916b84, #w-node-_45a9c24c-ce7e-cea6-f472-ac4dc3b2818e-1c916b84, #w-node-e361b73c-7597-7e8b-75d1-b8a9300f55b0-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e2b-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e4f-1c916b84, #w-node-ccb2ce0d-8b38-cfd2-fff0-6d61c8870e7d-1c916b84, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b56f7-1c916b86, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b5701-1c916b86, #w-node-_3a5c3c06-bdbf-9e4a-6ddf-1f3a0f1b5715-1c916b86, #w-node-_3e32d1c7-6c89-8d46-5545-bbb19d79f3bd-1c916b86, #w-node-_52584314-71f1-bc44-64b7-a38714cb2a3b-1c916b86, #w-node-_8a440d95-a9df-8052-ad96-424f3a1cddb7-1c916b86, #w-node-_401a4d91-289c-43f4-caea-8f08172682cc-1c916b86, #w-node-_401a4d91-289c-43f4-caea-8f08172682d4-1c916b86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bad-1c916af9 {
    align-self: center;
  }

  #w-node-bdb89e41-806b-4cba-d4e2-2c12b6599bae-1c916af9 {
    place-self: stretch stretch;
  }

  #w-node-c5b4d670-c8fd-1a96-ee83-9ea259478968-1c916b68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}