.covid {
  width: 100vw;
  height: 100vh;
  background: rgba(33,33,33,0.6);
  position: fixed;
  z-index: 100;
}
.white-box {
  background: #ffffff;
  width: 80%;
  max-width: 600px;
  margin: 100px auto;
  padding: 20px;
  border-radius: 20px;
}
.byecovid {
  display: none;
}
#dames {
  margin-bottom: 100px; /* ou ajuste selon besoin */
}
.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:block;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    font-size: 12px;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    padding: 15px 2%;
}
.popupCloseButton {
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */


body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 30px;
  margin-left: 0px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100vw;
  margin: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  opacity: 1;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -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;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.protected-heading {
  margin-bottom: 30px;
}

.container-2 {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  max-width: 84vw;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-menu {
  position: static;
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-link {
  padding: 0px 25px 0px 0px;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #291f1c #000 #000;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  direction: ltr;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

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

.nav-link-2 {
  padding: 0px 25px;
  border-right: 2px solid #291f1c;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.nav-link-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.nav-link-4 {
  left: auto;
  right: auto;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 25px 0px 26px;
  float: none;
  clear: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
  cursor: pointer;
}

.nav-link-4:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.logo-link {
  width: 25px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 35px;
  position: relative;
  display: inline-block;
  margin-top: -4px;
}

.button-1 {
  float: right;
  color: #ffa45c;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #707070;
  border-radius: 5px;
  margin-top: 20px;
  padding: 0px 10px 0px 10px;
  z-index: 10;
  position: relative;
}

.button-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 170px;
  margin: -2px auto -2px 40px;
  padding: 0px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #707070;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Lato, sans-serif;
  color: #08c95a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2:hover {
  border-color: #353535;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #08c95a;
}

.image {
  width: 16px;
  margin-top: 6px;
  margin-right: 10px;
  float: left;
}

.text-block {
  margin-right: 15px;
  float: right;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.link-block {
  float: right;
  font-size: 14px;
  cursor: pointer;
}

.link-block:hover {
  opacity: 0.65;
}

.link-block.hiding {
  display: none;
}

.body {
  display: block;
  margin: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.75fr 16px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-2 {
  display: block;
  margin-left: 0px;
  padding-left: 15px;
  float: right;
  border-left: 2px solid #000;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.text-block-2.hiding {
  display: none;
}

.open {
  color: #08c95a;
}

.closed {
  color: #ff0004;
}

.section-2 {
  position: static;
  display: block;
  width: 92vw;
  height: 91vh;
  margin-top: 9vh;
  margin-left: 0px;
  padding-top: 0px;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e4e5e7;
  background-image: url('../images/annabelle.jpg');
  background-position: 85% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.image-5 {
  position: absolute;
  left: 40%;
  top: 0%;
  right: 40%;
  bottom: 0%;
  width: 20%;
  margin-right: auto;
  margin-left: 4vw;
  padding-top: 20vh;
  padding-left: 0px;
  float: none;
  clear: none;
  opacity: 0.9;
}

.heading {
  position: static;
  display: block;
  width: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  border-bottom: 6px none #fff;
  font-family: Varela, sans-serif;
  color: #291f1c;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 30vh;
  margin-left: 5vw;
  float: left;
}

.div-block-2 {
  position: static;
  width: 47%;
  height: 7px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-size: 24px;
}

.heading-2 {
  margin-top: 0px;
  color: #291f1c;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.link-2 {
  width: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 100px;
  background-color: #faf6f0;
  box-shadow: 2px -2px 3px 0 #fff, -4px 4px 8px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  color: #291f1c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.link-2:hover {
  box-shadow: -2px -2px 3px 0 #fff, 3px 5px 8px 0 rgba(0, 0, 0, 0.36);
}

.link-2:active {
  box-shadow: inset -2px -2px 3px 0 #fff, inset 3px 5px 8px 0 rgba(0, 0, 0, 0.36);
}

.div-block-4 {
  width: 60px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #291f1c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-5 {
  width: 60px;
  height: 5px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: #291f1c;
  -webkit-transform: translate(39px, 5px) rotate(-45deg);
  -ms-transform: translate(39px, 5px) rotate(-45deg);
  transform: translate(39px, 5px) rotate(-45deg);
}

.link-block-2 {
  position: absolute;
  left: 45%;
  top: auto;
  right: 45%;
  bottom: 3%;
  width: 10%;
  height: 60px;
  margin-right: 0px;
  margin-left: 4vw;
  padding-top: 20px;
  padding-right: 35px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  cursor: pointer;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  clear: left;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-image {
  display: block;
  width: 90%;
  height: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Varela, sans-serif;
  color: #291f1c;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-3.whiteh {
  width: auto;
  color: #fff;
  font-weight: 700;
}

.div-block-6 {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-3 {
  display: block;
  width: 200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #707070;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.button-3:hover {
  border: 1px solid #fff;
  background-color: #ffa45c;
  color: #1a1b1f;
}

.div-block-7 {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 50px;
  margin: -17px 0px -31px auto;
  float: right;
  background-color: #ffa45c;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-block-7.less-space {
  margin-right: 0px;
}

.div-block-7.more-space {
  margin-right: 30%;
}

.div-block-7.more-space.much-more {
  margin-right: 42vw;
}

.div-block-8 {
  width: 10px;
  height: 52px;
  margin-left: 0px;
  float: none;
  background-color: #fff;
  -webkit-transform: translate(15px, 0px) rotate(4deg);
  -ms-transform: translate(15px, 0px) rotate(4deg);
  transform: translate(15px, 0px) rotate(4deg);
}

.div-block-8.brown {
  background-color: #281e1b;
}

.columns {
  position: relative;
  margin-top: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.image-7 {
  margin-top: 30px;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.image-8 {
  width: 90%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.div-block-9 {
  position: relative;
  z-index: auto;
  height: 480px;
  margin-top: 0px;
  background-color: transparent;
  background-image: url('../images/rousse.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  position: relative;
  top: 79%;
  bottom: 0px;
  z-index: -10;
  width: auto;
  height: 100px;
  clear: none;
  background-color: #f8eee1;
}

.breathe {
  position: static;
  height: auto!important;
  margin-top: 85px;
  padding-right: 30px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.button-4 {
  margin-top: 10px;
  padding-left: 0px;
  background-color: transparent;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 400;
}

.button-4.whiteh {
  padding-left: 0px;
}

.button-4.whiteh:hover {
  color: #fff;
}

.paragraph {
  color: #291f1c;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.breathe {
  margin-top: 0px;
}

.paragraph-2 {
  color: #291f1c;
  font-size: 18px;
  font-weight: 300;
}

.section-3 {
  width: 92vw;
  margin-top: 220px;
  margin-bottom: 0px;
  padding-top: 110px;
  padding-bottom: 230px;
  background-color: #281e1b;
  background-image: url('../images/IMG_2531.jpeg');
  background-position: 100% 100%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.whiteh {
  color: #fff;
}

.whiteh.paragraph.resize {
  width: 60%;
}

.container-4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-4.container-2 {
  height: auto;
}

.image-10 {
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
}

.column {
  margin-top: 250px;
}

.text-block-3 {
  position: static;
  width: 120%;
  color: #281e1b;
  font-size: 20px;
  text-decoration: none;
}

.text-block-3.grey {
  width: 85%;
  margin-left: 64px;
  float: none;
  clear: none;
  color: #707070;
}

.link-block-3 {
  width: 220px;
  text-decoration: none;
}

.image-11 {
  margin-top: 5px;
  margin-right: 40px;
  float: left;
  clear: none;
}

.text-block-4 {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 0px;
  float: left;
  color: #707070;
  font-size: 18px;
  font-weight: 300;
}

.list-item-3 {
  margin-top: 60px;
}

.section-4 {
  display: block;
  width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-horiz {
  margin-left: 40px;
}

.list-item-4 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style-type: none;
}

.div-block-11 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11.up_sapce {
  display: none;
}

.image-13 {
  margin-right: auto;
  margin-left: auto;
}

footer {
  width: 100vw;
  position: absolute;
  right: 0;
  margin-top: 100px;
  background-color: #f8eee1;
}

.text-block-5 {
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  font-size: 13px;
  font-weight: 300;
}

.link-3 {
  margin-top: 20px;
  margin-right: 15px;
  margin-left: auto;
  float: right;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-3.linkctr {
  width: 180px;
  margin-right: auto;
  float: none;
  font-weight: 300;
  text-align: center;
}

.list-item-5 {
  display: block;
  width: 50%;
  height: auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 1px dashed #707070;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.list-item-5.keeprght {
  display: block;
  height: auto;
  margin-bottom: 5px;
  float: right;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  text-align: right;
}

.list-item-5.titlelist {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  float: left;
  border-bottom-style: none;
  font-weight: 400;
  text-transform: uppercase;
}

.list-2 {
  display: none;
  width: 50%;
  height: auto;
  float: none;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #fff;
}

.list-3 {
  display: none;
  height: auto;
  float: none;
  opacity: 1;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.up-link {
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.up-link:hover {
  padding-right: 0px;
  padding-bottom: 10px;
  opacity: 0.75;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.section-5 {
  padding-top: 1px;
}

.heading-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
}

.container-5 {
  margin-top: 120px;
  text-align: left;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.heading-5 {
  font-size: 22px;
  text-decoration: none;
}

.youtube {
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-top: 100px;
}

.slider {
  display: none;
}

.text-block-7 {
  width: 60%;
  margin-top: 150px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

#nav-icon3 {
  display: none;
  width: 30px;
  height: 25px;
  margin-top: 4px;
  margin-left: 30px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #291f1c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.fb-resp {
  overflow: hidden;
  width: 340px;
  margin: 0 auto;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1a1b1f;
  margin-right: 15px;
  margin-top: 4px;
  float: left;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.arrow-w {
  border-left: 10px solid #ffffff;
}

.pivot {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo-link {
    display: none;
  }
  #nav-icon3 {
    display: block;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-items {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    margin-right: 0px;
  }
  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }
  .contact-headline {
    width: 100%;
  }
  .contact-form-wrap {
    width: 100%;
  }
  .container-2 {
    max-width: 84vw;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 65px;
    right: auto;
    bottom: auto;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-right: 30vw;
    padding-left: 30vw;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition: -webkit-transform 1000ms ease;
    transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
    text-align: center;
  }
  .nav-menu-open {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .nav-link {
    width: 40vw;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .nav-link:hover {
    font-weight: 700;
    text-align: center;
  }
  .nav-link-2 {
    width: 40vw;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .nav-link-4 {
    width: 40vw;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
  }
  .button-2 {
    position: static;
    left: auto;
    right: auto;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .link-block {
    display: block;
  }
  .text-block-2 {
    display: block;
  }
  .section-2 {
    padding-left: 8vw;
    background-position: 0% 50%;
  }
  .image-5 {
    margin-left: 4vw;
    padding-top: 6vh;
  }
  .heading {
    width: 100%;
    font-size: 20px;
  }
  .div-block {
    position: static;
    width: 50%;
    margin-top: 40vh;
    margin-right: 25%;
    margin-left: 25%;
    font-size: 16px;
    text-align: center;
  }
  .heading-2 {
    font-size: 20px;
  }
  .link-2 {
    width: 80%;
    margin-top: 25px;
    font-size: 20px;
  }
  .div-block-4 {
    background-color: #fff;
  }
  .div-block-5 {
    background-color: #fff;
  }
  .link-block-2 {
    left: 42%;
    right: 42%;
    width: 16%;
    margin-left: 4vw;
  }
  .link-block-2.w--current {
    -webkit-transform: translate(4vh, 0px);
    -ms-transform: translate(4vh, 0px);
    transform: translate(4vh, 0px);
  }
  .heading-3 {
    font-size: 25px;
    line-height: 45px;
  }
  .heading-3.whiteh {
    width: 100%;
  }
  .div-block-6 {
    width: 100%;
    margin-left: auto;
  }
  .div-block-7 {
    height: 40px;
    margin-right: 0px;
  }
  .div-block-7.less-space {
    margin-right: -25px;
  }
  .div-block-7.more-space {
    height: 40px;
    margin-right: 50px;
  }
  .columns {
    margin-top: 90px;
  }
  .section-3 {
    margin-top: 250px;
    padding-top: 70px;
    background-position: 100% 100%;
    background-size: 400px;
    background-repeat: no-repeat;
  }
  .whiteh.paragraph.resize {
    width: 66%;
  }
  .container-4.container-2 {
    padding-left: 4vw;
  }
  .column {
    margin-top: 175px;
  }
  .text-block-3.grey {
    margin-left: 49px;
  }
  .image-11 {
    margin-right: 25px;
  }
  .text-block-4 {
    margin-right: 28px;
    font-size: 16px;
  }
  .div-block-11.up_sapce {
    display: block;
    margin-top: 50px;
  }
  .list-item-5 {
    font-size: 14px;
    letter-spacing: normal;
  }
  .list-2 {
    display: none;
    width: 60%;
  }
  .list-3 {
    display: none;
    width: 110%;
    list-style-type: none;
  }
  .list-5 {
    margin-top: 0px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .column-3 {
    margin-top: 189px;
  }
  .heading-7 {
    font-size: 20px;
  }
  .slider {
    display: none;
  }
  .text-block-7 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .section {
    margin-right: 15px;
    margin-left: 0px;
  }
  .section.cc-contact {
    padding: 15px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-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;
  }
  .contact-form-wrap {
    text-align: left;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .webflow-link {
    margin-bottom: 15px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .container-2 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .nav-menu {
    display: block;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    text-align: center;
  }
  .nav-menu-open {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .navbar {
    position: relative;
    left: auto;
    margin-left: 0px;
    float: none;
  }
  .button-2 {
    display: block;
    float: none;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image {
    float: left;
  }
  .text-block {
    float: none;
    font-size: 15px;
    text-decoration: none;
  }
  .link-block {
    display: none;
  }
  .link-block.hiding {
    display: block;
    width: 28vw;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
  }
  .text-block-2 {
    display: none;
  }
  .text-block-2.hiding {
    display: block;
    width: 40vw;
    padding-left: 0px;
    border-left-style: none;
    font-size: 15px;
    text-align: center;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-position: -35% 100%;
    background-size: 80%;
    background-attachment: scroll;
  }
  .image-5 {
    left: 37.5%;
    top: 0%;
    right: 37.5%;
    width: 25%;
    margin-top: 0px;
  }
  .div-block {
    margin-top: 30vh;
  }
  .link-2 {
    width: 100%;
    margin-top: 55px;
    font-size: 18px;
    line-height: 23px;
  }
  .hero-image-mask {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    clear: left;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-7 {
    margin-right: 110px;
  }
  .div-block-7.more-space {
    margin-right: 140px;
  }
  .div-block-7.more-space.much-more {
    margin-right: 22vw;
  }
  .columns {
    margin-top: 100px;
  }
  .image-7 {
    display: none;
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .breathe {
    display: block;
  }
  .breathe.plus-size {
    display: none;
    width: 50%;
    padding-right: 0px;
  }
  .column {
    margin-top: 60px;
  }
  .list-2 {
    display: none;
    width: 100%;
  }
  .list-3 {
    display: none;
  }
  .list-5 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .div-block-12 {
    display: block;
  }
  .youtube {
    margin-top: 20px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .heading-6.no-marge {
    margin-top: 20px;
    margin-left: 10px;
  }
  .column-2 {
    display: none;
  }
  .image-14 {
    width: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column-3 {
    margin-top: 0px;
  }
  .heading-7 {
    font-size: 20px;
  }
  .slide {
    background-image: url('../images/IMG_2523.jpeg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-image: url('../images/IMG_2511.jpeg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-3 {
    background-image: url('../images/IMG_2534.jpeg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slider {
    display: block;
    margin-top: 60px;
    background-color: transparent;
  }
  .slide-4 {
    background-image: url('../images/IMG_2512.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon {
    background-color: transparent;
  }
  .right-arrow {
    color: rgba(0, 0, 0, 0.5);
  }
  .left-arrow {
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-menu-open {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .navbar {
    height: auto;
  }
  .nav-link {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }
  .nav-link-2 {
    width: 100vw;
    font-size: 16px;
    margin-top: 30px;
  }
  .nav-link-4 {
    margin-top: 30px;
  }
  .nav-link-4.w--current {
    width: 100vw;
    font-size: 16px;
    margin-top: 30px;
  }
  .button-2 {
    display: block;
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  .link-block.hiding {
    width: 50%;
  }
  .text-block-2.hiding {
    width: 100%;
    margin-top: 10px;
  }
  .section-2 {
    width: 92vw;
    margin-top: 8vh;
    background-position: 100% 100%;
    background-size: 100%;
    background-attachment: scroll;
  }
  .image-5 {
    left: 30%;
    top: 30%;
    right: 30%;
    width: 40%;
    margin-bottom: 0px;
    padding-top: 3vh;
  }
  .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #291f1c;
    font-size: 14px;
  }
  .div-block {
    width: 80%;
    margin-top: 2vh;
    margin-right: 10%;
    margin-left: 10%;
  }
  .div-block-2 {
    display: block;
  }
  .heading-2 {
    font-size: 18px;
  }
  .link-2 {
    width: 100%;
    margin-top: 42vh;
    font-size: 16px;
    line-height: 20px;
  }
  .link-block-2 {
    left: 38%;
    right: 38%;
    margin-right: 0px;
    margin-left: 0vw;
  }
  .heading-3 {
    font-size: 17px;
    line-height: 30px;
  }
  .button-3 {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }
  .div-block-7 {
    width: 15px;
    height: 40px;
    margin-right: 10px;
  }
  .div-block-7.less-space {
    margin-right: 0px;
  }
  .div-block-7.more-space {
    margin-right: 40px;
  }
  .div-block-7.more-space.much-more {
    margin-right: 4vw;
  }
  .div-block-8 {
    -webkit-transform: translate(10px, 0px) rotate(4deg);
    -ms-transform: translate(10px, 0px) rotate(4deg);
    transform: translate(10px, 0px) rotate(4deg);
  }
  .columns {
    margin-top: 80px;
  }
  .breathe {
    margin-top: 15px;
    padding-right: 0px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 25px;
  }
  .section-3 {
    padding-bottom: 300px;
    background-size: contain;
  }
  .whiteh.paragraph.resize {
    width: 100%;
  }
  .image-10 {
    margin-top: 24px;
  }
  .text-block-3 {
    width: 100%;
  }
  .text-block-3.grey {
    width: 80%;
  }
  .link-block-3 {
    width: 100%;
  }
  .text-block-4 {
    font-size: 15px;
  }
  .section-4 {
    width: 84vw;
  }
  .list {
    padding-left: 0px;
  }
  .div-block-11.up_sapce {
    width: 200px;
  }
  .footer {
    font-size: 9px;
  }
  .text-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8px;
  }
  .link-3 {
    margin-top: 10px;
    font-size: 8px;
  }
  .link-3.linkctr {
    margin-top: 10px;
  }
  .list-item-5 {
    width: 50%;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 10px;
  }
  .list-item-5.keeprght {
    float: right;
    clear: none;
  }
  .list-3 {
    display: none;
    width: 100%;
    margin-left: 0px;
  }
  .list-5 {
    width: 100%;
  }
  .youtube {
    width: 100%;
  }
  .heading-6 {
    margin-top: 40px;
    font-size: 16px;
  }
  .heading-6.no-marge {
    margin-left: 10px;
  }
  .image-14 {
    width: 100%;
  }
  .heading-7 {
    font-size: 16px;
  }
  .text-block-6 {
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-7 {
    font-size: 10px;
  }
}

@font-face {
  font-family: 'Avenir book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}