:root {
  --text-dark: #0e0e0e;
  --paragraph-gray: var(--text-dark);
  --primary: #ffc127;
  --primary-light: #fff3d5;
  --dark: #272d42;
  --light-gray: var(--text-dark);
  --white: white;
  --white-50: #ffffff80;
  --gray: var(--text-dark);
  --dark-gray: var(--text-dark);
  --dark-gray-50: #afafaf80;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-400: #8c94a5;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-800: #472def;
  --combine-library--white: white;
}

body {
  color: var(--text-dark);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  text-align: center;
  align-items: center;
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: left;
  border-left: 5px solid #f6ba26;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px 0 30px;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.section.style-guide-section, .section.shop-product-section {
  background-color: var(--dark);
  padding-top: 160px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: none;
  mix-blend-mode: normal;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 0 0;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  display: block;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-dark {
  background-color: var(--dark);
  margin-top: 0;
}

.section.pricing-banner {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.section.dark-background {
  background-color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.section.banner-testimonials {
  background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd0337e0_Banner%20Home%202.webp");
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.banner {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/676ddeb5aea79f01372c4018_c0ea07c2-08d6-470d-a82d-148ea9676769.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 180px;
  display: flex;
}

.section.without-top-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.style-guide-section, .section.shop-product-section {
  background-color: var(--dark);
  padding-top: 160px;
}

.section.home-1-banner {
  background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd0337cd_Plumbing%20Home%201.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 155px;
  display: flex;
}

.section.primary-light-gradient {
  background-image: linear-gradient(#fff3d5, #fffdf7);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.section.dark-background-large-padding {
  background-color: var(--dark);
  padding-bottom: 280px;
  position: relative;
}

.section.large-padding-top {
  margin-top: 20px;
  padding-top: 20px;
}

.section.home-2-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67b77fc552ee03adc3cb9047_image%20(1).avif");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 155px;
  display: flex;
}

.section.relative-section {
  box-shadow: 1px 11px 5px 0 #0003, 0 5px 5px 0 var(--paragraph-gray);
  opacity: 1;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.section.home-3-banner {
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd0337ea_Rectangle%204271.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 155px;
  padding-bottom: 30px;
  display: flex;
}

.section.image-banner {
  background-image: linear-gradient(97deg, #0003, #0000), linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd0337f8_Image%20Banner%20CTA.webp");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.section.dark-background-section {
  background-color: var(--dark);
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.banner-testimonials {
  background-image: linear-gradient(#fff0 19%, #121b38b3), linear-gradient(#272d42b3, #272d42b3), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67c7ef0e3ea06f0510056521_Gate%20Installation%20in%20phoenix%20(1).avif");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 160px;
}

.section.video {
  background-color: var(--dark);
  margin: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.our-team-banner {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4280, #272d4280), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c5205de7b170e76e1177_c4dc75ea-32cc-446d-8e8d-20bab7b64319.avif");
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 150px;
  display: flex;
}

.section.primary-color-background-small {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.cta {
  background-color: var(--primary-light);
  background-image: linear-gradient(#272d4280, #272d4280), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757acb43c14490dd653c5df_8a5834dc-c6b4-49f7-b940-29690398c1ed%202.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section.blog {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6889dec676f90f2df20cb4ab_101%20garage%20door%20abut%20Our%20Blog.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  margin-top: 0;
  padding-top: 140px;
}

.section.small-paddings {
  color: var(--text-dark);
}

.section.primary-light-gradient-big-tp {
  background-image: linear-gradient(#fff3d5, #fffdf7);
  padding-top: 180px;
}

.section.dark-background-small-pb {
  background-color: var(--dark);
  border-radius: 12px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.section.banner-dark {
  background-color: #272d42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.section.cta {
  background-color: #fff3d5;
  background-image: linear-gradient(#272d4280, #272d4280), linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757acb43c14490dd653c5df_8a5834dc-c6b4-49f7-b940-29690398c1ed%202.avif");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.section.dark-background {
  background-color: #272d42;
  margin-top: 60px;
  padding-top: 20px;
  position: relative;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background-big-top-gap {
  box-sizing: border-box;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 180px;
  display: flex;
}

.base-container {
  pointer-events: auto;
  color: var(--text-dark);
  border: 1px #747d4208;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, sans-serif;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

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

.base-container.flex {
  text-align: center;
  display: flex;
}

.primary-button {
  border: 1px solid var(--text-dark);
  background-color: var(--primary);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--text-dark);
}

.primary-button.full-width-mobile {
  margin-top: 40px;
  display: block;
}

.primary-button.header-button {
  letter-spacing: 0;
}

.primary-button.burger-menu {
  display: none;
}

.primary-button.full-width {
  width: 100%;
  display: block;
}

.primary-button.button-top-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.primary-button.top-spacing-button-small {
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.full-width-button {
  width: 100%;
  display: block;
}

.primary-button.button-top-gap {
  flex-flow: wrap;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--white-50);
  color: var(--white);
  mix-blend-mode: normal;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  overflow: visible;
}

.navbar.white-background {
  background-color: var(--white-50);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  text-transform: uppercase;
  padding: 20px;
  font-size: 15px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-link.white-nav-item-link {
  color: var(--text-dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: 0 auto;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.nav-link.white-nav-item-link:hover {
  color: var(--primary);
}

.nav-link.white-nav-item-link.w--current {
  font-family: Arial, sans-serif;
}

.nav-dropdown-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: 1;
  width: 100%;
  margin-left: auto;
  padding: 8px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--text-dark);
}

.nav-menu-wrapper {
  color: var(--white);
  background-color: #f6ededad;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-rights {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  margin-top: 20px;
  margin-left: 60px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5em;
}

.section-title-wrapper {
  text-align: center;
  max-width: 540px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.services-wrapper {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . GARAGE-DOOR"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.services-wrapper.inner-top-gap {
  margin-top: 60px;
}

.services-item {
  z-index: 1000;
  box-sizing: border-box;
  border: 1px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  padding: 0 30px;
  display: block;
  box-shadow: 20px 20px 20px #0003;
}

.services-item.last-child {
  border-color: var(--text-dark);
  background-color: var(--white);
  border-color: var(--text-dark);
  background-color: var(--white);
  border-radius: 0;
  margin-right: 0;
  padding-top: 0;
}

.services-item-description {
  pointer-events: auto;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.section-title, .section-title.white-text {
  font-family: Arial, sans-serif;
}

.section-title.white {
  color: var(--white);
}

.more-features-icon {
  background-color: var(--dark);
  color: var(--primary);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 5px;
  font-family: "Fa solid 900";
  font-size: 18px;
  display: flex;
}

.contacts-detail {
  align-items: center;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900";
}

.contacts-icon.padding {
  padding-left: 2px;
  padding-right: 3px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}

.paragraph-no-margin:hover {
  color: var(--primary);
}

.contact-input:focus, .contact-input.-wfp-focus {
  border: 1px solid var(--primary);
}

.contact-input {
  background-color: var(--white);
  color: var(--paragraph-gray);
  border: 1px solid #2c2d361a;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .2s;
}

.contact-input:focus, .contact-input.-wfp-focus {
  border: 1px solid var(--primary);
}

.contact-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1.5em;
}

.contact-input.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  min-height: 130px;
  font-size: 16px;
}

.contact-input.textarea::placeholder {
  font-size: 16px;
}

.contact-input.password {
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.contact-input.height {
  height: 44px;
}

.contact-input.textarea-contact {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  min-height: 190px;
  font-size: 16px;
}

.contact-input.textarea-contact::placeholder {
  font-size: 16px;
}

.address-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: auto;
  padding-right: 60px;
  display: grid;
}

.adress-card {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.footer-contact-info-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.contacts-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-title-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-tablet {
  display: none;
}

.brand {
  width: 104px;
}

.form-block-contacts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.logo-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

.footer-contact-link {
  color: var(--white);
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.footer-contact-link:hover {
  color: var(--primary);
}

.footer-contact-link.margin-top-small {
  margin-top: 12px;
  display: block;
}

.white {
  color: var(--white);
  flex-flow: column;
  font-family: Arial, sans-serif;
  display: flex;
}

.white.margin-bottom {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
}

.white.margin-top-small-gap {
  color: var(--white);
  margin-top: 20px;
}

.white.magin-testimonials {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 5px;
}

.white.no-margin-top {
  margin-top: 0;
}

.white.center {
  color: var(--white);
  text-align: center;
}

.serviices-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark);
  opacity: 1;
  outline-offset: 0px;
  color: var(--dark);
  outline: 3px #0e0e0e;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 140px;
  display: flex;
}

.serviices-wrapper.top-aligment {
  color: var(--primary);
  border-style: none;
  align-items: flex-start;
  padding-top: 0;
}

.serviices-wrapper.home-2 {
  z-index: 5;
  direction: rtl;
  text-align: left;
  border-color: #f1e8e800;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.serviices-wrapper.full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  overflow: hidden;
}

.serviices-wrapper.form-section {
  align-items: center;
}

.margin-top-paragraph {
  margin-top: 30px;
  font-family: Arial, sans-serif;
}

.margin-top-paragraph.blue-title {
  color: #001f6d;
}

.margin-top-paragraph.service-title {
  filter: drop-shadow(0 2px 5px #000000b3);
  pointer-events: none;
}

.input-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inputs-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-label-blue {
  color: #0e0e0e;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.success-message-blocktext {
  background-color: #ddd0;
}

.form-contact-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.subject {
  max-width: 45%;
}

.form-option {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd03381e_icons.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-color: #ffc127;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-right: 15px;
  position: static;
}

.form-option.w--redirected-checked {
  border: 1px none var(--dark);
  background-color: var(--dark);
  border-radius: 5%;
}

.form-option.w--redirected-focus {
  box-shadow: none;
}

.form-option.second {
  background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd03381f_carbon_sales-ops.svg");
}

.form-option.last {
  background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd033825_material-symbols-light_perm-media-outline.svg");
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field.last {
  margin-bottom: 0;
}

.contact-form-wrapper-contact-page {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 480px;
  min-height: 400px;
  padding: 60px;
  display: flex;
}

.contact-form-wrapper-contact-page.inner-top-gap {
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.office-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.address-info {
  padding-left: 30px;
  padding-right: 30px;
}

.max-width-small {
  max-width: 200px;
}

.max-width-small.tablet-center {
  color: var(--primary);
  font-family: Arial, sans-serif;
}

.icon-mid-size {
  width: 32px;
}

.margin-top-inner-gap {
  margin-top: 40px;
}

.margin-bottom-inner-gap-small {
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
}

.tablet-center {
  font-family: Arial, sans-serif;
}

.flex-header-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.text-block-3 {
  opacity: 1;
  color: var(--text-dark);
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.icon-3 {
  color: var(--text-dark);
}

.primary-button-3 {
  color: #0e0e0e;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffc127;
  border: 1px solid #0e0e0e;
  border-radius: 10px;
  padding: 14px 30px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-3:hover {
  opacity: 1;
  color: #0e0e0e;
  background-color: #fff;
}

.primary-button-3.full-width {
  width: 100%;
  display: block;
}

.primary-button-3.header-button {
  letter-spacing: 0;
  font-family: Arial, sans-serif;
}

.code-embed {
  border: 1px solid var(--paragraph-gray);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: block;
}

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

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  font-family: Arial, sans-serif;
  display: flex;
}

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

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-4 {
  background-color: var(--dark);
  margin-top: auto;
  padding: 132px 3% 20px;
}

.footer-title {
  color: var(--primary);
  text-align: center;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

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

.cell-2 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67bbd9135ce879aaca889a05_Extension%20Springs%20101%20Garage%20Doors.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-3 {
  box-sizing: border-box;
  pointer-events: auto;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: 800px;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.cell-3 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6848b869624419426a5d4450_LiftMaster%20garage%20door%20opener.avif");
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
}

.cell-4 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6848b9315b2b3b7b1fe2e3d7_Garage%20Door%20Off%20Track%20.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
}

.cell-5 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c522eca343024d883470_332a74fc-d15d-4e46-bc6a-7c1a552ff2ec.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 120px;
  margin-left: 10px;
  font-size: 36px;
  font-weight: 400;
  display: flex;
  position: sticky;
}

.text-block-10 {
  color: var(--white);
  text-align: left;
  align-self: auto;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 17px;
}

.bold-text-3 {
  color: var(--primary);
  text-align: center;
  flex: 0 auto;
  margin-left: 25px;
  margin-right: 5px;
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.button-4 {
  background-color: var(--dark-gray-50);
  color: var(--primary);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 15px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
}

.bold-text-3-copy {
  color: var(--primary);
  text-align: center;
  flex: 0 auto;
  margin-left: 25px;
  margin-right: 5px;
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.cell-6 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6889e3ff9ff2dce67f947562_Garage%20Door%20Repair%20Near%20Me%20(1)%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 300px;
  margin: 10px 40px 0;
}

.cell-7 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67c8ea508461d926de642c1a_Commercial%20Garage%20Doors%20(1).avif");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.cell-8 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67c7ef0e3ea06f0510056521_Gate%20Installation%20in%20phoenix%20(1).avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-11 {
  color: var(--primary);
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 60px;
  margin-left: 10px;
  font-size: 27px;
  display: flex;
}

.text-block-12, .text-block-13 {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 10px;
  font-size: 27px;
  display: flex;
}

.button-7 {
  background-color: var(--white-50);
  color: var(--primary);
  border-radius: 15px;
  align-self: flex-start;
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
}

.button-8 {
  background-color: var(--dark-gray-50);
  color: var(--primary);
  border-radius: 15px;
  align-self: flex-start;
  margin-top: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
}

.button-9 {
  background-color: var(--dark-gray-50);
  color: var(--primary);
  border-radius: 15px;
  order: 0;
  align-self: flex-start;
  margin-top: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
}

.link-4 {
  color: var(--primary);
  font-family: Arial, sans-serif;
}

.heading-10, .heading-11, .heading-12 {
  font-family: Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 74px;
  }

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

  .section.changelog-banner {
    padding-top: 210px;
  }

  .section.pricing-banner {
    padding-top: 200px;
  }

  .section.banner {
    min-height: 450px;
    padding-top: 230px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .section.shop-product-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .section.dark-background-large-padding {
    padding-bottom: 330px;
  }

  .section.large-padding-top {
    padding-top: 280px;
  }

  .section.home-2-banner {
    justify-content: center;
  }

  .section.home-3-banner {
    height: 100vh;
  }

  .section.dark-background-section {
    padding-bottom: 330px;
  }

  .section.banner-testimonials {
    padding-top: 200px;
  }

  .section.our-team-banner {
    height: 450px;
    padding-top: 200px;
  }

  .section.dark-background-big-top-gap {
    padding-top: 230px;
  }

  .section.blog {
    padding-bottom: 100px;
  }

  .section.small-paddings {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.primary-light-gradient-big-tp {
    padding-top: 230px;
  }

  .section.dark-background-small-pb {
    padding-bottom: 50px;
  }

  .section.banner-dark {
    padding-bottom: 100px;
  }

  .base-container {
    margin-bottom: 40px;
    margin-left: auto;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .primary-button.header-button {
    letter-spacing: .05em;
  }

  .primary-button.button-top-spacing {
    margin-top: 50px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link.white-nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -270px;
  }

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

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper {
    max-width: 880px;
  }

  .banner-title-wrapper.left {
    margin-right: auto;
  }

  .services-wrapper.inner-top-gap {
    margin-top: 80px;
  }

  .pricing-plan-item {
    padding: 50px 60px;
  }

  .pricing-plan-item.main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list-wrapper {
    padding-top: 2px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .workflow-video-wrapper {
    width: 48%;
    max-height: none;
  }

  .workflow-title-wrapper {
    max-width: 52%;
    margin-left: auto;
    padding-top: 80px;
    padding-left: 80px;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .accordion-toggle {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

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

  .contact-form-wrapper {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .address-cards-wrapper {
    margin-top: 0;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .about-us-video {
    width: 495px;
  }

  .project-template-info {
    max-width: 280px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .faq-image {
    width: 47%;
    height: 500px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen, .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    width: 44%;
    padding-right: 80px;
  }

  .paragraph-benefits-large {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 210px;
  }

  .pages-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .form-block-contacts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-wrap-title.half-section-width {
    max-width: 60%;
  }

  .serviices-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    display: flex;
  }

  .serviices-wrapper.top-aligment {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .serviices-wrapper.full {
    width: 1170px;
  }

  .text-wrap-half {
    max-width: 50%;
  }

  .text-wrap-half.home-2 {
    min-width: 38%;
    position: static;
    overflow: visible;
  }

  .text-wrap-home-2 {
    max-width: 480px;
  }

  .rounded-corner.margin-top {
    margin-top: 35px;
  }

  .block-primary-overlay {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .tabs-block-horizontal.inner-section-gap {
    margin-top: 60px;
  }

  .tabs-menu-row {
    margin-right: 30px;
  }

  .block-primary-overlay-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .inner-bottom-gap {
    margin-bottom: 60px;
  }

  .home-1-slide {
    width: 31.6%;
  }

  .blog-post-image-link, .blog-post-image {
    width: 100%;
  }

  .home-1-slider-arrow {
    top: -121px;
  }

  .category {
    top: 30px;
    left: 30px;
  }

  .text-width-fixed {
    max-width: none;
  }

  .images-wrap.relative {
    max-width: 50%;
  }

  .about-image-absolute {
    width: 220px;
  }

  .solution-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .solution-text {
    width: 490px;
  }

  .left-small-block {
    width: 100%;
  }

  .flex-content-wrap.inner-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .inner-bottom-gap-large-space {
    margin-bottom: 60px;
  }

  .banner-feature-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .section-white-background {
    height: 390px;
  }

  .inputs-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-wrap-fixed-width {
    max-width: 470px;
  }

  .client-feedback {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-center-title {
    max-width: 1020px;
  }

  .about-video {
    width: 495px;
  }

  .text-wrap-about {
    max-width: 50%;
  }

  .services-grid-roofs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .testimonials-item-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--dark);
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding: 40px;
  }

  .client-feedbacks-tabs {
    flex-direction: column;
    min-width: 310px;
    display: flex;
  }

  .client-feedback-wrap {
    display: flex;
  }

  .subject {
    max-width: 44%;
  }

  .services-image {
    width: 520px;
  }

  .inner-bottom-gap-large {
    margin-bottom: 80px;
  }

  .services-banner-image {
    max-height: 340px;
  }

  .banner-content-wrapper-service {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .banner-wrap-description-service {
    margin-left: auto;
  }

  .grid-wrapper-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-collection-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .blog-post-image-link-item, .blog-post-image-item {
    width: 100%;
  }

  .wrapper-container-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-sidebar {
    min-width: 360px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-image-link-small {
    width: 100%;
  }

  .center-title-wrapper {
    padding-right: 140px;
  }

  .lightbox-small-wrapper {
    align-items: center;
    height: 100px;
  }

  .lightbox-small-item {
    width: 130px;
    height: 100px;
  }

  .portfolio-title-item {
    max-width: 400px;
  }

  .lightbox-small-image {
    width: 130px;
    height: 100px;
  }

  .projects-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .banner-wrap-title-large {
    max-width: 830px;
  }

  .project-banner-img {
    height: 440px;
  }

  .banner-content-wrapper-blog {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 1170px;
  }

  .page-error-h1 {
    font-size: 160px;
  }

  .banner-text-width {
    max-width: 500px;
  }

  .product-image {
    transition: all .3s;
  }

  .product-image:hover {
    transform: scale(1.1);
  }

  .cart-quantity {
    top: -8px;
  }

  .product-cart-image {
    object-fit: cover;
    border-radius: 5px;
    width: 80px;
    height: 90px;
  }

  .product-cart-title {
    font-size: 18px;
    line-height: 1.3em;
  }

  .cart-price {
    font-size: 16px;
  }

  .cart-quantity-item {
    border-color: var(--gray);
  }

  .cart-quantity-item:hover {
    border-color: var(--primary);
  }

  .cart-footer {
    border-top-style: none;
    border-top-width: 0;
  }

  .cart-item {
    border-bottom: 1px solid var(--gray);
    align-items: center;
  }

  .icon {
    display: block;
  }

  .error-state {
    background-color: #ffdede00;
  }

  .flex-header-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .product-link {
    display: block;
  }

  .product-title {
    transition: all .3s;
  }

  .product-title:hover {
    color: var(--primary);
  }

  .flex {
    display: flex;
  }

  .flex.small-inner-gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
  }

  .category-product {
    top: 30px;
    left: 30px;
  }

  .checkout-form {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .checkout-cart-image {
    object-fit: cover;
    border-radius: 5px;
    width: 80px;
    height: 90px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .slide, .lightbox-product {
    height: 100%;
  }

  .product-slider-arrow {
    right: -4%;
  }

  .product-slider-arrow.left-arrow {
    left: -4%;
  }

  .nav-dropdown-toggle-copy, .nav-dropdown-toggle-copy-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .primary-button-2.button-top-spacing {
    margin-top: 50px;
  }

  .solution-collection-item-copy, .solution-collection-item-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-content-wrapper-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    display: flex;
  }

  .flex-content-wrapper-copy.top-aligment {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .flex-content-wrapper-copy.full {
    width: 1170px;
  }

  .primary-button-3.header-button {
    letter-spacing: .05em;
    letter-spacing: .05em;
  }

  .icon-5 {
    display: block;
  }

  .cart-quantity-item-2 {
    border-color: #e9e9e9;
  }

  .cart-quantity-item-2:hover {
    border-color: #ffc127;
  }

  .cart-quantity-2 {
    top: -8px;
  }

  .cart-item-2 {
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
  }

  .nav-dropdown-toggle-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .div-block-8 {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/676ddeb5aea79f01372c4018_c0ea07c2-08d6-470d-a82d-148ea9676769.avif");
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.home-2-banner {
    background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67b77fc552ee03adc3cb9047_image%20(1).avif");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 0 0 20px;
  }

  .section.relative-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.banner-dark {
    padding-top: 160px;
  }

  .base-container {
    margin-bottom: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -355px;
  }

  .workflow-video-wrapper {
    width: 45%;
  }

  .workflow-title-wrapper {
    max-width: 55%;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 80px;
  }

  .project-image {
    background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c5205de7b170e76e1177_c4dc75ea-32cc-446d-8e8d-20bab7b64319.avif");
    background-position: 0 0;
    background-size: auto;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .banner-text-wrap.blog {
    max-width: 900px;
  }

  .serviices-wrapper.home-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .text-wrap-half.home-2 {
    min-width: 40%;
  }

  .flex-content-wrap.inner-gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .wrapper-container-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .posts-blog-categories {
    margin-top: 20px;
  }

  .cart-quantity, .cart-quantity-2 {
    padding-right: 0;
  }

  .landing {
    border: 0px none var(--text-dark);
    border-radius: 0;
  }

  .button-6 {
    padding-top: 0;
    padding-bottom: 0;
    transition-property: none;
  }

  .image-4 {
    margin-left: 40px;
  }

  .div-block-8 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .container-9 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner {
    min-height: 520px;
  }

  .section.home-2-banner {
    background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67b77fc552ee03adc3cb9047_image%20(1).avif");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.our-team-banner {
    height: 520px;
  }

  .base-container {
    margin-left: auto;
    position: relative;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -515px;
  }

  .services-wrapper {
    margin-top: 40px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .service-item-home-3 {
    box-shadow: -10px 19px 5px #0003, 0 2px 5px #ffc127;
  }

  .services-grid-roofs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
  }

  .testimonials-item-card {
    padding: 50px;
  }

  .banner-wrap-description-service {
    max-width: 560px;
  }

  .grid-wrapper-columns.margin-top-inner-gap {
    margin-top: 80px;
  }

  .project-banner-img {
    width: 100%;
  }

  .page-error-h1 {
    font-size: 180px;
  }

  .heading-4 {
    text-align: left;
  }

  .quick-stack-4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-block-8 {
    margin: 10px 100px;
  }
}

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

  h2 {
    font-size: 46px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.style-guide-section, .section.shop-product-section {
    padding-top: 140px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.banner-dark {
    min-width: auto;
    min-height: auto;
  }

  .section.without-bottom-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .section.pricing-banner {
    min-height: 300px;
  }

  .section.banner {
    min-height: 300px;
    padding-top: 145px;
  }

  .section.style-guide-section, .section.shop-product-section {
    padding-top: 140px;
  }

  .section.home-1-banner {
    height: auto;
  }

  .section.dark-background-large-padding {
    padding-bottom: 260px;
  }

  .section.home-2-banner {
    height: auto;
  }

  .section.relative-section {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
  }

  .section.home-3-banner {
    height: auto;
  }

  .section.dark-background-section {
    padding-bottom: 260px;
  }

  .section.banner-testimonials {
    padding-top: 130px;
  }

  .section.our-team-banner {
    background-image: linear-gradient(#0003, #0003), linear-gradient(#272d4280, #272d4280), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c5205de7b170e76e1177_c4dc75ea-32cc-446d-8e8d-20bab7b64319.avif");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cta {
    margin-left: 20px;
  }

  .section.blog {
    padding-top: 140px;
  }

  .section.banner-dark {
    min-height: 300px;
  }

  .section.cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .base-container {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: -4%;
    right: -3%;
  }

  .top-style-spacing-desktop {
    top: -4%;
    right: -4px;
  }

  .middle-style-spacing-desktop {
    top: 20%;
    right: -2%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .h2-tablet {
    font-size: 36px;
  }

  .primary-button.header-button {
    display: none;
  }

  .primary-button.burger-menu {
    margin-top: 30px;
    display: block;
  }

  .primary-button.top-spacing-button-small {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: -6%;
    right: -5%;
  }

  .middlr-style-spacing-mobile {
    top: 18%;
    right: -6%;
  }

  .bottom-style-spacing-mobile {
    bottom: -5%;
    right: -5%;
  }

  .navbar {
    position: fixed;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-item-link {
    color: var(--text-dark);
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.white-nav-icon {
    color: var(--text-dark);
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-nav-item-title {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 490px;
    margin-right: 0;
  }

  .coming-soon-form {
    width: 480px;
  }

  .coming-soon-paragraph {
    text-align: center;
    max-width: 410px;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-recent-post-date {
    display: flex;
  }

  .footer-bottom-wrapper {
    border-top-style: none;
    border-top-width: 0;
    border-bottom: 1px solid #e6e9ea;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-rights {
    margin-right: 5px;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    max-width: 530px;
  }

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    align-items: center;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-item.last-child {
    max-width: 50%;
  }

  .services-item-description {
    text-align: center;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .pricing-plan-item {
    max-width: 100%;
  }

  .pricing-plan-item.main {
    padding: 30px 40px 40px;
  }

  .comparing-table-list-item {
    list-style-type: none;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-video-wrapper {
    width: 100%;
    height: 400px;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .workflow-title-wrapper {
    max-width: 100%;
    margin-left: 0;
    padding-top: 460px;
    padding-left: 0;
  }

  .accordion-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .accordion-wrap, .accordion-wrap.last-child, .accordion-wrap.last-child {
    width: 100%;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .paragraph-no-margin {
    transition: all .3s;
  }

  .contact-input.password {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer-contacts-wrapper {
    padding-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-link:hover {
    opacity: 1;
    color: var(--primary);
  }

  .search-section {
    padding-top: 140px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .primary-button-white.margin-top-button-space {
    margin-top: 30px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-us-video {
    width: 100%;
    height: 400px;
  }

  .project-template-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: grid;
  }

  .project-template-info-wrap {
    border-right: 1px solid var(--white-50);
    border-left: 1px solid var(--white-50);
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-info-wrap.center {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .tab {
    font-size: 22px;
  }

  .tab:hover {
    opacity: 1;
    color: var(--primary);
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .text-subtitle {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style h2 {
    font-size: 40px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .faq-image {
    width: 100%;
    height: 420px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: static;
  }

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

  .brand-tablet {
    width: 105px;
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 54px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen, .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .pages-banner {
    padding-top: 120px;
  }

  .shop-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .shop-item-info-wrapper {
    margin-top: 15px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-rights-wrapper {
    justify-content: center;
    display: flex;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .form-block-contacts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links-wrap {
    margin-top: 30px;
  }

  .copyright-block {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .form-block-wrap {
    max-width: 60%;
  }

  .banner-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .banner-wrap-title {
    max-width: none;
  }

  .banner-wrap-title.half-section-width, .banner-wrap-description {
    max-width: 70%;
  }

  .banner-text-wrap {
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .banner-text-wrap.blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .serviices-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .serviices-wrapper.top-aligment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .serviices-wrapper.tablet-reverce {
    flex-direction: column-reverse;
  }

  .serviices-wrapper.home-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .serviices-wrapper.form-section {
    align-items: center;
  }

  .serviices-wrapper.full {
    align-items: stretch;
  }

  .text-wrap-half {
    max-width: 100%;
  }

  .text-wrap-half.center-aligment {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap-half.sticky {
    max-width: 100%;
    position: static;
  }

  .text-wrap-half.home-2 {
    flex: 0 auto;
    max-width: 95%;
    margin-bottom: 0;
    margin-right: auto;
  }

  .text-wrap-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .service-item-link:hover {
    background-color: var(--white);
  }

  .white-text-banner.max-width-tablet {
    max-width: 500px;
  }

  .rounded-corner.fixed-height {
    width: 100%;
  }

  .block-primary-overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 48px;
  }

  .statistic-number {
    font-size: 60px;
  }

  .tabs-menu-row {
    min-width: 250px;
    margin-right: 10px;
  }

  .team-member-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .block-primary-overlay-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-general-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-1-slide {
    width: 48%;
  }

  .blog-post-image-link, .blog-post-image {
    width: 100%;
  }

  .text-width-fixed {
    max-width: 500px;
  }

  .margin-top-small-gap {
    margin-top: 15px;
  }

  .margin-top-small-gap.tablet-center {
    text-align: center;
    text-align: center;
  }

  .images-wrap.relative {
    justify-content: space-between;
    align-items: center;
  }

  .frame {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-absolute {
    object-fit: cover;
    width: 200px;
    height: 200px;
    bottom: 38%;
    left: 16%;
  }

  .about-image-absolute-big {
    object-fit: cover;
    width: 240px;
    height: 310px;
    bottom: -10%;
    right: 16%;
  }

  .left-small-block {
    opacity: 1;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    bottom: 0%;
  }

  .statistic-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }

  .statistic-item-number {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .portfolio-title {
    margin-top: 15px;
    font-size: 28px;
  }

  .project-collectvion-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quote-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-2-quote {
    font-size: 28px;
  }

  .quote-author-img, .quote-circle {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .service-absolute-image {
    display: none;
  }

  .banner-feature-block.margin-top-inner-gap {
    grid-template-columns: 1fr 1fr;
  }

  .banner-feature-item.last {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap-half-section {
    max-width: 100%;
  }

  .title-grid-one-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .service-item-home-3 {
    border-radius: 12px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .tab-menu-home-2.inner-bottom-gap {
    flex-direction: column;
  }

  .tab-home-2-item, .tab-home-2-item.w--current {
    width: 100%;
  }

  .tab-image {
    object-fit: cover;
    height: 400px;
  }

  .text-wrap-fixed-width {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .text-wrap-fixed-width.left {
    text-align: left;
    text-align: left;
    align-items: flex-start;
  }

  .margin-bottom-subheading.row {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-general-wrap {
    max-width: 600px;
  }

  .about-video {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 400px;
  }

  .text-wrap-about {
    max-width: 100%;
  }

  .fixed-size-text {
    width: auto;
  }

  .services-grid-roofs {
    grid-template-columns: 1fr 1fr;
  }

  .client-feedbacks-tabs {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .client-feedback-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .feedback-tab-item {
    font-size: 21px;
  }

  .form-contact-us {
    width: 100%;
  }

  .subject {
    max-width: 100%;
  }

  .contact-form-wrapper-contact-page {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    margin-right: 0;
  }

  .max-width-small.tablet-center {
    text-align: center;
    text-align: center;
  }

  .services-collection-item-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .services-text-info-wrap {
    max-width: 100%;
  }

  .services-image {
    height: 100%;
    max-height: 350px;
  }

  .services-image-link {
    height: 100%;
  }

  .features-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-wrapper-with-image {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .banner-content-wrapper-flex {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .white-text-banner-h1-inner-page {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 48px;
  }

  .banner-content-wrapper-service {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 768px;
    margin-right: auto;
  }

  .banner-wrap-description-service {
    margin-bottom: 60px;
  }

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

  .blog-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-image-link-item, .blog-post-image-item {
    width: 100%;
  }

  .wrapper-container-flex {
    flex-direction: column;
  }

  .wrapper-container-flex.reverce {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .sidebar-posts-collection {
    flex-direction: column;
  }

  .blog-post-image-link-small {
    width: 100%;
    max-height: 300px;
  }

  .slider-home-3 {
    width: 100%;
  }

  .slider-home-3-arrow {
    top: 20px;
  }

  .projects-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-portfolio-item {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-top: 20px;
    display: flex;
  }

  .collection-portfolio-item.image-right {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .lightbox-small-item {
    width: 120px;
  }

  .portfolio-title-item {
    margin-top: 15px;
    font-size: 28px;
  }

  .lightbox-small-image {
    width: 130px;
  }

  .project-text-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner-wrap-title-large {
    max-width: none;
  }

  .project-banner-img {
    width: 100%;
  }

  .rich-text-style-project h2 {
    font-size: 40px;
  }

  .banner-content-wrapper-blog {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .image-overlay {
    text-align: left;
    border: 1px solid #000;
    border-radius: 12px;
    height: 100%;
    max-height: 730px;
  }

  .project-gallery-grid, .column-two-gallery, .column-one-gallery {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-text-wrap-home-2 {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .banner-text-width {
    max-width: 100%;
  }

  .cart {
    margin-right: 20px;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .checkout-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .tablet-bottom-gap {
    margin-bottom: 20px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .list-item {
    background-color: var(--text-dark);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .slider {
    width: 100%;
    max-height: none;
  }

  .slide {
    max-height: 450px;
    margin-right: 10px;
  }

  .lightbox-product {
    border-radius: 10px;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
  }

  .rich-text h2 {
    font-size: 40px;
  }

  .products-collection-list-related {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .hire-popup-wrap, .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .nav-dropdown-toggle-copy, .nav-dropdown-toggle-copy-copy, .nav-dropdown-toggle-copy-copy {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .primary-button-white-2.margin-top-button-space {
    margin-top: 30px;
  }

  .white-text-banner-h1-inner-page-2 {
    font-size: 48px;
  }

  .primary-button-2.top-spacing-button-small {
    margin-top: 30px;
  }

  .flex-content-wrapper-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .flex-content-wrapper-copy.top-aligment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .flex-content-wrapper-copy.tablet-reverce {
    flex-direction: column-reverse;
  }

  .flex-content-wrapper-copy.home-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .flex-content-wrapper-copy.form-section {
    align-items: center;
  }

  .flex-content-wrapper-copy.full {
    align-items: stretch;
  }

  .primary-button-3.header-button {
    display: none;
  }

  .youtube-2 {
    border-radius: 12px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

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

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

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

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .rich-text-block-22 {
    -webkit-text-stroke-color: var(--primary);
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.shop-product-section, .section.home-1-banner {
    padding-top: 120px;
  }

  .section.home-2-banner, .section.home-3-banner {
    padding-top: 120px;
  }

  .section.changelog-banner {
    padding-top: 100px;
  }

  .section.banner-dark {
    min-height: auto;
    padding-top: 120px;
  }

  .section.pricing-banner {
    padding-top: 120px;
  }

  .section.banner {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd033814_About%20Us%20Banner.webp");
    background-position: 0 0, 0 0, 50%;
    padding-top: 125px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 110px;
  }

  .section.shop-product-section, .section.home-1-banner {
    padding-top: 120px;
  }

  .section.dark-background-large-padding {
    padding-bottom: 520px;
  }

  .section.home-2-banner, .section.home-3-banner {
    padding-top: 120px;
  }

  .section.dark-background-section {
    padding-bottom: 0;
  }

  .section.banner-testimonials {
    padding-top: 120px;
  }

  .section.our-team-banner {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c5205de7b170e76e1177_c4dc75ea-32cc-446d-8e8d-20bab7b64319.avif");
    background-position: 0 0, 0 0, 50%;
    height: 300px;
    padding-top: 100px;
  }

  .section.dark-background-big-top-gap {
    padding-top: 160px;
  }

  .section.blog {
    padding-top: 100px;
  }

  .section.primary-light-gradient-big-tp {
    padding-top: 160px;
  }

  .section.dark-background-small-pb {
    padding-bottom: 0;
  }

  .section.banner-dark {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 7%;
    right: 0%;
  }

  .top-style-spacing-desktop {
    top: 5%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 30%;
    right: -1%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

  .primary-button.header-button {
    color: var(--white);
  }

  .primary-button.button-top-spacing {
    margin-top: 30px;
  }

  .primary-button.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.full-width-button {
    margin-bottom: 0;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 27%;
    right: -6%;
  }

  .bottom-style-spacing-mobile {
    bottom: 5%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link.white-nav-item-link {
    position: relative;
  }

  .nav-close-icon {
    color: var(--white-50);
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 410px;
  }

  .coming-soon-form {
    flex-direction: column;
    width: 410px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .sidebar-recent-posts {
    margin-top: 30px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright-link.last {
    margin-left: 1px;
  }

  .section-title-wrapper {
    max-width: 420px;
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .services-item.last-child {
    max-width: 100%;
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparing-table-wrapper {
    width: 640px;
  }

  .comparing-table-features-title, .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    padding-top: 440px;
    padding-bottom: 60px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contact-input.input-search, .contact-input.coming-soon, .contact-input.input-search, .contact-input.coming-soon {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .address-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-contacts-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

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

  .footer-contact-info-wrapper {
    align-items: center;
  }

  .primary-button-white.margin-top-button-space {
    margin-top: 30px;
  }

  .about-us-video {
    height: 300px;
  }

  .features-container {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    padding-bottom: 0;
  }

  .tab {
    font-size: 22px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrap {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-team-item {
    width: 48%;
  }

  .search {
    flex-direction: row;
    align-items: center;
  }

  .text-subtitle {
    line-height: 16px;
  }

  .mobile-center {
    text-align: left;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .team-item {
    width: 70%;
  }

  .faq-image {
    height: 320px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .form.margin-top {
    margin-top: 35px;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--dark);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--dark);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 38px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    max-width: 370px;
  }

  .landing-section-heading-white {
    font-size: 32px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-large {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .landing-section-title {
    font-size: 32px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-wrap.landing {
    max-width: 530px;
  }

  .free-trial-text {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .pages-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    grid-row-gap: 0px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-image {
    max-height: 300px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .span-primary {
    display: inline-block;
  }

  .copyright-block {
    flex-direction: column;
  }

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

  .banner-wrap-title.half-section-width, .banner-wrap-description {
    max-width: 100%;
  }

  .serviices-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .serviices-wrapper.home-2 {
    grid-column-gap: 50px;
    grid-column-gap: 50px;
  }

  .text-wrap-half.home-2 {
    max-width: 100%;
  }

  .block-primary-overlay {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .section-title-left {
    margin-left: auto;
  }

  .tabs-block-horizontal.inner-section-gap {
    flex-direction: column;
    margin-top: 30px;
  }

  .tabs-menu-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    min-width: auto;
    margin-bottom: 40px;
  }

  .block-primary-overlay-wrap {
    grid-template-columns: 1fr;
  }

  .home-1-slide {
    width: 100%;
  }

  .blog-post-image-link {
    max-height: 300px;
  }

  .text-width-fixed {
    max-width: 460px;
  }

  .frame {
    width: 280px;
    height: 299px;
  }

  .about-image-absolute {
    left: 12%;
  }

  .about-image-absolute-big {
    width: 230px;
    bottom: -7%;
    right: 12%;
  }

  .left-small-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0 10px 10px 0;
    flex-direction: column;
    overflow: hidden;
  }

  .statistic-wrap {
    padding-left: 60px;
  }

  .flex-content-wrap {
    flex-direction: column;
  }

  .portfolio-column {
    width: 100%;
    max-width: 100%;
  }

  .portfolio-title {
    font-size: 22px;
  }

  .project-collectvion-list, .quote-flex-block {
    flex-direction: column;
  }

  .quote-author-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    left: -20px;
  }

  .quote-circle {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .banner-feature-block.margin-top-inner-gap {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .banner-feature-item.last {
    max-width: 100%;
  }

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

  .tab-home-2-item, .tab-home-2-item.w--current {
    width: 100%;
  }

  .tab-image {
    object-fit: cover;
    height: 350px;
  }

  .client-feedback {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-video {
    height: 300px;
  }

  .services-grid-roofs {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-item-card {
    min-height: 310px;
  }

  .client-feedback-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .client-feedbacks-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .feedback-tab-item {
    text-align: center;
  }

  .statistics-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-grid-block {
    grid-template-columns: 1fr;
  }

  .accordion-wrapper-with-image {
    flex-wrap: wrap;
  }

  .white-text-banner-h1-inner-page {
    font-size: 42px;
  }

  .banner-content-wrapper-service {
    margin-right: 0;
  }

  .banner-wrap-description-service {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blog-collection-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-image-link-item, .blog-post-image-link-small {
    max-height: 300px;
  }

  .margin-top-inner-gap {
    margin-top: 30px;
  }

  .slider-home-3-arrow {
    inset: 87px 90px auto auto;
  }

  .slider-home-3-arrow.right {
    left: auto;
    right: 40px;
  }

  .pricing-wrap {
    overflow: auto;
  }

  .lightbox-small-item {
    width: 100px;
  }

  .portfolio-title-item {
    text-align: center;
  }

  .lightbox-small-image {
    width: 100px;
  }

  .projects-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-item {
    flex-direction: column;
    display: flex;
  }

  .project-collection-item {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .project-gallery-grid {
    grid-template-rows: auto;
  }

  .page-error-h1 {
    font-size: 100px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .banner-text-width {
    max-width: 460px;
  }

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

  .product-item {
    max-width: 100%;
  }

  .checkout-form, .paypal-checkout-form {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .quantity-block-item {
    text-align: left;
    justify-content: flex-start;
  }

  .order-confirmation {
    background-color: var(--white);
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .slider {
    max-height: 300px;
  }

  .slide {
    overflow: hidden;
  }

  .products-collection-list-related {
    grid-template-columns: 1fr;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap, .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .primary-button-white-2.margin-top-button-space {
    margin-top: 30px;
  }

  .white-text-banner-h1-inner-page-2 {
    font-size: 42px;
  }

  .primary-button-2.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button-2.button-top-spacing {
    margin-top: 30px;
  }

  .span-primary-2 {
    display: inline-block;
  }

  .flex-content-wrapper-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .flex-content-wrapper-copy.home-2 {
    grid-column-gap: 50px;
    grid-column-gap: 50px;
  }

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

  .section-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-5 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-7 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .bold-text-3 {
    text-align: left;
    margin-left: 20px;
    display: flex;
  }

  .heading-4 {
    text-align: left;
  }

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

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_input-grey, .combine-form_text-area-grey {
    min-width: 0;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-header1_component {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .section {
    box-shadow: none;
    border: 1px #000;
    border-radius: 0;
    margin: 0;
    padding: 20px 10px 0;
  }

  .section.banner-dark {
    margin: 0;
  }

  .section.banner {
    background-image: url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757acae3c14490dd653c2b2_c0ea07c2-08d6-470d-a82d-148ea9676769.avif");
    background-position: 50%;
    background-repeat: repeat;
    justify-content: center;
    align-items: center;
  }

  .section.dark-background-large-padding {
    padding-bottom: 530px;
  }

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

  .section.home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67b7823e3e3561a4c92aab21_Garage%20door%20services%20near%20me.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.relative-section {
    padding-bottom: 10px;
  }

  .section.home-3-banner {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/67579c4a5dae1302dd0337ea_Rectangle%204271.webp");
    background-position: 0 0, 100% 0;
  }

  .section.dark-background-section {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section.our-team-banner {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6757c5205de7b170e76e1177_c4dc75ea-32cc-446d-8e8d-20bab7b64319.avif");
    background-position: 0 0, 0 0, 50%;
  }

  .section.dark-background-big-top-gap {
    margin-top: 0;
    padding-top: 20px;
  }

  .section.blog {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67579c4a5dae1302dd03364b/6889dec676f90f2df20cb4ab_101%20garage%20door%20abut%20Our%20Blog.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .base-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 1%;
    right: -1%;
  }

  .top-style-spacing-desktop {
    top: -1%;
  }

  .middle-style-spacing-desktop {
    top: 25%;
    right: -1%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    text-align: left;
    margin-bottom: 10px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
    margin-top: 30px;
  }

  .primary-button.button-top-gap, .primary-button.full-width-mobile {
    margin-top: 30px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.button-top-spacing {
    text-align: center;
    margin-top: 20px;
    margin-left: 5px;
  }

  .primary-button.top-spacing-button-small {
    margin-top: 20px;
  }

  .primary-button.full-width-mobile {
    margin-top: 0;
  }

  .primary-button.button-top-gap {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: -2%;
  }

  .middlr-style-spacing-mobile {
    top: 21%;
  }

  .bottom-style-spacing-mobile {
    bottom: -1%;
  }

  .nav-menu {
    display: flex;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.white-nav-item-link {
    text-align: left;
    object-fit: scale-down;
    text-align: left;
    object-fit: scale-down;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    align-self: baseline;
    width: auto;
    max-width: 0%;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

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

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.5em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.5em;
  }

  .section-title-wrapper {
    margin-bottom: 0;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .services-item {
    box-shadow: inset 0 5px 5px 0 var(--paragraph-gray);
  }

  .pricing-plan-item {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .pricing-plan-item.main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-item.last {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    text-align: left;
    font-size: 27px;
  }

  .comparing-table-wrapper {
    width: 1060px;
  }

  .workflow-video-wrapper {
    height: 300px;
  }

  .workflow-title-wrapper {
    padding-top: 340px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .paragraph-no-margin {
    text-align: left;
  }

  .contact-input {
    width: 100%;
  }

  .contact-form-wrapper {
    min-width: auto;
    padding: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
  }

  .white-text.margin-top-spacing {
    text-align: left;
    text-align: left;
  }

  .footer-contacts-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .primary-button-white.margin-top-button-space {
    text-align: left;
    text-align: left;
    margin-left: 5px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .project-template-info-wrap {
    border-bottom: 1px solid var(--white-50);
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .project-template-info-wrap.center {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .tab, .tab.w--current {
    padding-right: 0;
  }

  .section-title-center {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-team-item {
    width: 100%;
  }

  .search {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-wrap {
    flex-flow: column;
  }

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

  .team-item {
    width: 100%;
  }

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

  .faq-image {
    height: 330px;
  }

  .tablet-menu {
    flex-flow: column;
  }

  .image-burger {
    display: inline-block;
  }

  .brand-tablet {
    text-align: left;
    padding-left: 0;
    display: block;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-section-heading-white {
    font-size: 32px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .free-trial-text {
    font-size: 32px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .shop-details-image {
    min-height: 300px;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 17px;
  }

  .white {
    color: var(--white);
    text-align: left;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .white.margin-top-small-gap {
    color: var(--white);
    display: block;
  }

  .white.margin-top-small-space {
    text-align: left;
  }

  .white.magin-testimonials {
    min-width: 20px;
  }

  .white.center {
    margin-bottom: 0;
  }

  .footer-copy-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

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

  .banner-content-wrapper {
    margin-left: auto;
  }

  .header-subtitle.subtitle-white {
    text-align: left;
    text-align: left;
    max-width: 200px;
    font-size: 14px;
  }

  .banner-wrap-title.half-section-width {
    text-align: center;
    text-align: center;
  }

  .banner-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .serviices-wrapper {
    grid-column-gap: 40px;
  }

  .serviices-wrapper.home-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    padding-top: 20px;
    display: flex;
  }

  .serviices-wrapper.form-section {
    padding-top: 0;
  }

  .serviices-wrapper.full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .margin-top-inner-text-block {
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 10px;
    text-decoration: none;
    display: inline;
    position: static;
  }

  .margin-top-inner-text-block.list-white-second {
    margin-top: 0;
  }

  .text-wrap-half, .text-wrap-half.center-aligment {
    max-width: 100%;
  }

  .text-wrap-half.center-aligment {
    max-width: 100%;
  }

  .text-wrap-half.home-2 {
    flex-flow: column;
    flex: none;
    order: -1;
    align-self: auto;
    margin-top: auto;
    margin-left: auto;
    display: flex;
  }

  .text-wrap-home-2 {
    max-width: 100%;
  }

  .services-features-wrap-inner {
    flex-direction: column;
  }

  .column-two.margin-top-50px {
    margin-top: 0;
  }

  .white-text-banner.max-width-tablet {
    text-align: left;
    text-align: left;
  }

  .rounded-corner.fixed-height {
    object-fit: cover;
    object-fit: cover;
    height: 350px;
  }

  .block-primary-overlay {
    border-radius: 0;
    max-width: 360px;
    margin: auto auto 20px;
    padding: 20px;
  }

  .statistic-number {
    font-size: 40px;
  }

  .dark.margin-top-spacing {
    margin-top: 15px;
  }

  .tabs-menu-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 30px;
  }

  .team-member-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .title-slider {
    max-width: 70%;
  }

  .margin-top-small-gap {
    margin-top: 15px;
  }

  .frame {
    width: 230px;
    height: 300px;
  }

  .about-image-absolute {
    width: 130px;
    height: 130px;
    bottom: 59%;
    left: 0%;
  }

  .about-image-absolute-big {
    width: 210px;
    height: 280px;
    margin-bottom: 0;
    font-weight: 600;
    bottom: -4%;
    right: 0%;
  }

  .circle-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .left-small-block {
    width: 94%;
  }

  .statistic-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 40px 20px;
  }

  .statistic-item.center {
    text-align: center;
    text-align: center;
  }

  .statistic-item-number {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .quote-flex-block {
    flex-direction: column;
  }

  .home-2-quote {
    padding-bottom: 0;
    font-size: 24px;
  }

  .statistic-icon {
    width: 30px;
  }

  .banner-feature-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-item-home-3 {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    margin-top: 20px;
  }

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

  .tab-image {
    object-fit: cover;
    height: 350px;
  }

  .inputs-row {
    grid-template-columns: 1fr;
  }

  .text-wrap-fixed-width {
    max-width: 100%;
  }

  .margin-bottom-subheading {
    margin-bottom: 10px;
  }

  .client-feedback {
    padding: 30px 20px;
  }

  .about-video {
    width: 100%;
  }

  .text-wrap-about {
    max-width: 100%;
  }

  .fixed-size-text {
    min-width: auto;
  }

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

  .services-grid-roofs {
    background-color: var(--white);
    grid-template-columns: 1fr;
  }

  .testimonials-item-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 95% 95%;
    flex-direction: column;
    padding: 40px 20px;
  }

  .author-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-author-image {
    width: 80px;
    height: 120px;
  }

  .client-feedback-tab {
    padding: 30px 20px;
  }

  .client-feedbacks-tabs {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .team-card-item {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrapper-contact-page {
    min-width: auto;
    padding: 20px 20px 30px;
  }

  .office-image {
    display: block;
  }

  .address-info {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-collection-list-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-text-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-image {
    text-align: left;
    max-height: none;
    text-decoration: none;
  }

  .card-wrap-stage {
    max-width: 100%;
  }

  .column-two-gap.margin-top-block-space {
    margin-top: 0;
  }

  .row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .white-text-banner-h1-inner-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-content-wrapper-service {
    flex-direction: column-reverse;
  }

  .service-inner-dark-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .posts-blog-categories {
    margin-bottom: 30px;
  }

  .colection-blog-item-sidebar {
    padding-bottom: 20px;
  }

  .vertical-flex.social-media {
    flex-direction: column;
  }

  .center-title-wrapper {
    text-align: center;
  }

  .slider-home-3-arrow {
    top: 81px;
  }

  .collection-portfolio-item, .collection-portfolio-item.image-right, .collection-portfolio-item.image-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-image {
    height: 250px;
  }

  .lightbox-small-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-small-item, .lightbox-small-image {
    width: 100%;
  }

  .project-banner-img {
    height: 300px;
  }

  .banner-content-wrapper-blog {
    flex-direction: column-reverse;
  }

  .image-overlay {
    max-height: 360px;
  }

  .project-gallery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .column-two-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column-two-gallery.margin-top-medium-gap {
    margin-top: 30px;
  }

  .column-one-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-text-wrap-home-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .product-text-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-price {
    left: 20px;
  }

  .block-header {
    flex-direction: column;
  }

  .billing-address-toggle.small-top-gap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .quantity-block-item {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .slider, .slide {
    max-height: 300px;
  }

  .primary-button-2.top-spacing-button-small, .primary-button-2.button-top-spacing, .primary-button-2.top-spacing-button-small, .primary-button-2.button-top-spacing {
    margin-top: 20px;
  }

  .card-wrap-stage-2 {
    max-width: 100%;
  }

  .service-inner-dark-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-content-wrapper-copy {
    grid-column-gap: 40px;
  }

  .flex-content-wrapper-copy.home-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .flex-content-wrapper-copy.full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .map-12 {
    border-radius: 12px;
    margin-top: 10px;
  }

  .div-block-4 {
    clear: none;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
    position: static;
  }

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

  .code-embed-2, .container-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 0;
  }

  .landing {
    box-sizing: border-box;
    float: none;
    clear: none;
    text-overflow: clip;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    position: static;
    overflow: visible;
  }

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

  .div-block-6 {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-4 {
    margin-top: 10px;
    padding-top: 20px;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-grid-03 {
    grid-template-columns: 1fr;
  }

  .all-body {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    box-sizing: border-box;
    overflow-wrap: normal;
    object-fit: fill;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cell-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-10 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .bold-text-3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-4 {
    margin-left: 10px;
    display: block;
  }

  .button-5 {
    z-index: 0;
    display: block;
    position: sticky;
    bottom: 0;
  }

  .bold-text-3-copy {
    text-align: left;
    margin-left: auto;
    display: block;
  }

  .button-6 {
    margin-right: 40px;
  }

  .slide-6 {
    vertical-align: baseline;
  }

  .dropdown {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: column;
    align-items: flex-start;
    max-width: 80%;
    display: flex;
    position: static;
  }

  .bold-text-4 {
    display: block;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-8 {
    flex-flow: column;
  }

  .div-block-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-7 {
    margin-bottom: 10px;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button {
    background-color: var(--primary);
    color: var(--text-dark);
  }

  .combine-contact1_component {
    padding: 2rem 1rem;
  }

  .cell-9 {
    display: flex;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-22 {
    opacity: 1;
    outline-color: var(--text-dark);
    outline-offset: 0px;
    color: var(--primary);
    outline-width: 3px;
    outline-style: none;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

#w-node-fd04f91a-f544-086d-083b-509e3ce22f1b-3ce22f1a, #w-node-fd04f91a-f544-086d-083b-509e3ce22f3f-3ce22f1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49811963-dd70-17f1-ce86-e5c13e3686b0-3e3686b0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85a403b6-728e-3401-b6b9-1b5d9d5e5b5b-9d5e5b5b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2c44f56-719e-a4ba-11f7-9bafa7914637-a7914628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_49811963-dd70-17f1-ce86-e5c13e3686b0-3e3686b0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2c44f56-719e-a4ba-11f7-9bafa7914637-a7914628 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49811963-dd70-17f1-ce86-e5c13e3686b0-3e3686b0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85a403b6-728e-3401-b6b9-1b5d9d5e5b5b-9d5e5b5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2c44f56-719e-a4ba-11f7-9bafa7914637-a7914628 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49811963-dd70-17f1-ce86-e5c13e3686b0-3e3686b0 {
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_49811963-dd70-17f1-ce86-e5c13e3686b1-3e3686b0, #w-node-_49811963-dd70-17f1-ce86-e5c13e3686cc-3e3686b0 {
    order: 0;
  }

  #w-node-_85a403b6-728e-3401-b6b9-1b5d9d5e5b5b-9d5e5b5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_85a403b6-728e-3401-b6b9-1b5d9d5e5b66-9d5e5b5b {
    order: 9999;
    grid-row: span 3 / span 3;
  }
}
