.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 {
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: 'Lineto circular pro book';
  font-size: 16px;
}

.image {
  display: block;
  width: 50%;
  height: 50%;
  max-height: 50%;
  max-width: 50%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block {
  display: block;
}

.container-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.image-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #feb914;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 95px;
  line-height: 100px;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  margin: 10px auto 0px;
  padding-top: 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;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.paragraph.social-header {
  margin-top: 80px;
  font-size: 24px;
}

.paragraph.contact {
  max-width: 65%;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.grid {
  display: -ms-grid;
  display: grid;
  max-width: 300px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 3.5fr;
  grid-column-gap: 20px;
  grid-row-gap: 96px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 20px 0.25fr 20px 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon {
  width: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-6 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-7 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-2 {
  width: 52%;
  max-width: 700px;
  margin: 60px auto 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #04373d;
  border-radius: 8px;
  background-color: rgba(4, 55, 61, 0.85);
}

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

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

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

.text-block {
  font-family: 'Lineto circular pro book';
  color: red;
  font-size: 18px;
}

.error-message {
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.text-field {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  color: #fff;
}

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

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

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

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

.form-block-2 {
  display: block;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  color: #feb914;
}

.success-message {
  background-color: transparent;
}

.text-block-2 {
  max-width: 100%;
  font-family: 'Lineto circular pro book';
  font-size: 24px;
  line-height: 30px;
}

.text-field-2 {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Lineto circular pro book';
  color: #fff;
  font-size: 16px;
}

.text-field-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
}

.text-field-3 {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Lineto circular pro book';
  color: #fff;
}

.text-field-4 {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Poppins, sans-serif;
  color: #fff;
}

.select-field {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Poppins, sans-serif;
  color: #fff;
}

.submit-button {
  display: block;
  margin: 25px auto 20px;
  padding: 10px 40px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #04373d;
  font-size: 18px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #fdb112;
}

.submit-button:active {
  background-color: #eea917;
}

.form-3 {
  color: #feb914;
}

.image-8 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: none;
  background-size: auto;
}

.slider {
  -o-object-fit: cover;
  object-fit: cover;
}

.slider.slider-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100vh;
}

.image-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: url('../images/BG.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100vh;
}

.container-3 {
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-2 {
  position: relative;
  width: 100%;
  height: 100vh;
}

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

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.slide-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/kitchen-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-10 {
  -o-object-fit: fill;
  object-fit: fill;
}

.mask-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.slider-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.slide-nav {
  opacity: 0;
}

.slide-4 {
  position: static;
  background-image: url('../images/BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-c {
  position: static;
  background-image: url('../images/house-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.14);
}

.slide-a {
  position: static;
  background-image: url('../images/house-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-b {
  position: static;
  background-image: url('../images/house-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-a-copy {
  position: static;
  background-image: url('../images/SnoSkurInt1.jpg');
  background-size: cover;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.slide-7 {
  position: static;
  background-image: url('../images/KnollHaugenInt1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.slide-8 {
  position: static;
  background-image: url('../images/NanookasiExt1.jpg');
  background-position: 0% 0%;
  background-size: cover;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.slide-11 {
  background-image: url('../images/FletcherPhoenixInt1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.slide-12 {
  background-image: url('../images/WebbLakeExt1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.div-block-6 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-top: 60px;
  padding-top: 80px;
  -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: none;
  border-width: 1px;
  border-color: #03363d;
  background-color: rgba(3, 54, 61, 0.9);
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.text-block-3:hover {
  text-decoration: underline;
}

.text-block-3.footer-label {
  margin-left: 100px;
  color: #fdb013;
}

.text-block-3.footer-label.first {
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .paragraph {
    max-width: 75%;
  }
  .grid {
    max-width: 300px;
  }
  .div-block-2 {
    width: 80%;
    max-width: 85%;
  }
  .slide-3 {
    background-position: 50% 100%;
  }
  .div-block-6 {
    height: 400px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-3.footer-label {
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 72px;
    line-height: 72px;
  }
  .paragraph {
    font-size: 28px;
  }
  .paragraph.social-header {
    font-size: 21px;
  }
  .div-block-2 {
    margin-bottom: 140px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .form-block-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 50%;
  }
  .heading {
    max-width: 93%;
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 50px;
  }
  .paragraph {
    max-width: 100%;
    margin-top: 0px;
    font-size: 20px;
  }
  .paragraph.social-header {
    margin-top: 50px;
    font-size: 16px;
  }
  .paragraph.contact {
    max-width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .grid {
    max-width: 200px;
    margin-top: 10px;
  }
  .social-icon {
    width: 30px;
  }
  .div-block-2 {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 140px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .form-block-2 {
    max-width: 100%;
  }
  .slide-3 {
    position: fixed;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .mask-2 {
    position: fixed;
    height: 100vh;
    max-height: 100vh;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .slider-wrapper {
    position: fixed;
    width: 100%;
  }
  .slide-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .slide-c {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/BG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .slide-a {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/kitchen-BG.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .slide-b {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/kitchen-BG.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-a-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/KnollHaugenInt1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .slide-a-copy.dark {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .slide-6 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/kitchen-BG.jpg');
    background-position: 50% 50%;
    background-size: 125px;
    background-repeat: no-repeat;
  }
  .div-block-5 {
    position: relative;
    height: 6vh;
  }
  .slide-7 {
    background-image: url('../images/SnoSkurInt1.jpg');
    background-position: 50% 50%;
    -webkit-filter: none;
    filter: none;
  }
  .slide-7.dark {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .slide-8 {
    background-image: url('../images/WebbLakeExt1.jpg');
  }
  .slide-8.dark {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .slide-9 {
    background-image: url('../images/NanookasiExt1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  .slide-10 {
    background-image: url('../images/FletcherPhoenixInt1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }
  .slide-dark {
    background-image: url('../images/FletcherPhoenixInt1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-11 {
    background-image: url('../images/FletcherPhoenixInt1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-12 {
    background-image: url('../images/NanookasiExt1.jpg');
    background-position: 40% 50%;
    background-size: cover;
  }
}

#w-node-82bbbe50eaf8-75b38758 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.form>#w-node-82bbbe50eaf8-75b38758 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

@media screen and (max-width: 991px) {
  #w-node-82bbbe50eaf8-75b38758 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  .form>#w-node-82bbbe50eaf8-75b38758 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}