.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: bilo;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.9px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.7px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: masqualero;
  color: #19202c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

p {
  margin-bottom: 0px;
  font-family: bilo;
  color: #4b5668;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

a {
  font-family: Spacegrotesk;
  color: #27beb5;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.wrapper-1080 {
  position: static;
  width: 95%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-1080.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

._16-height-spacer {
  height: 16px;
}

.styleguide-heading {
  margin-bottom: 24px;
}

.styleguide-subtitle-wrapper {
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccd5e0;
}

.caption-text-color {
  color: #4b5668;
}

.styleguide-section-container {
  margin-bottom: 24px;
}

.big-paragraph {
  color: #2d3748;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.3px;
}

.small-paragraph {
  color: #2d3748;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.small-paragraph.color-white {
  font-family: 'Good type foundry adieu', sans-serif;
  font-size: 11px;
  font-weight: 300;
}

._32-height-spacer {
  height: 32px;
}

.styleguide-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button {
  padding: 14px 24px;
  background-color: #2a5547;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-family: termina;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  text-decoration: none;
}

.button.primary-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #27beb5;
  background-color: #fff;
  color: #27beb5;
}

.button.white-outline {
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.button.white-outline.nav-cta {
  margin-left: 48px;
  font-size: 14px;
}

._16-width-spacer {
  width: 16px;
}

.nav-link {
  margin-left: 48px;
  padding: 16px 0px;
  font-family: termina;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

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

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

.color-white {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 300;
}

.color-white.big-paragraph {
  display: block;
  max-width: 80%;
  -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-family: Capripro, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.color-white.big-paragraph.hand-crafted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

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

.section.background-green {
  background-color: #2a5547;
}

.footer {
  background-color: #11382b;
}

.paragraph {
  color: #2d3748;
}

.link {
  font-family: bilo;
  font-weight: 400;
}

.header-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/COB.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.header-section-bg-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1e323d;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
}

.navbar-wrapper {
  width: 100%;
  max-width: 1080px;
}

.header-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  margin-right: auto;
  margin-bottom: -7px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-subtitle {
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Cultureofbrave, sans-serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.header-section-heading {
  margin-bottom: 20px;
  font-family: 'Silk serif', sans-serif;
  color: #fff;
  font-size: 7em;
  line-height: 1em;
  letter-spacing: -6px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

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

.section-subtitle {
  margin-bottom: 8px;
  font-family: termina;
  color: #2a5547;
  text-transform: uppercase;
}

.section-subtitle.color-gold {
  color: #ffedcb;
}

.section-subtitle.color-white {
  font-family: 'Good type foundry adieu', sans-serif;
  color: #fff;
  text-align: center;
}

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

.about-left {
  position: relative;
  max-width: 436px;
}

._48-height-spacer {
  height: 48px;
}

.about-right {
  width: 528px;
}

.about-left-image {
  position: absolute;
}

.image-slider {
  height: 700px;
}

.image-slider-arrow {
  display: none;
}

.image-slider-nav {
  position: relative;
  margin-top: 16px;
}

.services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-image {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.services-title {
  margin-bottom: 10px;
}

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

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

.footer-right-info {
  margin-left: 0px;
}

.footer-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-wrapper.wrapper-1080 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom-social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  -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: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.social-media-button:hover {
  border-color: #fff;
}

.nav-logo {
  height: 56px;
  max-height: 100%;
  max-width: none;
  min-height: 0px;
}

.brand {
  height: auto;
  max-height: 50px;
}

.image {
  max-width: 84%;
  padding-bottom: 27px;
}

.div-block {
  width: 20%;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px 0px 0px;
  border-color: #2a5547;
  border-radius: 4px;
}

.button-2 {
  display: block;
  margin-top: 0px;
  padding: 18px 31px 14px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 20px;
  background-color: #2a5547;
  font-family: Gotham, sans-serif;
  color: #edf2f7;
  font-size: 11px;
  line-height: 0px;
  font-weight: 700;
}

.header-section-top {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/ron-whitaker-mVuKCYMGZBM-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.imaghe {
  position: relative;
  width: 100%;
  height: 140vh;
  background-image: url('../images/COB.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-attachment: scroll;
}

.header-section-bg-overlay-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 84px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.66);
  color: #1e323d;
}

.header-section-bg-overlay-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 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;
  background-color: rgba(0, 0, 0, 0.82);
  color: #1e323d;
}

.lottie-animation {
  width: 10%;
}

.div-block-2 {
  position: relative;
  bottom: -175px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.headline-8-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

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

._7-col {
  display: inline-block;
  width: 540px;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16.text-16-60 {
  margin-top: 18px;
  padding-right: 56px;
  padding-left: 56px;
  opacity: 0.6;
  font-family: Capripro, sans-serif;
  color: #edf2f7;
  font-size: 27px;
  line-height: 31px;
}

.text-16.t-c {
  padding-top: 0px;
  opacity: 0.6;
  font-family: 'Gotham book', sans-serif;
  color: #e2e8f0;
  font-size: 14px;
}

.text-16.text-16-60 {
  opacity: 0.6;
  font-family: Gotham, sans-serif;
  font-weight: 100;
}

.form1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-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;
  text-align: center;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.form1-input {
  height: 58px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form1-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  font-family: Capripro, sans-serif;
  color: #ccd5e0;
  font-size: 19px;
  font-weight: 700;
}

.form1-input.form1-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #a0afc0;
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
  color: #2a5547;
}

.form1-input.form1-input-dark::-webkit-input-placeholder {
  color: #a0afc0;
}

.form1-input.form1-input-dark:-ms-input-placeholder {
  color: #a0afc0;
}

.form1-input.form1-input-dark::-ms-input-placeholder {
  color: #a0afc0;
}

.form1-input.form1-input-dark::placeholder {
  color: #a0afc0;
}

.form1-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #2a5547;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.form1-form-wrap {
  margin-bottom: 0px;
}

.form1-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.heading {
  font-family: Cultureofbrave, sans-serif;
  color: #ccd5e0;
  font-size: 35px;
  line-height: 38px;
}

.arrow {
  position: relative;
  bottom: -175px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.form {
  position: static;
  bottom: -175px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-dark {
  background-color: #111212;
  color: #fff;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap._w-custom.structure-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
}

.wrap._w-custom.structure-nav {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._6-col-last {
  width: 460px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 0.6;
  font-weight: 300;
}

.section-2 {
  margin: 66px 161px 25px;
}

.paragraph-2 {
  font-family: 'Gotham book', sans-serif;
}

.structure-cards2-topbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background-color: #272727;
}

.structure-menu {
  width: 100%;
  background-color: transparent;
}

.structure-menu-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  cursor: pointer;
}

.structure-menu-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.structure-menu-link:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: hsla(0, 0%, 100%, 0.9);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.structure-menu-link.section-link-w-icon {
  margin-bottom: 0px;
}

.structure-more-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.sections-menu-headline {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.structure-more-items {
  margin-top: 12px;
}

.structure-more-item-icon {
  display: block;
  margin-bottom: 1px;
  margin-left: 12px;
}

.structure-cards-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-link {
  display: inline-block;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Cultureofbrave, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.structure-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: hsla(0, 0%, 100%, 0.8);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

.structure-2nd-col-allcards {
  margin-top: 50px;
}

.heading-2 {
  font-family: Cultureofbrave, sans-serif;
}

.bold-text {
  font-family: 'Good type foundry adieu', sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.text-span {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.form-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 202px;
  padding-bottom: 169px;
  -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: #0d0f13;
  color: #2a5547;
}

.photo-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -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: #0d0f13;
}

.gallery-section {
  overflow: hidden;
  padding-top: 112px;
  padding-right: 25px;
  padding-left: 25px;
}

.gallery-wrapper {
  position: relative;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.section-title-2 {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}

.cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.collection-item {
  padding-right: 15px;
  padding-left: 15px;
}

.prev_next {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 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: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.prev:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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 #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.next:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.gallery-wrapper-2 {
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0d0f13;
}

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

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 1vh 5px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-2 {
  max-height: 76vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-wrapper-3 {
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e9e5e5;
}

.image-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 1vh 5px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-wrapper-2.slick-center {
  opacity: 1;
}

.div-block-3 {
  height: 80vh;
  background-image: url('../images/_F4A7231.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: auto;
}

.mask {
  height: auto;
}

.img1 {
  width: 100%;
  height: 90vh;
  background-image: url('../images/_F4A9685.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img2 {
  height: 90vh;
  background-image: url('../images/_F4A8986.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img3 {
  height: 90vh;
  background-image: url('../images/_F4A8341.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img4 {
  height: 80vh;
  background-image: url('../images/_F4A9836.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.img5 {
  height: 90vh;
  background-image: url('../images/_F4A8982.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.img6 {
  height: 80vh;
  background-image: url('../images/_F4A8325.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.img7 {
  height: 80vh;
  background-image: url('../images/_F4A8341.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-3 {
  height: auto;
  padding: 0px 96px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0f13), to(#0d0f13));
  background-image: linear-gradient(180deg, #0d0f13, #0d0f13);
}

.img8 {
  height: 80vh;
  background-image: url('../images/_F4A8341.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-3 {
  display: inline-block;
  width: 100%;
  height: auto;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.slide-nav {
  top: 713px;
  opacity: 0;
}

.right-arrow {
  height: 100px;
}

.left-arrow {
  height: 100px;
}

.mask-2 {
  height: auto;
}

.slide-2 {
  height: auto;
}

.sub {
  font-family: 'Gotham book', sans-serif;
  font-size: 24px;
}

.div-block-4 {
  height: 25vh;
}

.cob-brand-name {
  font-family: Cultureofbrave, sans-serif;
}

.cob-brand-name.cob {
  color: #e2a15c;
  font-size: 2.5em;
  line-height: 1em;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 59px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.section-write-up {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 84px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.66);
  color: #1e323d;
}

.select-field-2 {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  background-color: #fff;
  font-size: 16px;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .wrapper-1080 {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .button.white-outline.nav-cta {
    margin-top: 16px;
    margin-left: 0px;
  }

  .nav-link {
    margin-left: 0px;
    text-align: center;
  }

  .color-white.big-paragraph.hand-crafted {
    font-size: 1.2em;
  }

  .navbar {
    position: relative;
  }

  .navbar-wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }

  .about-content {
    display: block;
  }

  .about-left {
    max-width: 100%;
    margin-bottom: 24px;
  }

  ._48-height-spacer.desktop-only {
    display: none;
  }

  .about-right {
    width: 100%;
  }

  .about-left-image {
    position: relative;
  }

  .image-slider {
    height: 500px;
  }

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

  .menu-icon {
    color: #fff;
  }

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

  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    padding-top: 48px;
    background-color: #2a5547;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  ._7-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .text-16.t-c {
    width: 100%;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .form1-form-wrapper {
    width: 100%;
  }

  .form {
    padding-right: 60px;
    padding-left: 60px;
  }

  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .section-dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }

  .section-2 {
    margin-right: 35px;
    margin-left: 35px;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .structure-cards2-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }

  .structure-cards2-menu-btn:active {
    background-color: transparent;
  }

  .structure-cards2-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }

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

  .section-title-2 {
    margin-top: 0px;
    margin-left: 0%;
  }

  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-2 {
    height: auto;
  }

  .slide-nav {
    top: 567px;
    opacity: 0;
  }

  .right-arrow {
    height: 100px;
  }

  .left-arrow {
    height: 100px;
  }

  .mask-2 {
    height: auto;
  }

  .slide {
    height: 100px;
  }

  .cob-brand-name.cob {
    padding-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  .wrapper-1080.footer-wrapper {
    display: block;
  }

  .big-paragraph {
    font-size: 18px;
  }

  .button {
    padding: 10px 16px;
    font-size: 16px;
  }

  .paragraph {
    font-size: 16px;
  }

  .link {
    font-size: 16px;
  }

  .header-section-content {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-section-heading {
    margin-bottom: 24px;
    font-size: 100px;
    line-height: 100px;
  }

  .image-slider {
    height: 400px;
  }

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

  .footer-right {
    margin-top: 32px;
  }

  .footer-right-info {
    margin-right: 48px;
    margin-left: 0px;
  }

  ._6-col {
    margin-right: 0px;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: auto;
    padding: 30px 0px 10px;
    background-color: #1a1a1a;
    text-align: center;
  }

  .wrap._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .structure-cards2-topbar-wrapper {
    position: relative;
    z-index: 20;
  }

  .structure-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -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;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    background-color: #1a1a1a;
    text-align: center;
  }

  .structure-menu {
    z-index: 10;
  }

  .structure-project-menu {
    z-index: 9;
    overflow: scroll;
    text-align: left;
  }

  .sections-menu-headline {
    margin-bottom: 16px;
  }

  .structure-more-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
    text-align: center;
  }

  .structure-cards-menu {
    height: 60px;
  }

  .structure-link {
    margin-left: 30px;
  }

  .structure-link.structure-menu-link {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
  }

  .structure-2nd-col-allcards {
    margin-top: -40px;
  }

  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

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

  .section-title-2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .prev_next {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -75px;
    width: 100%;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  .image-2 {
    max-height: 40vh;
  }

  .slide-nav {
    top: 484px;
    opacity: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-1080 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.white-outline.nav-cta {
    margin-top: 16px;
    margin-left: 0px;
  }

  .nav-link {
    margin-left: 0px;
    text-align: center;
  }

  .color-white.big-paragraph {
    max-width: none;
    font-family: Capripro, sans-serif;
    color: #edf2f7;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .color-white.big-paragraph.hand-crafted {
    font-size: 1.1em;
    font-weight: 300;
  }

  .navbar {
    height: 64px;
  }

  .navbar-wrapper {
    margin-right: 16px;
    margin-left: 16px;
  }

  .header-section-content {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .header-subtitle {
    padding-top: 76px;
    padding-bottom: 76px;
    font-size: 32px;
  }

  .header-section-heading {
    font-size: 4.5em;
    line-height: 65px;
    letter-spacing: -4px;
  }

  .image-slider {
    height: 200px;
  }

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

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

  .nav-logo {
    max-width: 160px;
    margin-top: 8px;
  }

  .menu-button {
    background-color: transparent;
  }

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

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

  .button-2 {
    margin-top: 23px;
  }

  .header-section-top {
    position: relative;
    height: 75vh;
  }

  .imaghe {
    height: 43vh;
  }

  .div-block-2 {
    bottom: -77px;
  }

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

  .text-16.text-16-60 {
    padding-right: 36px;
    padding-left: 36px;
    font-family: Capripro, sans-serif;
    color: #ccd5e0;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .form1-wrapper {
    height: auto;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form1-input.form1-input-dark {
    font-family: Capripro, sans-serif;
  }

  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }

  .heading {
    font-size: 24px;
    line-height: 29px;
  }

  .arrow {
    bottom: -77px;
  }

  .form {
    bottom: -77px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .btn {
    display: block;
    text-align: center;
  }

  .section-2 {
    margin-right: 19px;
    margin-left: 19px;
  }

  .paragraph-2 {
    width: 100%;
    margin-top: 0px;
  }

  .structure-cards-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .heading-2 {
    height: auto;
    margin-top: 138px;
  }

  .bold-text {
    font-size: 21px;
    line-height: 20px;
  }

  .form-section {
    width: auto;
    height: auto;
    padding-top: 189px;
    background-image: none;
  }

  .photo-section {
    background-image: none;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  .image-2 {
    max-height: 65vw;
  }

  .img1 {
    height: 100vh;
  }

  .img2 {
    height: 100vh;
  }

  .img4 {
    height: 100vh;
  }

  .img5 {
    height: 91vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .img7 {
    height: 91vh;
    background-position: 50% 0%;
  }

  .img8 {
    height: 91vh;
    background-image: url('../images/_F4A7231.jpg');
    background-position: 30% 50%;
  }

  .image-3 {
    width: auto;
    height: auto;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .slide-nav {
    position: absolute;
    top: 284px;
    width: auto;
    opacity: 0;
  }

  .icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .right-arrow {
    height: 100px;
  }

  .left-arrow {
    height: 100px;
  }

  .mask-2 {
    height: auto;
  }

  .sub {
    font-family: 'Gotham book', sans-serif;
    font-size: 22px;
  }

  .div-block-4 {
    height: 25vh;
  }

  .cob-brand-name.cob {
    font-size: 1.7em;
  }

  .div-block-5 {
    width: 85%;
    margin-top: 74px;
  }

  .section-write-up {
    height: 75vh;
    padding-top: 25px;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.85);
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Silk serif';
  src: url('../fonts/Silk-Serif-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu slanted';
  src: url('../fonts/Good-Type-Foundry---Adieu-Bold-Slanted.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu';
  src: url('../fonts/Good-Type-Foundry---Adieu-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu slanted';
  src: url('../fonts/Good-Type-Foundry---Adieu-Light-Slanted.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu';
  src: url('../fonts/Good-Type-Foundry---Adieu-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu backslant';
  src: url('../fonts/Good-Type-Foundry---Adieu-Regular-Backslant.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu slanted';
  src: url('../fonts/Good-Type-Foundry---Adieu-Regular-Slanted.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu backslant';
  src: url('../fonts/Good-Type-Foundry---Adieu-Light-Backslant.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Good type foundry adieu';
  src: url('../fonts/Good-Type-Foundry---Adieu-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cultureofbrave';
  src: url('../fonts/CULTUREOFBRAVE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capripro';
  src: url('../fonts/CapriPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capripro';
  src: url('../fonts/CapriPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capripro';
  src: url('../fonts/CapriPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}