:root {
  --title: #221e22;
  --body: #333;
  --white: white;
  --primary: #ceb790;
  --grey-background: #f4f2f3;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  color: var(--title);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

p {
  color: var(--body);
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 190%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  grid-row-gap: 20px;
  color: var(--body);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

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

label {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.index-3 {
  z-index: 3;
  position: relative;
}

.navbar {
  background-color: var(--body);
  border-bottom: 1px solid #0000001a;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.nav-dif {
  position: relative;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.nav-menu-inner {
  grid-column-gap: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--white);
  flex: none;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 300;
  transition: color .3s;
}

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

.nav-link.w--current {
  color: var(--primary);
  font-weight: 300;
}

.nav-link.link-black {
  color: var(--title);
}

.brand {
  width: 100%;
  max-width: 145px;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.nav-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  padding: 9px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .3s, color .3s;
}

.nav-button:hover {
  color: #fff;
  background-color: #000;
}

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

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

.style-top-section {
  padding-top: 80px;
  padding-bottom: 75px;
}

.main-heading {
  margin-bottom: 5px;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.heading-item-block {
  grid-column-gap: 180px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: grid;
}

.style-top-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.font-inner {
  grid-column-gap: 147px;
  margin-bottom: 20px;
  display: flex;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.font-block {
  grid-column-gap: 46px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 453px;
  display: grid;
}

.heading-text {
  color: #000;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-small {
  font-size: 1.15rem;
  font-weight: 300;
}

.hading-inner-block {
  grid-column-gap: 180px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: grid;
}

.font-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.d-none {
  display: none;
}

.font-name {
  font-size: 40px;
  font-weight: 400;
}

.color-block {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.color-main {
  width: 120px;
  height: 120px;
}

.style-guide-title {
  margin-bottom: 30px;
}

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

.style-guide-section.last {
  padding-bottom: 130px;
}

.color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.last {
  margin-bottom: 0;
}

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

.primary-color {
  color: var(--primary);
}

.bg-body {
  background-color: var(--body);
}

.body-color {
  color: var(--body);
}

.black-bg {
  background-color: var(--title);
}

.black-color {
  color: var(--title);
}

.button-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.primary-button {
  background-color: var(--primary);
  color: var(--title);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .3s, color .3s;
}

.primary-button:hover {
  color: #fff;
  background-color: #000;
}

.primary-button.submit {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 12px 20px 12px auto;
}

.primary-button.submit:hover, .primary-button.dark:hover {
  color: #000;
  background-color: #fff;
}

.secondary-button {
  color: var(--title);
  background-color: #fff;
  border: 1px solid #000;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .3s, color .3s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.text-align-center {
  font-size: 1.15rem;
}

.rich-text {
  width: 100%;
  max-width: 968px;
}

.rich-text h2 {
  margin-bottom: 40px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rich-text blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.rich-text h5, .rich-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text img {
  object-fit: cover;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.rich-text a {
  color: var(--title);
  transition: color .3s;
}

.rich-text a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer {
  background-color: var(--title);
  color: var(--white);
  justify-content: center;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 32px;
  display: flex;
}

.footer-top {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-middle {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}

.footer-middle-inner {
  background-color: #ffffff1a;
  width: 100%;
  max-width: 11024px;
  height: 1px;
  position: relative;
  transform: translate(-100%);
}

.footer-link-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 672px;
  display: flex;
}

.footer-menu-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-link.w--current {
  font-size: 1.15rem;
  font-weight: 300;
}

.footer-bottom {
  justify-content: space-between;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.team-link {
  color: #fff;
  text-decoration: underline;
}

.team-link:hover {
  text-decoration: none;
}

.white-color {
  color: #fff;
}

.footer-image-block {
  background-color: var(--body);
  width: 100%;
  max-width: 400px;
  display: flex;
}

.coming-soon-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.comingsoon-img-block {
  margin-top: 65px;
  margin-bottom: 50px;
}

.inquiry-title {
  font-size: 28px;
}

.coming-soon-paragraph {
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-link {
  color: var(--body);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .3s;
}

.paragraph-link:hover {
  border-bottom: 1px solid #000;
}

.utility-password-content {
  text-align: center;
  width: 100%;
  max-width: 508px;
}

.error-404-content {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.utility-password-form {
  grid-row-gap: 50px;
  border: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.utility-password-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.password-title-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.password-bottom-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 11px;
  font-size: 14px;
  font-weight: 400;
}

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

.text-field::placeholder {
  color: var(--body);
}

.submit-button {
  color: var(--title);
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.changelog-section {
  padding-bottom: 300px;
}

.version-info-block {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.changelog-title {
  margin-bottom: 5px;
}

.disclaimer-heading {
  margin-bottom: 15px;
}

.licensing-section {
  padding-bottom: 150px;
}

.licensing-title {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: #333;
}

.link:hover {
  text-decoration: underline;
}

.info-content {
  margin-bottom: 30px;
}

.licensing-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.info-block {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-label {
  margin-bottom: 5px;
}

.link-line {
  color: #333;
  text-decoration: underline;
}

.link-line:hover {
  text-decoration: none;
}

.privacy-policy-section {
  padding-bottom: 150px;
}

.info-paragraph {
  margin-bottom: 20px;
}

.info-title {
  margin-bottom: 15px;
}

.icon-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.icon-list-item {
  background-image: url('../images/tick-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
}

.hero-section {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  justify-content: flex-end;
  height: 800px;
  padding-bottom: 117px;
  display: flex;
  position: relative;
}

.hero-section.is-albast {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Scherm­afbeelding-2025-02-19-om-11.07.04.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.is-albast.is-fabriek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Scherm­afbeelding-2025-02-19-om-11.06.45.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-wrapper {
  color: var(--white);
  font-size: 30px;
  line-height: 150%;
}

.hero-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
}

.hero-bottom-block {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.center-line {
  background-color: #fff3;
  width: 100%;
  max-width: 280px;
  height: 1px;
}

.bottom-white-block {
  grid-column-gap: 50px;
  color: #000;
  background-color: #fff;
  align-items: center;
  padding: 24px 35px;
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.section-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.section-title-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.subtitle-top-block {
  grid-column-gap: 10px;
  display: flex;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.future-wrapper {
  grid-column-gap: 32px;
  display: flex;
}

.future-wrapper.grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.future-image-block {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 768px;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.future-image-block.smaller {
  max-width: 100%;
}

.future-content-block {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 368px;
  display: flex;
}

.future-middle-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

.service-inner-block {
  grid-row-gap: 40px;
  background-color: var(--white);
  color: var(--title);
  border: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-inner-block:hover {
  border-color: #000;
}

.service-icon-block {
  object-fit: cover;
  width: 65px;
  height: 100%;
  max-height: 65px;
  overflow: hidden;
}

.service-content-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.bottom-section {
  padding-bottom: 150px;
}

.choose-us-section {
  background-color: var(--grey-background);
  background-image: url('../images/why-choose-us-section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-list-block {
  grid-row-gap: 25px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.list-icon-item {
  background-image: url('../images/plus-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  font-size: 20px;
  line-height: 150%;
}

.states-wrapper {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.states-right-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-outer-block {
  margin-bottom: 15px;
}

.statistic-block {
  text-align: center;
  border: 1px solid #0000001a;
  padding: 40px;
}

.statistic-block.white-border {
  border-color: #ffffff1a;
}

.work-section {
  background-color: var(--title);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.invert {
  filter: invert();
}

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

.project-block {
  grid-row-gap: 10px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.project-image-block {
  background-color: var(--body);
  height: 100%;
  min-height: 380px;
  max-height: 380px;
  position: relative;
  overflow: hidden;
}

.project-image-block.bg-grey {
  background-color: var(--grey-background);
}

.project-thumb-image {
  object-fit: cover;
  height: 100%;
  min-height: 380px;
  max-height: 380px;
}

.location-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.utility-error-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.review-slider {
  background-color: #0000;
  height: auto;
}

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

.review-block {
  grid-row-gap: 20px;
  border: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.review-image-block {
  background-color: var(--grey-background);
  border-radius: 100%;
  width: 60px;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
}

.review-content-block {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.review-content {
  color: var(--title);
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.customer-name {
  color: var(--title);
  margin-bottom: 2px;
}

.company-name {
  font-size: 12px;
  font-weight: 400;
}

.left-arrow {
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
  inset: 56px 50px auto auto;
}

.left-arrow:hover {
  border-color: #000;
}

.right-arrow {
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
  inset: 56px 0% auto auto;
}

.right-arrow:hover {
  border-color: #000;
}

.blog-collection-item {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-collection-item:first-child {
  padding-top: 0;
}

.blog-collection-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.blog-item-block {
  color: var(--title);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-data-block {
  justify-content: space-between;
  width: 100%;
  max-width: 968px;
  display: flex;
}

.blog-details-link {
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blog-content-block {
  grid-column-gap: 32px;
  display: flex;
}

.blog-thumb-image {
  object-fit: cover;
  height: 100%;
  min-height: 175px;
  max-height: 175px;
}

.blog-title {
  width: 100%;
  max-width: 468px;
}

.blog-title-main {
  width: 100%;
  max-width: 900px;
  font-size: 56px;
}

.team-outer {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-inner-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.team-image-block {
  background-color: var(--grey-background);
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.team-content-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-tag {
  border: 1px solid #0000001a;
  border-radius: 30px;
  padding: 4px 14px;
}

.our-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.statistic-section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-wrapper-about {
  justify-content: space-between;
  display: flex;
}

.service-block-wrapper {
  width: 100%;
  max-width: 568px;
}

.service-dropdown {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.service-dropdown-toggle {
  border-bottom: 1px solid #00000040;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.service-collection-item {
  padding-bottom: 20px;
}

.service-collection-item:first-child {
  margin-top: -20px;
}

.service-collection-item:last-child {
  padding-bottom: 0;
}

.service-name-block {
  grid-column-gap: .33rem;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-name {
  font-size: 18px;
  font-weight: 400;
}

.service-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.service-subtext {
  width: 100%;
  max-width: 468px;
  padding-top: 15px;
}

.service-left-block {
  width: 100%;
  max-width: 468px;
}

.servive-paragraph {
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 150%;
}

.service-span-text {
  font-weight: 400;
}

.about-hero-wrapper {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.about-hero-left {
  width: 100%;
  max-width: 368px;
}

.about-hero-right {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 768px;
  display: grid;
}

.about-hero-paragraph {
  width: 100%;
  max-width: 668px;
  font-size: 1.15rem;
}

.about-hero-image {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 316px;
  max-height: 316px;
}

.about-hero-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.achievement-list-block {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.achievement-list-item {
  background-image: url('../images/list-dot.svg');
  background-position: 10.5px 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 15px;
  padding-left: 24px;
  font-size: 1.15rem;
  line-height: 170%;
}

.date-block {
  grid-column-gap: 5px;
  display: flex;
}

.date {
  color: var(--title);
}

.blog-main-section {
  padding-bottom: 80px;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
}

.blog-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
}

.blog-richtext-block {
  justify-content: center;
  display: flex;
}

.service-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.service-detail-section {
  padding-top: 60px;
}

.service-detail-wrapper {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-detail-right {
  grid-row-gap: 138px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/round-shape.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  width: 100%;
  max-width: 268px;
  padding: 40px 20px;
  font-size: 28px;
  line-height: 120%;
  display: flex;
}

.over-view-title {
  margin-bottom: 15px;
}

.over-view-details {
  width: 100%;
  max-width: 868px;
}

.over-view-details h2 {
  margin-bottom: 40px;
}

.over-view-details ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.over-view-details h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.over-view-details p {
  margin-bottom: 20px;
}

.over-view-details figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.over-view-details blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.over-view-details h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.over-view-details ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.over-view-details h5, .over-view-details h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.faq-wrapper {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq {
  border: 1px solid #0000001a;
  width: 100%;
}

.que-title {
  grid-column-gap: 15px;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-box {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 15px;
  position: absolute;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.que {
  white-space: normal;
  font-size: 18px;
  font-weight: 400;
}

.faq-data {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.map-rich-text {
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.contat-form {
  width: 100%;
  max-width: 850px;
  margin-bottom: 0;
}

.contact-form-inner {
  grid-column-gap: 32px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-text-field {
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
}

.contact-text-field:focus {
  border-bottom-color: var(--title);
}

.contact-text-field::placeholder {
  color: var(--title);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.textarea {
  border: 1px #000;
  border-bottom-style: solid;
  width: 100%;
  max-width: 568px;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 120px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

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

.textarea::placeholder {
  color: var(--title);
  font-size: 16px;
  font-weight: 300;
}

.btn-block {
  margin-top: -10px;
}

.contact-right-block {
  grid-column-gap: 20px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 468px;
  display: grid;
}

.contact-block {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  min-width: 150px;
  max-width: 168px;
  display: flex;
}

.contact-top {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-bottom {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

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

.success-message {
  background-color: #0000;
  border: 1px solid #000;
}

.error-message {
  text-align: center;
  background-color: #ffb1b1;
}

.pagination {
  grid-column-gap: 10px;
  justify-content: flex-end;
  padding-top: 40px;
}

.cta-section {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #fff3;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.cta-title {
  width: 100%;
  max-width: 468px;
  font-size: 44px;
}

.cta-form {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.cta-form-inner {
  border: 1px solid #fff;
  padding: 12px 20px;
  position: relative;
}

.cta-text-field {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/ic-mail.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 120px 10px 40px;
}

.cta-text-field::placeholder {
  color: #fff;
}

.success-message-white {
  background-color: #0000;
  border: 1px solid #fff;
}

.gallery-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.gallery-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-light-box {
  background-color: var(--body);
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.project-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.project-main-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.project-detail-section {
  padding-top: 60px;
  padding-bottom: 150px;
}

.project-detail-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.project-left-block {
  width: 100%;
  max-width: 300px;
}

.project-right-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.project-info-block {
  justify-content: space-between;
  display: flex;
}

.middle-line-project {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-detail-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.challenge-rich-text {
  width: 100%;
  max-width: 968px;
}

.challenge-rich-text h2 {
  margin-bottom: 40px;
}

.challenge-rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.challenge-rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.challenge-rich-text p {
  margin-bottom: 20px;
}

.challenge-rich-text figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.challenge-rich-text blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.challenge-rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.challenge-rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.challenge-rich-text h5, .challenge-rich-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.future-image {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.footer-image {
  object-fit: cover;
  height: 100%;
  min-height: 387px;
  max-height: 387px;
}

.about-left-image {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-right-image {
  object-fit: cover;
  height: 100%;
  min-height: 360px;
  max-height: 360px;
}

.footer-left {
  width: 100%;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 20px;
}

.blog-image-block {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 268px;
  height: 100%;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
}

.about-image-block {
  background-color: var(--grey-background);
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-img-block {
  display: none;
}

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

.empty-state {
  border: 1px solid var(--title);
  text-align: center;
  background-color: #fff;
  padding: 24px;
}

.nav-logo {
  filter: invert();
}

.customer-image-block {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 120px;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
}

.customer-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
}

.review-details-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.info-block-terms {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.background-video {
  z-index: 0;
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100%;
  padding-bottom: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-color-white.w--current {
  text-decoration: none;
}

.max-width-50rem {
  max-width: 50rem;
}

.body {
  background-color: #fff0;
}

.bg-gradient {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.image {
  opacity: .8;
}

.margin-bottom.margin-12 {
  margin-bottom: 12px;
}

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

.div-block-2 {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.privacy-container {
  margin-top: 100px;
  margin-left: 0;
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 30px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    transform: translate(0, 1px);
  }

  .nav-menu-inner {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: var(--title);
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-button {
    line-height: 170%;
  }

  .top-line {
    background-color: #fff;
    width: 25px;
    height: 1px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-line.black {
    background-color: var(--title);
  }

  .menu-button {
    color: var(--white);
    padding: 5px 0 5px 5px;
  }

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

  .middle-line {
    background-color: var(--white);
    width: 25px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line.black {
    background-color: var(--title);
  }

  .bottom-line {
    background-color: var(--white);
    color: var(--white);
    width: 25px;
    height: 1px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line.black {
    background-color: var(--title);
  }

  .navbar-button-block {
    padding: 20px;
  }

  .title-wrapper {
    grid-column-gap: 20px;
  }

  .main-heading {
    margin-bottom: 5px;
  }

  .heading-item-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .font-block {
    grid-column-gap: 20px;
  }

  .hading-inner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-name {
    font-size: 30px;
  }

  .style-guide-section.last {
    padding-bottom: 100px;
  }

  .primary-button.submit {
    top: 6px;
    bottom: 6px;
    right: 10px;
  }

  .rich-text img {
    min-height: 338px;
    max-height: 338px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .footer-middle {
    margin-top: 30px;
  }

  .footer-link-wrap {
    max-width: none;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-image-block {
    max-width: 320px;
  }

  .comingsoon-img-block {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .licensing-section, .privacy-policy-section {
    padding-bottom: 120px;
  }

  .hero-section {
    height: 100vh;
    padding-bottom: 160px;
  }

  .hero-title {
    font-size: 80px;
  }

  .bottom-white-block {
    grid-column-gap: 30px;
    padding: 20px;
    font-size: 20px;
  }

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

  .section-wrapper {
    grid-row-gap: 120px;
  }

  .future-wrapper {
    grid-column-gap: 20px;
  }

  .future-image-block {
    min-height: 360px;
    max-height: 360px;
  }

  .future-content-block {
    max-width: 32%;
  }

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

  .service-inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-section {
    padding-bottom: 120px;
  }

  .states-wrapper {
    grid-column-gap: 20px;
  }

  .project-image-block, .project-thumb-image {
    min-height: 240px;
    max-height: 240px;
  }

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

  .review-block {
    padding: 20px;
  }

  .blog-item-block {
    grid-column-gap: 30px;
  }

  .blog-data-block, .blog-content-block {
    grid-column-gap: 20px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-title-main {
    font-size: 40px;
  }

  .team-outer {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-block, .our-team-image {
    min-height: 415px;
    max-height: 415px;
  }

  .service-wrapper-about {
    grid-column-gap: 30px;
  }

  .servive-paragraph {
    font-size: 26px;
  }

  .about-hero-wrapper {
    grid-column-gap: 30px;
    align-items: flex-start;
  }

  .about-hero-left {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .about-hero-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    display: none;
  }

  .about-hero-content, .achievement-list-block {
    grid-row-gap: 10px;
  }

  .achievement-list-item {
    padding-bottom: 10px;
  }

  .hero-tablet-image {
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
    min-height: 200px;
    max-height: 200px;
  }

  .blog-main-image, .blog-main-block {
    min-height: 460px;
    max-height: 460px;
  }

  .service-main-block, .service-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-wrapper {
    grid-column-gap: 20px;
  }

  .que-title {
    grid-column-gap: 10px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
  }

  .map-rich-text {
    height: 500px;
  }

  .textarea {
    max-width: none;
  }

  .cta-wrapper {
    grid-column-gap: 30px;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-form-inner {
    padding: 6px 10px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-light-box, .gallery-image {
    min-height: 200px;
    max-height: 200px;
  }

  .project-main-block, .project-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .project-detail-section {
    padding-bottom: 120px;
  }

  .project-detail-wrapper {
    grid-column-gap: 40px;
    align-items: flex-start;
  }

  .future-image {
    min-height: 360px;
    max-height: 360px;
  }

  .footer-image {
    min-height: auto;
    max-height: none;
  }

  .about-left-image {
    min-height: 318px;
    max-height: 318px;
  }

  .footer-left {
    padding-top: 40px;
  }

  .about-image-block {
    min-height: 318px;
    max-height: 318px;
  }

  .about-img-block {
    height: 100%;
    min-height: 200px;
    max-height: 200px;
    display: block;
  }

  .review-details-wrapper {
    grid-column-gap: 40px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .brand {
    max-width: 113px;
  }

  .title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .main-heading {
    margin-bottom: 2px;
  }

  .font-inner {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .font-block {
    grid-template-columns: auto 1fr;
    width: auto;
  }

  .heading-text {
    text-align: left;
    font-size: 50px;
    line-height: 100%;
  }

  .hading-inner-block {
    padding-bottom: 50px;
  }

  .font-name {
    font-size: 26px;
  }

  .color-block {
    max-width: 100%;
  }

  .color-main {
    width: 100%;
    height: 100px;
  }

  .style-guide-section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .style-guide-section.last {
    padding-bottom: 80px;
  }

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

  .rich-text blockquote {
    padding: 20px;
  }

  .rich-text img {
    min-height: 245px;
    max-height: 245px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-middle-inner {
    display: none;
  }

  .footer-link-wrap {
    grid-column-gap: 2445rem;
    grid-row-gap: 2445rem;
    flex-flow: column;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

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

  .comingsoon-img-block {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .error-404-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-password-form {
    grid-row-gap: 40px;
    padding: 50px;
  }

  .utility-password-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .info-content {
    margin-bottom: 40px;
  }

  .licensing-wrapper {
    grid-row-gap: 40px;
  }

  .info-block {
    grid-row-gap: 20px;
  }

  .licensing-label {
    line-height: 24px;
  }

  .privacy-policy-section {
    padding-bottom: 100px;
  }

  .info-paragraph {
    margin-bottom: 20px;
  }

  .info-title {
    margin-bottom: 15px;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-wrapper {
    font-size: 20px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-bottom-block {
    grid-column-gap: 10px;
  }

  .bottom-white-block {
    grid-column-gap: 20px;
    padding: 16px;
    font-size: 16px;
  }

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

  .section-wrapper {
    grid-row-gap: 100px;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .future-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .future-image-block {
    min-height: 300px;
    max-height: 300px;
  }

  .future-content-block {
    grid-row-gap: 40px;
    max-width: none;
  }

  .service-collection-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .icon-list-block {
    grid-row-gap: 15px;
  }

  .list-icon-item {
    background-position: 0 0;
    background-size: 25px;
    font-size: 18px;
  }

  .states-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .states-left-block {
    padding-right: 0;
  }

  .states-right-block {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 49% 49%;
    align-content: start;
    padding-left: 0;
    padding-right: 7px;
  }

  .statistic-block {
    padding: 30px;
  }

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

  .project-image-block, .project-thumb-image {
    min-height: 180px;
    max-height: 180px;
  }

  .location-tag {
    padding-left: 8px;
    padding-right: 8px;
    bottom: 10px;
    right: 10px;
  }

  .utility-error-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .review-content-block {
    grid-row-gap: 30px;
  }

  .review-content {
    font-size: 18px;
  }

  .left-arrow, .right-arrow {
    top: 29px;
  }

  .blog-collection-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-item-block {
    grid-column-gap: 20px;
  }

  .blog-data-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-thumb-image {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
  }

  .blog-title-main {
    font-size: 28px;
  }

  .team-outer {
    grid-row-gap: 40px;
  }

  .team-image-block, .our-team-image {
    min-height: 296px;
    max-height: 296px;
  }

  .service-wrapper-about {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .service-collection-item {
    padding-bottom: 14px;
  }

  .service-collection-item:first-child {
    margin-top: -14px;
  }

  .service-left-block {
    max-width: none;
  }

  .servive-paragraph {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .hero-tablet-image {
    min-height: 170px;
    max-height: 170px;
  }

  .blog-main-section {
    padding-bottom: 60px;
  }

  .blog-main-image, .blog-main-block {
    min-height: 340px;
    max-height: 340px;
  }

  .service-main-block, .service-main-image {
    min-height: 400px;
    max-height: 400px;
  }

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

  .service-detail-right {
    grid-row-gap: 80px;
    max-width: none;
    font-size: 26px;
  }

  .over-view-details blockquote {
    padding: 20px;
  }

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

  .faq-data {
    grid-row-gap: 20px;
  }

  .contact-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .map-rich-text {
    height: auto;
  }

  .contact-form-inner {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .textarea {
    padding-bottom: 80px;
  }

  .contact-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 62px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .success-message {
    background-color: #0000;
    border: 1px solid #000;
  }

  .error-message {
    text-align: center;
    background-color: #ffcdcd;
    margin-top: 20px;
    padding: 20px;
  }

  .cta-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .cta-title {
    max-width: none;
    font-size: 32px;
  }

  .cta-form {
    max-width: none;
  }

  .success-message-white {
    background-color: #0000;
    border: 1px solid #000;
  }

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

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

  .project-main-block, .project-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .project-detail-section {
    padding-bottom: 100px;
  }

  .project-detail-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .project-left-block {
    max-width: none;
  }

  .challenge-rich-text blockquote {
    padding: 20px;
  }

  .future-image {
    min-height: 300px;
    max-height: 300px;
  }

  .about-left-image {
    min-height: 276px;
    max-height: 276px;
  }

  .footer-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-image-block {
    max-width: 50%;
    min-height: 160px;
    max-height: 160px;
  }

  .about-image-block {
    min-height: 276px;
    max-height: 276px;
  }

  .about-img-block {
    min-height: 170px;
    max-height: 170px;
  }

  .review-details-wrapper {
    grid-column-gap: 30px;
  }

  .info-block-terms {
    grid-row-gap: 40px;
  }

  .privacy-container {
    margin-right: 60px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand {
    width: 100%;
    max-width: 113px;
  }

  .navbar-button-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .heading-item-block {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 180px 100px 100px;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .style-top-wrapper {
    grid-row-gap: 50px;
  }

  .heading-block {
    grid-row-gap: 8px;
    margin-bottom: 8px;
  }

  .body-small {
    white-space: pre-wrap;
  }

  .hading-inner-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: 180px 100px 100px;
    display: none;
  }

  .color-main {
    width: 100%;
    height: 160px;
  }

  .style-guide-section.last {
    padding-bottom: 60px;
  }

  .color-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .button-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-button.submit {
    top: 10px;
    bottom: 10px;
    right: 10px;
  }

  .rich-text blockquote {
    padding: 14px;
  }

  .rich-text img {
    min-height: 160px;
    max-height: 160px;
  }

  .footer-top {
    grid-row-gap: 30px;
  }

  .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .comingsoon-img-block {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .inquiry-title {
    font-size: 24px;
  }

  .error-404-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-password-form {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .version-info-block {
    grid-column-gap: 15px;
    grid-template-columns: 70px 1fr;
  }

  .version-block {
    width: 70px;
    height: 70px;
  }

  .licensing-disclaimer {
    padding: 20px;
  }

  .licensing-section {
    padding-bottom: 80px;
  }

  .info-content {
    margin-bottom: 30px;
  }

  .licensing-wrapper {
    grid-row-gap: 80px;
  }

  .privacy-policy-section {
    padding-bottom: 80px;
  }

  .hero-section {
    background-image: linear-gradient(#00000073, #00000073);
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .hero-title {
    font-size: 42px;
  }

  .center-line {
    max-width: 115px;
  }

  .bottom-white-block {
    grid-column-gap: 11px;
    padding: 10px;
    font-size: 12px;
  }

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

  .section-wrapper {
    grid-row-gap: 80px;
  }

  .section-title-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .future-wrapper.grid {
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .future-image-block {
    min-height: 200px;
    max-height: 200px;
  }

  .service-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .bottom-section {
    padding-bottom: 80px;
  }

  .list-icon-item {
    background-position: 0 8%;
    padding-left: 40px;
  }

  .statistic-block {
    padding: 20px;
  }

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

  .project-image-block, .project-thumb-image {
    min-height: 220px;
    max-height: 220px;
  }

  .review-slider {
    padding-bottom: 60px;
  }

  .review-block {
    padding: 14px;
  }

  .review-content {
    font-size: 16px;
  }

  .left-arrow {
    inset: auto 50% 0%;
    transform: translate(-45px);
  }

  .right-arrow {
    inset: auto 50% 0%;
    transform: translate(5px);
  }

  .blog-item-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-content-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-thumb-image {
    min-height: 220px;
    max-height: 220px;
  }

  .blog-title-main {
    font-size: 24px;
  }

  .team-outer {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-image-block, .our-team-image {
    min-height: 380px;
    max-height: 380px;
  }

  .servive-paragraph {
    font-size: 22px;
  }

  .about-hero-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-hero-image {
    min-height: 240px;
    max-height: 240px;
    display: block;
  }

  .blog-main-image, .blog-main-block {
    min-height: 240px;
    max-height: 240px;
  }

  .service-main-block, .service-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .service-detail-right {
    grid-row-gap: 40px;
  }

  .over-view-details blockquote {
    padding: 14px;
  }

  .que-title, .ans-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .vertical-line {
    height: 18px;
  }

  .horizontal-line {
    width: 18px;
  }

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

  .textarea {
    padding-bottom: 60px;
  }

  .contact-right-block {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-block {
    max-width: none;
  }

  .contact-top {
    grid-row-gap: 5px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-form-inner {
    padding: 10px;
  }

  .cta-text-field {
    height: 46px;
    padding-left: 30px;
    padding-right: 110px;
  }

  .gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .gallery-light-box, .gallery-image {
    min-height: 116px;
    max-height: 116px;
  }

  .project-main-block, .project-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .project-detail-section {
    padding-bottom: 80px;
  }

  .project-right-block {
    grid-row-gap: 10px;
  }

  .challenge-rich-text blockquote {
    padding: 14px;
  }

  .future-image {
    min-height: 200px;
    max-height: 200px;
  }

  .about-left-image {
    min-height: 380px;
    max-height: 380px;
  }

  .about-right-image {
    min-height: 240px;
    max-height: 240px;
  }

  .blog-image-block {
    max-width: 100%;
    min-height: 220px;
    max-height: 220px;
  }

  .about-image-block {
    min-height: 380px;
    max-height: 380px;
  }

  .about-img-block {
    display: none;
  }

  .customer-image-block {
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .customer-image {
    min-height: 140px;
    max-height: 140px;
  }

  .review-details-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .bg-gradient {
    background-image: url('../images/BG-Ralabaster.jpg');
    background-position: 0 0;
    background-size: cover;
  }
}

#w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-f28737b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134d0-f28737b5, #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134d2-f28737b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68bd0c9f-0db7-aac2-5d0e-6d997caacf42-7caacf3f {
  justify-self: center;
}

#w-node-_48cbf403-6663-f3b3-7282-faedc957106e-c9571062, #w-node-_48cbf403-6663-f3b3-7282-faedc957109b-c9571062, #w-node-_3eb07ec0-d09c-03fb-96a9-c2c811d09963-f28737c0, #w-node-_3777a74b-7bf9-c457-fbf3-dc19a7db321b-f28737c0, #w-node-ec19b941-cbba-26b3-bfdd-f480e78ca747-f28737c0, #w-node-_0f0c6c49-9d68-d0de-3655-bb330c3de8f0-f28737c0, #w-node-_54bffc02-9702-4142-4ab6-4f84409649d6-f28737c0, #w-node-_6577f2bf-8e6a-7712-d5b8-6300f9a6f306-f28737c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afa2de4-0d56-d33f-630f-95c2506f49c8-f28737c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_35dc7d02-413b-2c37-9794-e2cb2b18792c-f28737c4, #w-node-_27d81136-87e4-aff9-fb8c-84a10d389827-f28737c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Waarmee-kunnen-wij-je-helpen.w-node-_45d4e4ef-362c-9d4e-2654-146f35aa94fa-f28737c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_634b2a12-7875-b92a-e1cb-dafe3974d197-f28737c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_44cc0c61-d08c-a345-4d28-59f0ab67ed40-f28737c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-d588878c, #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-cbe7b402, #w-node-_60b4b700-3579-fc28-65eb-bbd2fae8332b-cbe7b402, #w-node-_87769a20-bc6a-3ed5-b884-9b0c5f3bcf8e-cbe7b402, #w-node-_7672996b-915f-f2a5-58ce-b90b50708678-cbe7b402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-f28737b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134d2-f28737b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0afa2de4-0d56-d33f-630f-95c2506f49c8-f28737c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_27d81136-87e4-aff9-fb8c-84a10d389827-f28737c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-d588878c, #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134ce-cbe7b402, #w-node-_60b4b700-3579-fc28-65eb-bbd2fae8332b-cbe7b402, #w-node-_87769a20-bc6a-3ed5-b884-9b0c5f3bcf8e-cbe7b402, #w-node-_7672996b-915f-f2a5-58ce-b90b50708678-cbe7b402 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f02b10b-1cdd-bee0-b207-aa3aacf134d0-f28737b5, #w-node-_35dc7d02-413b-2c37-9794-e2cb2b18792c-f28737c4, #Waarmee-kunnen-wij-je-helpen.w-node-_45d4e4ef-362c-9d4e-2654-146f35aa94fa-f28737c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_634b2a12-7875-b92a-e1cb-dafe3974d197-f28737c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


