.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;
  padding: 14px;
  -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;
  font-family: Barlow, sans-serif;
  color: #535c62;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.13px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #101b22;
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -1.4px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 26px;
  color: #101b22;
  font-size: 58px;
  line-height: 107%;
  font-weight: 500;
  letter-spacing: -1.4px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #101b22;
  font-size: 46px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -1.4px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #101b22;
  font-size: 36px;
  line-height: 115%;
  font-weight: 500;
  letter-spacing: -1.2px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #101b22;
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.8px;
}

h6 {
  margin-top: 0px;
  margin-right: 27px;
  margin-bottom: 16px;
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -0.2px;
}

p {
  margin-bottom: 28px;
}

a {
  color: #101b22;
  text-decoration: underline;
}

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

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

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

strong {
  color: #101b22;
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 28px;
  margin-left: 15px;
  padding: 2px 24px;
  border-left: 1px solid #fdc23e;
  font-size: 20px;
  line-height: 165%;
  font-style: italic;
}

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

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

.link-text {
  display: inline-block;
  box-shadow: inset 0 -1px 0 0 #101b22;
  -webkit-transition: box-shadow 250ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 250ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  text-decoration: none;
}

.link-text:hover {
  box-shadow: inset 0 -30px 0 0 #fdc23e;
}

.rich-text-block a {
  display: inline-block;
  box-shadow: inset 0 -1px 0 0 #101b22;
  -webkit-transition: box-shadow 250ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 250ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  text-decoration: none;
}

.rich-text-block a:hover {
  box-shadow: inset 0 -30px 0 0 #fdc23e;
}

.section-hero-a {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  -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;
  background-color: #f0f6f8;
}

.navbar {
  position: fixed;
  left: 28px;
  top: 28px;
  right: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
  box-shadow: 0 10px 70px 0 rgba(16, 27, 34, 0.08);
}

.nav-block {
  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;
  -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;
}

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

.logo {
  height: 50px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  padding: 10px;
  -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;
}

.nav-menu {
  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;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 20px;
  -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;
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

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

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding: 27px 35px;
  -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: #fdc23e;
  text-decoration: none;
}

.text-button {
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.icon-button {
  width: 4px;
  height: 8px;
  max-width: none;
  margin-left: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 20px;
  -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;
}

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

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

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

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

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

.dropdown-list.w--open {
  overflow: hidden;
  background-color: #101b22;
}

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

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

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.heading-hero {
  max-width: none;
  color: #fff;
}

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

.heading-hero.dark {
  color: #101b22;
}

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

.text-hero-service {
  color: #fdc23e;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.description {
  position: absolute;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  background-color: #fdc23e;
}

.line-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -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;
}

.line-1px {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.line-1px.dark {
  background-color: #101b22;
}

.line-1px.opacity {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #101b22;
  opacity: 0.42;
}

.line-1px.opacity.white {
  opacity: 0.42;
}

.line-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #fdc23e;
}

.line-full.dark {
  background-color: #134269;
}

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

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

.hero-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -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;
}

.icon-arrow-a {
  width: 10px;
  height: 10px;
  max-width: none;
}

.icon-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  padding: 110px 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;
}

.section.background {
  background-color: #f0f6f8;
}

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

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

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

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

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

.block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 3% 45px 10%;
  -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;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 35px;
  -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: #fdc23e;
  text-decoration: none;
}

.button.dark {
  background-color: #101b22;
}

.button.accent {
  border-radius: 0px;
  background-color: #fff;
}

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

.paragraph.white {
  color: #95a3b2;
}

.paragraph.dark {
  color: #101b22;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-subtitle {
  width: 27px;
  height: 1px;
  background-color: #101b22;
}

.line-subtitle.white {
  background-color: #fff;
}

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

.text-subtitle {
  margin-left: 12px;
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-subtitle.white {
  color: #fff;
}

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

.heading {
  max-width: none;
}

.heading.white {
  color: #fff;
}

.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.stats.full {
  padding: 18px;
  background-color: #f0f6f8;
}

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

.numbers-stats {
  margin-bottom: 12px;
  color: #101b22;
  font-size: 58px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -1.4px;
}

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

.icon-stats-block {
  margin-bottom: auto;
  margin-left: auto;
  padding: 14px;
  background-color: #f0f6f8;
}

.icon-stats-block.white {
  background-color: #fff;
}

.stats-block {
  margin: 18px;
}

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

.block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 10% 45px 0%;
  -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;
}

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

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

.image-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: -3%;
  width: 54%;
  height: 60%;
  box-shadow: 0 35px 120px 0 rgba(16, 27, 34, 0.25);
  -o-object-fit: cover;
  object-fit: cover;
}

.section-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  -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-full {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #101b22;
}

.block-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 17%;
  -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;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -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;
}

.image-bg-services {
  width: 100%;
  min-height: 670px;
  background-image: -webkit-gradient(linear, right top, left top, from(#101b22), color-stop(30%, transparent)), url('../images/complex-interior-connect.jpg');
  background-image: linear-gradient(270deg, #101b22, transparent 30%), url('../images/complex-interior-connect.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

.block-heading-text {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.block-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.expertise {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expertise.full {
  padding: 13% 15%;
  background-color: #f0f6f8;
}

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

.icon-expertise-block {
  margin-bottom: 22px;
  padding: 14px;
  background-color: #f0f6f8;
}

.icon-expertise-block.white {
  background-color: #fff;
}

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

.image-bg-testimonials {
  min-height: 670px;
  background-image: -webkit-gradient(linear, right top, left top, from(#101b22), color-stop(30%, transparent)), url('../images/img_4.jpg');
  background-image: linear-gradient(270deg, #101b22, transparent 30%), url('../images/img_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-testimonials {
  max-width: 500px;
  margin-bottom: 36px;
  color: #95a3b2;
  font-size: 20px;
  line-height: 170%;
  font-style: italic;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.info-testimonials {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.name-testimonials {
  margin-bottom: 3px;
  color: #fff;
}

.position-testimonials {
  color: #778697;
  font-size: 14px;
  line-height: 130%;
}

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

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

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

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

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

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

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

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

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

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

.empty-state {
  padding: 14px 20px;
  background-color: #f0f6f8;
}

.empty-state.white {
  background-color: #fff;
}

.text-message {
  color: #101b22;
  font-size: 16px;
  line-height: 130%;
}

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

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

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

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

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

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

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

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

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

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

.block-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 17%;
  -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;
  background-color: #fdc23e;
}

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

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 110px 50px 82px;
  -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: #101b22;
}

.section-footer.blue {
  background-color: #134269;
}

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

.footer-down-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-top: 26px;
  -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;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.footer-down {
  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;
}

.block-footer {
  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;
  -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;
}

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

.paragraph-footer {
  max-width: 350px;
  color: #95a3b2;
}

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

.link-footer {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
  color: #95a3b2;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

.text-footer-down {
  color: #95a3b2;
  font-size: 16px;
  line-height: 130%;
}

.link-footer-down {
  -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1);
  transition: color 250ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-decoration: none;
}

.link-footer-down:hover {
  color: #95a3b2;
}

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

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

.link-social {
  -webkit-transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
}

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

.block-hero-a {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  padding: 140px 50px 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent 41%, rgba(0, 0, 0, 0.8));
}

.section-hero-b {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  -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;
  background-color: transparent;
}

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

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

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

.hero-b {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 180px 40px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.block-hero-service {
  width: 100%;
  margin-top: 15px;
}

.block-hero-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0f6f8;
}

.extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-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;
  text-align: center;
}

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

.block-accent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 17%;
  -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;
  background-color: #fdc23e;
}

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

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

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

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

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

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

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

.section-hero-c {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  -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;
  background-color: transparent;
}

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

.block-hero-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 17% 70px;
  -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;
  background-color: #f0f6f8;
}

.hero-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -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;
}

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

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

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

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

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

.section-top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  -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;
  background-color: #f0f6f8;
}

.section-top.contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.services-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 700px;
  padding: 12%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.text-service-page {
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.block-services-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

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

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

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

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

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

.block-blog-page {
  padding: 9% 11% 11%;
  background-color: #fff;
}

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

.text-field {
  height: 52px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.text-field:focus {
  border-bottom-color: #fdc23e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

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

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

.textarea {
  max-height: 350px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  margin-bottom: 14px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.textarea:focus {
  border-bottom-color: #fdc23e;
}

.textarea::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.submit-button {
  padding: 23px 35px;
  background-color: #101b22;
  -webkit-transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fdc23e;
  color: #101b22;
}

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

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

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

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

.link-contact.white {
  color: #fff;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

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

.text-contact.white {
  color: #fff;
}

.icon-contact {
  width: 18px;
  height: 18px;
  max-width: none;
  margin-right: 8px;
}

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

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

.section-top-img {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 14px;
  -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;
  background-color: #f0f6f8;
}

.block-top-img {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 140px 50px 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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

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

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

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

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

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

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

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

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

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

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

.project-content {
  padding: 200px 17% 75px;
  background-color: #f0f6f8;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  -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: #f0f6f8;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 310px;
  -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;
}

.utility-page-form {
  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: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.space {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(16, 27, 34, 0.2);
}

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

.block-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  padding: 18px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(16, 27, 34, 0.2);
  background-color: #fff;
}

.block-color.background {
  background-color: #f0f6f8;
}

.block-color.border {
  background-color: rgba(16, 27, 34, 0.2);
}

.block-color.heading {
  background-color: #101b22;
}

.block-color.paragraphs {
  background-color: #535c62;
}

.block-color.accent {
  background-color: #fdc23e;
}

.block-color.paragraphs-dark {
  background-color: #95a3b2;
}

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

.text-color {
  color: #101b22;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

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

.hex-color {
  opacity: 0.5;
  color: #101b22;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}

.hex-color.white {
  color: #fff;
}

.template-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f6f8;
}

.grid-button {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-hero {
  max-width: 700px;
  color: #fff;
}

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

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

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

.icon-licensing-bg {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
  background-color: #f0f6f8;
}

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85vh;
  -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;
}

.slide {
  background-image: url('../images/Slider_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  width: 100%;
}

.dropdown-link-2 {
  padding: 12px 20px;
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-link-2:hover {
  opacity: 0.65;
}

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

.text-button-2 {
  color: #101b22;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown-list-2 {
  display: none;
  padding-bottom: 0px;
}

.dropdown-list-2.w--open {
  overflow: hidden;
  background-color: #101b22;
}

.bio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 700px;
  margin-bottom: 15px;
  padding: 75px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.bio-contact-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bio-title {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.text-bio {
  width: 100%;
  margin-left: 40px;
}

.text-bio.no-photo {
  margin-left: 0px;
}

.bio-name {
  margin-bottom: 0px;
  font-size: 32px;
}

.bio-email {
  font-size: 14px;
}

.bio-phone {
  font-size: 14px;
  text-decoration: none;
}

.bio-paragraph {
  margin-top: 20px;
}

.line {
  width: 1px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #101b22;
}

.big-bio-name {
  margin-bottom: 0px;
}

.slide-2 {
  background-image: url('../images/Slider_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Slider_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Slider_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Slider_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@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-right: 10px;
    margin-left: 10px;
  }

  .nav-menu {
    background-color: #f0f6f8;
  }

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

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

  .menu-button {
    margin-right: 5px;
    padding: 20px;
    background-color: #fdc23e;
    -webkit-transition: color 250ms cubic-bezier(.215, .61, .355, 1), background-color 250ms cubic-bezier(.215, .61, .355, 1);
    transition: color 250ms cubic-bezier(.215, .61, .355, 1), background-color 250ms cubic-bezier(.215, .61, .355, 1);
    color: #101b22;
    font-size: 22px;
    line-height: 100%;
  }

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

  .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-auto-flow: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .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;
    -ms-grid-columns: 1fr 1fr;
    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-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

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

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

  .hero-b {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .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-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
  }

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

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

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

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

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

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

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

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

@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 {
    font-size: 42px;
  }

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

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

  .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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .image-bg-services {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#101b22), color-stop(30%, transparent)), url('../images/complex-interior-connect.jpg');
    background-image: linear-gradient(0deg, #101b22, transparent 30%), url('../images/complex-interior-connect.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .image-gallery {
    height: 40vw;
  }

  .block-heading {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .image-bg-testimonials {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#101b22), color-stop(30%, transparent)), url('../images/img_4.jpg');
    background-image: linear-gradient(0deg, #101b22, transparent 30%), url('../images/img_4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .collection-list-project {
    -ms-grid-columns: 1fr;
    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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .paragraph-summary {
    max-width: none;
  }

  .grid-2-columns-full {
    -ms-grid-columns: 1fr;
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-down-block {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .grid-hero-b {
    -ms-grid-columns: 1fr 1fr;
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .image-blog {
    height: 300px;
  }

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

  .form {
    -ms-grid-columns: 1fr;
    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 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .bio-block {
    min-height: 550px;
  }
}

@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 {
    left: 22px;
    top: 24px;
    right: 22px;
  }

  .heading-hero {
    margin-bottom: 0px;
    font-size: 26px;
  }

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

  .heading-hero.dark {
    font-size: 42px;
  }

  .heading-hero.interior {
    margin-bottom: 37px;
    font-size: 42px;
  }

  .icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -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;
  }

  .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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .block-heading.top.team {
    margin-left: 12px;
  }

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

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

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

  .image-project {
    height: 350px;
  }

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

  .section-footer.blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .text-footer-down {
    font-size: 14px;
    text-align: center;
  }

  .block-hero-a {
    padding: 0px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86%, rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 86%);
  }

  .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-top: 65px;
    padding-bottom: 65px;
  }

  .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 {
    min-height: 450px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .section-top.contact {
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-services {
    grid-row-gap: 16px;
  }

  .services-page {
    padding: 5%;
  }

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

  .image-blog {
    height: 250px;
  }

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

  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-contact {
    font-size: 12px;
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bio-block {
    min-height: auto;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-bio {
    margin-left: 0px;
  }

  .bio-email {
    font-size: 12px;
  }

  .bio-phone {
    font-size: 12px;
  }

  .icon-2 {
    margin-left: 0px;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .james {
    margin-bottom: 40px;
  }
}

#Message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-37a1e58d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b4141052-95f1-638b-739d-5973369eda70-37a1e58d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e35e4e79-1266-7d53-01dd-20fb71a18d0e-50a1e58f {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-e35e4e79-1266-7d53-01dd-20fb71a18d0e-50a1e58f {
    -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: 767px) {
  #w-node-_9ed600c0-5f38-2aab-d429-11eac23a6307-89a1e587 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #Message.w-node-_8b8621dc-09df-292f-d2ba-e39b8e47637e-37a1e58d {
    -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-b4141052-95f1-638b-739d-5973369eda70-37a1e58d {
    -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;
  }
}

