.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.navbar {
  z-index: 100;
  background-color: #ffecdc;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 20px #0003;
}

.flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  max-height: 165px;
  display: flex;
}

.div-block-6 {
  flex-flow: wrap;
  align-items: center;
  margin-top: -15px;
  display: flex;
}

.image-2 {
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-2 {
  padding-right: 0;
  overflow: visible;
}

.navlink {
  color: #fffffffa;
  text-transform: uppercase;
  background-color: #ffe8ba00;
  height: auto;
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .35s, border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  color: #000;
  background-color: #fff;
  border-bottom: 3px red;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navlink.w--current:hover {
  color: #000;
}

.navlink.submenu {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.drop {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition-property: all, border;
}

.navlink.drop:hover {
  filter: invert();
  background-color: #000;
}

.text-block-2 {
  display: none;
}

.text-block-5 {
  color: #b97220;
  margin-right: -7px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 13px;
}

.text-block-5.b1 {
  color: #000;
  margin-top: -11px;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}

.image-6 {
  width: 20px;
  max-width: none;
  height: auto;
}

.myb {
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-list-3 {
  transition: opacity .2s;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #000;
  flex-flow: column;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.nav-menu {
  float: none;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#fff0, #fff0);
  border-top: 1px #790f0f3b;
  width: 100%;
  position: relative;
  top: auto;
}

.content-wrapper {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.mobilelogo {
  display: none;
}

.call {
  color: #000;
  text-decoration: none;
}

.lb1 {
  color: #fffffffa;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  min-width: 940px;
  max-width: none;
  display: flex;
}

.top-menu-links {
  color: #959595;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.top-menu-links.phone {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #c49557;
  border-radius: 6px;
  margin-top: 0;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.top-menu-links.phone:hover {
  color: #fff;
  text-decoration: none;
}

.bar {
  color: #e7e7e7;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.top-center {
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-center.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

._33-percent-column.top-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video {
  background-image: linear-gradient(#46372347, #46372347), radial-gradient(circle, #fff0, #0000004a);
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  padding: 60px 40px 80px;
  display: flex;
}

.div-block {
  margin-top: 20px;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 65px;
}

.heading.smallh1 {
  text-shadow: 0 4px 1px #0003;
  margin-bottom: -23px;
  font-size: 20px;
  font-weight: 500;
}

.heading.bigh2 {
  text-shadow: 0 5px 1px #0003;
  max-width: 83%;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

.heading-239 {
  color: #fff;
  max-width: 97%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-181 {
  text-align: center;
}

.columns-65 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-61 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-61.faq {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-237 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 40px;
}

.image-91 {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 220px;
  max-height: 360px;
  margin-bottom: 20px;
}

.heading-236 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.button-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #64c515;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-12:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.l321 {
  color: #414141;
  text-decoration: none;
}

.container-702 {
  max-width: 1100px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-small.mod3 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-96 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-122 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.heading-203 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-123 {
  opacity: .27;
  background-color: #000;
  width: 1px;
  height: 70px;
}

.div-block-120 {
  text-align: left;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.paragraph-208 {
  text-align: justify;
  max-width: 93%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.image-92 {
  opacity: .96;
  filter: sepia(24%);
  background-image: linear-gradient(#dbcbcb80, #dbcbcb80);
  border-radius: 20px;
}

.text-block-10 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.section-14 {
  background-image: 
  linear-gradient(#ffffffba, #ffffffba),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 65px 20px;
  display: block;
  box-shadow: inset 0 0 80px 30px #00000012;
}

.div-block-121 {
  text-align: center;
  flex: 1;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-202 {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Merriweather, serif;
  font-size: 47px;
  line-height: 1.5;
}

.heading-202._54px {
  font-family: Merriweather, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.container-68 {
  max-width: 1400px;
  display: flex;
}

.container-68.reverse {
  flex-flow: row-reverse;
}

.paragraph-173 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-16 {
  color: #ffffff94;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-182 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-182.bb4 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-34 {
  color: #fff;
  text-decoration: none;
}

.list-item-6 {
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

.columns-21 {
  border-bottom: 1px solid #ffffff2e;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
}

.heading-199 {
  color: #fcfcfc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph-189, .paragraph-177 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-7 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-55 {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-93 {
  justify-content: space-between;
  align-items: center;
  margin-top: -19px;
  padding-right: 120px;
  display: flex;
}

.container-10 {
  display: none;
}

.section-8 {
  filter: invert();
  background-color: #000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 20px;
}

.link-4 {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}

.div-block-43 {
  text-align: center;
  border-top: 1px solid #a0a0a0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-43.gf {
  padding-bottom: 30px;
}

.inv {
  filter: invert();
  margin-left: -10px;
}

.container-61 {
  border-bottom: 2px #fff;
  max-width: 1100px;
  padding-bottom: 0;
}

.container-61.f1 {
  max-width: none;
  padding: 40px;
}

.column-58 {
  opacity: 0;
  transform: scale(.6);
}

.waves---paragraph-big-2 {
  color: #fff;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 41px;
}

.waves---paragraph-big-2.light {
  color: #fff;
  font-size: 15px;
  line-height: 29px;
}

.heading-240 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-98 {
  padding-left: 24px;
}

.list-item-3 {
  color: #fff;
  line-height: 24px;
}

.div-block-114 {
  flex-direction: row-reverse;
  display: flex;
  transform: scale(.8);
}

.columns-6 {
  border-bottom: 1px solid #ffffff12;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-115 {
  border-radius: 7px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.paragraph-191 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.list-item-copy {
  color: #fff;
  line-height: 24px;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.waves---cta-dark {
  background-color: #2ca2aa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: #2ca2aa;
  width: 274px;
  min-width: 200px;
}

.paragraph-192 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.link-30 {
  opacity: .7;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.paragraph-204 {
  font-family: Montserrat, sans-serif;
}

.div-block-138 {
  filter: invert();
  background-image: linear-gradient(#80808000, #00000012);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.bold-text-46 {
  font-weight: 400;
}

.list-item-4 {
  color: #fff;
  line-height: 24px;
}

.image-64 {
  filter: invert();
}

.link-32 {
  opacity: .7;
  color: #fffcfc;
  text-decoration: none;
}

.heading-15 {
  color: #fff;
  font-size: 20px;
}

.div-block-183 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.div-block-183.brix---button-row-left {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-183.brix---button-row-left.hh {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  filter: invert();
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transform: scale(.9);
}

.div-block-99 {
  background-color: #050505;
  justify-content: center;
  margin-bottom: 79px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.bold-text-35 {
  color: #000;
  font-size: 16px;
}

.paragraph-179 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.paragraph-179.x2 {
  opacity: 0;
}

.heading-200 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.container-67 {
  max-width: none;
}

.paragraph-187 {
  color: #ffffffe6;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-11 {
  padding-right: 40px;
}

.link-33 {
  opacity: .7;
  color: #fffdfd;
  text-decoration: none;
}

.div-block-113 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 45px;
  display: flex;
}

.paragraph-174 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-184 {
  opacity: .27;
  background-color: #000;
  width: 1px;
  height: 70px;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.link-23 {
  opacity: .7;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.linkdeco {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.link-10 {
  color: #fff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-22 {
  opacity: .7;
  color: #f8f8f8;
  font-size: 14px;
  text-decoration: none;
}

.waves---paragraph-regular-2 {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---paragraph-regular-2.map {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.bold-text-49 {
  font-weight: 500;
}

.section-32 {
  background-image: 
  linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
  background-position: 100%, 0 0, 0 100%;
  background-repeat: no-repeat, repeat, repeat-y;
  background-size: 50%, auto, contain;
  border-bottom: 1px solid #00000021;
  justify-content: center;
  align-items: center;
  height: 48vh;
  display: flex;
}

.container-675 {
  width: 90%;
  max-width: none;
}

.heading-211 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.heading-212 {
  margin-top: 10px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Merriweather, serif;
  font-size: 27px;
  font-weight: 700;
}

.paragraph-217 {
  color: #000;
  text-align: justify;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-165 {
  opacity: 0;
}

.section-33 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.container-676 {
  text-align: center;
}

.image-78 {
  width: 27%;
  max-width: none;
  padding-bottom: 20px;
}

.paragraph-218 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.link-block-15 {
  display: none;
}

.div-block-150 {
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-2.jpg?v=62369575983171138931761023667');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 215px;
  display: flex;
}

.image-79 {
  width: 100px;
}

.heading-213 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-151 {
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-3.jpg?v=523710209734149151761023668');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 215px;
  display: flex;
}

.paragraph-219 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-149 {
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-1.jpg?v=109663634980642445871761023666');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 215px;
  display: flex;
}

.section-36 {
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 20px;
}

.heading-216 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-221, .paragraph-222 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.section-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.container-686 {
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

.columns-53 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-220 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.heading-219 {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 31px;
  font-weight: 400;
}

.paragraph-225 {
  padding-top: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.image-82 {
  border-radius: 50%;
}

.div-block-158 {
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1661180498-lumineers.jpg?v=84763491816624731491761023663');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.heading-222 {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-223 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.column-74 {
  padding-right: 42px;
}

.paragraph-226 {
  color: #000;
  text-align: justify;
  padding-top: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.container-684 {
  max-width: 1140px;
}

.div-block-157 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.section-40 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 2px 120px 3px #0003;
}

.columns-55 {
  align-items: center;
  display: flex;
}

.section-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-682 {
  margin-left: 0;
  margin-right: 0;
}

.columns-59 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-75 {
  padding-left: 0;
  padding-right: 0;
}

.heading-225 {
  text-align: center;
  padding-right: 47px;
  font-family: Merriweather, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

.paragraph-228 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section.no-padding-vertical.v2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumbs {
  color: #999;
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 3%;
  margin-bottom: -8px;
  padding: 8px 28px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: #999;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  opacity: .2;
  width: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.rich-text-block {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block.margin {
  margin-bottom: 0;
}

.paragraph-229 {
  font-family: Montserrat, sans-serif;
}

.heading-241 {
  font-family: Merriweather, serif;
  font-weight: 900;
}

.bold-text-50 {
  font-size: 22px;
  line-height: 48px;
}

.div-block-171 {
  padding-bottom: 8em;
  position: relative;
}

.paragraph-237 {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.span-text.footer-1 {
  padding-bottom: 88px;
  font-family: Merriweather, serif;
}

.bold-text-42 {
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: italic;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-weight: 400;
  display: block;
}

.checkbox {
  border-radius: 18px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.section-48 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-48.is--footer {
  z-index: 1;
  background-color: #00000b;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-form {
  padding-bottom: 4.64em;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  padding-left: 0;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.submit-button {
  z-index: 10;
  letter-spacing: 2px;
  background-color: #c49557;
  border-radius: 7px;
  width: 260px;
  height: 42px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: auto 0% -33% auto;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-block {
  position: relative;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-family: Montserrat, sans-serif;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.text-span-16 {
  text-transform: none;
  margin-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.gradient-top {
  z-index: 1;
  background-image: 
  linear-gradient(#000000c7, #000000c7),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/retain-1.jpg?v=124179985437369263171761023668'),
  linear-gradient(0deg, #caaa7f, #382203 50%, #caaa7f);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-691 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-691.footer {
  padding: 4em 20px 0;
}

@media screen and (min-width: 1280px) {
  .background-video {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block {
    margin-top: 400px;
  }

  .container-702 {
    max-width: 1160px;
  }

  .div-block-122 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-120 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    display: flex;
  }

  .paragraph-208 {
    text-align: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.8;
  }

  .text-block-10 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
  }

  .section-14 {
    background-image: linear-gradient(#ffffff80, #ffffff80),url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .div-block-121 {
    flex: 1;
    max-width: 50%;
  }

  .heading-202 {
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 47px;
    line-height: 1.2;
  }

  .heading-202._54px {
    padding-bottom: 11px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 33px;
  }

  .container-68 {
    max-width: 14000px;
    display: flex;
  }

  .container-61 {
    max-width: 1200px;
  }

  .div-block-183 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-67 {
    max-width: none;
  }

  .section-32 {
   background-image: 
  linear-gradient(#ffffff0f, #ffffff0f),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
    background-position: 0 0, 107%, 0 0, 0 100%;
    background-repeat: repeat, no-repeat, repeat, repeat-y;
    background-size: auto, 53%, auto, cover;
    height: 55vh;
  }

  .container-675 {
    width: 1200px;
    max-width: 1200px;
  }

  .column-64 {
    background-color: #ffffff3b;
  }

  .paragraph-217 {
    text-align: justify;
    padding-right: 32px;
  }

  .container-676 {
    max-width: 1200px;
  }

  .paragraph-218 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-150 {
    height: 240px;
  }

  .heading-213 {
    font-size: 18px;
  }

  .div-block-151 {
    height: 240px;
  }

  .paragraph-219 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-149 {
    height: 240px;
  }

  .container-677, .container-680, .container-686, .container-684, .container-682 {
    max-width: 1200px;
  }

  .container-691.footer {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-122 {
    background-color: #f1f1f100;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-208 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-14 {
    background-image: linear-gradient(#ffffffbd, #ffffffbd),  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .heading-202 {
    font-size: 46px;
    line-height: 1;
  }

  .heading-16 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .list-item-6 {
    color: #fffefe;
    font-size: 18px;
    line-height: 28px;
  }

  .columns-21 {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }

  .div-block-93 {
    justify-content: space-between;
    margin-right: 190px;
    padding-right: 0;
    display: flex;
  }

  .container-10 {
    border-bottom: 0 #fff;
    max-width: 1320px;
    padding-bottom: 20px;
  }

  .section-8 {
    background-color: #000;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 50px;
  }

  .div-block-43.gf {
    padding-bottom: 20px;
  }

  .container-61 {
    max-width: 1320px;
  }

  .list-item-3 {
    color: #fdf7f7;
    font-size: 18px;
    line-height: 28px;
  }

  .list-item-copy {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-10 {
    justify-content: space-between;
    margin-right: 190px;
    padding-right: 0;
    display: flex;
  }

  .div-block-138 {
    margin-top: 10px;
  }

  .list-item-4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-15 {
    color: #fff;
    font-size: 22px;
  }

  .div-block-183 {
    background-color: #f1f1f100;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-183.brix---button-row-left.hh {
    background-color: #fff;
    padding-top: 10px;
  }

  .container-67 {
    max-width: none;
  }

  .paragraph-187 {
    color: #fff6f6;
    margin-top: 10px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-11 {
    margin-right: 0;
    padding-right: 40px;
  }

  .list-2 {
    padding-left: 0;
    list-style-type: none;
  }

  .paragraph-4 {
    color: #fff6f6;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-32 {
background-image: 
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');

    background-position: 0 0, 100%, 0 0, 0 100%;
    background-repeat: repeat, no-repeat, repeat, repeat-y;
    background-size: auto, 50%, auto, cover;
    height: 55vh;
  }

  .column-64 {
    padding-left: 20px;
    left: -37px;
  }

  .container-676, .container-677 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .navlink.submenu.w--current {
    background-color: #ffffff4f;
    border-bottom-color: #ffffff3d;
  }

  .div-block {
    max-width: 1270px;
    margin-top: 379px;
  }

  .bold-text-48 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-61 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .image-91 {
    max-width: 100%;
  }

  .heading-236 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-702 {
    max-width: 1200px;
  }

  .div-block-96 {
    text-align: center;
  }

  .div-block-122 {
    background-color: #f1f1f100;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-203 {
    font-size: 20px;
  }

  .paragraph-208 {
    text-align: justify;
    max-width: 550px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-14 {
  background-image: 
  linear-gradient(#ffffff80, #ffffff80),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657'),
  linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    height: auto;
  }

  .heading-202._54px {
    max-width: 610px;
    line-height: 1.2;
  }

  .container-68.reverse {
    max-width: 1320px;
  }

  .heading-16 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .column-57 {
    padding-left: 0;
  }

  .div-block-182 {
    text-align: center;
  }

  .columns-21 {
    border-bottom-color: #ffffff3d;
  }

  .columns-21.m1 {
    max-width: 1470px;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-43 {
    opacity: .36;
    border-top-color: #a5a5a5;
    width: 700px;
    padding-bottom: 29px;
  }

  .div-block-43.gf {
    opacity: 50;
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .inv {
    max-width: 100%;
    margin-left: -15px;
  }

  .container-61.f1.m2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-58 {
    opacity: 0;
  }

  .heading-240 {
    font-size: 20px;
  }

  .div-block-115 {
    margin-bottom: -49px;
  }

  .div-block-138 {
    width: auto;
    margin-top: 0;
  }

  .bold-text-46 {
    font-size: 16px;
  }

  .div-block-183 {
    background-color: #f1f1f100;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .div-block-183.brix---button-row-left.hh {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .paragraph-179 {
    opacity: 1;
  }

  .paragraph-179.x2 {
    opacity: 0;
  }

  .container-67 {
    max-width: none;
    margin-bottom: 55px;
  }

  .paragraph-187 {
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-113 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .link-10 {
    margin-left: 0;
  }

  .section-32 {
  background-image: 
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
    background-position: 0 0, 100% 29%, 0 0, 0 100%;
    background-repeat: repeat, no-repeat, repeat, repeat-y;
    background-size: auto, 50%, auto, cover;
    height: 60vh;
  }

  .column-64 {
    background-color: #fff0;
  }

  .paragraph-217 {
    font-weight: 400;
  }
  .div-block-150 {
    background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-2.jpg?v=62369575983171138931761023667');
  }

  .div-block-151 {
    background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-3.jpg?v=523710209734149151761023668');
  }

  .div-block-149 {
     background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/pic-1.jpg?v=109663634980642445871761023666');
  }

  .heading-223 {
    margin-bottom: 20px;
  }

  .paragraph-226 {
    text-align: justify;
  }

  .section-40 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-237 {
    margin-left: -160px;
  }

  .span-text.footer-1 {
    padding-bottom: 90px;
  }

  .checkbox-label.open {
    padding-left: 1em;
  }

  .section-48.is--footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 880px;
    display: flex;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .grid_item.is--50.footer-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #caaa7f;
    border-radius: 5px;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    margin-top: 6px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

  .nav-menu {
    background-color: #fff;
    background-image: linear-gradient(#000, #000);
  }

  .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-7 {
    min-width: 0;
  }

  .burger-menu {
    color: #20272f;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left, ._33-percent-column.top-right {
    display: none;
  }

  .div-block {
    margin-top: 200px;
    padding-bottom: 0;
  }

  .heading.bigh2 {
    font-size: 46px;
  }

  .button-12:hover {
    transform: none;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-96.mfx {
    margin-bottom: 0;
  }

  .div-block-122 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f1f1f1;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-203 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .div-block-123 {
    display: none;
  }

  .div-block-120 {
    max-width: 100%;
    padding: 60px 20px;
  }

  .paragraph-208 {
    max-width: 100%;
    line-height: 2;
  }

  .section-14 {
    background-image: 
  linear-gradient(#ffffffcf, #ffffffcf),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-121 {
    max-width: 100%;
  }

  .container-68 {
    flex-flow: column;
  }

  .container-68.reverse {
    flex-flow: column-reverse;
  }

  .column-57 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-93 {
    padding-right: 140px;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    padding-bottom: 0;
    display: block;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---paragraph-big-2.light {
    text-align: left;
    line-height: 31px;
  }

  .heading-240 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .div-block-10 {
    padding-right: 20px;
  }

  .waves---cta-dark.wide-cta.foot {
    width: 100%;
    margin-right: 0;
  }

  .column-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-94 {
    width: 50%;
    padding-right: 0;
  }

  .div-block-183 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f1f1f1;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-99 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }

  .column-56, .column-55 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-113 {
    width: 100%;
    padding-bottom: 124px;
  }

  .div-block-184 {
    display: none;
  }

  .linkdeco {
    font-weight: 300;
  }

  .waves---paragraph-regular-2 {
    margin-top: 60px;
  }

  .section-32 {
   background-image: 
  linear-gradient(#afafaf00, #ffffffe6 74%),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  linear-gradient(#0000, #0000),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
    background-position: 0 0, 50% 0, 0 0, 0 100%;
    background-repeat: repeat, no-repeat, repeat, repeat-y;
    background-size: auto, cover, auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-675 {
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 554px;
    display: flex;
  }

  .columns-58 {
    flex-flow: column;
    display: block;
  }

  .column-64 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-217 {
    padding-right: 0;
  }

  .div-block-165 {
    display: none;
  }

  .section-38 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-686 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-53 {
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .heading-220, .heading-219 {
    text-align: center;
  }

  .paragraph-225 {
    padding: 20px;
  }

  .div-block-166 {
    text-align: center;
  }

  .image-82 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-684 {
    max-width: 940px;
  }

  .section {
    padding: 88px 8px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .breadcrumbs {
    height: 40px;
    margin-top: 20px;
  }

  .rich-text-block {
    margin-bottom: 25px;
  }

  .span-text.footer-1 {
    padding-bottom: 0;
  }

  .section-48.is--footer {
    height: 810px;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.is--50.footer-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_item.is--50.footer-1 {
    padding-left: 0;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .text-span-16 {
    margin-left: 0;
  }

  .grid.is--footer {
    flex-flow: column;
  }

  .container-691 {
    padding: 0 3em 10em;
  }

  .container-691.footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .flex-wrapper {
    flex: 1;
    display: block;
  }

  .image-2 {
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 0;
    display: none;
  }

  .dropdown-2 {
    display: block;
  }

  .navlink {
    text-align: left;
  }

  .content-wrapper {
   background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/Screenshot_041324_072244_PM.jpg?v=83050572022996665621761023668');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36%;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    max-width: none;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobilelogo {
    padding-top: 0;
    display: block;
  }

  .menu-button {
    background-color: #c77930a3;
    border-radius: 7px;
    flex: 0 auto;
    margin-top: 0;
  }

  .menu-button.w--open {
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/Screenshot_041324_072244_PM.jpg?v=83050572022996665621761023668');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 33px;
  }

  .burger-menu {
    opacity: 0;
  }

  ._33-percent-column.top-center {
    width: 69%;
    display: block;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block {
    margin-top: 150px;
    padding-bottom: 70px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.bigh2 {
    margin-top: 20px;
    line-height: 56px;
  }

  .image-91 {
    height: 120px;
  }

  .heading-236 {
    font-size: 15px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-122 {
    flex-flow: column;
    margin-top: 10px;
    padding-top: 10px;
  }

  .div-block-120 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section-14 {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .heading-199 {
    margin-bottom: 20px;
  }

  .div-block-93 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    padding-bottom: 0;
  }

  .waves---paragraph-big-2, .waves---paragraph-big-2.light {
    text-align: left;
  }

  .div-block-10 {
    padding-right: 300px;
  }

  .column-59 {
    text-align: center;
  }

  .div-block-94 {
    width: 100%;
  }

  .div-block-183 {
    flex-flow: column;
    margin-top: 10px;
    padding-top: 10px;
  }

  .heading-200 {
    margin-bottom: 20px;
  }

  .linkdeco {
    font-weight: 300;
  }

  .link-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-32 {
  background-image: 
  linear-gradient(#96969600 29%, #fff 61%),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  linear-gradient(#ffffff75, #ffffff75),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
    background-position: 0 0, 50% -15%, 0 0, 0 100%;
    background-repeat: repeat, no-repeat, repeat, repeat-y;
    background-size: auto, 100%, auto, cover;
    height: auto;
    padding: 97% 20px 20px;
  }

  .container-675 {
    width: auto;
    padding-top: 0;
  }

  .columns-58 {
    width: auto;
  }

  .column-64 {
    padding-top: 73px;
  }

  .div-block-165 {
    display: none;
  }

  .image-78 {
    width: 28%;
    max-width: none;
  }

  .paragraph-218 {
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-150, .div-block-151, .div-block-149 {
    height: 250px;
  }

  .heading-216 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-53 {
    flex-flow: column;
  }

  .paragraph-225 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-166 {
    text-align: center;
    padding-top: 40px;
  }

  .image-82 {
    max-width: 82%;
  }

  .paragraph-226 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-40 {
    padding-top: 26px;
  }

  .columns-55, .columns-59 {
    flex-flow: column;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .breadcrumbs {
    border-width: 1px;
    height: 32px;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .span-text.footer-1 {
    font-size: 38px;
  }

  .section-48.is--footer {
    padding-bottom: 55px;
  }

  .grid_item.footer-form {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 16px;
  }

  .gradient-top {
   background-image: 
  linear-gradient(#000000c9, #000000c9),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/retain-1.jpg?v=124179985437369263171761023668'),
  linear-gradient(0deg, #caaa7f, #382203 50%, #caaa7f);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .container-691.footer {
    padding-top: .8em;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    color: #000;
    background-image: none;
    background-position: 0 0;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    position: fixed;
  }

  .flex-wrapper {
    justify-content: center;
    align-self: flex-start;
    margin-top: 2%;
  }

  .image-2 {
    height: 78.2813px;
    margin-top: 10px;
    padding-bottom: 16px;
    display: none;
  }

  .navlink {
    color: #fff;
    text-align: left;
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink:hover {
    color: #000;
    background-color: #f8f1e5;
    border-bottom-style: none;
  }

  .navlink:active {
    color: #000;
  }

  .navlink:focus, .navlink:focus-visible, .navlink[data-wf-focus-visible], .navlink:visited {
    color: #fff;
  }

  .navlink.w--current {
    color: #000;
    text-align: left;
    background-color: #fff;
  }

  .navlink.drop {
    width: 100%;
  }

  .dropdown-list-3.w--open {
    background-color: #202020b5;
  }

  .nav-menu {
    background-color: #000000ed;
    background-image: linear-gradient(#0000, #0000);
    padding-top: 0;
    padding-bottom: 7px;
  }

  .content-wrapper {
    opacity: 1;
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/BRGR13.png?v=135479269945122553501761023662');
    background-size: 40%;
    flex-direction: row;
    justify-content: space-between;
    width: 78px;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .mobilelogo {
    max-width: 200%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-button {
    background-color: #c7793000;
    margin-top: 3px;
    margin-right: -30px;
  }

  .menu-button.w--open {
    background-color: #ffecdc;
  background-image: url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/BRGR13.png?v=135479269945122553501761023662');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 28px;
  }

  .div-block-7 {
    width: 50%;
  }

  .burger-menu {
    opacity: 0;
  }

  ._33-percent-column.top-center.w--current {
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video {
    height: 720px;
    padding-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    text-align: left;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }

  .heading.smallh1 {
    padding-bottom: 4px;
    font-size: 17px;
  }

  .heading.bigh2 {
    max-width: 100%;
    padding-top: 0;
    font-size: 27px;
    line-height: 40px;
  }

  .heading-239 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-181 {
    text-align: center;
    margin-bottom: 60px;
  }

  .heading-237 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-91 {
    height: auto;
    max-height: 220px;
    margin-bottom: 0;
  }

  .button-12 {
    height: auto;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---section-small.mod3 {
    background-color: #fff;
    margin-top: 0;
    padding-top: 20px;
    display: none;
  }

  .div-block-96.mfx {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-122 {
    background-color: #ffffff8a;
    border-radius: 8px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-203 {
    color: #000000f7;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-123 {
    opacity: .16;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    height: 40px;
    display: flex;
  }

  .div-block-120 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
  }

  .paragraph-208 {
    text-align: justify;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.7;
  }

  .text-block-10 {
    text-align: center;
  }

  .section-14 {
   background-image: 
  linear-gradient(#fcecdc, #fcecdc),
  linear-gradient(#ffffffc7, #ffffffc7),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076792-2-bg.png?v=62099804597927165281761023657');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding: 40px 20px 0;
  }

  .div-block-121 {
    text-align: center;
    border-radius: 0;
    max-width: 100%;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .heading-202 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-202._54px {
    text-align: center;
    padding-bottom: 10px;
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading-16 {
    margin-bottom: 0;
    padding: 15px 66px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }

  .column-57 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-182.bb4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-55 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-93 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    align-items: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-43.gf {
    padding-bottom: 10px;
  }

  .container-61.f1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-61.f1.m2 {
    padding-bottom: 4px;
  }

  .column-58 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---paragraph-big-2 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 36px;
  }

  .waves---paragraph-big-2.light {
    padding-bottom: 0;
  }

  .heading-240 {
    color: #000000f7;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-98 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .columns-6 {
    padding-top: 20px;
  }

  .div-block-138 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-94 {
    text-align: center;
    width: 100%;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-183 {
    background-color: #ffffff8a;
    border-radius: 8px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-183.brix---button-row-left.hh {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-4 {
    padding-left: 0;
    padding-right: 10px;
  }

  .column-56, .column-55 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-187 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-113 {
    padding-top: 20px;
    padding-bottom: 92px;
  }

  .div-block-184 {
    opacity: .16;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    height: 40px;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .waves---paragraph-regular-2 {
    margin-top: -1px;
  }

  .column-60 {
    margin-bottom: 60px;
  }

  .section-32 {
  background-image: 
  linear-gradient(#bebebe00 25%, #fff 39%),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/img2.jpg?v=174005193875875916871761023663'),
  url('//j21nvs-m4.myshopify.com/cdn/shop/t/2/assets/1660076807-mask-left.jpg?v=51439589341496527001761023660');
    background-position: 0 0, 50% -2%, 0 100%;
    background-repeat: repeat, no-repeat, repeat-y;
    background-size: auto, 100%, cover;
    border-bottom-style: none;
    height: auto;
    padding: 92% 20px 13px;
  }

  .column-64 {
    padding-top: 0;
  }

  .heading-211 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-212 {
    text-align: left;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 37px;
  }

  .paragraph-217 {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .section-33 {
    margin-top: 20px;
  }

  .image-78 {
    width: 25%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-150, .div-block-151, .div-block-149 {
    margin-top: 20px;
  }

  .section-36 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-216 {
    text-align: center;
    margin-top: 0;
    font-family: Merriweather, serif;
  }

  .paragraph-221 {
    text-align: center;
  }

  .paragraph-222 {
    text-align: center;
    margin-top: 10px;
  }

  .section-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-220 {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-219 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-225 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-166 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .image-82 {
    max-width: 100%;
  }

  .div-block-158 {
    height: 478px;
  }

  .column-74 {
    padding-right: 10px;
  }

  .div-block-157 {
    margin-top: 20px;
  }

  .section-42 {
    padding-bottom: 10px;
  }

  .heading-225 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Merriweather, serif;
  }

  .paragraph-228 {
    text-align: center;
  }

  .section.no-padding-vertical.v2 {
    padding-top: 32%;
  }

  .div-block-171 {
    padding-bottom: 3.1em;
  }

  .paragraph-237 {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .span-text.footer-1 {
    white-space: normal;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 1.2;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: block;
  }

  .checkbox {
    width: 42px;
    height: 20px;
    margin-right: 10px;
  }

  .section-48.is--footer {
    height: 950px;
    padding-top: 28%;
    padding-bottom: 0;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .grid_item.footer-form {
    padding-top: 0;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
    padding-top: 0;
  }

  .submit-button {
    letter-spacing: 5px;
    background-color: #caaa7f5e;
    border: 1px solid #ffffff6b;
    width: 100%;
    height: 49px;
    padding-top: 0;
    padding-bottom: 0;
    bottom: -34%;
  }

  .contact-form-grid {
    margin-top: -1px;
  }

  .text-field {
    font-family: Montserrat, sans-serif;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .gradient-top {
    padding-bottom: 20px;
  }

  .checkbox-field {
    bottom: -14%;
  }

  .image-footer {
    object-fit: cover;
  }

  .container-691.footer {
    padding-top: 3em;
    padding-bottom: 10em;
  }
}

#w-node-dd06e281-d6f5-4a1c-a93f-e80ff7175e16-00a726ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-dd06e281-d6f5-4a1c-a93f-e80ff7175e0e-00a726ea, #w-node-dd06e281-d6f5-4a1c-a93f-e80ff7175e10-00a726ea, #w-node-dd06e281-d6f5-4a1c-a93f-e80ff7175e12-00a726ea, #w-node-dd06e281-d6f5-4a1c-a93f-e80ff7175e14-00a726ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}