:root {
  --_colors---white-0: #fff;
  --_colors---red-seo: #b10c12;
  --_colors---black-primary: #1d1e27;
  --_fonts---global-font: Figtree, sans-serif;
  --_colors---white-1: #edf2f4;
  --_fonts---paragraph-font: Montserrat, sans-serif;
  --_fonts---small-font: 18px;
  --radiant-ui-components-library-marketplace--color--white: white;
  --_colors---gray: #4b4e53;
  --height-24-font18px: 24px;
  --_fonts---mid-font: 32px;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --_colors---red-primary: red;
  --_colors---red-secondary: #c80018;
  --_fonts---big-font: 48px;
  --_colors---logo-red: #f31c24;
  --_colors---gray-light: #f8f8f8;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

@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 {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.columns {
  flex: 1;
}

.column {
  background-color: #d12626;
}

.column-2 {
  background-color: #331515;
}

.columns-1 {
  background-color: #bd0000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
}

.columns-50-50 {
  background-image: url('../images/ryunosuke-kikuno-Mu9uo42SXEY-unsplash.avif');
  background-position: 50%;
  background-size: cover;
  height: 95vh;
}

.columns-2 {
  background-color: #916767;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
}

.navbar-no-shadow {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_colors---white-0);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px #0003;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  flex: 1;
  width: 100%;
  max-width: 2480px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--_colors---red-seo);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--_colors---black-primary);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.buttonpadding {
  text-transform: capitalize;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
}

.hero-section {
  background-image: url('../images/HomeIMGQ_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
}

.body {
  font-family: var(--_fonts---global-font);
  color: var(--_colors---black-primary);
  overflow: visible;
}

.container {
  background-color: #202020;
  border-radius: 48px;
  flex: 1;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  font-size: 3rem;
  line-height: 4rem;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.heading {
  color: var(--_colors---white-1);
  letter-spacing: -1px;
  width: auto;
  margin-bottom: 48px;
  font-size: 64px;
  line-height: 72px;
}

.paragraph {
  font-family: var(--_fonts---paragraph-font);
  color: var(--_colors---white-1);
  font-size: var(--_fonts---small-font);
  width: 100%;
  line-height: 23px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 93%;
  padding-left: 0;
  display: flex;
}

.button {
  background-color: var(--_colors---white-1);
  color: var(--_colors---black-primary);
  font-size: var(--_fonts---small-font);
  text-align: center;
  margin-top: 24px;
  margin-right: 12px;
  padding: 16px 32px;
  font-weight: 600;
  transition: color .5s, background-color .5s;
}

.button:hover {
  background-color: var(--_colors---black-primary);
  color: var(--_colors---white-1);
}

.button.buttongetquote {
  background-color: var(--_colors---red-seo);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}

.button.bootonbookinspection {
  background-color: var(--_colors---black-primary);
  color: var(--_colors---white-0);
  margin-left: 0;
  margin-right: 0;
}

.button.bootonbookinspection:hover {
  background-color: var(--_colors---white-1);
  color: var(--_colors---black-primary);
}

.cell {
  background-color: #000c;
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.intro-section {
  justify-content: center;
  align-items: center;
  margin-top: -132px;
  display: flex;
}

.intro-container {
  max-width: 1410px;
  margin: 48px;
  padding: 0;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
  display: flex;
}

.text-block-2 {
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-2.textaboutbuttons {
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-2.textpaddingzero {
  text-align: center;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 0;
}

.intro-cell {
  background-color: var(--_colors---white-0);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  transition: opacity .2s;
  box-shadow: 0 5px 15px #0003;
}

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

.text-block-3 {
  color: var(--_colors---gray);
  font-size: var(--_fonts---small-font);
  line-height: var(--height-24-font18px);
  padding-bottom: 12px;
}

.text-block-3.textcenter {
  text-align: center;
  padding-top: 12px;
}

.text-block-3.text75 {
  color: var(--_colors---white-1);
  text-align: center;
  width: 75%;
  font-weight: 600;
}

.text-block-3.textpadding {
  padding-top: 12px;
  padding-bottom: 24px;
}

.img, .img-2 {
  width: 70px;
  height: 70px;
}

.img-2.imgsmall {
  width: 50px;
  height: 50px;
}

.img-3 {
  width: 70px;
  height: 70px;
}

.container-about-us {
  max-width: 1410px;
  padding-top: 78px;
  padding-bottom: 32px;
}

.cell-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  flex-flow: column;
  flex: 1;
  margin-top: -42px;
  display: flex;
}

.div-block-5 {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/ChatGPT-Image-May-26-2025-09_04_17-PM_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 140px;
  flex-flow: column;
  flex: 1;
  height: 530px;
  margin: 12px;
  display: flex;
  box-shadow: 0 5px 15px #0003;
}

.divblockstandard {
  padding-bottom: 0;
  display: flex;
}

.text-block-4 {
  font-family: var(--_fonts---global-font);
  text-transform: uppercase;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}

.text-block-5 {
  color: var(--_colors---black-primary);
  font-size: var(--_fonts---mid-font);
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-5.redtext {
  color: var(--_colors---red-seo);
}

.img-4 {
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-right: 24px;
}

.text-block-6 {
  font-size: var(--_fonts---small-font);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
}

.image {
  border-top-left-radius: 140px;
}

.div-block-6 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/zachary-keimig-Wzub0VR4OHU-unsplash-1_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top-left-radius: 140px;
  height: 480px;
  margin: 12px;
  box-shadow: 0 5px 15px #0003;
}

.div-block-7 {
  background-color: var(--_colors---black-primary);
  flex-flow: column;
  margin: 12px;
  padding: 24px;
  display: flex;
}

.textboldmega {
  color: var(--_colors---white-1);
  text-align: center;
  font-size: 72px;
  line-height: 90px;
}

.text-block-7 {
  color: var(--_colors---white-1);
  font-size: var(--_fonts---small-font);
  text-align: center;
}

.div-block-8 {
  flex-flow: column;
  margin-bottom: 68px;
  margin-left: -78px;
  padding-left: 0;
  display: flex;
  position: static;
  top: 1256px;
  left: 59px;
}

.divbuttonsaboutus {
  background-color: var(--_colors---white-0);
  flex-flow: row;
  max-width: none;
  margin: 6px;
  padding: 8px;
  display: flex;
  box-shadow: 0 5px 15px #0003;
}

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

.text-block-8 {
  font-size: var(--_fonts---small-font);
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.div-block-10, .div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.img-5 {
  width: 70px;
  padding: 12px;
}

.button-2 {
  background-color: var(--_colors---white-0);
  box-shadow: none;
  color: var(--_colors---black-primary);
  text-align: center;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: var(--_colors---black-primary);
  color: var(--_colors---white-1);
}

.img-6 {
  width: 40px;
  height: 40px;
  margin-left: 24px;
  margin-right: 24px;
  padding-right: 0;
}

.div-block-13 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.services-section {
  height: auto;
  padding-top: 68px;
  padding-bottom: 68px;
  overflow: visible;
}

.gallery-slider {
  background-color: #0000;
  border: 0 #000;
  margin-right: 24px;
  padding: 80px 30px;
  position: relative;
  top: auto;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 24px;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  display: block;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  background-color: #0000;
  position: relative;
}

.gallery-image {
  -webkit-text-fill-color: inherit;
  background-color: #0000001f;
  background-clip: border-box;
  width: 100%;
  height: 550px;
}

.gallery-slide-text {
  color: #f5f7fa;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000 83%);
  margin-bottom: 0;
  padding: 32px 24px 24px;
  font-weight: 800;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-2 {
  font-size: var(--_fonts---mid-font);
  line-height: 42px;
}

.why-choose-us-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.container-3 {
  max-width: 1410px;
}

.div-block-14 {
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  width: 100%;
  margin-top: 32px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.div-block-16 {
  flex-flow: column;
  display: flex;
  position: static;
  top: 100px;
}

.div-block-16.ctadiv {
  justify-content: center;
  align-items: center;
}

.div-block-16.divpadding {
  margin-bottom: 48px;
  position: static;
}

.div-block-16.divpadding.divstatictop {
  position: sticky;
}

.div-block-17 {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 12px;
  padding: 32px;
  display: flex;
  box-shadow: 0 5px 10px #00000026;
}

.cell-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.div-block-18.imgdiv01 {
  background-image: url('../images/Roofing-Services_2.avif');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 200px;
  margin: 6px;
}

.div-block-18.imgdiv01.imgabout {
  background-image: url('../images/zachary-keimig-Wzub0VR4OHU-unsplash-1_1.avif');
  border-top-left-radius: 200px;
  border-bottom-left-radius: 0;
}

.div-block-18.imgdiv02 {
  background-image: url('../images/drone-roof-inspection-1_1.avif');
  background-size: cover;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 0;
  margin: 6px;
}

.div-block-18.imgdiv02.imgabout1 {
  background-image: url('../images/ChatGPT-Image-May-26-2025-09_04_17-PM_1.avif');
  background-position: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 200px;
}

.div-block-19 {
  background-color: var(--_colors---black-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-9 {
  color: var(--_colors---white-0);
  padding: 0;
  font-size: 32px;
  line-height: 40px;
}

.text-block-10 {
  color: var(--_colors---white-0);
  font-size: 24px;
  line-height: 32px;
}

.div-block-20, .div-block-21 {
  width: 100%;
}

.div-block-22 {
  background-color: var(--_colors---black-primary);
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-23 {
  background-color: var(--_colors---black-primary);
  position: absolute;
  inset: auto;
}

.div-block-24 {
  background-color: var(--_colors---black-primary);
  padding: 23px;
  position: static;
  bottom: -176px;
  left: -304px;
}

.text-block-11 {
  color: var(--_colors---white-1);
  font-size: 48px;
}

.div-block-25 {
  background-image: url('../images/img01_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 100%;
  margin: 6px;
  padding: 0;
}

.div-block-26 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/zachary-keimig-Wzub0VR4OHU-unsplash-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 200px;
  width: 100%;
  height: 75%;
  margin: 0;
  padding: 0;
  display: flex;
}

.div-block-28 {
  background-color: var(--_colors---black-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  margin-top: 6px;
  padding: 6px;
  display: flex;
}

.text-block-12 {
  color: var(--_colors---white-0);
  font-size: 48px;
  line-height: 50px;
}

.text-block-13 {
  color: var(--_colors---white-0);
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-14 {
  color: var(--_colors---white-0);
}

.text-block-15 {
  color: var(--_colors---white-1);
}

.text-span, .text-span-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-size: 18px;
  font-weight: 400;
}

.numbers-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 48px;
  padding-bottom: 200px;
  display: flex;
  overflow: visible;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1410px;
  height: auto;
  display: flex;
}

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

.cell-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block-30 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: -207px;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-32 {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 12px;
  padding: 24px;
  display: flex;
  box-shadow: 0 3px 7px #0003;
}

.text-block-16 {
  color: var(--_colors---red-seo);
  font-size: 42px;
  font-weight: 800;
  line-height: 80px;
}

.text-block-17 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.img-7 {
  width: 50px;
  height: 50px;
}

.cell-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-7.cell-7-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.latest-projects-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-5 {
  flex-flow: column;
  width: 100%;
  max-width: 1410px;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

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

.testimonials-section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/76bc62b6-5f78-4d85-96ca-1a5c286cbc2b_1.avif');
  background-position: 0 100%;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 7px;
}

.div-block-34 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 580px;
  margin: 6px;
}

.div-block-34.imgproject2 {
  background-image: url('../images/Img_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 200px;
  height: 600px;
}

.div-block-34.imgproject1 {
  background-image: url('../images/New-roof_1.avif');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 0;
  height: 600px;
  margin-bottom: 205px;
  position: static;
  top: 75px;
}

.container-7 {
  flex-flow: column;
  max-width: 1410px;
  display: flex;
}

.rt-category-cards-text {
  font-family: var(--_fonts---global-font);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 24px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-all-reviews-home {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 0 10px 80px #ffebebcc;
}

.rt-home-review-main-block {
  padding-bottom: 50px;
  overflow: visible;
}

.rt-profile-image-block-home {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 4px 25px #00000014;
}

.rt-home-review-para {
  max-width: 665px;
  margin-bottom: 35px;
  padding-bottom: 27px;
}

.rt-reviews-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-job-role {
  font-family: var(--_fonts---global-font);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
}

.rt-quotes-icon {
  width: 50px;
  height: 50px;
}

.rt-people-name-and-image {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  box-shadow: 5px 4px 60px #0000000f;
}

.rt-body-font-color {
  font-family: var(--_fonts---paragraph-font);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 18px;
  transition: color .35s;
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 1410px;
  padding: 48px 0;
  display: flex;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-footer-v-three {
  padding: 70px 0 0;
}

.rt-service-one-scroll-bg-wrapper {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  border-radius: 10px;
  padding: 150px 15px 128px;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-sub-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading {
  text-align: center;
}

.rt-hero-sub-heading.rt-header-font.rt-home-three-section-eight-subheading.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-home-three-scroll-subheading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 4px;
}

.rt-home-three-section-eight-line {
  background-color: #fff;
  width: 74px;
  height: 1px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-home-three-section-eight-heading {
  color: #fff;
  text-align: center;
  max-width: 600px;
}

.rt-home-three-cta-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.rt-home-three-scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.quick-stack-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/ryunosuke-kikuno-Mu9uo42SXEY-unsplash.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  border-radius: 4px;
  width: 70%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 48px 48px 58px;
  box-shadow: 0 2px 12px #0003;
}

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

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-footer-one-main-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.rt-cloudy-grey {
  color: #5a5a5a;
}

.rt-cloudy-grey.rt-change-size {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-footer-two-block-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.rt-footer-two-block-flex.rt-underline-off, .rt-text-decoration-none {
  text-decoration: none;
}

.rt-footer-three-block-two {
  flex: 1;
  max-width: 261px;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-right-block {
  grid-column-gap: 92px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-footer-one-bottom-text-block {
  color: #dadadb;
  text-align: center;
  letter-spacing: -.01rem;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1.125rem;
  line-height: 2rem;
}

.rt-footer-one-bottom-text-block.rt-footer-two-bottom-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding: 12px 15px;
  font-size: 16px;
}

.rt-old-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-old-btn-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-footer-two-contact-no {
  font-size: 16px;
}

.rt-footer-three-block-three {
  flex: 1;
  max-width: 216px;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-block-four {
  flex-flow: column;
  flex: 1;
  max-width: 160px;
  padding-left: 20px;
  display: flex;
}

.rt-new-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 400;
}

.rt-new-btn-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn.rt-padding-zero {
  padding: 0;
}

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-all-btn.rt-bg-crimson {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-all-btn.rt-bg-crimson.rt-btn-shadow.rt-btn-with-two {
  width: 100%;
  max-width: 189px;
}

.rt-footer-three-top-container {
  max-width: 1290px;
  padding-bottom: 90px;
  position: relative;
}

.rt-footer-three-block-one {
  flex: 0 19%;
  font-size: 18px;
  line-height: 28px;
}

.rt-footer-three-grid {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.rt-padding-top-twenty-five {
  padding-top: 25px;
}

.rt-footer-two-block-btn-flex {
  display: flex;
}

.rt-footer-two-block-btn-flex.rt-padding-bottom-thirty-five {
  margin-bottom: 35px;
}

.rt-footer-one-icons-block {
  margin-top: 7px;
}

.rt-footer-one-icons-block.rt-footer-two-icons-block {
  margin-top: 0;
}

.rt-footer-two-title-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-footer-three-btn-flex {
  display: flex;
}

.rt-footer-three-bottom-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-footer-one-bottom-text-link {
  color: #fff;
  font-weight: 500;
}

.rt-footer-one-bottom-text-link.rt-underline-off {
  text-decoration: none;
}

.rt-all-btn-block {
  height: 24px;
  line-height: 25px;
  overflow: hidden;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-text-normal {
  font-weight: 400;
}

.rt-learn-more-arrow {
  margin-top: 4px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
  letter-spacing: -.7px;
}

.footer-copyright.designedby {
  color: #000;
  letter-spacing: 0;
  font-weight: 300;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.text-block-18 {
  padding-top: 20px;
}

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

.text-block-19 {
  color: var(--_colors---black-primary);
  padding-top: 32px;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.img-8 {
  width: 20px;
}

.text-block-20 {
  padding-left: 12px;
}

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

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-overflow-hidden.rt-carousel-v-two {
  padding-bottom: 100px;
}

.rt-overflow-hidden {
  overflow: hidden;
}

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

.rt-auto-fit-11 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-pricing-round {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -15% 10%;
  box-shadow: 0 2px 50px #dedede40;
}

.rt-home-two-pricing-main-container {
  display: flex;
}

.rt-home-two-pricing-main-wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-two-pricing-item {
  cursor: pointer;
  flex: none;
  padding-right: 100px;
  position: relative;
}

.rt-home-two-pricing-item.rt-margin-top {
  margin-top: 100px;
}

.rt-text-semibold {
  font-weight: 600;
}

.rt-text-semibold.rt-text-white {
  color: #fff;
}

.rt-text-semibold.rt-text-white.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-feautures-card-overlay {
  background-color: #16232b;
  height: 18%;
  position: absolute;
  inset: auto 0% -4%;
  transform: skew(0deg, 4deg);
}

.rt-feautures-card-overlay.rt-card-black-overlay {
  z-index: 2;
}

.rt-feautures-card-overlay.rt-card-orange-overlay {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  bottom: -3%;
}

.rt-features-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.rt-features-cards {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 408px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-features-information {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-small-arrow-icon {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.rt-home-one-features-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rt-marquee-train-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.cell-10 {
  background-image: url('../images/485754598_1075298911282189_6412723778390613486_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-6 {
  flex: 1;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 48px;
}

.cell-11 {
  background-image: url('../images/Roofing-Services.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-12 {
  background-image: url('../images/485838914_1075374444607969_6015612301876511016_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.cell-13 {
  background-image: url('../images/Roofing-Services-1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-36 {
  flex-flow: row;
  width: 220%;
  height: 500px;
  margin-top: 42px;
  margin-bottom: 142px;
  display: flex;
}

.div-block-37 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  margin: 8px;
}

.div-block-37._37-1 {
  background-image: url('../images/485379652_1072683781543702_5074488450959288552_n_1.avif');
  background-size: cover;
}

.div-block-37._37-2 {
  background-image: url('../images/486790613_1079588300853250_4666322282110294773_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
  bottom: -48px;
}

.div-block-37._37-3 {
  background-image: url('../images/Roofing-Services_2.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-37._37-4 {
  background-image: url('../images/485838914_1075374444607969_6015612301876511016_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: auto;
  bottom: -48px;
}

.div-block-37._37-5 {
  background-image: url('../images/Roofing-Services.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-37._37-6 {
  background-image: url('../images/485754598_1075298911282189_6412723778390613486_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
  bottom: -48px;
}

.div-block-37._37-7 {
  background-image: url('../images/487681865_1080110650801015_1666517701926637550_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-37._37-8 {
  background-image: url('../images/487376183_1079954520816628_2965056299521896414_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
  bottom: -48px;
}

.div-block-38 {
  width: 100%;
  overflow: hidden;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-margin-bottom-thirty-3 {
  font-family: var(--_fonts---global-font);
}

.rt-category-cards-text-2.rt-text-lowarcase {
  text-transform: lowercase;
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue-2 {
  color: #384bf8;
}

.rt-sub-heading.rt-text-blue-2.rt-about-one-hero-about-title {
  font-family: var(--_fonts---global-font);
  color: var(--_colors---black-primary);
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-text-black {
  font-family: var(--_fonts---global-font);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: var(--_fonts---mid-font);
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 257px;
  margin-bottom: 18px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-para {
  font-family: var(--_fonts---global-font);
  font-size: var(--_fonts---small-font);
  max-width: 566px;
  margin-bottom: 50px;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 33px;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rt-info-icon {
  width: 30px;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 43px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 78%;
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

.rt-info-details.rt-align {
  font-family: var(--_fonts---global-font);
}

.rt-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-form {
  background-image: url('../images/zachary-keimig-Wzub0VR4OHU-unsplash-1_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 70px 20px 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #ffe5e5cc;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  background-color: var(--_colors---red-seo);
  font-family: var(--_fonts---global-font);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

.rt-contact-icons {
  width: 100%;
}

.rt-call {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.body-2 {
  font-family: var(--_fonts---global-font);
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 500px;
  margin-top: 48px;
  margin-bottom: 68px;
  display: none;
}

.slide {
  background-image: url('../images/Roofing-Services_2.avif');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 570px;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

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

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

.slide-5 {
  background-image: url('../images/487681865_1080110650801015_1666517701926637550_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/486850998_1080110540801026_3947559933699817493_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/485754598_1075298911282189_6412723778390613486_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/486790613_1079588300853250_4666322282110294773_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/485379652_1072683781543702_5074488450959288552_n_1.avif');
  background-position: 50%;
  background-size: cover;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.bold-text-3 {
  color: var(--_colors---black-primary);
  font-weight: 400;
}

.container-11 {
  max-width: 1410px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-21 {
  font-family: var(--_fonts---paragraph-font);
  text-align: left;
  font-size: 16px;
}

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

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-right: 12px;
  padding-right: 0;
}

.checkbox-label {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.link-2 {
  color: var(--_colors---black-primary);
}

.list-item, .list-item-2 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .rt-footer-two-block-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .rt-footer-one-icons-block.rt-footer-two-icons-block {
    margin-top: 2px;
  }

  .rt-contact-one-information-box {
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .rt-home-review-main-block {
    background-position: 59% 95%;
  }

  .rt-home-two-pricing-round {
    left: 20%;
  }

  .rt-contact-form-text {
    width: 78%;
  }
}

@media screen and (max-width: 991px) {
  .columns-1 {
    height: 95vh;
  }

  .columns-50-50 {
    height: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-section {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
    padding: 64px;
  }

  .quick-stack {
    height: auto;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .intro-section {
    height: auto;
    margin-top: 0;
  }

  .cell-4 {
    padding-top: 100px;
    padding-left: 0;
  }

  .div-block-8 {
    top: 1594px;
    left: 42px;
  }

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

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-block {
    margin-right: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .div-block-18.imgdiv01, .div-block-18.imgdiv02 {
    height: 650px;
  }

  .latest-projects-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .div-block-34.imgproject1 {
    margin-bottom: 6px;
    position: relative;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
    padding-bottom: 0;
  }

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

  .rt-reviews {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-one-scroll-bg-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-home-three-scroll-subheading-wrapper {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .rt-home-three-section-eight-heading, .rt-footer-three-block-two {
    max-width: 100%;
  }

  .rt-footer-three-right-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-footer-three-block-three {
    max-width: 100%;
  }

  .rt-footer-three-block-four {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-footer-three-top-container {
    padding-bottom: 50px;
  }

  .rt-footer-three-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .rt-auto-fit-11.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-two-pricing-round {
    bottom: 0%;
  }

  .rt-home-two-pricing-main-container {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .rt-home-two-pricing-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .rt-home-two-pricing-item {
    padding-right: 0;
  }

  .rt-home-two-pricing-item.rt-margin-top {
    margin-top: 0;
  }

  .div-block-36 {
    width: 300%;
  }

  .div-block-38 {
    min-width: 768px;
    max-width: 990px;
    display: none;
  }

  .rt-category-cards-text-2.rt-text-lowarcase {
    font-size: 15px;
  }

  .rt-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-contact-form-text {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-form-icon {
    display: none;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .div-block-39 {
    width: 380px;
    display: flex;
  }

  .quick-stack-7 {
    margin-bottom: 121px;
  }
}

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

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .heading, .paragraph {
    text-align: left;
  }

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

  .quick-stack {
    height: auto;
  }

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

  .div-block-8 {
    top: 1770px;
    left: 8px;
    right: 8px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .rt-home-review-para {
    max-width: 510px;
  }

  .rt-home-three-scroll-subheading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-5 {
    width: 90%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .rt-auto-fit-11.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-home-two-pricing-main-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-two-pricing-item {
    width: 100%;
    padding-right: 0;
  }

  .rt-feautures-card-overlay {
    height: 20%;
    bottom: -6%;
  }

  .rt-feautures-card-overlay.rt-card-orange-overlay {
    bottom: -5%;
  }

  .rt-features-cards {
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    max-width: none;
  }

  .rt-features-image {
    width: 100%;
  }

  .rt-features-information {
    padding-bottom: 10px;
  }

  .rt-marquee-train-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
  }

  .div-block-36 {
    width: 387%;
  }

  .div-block-38 {
    min-width: 480px;
    max-width: 765px;
  }

  .rt-sub-heading.rt-text-blue-2.rt-about-one-hero-about-title, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-form-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    text-align: left;
    font-size: 56px;
    line-height: 60px;
  }

  .div-block {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button.bootonbookinspection {
    margin-top: 12px;
  }

  .cell {
    padding: 12px;
  }

  .intro-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .intro-container {
    width: 100%;
    margin: 12px;
  }

  .quick-stack-2 {
    padding: 0;
  }

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

  .text-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-3.text75.text100 {
    width: 100%;
  }

  .img, .img-2, .img-3 {
    width: 50px;
    height: 50px;
  }

  .abaut-us-section {
    height: auto;
  }

  .container-about-us {
    padding-top: 0;
  }

  .div-block-5 {
    margin: 2px;
  }

  .divblockstandard {
    padding-top: 8px;
  }

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

  .text-block-5.textgallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-4 {
    margin-bottom: 4px;
    margin-right: 8px;
  }

  .text-block-6 {
    padding-bottom: 12px;
  }

  .cell-4 {
    padding-top: 205px;
    padding-left: 0;
  }

  .div-block-6, .div-block-7 {
    margin: 2px;
  }

  .div-block-8 {
    top: 1740px;
  }

  .divbuttonsaboutus {
    margin: 4px;
    padding: 0;
  }

  .img-5 {
    width: 80px;
  }

  .services-section {
    padding-bottom: 0;
  }

  .gallery-slider {
    padding-top: 0;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .why-choose-us-section {
    padding-top: 0;
  }

  .div-block-14 {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .div-block-15, .cell-5 {
    flex-flow: column;
  }

  .div-block-25 {
    min-height: 580px;
    display: none;
  }

  .div-block-27 {
    min-height: 580px;
  }

  .text-block-12 {
    padding: 6px;
  }

  .text-block-13 {
    padding: 5px;
  }

  .div-block-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .numbers-section {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .cell-6 {
    grid-column-gap: 210px;
    grid-row-gap: 210px;
    flex-flow: column;
  }

  .cell-7 {
    flex-flow: column;
  }

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

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

  .div-block-34.imgproject1 {
    margin-bottom: 89px;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
  }

  .rt-body-font-color {
    font-size: 16px;
  }

  .rt-home-three-section-eight-line {
    display: none;
  }

  .rt-home-three-cta-button-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    width: 95%;
    padding: 24px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright.designedby {
    margin-top: 12px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-10 {
    padding-top: 48px;
  }

  .rt-features-cards {
    width: 98vw;
  }

  .rt-features-information {
    padding-bottom: 20px;
  }

  .div-block-36 {
    width: 600%;
  }

  .div-block-38 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .rt-category-cards-text-2 {
    text-align: center;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-text-black {
    text-align: center;
  }

  .rt-contact-form-submit {
    padding: 20px 10px;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

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

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .div-block-39 {
    width: 360px;
  }

  .div-block-40 {
    flex-flow: column;
  }
}

#w-node-_05faea27-5aa8-bd72-8134-3dccd97e7939-80caa733 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9bacd144-4c0b-cf46-e0d2-87ca0ceb6ae1-80caa733 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_629caa14-403a-ae8d-34ae-9dd3f16cd6a5-80caa733 {
  grid-template-rows: minmax(620px, auto);
  grid-template-columns: 1fr 1fr;
}

#w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de4e-80caa733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de53-80caa733 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#flat-roof.w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de57-80caa733, #w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de61-80caa733, #w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de66-80caa733, #w-node-dac9b3fe-50c9-4b79-79b7-320298bec4e7-80caa733, #w-node-_1f891fc4-df0e-79ea-c131-122068d27d6f-80caa733, #w-node-b0e6c369-b0ab-89f4-6ef9-7dd58ebaf7bc-80caa733, #w-node-_3439916d-09ea-df8e-c79e-74beeffa8437-80caa733, #w-node-_0d0a90a1-c659-900d-6fdc-ec4fb9908f87-80caa733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_440d689c-2c28-0659-537f-9e92dfe01ba2-80caa733, #w-node-ef27f34e-9de3-625d-c0f8-f62a39ed1ced-80caa733, #w-node-_47c10cda-d063-31fc-37a6-1d6ab9f4e4ac-80caa733 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73721cd6-c4df-ca1a-0dfe-f9a0b1f407d1-80caa733 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e2357a1a-d261-12f4-2029-267f6814ca5c-80caa733, #w-node-e2357a1a-d261-12f4-2029-267f6814ca6b-80caa733, #w-node-e2357a1a-d261-12f4-2029-267f6814ca7a-80caa733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f66dc29-6d26-0098-2b33-6ca528c99776-80caa733 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a1ee375c-7992-b209-5241-8c130ec1fa81-fe13dfa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1ee375c-7992-b209-5241-8c130ec1fa89-fe13dfa6, #w-node-a1ee375c-7992-b209-5241-8c130ec1fa92-fe13dfa6, #w-node-a1ee375c-7992-b209-5241-8c130ec1fa9b-fe13dfa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ee375c-7992-b209-5241-8c130ec1faa3-fe13dfa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a1ee375c-7992-b209-5241-8c130ec1faa4-fe13dfa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_05faea27-5aa8-bd72-8134-3dccd97e7939-80caa733, #w-node-_9bacd144-4c0b-cf46-e0d2-87ca0ceb6ae1-80caa733 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_629caa14-403a-ae8d-34ae-9dd3f16cd6a5-80caa733 {
    grid-template-rows: 570px;
    grid-template-columns: 1fr;
  }

  #w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de4e-80caa733 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_440d689c-2c28-0659-537f-9e92dfe01ba2-80caa733, #w-node-ef27f34e-9de3-625d-c0f8-f62a39ed1ced-80caa733, #w-node-_47c10cda-d063-31fc-37a6-1d6ab9f4e4ac-80caa733 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef27f34e-9de3-625d-c0f8-f62a39ed1ced-80caa733 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de4e-80caa733, #w-node-_61fc1b16-ef5d-c0d5-137d-bdb49984de53-80caa733 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef27f34e-9de3-625d-c0f8-f62a39ed1ced-80caa733 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


