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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  font-family: Exo, sans-serif;
  color: #151515;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 150%;
  text-transform: capitalize;
}

h5 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 150%;
  text-transform: capitalize;
}

h6 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #ac9455;
  font-size: 12.5px;
  line-height: 22.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 25px;
  opacity: 0.75;
  line-height: 25px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ac9455;
  text-decoration: none;
}

a:hover {
  color: #7e6c3e;
}

blockquote {
  margin-bottom: 25px;
  padding: 0px;
  border-left: 0px solid #e2e2e2;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac9455;
  text-align: center;
}

.about-text-wrapper {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-image-wrapper-right {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.colored-stripe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4cbca7;
}

.quote-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-image {
  border-radius: 75px;
}

.testimonial-info-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-position {
  margin-bottom: 5px;
  color: #4cbca7;
}

.testimonial-name {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.testimonial-quote-text {
  max-width: 720px;
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 25px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.menu-button:hover {
  background-color: #4cbca7;
}

.menu-button:active {
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-button:focus {
  background-color: #fff;
}

.menu-button.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ac9455;
}

.nav-menu {
  left: auto;
  right: 0px;
  width: 33.3333%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #1b1b1b;
}

.nav-link {
  display: block;
  height: 50px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #4cbca7;
}

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

.menu-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-button-icon:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #4cbca7;
  color: #4cbca7;
}

.menu-button-bar {
  height: 6.75px;
  max-height: 6.75px;
  min-height: 6.75px;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.desktop-quote-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.colored-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 300px;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4cbca7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.colored-button:hover {
  background-color: #202020;
  color: #fff;
}

.phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ac9455;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.text-icon {
  font-family: 'Fa solid 900';
}

.nav-phone-text {
  padding-left: 12.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-decoration: none;
}

.mobile-quote-button-wrapper {
  display: none;
  padding: 12.5px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.client-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  padding: 25% 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.client-logo-image {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-button-spacer {
  height: 0px;
  max-height: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #1b1b1b;
}

.menu-button-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 26px;
  border-color: #1b1b1b;
}

.menu-button-middle-spacer {
  height: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #1b1b1b;
}

.clients-grid {
  width: 100%;
  max-width: 1680px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #1b1b1b;
}

.quote-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 37px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175%;
  max-width: 960px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.quote-form-wrapper {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175%;
  max-width: 960px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #fff;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.section-grid {
  position: relative;
  z-index: 50;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1440px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-form-block {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 50px 50px 50px 75px;
  grid-template-rows: 50px 50px 50px 75px;
}

.form-text-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 12.5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(21, 21, 21, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.form-text-field:focus {
  border-bottom-color: #ac9455;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.form-text-field::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-field:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-field::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-field::placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.success-message {
  width: 100%;
  padding: 12.5px;
  background-color: #f5f5f5;
  text-align: center;
}

.error-message {
  width: 100%;
  margin-top: 12.5px;
  padding: 12.5px;
  text-align: center;
}

.home-services-list-wrapper {
  position: relative;
  z-index: 25;
  width: 100%;
  max-width: 1680px;
  margin-top: -100px;
  background-color: #1b1b1b;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.home-services-collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-services-collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-services-collection-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -62.5%;
  margin-bottom: -62.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #202020;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.home-services-collection-item-link:hover {
  background-color: #1b1b1b;
  color: #fff;
}

.section-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 105, 95, 0.6);
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-wrapper {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.testimonials-slider {
  height: 100%;
  background-color: #202020;
}

.slide-nav {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 0px;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 10px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.home-services-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.collection-item-caption {
  width: 100%;
  max-width: 320px;
  margin-top: 0px;
  margin-bottom: 7.75px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #4cbca7;
}

.home-services-collection-item-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 12.5px;
  margin-left: 79px;
  padding: 25px 25px 25px 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.home-services-collection-item-icon-block:hover {
  padding: 0px;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-top-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 6fr 4fr 2fr;
  grid-template-columns: 6fr 4fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bootm-grid {
  min-height: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #1b1b1b;
}

.footer-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12.5px;
  padding-left: 12.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-form-block {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsletter-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 50px;
  grid-template-columns: 1.5fr 50px;
  -ms-grid-rows: 50px;
  grid-template-rows: 50px;
}

.newsletter-form-text-field {
  height: 50px;
  margin-right: -50px;
  margin-bottom: 0px;
  padding: 12.5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.newsletter-form-text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: #ac9455;
}

.newsletter-form-text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.newsletter-form-text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.newsletter-form-text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.newsletter-form-text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.icon-button-light {
  width: 50px;
  height: 50px;
  padding: 12.5px;
  background-color: transparent;
  background-image: url('../images/5e97882e95a9db39f8b61204_arrow.gif');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa solid 900';
  color: #4cbca7;
  font-size: 0px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.5px;
  text-indent: 2.5px;
  text-transform: uppercase;
}

.icon-button-light:hover {
  background-color: #202020;
}

.footer-nav-link {
  height: 50px;
  padding: 12.5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.footer-nav-link:hover {
  color: #4cbca7;
}

.text-block {
  margin-top: 25px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12.5px;
}

.members-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projects-collection-list-wrapper {
  width: 100%;
  max-width: 1680px;
}

.collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transparent-button {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 320px;
  min-width: 240px;
  padding: 12.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #4cbca7;
  font-size: 12.5px;
  line-height: 12.5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: capitalize;
}

.transparent-button:hover {
  color: #fff;
}

.home-services-collection-item-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 320px;
  padding: 50px 0px 159px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copyright-link {
  font-weight: 600;
}

.collection-item-title-wrapper {
  position: absolute;
  left: 25px;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #1b1b1b;
}

.collection-item-title-wrapper:hover {
  background-color: #202020;
  color: #fff;
}

.collection-item-title {
  width: 100%;
  max-width: 320px;
  margin-bottom: 0px;
}

.collection-item-title:hover {
  color: #4cbca7;
}

.form-title {
  margin-bottom: 9px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-text-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  text-align: center;
}

.hero-title {
  max-width: 720px;
}

.hero-caption {
  color: #4cbca7;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: rgba(52, 105, 95, 0.6);
}

.hero-horizontal-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  opacity: 0.15;
}

.hero-vertical-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  opacity: 0.15;
}

.section-image-wrapper-left {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.aux-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  min-height: 450px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aux-hero-text-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  text-align: center;
}

.aux-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.aux-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aux-wrapper {
  width: 100%;
  max-width: 1680px;
  padding: 50px 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.collection-item-horizontal-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  opacity: 0.15;
}

.collection-item-vertical-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  opacity: 0.15;
}

.collection-item-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-icon {
  width: 50%;
  height: 50%;
  background-color: #ac9455;
}

.members-collection-item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.members-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.members-collection-list-wrapper {
  width: 100%;
  max-width: 1680px;
  margin-top: -2px;
}

.collection-item-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.memebrs-collection-item-profile-image-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: padding 200ms ease, color 200ms ease;
  transition: padding 200ms ease, color 200ms ease;
}

.memebrs-collection-item-profile-image-wrapper:hover {
  padding: 0px;
}

.member-collection-item-profile-image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
  color: #4cbca7;
}

.news-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-collection-list-wrapper {
  width: 100%;
  max-width: 1680px;
}

.news-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-button-grid {
  position: relative;
  z-index: 75;
  grid-column-gap: 12.5px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-min-content -webkit-min-content -webkit-min-content;
  -ms-grid-columns: min-content min-content min-content;
  grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content min-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4cbca7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fa brands 400';
  color: #202020;
}

.icon-button:hover {
  background-color: #202020;
  color: #202020;
}

.brand-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 12.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ac9455;
  color: #4cbca7;
}

.brand-text {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

.collection-item-title-link {
  margin-bottom: 12.5px;
  color: #1b1b1b;
}

.collection-item-title-link:hover {
  color: #ac9455;
}

.home-services-collection-item-vertical-line {
  width: 1px;
  height: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: hsla(0, 0%, 96.1%, 0.1);
}

.services-collection-item-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.aux-header-info-text {
  max-width: 720px;
}

.services-collection-item-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 100px;
  background-color: #4cbca7;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
}

.collection-item-description-text {
  text-align: left;
}

.news-image-block {
  width: 33.3333%;
  margin-bottom: 25px;
  margin-left: 25px;
  float: right;
  clear: none;
}

.news-image-wrapper {
  position: relative;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
}

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

.project-gallery-collection-list-wrapper {
  width: 100%;
  max-width: 1680px;
  margin-bottom: 100px;
}

.collection-item-wrapper-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cms-page-title {
  margin-bottom: 50px;
  text-align: left;
}

.cms-page-caption {
  margin-bottom: 6.75px;
  text-align: left;
}

.cms-page-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.contact-form-wrapper {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175%;
  max-width: 960px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #fff;
  box-shadow: 0 0 100px -50px rgba(0, 0, 0, 0.5);
}

.contact-form-block {
  position: relative;
  z-index: 75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 50px 50px 50px 75px;
  grid-template-rows: 50px 50px 50px 75px;
}

.form-text-area {
  margin-bottom: 0px;
  padding: 12.5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(21, 21, 21, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.form-text-area:focus {
  border-bottom-color: #ac9455;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.form-text-area::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-area:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-area::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.form-text-area::placeholder {
  color: rgba(21, 21, 21, 0.5);
}

.map {
  max-width: 1680px;
}

.services-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.services-list-wrapper {
  position: relative;
  z-index: 25;
  width: 100%;
  max-width: 1680px;
}

.services-collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services-collection-item-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -62.5%;
  margin-bottom: -62.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1b1b1b;
  text-align: center;
}

.services-collection-item-link-block:hover {
  background-color: #1b1b1b;
  color: #fff;
}

.services-collection-item-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 320px;
  padding: 50px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-collection-item-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 12.5px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.services-collection-item-vertical-line {
  width: 1px;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/404.svg');
  background-position: 50% 50%;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.phone-icon {
  color: #4cbca7;
}

.icon-button-image {
  width: 20px;
  height: 20px;
}

.map-section {
  width: 100%;
  max-width: 1680px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.heading {
  color: #4cbca7;
}

.cards-section {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.centered-container {
  position: static;
  right: -2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  bottom: -43px;
  overflow: hidden;
  width: 100%;
  padding-top: 97%;
  padding-bottom: 0px;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 90%;
  max-width: none;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  color: #4cbca7;
}

.link {
  color: #4cbca7;
}

.link:hover {
  color: #000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 26px;
  padding-top: 15px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 17px;
  padding-bottom: 0px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-5 {
  margin-top: 0px;
  padding-top: 15px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-6 {
  margin-bottom: -10px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 31px;
  padding-right: 100px;
  padding-left: 100px;
}

.bold-text {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

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

.image {
  padding-bottom: 28px;
}

.italic-text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-7 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 60px;
}

.text-block-2 {
  margin-top: -27px;
  font-size: 30px;
  text-transform: capitalize;
}

.menu-button-2 {
  background-color: #4cbca7;
}

.menu-button-3 {
  background-color: #4cbca7;
}

@media screen and (min-width: 1920px) {
  .members-section {
    top: 22px;
  }

  .background-video {
    background-color: rgba(52, 105, 95, 0.6);
  }

  .members-collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
    margin-bottom: 31px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row;
    grid-auto-columns: 1.25fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-areas: ". . Area-2 Area";
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .members-collection-list-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

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

@media screen and (max-width: 991px) {
  .about-block {
    width: auto;
  }

  .section-image-wrapper-right {
    display: none;
  }

  .colored-stripe {
    left: 50px;
    right: 50px;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    width: 100%;
  }

  .desktop-quote-button-wrapper {
    display: none;
  }

  .phone-wrapper {
    display: none;
  }

  .mobile-quote-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .clients-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .client-logo-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-content-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .quote-form-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .home-services-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-services-collection-item-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .testimonials-slider {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .home-services-collection-item-icon-block {
    left: -48px;
    min-width: 100px;
  }

  .footer-top-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .footer-image-wrapper {
    display: none;
  }

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

  .footer-nav-links {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .hero-horizontal-line {
    display: none;
  }

  .hero-vertical-line {
    display: none;
  }

  .section-image-wrapper-left {
    display: none;
  }

  .aux-hero-section {
    height: auto;
  }

  .collection-item-horizontal-line {
    display: none;
  }

  .collection-item-vertical-line {
    display: none;
  }

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

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

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

  .services-collection-item-icon-wrapper {
    position: relative;
    left: 0px;
  }

  .collection-item-description-text {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .news-image-block {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }

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

  .contact-form-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .map {
    padding-top: 50%;
  }

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

  .services-collection-item-link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .services-collection-item-icon-block {
    min-width: 100px;
  }

  .map-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .heading-7 {
    position: static;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-section {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .navbar {
    height: 75px;
  }

  .menu-button {
    width: 75px;
    height: 75px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }

  .menu-button-icon {
    border-right-width: 12.5px;
    border-left-width: 12.5px;
  }

  .hero-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand {
    height: 75px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .colored-button {
    margin-top: 0px;
  }

  .clients-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .menu-button-spacer {
    max-height: 12.5px;
  }

  .menu-button-frame {
    border-width: 12.5px;
  }

  .clients-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quote-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .about-content-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .quote-form-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .quote-form-grid {
    -ms-grid-rows: 50px 50px 50px 50px;
    grid-template-rows: 50px 50px 50px 50px;
  }

  .home-services-collection-list {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .testimonial-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .slide-nav {
    padding-right: 25px;
  }

  .home-services-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-bootm-grid {
    padding-right: 25px;
    padding-left: 25px;
  }

  .members-section {
    padding-right: 25px;
    padding-left: 25px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .projects-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .transparent-button {
    margin-top: 0px;
  }

  .aux-hero-section {
    margin-top: -25px;
    padding-top: 25px;
  }

  .aux-hero-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .aux-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .aux-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .news-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-form-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50px 50px 50px 50px auto;
    grid-template-rows: 50px 50px 50px 50px auto;
  }

  .services-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .services-collection-list {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .map-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .about-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-info-text-wrapper {
    margin-top: 25px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colored-button {
    width: 100%;
  }

  .clients-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .clients-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quote-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .home-services-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-services-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .members-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .projects-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

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

  .transparent-button {
    width: 100%;
  }

  .home-services-collection-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .aux-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

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

  .news-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

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

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

  .contact-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .services-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

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

  .map-section {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    display: inline;
    overflow: visible;
    margin-top: 4px;
    margin-bottom: 36px;
    padding-bottom: 12px;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 50px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-block-2 {
    font-size: 25px;
  }
}

#w-node-b4846165-024b-a695-5748-4d984f0ab053-02cea7ba {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5499851-3589-d27f-ade7-75fd0e176d87-0e176d55 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f5499851-3589-d27f-ade7-75fd0e176d8e-0e176d55 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#field.w-node-_2310ba85-8bd6-f894-3b19-e3d9f99d4979-becea7c2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_67890d70-49f4-da88-b02b-4d26414725ba-becea7c2 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f5499851-3589-d27f-ade7-75fd0e176d87-0e176d55 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d04-02cea7ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d06-02cea7ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d0b-02cea7ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d0d-02cea7ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #field.w-node-_2310ba85-8bd6-f894-3b19-e3d9f99d4979-becea7c2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_67890d70-49f4-da88-b02b-4d26414725ba-becea7c2 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22cfa-02cea7ba {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d01-02cea7ba {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_924b45ee-0065-5d3c-5b23-02284aa22d08-02cea7ba {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f5499851-3589-d27f-ade7-75fd0e176d87-0e176d55 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

