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

.section {
  height: 110vh;
  max-height: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/junk-removal-tamworth.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  padding-bottom: 140px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.section.other-pages {
  height: 30vh;
  background-color: #f9fafc;
  background-image: none;
}

.section.other {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/junk-removal-tamworth.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 20px;
}

.section.location {
  height: auto;
  padding-bottom: 60px;
}

.navbar {
  height: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.navbar.other-pages {
  background-color: #f9fafc;
}

.nav-menu {
  height: 100%;
  color: #333;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

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

.brand {
  height: 100%;
  align-items: center;
  display: flex;
}

.container {
  height: 100%;
}

.text-block {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.text-block.black, .text-block.grey {
  color: #333;
}

.div-block {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block.other {
  max-width: 1280px;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block.location-page {
  padding-top: 60px;
}

.text-block-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.heading {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.heading.pages {
  font-size: 50px;
  line-height: 70px;
}

.heading._80 {
  width: 80%;
}

.div-block-2 {
  width: auto;
  max-width: none;
  min-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 50px;
  display: flex;
}

.div-block-2.other {
  width: 80%;
  max-width: 800px;
  margin-top: 0;
}

.div-block-2.horizontal {
  max-width: 1280px;
  flex-direction: row;
}

.text-block-3 {
  width: 70%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-2 {
  height: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.yellow {
  height: 600px;
  background-color: #f1f1f1;
}

.section-2.contact {
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-3.what-we-do {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-3.other.switch {
  flex-direction: row-reverse;
  padding-bottom: 40px;
}

.div-block-3.other.middle {
  justify-content: center;
}

.div-block-3.vertical {
  flex-direction: column;
  align-items: center;
}

.div-block-4 {
  width: 40%;
  height: 100%;
  padding-right: 0;
}

.div-block-4.how-it-works {
  padding-right: 60px;
}

.div-block-4.other {
  width: 40%;
}

.div-block-4._100 {
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 20px;
}

.heading-2 {
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.middle {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-5 {
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.text-block-5.no-margin-topp {
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-5 {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 60px;
  display: flex;
}

.div-block-5.how-it-works {
  padding-top: 8px;
  padding-left: 40px;
}

.div-block-5.how-it-works.full-width {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
}

.div-block-5._70 {
  width: 70%;
}

.div-block-5._70._0-padding {
  max-width: 700px;
  align-items: center;
  padding-left: 0;
}

.div-block-5.no-padding {
  padding-left: 0;
  padding-right: 60px;
}

.div-block-5._100 {
  width: 100%;
  max-width: 700px;
  text-align: center;
  align-items: center;
  padding-left: 0;
}

.html-embed {
  width: 30px;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.heading-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.grid {
  grid-template-columns: 1fr;
  margin-top: 93px;
}

.link {
  color: #2e2e2e;
  margin-left: 15px;
}

.list {
  margin-top: 24px;
  font-size: 16px;
}

.list-item {
  margin-bottom: 5px;
}

.section-3 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/wheelie-bin-rubbish-bins.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10% 264px;
  display: flex;
  position: relative;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.heading-4 {
  width: 400px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.div-block-8 {
  width: 60%;
  height: 1px;
  color: #fff;
  background-color: #fff;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 95px;
}

.html-embed-2 {
  width: 35px;
  color: #fff;
}

.heading-5 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-10 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  width: 80%;
  padding-left: 20px;
}

.div-block-15 {
  width: 80%;
  height: auto;
  padding-left: 20px;
}

.text-span {
  color: #ffc72c;
}

.button {
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 79px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 300;
  transition: all .2s;
}

.button:hover {
  color: #2e2e2e;
  background-color: #fff;
}

.button.hero-section {
  margin-top: 51px;
}

.button.hero-section.black {
  color: #333;
  border-color: #333;
}

.button.hero-section.black:hover {
  color: #fff;
  background-color: #333;
}

.button.hero-section.yellow {
  color: #333;
  background-color: #ffc72c;
  border-color: #ffc72c;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

.button.hero-section.red {
  background-color: #ea4335;
  border-color: #e40000;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-16 {
  width: 70%;
  height: 1px;
  background-color: rgba(90, 90, 90, .39);
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 45px;
}

.div-block-17 {
  align-items: center;
  margin-top: 23px;
  display: flex;
}

.div-block-17.footer {
  color: #333;
}

.div-block-17.footer.white {
  color: #fff;
  margin-top: 60px;
}

.text-block-7 {
  font-size: 30px;
  font-weight: 800;
}

.div-block-18 {
  margin-left: 15px;
}

.html-embed-3 {
  width: 50px;
  height: 10px;
  margin-top: 5px;
}

.div-block-19 {
  margin-top: 2px;
  display: flex;
}

.text-block-8 {
  letter-spacing: 1.4px;
  margin-top: 0;
  margin-left: 3px;
  font-size: 10px;
}

.html-embed-4 {
  width: 30px;
  height: 30px;
}

.link-block {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  text-decoration: underline;
}

.link-block.black {
  color: #333;
}

.text-block-9 {
  margin-left: 10px;
}

.text-block-10 {
  width: 80%;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.image-2 {
  width: 250px;
  position: absolute;
  top: 258px;
  bottom: 0%;
  left: auto;
  right: 11%;
  transform: rotate(14deg);
}

.grid-3 {
  width: 100%;
  max-width: 1280px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.div-block-20 {
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-2, .text-span-3 {
  color: #ffc72c;
}

.text-span-4, .text-span-5 {
  color: #ea4335;
}

.section-4 {
  height: auto;
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 0;
  display: flex;
}

.section-4.why-us {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section-4._2.background {
  background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/mould-cleaning-darwin.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.div-block-69 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.div-block-69.swappe {
  flex-direction: row-reverse;
}

.text-span-6, .text-span-7 {
  color: #4285f4;
}

.div-block-22 {
  width: 40%;
  height: auto;
  flex-direction: column;
  padding-right: 40px;
  display: flex;
}

.div-block-22.padding-left {
  padding-left: 40px;
  padding-right: 0;
}

.div-block-23 {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-23.text-fiel {
  padding-left: 100px;
}

.div-block-23.text-fiel.full {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
}

.div-block-23.no-padding {
  padding-left: 0;
  padding-right: 100px;
}

.div-block-23.centre {
  align-items: center;
}

.text-block-11 {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.text-block-11._2 {
  margin-top: 32px;
}

.text-block-12 {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-13 {
  margin-top: 31px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-24 {
  width: 100%;
  max-width: 1280px;
}

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

.div-block-25 {
  height: 300px;
}

.link-block-2 {
  height: 300px;
  background-image: url('../images/JRC-Glazier-Brisbane-Web-Design.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block-2._2 {
  background-image: url('../images/roulstone-renovations-website-design-subscription-affordable.png');
}

.link-block-2._3 {
  background-image: url('../images/perotti-tiling-bathroom-renovation-web-design.jpg');
}

.section-5 {
  height: auto;
  color: #fff;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .46)), url('../images/web-design-subscription-brisbane-monthly.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.section-5.home-page {
  color: #333;
  background-image: none;
}

.div-block-26 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-5 {
  width: 100%;
  max-width: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-5.why-do-you-need-a-site {
  max-width: 1280px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-14 {
  max-width: 300px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.heading-6 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}

.heading-7 {
  font-size: 44px;
  font-weight: 800;
}

.html-embed-5 {
  width: 150%;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: 0%;
  right: 0%;
}

.section-6 {
  height: 500px;
  color: #fff;
  background-color: #081a22;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 140px 10% 100px;
  display: flex;
}

.section-6.other {
  margin-top: 0;
  padding-top: 100px;
}

.div-block-28 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-8 {
  width: 70%;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.grid-6 {
  width: 100%;
  max-width: 1280px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1.25fr;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  height: auto;
  background-color: #f5f5f5;
  padding: 60px 10% 20px;
}

.div-block-29 {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.html-embed-6 {
  width: 15px;
  height: 15px;
  color: #333;
}

.link-2 {
  color: #333;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-30 {
  align-items: center;
  display: flex;
}

.div-block-30.email {
  align-items: center;
  margin-left: 40px;
}

.div-block-31 {
  margin-left: 40px;
}

.paragraph {
  width: 500px;
  color: #333;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-32 {
  color: #333;
  margin-top: 25px;
}

.link-3 {
  color: #fff;
  font-size: 12px;
}

.link-3.w--current {
  color: #333;
}

.link-4 {
  color: #333;
  margin-left: 20px;
  font-size: 12px;
}

.div-block-33 {
  height: 50px;
  max-width: 1280px;
  border-top: 1px solid rgba(51, 51, 51, .26);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-7 {
  height: 100%;
  max-width: 1280px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-34 {
  height: 100%;
  align-items: center;
  display: flex;
}

.div-block-34.right {
  justify-content: flex-end;
}

.text-block-15 {
  color: #333;
  font-size: 12px;
}

.right-arrow-t8 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 200px;
  right: 0%;
}

.slide-nav-t8 {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.slide-wrapper-t8 {
  max-width: 250px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin: 25px 25px 78px;
  padding: 30px 12px;
  display: flex;
  box-shadow: 5px 5px 20px #cecece;
}

.quote-t8 {
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
}

.user-name-t8 {
  margin-top: 12px;
  font-weight: 700;
}

.mask-t8 {
  width: 300px;
  overflow: visible;
}

.left-arrow-t8 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 200px;
}

.slider-t8 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-16 {
  font-size: 18px;
}

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

.html-embed-7 {
  width: 35px;
}

.heading-9 {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
}

.heading-9.what-we-do {
  font-size: 18px;
  line-height: 18px;
}

.div-block-35 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 15px;
  display: flex;
  box-shadow: 0 0 10px -6px #000;
}

.text-span-8 {
  color: #ea4335;
}

.div-block-36 {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-10 {
  font-size: 55px;
  line-height: 55px;
}

.heading-11 {
  width: 100%;
  max-width: 1280px;
  color: #333;
  font-size: 55px;
  line-height: 55px;
}

.html-embed-8 {
  width: 30px;
}

.text-span-9 {
  color: #ea4335;
}

.paragraph-2 {
  text-align: center;
}

.text-span-10, .text-span-11 {
  color: #ffc72c;
}

.section-8 {
  height: auto;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-8.black {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

.div-block-94.right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-19 {
  color: #ffc72c;
  letter-spacing: 2.5px;
}

.text-block-19.red {
  color: #ea4335;
}

.text-block-19.green {
  color: #34a853;
}

.text-block-19.blue {
  color: #4285f4;
}

.div-block-89 {
  width: 10%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-93 {
  width: 5px;
  height: 5px;
  background-color: #7c7c7c;
  border-radius: 999px;
}

.div-block-91 {
  width: 1px;
  height: 200px;
  background-color: #fff;
}

.html-embed-9 {
  width: 50px;
}

.heading-23 {
  color: #fff;
  margin-top: 5px;
  font-family: Lato, sans-serif;
}

.div-block-88 {
  height: auto;
  margin-top: 0;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
}

.div-block-80 {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  display: block;
}

.div-block-87 {
  width: 45%;
  height: auto;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-90 {
  width: 45%;
  display: flex;
}

.paragraph-10 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-10.right {
  text-align: right;
}

.div-block-92 {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95 {
  width: 100%;
  max-width: 1280px;
}

.div-block-96 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-97 {
  z-index: 10;
  width: 33%;
  height: auto;
  background-color: #fff;
  border: 2px solid #08c4b2;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-97.side {
  z-index: 2;
  margin-left: -35px;
  position: relative;
  transform: scale(.9);
}

.div-block-97.side.left {
  margin-left: 0;
  margin-right: -35px;
}

.div-block-97.custom-build {
  border-width: 1px;
  border-color: #d4d4d4;
  margin-left: 140px;
}

.div-block-98 {
  width: 100%;
  height: 60px;
  background-color: #08c4b2;
  border-bottom: 1px solid #bebebe;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-98.grey {
  background-color: #ebebeb;
}

.div-block-98.custom {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.heading-24 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-20 {
  margin-top: 10px;
  font-size: 18px;
}

.div-block-99 {
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.text-block-21 {
  color: #4285f4;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.text-block-22 {
  color: #4285f4;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.text-block-23 {
  color: #4285f4;
  margin-bottom: 18px;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-100 {
  margin-top: 40px;
}

.html-embed-10 {
  width: 20px;
  color: #08c4b2;
}

.div-block-101 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-24 {
  margin-left: 15px;
  font-size: 16px;
}

.button-2 {
  width: 100%;
  text-align: center;
  background-color: #000d2c;
  margin-top: 30px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-25 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-102 {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.link-block-3 {
  width: 300px;
  height: 50px;
  color: #333;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.link-block-3.right {
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin-left: 10px;
  text-decoration: none;
  transition: all .1s;
}

.link-block-3.right:hover {
  transform: scale(1.1);
}

.text-block-26 {
  color: #333;
  font-size: 15px;
}

.text-block-26.right {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.div-block-103 {
  width: 10px;
  height: 10px;
  background-image: linear-gradient(#2ab3f5, #2d9aed);
  border-radius: 999px;
  margin-left: 10px;
  box-shadow: 0 0 2px 1px #2d9aed;
}

.div-block-103.green {
  background-image: linear-gradient(#28dc9a, #28dc9a);
  margin-left: 10px;
  box-shadow: 0 0 2px 1px #28dc9a;
}

.heading-25 {
  font-size: 22px;
  font-weight: 800;
}

.nav-menu-2 {
  height: 100%;
  color: #fff;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.link-block-4 {
  width: auto;
  height: 60px;
  color: #fff;
  background-color: #0053a0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-4.grey {
  background-color: #f0f0f0;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-4.grey.other {
  margin-top: 0;
}

.link-block-4.grey.yellow {
  color: #fff;
  background-color: #fcc800;
  border-radius: 15px;
  margin-top: 0;
  text-decoration: none;
}

.link-block-4.other {
  margin-top: 0;
}

.link-block-4.home-button-2 {
  color: #fff;
  text-transform: none;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-4.home-button {
  color: #fff;
  text-transform: none;
  background-color: #ffc72c;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.html-embed-11 {
  width: 20px;
  height: 20px;
}

.html-embed-11._2 {
  width: 15px;
  height: 15px;
}

.html-embed-11._2.single-button {
  width: 18px;
  height: 18px;
}

.html-embed-11._2.large {
  width: 25px;
  height: 25px;
}

.html-embed-11._2.margin-left {
  margin-left: 10px;
}

.html-embed-11._2 {
  width: 20px;
  height: 20px;
}

.html-embed-11._2.contact {
  width: 30px;
  height: 30px;
}

.text-block-27 {
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
}

.text-block-27._2 {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-27._2.single-button {
  font-size: 15px;
}

.text-block-27._2.large {
  font-size: 20px;
}

.paragraph-11 {
  margin-top: 19px;
}

.paragraph-12 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-12.margin-top {
  margin-top: 40px;
}

.paragraph-12.white {
  color: #fff;
}

.paragraph-12.white.no-margin, .paragraph-12.white.no-margin-top {
  margin-top: 20px;
}

.paragraph-12.middle {
  text-align: center;
}

.paragraph-12.no-margin {
  margin-bottom: 0;
}

.div-block-104 {
  width: 100%;
  height: auto;
  max-width: 1280px;
}

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

.link-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.html-embed-12 {
  width: 20px;
  height: 20px;
  color: #0053a0;
}

.html-embed-12._2 {
  color: #0053a0;
  margin-left: 10px;
}

.div-block-105 {
  width: 800px;
  height: 250px;
  background-color: #272d31;
  position: absolute;
  top: auto;
  bottom: -125px;
  left: auto;
  right: 10%;
}

.div-block-106 {
  height: 50%;
  color: #fff;
  display: flex;
}

.div-block-107 {
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.html-embed-13 {
  width: 50px;
  height: auto;
  color: #0053a0;
}

.text-block-28 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-108 {
  width: 95%;
  height: 1px;
  background-color: rgba(255, 255, 255, .16);
  margin-left: auto;
  margin-right: auto;
}

.text-block-29 {
  color: #044089;
  letter-spacing: 1px;
  font-size: 15px;
}

.text-block-29.white {
  color: #fff;
}

.link-block-6 {
  color: #333;
  text-decoration: none;
  display: flex;
}

.html-embed-14 {
  color: #044089;
  margin-left: 10px;
}

.html-embed-14.white {
  color: #fff;
}

.text-block-30 {
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-30.white {
  color: #fff;
}

.link-block-7 {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 20px;
  padding: 7px 15px;
  text-decoration: none;
  display: flex;
}

.text-block-31 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.html-embed-15 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.div-block-109 {
  max-width: 1280px;
}

.image-3 {
  z-index: 2;
  width: 400px;
  height: 280px;
  object-fit: cover;
  margin-top: -77px;
  position: relative;
  left: -29%;
}

.image-4 {
  z-index: 1;
  width: 730px;
  height: 500px;
  object-fit: cover;
  position: relative;
  top: -147px;
  left: 11%;
}

.heading-26 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-32 {
  width: 600px;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-block-8 {
  width: auto;
  height: 100px;
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-33 {
  font-size: 16px;
}

.image-5 {
  width: auto;
  height: 80px;
  margin-top: 25px;
}

.text-span-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #04a7fc, #04a7fc 46%, #fff 48%);
  margin-left: -10px;
  padding: 0 10px;
  display: inline-block;
}

.text-span-12._2 {
  background-image: linear-gradient(to top, #0053a0, #0053a0 33%, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0) 101%);
}

.text-span-12._3 {
  background-image: linear-gradient(to top, #6baec9, #6baec9 46%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 103%);
}

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

.div-block-110.other {
  justify-content: flex-end;
}

.button-3 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
}

.button-3:hover {
  color: #fff;
  background-color: #333;
}

.image-6 {
  width: 200px;
}

.text-field-inform {
  height: 48px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dbdbdb;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.full-width {
  width: 100%;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-color: #b1b1b1;
  font-size: 14px;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
  text-transform: none;
}

._2-questions-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-questions-wrap._100-percent {
  width: 100%;
}

.button-4 {
  width: 100%;
  text-transform: none;
  background-color: #0053a0;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.button-4.in-form {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #04a7fc;
  font-size: 14px;
  font-weight: 500;
}

.button-4.in-form:hover, .button-4.in-form:active, .button-4.in-form:focus {
  background-color: #04a7fc;
}

.button-4.in-form:focus-visible {
  background-color: #04a7fc;
}

.button-4.in-form[data-wf-focus-visible] {
  background-color: #04a7fc;
}

.button-4.in-form {
  width: 100%;
  text-align: center;
  background-color: #006f18;
}

.form-block-03 {
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding: 20px;
}

.heading-27 {
  color: #292929;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-111 {
  width: 50%;
  height: 100%;
  max-width: 500px;
  padding-top: 60px;
}

.div-block-111.other {
  width: auto;
  padding-top: 0;
}

.text-block-37 {
  width: auto;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.nav-link-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-5:hover {
  text-decoration: underline;
}

.nav-link-5.w--current {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-menu-3 {
  height: 50px;
  color: #fff;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
}

.text-block-38 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.text-block-39 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.link-block-9 {
  color: #fff;
  background-color: #0053a0;
  border: 1px #000;
  border-radius: 16px;
  margin-left: 20px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  color: #fff;
}

.html-embed-16 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  padding: 100px 10% 0;
  display: flex;
}

.section-9.swapped.grey {
  background-color: #f1f1f1;
}

.section-9.large-margin {
  padding-top: 220px;
  padding-bottom: 40px;
}

.section-9.margin-bottom {
  padding-bottom: 100px;
}

.text-block-40 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.heading-28 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
}

.list-item-4 {
  margin-bottom: 10px;
}

.list-2 {
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.heading-29 {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-29.white {
  color: #fff;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 18px;
}

.heading-29.margin-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.text-span-13 {
  text-transform: uppercase;
  font-weight: 600;
}

.list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 5px;
}

.list-3 {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.text-span-14 {
  letter-spacing: 2px;
  font-weight: 600;
}

.list-item-8, .list-item-9 {
  margin-bottom: 5px;
}

.list-4 {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.text-span-15, .text-span-16 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-field-inform-2 {
  height: 48px;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform-2:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform-2.full-width {
  width: 100%;
}

.text-field-inform-2.bigger {
  height: auto;
  min-height: 58px;
}

.div-block-114 {
  width: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-113 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.text-block-41 {
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-41._2 {
  font-size: 18px;
}

.text-block-41._2.contact {
  font-size: 22px;
}

.heading-30 {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.paragraph-13 {
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-10 {
  width: auto;
  height: 60px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-10.grey {
  background-color: #f0f0f0;
  padding-left: 40px;
}

.link-block-10.grey.services.contact {
  margin-top: 20px;
}

.div-block-112 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  align-items: center;
  display: flex;
}

.div-block-112.services {
  align-items: stretch;
  display: flex;
}

.bold-text-3 {
  font-weight: 800;
}

.heading-31 {
  color: #1f1f1f;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
}

.heading-31.contact {
  text-transform: none;
  font-family: Work Sans, sans-serif;
}

.text-block-42 {
  width: 300px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-43 {
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.div-block-115 {
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
}

.grid-10 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.html-embed-17 {
  width: 25px;
  height: 25px;
}

.div-block-116 {
  align-items: center;
  display: flex;
}

.text-block-44 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  margin-top: 40px;
}

.heading-33 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-45 {
  color: #333;
  margin-top: 0;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 900;
}

.image-8 {
  margin-top: 0;
}

.text-block-46, .text-block-47, .text-block-48, .text-block-49 {
  font-family: Open Sans, sans-serif;
}

.div-block-117 {
  background-color: #ebebeb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-9 {
  margin-top: 40px;
}

.div-block-118 {
  width: 100px;
  height: 3px;
  background-color: #0053a0;
}

.div-block-119 {
  align-items: flex-start;
  display: flex;
}

.image-10 {
  border: 1px solid #000;
  margin-top: 20px;
  margin-left: 40px;
}

.div-block-120 {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.image-11 {
  border: 1px solid #000;
  margin-top: 20px;
  margin-right: 40px;
}

.link-5 {
  color: #0053a0;
  text-decoration: none;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #fcc800;
  font-size: 17px;
}

.bold-text-8 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-10 {
  background-color: #2b2b2b;
  justify-content: center;
  padding: 60px 10%;
  display: flex;
}

.section-10.grey {
  background-color: #f5f6f7;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section-10.white {
  background-color: #fff;
}

.div-block-121 {
  border-left: 3px solid #fff;
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-121.black {
  border-left-color: #333;
  margin-bottom: 20px;
}

.section-11 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-11.black {
  background-color: #2b2b2b;
}

.section-12 {
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/junk-removal-tamworth.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-13 {
  justify-content: center;
  padding: 100px 10%;
  display: flex;
}

.div-block-122 {
  width: 70%;
  height: auto;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-17 {
  color: #ffc72c;
  font-weight: 700;
}

.list-item-10 {
  color: #fff;
  padding-left: 20px;
}

.paragraph-14 {
  font-size: 15px;
  line-height: 28px;
}

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

.html-embed-18 {
  width: 20px;
  height: 20px;
}

.html-embed-18._2 {
  width: 15px;
  height: 15px;
}

.div-block-123 {
  align-items: center;
  display: flex;
}

.text-block-50 {
  text-align: left;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.grid-12 {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

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

.heading-34 {
  color: #fff;
  font-size: 18px;
}

.text-block-51 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-block-51.black {
  color: #333;
}

.paragraph-15 {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-15.middle {
  text-align: center;
}

.section-14 {
  background-color: #f2f3f5;
  flex-direction: column;
  align-items: center;
  padding: 60px 10% 0;
  display: flex;
}

.link-6 {
  color: #ea4335;
  text-decoration: none;
}

.section-15 {
  background-color: #f5f6f7;
  justify-content: center;
  align-items: center;
  padding: 40px 10%;
  display: flex;
}

.div-block-124 {
  padding-top: 124px;
}

.div-block-124.no-padding {
  padding-top: 0;
}

.list-item-11, .list-item-12 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.list-item-13 {
  font-size: 15px;
  line-height: 28px;
}

.list-6 {
  margin-bottom: 20px;
}

.image-12 {
  width: 180px;
}

.div-block-125 {
  width: 100%;
  height: 50px;
  background-color: #0053a0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-126 {
  justify-content: center;
  align-items: center;
  padding: 10px 10%;
  display: flex;
}

.div-block-127 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-128 {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-129 {
  align-items: center;
  display: flex;
}

.link-7 {
  color: #000;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.text-block-52 {
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.text-block-53 {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

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

.div-block-130 {
  width: auto;
  height: auto;
  text-align: left;
}

.heading-35 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.section-16 {
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

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

.link-block-11 {
  width: 200px;
  height: auto;
  text-decoration: none;
}

.div-block-131 {
  height: 200px;
  background-image: url('../images/tamworth-racecourse-taminda.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 99px;
}

.div-block-131.taminda-3 {
  background-image: url('../images/tamworth-jockey-club.webp');
}

.div-block-131.taminda-2 {
  background-image: url('../images/paceway-tamworth.webp');
}

.div-block-131.taminda-4 {
  background-image: url('../images/Tamworth-cricket-ground.webp');
}

.div-block-131.st-1 {
  background-image: url('../images/tamworth-city-motel-south-tamworth.webp');
}

.div-block-131.st2 {
  background-image: url('../images/redhill-tamworth-motor-inn-south-tamworth.webp');
}

.div-block-131.st3 {
  background-image: url('../images/south-tamworth-bowling-club.webp');
}

.div-block-131.st4 {
  background-image: url('../images/south-tamworth-motor-inn.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-36 {
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-8 {
  color: #2c2c2c;
  text-decoration: none;
}

.link-9, .link-10 {
  color: #4285f4;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    max-height: none;
    padding-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block.other {
    align-items: flex-start;
  }

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

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 52px;
  }

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

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-4.why-us, .section-4._2.background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-23.text-fiel {
    padding-left: 0;
  }

  .div-block-23.no-padding {
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 25px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-105 {
    width: auto;
    left: 20px;
    right: 20px;
  }

  .image-3 {
    width: 300px;
    height: 220px;
  }

  .image-4 {
    width: 530px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .div-block-111 {
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .dropdown {
    width: 100%;
    color: #000;
    background-color: #e4e4e4;
  }

  .nav-link-5 {
    color: #000;
    background-color: #e4e4e4;
  }

  .text-block-39, .icon-2 {
    color: #000;
  }

  .section-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-114 {
    justify-content: flex-start;
  }

  .div-block-113 {
    padding-right: 60px;
  }

  .text-block-41._2 {
    font-size: 16px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-43 {
    font-size: 18px;
    line-height: 25px;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

  .icon {
    color: #000;
  }

  .section-10.grey, .section-11, .section-11.black, .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-125, .div-block-126 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-127 {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    min-width: auto;
  }

  .div-block-114 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-113 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-112.services {
    flex-direction: column;
  }

  .heading-31 {
    text-align: center;
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    max-height: none;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/junk-removal-tamworth.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 0 0 60px;
  }

  .section.other {
    padding-bottom: 40px;
  }

  .nav-link {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .div-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 37px;
    line-height: 40px;
    display: flex;
  }

  .div-block-2 {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
  }

  .div-block-2.other {
    width: 100%;
  }

  .section-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.contact {
    padding-top: 40px;
  }

  .div-block-3 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-3.more {
    padding-bottom: 100px;
  }

  .div-block-3.other.switch {
    flex-direction: column;
  }

  .div-block-4, .div-block-4.other {
    width: 100%;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-5.more-margin {
    margin-top: 30px;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-5.how-it-works {
    padding-left: 0;
  }

  .div-block-5._70 {
    width: 100%;
  }

  .div-block-5.no-padding {
    padding-right: 0;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 220px;
  }

  .heading-4 {
    width: auto;
    font-family: Work Sans, sans-serif;
    font-size: 32px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .text-block-10 {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
  }

  .image-2 {
    display: none;
  }

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

  .div-block-20 {
    margin-top: 40px;
    display: none;
    position: static;
  }

  .section-4 {
    padding: 100px 20px 0;
  }

  .section-4.why-us {
    padding-top: 139px;
    padding-bottom: 20px;
  }

  .div-block-69 {
    flex-direction: column;
    margin-bottom: 51px;
  }

  .div-block-69.swappe {
    flex-direction: column;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-22.padding-left {
    padding-left: 0;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-23.text-fiel {
    padding-left: 0;
  }

  .div-block-23.no-padding {
    padding-right: 0;
  }

  .text-block-13 {
    font-size: 15px;
    line-height: 23px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section-5.home-page {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    max-width: none;
    font-size: 15px;
    line-height: 23px;
  }

  .heading-7 {
    text-align: center;
    line-height: 40px;
  }

  .section-6 {
    margin-top: 0;
    padding: 60px 20px;
  }

  .section-6.other {
    padding-top: 60px;
  }

  .heading-8 {
    width: auto;
    font-size: 28px;
    line-height: 35px;
  }

  .grid-6 {
    grid-template-columns: 3.75fr;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-30.email {
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph {
    width: auto;
  }

  .div-block-33 {
    height: auto;
  }

  .grid-7 {
    grid-template-columns: 1.25fr;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-89 {
    display: none;
  }

  .div-block-87 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-87.hide {
    display: none;
  }

  .div-block-90 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-90.hide {
    display: none;
  }

  .div-block-96 {
    flex-direction: column;
  }

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

  .div-block-97.custom-build {
    margin-top: 40px;
    margin-left: 0;
  }

  .link-block-4 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .link-block-4.grey {
    background-color: #34a853;
    justify-content: flex-start;
    margin-top: 0;
  }

  .text-block-27._2 {
    font-size: 13px;
  }

  .paragraph-12 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-12.no-margin {
    font-size: 14px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .div-block-105 {
    width: auto;
    height: auto;
    bottom: -215px;
    left: 20px;
    right: 20px;
  }

  .div-block-106 {
    flex-direction: column;
  }

  .div-block-107 {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-3, .image-4 {
    display: none;
  }

  .heading-26 {
    text-align: center;
  }

  .text-block-32 {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .link-block-8 {
    height: 80px;
  }

  .text-block-33 {
    width: 200px;
    text-align: center;
    font-size: 14px;
  }

  .image-5 {
    height: 30px;
  }

  .text-span-12._2 {
    background-image: linear-gradient(to top, #ffa72c, #ffa72c 18%, rgba(0, 0, 0, 0) 18%, rgba(255, 255, 255, 0) 101%);
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .div-block-110 {
    width: auto;
    flex-direction: row;
  }

  .div-block-110.other {
    margin-top: 40px;
  }

  .div-block-110.home-page {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  ._2-questions-wrap {
    width: 100%;
    flex-direction: column;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-111 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-111.other {
    display: flex;
  }

  .text-block-37 {
    width: auto;
  }

  .dropdown {
    width: 100%;
  }

  .nav-link-5 {
    color: #000;
    background-color: #fff;
  }

  .nav-menu-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle {
    width: 100%;
    background-color: #fff;
  }

  .text-block-38, .text-block-39 {
    color: #000;
  }

  .link-block-9 {
    background-color: #fff;
    margin-left: 0;
    display: none;
  }

  .icon-2, .html-embed-16 {
    color: #000;
  }

  .section-9 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.margin-bottom {
    padding-bottom: 40px;
  }

  .text-block-40 {
    font-size: 25px;
  }

  .image-7 {
    margin-top: 0;
  }

  .div-block-114 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-113 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .text-block-41._2 {
    font-size: 15px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .link-block-10 {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-10.grey {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 30px;
  }

  .link-block-10.grey.services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-10.grey.services.contact {
    color: #fff;
    background-color: #34a853;
  }

  .div-block-112 {
    flex-direction: column;
  }

  .div-block-112.services.contact-switch {
    flex-direction: column-reverse;
  }

  .heading-31 {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-42 {
    width: auto;
  }

  .text-block-43 {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .div-block-115 {
    padding-right: 10px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    margin-left: auto;
    padding-right: 0;
    position: relative;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: #000;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-45 {
    margin-bottom: 20px;
  }

  .image-8 {
    margin-top: 20px;
  }

  .section-10, .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .list-5 {
    padding-left: 20px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    width: 170px;
    height: auto;
  }

  .div-block-125 {
    height: 5px;
  }

  .link-7, .text-block-52 {
    display: none;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }
}

#w-node-ad832a57-c7ab-c9d2-a673-994a6f536cb3-8dca4ec7, #w-node-_1b67dca4-1cbb-f06e-49bc-6c8b162957d5-8dca4ec7, #w-node-_407bea6a-0cca-5b59-e792-03f51d39532d-8dca4ec7, #w-node-_40f9c7c9-d1fd-2c23-fba9-93753b55b77a-8dca4ec7, #w-node-_06faee02-ff62-fe38-2039-c29fe68cb6f4-8dca4ec7, #w-node-_17365fc9-4729-33ab-32d9-1764b28d4cd3-8dca4ec7, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb4-8dca4ec7, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb9-8dca4ec7, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cbe-8dca4ec7, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cc3-8dca4ec7, #w-node-_12c08b82-1151-d175-4b16-e134d71b6ff7-8dca4ec7, #w-node-ab0c5afb-5a27-cf54-4b7c-cf10453de6ac-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7403-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7407-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740b-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740f-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7413-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7417-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741b-8dca4ec7, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741f-8dca4ec7, #w-node-f70d4057-f53c-5ba1-8362-a7fc16968d10-8dca4ec7, #w-node-c262f135-e765-2201-f441-91600f0171e5-8dca4ec7, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65dc2-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65de6-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65de9-18a65dc0, #w-node-_1ed630e8-7fbd-1b37-501f-d50d18a65dea-18a65dc0, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-22ca4eda, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-22ca4eda, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-22ca4eda, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-22ca4eda, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-22ca4eda, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-22ca4eda, #w-node-_52c499dc-88ff-e444-31e3-bc24600181f3-22ca4eda, #w-node-_9c1abd28-3578-3b75-66dd-4ed104d3c423-22ca4eda, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-f3673baa, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-f3673baa, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-f3673baa, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-f3673baa, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-dc34273a, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-dc34273a, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-dc34273a, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-dc34273a, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-dc34273a, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-dc34273a, #w-node-_925c3f12-7806-14a8-5ca1-c3694b66ca1d-dc34273a, #w-node-_78d95cf5-2fcb-6199-9cbd-bf5d971318a4-dc34273a, #w-node-ce4d7768-27be-8977-5c35-c61b5d251852-dc34273a, #w-node-_119f277d-9222-0dc6-b199-b7429636aa26-dc34273a, #w-node-_9d9616e4-f63b-f587-5ef3-5147f3616702-dc34273a, #w-node-_2a96ac99-3c89-bc7a-261c-27445ec9da55-dc34273a, #w-node-_52c499dc-88ff-e444-31e3-bc24600181f3-dc34273a, #w-node-_9c1abd28-3578-3b75-66dd-4ed104d3c423-dc34273a, #w-node-_2356c901-d7da-50e9-c5df-caf4b043aaa8-a8304ba9, #w-node-_42c7def2-0f18-d88d-9f7d-1f54ac0458cc-a8304ba9, #w-node-_0b06b739-00ff-753f-51eb-e1887b0eb002-a8304ba9, #w-node-_7c165df1-ab44-184a-fd92-1bff5955ca55-a8304ba9, #w-node-a9346666-96b5-7249-ae14-3a230bf98264-a8304ba9, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-14305017, #w-node-d1574148-26de-85b1-77b3-3ce7bb94e628-14305017, #w-node-af6f9d2e-5fbb-3736-013b-760be9d957cb-14305017, #w-node-b06cbe94-80ee-d415-1042-b72a7f32b954-14305017, #w-node-c907d7db-9da5-2ed9-7aba-b486bd405898-14305017, #w-node-_14391785-c8e3-b332-f401-a1d877aaacf4-14305017, #w-node-bbe0939b-7b3a-bb1d-a077-9d562c0c68ea-14305017, #w-node-e112626d-adbe-4ff9-5246-90950592681d-14305017, #w-node-a9435486-954a-b154-c540-4f9c6ad96026-14305017, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-14305017, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-14305017, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-14305017, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-14305017, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-14305017, #w-node-_52c499dc-88ff-e444-31e3-bc24600181f3-14305017, #w-node-d5c6376a-2bb0-b462-49bf-009fde74e738-14305017, #w-node-_1b2b0534-1a45-003b-ba29-7970247ac0c3-14305017, #w-node-_91130df6-646a-b999-5fcf-ee59100629d8-14305017, #w-node-aa04f975-bcd5-6626-2b82-615be4e0236d-14305017, #w-node-_38ee165b-471d-acb0-95ad-08598d539eef-14305017, #w-node-_9c1abd28-3578-3b75-66dd-4ed104d3c423-14305017, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-70384499, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-70384499, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-70384499, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-70384499, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-70384499, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-70384499, #w-node-_52c499dc-88ff-e444-31e3-bc24600181f3-70384499, #w-node-_9c1abd28-3578-3b75-66dd-4ed104d3c423-70384499, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-3c43b7f4, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-3c43b7f4, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-3c43b7f4, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-3c43b7f4, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-3c43b7f4, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-3c43b7f4, #w-node-_84881101-d85b-e87f-d2b9-53c7f1c5740d-d66c3a02, #w-node-e4a9fb1a-acdd-eb82-ceeb-00fc2e29d698-d66c3a02, #w-node-_066c0ceb-8955-6234-984b-59d2f7cb36b8-d66c3a02, #w-node-_9b300c47-5be6-866b-51de-b1186110023a-d66c3a02, #w-node-d442b5d9-6c02-6233-815c-3c33e919a824-d66c3a02, #w-node-cc8c3636-6132-a85e-2b84-15eb218442cf-d66c3a02, #w-node-_52c499dc-88ff-e444-31e3-bc24600181f3-d66c3a02, #w-node-_9c1abd28-3578-3b75-66dd-4ed104d3c423-d66c3a02, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb4-7f93a97a, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cb9-7f93a97a, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cbe-7f93a97a, #w-node-_272293f9-4bd2-a7c9-d23f-a092bd364cc3-7f93a97a, #w-node-_12c08b82-1151-d175-4b16-e134d71b6ff7-7f93a97a, #w-node-ab0c5afb-5a27-cf54-4b7c-cf10453de6ac-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7403-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7407-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740b-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740f-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7413-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7417-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741b-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741f-7f93a97a, #w-node-f70d4057-f53c-5ba1-8362-a7fc16968d10-7f93a97a, #w-node-c262f135-e765-2201-f441-91600f0171e5-7f93a97a, #w-node-d13c44e0-d1e7-3fc0-623b-714a330b7982-7f93a97a, #w-node-f0c4ed99-796b-0089-7bae-3e6a2928fb7b-7f93a97a, #w-node-_09408b28-7f09-9473-7b9b-9ed18bbd84e5-7f93a97a, #w-node-_64679ef8-f05b-8183-91dd-57eac13dbc91-7f93a97a, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7403-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7407-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740b-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d740f-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7413-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d7417-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741b-bfb6dcb8, #w-node-_8426e4ea-ae0f-b279-d347-424a7d1d741f-bfb6dcb8, #w-node-f70d4057-f53c-5ba1-8362-a7fc16968d10-bfb6dcb8, #w-node-c262f135-e765-2201-f441-91600f0171e5-bfb6dcb8, #w-node-d13c44e0-d1e7-3fc0-623b-714a330b7982-bfb6dcb8, #w-node-f0c4ed99-796b-0089-7bae-3e6a2928fb7b-bfb6dcb8, #w-node-_09408b28-7f09-9473-7b9b-9ed18bbd84e5-bfb6dcb8, #w-node-_64679ef8-f05b-8183-91dd-57eac13dbc91-bfb6dcb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


