:root {
  --paragraphs: #535c62;
  --heading: #171717;
  --accent-red: #79232f;
  --background: #f0f6f8;
  --white: white;
  --paragraphs-dark: #95a3b2;
  --info-text: #778697;
  --border: #101b2233;
}

.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-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--paragraphs);
  letter-spacing: .13px;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 58px;
  font-weight: 500;
  line-height: 107%;
}

h3 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  color: var(--heading);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

h5 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--heading);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--heading);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 34px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent-red);
  margin-bottom: 28px;
  margin-left: 15px;
  padding: 2px 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 165%;
}

figure {
  margin-top: 36px;
  margin-bottom: 36px;
}

figcaption {
  text-align: center;
  letter-spacing: .08px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 160%;
}

.link-text {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.link-text:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent-red);
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.rich-text-block a:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent-red);
}

.section-hero-a {
  z-index: 10;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--white);
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 0 5px 70px -19px #0006;
}

.nav-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.logo {
  height: 70px;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 0;
  display: flex;
}

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

.nav-link {
  opacity: 1;
  color: var(--heading);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-link:hover {
  opacity: .65;
}

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

.nav-button {
  background-color: var(--accent-red);
  background-image: url('../images/Texture-min.png');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 27px 35px;
  text-decoration: none;
  display: flex;
}

.text-button {
  color: var(--heading);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

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

.icon-button {
  color: var(--white);
  object-fit: contain;
  width: 4px;
  max-width: none;
  height: 8px;
  margin-left: 8px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  display: flex;
}

.icon-dropdown {
  width: 8px;
  height: 4px;
  margin-left: 4px;
  display: block;
}

.dropdown-link {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-link:hover {
  opacity: .65;
}

.dropdown-link.w--current {
  color: var(--white);
}

.dropdown-list {
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: var(--heading);
  overflow: hidden;
}

.dropdown-list-block {
  padding: 14px;
}

.hero-a {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-hero {
  color: var(--white);
  max-width: 730px;
}

.heading-hero.size-vw {
  font-size: 3.5vw;
}

.heading-hero.dark {
  color: var(--heading);
}

.grid-hero-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.text-hero-service {
  color: var(--accent-red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-hero-service {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.description {
  z-index: 50;
  background-color: var(--accent-red);
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.line-1px {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.line-1px.dark {
  background-color: var(--heading);
}

.line-1px.opacity {
  background-color: var(--white);
  opacity: .2;
  color: var(--white);
}

.line-full {
  background-color: var(--accent-red);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line-full.dark {
  background-color: var(--white);
}

.paragraph-description {
  margin-bottom: 0;
}

.description-block {
  width: 100%;
  padding: 20px 32px 25px;
}

.hero-service {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.icon-arrow-a {
  filter: brightness(48%) hue-rotate(306deg);
  width: 10px;
  max-width: none;
  height: 10px;
}

.icon-arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow-b {
  width: 10px;
  max-width: none;
  height: 10px;
  position: absolute;
  transform: translate(-120%, 120%);
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 110px 50px;
  display: flex;
}

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

.section.background.commercial {
  background-image: linear-gradient(#95a3b2de, #95a3b2de), url('../images/Troy-Burne-Golf-Club-scaled-1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.section.careers {
  display: none;
}

.section.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1200px;
}

.content.slim {
  max-width: 770px;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 45px 10%;
  display: flex;
}

.button {
  background-color: var(--accent-red);
  background-image: url('../images/Texture-min.png');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  text-decoration: none;
  display: flex;
}

.button.dark {
  background-color: var(--heading);
}

.button.dark.spacer {
  background-image: linear-gradient(to bottom, var(--heading), var(--heading)), url('../images/Texture-min.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.button.accent {
  background-color: var(--white);
  color: var(--heading);
  background-image: linear-gradient(#fff, #fff), url('../images/Texture-min.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.button.spacer {
  margin: 10px 10px 10px 0;
}

.paragraph {
  max-width: 500px;
  margin-bottom: 36px;
}

.paragraph.white {
  color: var(--paragraphs-dark);
}

.paragraph.white.pure {
  color: var(--white);
}

.paragraph.dark {
  color: var(--heading);
}

.subtitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.line-subtitle {
  background-color: var(--heading);
  width: 27px;
  height: 1px;
}

.line-subtitle.white {
  background-color: var(--white);
}

.line-subtitle.center {
  width: 14px;
}

.text-subtitle {
  color: var(--heading);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

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

.text-subtitle.center {
  margin-right: 12px;
}

.text-subtitle.red {
  color: var(--accent-red);
}

.heading {
  max-width: 700px;
}

.heading.white {
  color: var(--white);
}

.stats {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.stats.full {
  background-color: var(--background);
  padding: 18px;
}

.heading-stats {
  max-width: 220px;
  margin-bottom: 0;
}

.numbers-stats {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.numbers-stats.full {
  font-size: 70px;
}

.icon-stats-block {
  background-color: var(--background);
  margin-bottom: auto;
  margin-left: auto;
  padding: 14px;
}

.icon-stats-block.white {
  background-color: var(--white);
}

.stats-block {
  margin: 18px;
}

.icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 10% 45px 0%;
  display: flex;
}

.image-block {
  width: 100%;
  position: relative;
}

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

.image-absolute {
  object-fit: cover;
  width: 54%;
  height: 60%;
  position: absolute;
  inset: auto -3% -3% auto;
  box-shadow: 0 35px 120px #101b2240;
}

.section-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--heading);
  grid-template-rows: auto;
  width: 100%;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.image-bg-services {
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/Image20-scaled.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-height: 670px;
}

.grid-3-columns-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-gallery {
  object-fit: cover;
  width: 100%;
  height: 20vw;
}

.block-heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.block-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.block-heading.top {
  margin-bottom: 40px;
}

.block-heading-button {
  margin-bottom: 30px;
  margin-left: 25px;
}

.expertise {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertise.full {
  background-color: var(--background);
  padding: 13% 15%;
}

.heading-expertise {
  max-width: 210px;
}

.heading-expertise.expertise-one {
  font-size: 26px;
  line-height: 120%;
}

.icon-expertise-block {
  background-color: var(--accent-red);
  margin-bottom: 22px;
  padding: 14px;
}

.icon-expertise-block.white {
  background-color: var(--white);
}

.paragraph-expertise {
  max-width: 270px;
  margin-bottom: 0;
}

.image-bg-testimonials {
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/img_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 670px;
}

.paragraph-testimonials {
  color: var(--paragraphs-dark);
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

.testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-testimonials {
  object-fit: contain;
  height: 20px;
  margin-right: 28px;
}

.info-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-testimonials {
  color: var(--white);
  margin-bottom: 3px;
}

.position-testimonials {
  color: var(--info-text);
  font-size: 14px;
  line-height: 130%;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-project {
  width: 100%;
  margin-bottom: 25px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-project:hover {
  opacity: .8;
}

.image-project {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.image-project.large {
  height: 660px;
}

.link-block-project {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-project {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-project {
  max-width: 310px;
  margin-bottom: -5px;
}

.heading-project.large {
  max-width: 480px;
}

.text-project-type {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.empty-state {
  background-color: var(--background);
  padding: 14px 20px;
}

.empty-state.white {
  background-color: var(--white);
}

.text-message {
  color: var(--heading);
  font-size: 16px;
  line-height: 130%;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-blog-date {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.link-block-blog {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-blog {
  max-width: 310px;
  margin-bottom: -5px;
}

.heading-blog.large {
  max-width: 450px;
}

.paragraph-summary {
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-summary.large {
  max-width: 500px;
}

.grid-2-columns-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  width: 100%;
}

.image-bg-banner {
  background-image: url('../images/contact.jpg');
  background-position: 50%;
  background-size: cover;
}

.block-banner {
  background-color: var(--accent-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 17%;
  display: flex;
}

.heading-banner {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-footer {
  background-color: var(--accent-red);
  background-image: url('../images/Texture-2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 110px 50px 82px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  width: 100%;
}

.footer-down-block {
  border-top: 1px solid #fff;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 26px;
  display: flex;
}

.footer-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo-footer {
  margin-bottom: 32px;
}

.paragraph-footer {
  color: var(--paragraphs-dark);
  max-width: 350px;
}

.heading-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-footer {
  color: var(--white);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

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

.link-footer.w--current {
  color: var(--white);
  font-weight: 700;
}

.text-footer-down {
  color: var(--paragraphs-dark);
  font-size: 16px;
  line-height: 130%;
}

.link-footer-down {
  color: var(--white);
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer-down:hover {
  color: var(--paragraphs-dark);
}

.grid-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.icon-social {
  width: 20px;
  max-width: none;
  height: 20px;
}

.link-social {
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.link-social:hover {
  opacity: .5;
}

.block-hero-a {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.section-hero-b {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.grid-hero-b {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-hero-b {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.image-hero-b {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-b {
  z-index: 20;
  background-image: linear-gradient(to top, #000c, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 180px 40px 40px;
  display: flex;
  position: relative;
}

.block-hero-service {
  border-radius: 3px;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
}

.block-hero-b {
  background-color: var(--background);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extra {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-extra {
  max-width: 920px;
  margin-bottom: 34px;
  line-height: 140%;
}

.heading-extra.smaller {
  font-size: 40px;
}

.block-accent {
  background-color: var(--accent-red);
  background-image: url('../images/Texture-2.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.image-bg-accent {
  background-image: url('../images/Troy-Burne-Golf-Club-scaled-1.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 670px;
}

.link-image-services {
  width: 100%;
  margin-bottom: 22px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-services:hover {
  opacity: .8;
}

.image-services {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.link-block-services {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-services {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-services {
  max-width: 310px;
  margin-bottom: -5px;
}

.section-hero-c {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 85vh;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.grid-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  width: 100%;
}

.block-hero-c {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17% 70px;
  display: flex;
}

.hero-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.grid-image-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr .25fr 1.2fr;
  grid-template-columns: 1.4fr 1fr;
}

.image-bg-hero-c1, .image-bg-hero-c2, .image-bg-hero-c3, .image-bg-hero-c4 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-top {
  z-index: 10;
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
  position: relative;
}

.section-top.careers {
  display: none;
}

.section-top.middle {
  display: flex;
}

.grid-services {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.services-page {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 700px;
  padding: 10% 12%;
  display: flex;
}

.text-service-page {
  color: var(--heading);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.block-services-page {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-services-page {
  width: 100%;
}

.collection-list-blog-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-blog {
  width: 100%;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
}

.link-image-blog:hover {
  opacity: .8;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.block-blog-page {
  background-color: var(--white);
  padding: 9% 11% 11%;
}

.collection-list-project-page {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--white);
  color: var(--heading);
  height: 52px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.text-field:focus {
  border-bottom-color: var(--accent-red);
}

.text-field::placeholder {
  color: #101b2280;
}

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

.form-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--white);
  color: var(--heading);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 350px;
  margin-bottom: 14px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.textarea:focus {
  border-bottom-color: var(--accent-red);
}

.textarea::placeholder {
  color: #101b2280;
}

.submit-button {
  background-color: var(--heading);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 23px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: color .35s cubic-bezier(.215, .61, .355, 1), background-color .35s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  background-color: var(--accent-red);
  color: var(--heading);
}

.success-message {
  background-color: #95daaa;
  padding: 24px;
}

.error-message {
  text-align: center;
  background-color: #ffaeae;
  margin-top: 16px;
  padding: 22px;
}

.image-bg-map {
  background-image: url('../images/contact_map.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 670px;
}

.link-contact {
  width: 100%;
  text-decoration: none;
}

.contact {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-contact {
  color: var(--white);
  text-align: right;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.icon-contact {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  max-width: none;
  height: 20px;
  margin-right: 8px;
  padding: 2px;
}

.info-contact {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.grid-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.section-top-img {
  z-index: 10;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.block-top-img {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-image.commercial.concrete {
  object-fit: cover;
  object-position: 50% 100%;
}

.grid-stats-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.image-bg-about {
  background-image: url('../images/about_1.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 670px;
}

.grid-4-columns-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-image-about {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 740px;
}

.image-bg-about-a1 {
  background-image: url('../images/Troy-Burne-Golf-Club-scaled-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a1.residential {
  background-image: url('../images/Residential-Entryway.jpg');
}

.image-bg-about-a1.concrete._1 {
  background-image: url('../images/IMG_0234.JPG');
}

.image-bg-about-a2 {
  background-image: url('../images/Village-Orthodontics-scaled-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a2.residential {
  background-image: url('../images/IMG_1537.JPG');
}

.image-bg-about-a2.concrete._2 {
  background-image: url('../images/IMG_0015.JPG');
}

.image-bg-about-a3 {
  background-image: url('../images/IMG_0264.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a3.residential {
  background-image: url('../images/IMG_1231.JPG');
}

.image-bg-about-a3.concrete._3 {
  background-image: url('../images/IMG_1636.JPG');
}

.image-bg-about-a4 {
  background-image: url('../images/IMG_0252.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a4.residential {
  background-image: url('../images/IMG_0863.JPG');
}

.image-bg-about-a4.concrete._4 {
  background-image: url('../images/IMG_1593.JPG');
}

.grid-project-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}

.project-content {
  background-color: var(--background);
  padding: 200px 17% 75px;
}

.image-project-page {
  object-fit: cover;
  width: 100%;
  height: 98vh;
  position: sticky;
  top: 14px;
}

.utility-page-wrap {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 110px;
  padding: 18px;
  display: flex;
}

.block-color.background {
  background-color: var(--background);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.heading {
  background-color: var(--heading);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.accent {
  background-color: var(--accent-red);
}

.block-color.paragraphs-dark {
  background-color: var(--paragraphs-dark);
}

.block-color.info-text {
  background-color: #778697;
}

.text-color {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

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

.hex-color {
  opacity: .5;
  color: var(--heading);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
}

.hex-color.white {
  color: var(--white);
}

.template-info {
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.grid-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center;
}

.paragraph-hero {
  color: var(--white);
  max-width: 700px;
}

.grid-licensing {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.licensing {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.block-icon-licensing {
  width: 100%;
  display: inline-block;
}

.icon-licensing-bg {
  background-color: var(--background);
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
}

.icon-licensing {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin: 16px;
  display: inline-block;
}

.template-font {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.quick-stack {
  width: 100%;
}

.html-embed, .background-video-2 {
  width: 100%;
  height: 100%;
}

.list {
  color: var(--accent-red);
}

.div-block {
  display: flex;
}

.div-block-2 {
  background-image: url('../images/Residential-Exterior-4-scaled.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.select-field {
  background-color: var(--white);
  color: var(--heading);
  border: 1px #000;
  line-height: 130%;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #a0848400;
  font-weight: 600;
}

.tab-link-tab-1.w--current {
  background-color: var(--accent-red);
  color: var(--white);
  background-image: url('../images/Texture-min.png');
  background-position: 0 0;
  background-size: contain;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #f0f6f800;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  background-color: var(--accent-red);
  color: var(--white);
  background-image: url('../images/Texture-min.png');
  background-position: 0 0;
  background-size: contain;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-tab-3.w--current {
  background-color: var(--accent-red);
  color: var(--white);
  background-image: url('../images/Texture-min.png');
  background-position: 0 0;
  background-size: contain;
}

.tab-link-tab-4 {
  background-color: #ddd0;
  font-weight: 600;
}

.tab-link-tab-4.w--current {
  background-color: var(--accent-red);
  color: var(--white);
  background-image: url('../images/Texture-min.png');
  background-position: 0 0;
  background-size: contain;
}

.cell {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 75px;
}

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

.second-gallery {
  margin-bottom: 0;
}

.first-gallery {
  width: 100%;
}

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

.quick-stack-2, .div-block-3 {
  width: 100%;
}

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

.italic-text {
  font-weight: 800;
}

.italic-text.red {
  color: var(--accent-red);
}

.no-spacing {
  margin-bottom: 0;
}

.lightbox-link {
  width: 100%;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.quick-stack-3 {
  grid-row-gap: 20px;
}

.image-3 {
  margin-bottom: 26px;
}

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

@media screen and (max-width: 991px) {
  body {
    padding: 10px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  .section-hero-a {
    margin-bottom: 10px;
  }

  .brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--background);
  }

  .nav-link {
    padding: 20px 10px;
  }

  .nav-button {
    margin-left: 0;
    padding: 20px 10px;
  }

  .menu-button {
    background-color: var(--accent-red);
    color: var(--heading);
    padding: 20px;
    font-size: 22px;
    line-height: 100%;
    transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-button.w--open {
    background-color: var(--heading);
    color: var(--white);
  }

  .dropdown-toggle {
    padding: 20px 10px;
  }

  .dropdown-link {
    text-align: center;
  }

  .heading-hero.size-vw {
    margin-bottom: 14px;
  }

  .grid-hero-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section {
    margin-bottom: 10px;
    padding: 90px 30px;
  }

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

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .numbers-stats {
    font-size: 48px;
  }

  .numbers-stats.full {
    font-size: 58px;
  }

  .section-full {
    margin-bottom: 10px;
  }

  .block-full {
    padding: 120px 14%;
  }

  .grid-3-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-4-columns {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .block-heading.top {
    margin-bottom: 30px;
  }

  .collection-list-project {
    grid-column-gap: 20px;
  }

  .image-project {
    height: 350px;
  }

  .image-project.large {
    height: 500px;
  }

  .collection-list-blog {
    grid-column-gap: 20px;
  }

  .grid-2-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-banner {
    padding: 70px 14%;
  }

  .section-footer {
    padding-top: 90px;
    padding-bottom: 62px;
  }

  .block-hero-a {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-hero-b {
    margin-bottom: 10px;
  }

  .grid-hero-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-b {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .extra {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-accent {
    padding: 120px 14%;
  }

  .section-hero-c {
    margin-bottom: 10px;
  }

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

  .block-hero-c {
    padding: 100px 14%;
  }

  .grid-image-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 600px;
  }

  .section-top {
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

  .grid-services, .collection-list-blog-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list-project-page {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }

  .section-top-img {
    min-height: 50vh;
    margin-bottom: 10px;
  }

  .block-top-img {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-stats-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .grid-image-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    height: 900px;
  }

  .grid-project-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .project-content {
    padding: 90px 14% 55px;
  }

  .image-project-page {
    height: 80vh;
    position: static;
  }

  .utility-page-wrap {
    min-height: 70vh;
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cell, .cell-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero.size-vw {
    font-size: 6vw;
  }

  .grid-hero-services {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description {
    display: none;
  }

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

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

  .grid-2-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-stats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-right {
    padding: 0 7%;
  }

  .numbers-stats.full {
    font-size: 40px;
  }

  .block-left {
    padding: 0 7%;
  }

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

  .block-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-services {
    background-image: linear-gradient(to top, var(--heading), transparent 30%), url('../images/Image20-scaled.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 500px;
  }

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

  .image-gallery {
    height: 40vw;
  }

  .block-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-heading-button {
    margin-left: 0;
  }

  .image-bg-testimonials {
    background-image: linear-gradient(to top, var(--heading), transparent 30%), url('../images/img_4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 500px;
  }

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

  .link-image-project {
    margin-bottom: 20px;
  }

  .image-project {
    height: 450px;
  }

  .heading-project {
    max-width: none;
  }

  .text-project-type {
    margin-bottom: 6px;
  }

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

  .text-blog-date {
    margin-bottom: 6px;
  }

  .heading-blog, .paragraph-summary {
    max-width: none;
  }

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

  .image-bg-banner {
    height: 300px;
  }

  .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-footer {
    padding: 70px 14% 50px;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-footer {
    margin-bottom: 16px;
  }

  .grid-hero-b {
    grid-template-columns: 1fr 1fr;
  }

  .extra {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-accent {
    min-height: 400px;
  }

  .image-services {
    height: 300px;
  }

  .block-hero-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-top {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .grid-services {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-page {
    min-height: 550px;
  }

  .collection-list-blog-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-blog {
    height: 300px;
  }

  .collection-list-project-page {
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

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

  .image-bg-map {
    min-height: 500px;
  }

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

  .image-bg-about {
    min-height: 400px;
  }

  .grid-image-about {
    height: 700px;
  }

  .project-content {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .utility-page-wrap {
    padding-top: 170px;
    padding-bottom: 70px;
  }

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

  .grid-button {
    grid-auto-flow: row;
  }

  .grid-licensing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .cell {
    padding-left: 0;
  }

  .second-gallery, .first-gallery {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding: 6px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .section-hero-a {
    margin-bottom: 6px;
  }

  .navbar {
    top: 24px;
    left: 22px;
    right: 22px;
  }

  .heading-hero.size-vw {
    margin-bottom: 0;
  }

  .section {
    margin-bottom: 6px;
    padding: 55px 16px;
  }

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

  .grid-stats {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .numbers-stats {
    font-size: 40px;
  }

  .numbers-stats.full {
    font-size: 36px;
  }

  .section-full {
    margin-bottom: 6px;
  }

  .block-full {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-bg-services {
    min-height: 350px;
  }

  .grid-3-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .block-heading.top {
    margin-bottom: 20px;
  }

  .expertise.full {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-expertise, .paragraph-expertise {
    max-width: none;
  }

  .image-project, .image-project.large {
    height: 350px;
  }

  .grid-2-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-bg-banner {
    height: 250px;
  }

  .section-footer {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .footer-down-block {
    margin-top: 50px;
  }

  .paragraph-footer {
    margin-bottom: 10px;
  }

  .section-hero-b {
    margin-bottom: 6px;
  }

  .grid-hero-b {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .extra {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-accent {
    padding: 65px 16px;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .section-hero-c {
    margin-bottom: 6px;
  }

  .grid-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .block-hero-c {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .grid-image-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-height: 450px;
  }

  .section-top {
    margin-bottom: 6px;
    padding-bottom: 55px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-services, .collection-list-blog-page {
    grid-row-gap: 16px;
  }

  .image-blog {
    height: 250px;
  }

  .image-bg-map {
    min-height: 400px;
  }

  .text-contact {
    font-size: 16px;
  }

  .grid-contacts {
    width: 90%;
  }

  .section-top-img {
    margin-bottom: 6px;
  }

  .block-top-img {
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-stats-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .image-bg-about {
    min-height: 350px;
  }

  .grid-4-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .grid-image-about {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-project-page {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 6px;
  }

  .project-content {
    padding: 55px 8% 20px;
  }

  .image-project-page {
    height: 70vh;
  }

  .utility-page-wrap {
    margin-bottom: 6px;
    padding: 150px 16px 55px;
  }

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

#w-node-e2a5dd24-6898-2d99-df35-0ea9ab346743-ef5eb7ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53255d6a-bdd3-0d0b-71f4-fcc53478e345-f520d291 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3bbdd4ff-270b-cef1-f67e-5479f9c783cb-f520d291 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#Select-Job-Title.w-node-_992c755e-3cb5-2025-1757-ec6c7a296991-f520d291, #Message.w-node-_992c755e-3cb5-2025-1757-ec6c7a296992-f520d291 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_992c755e-3cb5-2025-1757-ec6c7a296993-f520d291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992c755e-3cb5-2025-1757-ec6c7a2969a8-f520d291 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_992c755e-3cb5-2025-1757-ec6c7a2969a9-f520d291, #Last-Name-2.w-node-_5138b064-f7f3-87cd-4b21-a32945a270e8-f520d293, #Message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-f520d293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d07ad84-27ac-0e9a-6a5a-31ad156cf949-f520d293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-b4141052-95f1-638b-739d-5973369eda70-f520d293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86ae3bb3-2c59-364c-d7c2-a77aab2f3e1f-f520d293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2c2b93-3a35-9e21-d21a-b315b07050ed-f520d296, #w-node-c95f5d4d-e25c-3e65-ef56-279b124edd90-f520d296 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-c95f5d4d-e25c-3e65-ef56-279b124edd92-f520d296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d0e2800-164d-96a6-0a6a-73069fa69adc-f520d29a {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_21a4c785-58cf-e710-17bd-76023b97035d-f520d29a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d10a2a64-8d2e-40bc-ad15-1d1f406b2a86-f520d29a {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8d7ca180-6134-8d71-c991-b5f8c873ac67-f520d29a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_51d9ffe8-4ee6-778a-6f56-c47fbee9a259-fb4886c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53255d6a-bdd3-0d0b-71f4-fcc53478e345-fb4886c0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3bbdd4ff-270b-cef1-f67e-5479f9c783cb-fb4886c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_485ce2fd-d05c-fed2-0470-7d1a43aea4db-fb4886c0, #w-node-_8794dd82-5ce7-7a04-7457-839a6793914a-fb4886c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_51d9ffe8-4ee6-778a-6f56-c47fbee9a259-97ae5f49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53255d6a-bdd3-0d0b-71f4-fcc53478e345-97ae5f49 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3bbdd4ff-270b-cef1-f67e-5479f9c783cb-97ae5f49 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_485ce2fd-d05c-fed2-0470-7d1a43aea4db-97ae5f49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#Select-Job-Title.w-node-cbc915c0-c9e1-ed40-0cc2-a3b4315b978f-1df85e97, #Message.w-node-_2de507de-6d01-0f86-a113-918f1ef0999c-1df85e97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3634079d-756a-55c4-84cf-99fb262e50f3-1df85e97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2de507de-6d01-0f86-a113-918f1ef0999d-1df85e97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_2de507de-6d01-0f86-a113-918f1ef0999e-1df85e97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51d9ffe8-4ee6-778a-6f56-c47fbee9a259-5497c2b3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53255d6a-bdd3-0d0b-71f4-fcc53478e345-5497c2b3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3bbdd4ff-270b-cef1-f67e-5479f9c783cb-5497c2b3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-af2c2b93-3a35-9e21-d21a-b315b07050ed-f520d296, #w-node-c95f5d4d-e25c-3e65-ef56-279b124edd90-f520d296, #w-node-c95f5d4d-e25c-3e65-ef56-279b124edd92-f520d296, #w-node-_485ce2fd-d05c-fed2-0470-7d1a43aea4db-fb4886c0, #w-node-_8794dd82-5ce7-7a04-7457-839a6793914a-fb4886c0, #w-node-_485ce2fd-d05c-fed2-0470-7d1a43aea4db-97ae5f49 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #Message.w-node-_992c755e-3cb5-2025-1757-ec6c7a296992-f520d291, #w-node-_992c755e-3cb5-2025-1757-ec6c7a2969a9-f520d291 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-f520d293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4141052-95f1-638b-739d-5973369eda70-f520d293 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecc5ae15-cc47-5204-5171-01c77e132c17-f520d296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d0e2800-164d-96a6-0a6a-73069fa69adc-f520d29a {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_21a4c785-58cf-e710-17bd-76023b97035d-f520d29a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d10a2a64-8d2e-40bc-ad15-1d1f406b2a86-f520d29a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8d7ca180-6134-8d71-c991-b5f8c873ac67-f520d29a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #Message.w-node-_2de507de-6d01-0f86-a113-918f1ef0999c-1df85e97, #w-node-_2de507de-6d01-0f86-a113-918f1ef0999e-1df85e97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


