:root {
  --black: #333;
  --medium-sea-green: #1fae77;
  --tomato: #ec6548;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 110px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.section {
  width: auto;
  height: 70vh;
  padding-left: 60px;
  padding-right: 60px;
}

.section.home-page-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/onsite-edit-photo-logo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.section.sub-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Vogue-Cleaning.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  display: flex;
}

.section.sub-banner.security {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_274551174.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.sub-banner.major-events {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AMEX-Fashion-Show.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.sub-banner.corproate-and-commercial {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Onsite-Cleaning---Photoshoot-2-87.jpg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
}

.section.sub-banner.major-events-heading {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20170907_152352_resized.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.section.sub-banner.corporate-cleaning-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nastuh-abootalebi-yWwob8kwOCk-unsplash.jpg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
}

.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.white._70 {
  width: 70%;
}

.white._70.right-aligned {
  text-align: right;
  width: 105%;
  font-family: halyard-display, sans-serif;
  font-weight: 500;
}

.white._70.right-aligned.width {
  width: 900px;
}

.white.thin {
  font-weight: 300;
}

.white.thin.green {
  color: var(--medium-sea-green);
}

.white.thin.width {
  width: 1180px;
}

.heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
}

.social-icons {
  margin-right: 20px;
}

.div-block {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.div-block.left-aligned {
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
}

.generic-section {
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 69px 100px;
  display: flex;
}

.generic-section.home-page-banner {
  background-image: url('../images/onsite-edit-photo-logo.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.generic-section.green {
  background-color: var(--medium-sea-green);
  align-items: center;
}

.generic-section.less-margin {
  padding-top: 15px;
  padding-bottom: 15px;
}

.generic-section.less-margin.why-switch {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Sydney-Food-Mart-28.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 86px;
  padding-bottom: 86px;
}

.generic-section.less-margin.careers {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Onsite-Cleaning---Photoshoot-2-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 86px;
  padding-bottom: 86px;
}

.generic-section.less-margin.contact-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 60vh;
  padding-top: 86px;
  padding-bottom: 86px;
}

.generic-section.centred {
  align-items: center;
}

.generic-section.no-top-margin {
  padding-top: 15px;
}

.generic-section.no-top-margin.who-we-are {
  align-items: flex-start;
}

.generic-section.no-bottom-margin {
  padding-bottom: 15px;
}

.sub-header {
  background-color: var(--medium-sea-green);
  border-radius: 0 100px 100px 0;
  margin-bottom: 20px;
  padding: 0 20px;
}

.sub-header.width {
  width: auto;
  max-width: 240px;
  margin-bottom: 0;
}

.sub-heading {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 200;
  line-height: 46px;
}

.sub-heading.uncapitalise {
  text-transform: none;
  margin-top: 0;
}

.sub-heading.uncapitalise.green {
  color: var(--medium-sea-green);
}

.sub-heading.white, .sub-heading.white.right-aligned {
  text-align: right;
}

.sub-heading.list {
  border-bottom: 1px solid var(--medium-sea-green);
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.button {
  background-color: var(--medium-sea-green);
  border-radius: 60px;
  padding: 12px 30px;
  font-family: halyard-display, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  border: 1px solid var(--medium-sea-green);
  color: var(--medium-sea-green);
  background-color: #fff;
}

.button.submit {
  margin-top: 13px;
  padding-left: 50px;
  padding-right: 50px;
}

.paragraph {
  letter-spacing: .5px;
  margin-top: 33px;
  font-family: halyard-display, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
}

.paragraph.footer {
  font-size: 15px;
}

.paragraph.list {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 24px;
}

.paragraph.columns {
  column-count: 2;
}

.paragraph.no-margin {
  margin-top: 10px;
}

.paragraph.form-pricing {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-stack {
  grid-column-gap: 50px;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-2, .div-block-3, .div-block-4 {
  display: flex;
}

.div-block-5 {
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.heading-2 {
  margin-top: 10px;
  margin-right: 50px;
  font-size: 3vw;
  line-height: 3.2vw;
}

.heading-2.white {
  font-family: halyard-display, sans-serif;
  font-weight: 100;
}

.heading-2.white.right-aligned {
  text-align: right;
  margin-right: 21px;
}

.heading-2.break-heading {
  border-bottom: 2px solid var(--medium-sea-green);
  margin-top: 0;
  padding-bottom: 15px;
}

.major-events {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC06531.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 25vh;
  margin-top: -2px;
  margin-bottom: 0;
  display: flex;
}

.major-events.portrait {
  flex-direction: column;
  width: auto;
  height: 70vh;
}

.corporate-cleaning {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Sydney-Food-Mart-11.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 25vh;
  margin-top: -2px;
  margin-bottom: 0;
  display: flex;
}

.corporate-cleaning.portrait {
  flex-direction: column;
  width: auto;
  height: 70vh;
}

.construction-cleaning {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Onsite-Cleaning---Photoshoot-2-12.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 25vh;
  margin-top: -2px;
  margin-bottom: 0;
  display: flex;
}

.construction-cleaning.portrait {
  width: auto;
  height: 70vh;
}

.form {
  width: 100%;
}

.cell-2 {
  border: 2px solid var(--medium-sea-green);
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  padding: 38px;
}

.cell-2.fill {
  flex-direction: row;
  justify-content: space-around;
}

.text-field {
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 17px;
}

.select-field {
  color: #979797;
  background-color: #0000;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 17px;
}

.div-block-6 {
  border: 2px solid var(--medium-sea-green);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 50px;
}

.div-block-6.grid {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6.bottom {
  margin-bottom: 30px;
}

.div-block-6.no-outline {
  border-style: none;
}

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

.div-block-8 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-8.left-aligned {
  justify-content: flex-start;
}

.image {
  margin-left: 10px;
}

.div-block-9 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.subheader-2 {
  font-weight: 200;
}

.subheader-2.black {
  color: var(--black);
}

.quick-stack-3 {
  height: auto;
}

.div-block-10 {
  background-color: var(--black);
  height: 1px;
}

.green {
  color: var(--medium-sea-green);
}

.green.thin {
  font-weight: 200;
}

.green.contact-us {
  margin-top: 0;
}

.green-focus {
  color: var(--medium-sea-green);
  font-weight: 400;
}

.quick-stack-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.link-block {
  margin-right: 10px;
}

.cell-3, .cell-4 {
  align-items: flex-end;
}

.link {
  color: var(--tomato);
}

.cell-5 {
  align-items: flex-end;
}

.image-2 {
  position: relative;
}

.major-events-bg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Major-Events-Cleaning.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  padding-right: 15px;
  transition: all .3s ease-in-out;
  display: flex;
}

.major-events-bg:hover {
  background-image: linear-gradient(#1fae77b3, #1fae77b3), linear-gradient(#00000059, #00000059), url('../images/Major-Events-Cleaning.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.construction-cleaning-bg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Contruction-Cleaning.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  padding-right: 15px;
  transition: all .2s ease-in-out;
  display: flex;
}

.construction-cleaning-bg:hover {
  background-image: linear-gradient(#1fae77b3, #1fae77b3), linear-gradient(#00000059, #00000059), url('../images/Contruction-Cleaning.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.corporate-cleaning-bg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Corporate-Cleaning.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.corporate-cleaning-bg:hover {
  background-image: linear-gradient(#1fae77b3, #1fae77b3), linear-gradient(#00000059, #00000059), url('../images/Corporate-Cleaning.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-11 {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.cell-6 {
  justify-content: center;
}

.cell-7 {
  flex-direction: column;
  justify-content: flex-start;
}

.cell-8 {
  justify-content: flex-start;
  padding: 15px 15px 15px 0;
}

.cell-9 {
  justify-content: center;
}

.image-3 {
  padding: 15px;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  margin-top: 40px;
}

.list-2 {
  flex: 0 auto;
}

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

.cell-11 {
  justify-content: center;
}

.biline {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: -30px;
  font-family: halyard-display, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
}

.slider {
  width: 100%;
  height: 40vh;
}

.slide {
  background-image: url('../images/Captain-Cook-Hotel-4.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/Chester-Hill-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Chester-Hill-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/c15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.div-block-12 {
  background-image: url('../images/Onsite-Cleaning---Photoshoot-2-15.jpg');
  background-position: 50% 79%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
  margin-top: 30px;
}

.navbar {
  color: #0000;
  background-color: #0000;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: block;
}

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

.nav-menu {
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: halyard-text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  transition: all .2s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--medium-sea-green);
}

.section-2 {
  background-color: #0000;
}

.div-block-13 {
  background-color: var(--medium-sea-green);
  justify-content: space-between;
  align-items: center;
  padding: 8px 50px;
  display: flex;
}

.div-block-14 {
  justify-content: space-around;
  display: flex;
}

.pre-header {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-display, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.pre-header.footer {
  font-size: 15px;
}

.pre-header.list {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 24px;
}

.pre-header.columns {
  column-count: 2;
}

.pre-header.no-margin {
  margin-top: 10px;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.image-5 {
  margin-right: 10px;
}

.cell-12 {
  justify-content: center;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
}

.heading-3 {
  font-weight: 200;
}

.div-block-15 {
  background-color: var(--medium-sea-green);
  width: 110px;
  height: 2px;
}

.cell-13 {
  justify-content: center;
}

.cell-14 {
  justify-content: center;
  align-items: center;
}

.dropdown-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: halyard-display, sans-serif;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: var(--medium-sea-green);
  color: #fff;
}

.form-block {
  width: 100%;
}

.text-field-2 {
  border: 1px #000;
  border-bottom-style: solid;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-field-2.salary {
  border-bottom-width: 1px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.field-label {
  margin-top: 15px;
  font-weight: 400;
}

.checkbox-label {
  letter-spacing: .5px;
  font-family: halyard-display, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.checkbox-field {
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.cell-15 {
  justify-content: space-between;
}

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

.image-6 {
  margin-right: 15px;
}

.h4 {
  margin-top: 25px;
  font-size: 24px;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  width: 100%;
}

.cell-17.right {
  align-items: flex-end;
}

.div-block-19 {
  background-image: url('../images/DSC05740.jpg');
  background-position: 50% 76%;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.div-block-20 {
  background-image: url('../images/Onsite-Cleaning---Photoshoot-2-12_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 20vh;
}

.div-block-20.onboarding {
  background-image: url('../images/pexels-fauxels-3184299.jpg');
  background-position: 50%;
}

.div-block-20.site-inspection {
  background-image: url('../images/pexels-rdne-stock-project-8293667.jpg');
}

.div-block-20.quotation {
  background-image: url('../images/pexels-alex-green-5699480-1.jpg');
}

.div-block-20.approval {
  background-image: url('../images/Onsite-Cleaning---Photoshoot-2-4.jpg');
  background-position: 50%;
}

.div-block-21 {
  background-image: url('../images/Onsite-Cleaning---Photoshoot-2-20_1.jpg');
  background-position: 50% 43%;
  background-size: cover;
  height: 40vh;
}

.div-block-22 {
  background-image: url('../images/FOMO-Festival-Post-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 30vh;
}

.sporting-facil-cover {
  background-image: url('../images/5-edited2.jpg');
  background-position: 50% 90%;
  background-size: cover;
  width: 100%;
  height: 30vh;
}

.film-set-cleaning {
  background-image: url('../images/Major-Events-Cleaning.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 30vh;
}

.div-block-23 {
  background-image: url('../images/G.J-Gardener-Clean-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.slider-aboutus {
  width: 100%;
  height: 55rem;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.slide-1 {
  background-image: url('../images/IIMG_8437.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/WhatsApp-Image-2024-04-03-at-14.57.00_8a76768d.jpg');
  background-position: 50% 31%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/WhatsApp-Image-2024-04-03-at-14.57.01_4e2514e8.jpg');
  background-position: 50% 1%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/WhatsApp-Image-2024-04-12-at-10.58.03_eaff4ce0.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/WhatsApp-Image-2023-12-08-at-10.44.54_99930239.jpg');
  background-position: 50% 74%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/IMG-20231211-WA0021.jpg');
  background-position: 50% 63%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/IMG-20231211-WA0024.jpg');
  background-position: 50% 48%;
  background-size: cover;
}

.slide-12, .slide-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/WhatsApp-Image-2024-04-12-at-11.41.19_23237857.jpg');
  background-position: 50% 76%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/IMG_8392.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/IMG_5324.jpg');
  background-position: 50% 56%;
  background-size: cover;
}

.image-8 {
  width: 130px;
  margin: 10px;
}

.slide-5 {
  background-image: url('../images/WhatsApp-Image-2024-04-12-at-10.58.03_b89f1f96.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/WhatsApp-Image-2024-04-23-at-12.35.18_1e77e0f7.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/WhatsApp-Image-2024-04-23-at-12.35.23_59553604.jpg');
  background-position: 50% 44%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/WhatsApp-Image-2024-04-23-at-12.35.23_efc0e096.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/DSC06551.JPG');
  background-position: 50% 70%;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/Kitchen-Cleaning-.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/WhatsApp-Image-2024-04-23-at-12.35.34_d68094b2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-3, .slide-1-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-5 {
  background-image: url('../images/Campsie-RSL-5.jpg');
  background-position: 50% 34%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Onsite-Cleaning---Photoshoot-2-10_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/c15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Captain-Cook-Hotel-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9, .slide-1-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-11 {
  background-image: url('../images/Sydney-Food-Mart-14.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/Captain-Cook-Hotel-8.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.slide-1-13 {
  background-image: url('../images/4.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.success-message {
  margin-top: 20px;
}

.text-span {
  color: #d2d2d2;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .section.home-page-banner {
    height: auto;
    padding-left: 34px;
    padding-right: 34px;
  }

  .white._70.right-aligned {
    text-align: left;
    width: 100%;
    font-size: 80px;
    line-height: 80px;
  }

  .div-block {
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .generic-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .generic-section.less-margin.why-switch {
    background-image: linear-gradient(45deg, #20202070 63%, #fff0 96%), url('../images/Sydney-Food-Mart-28.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .generic-section.less-margin.careers {
    background-image: linear-gradient(45deg, #20202070 62%, #fff0 70%), url('../images/Onsite-Cleaning---Photoshoot-2-4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .generic-section.less-margin.contact-us {
    background-image: linear-gradient(45deg, #20202070 62%, #fff0 70%), url('../images/3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cell {
    align-items: flex-start;
  }

  .quick-stack-2 {
    grid-row-gap: 30px;
  }

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

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

  .cell-2 {
    flex-direction: column;
  }

  .major-events-bg, .construction-cleaning-bg, .corporate-cleaning-bg {
    height: 20vh;
  }

  .heading-3.white {
    font-size: 80px;
    line-height: 90px;
  }

  .icon {
    color: var(--medium-sea-green);
  }

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

  .slider-aboutus {
    height: 45rem;
  }
}

@media screen and (max-width: 767px) {
  .section.sub-banner {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.sub-banner.corproate-and-commercial, .section.sub-banner.major-events-heading, .section.sub-banner.corporate-cleaning-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white._70.right-aligned {
    padding-top: 0;
  }

  .white.thin {
    font-size: 60px;
    line-height: 70px;
  }

  .white.thin.green {
    font-size: 19px;
    line-height: 30px;
  }

  .white.thin.label {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block.left-aligned {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .generic-section {
    padding: 20px 25px;
  }

  .paragraph.footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph.columns {
    column-count: 1;
  }

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

  .cell-5 {
    align-items: flex-start;
  }

  .pre-header.white, .hide {
    display: none;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cell-17 {
    align-items: center;
  }

  .slider-aboutus {
    height: 30rem;
  }
}

@media screen and (max-width: 479px) {
  .section.home-page-banner, .section.sub-banner.corproate-and-commercial, .section.sub-banner.major-events-heading, .section.sub-banner.corporate-cleaning-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white._70.right-aligned {
    font-size: 50px;
    line-height: 47px;
  }

  .white.thin {
    font-size: 44px;
  }

  .heading {
    font-size: 22px;
    line-height: 32px;
  }

  .generic-section {
    flex-direction: column;
    padding-right: 10px;
  }

  .generic-section.less-margin.why-switch {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(45deg, #20202070 62%, #fff0 70%), url('../images/Sydney-Food-Mart-28.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .generic-section.less-margin.careers {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(45deg, #20202070 62%, #fff0 70%), url('../images/Onsite-Cleaning---Photoshoot-2-4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .generic-section.less-margin.contact-us {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(45deg, #20202070 62%, #fff0 70%), url('../images/3.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 40vh;
  }

  .sub-heading {
    font-size: 23px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 24px;
  }

  .paragraph.columns {
    column-count: 1;
  }

  .quick-stack-2 {
    flex: 0 auto;
  }

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

  .heading-2 {
    margin-right: 0;
    font-size: 31px;
    line-height: 35px;
  }

  .heading-2.break-heading {
    margin-right: 0;
  }

  .major-events, .corporate-cleaning, .construction-cleaning {
    height: 15vh;
    padding-right: 15px;
  }

  .cell-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-6 {
    padding: 35px;
  }

  .div-block-6.grid {
    padding: 30px;
  }

  .div-block-6.bottom {
    padding: 25px;
  }

  .subheader-2 {
    font-size: 21px;
    line-height: 28px;
  }

  .subheader-2.black {
    font-size: 19px;
    line-height: 28px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-3 {
    align-items: flex-start;
  }

  .cell-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    background-position: 50%;
    height: 10vh;
  }

  .nav-menu {
    background-color: #fff;
  }

  .heading-3.white {
    font-size: 60px;
    line-height: 80px;
  }

  .quick-stack-8, .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-10 {
    align-self: center;
    padding-left: 60px;
  }

  .quick-stack-11, .quick-stack-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-aboutus {
    height: 19rem;
  }

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

#w-node-_0b6138f5-c54f-b6f8-515b-7e10f1708f81-923dd154 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a5480a6c-7612-d6c4-77ea-20b6e916628c-923dd154 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5480a6c-7612-d6c4-77ea-20b6e916628d-923dd154, #w-node-a5480a6c-7612-d6c4-77ea-20b6e916628e-923dd154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9119f158-b5b9-3534-28f7-581bd3f474fa-d3f474f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9119f158-b5b9-3534-28f7-581bd3f474fb-d3f474f8, #w-node-_9119f158-b5b9-3534-28f7-581bd3f47501-d3f474f8, #w-node-_9119f158-b5b9-3534-28f7-581bd3f47507-d3f474f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9119f158-b5b9-3534-28f7-581bd3f4750e-d3f474f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9119f158-b5b9-3534-28f7-581bd3f4750f-d3f474f8, #w-node-_9119f158-b5b9-3534-28f7-581bd3f47514-d3f474f8, #w-node-_9119f158-b5b9-3534-28f7-581bd3f4751c-d3f474f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0060a4-f542-7ac5-657a-407938ecfdb0-d3f474f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e0060a4-f542-7ac5-657a-407938ecfdb1-d3f474f8, #w-node-_4e0060a4-f542-7ac5-657a-407938ecfdb2-d3f474f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-3fb2540b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .25fr 1.5fr;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-3fb2540b {
  grid-column: span 3 / span 3;
}

#w-node-_8a61fe84-6ed2-6449-cbd6-7b92dd9d8ef5-3fb2540b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9a9c5b98-6849-b4ab-f579-5c878ac5ecf4-3fb2540b, #w-node-_4d5bbce7-dbfb-eab4-cc5a-318c6ddc1ddc-3fb2540b, #w-node-_3f5d2628-609d-fa71-0a88-84e00ba1cb9f-3fb2540b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6b8b82b-c58a-e510-288c-f6f76af0d49d-3fb2540b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6b8b82b-c58a-e510-288c-f6f76af0d49e-3fb2540b, #w-node-b6b8b82b-c58a-e510-288c-f6f76af0d4b2-3fb2540b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-abb5e4d1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-abb5e4d1, #w-node-_06556e98-85da-0c9a-1884-7b82d4c50774-abb5e4d1, #w-node-_847fae6a-dcc2-aa0c-b801-0f7421c49f28-abb5e4d1, #w-node-f1db4f31-8b8c-3935-f50f-cfb0e0abbf28-abb5e4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-0452569b, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-0452569b, #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-0452569b, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-07cbbd39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18804b42-b383-0244-ff11-f5dccff38f06-07cbbd39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-07cbbd39, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-1a3c8b21, #w-node-_0f04e7a3-2c73-a133-adf0-71ba3e52d6be-1a3c8b21, #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-1a3c8b21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb60d7ea-0d28-0bf3-e4fa-ab3700e4021d-d69aeaa8 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_45e12ad9-d316-5580-6a30-572b99ef9afe-d69aeaa8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d3c025f-647b-af6d-971e-dbaa0616a389-d69aeaa8, #w-node-fe43de15-caee-d7cb-6bc6-530a28c657a3-d69aeaa8, #w-node-e3b53723-12de-a8f1-67d4-ea941654bba6-d69aeaa8, #w-node-_4a39fd3b-e942-26d5-edda-9635105d62d6-d69aeaa8, #w-node-_7da05ff3-dabf-1b3c-6c89-d44a1b5ee147-d69aeaa8, #w-node-_833fa3a5-0628-a857-3128-57c3ce525d04-d69aeaa8, #w-node-_117aece3-bb55-5c4d-847c-78ddac1ba20d-d69aeaa8, #w-node-_80a51d0c-7e33-2b90-2cf0-fd68974ef6df-d69aeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-d69aeaa8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_8a61fe84-6ed2-6449-cbd6-7b92dd9d8ef5-d69aeaa8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9a9c5b98-6849-b4ab-f579-5c878ac5ecf4-d69aeaa8, #w-node-_4d5bbce7-dbfb-eab4-cc5a-318c6ddc1ddc-d69aeaa8, #w-node-_3f5d2628-609d-fa71-0a88-84e00ba1cb9f-d69aeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-0bc141d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_3d29cd6e-7d46-8b41-497e-6f3e40754e4f-0bc141d6, #w-node-a5480a6c-7612-d6c4-77ea-20b6e916628c-2a45120d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5480a6c-7612-d6c4-77ea-20b6e916628d-2a45120d {
  grid-column: span 2 / span 2;
}

#w-node-_535a0277-6207-3d22-3546-cad27d3339e5-2a45120d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_535a0277-6207-3d22-3546-cad27d333a0f-2a45120d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0b6138f5-c54f-b6f8-515b-7e10f1708f81-923dd154 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-a5480a6c-7612-d6c4-77ea-20b6e916628c-923dd154 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-3fb2540b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-3fb2540b {
    grid-column: span 2 / span 2;
  }

  #w-node-eb60d7ea-0d28-0bf3-e4fa-ab3700e4021d-d69aeaa8 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_45e12ad9-d316-5580-6a30-572b99ef9afe-d69aeaa8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-d69aeaa8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-d69aeaa8 {
    order: 9999;
  }

  #w-node-_8a61fe84-6ed2-6449-cbd6-7b92dd9d8ef5-d69aeaa8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-0bc141d6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3d29cd6e-7d46-8b41-497e-6f3e40754e4f-0bc141d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a5480a6c-7612-d6c4-77ea-20b6e916628c-923dd154, #w-node-_9119f158-b5b9-3534-28f7-581bd3f474fa-d3f474f8, #w-node-_4e0060a4-f542-7ac5-657a-407938ecfdb0-d3f474f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-3fb2540b {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1.5fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-3fb2540b {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a61fe84-6ed2-6449-cbd6-7b92dd9d8ef5-3fb2540b, #w-node-b6b8b82b-c58a-e510-288c-f6f76af0d49d-3fb2540b, #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-0452569b, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-0452569b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af20-0452569b {
    order: 9999;
  }

  #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-0452569b, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-07cbbd39, #w-node-_18804b42-b383-0244-ff11-f5dccff38f06-07cbbd39, #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-07cbbd39, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-1a3c8b21, #w-node-_0f04e7a3-2c73-a133-adf0-71ba3e52d6be-1a3c8b21, #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-1a3c8b21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5480a6c-7612-d6c4-77ea-20b6e916628c-2a45120d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_535a0277-6207-3d22-3546-cad27d3339e5-2a45120d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9119f158-b5b9-3534-28f7-581bd3f474fa-d3f474f8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_9119f158-b5b9-3534-28f7-581bd3f4750e-d3f474f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-abb5e4d1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfa-0452569b, #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af06-0452569b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e239bdf9-8e61-a7c3-0526-d16e6c65af20-0452569b {
    order: 9999;
  }

  #w-node-_74aef56b-951e-d993-2d48-bd34a6f6889e-0452569b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26f1c768-6f46-38cf-1363-a36d58336dfb-d69aeaa8 {
    order: 9999;
  }

  #w-node-_535a0277-6207-3d22-3546-cad27d333a0f-2a45120d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


