.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 {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  padding-top: 0px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  margin-top: 40px;
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #220d12;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  opacity: 1;
  color: #220d12;
}

.nav-link {
  padding: 20px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #271b1e;
  color: #fff;
}

.nav-link:active {
  color: #f6cccc;
}

.nav-link:focus {
  color: #c7aa8b;
}

.nav-link:visited {
  color: #ededed;
}

.nav-link.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c5a7a6;
}

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

.nav-link.social-icons {
  padding: 18px 10px 22px;
  float: right;
  border-left: 0px solid #4d4d4d;
  border-right-width: 0px;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  display: block;
  padding-right: 10px;
  padding-bottom: 22px;
  padding-left: 10px;
  border-right-width: 0px;
  border-left-style: none;
  font-style: normal;
}

.logo-text {
  display: block;
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  margin-top: -6px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid transparent;
  color: #6d6767;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  background-image: url('../images/antonybg.png');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}

.section.beige {
  margin-bottom: -41px;
  background-color: rgba(226, 220, 220, 0.98);
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/ocean.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.lightgrey {
  background-color: #e4e4e4;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  max-height: none;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #323232;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  display: block;
  height: 490px;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.wrappertext {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 0px solid rgba(50, 50, 50, 0.13);
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-wrapper1 {
  height: 109px;
  margin-bottom: 24px;
  background-color: transparent;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  margin-top: 8px;
  margin-left: 138px;
  color: rgba(2, 2, 2, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.project-title {
  margin-bottom: 20px;
  line-height: 38px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.project-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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;
}

.headerdiv {
  position: relative;
  min-height: 550px;
}

.image-2 {
  display: block;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
}

.hero-content {
  display: block;
  width: 75%;
  max-width: none;
  margin-top: 0px;
  margin-right: 30px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}

.text-span-2 {
  color: #da0ca3;
}

.para1new {
  margin: 20px 15px -21px;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.para1new-copy {
  margin: 4px 15px -21px;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.image1 {
  position: relative;
  margin: 0px 14px 50px -21px;
  padding-left: 0px;
}

.image-3 {
  position: static;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.header-text {
  display: inline-block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}

.hero {
  display: block;
  height: 500px;
  max-width: 100%;
  -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;
  background-image: url('../images/websitebg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  line-height: 450px;
}

.heading {
  display: block;
  margin-top: 250px;
  font-size: 36px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.html-embed {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column {
  margin-top: -22px;
  margin-bottom: 0px;
}

.image-4 {
  margin-top: 0px;
  margin-left: 226px;
}

.image-5 {
  margin-top: -21px;
}

.image-6 {
  color: #696666;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  margin-right: 3%;
  margin-left: 3%;
  grid-auto-columns: 0.25fr;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 22px;
  color: #4d4d4d;
  font-weight: 300;
}

.div-block {
  display: -ms-grid;
  display: grid;
  margin-right: 3%;
  margin-left: 3%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 127px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.div-block-2 {
  margin-top: 21px;
}

.div-block-3 {
  text-align: center;
}

.wrappertext-copy {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 0px solid rgba(50, 50, 50, 0.13);
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-wrapper1-copy {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.paragraph-copy1 {
  display: block;
  min-width: 70%;
  margin-top: 24px;
  margin-bottom: 0px;
  -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;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.icon-wrapper1-copy {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: block;
  text-align: right;
}

.image-9 {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5ecec #f5ecec #f5ecec #f5ecec;
  background-color: #fff;
}

.image-10 {
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5ecec;
}

.image-11 {
  border-style: solid;
  border-width: 1px;
  border-color: #f5ecec;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: block;
  -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: #f2f2f4;
}

.column-6 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 10px;
}

.columns-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
}

.image-12 {
  margin-bottom: 0px;
  padding: 10px;
  background-color: #fff;
}

.contatainer-3 {
  background-color: #f2f2f4;
}

.column-7 {
  margin-top: 50px;
  padding-right: 70px;
  padding-left: 80px;
}

.image-13 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-3 {
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.column-8 {
  border: 1px solid transparent;
  color: transparent;
}

.container-6 {
  max-width: 70%;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  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;
  border: 1px solid transparent;
}

.container-9 {
  max-width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-3-copy {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #271b1e;
}

.container-10 {
  max-width: 75%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #271b1e;
}

.paragraph-copy1-copy {
  color: #6d6767;
  text-align: right;
}

.text-block-2 {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #6d6767;
  font-size: 14px;
}

.link-block {
  display: block;
  max-width: 70%;
  min-width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 40px;
}

.image-14 {
  margin-top: 6px;
  padding-bottom: 0px;
}

.body {
  border: 0px none transparent;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #271b1e;
}

.project-description-copy {
  margin-bottom: 11px;
  color: #b8b7b7;
  text-align: center;
}

.container-11 {
  max-width: 70%;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.paragraph-copy1-2 {
  display: block;
  min-width: 75%;
  margin-top: 24px;
  margin-bottom: 0px;
  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;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.project-description-2 {
  margin-bottom: 11px;
  color: #777373;
}

.container-14 {
  max-width: none;
  margin-right: 26px;
  margin-left: 26px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  display: block;
  margin-bottom: 200px;
}

.project-description-3 {
  max-width: 75ch;
  margin-top: 30px;
  margin-bottom: 11px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.div-block-6 {
  margin-top: 50px;
}

.section-4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  margin-top: 50px;
}

.body-2 {
  border: 0px solid transparent;
  background-color: #fff;
}

.heading-4 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 28px;
  font-weight: 400;
  text-align: center;
}

.nav-link-2 {
  padding: 20px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link-2:active {
  color: #f6cccc;
}

.nav-link-2:focus {
  color: #c7aa8b;
}

.nav-link-2:visited {
  color: #ededed;
}

.nav-link-2.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c5a7a6;
}

.nav-link-2.w--current:hover {
  color: #c7aa8b;
}

.nav-link-2.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link-2.social-icons:hover {
  opacity: 1;
}

.nav-link-2.social-icons.last {
  padding-bottom: 13px;
  border-right-width: 0px;
  border-left-style: none;
  font-style: normal;
}

.section-5 {
  margin-top: 100px;
}

.container-15 {
  margin-top: 0px;
}

.video {
  margin-bottom: 100px;
}

.container-16 {
  max-width: 75%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #271b1e;
  text-align: left;
}

.section-6 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #271b1e;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -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;
}

.paragraph-5 {
  margin-top: 200px;
  margin-bottom: 15px;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
}

.video-2 {
  margin-bottom: 200px;
}

.paragraph-6 {
  margin-bottom: 15px;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-7 {
  margin-bottom: 15px;
  color: #6d6767;
  font-size: 16px;
  line-height: 24px;
}

.project-description-3-copy {
  margin-top: 40px;
  margin-bottom: -29px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.image-15 {
  margin-top: 77px;
  margin-bottom: 200px;
}

.project-description-3-copy {
  margin-top: 30px;
  margin-bottom: 11px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.project-description-3-copy-copy {
  margin-top: 30px;
  margin-bottom: 11px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.image-16 {
  font-size: 100px;
  line-height: 100px;
}

.div-block-9 {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-3 {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-3:hover {
  background-color: #271b1e;
  color: #fff;
}

.nav-link-3:active {
  color: #f6cccc;
}

.nav-link-3:focus {
  color: #c7aa8b;
}

.nav-link-3:visited {
  color: #ededed;
}

.nav-link-3.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c5a7a6;
}

.nav-link-3.w--current:hover {
  color: #c7aa8b;
}

.nav-link-3.social-icons {
  padding: 18px 10px 22px;
  float: right;
  border-left: 0px solid #4d4d4d;
  border-right-width: 0px;
  opacity: 0.8;
}

.nav-link-3.social-icons:hover {
  opacity: 1;
}

.nav-link-3.social-icons.last {
  display: block;
  padding-right: 10px;
  padding-bottom: 22px;
  padding-left: 10px;
  border-right-width: 0px;
  border-left-style: none;
  font-style: normal;
}

.bold-text {
  color: #271b1e;
}

.bold-text:hover {
  color: #bb556f;
}

.form-block {
  margin: 30px;
}

.submit-button {
  display: block;
  background-color: #271b1e;
  text-align: right;
}

.grid-3 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text-2 {
  color: #271b1e;
}

.bold-text-2:hover {
  color: #bb556f;
}

.bold-text-3 {
  color: #271b1e;
}

.bold-text-3:hover {
  color: #bb556f;
}

.heading-4-copy {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-17 {
  opacity: 0.56;
}

.image-18 {
  opacity: 0.56;
}

.image-19 {
  opacity: 0.62;
}

.bold-text-4-copy {
  display: block;
  margin-top: 16px;
  margin-bottom: -24px;
  padding-bottom: 0px;
  color: #444242;
}

.project-description-3-copy {
  max-width: 75ch;
  margin-top: -4px;
  margin-bottom: 40px;
  color: #777373;
  font-size: 16px;
  line-height: 24px;
}

.back-to-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 120px;
  -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: 2px solid #faf7f8;
  border-radius: 50%;
  background-color: #bb556f;
  color: #bb556f;
  font-size: 11px;
  text-decoration: none;
}

.back-to-top-wrapper:hover {
  border-width: 1px;
}

.back-to-top-wrapper.w--current {
  border-color: #fff;
}

.back-to-top-icon {
  position: relative;
  z-index: 5;
  direction: ltr;
  color: #bb556f;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2-copy {
  padding: 20px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2-copy:hover {
  background-color: #000;
  color: #fff;
}

.nav-link-2-copy:active {
  color: #f6cccc;
}

.nav-link-2-copy:focus {
  color: #c7aa8b;
}

.nav-link-2-copy:visited {
  color: #ededed;
}

.nav-link-2-copy.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c5a7a6;
}

.nav-link-2-copy.w--current:hover {
  color: #c7aa8b;
}

.nav-link-2-copy.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link-2-copy.social-icons:hover {
  opacity: 1;
}

.nav-link-2-copy.social-icons.last {
  padding-bottom: 13px;
  border-right-width: 0px;
  border-left-style: none;
  font-style: normal;
}

.paragraph-copy1-copy {
  display: block;
  min-width: 70%;
  margin-top: 24px;
  margin-bottom: 0px;
  -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;
  color: #524c4c;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph-copy1-copy {
  display: block;
  min-width: 70%;
  margin-top: 24px;
  margin-bottom: 0px;
  -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;
  color: #524c4c;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.paragraph-copy1-copy {
  display: block;
  min-width: 70%;
  margin-top: 24px;
  margin-bottom: 0px;
  -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;
  color: #524c4c;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.link-block-2 {
  display: block;
}

@media screen and (min-width: 1440px) {
  .nav-link.social-icons {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .nav-link.social-icons.last {
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 10px;
    border-right-width: 0px;
  }

  .section.beige {
    margin-bottom: 0px;
  }

  .section.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .small-title {
    margin-left: 176px;
  }

  .footer-text {
    max-width: 70%;
    margin-top: 24px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
  }

  .project-description {
    font-size: 16px;
    line-height: 24px;
  }

  .para1new {
    font-size: 18px;
    line-height: 30px;
  }

  .para1new-copy {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .image1 {
    margin-bottom: -15px;
  }

  .heading {
    margin-top: 250px;
    font-size: 40px;
    line-height: 55px;
  }

  .div-block-2 {
    text-align: center;
  }

  .div-block-3 {
    text-align: center;
  }

  .div-block-4 {
    text-align: center;
  }

  .paragraph-copy1 {
    color: #6d6767;
    line-height: 24px;
  }

  .container-4 {
    max-width: 70%;
  }

  .container-6 {
    display: block;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-8 {
    max-width: 70%;
  }

  .section-2 {
    max-width: 100%;
  }

  .container-10 {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-copy1-copy {
    color: #6d6767;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .container-11 {
    display: block;
    max-width: 70%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-copy1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 75%;
    padding-left: 40px;
    -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;
    color: #6d6767;
    line-height: 24px;
  }

  .container-12 {
    max-width: 70%;
  }

  .container-14 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-2 {
    margin-bottom: 200px;
  }

  .project-description-3 {
    max-width: 75ch;
    margin-top: 30px;
    margin-bottom: -16px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-6 {
    margin-top: 50px;
  }

  .section-4 {
    background-color: #323232;
  }

  .div-block-7 {
    margin-top: 50px;
  }

  .heading-4 {
    padding-left: 27px;
    font-weight: 400;
  }

  .nav-link-2.social-icons.last {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-16 {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-5 {
    margin-bottom: 15px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6 {
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7 {
    margin-bottom: 15px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .project-description-3-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .project-description-3-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .project-description-3-copy-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link-3.social-icons {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .nav-link-3.social-icons.last {
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 10px;
    border-right-width: 0px;
  }

  .bold-text {
    color: #271b1e;
  }

  .bold-text:hover {
    color: #bb556f;
  }

  .bold-text:active {
    color: #271b1e;
  }

  .submit-button {
    background-color: #271b1e;
  }

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

  .bold-text-2 {
    color: #271b1e;
  }

  .bold-text-2:hover {
    color: #bb556f;
  }

  .bold-text-2:active {
    color: #271b1e;
  }

  .bold-text-3 {
    color: #271b1e;
  }

  .bold-text-3:hover {
    color: #bb556f;
  }

  .bold-text-3:active {
    color: #271b1e;
  }

  .bold-text-3:focus {
    color: #271b1e;
  }

  .image-17 {
    opacity: 0.56;
  }

  .image-18 {
    opacity: 0.56;
  }

  .image-19 {
    opacity: 0.62;
  }

  .italic-text {
    letter-spacing: 0.8px;
  }

  .bold-text-4-copy {
    display: block;
    margin-top: 20px;
    margin-bottom: -24px;
    padding-bottom: 0px;
    color: #444242;
  }

  .publications {
    max-width: 75ch;
    letter-spacing: 0.8px;
  }

  .project-description-3-copy {
    max-width: 75ch;
    margin-top: 30px;
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link-2-copy.social-icons.last {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-copy1-copy {
    color: #524c4c;
    line-height: 24px;
  }

  .paragraph-copy1-copy {
    color: #524c4c;
    line-height: 24px;
  }

  .paragraph-copy1-copy {
    color: #524c4c;
    line-height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #000;
  }

  .button.solid {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar {
    margin-right: auto;
    margin-left: auto;
  }

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

  .nav-link.social-icons {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
    border-left-width: 0px;
    text-align: center;
  }

  .nav-link.social-icons.last {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
    text-align: center;
  }

  .nav-link.current {
    color: #c5a7a6;
  }

  .nav-link.current-copy {
    color: #c5a7a6;
  }

  .logo-text {
    font-size: 25px;
  }

  .brand {
    padding-bottom: 17px;
  }

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

  .section.beige {
    height: auto;
    max-height: none;
  }

  .section.footer {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    max-height: 0%;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
  }

  .small-title {
    margin-left: 449px;
    font-size: 20px;
  }

  .footer-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .project-description {
    font-size: 16px;
    line-height: 24px;
  }

  .project-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flexbox {
    max-width: 1600px;
  }

  .hero-content {
    width: 76%;
    margin-top: 104px;
  }

  .heading1 {
    margin-bottom: 51px;
    font-size: 60px;
    line-height: 75px;
  }

  .para1new {
    margin-top: -17px;
    margin-bottom: -21px;
    font-size: 24px;
    line-height: 55px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: -55px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 55px;
    text-align: left;
  }

  .image1 {
    margin-top: 130px;
    margin-bottom: -3px;
  }

  .heading {
    margin-top: 250px;
    font-size: 46px;
    line-height: 70px;
  }

  .container {
    max-width: 70%;
  }

  .div-block-2 {
    text-align: center;
  }

  .div-block-3 {
    display: block;
    text-align: center;
  }

  .div-block-4 {
    text-align: center;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .paragraph-copy1 {
    margin-top: 24px;
    margin-bottom: 0px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .icon-wrapper1-copy {
    height: 50px;
    margin-bottom: 0px;
  }

  .html-embed-2 {
    margin-top: 0px;
  }

  .column-4 {
    margin-top: -4px;
    margin-bottom: 0px;
  }

  .container-3 {
    max-width: 70%;
    margin-top: 50px;
  }

  .container-4 {
    display: block;
    max-width: 70%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-5 {
    max-width: 70%;
  }

  .heading-3 {
    font-weight: 400;
  }

  .container-6 {
    max-width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-7 {
    max-width: 70%;
  }

  .container-8 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .container-9 {
    max-width: 70%;
  }

  .container-3-copy {
    max-width: 70%;
    margin-bottom: 49px;
    background-color: #fff;
  }

  .section-2 {
    max-width: 100%;
  }

  .container-10 {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-copy1-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #6d6767;
    font-size: 18px;
  }

  .body {
    max-height: none;
    min-height: auto;
    background-color: #e2dcdc;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .project-description-copy {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .container-11 {
    max-width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-copy1-2 {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .section-3 {
    background-color: #fff;
    font-size: 16px;
  }

  .project-description-2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-12 {
    max-width: 70%;
    text-align: center;
  }

  .container-13 {
    max-width: 70%;
  }

  .container-14 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-2 {
    grid-template-areas: "Area";
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-description-3 {
    max-width: 75ch;
    margin: 30px auto 20px 0px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
  }

  .div-block-6 {
    display: block;
    max-width: 75%;
    min-width: 75%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: left;
  }

  .heading-4 {
    padding-left: 30px;
    font-weight: 400;
  }

  .video {
    margin-bottom: 250px;
  }

  .container-16 {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-5 {
    margin-bottom: 25px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .body-3 {
    background-color: #fff;
  }

  .paragraph-6 {
    margin-bottom: 25px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7 {
    margin-bottom: 25px;
    color: #6d6767;
    font-size: 16px;
    line-height: 24px;
  }

  .body-4 {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .project-description-3-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-15 {
    margin-top: 54px;
  }

  .project-description-3-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .project-description-3-copy-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .nav-link-3.social-icons {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .nav-link-3.social-icons.last {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
    text-align: center;
  }

  .bold-text {
    color: #271b1e;
  }

  .bold-text:hover {
    color: #bb556f;
  }

  .bold-text:active {
    color: #271b1e;
  }

  .div-block-10 {
    margin: 60px;
  }

  .field-label {
    font-family: Roboto, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .form-block {
    margin: 30px;
  }

  .submit-button {
    background-color: #271b1e;
  }

  .grid-3 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }

  .bold-text-2 {
    color: #271b1e;
  }

  .bold-text-2:hover {
    color: #bb556f;
  }

  .bold-text-2:active {
    color: #271b1e;
  }

  .bold-text-3 {
    color: #271b1e;
  }

  .bold-text-3:hover {
    color: #bb556f;
  }

  .bold-text-3:active {
    color: #271b1e;
  }

  .heading-4-copy {
    padding-left: 30px;
    font-weight: 400;
  }

  .image-17 {
    opacity: 0.56;
  }

  .image-18 {
    opacity: 0.56;
  }

  .image-19 {
    opacity: 0.62;
  }

  .italic-text {
    max-width: 75ch;
    text-align: left;
  }

  .bold-text-4 {
    display: block;
    margin-top: 73px;
    text-align: left;
  }

  .bold-text-4-copy {
    display: block;
    margin-top: 68px;
    padding-bottom: 0px;
    color: #444242;
    font-size: 18px;
    text-align: left;
  }

  .project-description-3-copy {
    max-width: 75ch;
    margin: 30px auto 20px 0px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
  }

  .back-to-top-wrapper {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #faf7f8;
    border-radius: 50%;
    text-decoration: none;
  }

  .back-to-top-icon {
    border: 0px solid transparent;
    background-color: transparent;
    color: #da0ca3;
    font-size: 35px;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 0px;
    color: #524c4c;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 0px;
    color: #524c4c;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 15px;
    color: #524c4c;
    font-size: 16px;
    line-height: 24px;
  }
}

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

  .button.solid {
    margin-top: 40px;
  }

  .navbar {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link {
    max-width: 100%;
    min-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    text-align: center;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link.social-icons:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link.social-icons:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link.social-icons:visited {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e)), -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e), linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link.social-icons.last {
    background-color: #271b1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e)), -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e), linear-gradient(180deg, #271b1e, #271b1e);
    opacity: 1;
  }

  .nav-link.social-icons.last:hover {
    background-color: #220d12;
    font-weight: 400;
  }

  .logo-text {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-menu {
    border-left-width: 0px;
    background-color: #271b1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

  .menu-icon {
    background-color: #220d12;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#220d12), to(#220d12));
    background-image: linear-gradient(180deg, #220d12, #220d12);
    color: #fff;
    line-height: 21px;
  }

  .section.grey {
    border-width: 0px;
    background-position: 50% 0%;
    text-align: center;
  }

  .section.beige {
    background-color: #e2dcdc;
  }

  .section.footer {
    max-height: 100px;
    max-width: 100%;
    min-height: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-width: 0px;
  }

  .menu-button {
    background-color: #220d12;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#220d12), to(#220d12));
    background-image: linear-gradient(180deg, #220d12, #220d12);
    opacity: 1;
  }

  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .wrappertext {
    margin-left: -5px;
    line-height: 30px;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .small-title {
    margin-left: 68px;
  }

  .footer-text {
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
  }

  .project-title {
    line-height: 38px;
  }

  .project-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

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

  .hero-content {
    display: block;
    width: 76%;
  }

  .para1new {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    font-size: 18px;
    line-height: 25px;
  }

  .para1new-copy {
    height: 65px;
    min-width: auto;
    margin-top: 44px;
    font-size: 18px;
    line-height: 25px;
  }

  .image1 {
    margin-top: -135px;
    margin-bottom: -70px;
  }

  .hero {
    height: 400px;
  }

  .heading {
    margin-top: 120px;
  }

  .image-4 {
    margin-left: 91px;
  }

  .image-5 {
    margin-left: 36px;
  }

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

  .image-9 {
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .image-12 {
    background-color: #fff;
  }

  .columns-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .container-5 {
    padding-left: 0px;
    text-align: center;
  }

  .heading-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .container-6 {
    display: block;
    max-width: 70%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #271b1e;
  }

  .columns-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-7 {
    max-width: 100%;
    background-color: #323232;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 20px;
  }

  .container-8 {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-style: none;
    border-width: 0px;
    background-color: #220d12;
  }

  .section-2 {
    background-color: #323232;
  }

  .link-block {
    padding-right: 20px;
  }

  .columns-6 {
    margin-left: -10px;
  }

  .body {
    background-color: #323232;
  }

  .column-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .project-description-copy {
    color: #b8b7b7;
    text-align: center;
  }

  .container-11 {
    display: block;
    max-width: 95%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #271b1e;
  }

  .paragraph-copy1-2 {
    min-width: 100%;
    padding-left: 0px;
  }

  .container-14 {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-4 {
    background-color: #323232;
  }

  .heading-4 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    text-align: center;
  }

  .nav-link-2 {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    text-align: center;
  }

  .nav-link-2.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .paragraph-5 {
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .video-2 {
    margin-bottom: 100px;
  }

  .body-3 {
    background-color: #fff;
  }

  .paragraph-6 {
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7 {
    padding-right: 20px;
    padding-left: 20px;
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .container-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    text-align: center;
  }

  .project-description-3-copy-copy {
    margin-bottom: -57px;
  }

  .nav-link-3 {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    text-align: center;
  }

  .nav-link-3.w--current {
    text-align: center;
  }

  .nav-link-3.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link-3.social-icons:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link-3.social-icons:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link-3.social-icons:visited {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e)), -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e), linear-gradient(180deg, #271b1e, #271b1e);
  }

  .nav-link-3.social-icons.last {
    background-color: #271b1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e)), -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e), linear-gradient(180deg, #271b1e, #271b1e);
    opacity: 1;
  }

  .nav-link-3.social-icons.last:hover {
    background-color: #220d12;
    font-weight: 400;
  }

  .bold-text:active {
    color: #271b1e;
  }

  .submit-button {
    margin-bottom: 200px;
  }

  .grid-3 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
  }

  .bold-text-2:active {
    color: #271b1e;
  }

  .bold-text-3:active {
    color: #271b1e;
  }

  .heading-4-copy {
    text-align: center;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .nav-link-2-copy {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    text-align: center;
  }

  .nav-link-2-copy.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .paragraph-copy1-copy {
    color: #524c4c;
    text-align: center;
  }

  .paragraph-copy1-copy {
    text-align: center;
  }

  .paragraph-copy1-copy {
    text-align: center;
  }

  .link-block-2 {
    display: block;
  }

  .link-block-3 {
    display: block;
  }

  .link-block-4 {
    display: block;
  }

  .link-block-5 {
    display: block;
  }

  .link-block-6 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .button.solid {
    margin-top: 40px;
  }

  .navbar {
    position: relative;
  }

  .logo-text {
    font-weight: 400;
  }

  .nav-menu {
    border: 0px solid #000;
    background-color: #271b1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
    color: #6d6767;
    text-align: center;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.beige {
    margin-bottom: 50px;
    background-color: #e2dcdc;
  }

  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }

  .section.footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    min-height: 100px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .wrappertext {
    color: #4d4d4d;
  }

  .icon-wrapper1 {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

  .small-title {
    margin-top: 21px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .small-title-wrapper {
    min-width: 200px;
  }

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

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .project-description {
    text-align: left;
  }

  .project-title {
    line-height: 38px;
  }

  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

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

  .hero-content {
    width: 100%;
    margin-bottom: 100px;
  }

  .image1 {
    margin: -6px auto -25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero {
    height: 400px;
  }

  .heading {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-4 {
    max-width: 50%;
    margin-top: 21px;
  }

  .image-5 {
    margin-top: 0px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .icon-wrapper1-copy {
    height: 102px;
  }

  .paragraph-copy1 {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .icon-wrapper1-copy {
    height: 102px;
  }

  .column-5 {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-2 {
    padding: 20px;
  }

  .container-5 {
    padding-left: 0px;
  }

  .container-6 {
    display: block;
    max-height: none;
    max-width: 70%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .columns-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-7 {
    max-width: 100%;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-8 {
    border-style: none;
    border-width: 0px;
  }

  .columns-5 {
    display: block;
  }

  .section-2 {
    max-width: 100%;
    min-width: 100%;
    background-color: #323232;
  }

  .container-10 {
    background-color: #323232;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-top: 50px;
    margin-right: 20px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
  }

  .body {
    background-color: #e2dcdc;
  }

  .paragraph-2 {
    color: #4d4d4d;
  }

  .paragraph-3 {
    color: #4d4d4d;
  }

  .paragraph-4 {
    color: #4d4d4d;
  }

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

  .column-13 {
    margin-bottom: 50px;
  }

  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-description-copy {
    color: #b8b7b7;
  }

  .container-11 {
    display: block;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -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;
    background-color: #271b1e;
  }

  .paragraph-copy1-2 {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 20px;
  }

  .project-description-2 {
    text-align: left;
  }

  .container-14 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .project-description-3 {
    text-align: left;
  }

  .div-block-6 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-4 {
    background-color: #323232;
  }

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

  .container-16 {
    background-color: #323232;
  }

  .paragraph-5 {
    margin-top: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .video-2 {
    margin-bottom: 100px;
  }

  .paragraph-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .project-description-3-copy {
    margin-top: 48px;
    text-align: left;
  }

  .image-15 {
    margin-bottom: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .project-description-3-copy {
    margin-bottom: -16px;
    padding-left: 30px;
    text-align: left;
  }

  .project-description-3-copy-copy {
    margin-bottom: -58px;
    padding-left: 30px;
    text-align: left;
  }

  .grid-3 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    text-align: center;
  }

  .bold-text-4-copy {
    margin-top: 58px;
    margin-bottom: 12px;
  }

  .project-description-3-copy {
    display: block;
    margin-top: 5px;
    padding-left: 0px;
    text-align: left;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .back-to-top-wrapper.w--current {
    margin-bottom: 163px;
  }

  .nav-link-2-copy {
    text-align: center;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    color: #524c4c;
    text-align: center;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .paragraph-copy1-copy {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .link-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-4 {
    display: block;
  }

  .link-block-6 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button.beige.footer {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button.solid {
    margin-top: 40px;
  }

  .nav-link {
    min-width: 100%;
    text-align: center;
  }

  .nav-link.current {
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
  }

  .logo-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
  }

  .nav-menu {
    background-color: #271b1e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#271b1e), to(#271b1e));
    background-image: linear-gradient(180deg, #271b1e, #271b1e);
  }

  .section.grey {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .section.beige {
    background-color: #e2dcdc;
  }

  .section.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-width: 0px;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .small-title {
    max-width: 40px;
    margin-left: -5px;
  }

  .footer-text {
    width: 250px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .contact-form-column {
    text-align: center;
  }

  .contact-info-column {
    text-align: center;
  }

  .project-description {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .project-title {
    line-height: 38px;
  }

  .flexbox {
    margin-top: 0px;
  }

  .heading1 {
    margin-top: 69px;
  }

  .para1new {
    margin-top: 49px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .para1new-copy {
    margin-top: 49px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }

  .image1 {
    display: block;
    margin: -27px auto 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero {
    height: 400px;
  }

  .heading {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 50px;
  }

  .container {
    max-width: 85%;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-rows: auto auto auto;
  }

  .image-7 {
    max-width: 75%;
    margin-top: 11px;
  }

  .image-8 {
    margin-top: 11px;
  }

  .paragraph-copy1 {
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .icon-wrapper1-copy {
    margin-bottom: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    padding: 20px;
  }

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

  .container-5 {
    padding-left: 0px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 44px;
    font-weight: 400;
  }

  .container-6 {
    display: block;
    max-height: 200px;
    max-width: 85%;
    background-color: #271b1e;
  }

  .columns-4 {
    max-height: 200px;
    margin-top: 0px;
  }

  .column-9 {
    display: block;
    -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;
  }

  .column-10 {
    max-height: 200px;
  }

  .column-11 {
    max-height: 200px;
  }

  .container-8 {
    border-style: none;
    border-width: 0px;
  }

  .container-9 {
    max-width: 85%;
  }

  .paragraph-copy1-copy {
    margin-bottom: 0px;
  }

  .image-14 {
    max-width: 50%;
  }

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

  .column-13 {
    margin-bottom: 30px;
  }

  .column-14 {
    margin-bottom: 30px;
  }

  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #271b1e;
  }

  .project-description-copy {
    color: #b8b7b7;
    text-align: center;
  }

  .container-11 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #271b1e;
    color: #271b1e;
  }

  .paragraph-copy1-2 {
    min-width: 80%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .project-description-2 {
    text-align: left;
  }

  .container-14 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-flow: row;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-description-3 {
    text-align: left;
  }

  .section-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    margin-top: 50px;
    background-color: #323232;
  }

  .heading-4 {
    padding-left: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #333;
    color: #c7aa8b;
    font-size: 44px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
  }

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

  .nav-link-2.social-icons.last {
    background-color: #271b1e;
    opacity: 0.64;
  }

  .paragraph-5 {
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .video-2 {
    margin-bottom: 100px;
  }

  .paragraph-6 {
    margin-right: 0px;
    margin-left: 0px;
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7 {
    margin-right: 0px;
    margin-left: 0px;
    color: #777373;
    font-size: 16px;
    line-height: 24px;
  }

  .container-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-4 {
    max-height: 500vh;
  }

  .project-description-3-copy {
    text-align: left;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .project-description-3-copy {
    text-align: left;
  }

  .project-description-3-copy-copy {
    text-align: left;
  }

  .div-block-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-3 {
    min-width: 100%;
    text-align: center;
  }

  .nav-link-3.w--current {
    min-width: 100%;
    text-align: center;
  }

  .bold-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #271b1e;
    text-align: center;
  }

  .bold-text:hover {
    color: #bb556f;
  }

  .bold-text:active {
    color: #271b1e;
  }

  .div-block-10 {
    margin: 30px 30px 300px;
  }

  .submit-button {
    border-radius: 2px;
  }

  .bold-text-2 {
    color: #271b1e;
    text-align: center;
  }

  .bold-text-2:hover {
    color: #bb556f;
  }

  .bold-text-2:active {
    color: #271b1e;
  }

  .bold-text-3 {
    color: #271b1e;
    text-align: center;
  }

  .bold-text-3:hover {
    color: #bb556f;
  }

  .bold-text-3:active {
    color: #271b1e;
  }

  .heading-4-copy {
    color: #c7aa8b;
    font-size: 44px;
    font-weight: 400;
  }

  .image-17 {
    opacity: 0.57;
  }

  .image-18 {
    opacity: 0.53;
  }

  .image-19 {
    opacity: 0.62;
  }

  .bold-text-4-copy {
    margin-top: 52px;
    margin-bottom: -22px;
    color: #302929;
    font-weight: 400;
  }

  .project-description-3-copy {
    margin-top: 11px;
    margin-bottom: 40px;
    text-align: left;
  }

  .back-to-top-wrapper {
    margin-bottom: 120px;
  }

  .nav-link-2-copy {
    text-align: center;
  }

  .nav-link-2-copy.social-icons.last {
    background-color: #271b1e;
    opacity: 0.64;
  }

  .paragraph-copy1-copy {
    margin-bottom: 24px;
    margin-left: 0px;
    color: #524c4c;
    font-size: 14px;
    text-align: center;
  }

  .paragraph-copy1-copy {
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .paragraph-copy1-copy {
    margin-bottom: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .link-block-2 {
    display: block;
  }

  .link-block-4 {
    display: block;
  }

  .link-block-6 {
    display: block;
  }
}

