.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-link {
  -webkit-transition: color 450ms ease-in-out;
  transition: color 450ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a09191;
}

.nav-link.w--current {
  -webkit-transition: color 450ms ease-in-out;
  transition: color 450ms ease-in-out;
  color: #a09191;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
}

.nav-link._5 {
  padding-left: 40px;
}

.nav-link._5:hover {
  border-bottom: 0px none transparent;
}

.nav-link._6 {
  display: none;
}

.icon {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-link {
  background-color: #02092d;
  -webkit-transition: color 450ms ease-in-out;
  transition: color 450ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #a09191;
}

.dropdown-link.w--current {
  color: #a09191;
}

.body {
  background-color: #f5f5f5;
}

.background-video {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.section {
  max-width: 1600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  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;
}

.content._3 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 220px;
  -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 {
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.heading-2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #ffcd00;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-span-2 {
  border-bottom: 4px solid #fff;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-3._3 {
  margin-top: 220px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.paragraph {
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph._2 {
  margin-bottom: 220px;
  color: #fff;
  letter-spacing: 1px;
}

.paragraph._5 {
  color: #fff;
  letter-spacing: 1px;
}

.paragraph._9 {
  color: #000;
  letter-spacing: 1px;
}

.paragraph._10 {
  color: #000;
  text-align: left;
}

.section-2 {
  margin-top: 40px;
}

.content._2 {
  display: none;
  width: 90%;
  max-width: 1920px;
  -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-4 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.heading-4.mobile {
  line-height: 25px;
}

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

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

.section-3 {
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #02092d;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.link {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transition: color 450ms ease-in-out;
  transition: color 450ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #a09191;
}

.link.w--current {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.link._2 {
  padding-right: 0px;
  padding-left: 0px;
}

.link._9 {
  display: none;
}

.link-2 {
  padding-right: 40px;
}

.link-3 {
  padding-right: 40px;
}

.section-4 {
  max-width: 1920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-roman-odintsov-7691101.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-roman-odintsov-7691101.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.div-block-5 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-6 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-cottonbro-4614236.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-cottonbro-4614236.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-2 {
  padding: 10px 40px;
  text-align: center;
}

.div-block-9 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.head {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.head._3 {
  margin-top: 220px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.body-2 {
  background-color: #f5f5f5;
}

.background-video-2 {
  height: 100vh;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -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-6 {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/1381603100.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/1381603100.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-6 {
  max-width: 1920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-3 {
  padding-right: 120px;
  padding-left: 120px;
}

.section-7 {
  max-width: 1920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/pexels-pixabay-459486.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/pexels-pixabay-459486.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-8 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.section-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-fauxels-3184450.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-fauxels-3184450.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -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-9 {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.heading-10 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff423;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -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-11 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.heading-11._2 {
  font-size: 35px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-4._4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-16 {
  display: none;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

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

.div-block-17 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.submit-button {
  width: 500px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #ffcd00;
  background-color: transparent;
  -webkit-transition: background-color 450ms ease-in-out;
  transition: background-color 450ms ease-in-out;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.text-field {
  width: 500px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.text-field-2 {
  border-radius: 5px;
  background-color: #f5f5f5;
}

.text-field-3 {
  border-radius: 5px;
  background-color: #f5f5f5;
}

.textarea {
  border-radius: 5px;
  background-color: #f5f5f5;
}

.field-label {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label-2 {
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label-3 {
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label-4 {
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.section-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-cottonbro-4614231.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-cottonbro-4614231.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -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-12 {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-mikhail-nilov-6969935.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/pexels-mikhail-nilov-6969935.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 450ms ease-in-out;
  transition: -webkit-filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out, -webkit-filter 450ms ease-in-out;
  cursor: pointer;
}

.div-block-20:hover {
  background-image: url('../images/pexels-mikhail-nilov-6969935.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.div-block-20._2 {
  background-image: url('../images/pexels-dom-j-45980.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/pexels-dom-j-45980.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 450ms ease-in-out;
  transition: -webkit-filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out, -webkit-filter 450ms ease-in-out;
}

.div-block-20._2:hover {
  background-image: url('../images/pexels-dom-j-45980.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.div-block-20._3 {
  background-image: url('../images/All-3-packs.jpeg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/All-3-packs.jpeg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  padding-right: 60px;
  -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-13 {
  -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: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
}

.heading-14._2 {
  color: #fff;
}

.paragraph-copy {
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-copy._2 {
  margin-bottom: 220px;
  padding-right: 120px;
  padding-left: 120px;
  color: #fff;
  letter-spacing: 1px;
}

.paragraph-copy._5 {
  color: #fff;
  letter-spacing: 1px;
}

.paragraph-copy._9 {
  color: #000;
  letter-spacing: 1px;
}

.paragraph-copy._10 {
  color: #000;
  text-align: left;
}

.paragraph-products {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.section-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-pixabay-210604.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-pixabay-210604.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -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-15 {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/All-3-packs.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-25._2 {
  background-image: url('../images/pexels-castorly-stock-3682240.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-25._2.duvet {
  background-image: url('../images/pexels-charlotte-may-5825584.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-25._3 {
  background-image: url('../images/pexels-charlotte-may-5825567.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  padding-right: 60px;
  -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-16 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 3px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

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

.link-block-2 {
  text-decoration: none;
}

.section-15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-quark-studio-2507016.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-quark-studio-2507016.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -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-17 {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-16 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-28.bath-mat {
  display: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-karolina-grabowska-4210372.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29._2 {
  background-image: url('../images/pexels-tima-miroshnichenko-6186756.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-29._2._3 {
  background-image: url('../images/pool-g6d170b7ef_1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29._2.spa-towel {
  background-image: url('../images/pexels-koolshooters-6628486.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29._3 {
  background-image: url('../images/pexels-mathias-pr-reding-7664063.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29.bath-robe {
  background-image: url('../images/bath-robe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29.bath-mat {
  background-image: url('../images/bath-mat.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  padding-right: 60px;
  -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-18 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-31._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/loom-shed-2_orig.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-32._2 {
  background-image: url('../images/pexels-cottonbro-4614119.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  padding-right: 60px;
  -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;
}

.section-17 {
  margin-top: 40px;
}

.vr-map {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-34 {
  display: block;
  max-width: 1920px;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-2 {
  height: 400px;
  margin-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

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

.html-embed-2.pic-3 {
  margin-top: 20px;
}

.html-embed-2.pic-4 {
  margin-top: 20px;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-35 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.link-4 {
  display: none;
}

.radio-button-field {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  cursor: pointer;
}

.radio-button-2 {
  cursor: pointer;
}

.html-embed-3 {
  height: 400px;
}

.heading-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-37 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.dropdown-toggle {
  padding-left: 0px;
}

@media screen and (min-width: 1280px) {
  .content {
    font-size: 15px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
  }

  .link._9 {
    display: none;
  }

  .section-4 {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-roman-odintsov-7691101.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-roman-odintsov-7691101.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .image-2 {
    background-image: url('../images/pexels-thomas-cotton-12679.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-9 {
    max-width: 1920px;
  }

  .heading-12 {
    font-size: 40px;
  }

  .heading-14 {
    font-size: 35px;
  }

  .paragraph-copy {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    text-align: center;
  }

  .link._9 {
    display: none;
  }

  .section-4 {
    height: 50vh;
  }

  .heading-12 {
    font-size: 40px;
  }

  .div-block-20 {
    height: 400px;
  }

  .heading-14 {
    font-size: 35px;
  }

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

@media screen and (min-width: 1920px) {
  .heading-3 {
    font-size: 40px;
  }

  .paragraph {
    text-align: center;
  }

  .heading-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3 {
    max-width: 1920px;
  }

  .link._9 {
    display: none;
  }

  .section-4 {
    height: 40vh;
  }

  .head._3 {
    font-size: 40px;
  }

  .div-block-15 {
    width: 100%;
  }

  .heading-12 {
    font-size: 60px;
  }

  .div-block-20 {
    height: 600px;
  }

  .heading-14 {
    font-size: 40px;
  }

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

  .div-block-25 {
    height: 600px;
  }

  .div-block-29 {
    height: 600px;
  }

  .div-block-32 {
    height: 600px;
  }

  .html-embed-2 {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    display: block;
    padding: 25px;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link._5 {
    display: none;
    color: #fff;
  }

  .nav-link._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-link {
    color: #fff;
  }

  .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video {
    height: 100vh;
  }

  .section {
    width: 90%;
  }

  .content {
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #02092d;
  }

  .nav-menu {
    background-color: #02092d;
  }

  .heading-2 {
    font-size: 12px;
    text-align: center;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  .paragraph._2 {
    line-height: 25px;
  }

  .heading-4 {
    padding-top: 0px;
    font-size: 14px;
  }

  .columns {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .div-block-4 {
    padding-top: 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;
  }

  .link {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    letter-spacing: 3px;
  }

  .link.w--current {
    padding-right: 0px;
  }

  .link._9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .div-block-5 {
    width: 90%;
  }

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

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

  .head._3 {
    font-size: 30px;
  }

  .div-block-10 {
    width: 90%;
  }

  .heading-6 {
    padding-top: 100px;
    font-size: 35px;
  }

  .div-block-11 {
    width: 90%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .div-block-12 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .heading-9 {
    font-size: 35px;
    text-align: center;
  }

  .div-block-14 {
    width: 90%;
    -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-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-11 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .heading-11._2 {
    font-size: 30px;
    line-height: 50px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .div-block-16 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .field-label-4 {
    text-align: center;
  }

  .heading-12 {
    font-size: 35px;
    text-align: center;
  }

  .div-block-19 {
    width: 90%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-20 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .paragraph-copy {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  .paragraph-copy._2 {
    width: 90%;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 25px;
  }

  .paragraph-products {
    width: 90vw;
    font-size: 14px;
    text-align: center;
  }

  .heading-15 {
    font-size: 30px;
  }

  .div-block-24 {
    width: 90%;
    -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;
  }

  .div-block-24._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-24._2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-25._2 {
    margin-top: 20px;
  }

  .div-block-25._3 {
    margin-top: 20px;
  }

  .div-block-26 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .heading-16 {
    font-size: 30px;
  }

  .paragraph-5 {
    font-size: 14px;
    text-align: center;
  }

  .heading-17 {
    font-size: 30px;
    text-align: center;
  }

  .div-block-28 {
    width: 90%;
    -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-28._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-29._2 {
    margin-top: 20px;
  }

  .div-block-29._3 {
    margin-top: 20px;
  }

  .div-block-29.bath-robe {
    margin-top: 20px;
  }

  .div-block-29.bath-mat {
    margin-top: 20px;
  }

  .div-block-30 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .heading-18 {
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .div-block-31 {
    width: 90%;
    -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-31._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-32._2 {
    margin-top: 20px;
  }

  .div-block-33 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .div-block-34 {
    display: block;
    width: 90%;
    -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;
  }

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

  .heading-19 {
    font-size: 30px;
  }

  .div-block-35 {
    width: 90%;
    margin-bottom: 40px;
  }

  .dropdown {
    display: none;
  }

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

  .div-block-37 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link._5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .background-video {
    height: 80vh;
  }

  .paragraph {
    margin-top: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  .paragraph._2 {
    letter-spacing: 1px;
  }

  .paragraph._5 {
    line-height: 27px;
  }

  .paragraph._9 {
    letter-spacing: 1px;
  }

  .heading-4 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
  }

  .heading-4.mobile {
    margin-top: 0px;
    letter-spacing: 1px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

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

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .link.w--current {
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

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

  .heading-6 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .div-block-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-20 {
    height: 350px;
  }

  .paragraph-copy {
    margin-top: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  .paragraph-copy._2 {
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 1px;
  }

  .paragraph-copy._5 {
    line-height: 27px;
  }

  .paragraph-copy._9 {
    letter-spacing: 1px;
  }

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

  .link._2 {
    padding-bottom: 0px;
  }

  .link._2.w--current {
    padding-bottom: 0px;
  }

  .div-block-25 {
    height: 350px;
  }

  .div-block-31 {
    width: 90%;
    -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-32 {
    width: 100%;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-36 {
    width: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 80vh;
  }

  .section {
    margin-top: 20px;
  }

  .content {
    width: 90%;
  }

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

  .heading-3 {
    font-size: 25px;
    text-align: center;
  }

  .heading-3._3 {
    font-size: 25px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph._2 {
    line-height: 27px;
  }

  .section-2 {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 14px;
    text-align: center;
  }

  .heading-4.mobile {
    margin-top: 0px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .link-2 {
    padding-right: 0px;
  }

  .link-3 {
    padding-right: 0px;
  }

  .section-4 {
    margin-top: 20px;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .div-block-8 {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/pexels-cottonbro-4614236.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/pexels-cottonbro-4614236.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

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

  .head {
    font-size: 25px;
    text-align: center;
  }

  .head._3 {
    font-size: 25px;
  }

  .background-video-2 {
    height: 80vh;
  }

  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1381603100.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1381603100.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-8 {
    text-align: center;
  }

  .heading-10 {
    text-align: center;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submit-button {
    width: 200px;
  }

  .text-field {
    width: 200px;
  }

  .text-field-2 {
    width: 200px;
  }

  .text-field-3 {
    width: 200px;
  }

  .textarea {
    width: 200px;
  }

  .field-label-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-copy {
    font-size: 14px;
  }

  .paragraph-copy._2 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 27px;
  }

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

  .heading-15 {
    text-align: center;
  }

  .div-block-25._2.duvet {
    background-position: 50% 100%;
  }

  .heading-16 {
    text-align: center;
  }
}