.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 {
  font-family: Montserrat, sans-serif;
  color: #6d7375;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

p {
  margin-bottom: 0px;
}

.page-content p {
  margin-bottom: 20px;
}

.underline {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #e7b097;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand {
  max-width: 120%;
  margin-top: 6px;
}

.brand.footer {
  margin-top: -30px;
  padding: 6px 10px;
  background-color: #fff;
}

.icon-box {
  padding: 10px;
}

.social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-button {
  display: none;
  cursor: pointer;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.brand-container {
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-decoration: none;
}

.nav-link {
  margin-left: 30px;
  padding: 16px 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;
  border-bottom: 2px solid rgba(223, 179, 145, 0);
  color: #454646;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.contact {
  display: none;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.navigation.page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

.nav-menu {
  -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 {
  width: 25px;
  background-color: #454646;
}

.navigation-back-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  -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: transparent;
}

.footer-social {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

.footer-link {
  margin-top: 8px;
  color: #6d7375;
  font-size: 14px;
  text-decoration: none;
}

.info-grid {
  display: -ms-grid;
  display: grid;
  padding-left: 25px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 24px 1fr;
  grid-template-columns: 24px 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer-top {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 30px;
  -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-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer-menu {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-footer {
  padding: 10px;
}

.copyright-text {
  color: #959c9e;
  font-size: 12px;
  line-height: 18px;
}

.small-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.small-paragraph.semibold {
  color: #454646;
  font-weight: 600;
}

.copyright-link {
  color: #454646;
  font-weight: 600;
  text-decoration: none;
}

.background-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -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: #e7edf0;
}

.grey-90 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #454646;
}

.styleguide {
  background-color: #f3f7f8;
}

.button-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  background-color: #454646;
}

.medium-paragraph {
  color: #454646;
  font-weight: 500;
}

.grey-05 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f3f7f8;
}

.headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-back-button {
  color: #454646;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.grey-20 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #dae0e2;
}

.semibold-paragraph {
  color: #454646;
  font-weight: 600;
}

.h1 {
  position: relative;
  z-index: 200;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
}

.grey-40 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #c3cbcd;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7edf0;
}

.styleguide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  border-bottom: 1px solid #e7edf0;
  background-color: #fff;
}

.grey-80 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #6d7375;
}

.caption {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #454646;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input-field {
  width: 100%;
  min-height: 54px;
  margin-bottom: 30px;
  padding: 10px 0px 4px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c3cbcd;
  background-color: transparent;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.input-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #e7b097;
}

.input-field.message {
  min-height: 100px;
}

.underline-button {
  text-decoration: none;
}

.background-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -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: #fff;
}

.button-secondary {
  margin-top: 30px;
  padding: 10px 24px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1.5px #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.colors {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.h3.dark-text {
  color: #454646;
}

.page-content h3 {
  margin-top: 14px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2c2d5d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;

}

.content-vertical-styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.h5 {
  position: relative;
  top: 2px;
  z-index: 200;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.h5.header {
  top: 0px;
  font-size: 14px;
}

.h5.service {
  color: #2c2d5d;
}

.grey-60 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #959c9e;
  color: #959c9e;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.h2.margin-20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.h2.span {
  color: #2c2d5d;
  font-size: 32px;
  line-height: 32px;
}

.h2.white-text {
  position: relative;
  z-index: 300;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.h2.margin-top {
  margin-top: 60px;
}

.h2.privacy {
  font-size: 30px;
  line-height: 36px;
}

.white {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3cbcd;
  border-radius: 4px;
  background-color: #fff;
}

.styleguide-header {
  position: relative;
  z-index: 200;
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #454646;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -1px;
}

.primary-light {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  background-color: #fcfaf8;
}

.button-line {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 90%;
  height: 140%;
  box-shadow: inset 0 0 0 1.5px #2c2d5d;
}

.content-styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #6d7375;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.styleguide-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #6d7375;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.grey-10 {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #e7edf0;
}

.colors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-transform: uppercase;
}

.primary {
  width: 160px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #2c2d5d;
}

.button-primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 12px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
  background-color: #2c2d5d;
  box-shadow: inset 0 0 0 1.5px #2c2d5d;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  text-decoration: none;
  cursor:pointer;
}

.button-primary.form {
  max-width: 540px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
  background-color: #2c2d5d;
}

.button-primary._205 {
  max-width: 215px;
  margin-top: 20px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
}

.button-primary.header {
  max-width: 540px;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
  background-color: #2c2d5d;
}

.button-primary.contact {
  display: none;
}

.button-primary.services-home {
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
}

.button-primary.services {
  max-width: 540px;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a7ff;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c2d5d;
  text-transform: uppercase;
}

.button-primary.services:hover {
  background-color: #2c2d5d;
  color: #fff;
}

.styleguide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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;
}

.underline-view-project {
  width: 100%;
  height: 1.5px;
  background-color: #454646;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.small-bold-paragraph {
  color: #454646;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.small-light-paragraph {
  color: #959c9e;
  font-size: 14px;
  line-height: 20px;
}

.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6d7375;
  border-radius: 20px;
}

.logo-background {
  position: absolute;
  left: -25%;
  top: -14%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.5;
  font-family: Montserrat, sans-serif;
  color: #e7b097;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0px;
}

.hero-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 50%;
  -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-image: url('../images/kitchen-feature-home.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.max-width-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 478px;
  -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;
}

.wheel {
  width: 3px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50px;
  background-color: #e7b097;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 20px;
  -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;
}

.scroll-wrapper.widther {
  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;
}

.icons-container-tablet {
  display: none;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.hero-wrapper.minheight {
  min-height: 150px;
  margin-top: -143px;
}

.icon-2 {
  width: 20px;
  background-color: #454646;
}

.right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  z-index: 200;
  width: 50%;
  height: 580px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/kitchen-feature-home-small-top.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.data {
  margin-right: 30px;
  margin-left: 30px;
  -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;
  text-align: center;
}

.line {
  width: 1.5px;
  min-height: 100%;
  margin-bottom: 60px;
  padding-left: 1.5px;
  background-color: #e7b097;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.small-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 16px;
  -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;
}

.data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-wrapper {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-grid {
  display: -ms-grid;
  display: grid;
  max-width: 670px;
  margin-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: 60px;
}

.image-2 {
  z-index: 200;
  width: 50%;
  height: 580px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/bathroom-feature-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.collection-list-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  -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;
}

.collection-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-card {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.background-card:hover {
  opacity: 1;
}

.content-card-wrapper {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-decoration: none;
}

.image-3 {
  z-index: 200;
  width: 50%;
  height: 750px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/kitchen-feature-home-small-contact.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  margin-left: 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;
}

.success-message {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #80cab8;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.error-message {
  margin-bottom: 40px;
  background-color: #ff7194;
}

.header-full-width {
  width: 100%;
  margin-top: 70px;
  -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;
}

.category-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.lightbox-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-left: 20px;
}

.empty-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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: #dae0e2;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
}

.project-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-paragraph {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.small-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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-back-button-2 {
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bold-paragraph-2 {
  color: #454646;
  font-weight: 700;
  text-transform: uppercase;
}

.name-category {
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.lightbox-small-project {
  height: 100%;
}

.lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.details {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 260px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fit, minmax(auto, 260px));
}

.project-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.category-button {
  margin-top: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
}

.category-button.w--current {
  margin-left: 0px;
}

.project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item {
  height: 100%;
}

.content-back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.projects-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(auto, 480px));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.projects-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(auto, 520px));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-card {
  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;
}

.link-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.project-preview-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #454646;
  font-weight: 500;
}

.changelog-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-light.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.small-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 70px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.version-description {
  margin-top: 20px;
}

.rich-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
}

.rich-text li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}

.rich-text h4 {
  margin-top: 40px;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  color: #454646;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0px;
}

.rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  border-left-color: #c0ca67;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

.rich-text figcaption {
  margin-top: 10px;
  margin-bottom: 60px;
}

.rich-text p {
  margin-bottom: 20px;
  color: #6d7375;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.rich-text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
}

.rich-text strong {
  color: #454646;
  font-weight: 700;
}

.rich-text img {
  max-width: 90%;
  margin-top: 20px;
}

.footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #fcfaf8;
}

.license-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto;
  padding-right: 20px;
  padding-left: 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;
}

.license-paragraph {
  max-width: 800px;
  margin-top: 20px;
  text-align: center;
}

.assets-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.assets-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  -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-1-image {
  width: 160px;
  height: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae0e2;
  background-image: url('../images/fonts-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.font-2-image {
  width: 160px;
  height: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae0e2;
  background-image: url('../images/fonts-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fonts-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  margin-top: 20px;
  -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;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icons-image {
  width: 160px;
  height: 160px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dae0e2;
  background-image: url('../images/icons.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.images-image {
  width: 160px;
  height: 160px;
  margin-top: 20px;
  background-image: url('../images/images.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.license-link {
  margin-top: 10px;
  color: #6d7375;
  text-decoration: none;
}

.utility-page-wrap {
  position: static;
  top: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-error {
  height: 140px;
  margin-bottom: 20px;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #2b2f4e;
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: -1px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  color: #454646;
  text-align: center;
}

.paragraph.small-top-margin {
  margin-top: 20px;
}

.paragraph.left {
  text-align: left;
}

.link-text {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c2d5d;
  text-decoration: none;
}

.link-text:hover {
  opacity: 0.6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-block {
  margin-top: 8px;
}

.feature-page-heading {
  position: relative;
  z-index: 200;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
}

.keywords-h1 {
  opacity: 1;
  color: #e7b097;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.keywords-h1.page {
  opacity: 1;
  color: #fff;
}

.keywords-h1.home-white {
  opacity: 0.65;
  color: #fff;
}

.keywords-h1.home-grey {
  opacity: 0.65;
  color: #454646;
}

.feature-logo {
  margin-bottom: 20px;
}

.small-top-margin {
  margin-top: 20px;
}

.header-image-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/kitchen-feature-bkg-4.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 70px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-wrapper.services {
  margin-bottom: 0px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #2c2d5d;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.page-header.margin-20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.page-header.span {
  color: #2c2d5d;
  font-size: 32px;
  line-height: 32px;
}

.page-header.white-text {
  position: relative;
  z-index: 300;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.page-header.margin-top {
  margin-top: 60px;
}

.keywords-h1-page {
  position: relative;
  z-index: 300;
  margin-top: -20px;
  opacity: 0.45;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.keywords-h1-page.page {
  opacity: 1;
  color: #fff;
}

.page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content.services {
  margin-bottom: 0px;
}

.page-description {
  margin-bottom: 80px;
}

.page-description.services {
  margin-bottom: 0px;
}

.divider-line {
  margin-top: 140px;
  border-top: 1px solid #eee;
}

.contact-links-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: -60px auto 70px;
  padding-right: 20px;
  padding-left: 20px;
}

.contact-links-header {
  margin-bottom: 20px;
  color: #959c9e;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(auto, 480px));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(auto, 520px));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-card {
  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;
}

.project-card-copy {
  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;
}

.service-preview-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.underline-view-service {
  width: 100%;
  height: 1.5px;
  background-color: #454646;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.service-links {
  width: 100%;
}

.services-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.services-header.margin-20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.services-header.span {
  color: #2c2d5d;
  font-size: 32px;
  line-height: 32px;
}

.services-header.white-text {
  position: relative;
  z-index: 300;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.services-header.margin-top {
  margin-top: 60px;
}

.services-nav {
  width: 100%;
  margin-top: 80px;
}

.project-header {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #454646;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-header.margin-20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.project-header.span {
  color: #2c2d5d;
  font-size: 32px;
  line-height: 32px;
}

.project-header.white-text {
  position: relative;
  z-index: 300;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.project-header.margin-top {
  margin-top: 60px;
}

.gallery-header {
  margin-bottom: 20px;
  color: #454646;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 12px 40px 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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(44, 45, 93, 0.25);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #2c2d5d;
  text-decoration: none;
  text-transform: uppercase;
}

.button-services:hover {
  border-color: #2c2d5d;
  background-color: #2c2d5d;
  color: #fff;
}

.button-services.form {
  max-width: 540px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
  background-color: #2c2d5d;
}

.button-services._205 {
  max-width: 205px;
  margin-top: 20px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
}

.button-services.header {
  max-width: 540px;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
  background-color: #2c2d5d;
}

.button-services.contact {
  display: none;
}

.button-services.services-home {
  border-style: solid;
  border-width: 1px;
  border-color: #2c2d5d;
  border-radius: 4px;
}

.button-services.services {
  max-width: 540px;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c3a7ff;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c2d5d;
  text-transform: uppercase;
}

.button-services.services:hover {
  background-color: #2c2d5d;
  color: #fff;
}

.header-image-kitchens {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/kitchen-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header-image-joinery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/kitchen-feature-bkg-2.jpg');
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-image-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/kitchen-feature-bkg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-image-commercial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/commercial-joinery-feature-bkg.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-contac {
  z-index: 200;
  width: 50%;
  height: 750px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/kitchen-feature-home-lime.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-image-solid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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: url('../images/kitchen-feature-bkg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/slider-bedroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-wrapper {
  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;
  text-align: center;
}

.top-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.top-wrapper.left.make-center {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/kitchen-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/kitchen-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/solid-feature-bathroom-white.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  position: relative;
  left: auto;
  top: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -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;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.container.center.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mouse-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 2px solid #fff;
  border-radius: 12px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45px;
  z-index: 1;
  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;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.sub-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(0, 126, 82, 0.65);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-text.whiter {
  color: hsla(0, 0%, 100%, 0.7);
}

.sub-text.whiter.darker {
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  text-shadow: 1px 1px 6px #fff;
}

.mouse-dots {
  width: 4px;
  height: 4px;
  margin-top: 10px;
  border-radius: 100%;
  background-color: #d1d1d1;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/slider-kitchen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/slider-kitchen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.top-title.in-banner {
  margin-top: 15px;
  color: #fff;
  font-size: 47px;
  line-height: 55px;
}

.top-title.in-banner.second {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
}

.top-title.in-banner.second.darker {
  color: #000;
  text-align: left;
  text-shadow: 2px 2px 6px #fff;
}

.top-title.in-banner.second.shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.top-title.in-banner.second.right {
  text-align: right;
}
p.top-par {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  max-width:575px;
  opacity:0.75;
}

p.top-par.darker {
  color: #000;
  opacity:1;
}

.team p i {font-size:14px;line-height:16px;}

.button {
  padding: 18px 35px 16px;
  background-color: #007e52;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.black {
  background-color: rgba(0, 0, 0, 0.15);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button.black:hover {
  background-color: #2c2d5d;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.top-margin.half.slider {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-margin.half.slider.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.slide-3 {
  background-image: url('../images/joinery-feature-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -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(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.fourth {
  display: block;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #c3cbcd;
  background-image: none;
  text-align: center;
}

.arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
}

.arrow:hover {
  background-color: #2c2d5d;
}

.arrow.left {
  border-right-color: #fff;
  border-left-color: transparent;
}

.system_galleries li.lightbox-small-project.four {width:25%;}

/* .photogallery-scroll {position:relative;min-height:100px;z-index:2000;width:100%;background:#000;color:#fff;} */

@media screen and (max-width: 1441px) {
    .container.center {
      left: 5%;
      top: 40%;
    }
    .scroll-wrapper {
      left: 10%;
    }
}

@media screen and (max-width: 1281px) {
    .container.center {
      left: 10%;
      top: 39%;
    }
    .scroll-wrapper {
      left: 14%;
    }    
}

@media screen and (max-width: 991px) {
  .brand.footer {
    max-width: 180%;
  }

  .social-menu {
    display: none;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .navigation-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .icon {
    background-color: #6d7375;
  }

  .footer-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h1 {
    max-width: 400px;
    -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;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }

  .form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-field {
    margin-top: 0px;
  }

  .button-secondary {
    display: none;
    margin-top: 20px;
    background-color: transparent;
  }

  .styleguide-header {
    max-width: 400px;
    -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;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .button-primary {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .button-primary.form {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-primary.header {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-primary.contact {
    display: block;
  }

  .button-primary.services-home {
    display: none;
  }

  .button-primary.services {
    margin-top: 10px;
    margin-bottom: 0px;
    border-color: #c3cbcd;
  }

  .logo-background {
    top: -7%;
    display: none;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
  }

  .hero-image {
    position: static;
    height: 420px;
    max-width: 100%;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .max-width-wrapper {
    max-width: 600px;
    margin-top: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-wrapper {
    display: none;
  }

  .icons-container-tablet {
    display: block;
    margin-top: 40px;
  }

  .hero-section {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .hero-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-2 {
    background-color: #6d7375;
  }

  .right-wrapper {
    margin-right: 0px;
    margin-left: 20px;
  }

  .image {
    width: 46%;
    height: 560px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .data {
    margin-right: 20px;
    margin-left: 20px;
  }

  .line {
    margin-bottom: 30px;
  }

  .content-section {
    margin-top: 80px;
  }

  .small-margin {
    margin-bottom: 30px;
  }

  .data-wrapper {
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper {
    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;
  }

  .left-grid {
    margin-right: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .left-wrapper {
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .image-2 {
    width: 46%;
    height: 480px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .collection-list {
    margin-top: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-wrapper {
    height: 280px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-card-wrapper {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    width: 85%;
    max-height: 480px;
    margin-top: 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contact-form {
    width: 60%;
    margin-left: 20px;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .category-image {
    height: 300px;
  }

  .details-paragraph {
    text-align: center;
  }

  .details {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .project-grid {
    grid-auto-rows: minmax(auto, 200px);
    grid-template-rows: repeat(auto-fit, minmax(auto, 200px));
  }

  .project-title {
    margin-right: 20px;
  }

  .changelog-image {
    height: 300px;
  }

  .h2-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.left {
    margin-bottom: 30px;
  }

  .feature-page-heading {
    max-width: 400px;
    -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;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }

  .keywords-h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .header-image-about {
    height: 300px;
  }

  .page-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .keywords-h1-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider-line {
    margin-top: 60px;
  }

  .contact-links-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-links-header {
    padding-left: 10px;
  }

  .service-title {
    margin-right: 20px;
  }

  .services-header {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .services-nav {
    margin-top: 60px;
  }

  .button-services {
    margin-top: 0px;
    margin-bottom: 14px;
  }

  .button-services.form {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-services.header {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-services.contact {
    display: block;
  }

  .button-services.services-home {
    display: none;
  }

  .button-services.services {
    margin-top: 10px;
    margin-bottom: 0px;
    border-color: #c3cbcd;
  }

  .header-image-kitchens {
    height: 300px;
  }

  .header-image-joinery {
    height: 300px;
  }

  .header-image-services {
    height: 300px;
  }

  .image-contac {
    width: 85%;
    max-height: 480px;
    margin-top: 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header-image-solid {
    height: 300px;
  }

  .slide-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .top-wrapper.left.make-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .slide-1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slide-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.center {
    left: auto;
    top: 50%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .make-center-mobile {
    text-align: center;
  }

  .slide-5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .top-margin.half {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .banner {
    height: 850px;
  }

  .banner.fourth {
    height: 900px;
  }

  .system_galleries li.lightbox-small-project.four {width:50%;}
}

@media screen and (max-width: 772px) {
  .nav-link {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-burger-line {
    width: 28px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #6d7375;
  }

  .social-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: auto;
    margin-top: 20%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    position: relative;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 4px;
    -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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .brand-container {
    z-index: 2000;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    display: block;
    margin-left: 0px;
    color: #6d7375;
    text-transform: uppercase;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }

  .nav-link.contact {
    display: block;
  }

  .center-burger-line {
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #6d7375;
  }

  .top-burger-line {
    width: 28px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #6d7375;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100vw;
    height: 60vh;
    -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;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .info-grid {
    padding-left: 0px;
  }

  .footer-top {
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 40px;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .footer-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-back-button {
    font-size: 16px;
    line-height: 24px;
  }

  .h1 {
    text-align: center;
  }

  .underline-button {
    margin-left: 10px;
  }

  .h2.white-text {
    font-size: 28px;
  }

  .styleguide-header {
    text-align: center;
  }

  .button-line {
    border-width: 1.5px;
  }

  .hero-image {
    height: 340px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .max-width-wrapper {
    margin-top: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icons-container-tablet {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .hero-section {
    -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;
  }

  .hero-wrapper {
    width: 100vw;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-wrapper {
    margin-left: 0px;
  }

  .image {
    display: block;
    width: 100%;
    height: 400px;
    max-height: none;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .data {
    margin-right: 40px;
    margin-left: 40px;
  }

  .content-section {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .data-wrapper {
    margin-left: 0px;
  }

  .content-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-grid {
    margin-right: 0px;
  }

  .left-wrapper {
    margin-right: 0px;
  }

  .image-2 {
    display: block;
    width: 100%;
    height: 400px;
    max-height: none;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    display: block;
    width: 100%;
    height: 400px;
    max-height: none;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .contact-form {
    width: 100%;
    margin-left: 0px;
  }

  .contact-wrapper {
    -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;
  }

  .category-image {
    height: 260px;
  }

  .header-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-project {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-back-button-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .projects-section {
    width: 100vw;
    -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;
  }

  .name-category {
    font-size: 16px;
    line-height: 24px;
  }

  .lightbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
  }

  .project-grid {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(120px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
    -ms-grid-rows: minmax(auto, 160px);
    grid-template-rows: minmax(auto, 160px);
  }

  .project-list-wrapper {
    width: 100%;
  }

  .category-button {
    margin-left: 10px;
  }

  .projects-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-title {
    font-size: 16px;
    line-height: 24px;
  }

  .changelog-image {
    height: 260px;
  }

  .assets-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fonts-images {
    margin-top: 10px;
  }

  .icons-image {
    margin-top: 10px;
  }

  .images-image {
    margin-top: 10px;
  }

  .image-error {
    height: 120px;
  }

  .feature-page-heading {
    text-align: center;
  }

  .keywords-h1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .header-image-about {
    height: 260px;
  }

  .keywords-h1-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .services-section {
    width: 100vw;
    -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;
  }

  .services-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-title {
    font-size: 16px;
    line-height: 24px;
  }

  .services-header {
    font-size: 14px;
  }

  .header-image-kitchens {
    height: 260px;
  }

  .header-image-joinery {
    height: 260px;
  }

  .header-image-services {
    height: 260px;
  }

  .image-contac {
    display: block;
    width: 100%;
    height: 400px;
    max-height: none;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .header-image-solid {
    height: 260px;
  }

  .slide-4 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .top-wrapper.left.make-center {
    text-align: center;
  }

  .slide-1 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .slide-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .slide-5 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .top-title.in-banner {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.in-banner.second {
    text-align: center;
  }

  .top-title.in-banner.second.darker {
    text-align: center;
  }

  .slide-3 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .banner.fourth {
    height: 760px;
  }

  .arrow {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .brand.footer {
    width: 260px;
    max-width: 100%;
  }

  .social-menu {
    display: none;
  }

  .brand-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-top {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 6px;
    grid-row-gap: 40px;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .footer-menu {
    margin-left: 20px;
  }

  .copyright-text {
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .h1 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .caption {
    font-size: 14px;
    line-height: 20px;
  }

  .form {
    padding: 20px;
  }

  .input-field {
    line-height: 18px;
  }

  .button-secondary {
    margin-top: 20px;
    line-height: 18px;
  }

  .h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h5 {
    top: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .h2.white-text {
    font-size: 22px;
    line-height: 28px;
  }

  .styleguide-header {
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 42px;
  }

  .h4 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .button-primary {
    margin-bottom: 20px;
    padding: 10px 32px;
  }

  .logo-background {
    top: -6%;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-image {
    height: 180px;
  }

  .max-width-wrapper {
    margin-top: 80px;
  }

  .icons-container-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .hero-section {
    overflow: hidden;
    -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;
  }

  .hero-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    height: 380px;
  }

  .data {
    margin-right: 10px;
    margin-left: 10px;
  }

  .content-section {
    margin-top: 60px;
  }

  .data-wrapper {
    display: none;
  }

  .left-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .left-wrapper {
    margin-bottom: 0px;
  }

  .image-2 {
    height: 380px;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-item-wrapper {
    height: 180px;
    -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;
  }

  .content-card-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    height: 380px;
  }

  .contact-wrapper {
    margin-bottom: 60px;
  }

  .category-image {
    height: 200px;
  }

  .lightbox-project {
    margin-bottom: 10px;
  }

  .projects-section {
    margin-top: 60px;
  }

  .details {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    margin-left: 0px;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(80px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
    -ms-grid-rows: minmax(auto, 86px);
    grid-template-rows: minmax(auto, 86px);
  }

  .changelog-image {
    height: 200px;
  }

  .rich-text {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rich-text li {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text p {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .footer-main {
    margin-bottom: 60px;
  }

  .assets-content {
    max-width: 280px;
  }

  .fonts-images {
    width: 100%;
  }

  .h2-2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .utility-page-content {
    margin-right: 16px;
    margin-left: 16px;
  }

  .force-break {
    display: block;
  }

  .feature-page-heading {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .keywords-h1 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .header-image-about {
    height: 200px;
  }

  .page-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-header {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

  .keywords-h1-page {
    margin-top: -20px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .page-content {
    margin-bottom: 40px;
  }

  .contact-links-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .services-section {
    margin-top: 60px;
  }

  .services-header {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .project-header {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .button-services {
    margin-bottom: 14px;
    padding: 10px 32px;
  }

  .header-image-kitchens {
    height: 200px;
  }

  .header-image-joinery {
    height: 200px;
  }

  .header-image-services {
    height: 200px;
  }

  .image-contac {
    height: 380px;
  }

  .header-image-solid {
    height: 200px;
  }

  .container.center {
    top: 55%;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .sub-text {
    font-size: 13px;
  }

  .top-title {
    font-size: 26px;
  }

  .top-title.in-banner {
    font-size: 24px;
    line-height: 30px;
  }

  .top-margin {
    margin-top: 30px;
  }

  .banner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner.fourth {
    height: 650px;
  }
  p.top-par {
  display:none;
  }
}

#w-node-_42a3e9fc-485c-62e4-fbd4-b02531890944-bf5273e3 {
  -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;
}

#w-node-_1a07ab7f-305d-8566-2b3c-fcb71ed8b217-bf5273e3 {
  -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;
}

#w-node-_527da744-e1a2-c7e2-0fb2-0fdeb56da27c-bf5273e3 {
  -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;
}

#w-node-_41535af9-9519-259f-174b-f1d0b1a4ca53-bf5273e3 {
  -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;
}

#w-node-_6a765871-4faf-2dc1-28c2-467d89453c93-89453c91 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6a765871-4faf-2dc1-28c2-467d89453c96-89453c91 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6a765871-4faf-2dc1-28c2-467d89453ca7-89453c91 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6a765871-4faf-2dc1-28c2-467d89453cb2-89453c91 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6a765871-4faf-2dc1-28c2-467d89453cbb-89453c91 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b5a-a2c59b58 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b5d-a2c59b58 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b6e-a2c59b58 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b79-a2c59b58 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b80-a2c59b58 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_59594209-3313-1281-06bb-80a07ebb4217-c45273eb {
  -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;
}

#w-node-c530eaf0-d7c1-cc34-0c51-a44ae265b517-c45273eb {
  -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;
}

#w-node-_0d4f975b-eb95-e11b-79e7-66646124b2fa-c45273eb {
  -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;
}

#w-node-_011a9572-c806-4925-deb2-77ff1ec0a6ab-c45273eb {
  -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;
}

#w-node-deff9cd2-4251-9929-35af-cb4ff23d1fb1-c55273ec {
  -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-_021dfe14-8db6-0b75-c5a1-4162c5ab2f33-42425efc {
  -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;
}

#w-node-_021dfe14-8db6-0b75-c5a1-4162c5ab2f3d-42425efc {
  -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;
}

#w-node-_021dfe14-8db6-0b75-c5a1-4162c5ab2f47-42425efc {
  -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;
}

#w-node-_021dfe14-8db6-0b75-c5a1-4162c5ab2f51-42425efc {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9d4-14424486 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9de-14424486 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9e8-14424486 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9f2-14424486 {
  -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;
}

#w-node-a4d7c337-2e7e-83b1-4fdf-4cad35800b36-48e2b146 {
  -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;
}

#w-node-a4d7c337-2e7e-83b1-4fdf-4cad35800b3b-48e2b146 {
  -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;
}

#w-node-a4d7c337-2e7e-83b1-4fdf-4cad35800b40-48e2b146 {
  -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;
}

#w-node-a4d7c337-2e7e-83b1-4fdf-4cad35800b45-48e2b146 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9d4-5c0e17d9 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9de-5c0e17d9 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9e8-5c0e17d9 {
  -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;
}

#w-node-b2183b63-e175-6ea8-ddd0-876347eab9f2-5c0e17d9 {
  -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;
}

#w-node-_42a3e9fc-485c-62e4-fbd4-b02531890944-c5a77392 {
  -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;
}

#w-node-_1a07ab7f-305d-8566-2b3c-fcb71ed8b217-c5a77392 {
  -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;
}

#w-node-_527da744-e1a2-c7e2-0fb2-0fdeb56da27c-c5a77392 {
  -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;
}

#w-node-_41535af9-9519-259f-174b-f1d0b1a4ca53-c5a77392 {
  -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: 991px) {
  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b5d-a2c59b58 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a765871-4faf-2dc1-28c2-467d89453c93-89453c91 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453c96-89453c91 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453ca7-89453c91 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453cb2-89453c91 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453cbb-89453c91 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b5a-a2c59b58 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b5d-a2c59b58 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b6e-a2c59b58 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b79-a2c59b58 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c9c9a2d4-179f-fc95-83c5-3bcea2c59b80-a2c59b58 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a765871-4faf-2dc1-28c2-467d89453c93-89453c91 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453c96-89453c91 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_6a765871-4faf-2dc1-28c2-467d89453cbb-89453c91 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

