:root {
  --forest-green: #00962f;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

p {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #3e87d6;
  text-decoration: none;
}

li {
  font-size: 16px;
  line-height: 25px;
}

strong {
  font-weight: bold;
}

.section {
  padding-top: 6%;
  padding-bottom: 6%;
}

.section.hero {
  color: #fff;
  height: auto;
  margin-top: 0;
  padding-top: 8%;
  padding-bottom: 11.4%;
}

.section.hero.inner {
  height: auto;
}

.section.hero.padding-top-40 {
  padding-top: 40px;
}

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

.container {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-overlay {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/arizona-pool-builder_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.hero-bg-overlay.cabinet-refinishing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cabinets-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-bg-overlay.inner {
  height: 500px;
  position: absolute;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
}

.flex.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20%;
}

.flex.cards {
  justify-content: space-between;
}

.flex.vert {
  flex-direction: column;
}

.flex.nav {
  justify-content: center;
  align-items: center;
  width: auto;
}

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

.flex.sapce.right {
  justify-content: space-between;
}

.card {
  color: #8a8a8a;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 360px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 40px #00962f4d;
}

.card-icon {
  width: 60px;
  margin-bottom: 20px;
}

.card-h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.photo-block {
  width: 60%;
  height: 500px;
  position: relative;
}

.photo-block.right {
  align-self: flex-end;
}

.photo-block.mid {
  align-self: center;
}

.photo-wrap {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.photo-txt-wrap {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 10% auto auto 0%;
  box-shadow: 0 0 20px #0003;
}

.top-navbar {
  background-color: #2f86b9;
  position: absolute;
  inset: 0% 0% auto;
}

.fixed-navbar {
  background-color: #fff0;
  margin-top: 60px;
  position: sticky;
  top: 0;
}

.fixed-navbar.white {
  background-color: #fff;
}

.nav-link {
  color: #fff;
  font-size: 15px;
}

.nav-link.w--current {
  color: #b6b6b6;
}

.nav-link.icon {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Social, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link.dark {
  background-color: #2f86b9;
  border-radius: 6px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand {
  color: #fff;
  height: 60px;
  font-size: 22px;
  font-weight: 900;
  line-height: 60px;
}

.logo {
  width: auto;
  height: auto;
  padding: 10px;
}

.footer {
  color: #fff;
  background-color: #333;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.red {
  color: red;
}

.heading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
}

.heading-2 {
  font-family: Poppins, sans-serif;
}

.heading-3 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

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

.button-primary {
  background-color: #0dcc39;
  padding: 15px 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-primary.margin-left-20 {
  border: 1px #fff;
  border-radius: 6px;
  margin-left: 20px;
  padding: 15px 20px;
  font-size: 16px;
}

.button-primary.margin-left-20._2 {
  background-color: #d8ca2c;
}

.button-primary.margin-left-20._2.no-margin {
  margin-left: 0;
}

.div-block {
  padding-top: 2%;
}

.paragraph {
  max-width: 700px;
  font-size: 16px;
  line-height: 23px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.div-block-2 {
  background-color: #0000009c;
  border-radius: 7px;
  max-width: 500px;
  padding: 5px 20px 10px;
  display: none;
}

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

.heading-4 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
}

.message {
  height: 60px;
}

.text-field {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.cabinet-form {
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: #0dcc39;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.section-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.div-block-12 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  width: 9em;
  display: flex;
}

.text-size-small {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.25;
}

.image-19 {
  width: 8.6875em;
}

.image-12 {
  border-top-left-radius: 3.125em;
  border-bottom-right-radius: 3.125em;
  width: 22.0625em;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 10px 0 48px 10px #00000038;
}

.image-12.top {
  inset: 0% 0% auto auto;
}

.number-wrapper {
  color: #e8983e;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 3.375em;
  padding-top: .9em;
  padding-bottom: .4em;
}

.container-1288 {
  width: 100%;
  max-width: 80.5em;
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  width: 7.75em;
}

.div-block-14 {
  padding-bottom: .3em;
}

.div-block-10 {
  color: #0265dd;
}

.gap-10px {
  padding-top: .625em;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.is--space-between {
  justify-content: space-between;
}

.roofing-grid {
  z-index: 3;
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: 43.0625em;
  grid-template-columns: 38em 34.4375em;
  grid-auto-columns: 1fr;
  margin-bottom: 19.25em;
  display: grid;
  position: relative;
}

.text-size-regular {
  letter-spacing: -.025rem;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.35;
}

.image-18 {
  width: 7.1875em;
}

.image-20 {
  width: 11.0625em;
}

.number-component {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: flex-end;
  display: flex;
}

.home-supplies-grid-2 {
  z-index: 3;
  grid-column-gap: 1.375em;
  grid-row-gap: 1.375em;
  grid-template-rows: 12.0625em 12.0625em 12.0625em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.625em;
  display: grid;
  position: relative;
}

.supplies-component {
  color: #0265dd;
  text-transform: uppercase;
  background-color: #fff;
  border-top-left-radius: 3.125em;
  border-bottom-right-radius: 3.125em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 900;
  display: flex;
  box-shadow: 0 5px 29px 5px #4d525a26;
}

.gap-74px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 4.625em;
}

.image-16 {
  width: 15.125em;
}

.image-25 {
  width: 80%;
}

.text-color-blue {
  color: #0265dd;
}

.text-color-blue.h2--bebas.z3 {
  z-index: 3;
  position: relative;
}

.h2--bebas {
  font-size: 4.5em;
  font-weight: 400;
  line-height: .888889;
}

.faq-item {
  width: auto;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000026;
}

.read-more {
  color: #fff;
  white-space: break-spaces;
  background-color: #0d9932;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.read-more.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-question {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.faq-answer-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-answer-content.w--open {
  background-color: #0000;
}

.faq-content {
  background-color: #fff;
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

._750 {
  color: #fff;
  max-width: 750px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  place-items: center stretch;
  padding-bottom: 0;
  position: static;
  bottom: 0;
}

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

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

.div-block-16 {
  background-image: url('../images/behmer-roofing.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 0;
  height: 500px;
  max-height: none;
}

.text-block {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.container-1290 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.div-block-17 {
  z-index: 20;
  max-width: 45%;
  position: relative;
  top: -50px;
  bottom: 0;
  right: 350px;
}

.div-block-18 {
  max-width: 70%;
  position: relative;
  bottom: 140px;
  right: 40px;
}

.image-26 {
  border-radius: 6px;
  max-width: 100%;
  display: block;
  position: static;
  right: 0;
  box-shadow: 0 2px 5px 3px #0003;
}

.image-27 {
  border-radius: 6px;
  max-width: 100%;
  display: block;
  box-shadow: 0 2px 5px 3px #0003;
}

.image-28 {
  border-radius: 6px;
  display: block;
  box-shadow: 0 2px 5px 3px #0003;
}

.section-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/behmer-roofing.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
}

.section-4 {
  background-color: #272727;
  padding: 60px 100px 0;
}

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

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

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

.div-block-20 {
  justify-content: center;
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  line-height: 39px;
}

.heading-5.blue {
  color: #2f86b9;
}

.div-block-21 {
  padding-left: 40px;
}

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

.link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-22 {
  flex-flow: column;
  display: flex;
}

.div-block-23 {
  border-top: 1px solid #2f86b9;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-3 {
  color: #2f86b9;
  text-align: center;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.container-1291 {
  max-width: 800px;
  padding-top: 5px;
  position: relative;
  inset: 0%;
}

.button {
  background-color: #2f86b9;
  border-radius: 5px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.background-video {
  height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
}

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

.section-5.roofing-project {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mutli-family-roofing-company.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-5.no-padding {
  padding-top: 0;
}

.container-1292 {
  text-align: center;
}

.div-block-25 {
  border-bottom: 2px solid #333;
  width: 150px;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-25.white {
  border: 1px solid #fff;
}

.container-1 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-2 {
  max-width: 800px;
  margin-top: 0;
}

.container-2._1200 {
  max-width: 1200px;
}

.container-2.wide {
  max-width: 1300px;
}

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

.div-block-26 {
  background-image: url('../images/mutli-family-roofing-company.webp');
  background-position: 50%;
  background-size: cover;
  height: 225px;
}

.div-block-26.residential {
  background-image: url('../images/carpet-lnstallation.jpg');
  background-position: 50% 100%;
}

.div-block-26.commercial {
  background-image: url('../images/commercial-roofing-contractor.webp');
}

.div-block-26.new-hardware {
  background-image: url('../images/concrete-flooring.jpg');
  background-position: 50% 0;
}

.div-block-26.new-doors {
  background-image: url('../images/rubber-flooring.jpg');
  background-position: 50% 100%;
}

.div-block-26.rubber-flooring {
  background-image: url('../images/water-level_1.avif');
}

.div-block-26.concrete-flooring {
  background-image: url('../images/concrete-flooring.jpg');
}

.div-block-26.resilient-flooring {
  background-image: url('../images/resilient-flooring.jpg');
}

.div-block-26.hardwood-flooring {
  background-image: url('../images/hardwood-flooring2.jpg');
  background-position: 50% 100%;
}

.div-block-26.hard-surface-flooring {
  background-image: url('../images/hard-service-flooring.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26.carpet-installation {
  background-image: url('../images/carpet-lnstallation.jpg');
  background-position: 50% 100%;
}

.div-block-26.skimming {
  background-image: url('../images/commercial-pool-skimming.jpg');
}

.div-block-26.vacuuming {
  background-image: url('../images/commercial-pool-vacuuming.jpg');
}

.div-block-26.brushing {
  background-image: url('../images/pool-cleaning-services-for-commercial-properties.jpg');
}

.div-block-26.testing {
  background-image: url('../images/pool-testing.jpg');
}

.div-block-26.filter {
  background-image: url('../images/filter-maintenance.jpg');
}

.div-block-26.inspect {
  background-image: url('../images/inspect-pool-equipment.jpg');
}

.div-block-26.algae {
  background-image: url('../images/algae-in-commercial-pools.jpg');
}

.div-block-26.safety {
  background-image: url('../images/energy-efficient-cover-for-a-swimming-pool_1.avif');
}

.div-block-26._1 {
  background-image: url('../images/arizona-pool_1.avif');
}

.div-block-27 {
  color: #2f86b9;
  background-color: #2f86b9e3;
  height: auto;
  padding: 10px 20px;
}

.white {
  color: #fff;
  text-align: center;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

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

.div-block-29 {
  padding-top: 100px;
}

.div-block-30 {
  background-image: url('../images/roofing-company-in-Arizona.webp');
  background-position: 50% 27%;
  background-size: cover;
  height: 100%;
}

.button-2 {
  background-color: #000;
  padding: 15px 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-31 {
  padding-top: 10px;
}

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

.div-block-32 {
  padding-top: 40px;
}

.image-30 {
  width: 10%;
  max-width: none;
  margin-right: 100px;
  padding-right: 0;
}

.image-31 {
  width: 15%;
  max-width: 30%;
  margin-right: 0;
}

.image-32 {
  width: 10%;
  max-width: none;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.text-block-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.image-33 {
  width: 15%;
  max-width: none;
  margin-right: 100px;
}

.image-34 {
  width: 10%;
  margin-right: 100px;
}

.image-35 {
  width: 20%;
  margin-right: 100px;
}

.image-36 {
  width: 5%;
  margin-right: 100px;
}

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

.div-block-33 {
  background-image: linear-gradient(#0000007a, #0000007a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  padding: 20px 20px 15px;
  display: flex;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
}

.image-37 {
  width: 40%;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #fff;
  font-style: italic;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-34 {
  text-align: center;
}

.background-video-2 {
  height: 750px;
  padding-top: 100px;
  padding-bottom: 0;
}

.container-1293 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  justify-content: center;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pool-builder-arizona_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-template-rows: auto;
}

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

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

.collection-item {
  padding: 10px;
}

.collection-list-wrapper, .container-1294 {
  margin-bottom: 40px;
}

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

.cta-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pool-cleaning-services-for-commercial-properties.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-2.cabinet {
  background-image: linear-gradient(#00000080, #00000080), url('../images/flooring.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-2.pool-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/commercial-pool-cleaning-service.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-2.pool-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/commercial-pool-service-quality_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-2._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/arizona-pool_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta-2._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/swimming-pools-az_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.link-2 {
  color: #6d6d6d;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.div-block-37 {
  text-align: center;
  padding-top: 40px;
}

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

.image-39 {
  max-height: 400px;
}

.heading-10 {
  color: #2f86b9;
  font-size: 40px;
  line-height: 48px;
}

.div-block-39 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 350px;
  max-height: 500px;
}

.image-40 {
  max-width: 70%;
}

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

.image-41 {
  margin-bottom: 100px;
}

.container-1295 {
  max-width: 1200px;
  padding-top: 80px;
}

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

.paragraph-8 {
  text-align: center;
  font-style: italic;
}

.div-block-41 {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-11 {
  font-size: 30px;
}

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

.heading-12, .paragraph-9 {
  text-align: center;
}

.heading-13 {
  text-align: center;
  margin-bottom: 15px;
}

.div-block-42 {
  max-width: 600px;
  margin-top: 80px;
}

.paragraph-10 {
  text-align: center;
  font-style: italic;
}

.paragraph-11 {
  font-style: italic;
}

.container-5 {
  max-width: 1400px;
}

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

.faq-plus {
  background-color: #2f86b9;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.link-3 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  background-color: #2f86b9;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question-2 {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container-1297 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-1297.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.faq-q-text {
  color: #2f86b9;
  line-height: 31px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
}

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

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

.div-block-43 {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 20px;
}

.section-7 {
  padding-top: 40px;
}

.container-8 {
  max-width: 1500px;
  margin-left: 60px;
  margin-right: 60px;
}

.navbar {
  z-index: 20;
  background-color: #424242;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

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

.section-8 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/flooring-gallery-33.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-8.concrete {
  background-image: linear-gradient(#00000080, #00000080), url('../images/concrete1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-44 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-14 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 43px;
  line-height: 53px;
}

.container-1298 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
}

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

.container-1299 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.image-44 {
  margin-bottom: 15px;
}

.text-block-7 {
  text-align: center;
  font-style: italic;
}

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

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

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  text-align: center;
}

.container-1300 {
  z-index: 59;
  text-align: center;
  background-color: #ffb73100;
  position: sticky;
  bottom: 0;
}

.button-3 {
  background-color: #ddb400;
  width: 100%;
  padding: 15px 35px;
  font-size: 16px;
  display: none;
}

.section-10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/flooring-contractors-phoenix.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 140px;
}

.heading-16 {
  color: #fff;
  text-align: center;
}

.container-1301 {
  max-width: 1300px;
  padding-top: 0;
}

.div-block-48 {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 40px;
}

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

.link-block {
  max-width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1302 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.heading-18 {
  text-align: center;
  margin-bottom: 10px;
}

.div-block-50 {
  margin-bottom: 40px;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-17 {
  text-align: center;
  margin-top: 25px;
}

.div-block-51 {
  width: 100%;
  max-width: 1200px;
}

.div-block-52 {
  text-align: center;
  padding-top: 40px;
}

.link-block-2 {
  text-align: center;
}

.image-45 {
  max-width: 250px;
}

.div-block-53 {
  margin-top: 30px;
}

.div-block-54 {
  max-width: 60%;
  position: relative;
  top: 140px;
}

.image-46 {
  box-shadow: 0 2px 5px #0003;
}

.container-10 {
  max-width: 1300px;
  padding-top: 40px;
}

.div-block-55 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 7px;
  padding: 20px;
}

.link-block-3 {
  height: 350px;
}

.div-block-56 {
  background-image: url('../images/arizona-pool_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 350px;
  display: flex;
}

.div-block-56._2 {
  background-image: url('../images/arizona-pools_1.avif');
}

.div-block-56._3 {
  background-image: url('../images/arizona-pool-builder_1.avif');
}

.div-block-56._4 {
  background-image: url('../images/pool-builder-arizona_1.avif');
}

.div-block-56._5 {
  background-image: url('../images/amazing-arizona-pools_1.avif');
}

.div-block-56._6 {
  background-image: url('../images/swimming-pools-az_1.avif');
}

.text-block-9 {
  color: #2f86b9;
}

.inner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/swimming-pools-az_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-19 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.grid-14 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  display: flex;
}

.image-47 {
  margin-bottom: 20px;
}

.container-1303 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-1304 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
}

.italic-text {
  font-size: 22px;
}

.link-4, .text-block-10 {
  font-size: 25px;
  line-height: 34px;
}

.heading-20 {
  margin-top: 40px;
}

.container-1305 {
  max-width: 1600px;
}

.gallery-hero-section {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4rem 2rem;
  display: flex;
  overflow: hidden;
}

.header-wrap-gal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-list-wrapper-2 {
  width: 100%;
  margin-top: 2rem;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-48 {
  background-image: url('../images/desert-tropics-custom-pools-288-1920w.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-2 {
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.div-block-58 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/desert-tropics-custom-pools-96-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 20px;
  display: flex;
}

.div-block-58._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gdesert-tropics-custom-pools-355-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-58._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1577-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-58._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/FFdesert-tropics-custom-pools-46-1920w.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-59 {
  background-image: url('../images/desert-tropics-custom-pools-96-1920w.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-21 {
  color: #fff;
}

.container-1306 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.section-13 {
  background-image: url('../images/desert-tropics-custom-pools-122-1920w.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.container-1307 {
  width: 600px;
  margin-top: 80px;
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .header-wrap-gal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 2800px;
  }

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

  .project-item-2 {
    min-height: 570px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .card {
    margin-bottom: 60px;
  }

  .photo-block {
    width: 80%;
  }

  .heading {
    font-size: 45px;
  }

  .heading-3 {
    font-size: 19px;
  }

  .div-block {
    padding-top: 15%;
  }

  .grid {
    grid-template-columns: 2fr 1.5fr;
  }

  .container-1288 {
    max-width: 55em;
  }

  .roofing-grid {
    grid-column-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-regular {
    font-size: 1em;
  }

  .home-supplies-grid-2 {
    font-size: 1vw;
  }

  .h2--bebas {
    font-size: 3.1em;
  }

  .gallery-hero-section {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .project-item-2 {
    min-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .photo-block {
    width: 100%;
  }

  .div-block {
    padding-top: 35%;
  }

  .text-size-small {
    font-size: 1em;
  }

  .image-12 {
    width: 15em;
  }

  .roofing-grid {
    grid-template-rows: 35em;
  }

  .text-size-regular {
    font-size: 1em;
  }

  .h2--bebas {
    font-size: 3em;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .gallery-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .gallery-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item-2 {
    min-height: 250px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
  }

  .section.hero {
    padding-bottom: 0%;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-bg-overlay.inner {
    height: 500px;
  }

  .top-navbar {
    display: none;
  }

  .fixed-navbar {
    margin-top: 10px;
  }

  .nav-link.icon {
    display: none;
  }

  .heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu {
    background-color: #2c2c2c;
  }

  .div-block {
    padding-top: 0%;
  }

  .paragraph {
    text-align: center;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .center {
    font-size: 32px;
  }

  .relative.cus {
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .div-block-12 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
    width: 9em;
    font-size: 3vw;
  }

  .text-size-small {
    font-size: .85em;
  }

  .container-1288 {
    max-width: 23em;
  }

  .div-block-14 {
    font-size: 3vw;
  }

  .flex-horizontal.is--space-between.num {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
  }

  .roofing-grid {
    grid-row-gap: 0em;
    grid-template-rows: 38em 30em;
    grid-template-columns: 1fr;
    margin-bottom: 4em;
  }

  .text-size-regular {
    font-size: 1em;
  }

  .home-supplies-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: 6.03125em 6.03125em 6.03125em 6.03125em 6.03125em 6.03125em;
    grid-template-columns: 1fr 1fr;
    font-size: 3vw;
  }

  .supplies-component {
    font-size: 2vw;
  }

  .image-25 {
    width: 1.5em;
  }

  .h2--bebas {
    font-size: 2.3em;
  }

  ._750 {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
  }

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

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

  .container-1290 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-17 {
    top: 40px;
    right: 0;
  }

  .div-block-18 {
    bottom: 0;
    left: 50px;
    right: 0;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

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

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

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

  .link {
    font-size: 16px;
  }

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

  .text-block-4 {
    font-size: 35px;
    line-height: 43px;
  }

  .button {
    margin-top: 20px;
  }

  .div-block-25 {
    text-align: left;
  }

  .container-1, .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .div-block-27 {
    height: auto;
    padding-top: 10px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .image-31 {
    width: 50%;
    max-width: 50%;
  }

  .div-block-35 {
    width: 50%;
  }

  .cta, .section-6 {
    padding: 60px 20px;
  }

  .cta-2, .cta-2.cabinet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-2.pool-2, .cta-2.pool-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .bold-text {
    font-size: 35px;
  }

  .paragraph-4, .paragraph-5, .heading-9 {
    text-align: center;
  }

  .image-39 {
    margin-bottom: 20px;
  }

  .heading-10 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 38px;
  }

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

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

  .paragraph-6.center {
    font-weight: 400;
  }

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

  .image-41 {
    margin-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .container-1295 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .grid-9 {
    flex-flow: column;
    display: flex;
  }

  .faq-wrap {
    margin-top: 20px;
  }

  .container-1297.faq-container {
    padding-top: 40px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-answer {
    margin-top: 30px;
  }

  .grid-11 {
    flex-flow: column;
    display: flex;
  }

  .div-block-43 {
    flex-flow: column;
    display: block;
  }

  .button-3 {
    color: #fff;
    background-color: #00dd51;
    font-weight: 600;
    display: inline-block;
  }

  .div-block-48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-49 {
    flex-flow: column;
    display: flex;
  }

  .heading-17 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-54 {
    top: 140px;
    left: 100px;
  }

  .icon-2 {
    color: #fff;
  }

  .blue {
    color: #0f5ece;
  }

  .grid-13 {
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-19 {
    text-align: center;
    line-height: 50px;
  }

  .gallery-item-2 {
    margin-right: 0;
  }

  .project-item-2 {
    min-height: 150px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .grid-15 {
    flex-flow: column;
    display: flex;
  }

  .grid-16 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

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

#w-node-_2741038d-2bdf-17ec-c9c1-17626cd5c3d6-c63ebcce {
  justify-self: end;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-c63ebcce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ef86d23-8889-65d0-f4e5-06e845921b96-45921b94, #w-node-_703bb59c-b5f1-e709-5897-cdeed62b79ea-c63ebcdb {
  justify-self: center;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-c63ebcdb, #w-node-_39e1c443-e944-061b-ff45-763001cbfe04-c63ebcdc, #w-node-fffa83e2-2774-5d72-20f3-15ecf9613acd-c63ebcdc, #w-node-d839e250-135c-c36a-0222-33008d99df5a-c63ebcde, #w-node-d839e250-135c-c36a-0222-33008d99df5c-c63ebcde, #w-node-d839e250-135c-c36a-0222-33008d99df5e-c63ebcde, #w-node-d839e250-135c-c36a-0222-33008d99df60-c63ebcde, #w-node-d839e250-135c-c36a-0222-33008d99df62-c63ebcde, #w-node-_641a228e-2825-555a-403f-f98e21d4b503-c63ebcde, #w-node-_574f5ac6-ac78-2f48-1e34-718d75bdde82-c63ebcde, #w-node-b553d9ff-2922-c338-fc58-b342186863fb-c63ebcde, #w-node-_3f0d4976-4991-9d76-8f52-28cafd7a489e-c63ebcde, #w-node-ebabb613-aff7-2b2e-d32f-cebcb174fc49-c63ebcde, #w-node-_90ef06d9-ab74-cb7a-7142-3950708fd0c2-c63ebcde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd573889-48ac-3725-5ac8-b31d8b36cd53-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd55-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd57-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd59-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5b-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5d-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5f-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd61-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd63-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd65-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd67-c63ebcde, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd69-c63ebcde {
  place-self: center;
}

#w-node-dd573889-48ac-3725-5ac8-b31d8b36cd6d-c63ebcde {
  justify-self: center;
}

#w-node-_1a122e95-b7a0-0884-8cf3-21ec4d16afe0-c63ebce3, #w-node-e40cd834-6bb8-5778-32a9-1c381db2e24d-c63ebce3, #w-node-fed48346-99e3-9e70-1620-091cc93f7b12-c63ebce3, #w-node-_25c228a3-12b4-7ca2-2d53-f164c322c08c-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd53-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd55-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd57-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd59-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5b-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5d-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5f-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd61-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd63-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd65-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd67-c63ebce3, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd69-c63ebce3 {
  place-self: center;
}

#w-node-dd573889-48ac-3725-5ac8-b31d8b36cd6d-c63ebce3 {
  justify-self: center;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-c63ebce5, #w-node-c7b013ae-7d00-9ce4-2e9a-a80bdc6ccd49-c63ebce5, #w-node-e335405f-e40d-ecd7-09ef-5ac2b4d6ab56-c63ebce5, #w-node-_7a606eba-8345-b147-38f6-3f50bd00130b-c63ebce5, #w-node-cd459d61-ca7b-56f7-8101-9ffef92d7ae6-c63ebce5, #w-node-_903c30ab-dd07-ac4c-9db8-bb1c7c905732-c63ebce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_822a0b6a-2b2f-8800-8f3e-4ab8ed499b62-c63ebce5 {
  justify-self: stretch;
}

#w-node-_822a0b6a-2b2f-8800-8f3e-4ab8ed499b6d-c63ebce5 {
  align-self: auto;
}

#w-node-_822a0b6a-2b2f-8800-8f3e-4ab8ed499b73-c63ebce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_822a0b6a-2b2f-8800-8f3e-4ab8ed499b79-c63ebce5, #w-node-_822a0b6a-2b2f-8800-8f3e-4ab8ed499b7f-c63ebce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd573889-48ac-3725-5ac8-b31d8b36cd53-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd55-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd57-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd59-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5b-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5d-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd5f-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd61-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd63-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd65-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd67-c63ebce5, #w-node-dd573889-48ac-3725-5ac8-b31d8b36cd69-c63ebce5 {
  place-self: center;
}

#w-node-dd573889-48ac-3725-5ac8-b31d8b36cd6d-c63ebce5 {
  justify-self: center;
}

#w-node-_69a0bb6d-45a9-d7c8-e344-7362ae5cdb2e-c63ebce5, #w-node-_69a0bb6d-45a9-d7c8-e344-7362ae5cdb35-c63ebce5, #w-node-_0d8cac73-da3b-2369-d65c-c668f0ab9738-c63ebce5, #w-node-_68af2ecf-30df-3435-405b-e6374b35af2b-c63ebce5, #w-node-_3c548f89-3aee-eb93-d5eb-001857e30832-c63ebce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2741038d-2bdf-17ec-c9c1-17626cd5c3d6-78e00dc5 {
  justify-self: end;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-78e00dc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_703bb59c-b5f1-e709-5897-cdeed62b79ea-bcdecad6 {
  justify-self: center;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-bcdecad6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b2132c-9b93-71ae-9649-d98eaa30489a-24bc5db8 {
  justify-self: center;
}

#w-node-_81b2132c-9b93-71ae-9649-d98eaa30489d-24bc5db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2741038d-2bdf-17ec-c9c1-17626cd5c3d6-1aa6b8d4 {
  justify-self: end;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-1aa6b8d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2741038d-2bdf-17ec-c9c1-17626cd5c3d6-e7a66d71 {
  justify-self: end;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-e7a66d71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2741038d-2bdf-17ec-c9c1-17626cd5c3d6-75e366d3 {
  justify-self: end;
}

#w-node-_1f60313a-1ef6-3ee5-f99a-5e05a2496932-75e366d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-c63ebcce, #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-c63ebce5, #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-78e00dc5, #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-1aa6b8d4, #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-e7a66d71, #w-node-_9a7bf925-73c0-1987-5501-279e134deadb-75e366d3 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Social';
  src: url('../fonts/social.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}