body {
  background-color: #f8f0eb;
  font-family: Lato, sans-serif;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 84px;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 64px;
  line-height: 1.15;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4e5b31;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #a3832a;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 40px;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.8;
  list-style-type: decimal;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

li {
  margin-bottom: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

em {
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #4e5b31;
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 500ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 500ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #00adef;
}

.form-button._100-width {
  -webkit-transition: color 500ms cubic-bezier(.23, 1, .32, 1), background-color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 500ms cubic-bezier(.23, 1, .32, 1), background-color 500ms cubic-bezier(.23, 1, .32, 1);
}

.form-button._100-width:hover {
  background-color: #a3832a;
  color: #fff;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.error-text {
  line-height: 1.8;
}

.input-field {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.input-field:active {
  border-bottom-color: #fff;
}

.input-field:focus {
  border-bottom-color: #fff;
  color: #18181d;
}

.input-field.bottom-margin {
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

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

.utilities-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 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-color: #4e5b31;
}

.h1-utilities {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
}

.utilities-text {
  max-width: 320px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.utilities-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-width: 220px;
  padding-right: 30px;
  padding-left: 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;
  background-color: #fff;
  -webkit-transition: color 500ms cubic-bezier(.77, 0, .175, 1), background-color 500ms cubic-bezier(.77, 0, .175, 1);
  transition: color 500ms cubic-bezier(.77, 0, .175, 1), background-color 500ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.utilities-button:hover {
  background-color: #a3832a;
  color: #f8f0eb;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vh;
  padding-bottom: 12.5vh;
  -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: #f8f0eb;
}

.section.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 12.5vh;
}

.section.video {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.section.height-auto {
  position: relative;
  overflow: hidden;
  padding-top: 20vh;
  background-color: #f8f0eb;
}

.section.licensing {
  padding-top: 20vh;
}

.container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.5%;
  -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;
  color: #4e5b31;
}

.container.left-alignment {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 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;
  color: #4e5b31;
  font-size: 8vw;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading._6vw {
  margin-top: 0px;
  font-size: 6vw;
}

.hero-heading._6vw.margin {
  margin-top: 0px;
}

.hero-heading.margin-30-top {
  margin-top: 30px;
}

.photos-loop-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.5%;
  -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;
}

.photos-loop {
  width: 25vw;
}

.photos-loop._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;
}

.photo-wrap {
  width: 100%;
  height: 150vh;
}

.photo-wrap._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;
}

.navigation {
  position: absolute;
  top: 20px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.5%;
  -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;
}

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

.nav-button {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #4e5b31;
  background-color: transparent;
  -webkit-transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  font-family: Lato, sans-serif;
  color: #4e5b31;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

.nav-button:hover {
  background-color: #4e5b31;
  color: #fff;
}

.nav-button.w--current {
  display: none;
}

.nav-button.margin0 {
  margin-top: 60px;
  margin-left: 0px;
}

.nav-button.margin-right-15 {
  margin-left: 15px;
}

.nav-button.margin-right-15.w--current {
  margin-left: 14px;
}

.nav-button.cta {
  color: #a3832a;
}

.phone-number {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #4e5b31;
  font-size: 15px;
  line-height: 30px;
}

.phone-number:hover {
  color: #a3832a;
}

.phone-number.margin10 {
  margin-right: 20px;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  margin-right: 5px;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e5b31;
  font-size: 15px;
  line-height: 30px;
}

.logo-text.typo-resseree.w--current {
  margin-left: 20px;
  line-height: 18px;
}

.hamburger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu-bar {
  width: 60%;
  height: 1px;
  background-color: #4e5b31;
}

.gold-line-dot {
  width: 8px;
  height: 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-color: #a3832a;
}

.gold-line {
  width: 2px;
  height: 100px;
  margin-bottom: 0px;
  background-color: #a3832a;
}

.gold-text {
  color: #a3832a;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.h2 {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
}

.h2.centered {
  max-width: none;
  font-size: 36px;
  text-align: center;
}

.decoration {
  width: 60px;
}

.gold-line-wrap {
  width: 2px;
  height: 100px;
  margin-bottom: 8px;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-wrap.centered {
  max-width: 875px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 36%;
}

.image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 7.5vh;
  background-color: transparent;
}

.image {
  width: 100%;
}

.image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 10vh;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.column {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.h3-title {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  text-align: left;
  text-transform: uppercase;
}

.h3-title.centered {
  margin-bottom: 45px;
  text-align: center;
}

.h3-title.margin {
  margin-bottom: 50px;
}

.green-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding-bottom: 10vh;
  -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: #b3c2af;
}

.relative-image-1 {
  position: relative;
  margin-top: 0vh;
  margin-bottom: 0vh;
}

.relative-image-2 {
  position: absolute;
  right: -40px;
  bottom: -6vh;
  max-width: 300px;
}

.paragraph {
  max-width: 450px;
  font-weight: 400;
  text-align: left;
}

.paragraph.butler {
  font-family: Butler, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.paragraph.bottom-margin {
  margin-bottom: 45px;
  color: #fff;
}

.video-container {
  position: relative;
  top: -7.5vh;
  z-index: 1;
  width: 95%;
}

.link-button {
  position: relative;
  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;
}

.circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-color: #fff;
}

.button-text {
  position: relative;
  margin-left: 60px;
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}

.button-icon {
  width: 15px;
}

.lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.lightbox-icon {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
}

.background-video {
  width: 90%;
  min-height: 80vh;
}

.home-photo-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 7.5vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 543px 544px;
  grid-template-rows: 543px 544px;
}

.team-photo {
  position: relative;
}

.team-photo._1 {
  background-image: url('../images/pexels-miquel-ferran-gomez-figueroa-3814446-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo._2 {
  background-image: url('../images/pexels-cottonbro-4253300.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo._3 {
  background-image: url('../images/pexels-cottonbro-4253312.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.team-photo._4 {
  background-image: url('../images/pexels-taryn-elliott-4457124.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.25vh;
  -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;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 85.5%;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #b3c2af;
  border-bottom: 1px solid #b3c2af;
}

.footer-utilities-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.5%;
  min-height: 80px;
  -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;
}

.copyright-text {
  color: #4e5b31;
  font-size: 14px;
}

.terms-and-privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4e5b31;
  font-size: 14px;
  line-height: 1.7;
}

.footer-link:hover {
  color: #a3832a;
}

.footer-link.right-margin {
  margin-right: 20px;
}

.footer-link.delete {
  width: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  color: #fff;
}

.footer-link.delete:hover {
  color: #b3c2af;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  -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;
}

.footer-title {
  margin-top: 0px;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-text {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #4e5b31;
  font-size: 14px;
  line-height: 1.7;
}

.footer-button {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #4e5b31;
  background-color: #4e5b31;
  -webkit-transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

.footer-button:hover {
  background-color: transparent;
  color: #4e5b31;
}

.footer-button.w--current {
  display: none;
}

.navigation-wrap {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.loading-animation-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9007199254740991;
  display: none;
  width: 100%;
  height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-column {
  padding: 2.5rem;
}

.contact-column.centered {
  border-right: 1px solid #b3c2af;
  border-left: 1px solid #b3c2af;
}

.map {
  width: 100%;
  height: 100%;
  background-image: url('../images/map-hotel-le-cerf.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.contact-map {
  margin-right: 2.5rem;
}

.contact-form-title {
  margin-top: 0px;
  margin-bottom: 2.25rem;
  text-transform: uppercase;
}

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

.submit-button {
  width: 100%;
  padding: 17px 32px;
  border: 1px solid #4e5b31;
  background-color: transparent;
  -webkit-transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  color: #4e5b31;
  font-size: 15px;
  line-height: 2;
}

.submit-button:hover {
  background-color: #4e5b31;
  color: #fff;
}

.field-label {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.success-message {
  background-color: #4e5b31;
}

.success-text {
  color: #f7f4f0;
  font-size: 16px;
  line-height: 1.25;
}

.link-span {
  color: #a3832a;
  font-weight: 700;
}

.reservation-field {
  width: 100%;
  height: 35px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #4e5b31;
  background-color: transparent;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.25;
}

.reservation-field:hover {
  border-style: none none solid;
  border-color: #000 #000 #4e5b31;
}

.reservation-field:active {
  border-style: none none solid;
  border-color: #222 #222 #4e5b31;
}

.reservation-field:focus {
  border-style: none none solid;
  border-color: #222 #222 #4e5b31;
}

.reservation-field.message {
  height: 100px;
  margin-bottom: 40px;
}

.fixed-image-menu {
  width: 100%;
  height: 100vh;
  background-image: url('../images/18495994-22633231.jpg'), url('../images/5fd6abfb5422073b2e3ee655_pexels-cottonbro-4253308-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.grid-image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
}

.grid-image-overlay._2 {
  display: none;
}

.grid-image-overlay._1 {
  display: none;
}

.large-photo-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 7.5vh;
  margin-bottom: 120px;
  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: 300px 300px 300px;
  grid-template-rows: 300px 300px 300px;
}

.text-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -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: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fixed-image-restaurant {
  width: 100%;
  height: 100vh;
  background-image: url('../images/vivre-nievre-Etang-de-Vaux-et-Baye-Lezbroz-17.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.fixed-image-team {
  width: 100%;
  height: 100vh;
  background-image: url('../images/group-chefs-working-kitchen.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-title-wrap {
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-title {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-subtitle {
  display: inline-block;
  font-size: 16px;
}

.menu-list {
  width: 100%;
  padding-left: 0px;
  list-style-type: none;
}

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

.menu-wrap {
  width: 100%;
  max-width: 875px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.parallax-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.parallax-image-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.parallax-image {
  display: inline-block;
  width: 33%;
  max-width: none;
}

.parallax-image._4 {
  position: relative;
  right: 14vw;
  width: 33%;
  margin-bottom: 400px;
}

.parallax-image._1 {
  position: relative;
  left: 15vw;
  width: 33%;
  margin-bottom: 2350px;
}

.parallax-image._2 {
  width: 33%;
  margin-bottom: 3400px;
}

.parallax-image._3 {
  width: 33%;
  margin-bottom: 1300px;
}

.label {
  margin-bottom: 10px;
  color: #4e5b31;
}

.changelog-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b3c2af;
  background-color: transparent;
}

.template-info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 84px;
  line-height: 1.1;
}

.template-info-title.bottom-margin {
  margin-bottom: 45px;
}

.changelog-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #b3c2af;
}

.changelog-point {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4e5b31;
  font-size: 32px;
  line-height: 1.1;
}

.changelog-text {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #4e5b31;
  font-size: 18px;
  line-height: 1.5;
}

.changelog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.changelog-number {
  color: #4e5b31;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.changelog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.licensing-text {
  max-width: 450px;
  margin-bottom: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.typography-info-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.styleguide-title-container.last {
  margin-bottom: 0px;
}

.colors-info-container {
  display: -ms-grid;
  display: grid;
  width: 750px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.style-guide-text {
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.titles-style-guide {
  font-family: Butler, sans-serif;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 400;
}

.styleguide-color {
  width: 100%;
  padding-top: 100%;
}

.styleguide-color.bkg {
  background-color: #f8f0eb;
  box-shadow: 2px 2px 6px 0 rgba(10, 10, 10, 0.1);
}

.styleguide-color.text {
  background-color: #0a84ff;
  color: #0a84ff;
}

.styleguide-color.links {
  background-color: #0a84ff;
  color: #0a84ff;
}

.text-style-guide {
  font-size: 60px;
  line-height: 1.5;
}

.styleguide-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.typography-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -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: #fff;
}

.instagram-image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f8f0eb;
}

.transparent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -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: transparent;
}

.transparent-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-bottom: 0vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 25vh;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.transparent-grid.no-bottom-margin {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: left;
}

.loading-animation {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #b3c2af;
}

.loader-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -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;
}

.loader-logo {
  width: 140px;
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.loader-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
  background-color: #fff;
}

.loader-line._2 {
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 6px;
}

.loader-line._3 {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 100%;
}

.loader-line._4 {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 100%;
  height: 6px;
}

.instagram-photo {
  position: relative;
}

.instagram-photo._1 {
  background-image: url('../images/pexels-cottonbro-4253126.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._2 {
  background-image: url('../images/pexels-cottonbro-4253125.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo._3 {
  background-image: url('../images/5fd672ffc2fe7906701ff5a4_pexels-cottonbro-4252775.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.place-photo {
  position: relative;
}

.place-photo._1 {
  background-image: url('../images/HotelColorado-gpi-020419-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.place-photo._2 {
  background-image: url('../images/Hotel-renovation.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.place-photo._3 {
  background-image: url('../images/achim-ruhnau-lz5gwIR-A8I-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.place-photo._4 {
  background-image: url('../images/renovation-hotel-elements-pour-booster-reservations.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link {
  display: block;
  -webkit-transition: opacity 500ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 500ms cubic-bezier(.77, 0, .175, 1);
  font-family: Butler, sans-serif;
  color: #4e5b31;
  font-size: 42px;
}

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

.menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  padding-right: 10%;
  padding-left: 5%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.menu-text {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.menu-text:hover {
  color: #b3c2af;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-all-caps-text {
  overflow: visible;
  color: #4e5b31;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

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

.menu-small-text {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.social-link {
  margin-right: 15px;
  -webkit-transition: opacity 500ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 500ms cubic-bezier(.77, 0, .175, 1);
  color: #4e5b31;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.social-link:hover {
  opacity: 0.2;
}

.menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  padding-right: 5%;
  padding-left: 10%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.menu-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.menu-overflow-hidden.small-bottom-margin {
  margin-bottom: 5px;
}

.menu-overflow-hidden.medium-bottom-margin {
  margin-bottom: 13px;
}

.menu-overflow-hidden.large-bottom-margin {
  margin-bottom: 40px;
}

.delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #14141d;
}

.link {
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 19px;
  padding-left: 19px;
  border: 1px solid #4e5b31;
  border-radius: 60px;
  background-color: #4e5b31;
  color: #fff;
  font-size: 12px;
}

.text-span {
  color: #4e5b31;
  font-size: 18px;
  font-style: italic;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.text-span-2 {
  font-size: 20px;
  font-weight: 700;
}

.image-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  color: #a3832a;
}

.body {
  color: #00e8fc;
}

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

.div-block-2 {
  background-image: url('../images/chambre8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-3 {
  background-image: url('../images/chambre4b.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/chambre7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.button {
  background-color: #4e5b31;
  text-align: center;
}

.button:hover {
  border-style: solid;
  border-width: 2px 2px 1px;
  border-color: #4e5b31;
  background-color: #fff;
  color: #4e5b31;
}

@media screen and (min-width: 1920px) {
  .h1-utilities {
    font-size: 48px;
  }

  .h2 {
    max-width: 550px;
    font-size: 64px;
  }

  .h3-title {
    max-width: 550px;
    font-size: 64px;
  }

  .home-photo-grid {
    -ms-grid-rows: 400px 400px;
    grid-template-rows: 400px 400px;
  }

  .team-photo._4 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .team-photo._4 {
    background-image: url('../images/pexels-taryn-elliott-4457124.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-column.centered {
    padding: 3rem;
  }

  .contact-map {
    margin-right: 3rem;
  }

  .large-photo-grid {
    -ms-grid-rows: 400px 400px 400px;
    grid-template-rows: 400px 400px 400px;
  }

  .parallax-image-container {
    height: 5000px;
  }

  .parallax-image._1 {
    margin-bottom: 2750px;
  }

  .parallax-image._2 {
    margin-bottom: 4000px;
  }

  .parallax-image._3 {
    margin-bottom: 1500px;
  }

  .loader-line {
    width: 3px;
  }

  .loader-line._2 {
    height: 3px;
  }

  .loader-line._3 {
    width: 3px;
  }

  .loader-line._4 {
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  blockquote {
    font-size: 16px;
  }

  .form-button {
    padding: 16px 27px;
  }

  .error-message {
    max-width: 738px;
  }

  .utilities-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section {
    padding: 75px 35px;
  }

  .section.video {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .section.licensing {
    padding-top: 120px;
  }

  .container {
    width: 100%;
  }

  .photos-loop-container {
    width: 100%;
  }

  .photos-loop {
    width: 33vw;
  }

  .navigation {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .h2.centered {
    font-size: 42px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .grid {
    width: 95%;
  }

  .h3-title {
    font-size: 32px;
  }

  .green-container {
    width: 100%;
    padding-bottom: 0px;
  }

  .green-container.no-video {
    padding-bottom: 0px;
  }

  .relative-image-1 {
    margin-top: -45px;
  }

  .circle {
    width: 65px;
    height: 65px;
    padding-left: 25px;
  }

  .lightbox-icon {
    display: block;
  }

  .background-video {
    width: 100%;
    min-height: 70vh;
  }

  .home-photo-grid {
    width: 100%;
    max-width: none;
    -ms-grid-rows: 260px 260px;
    grid-template-rows: 260px 260px;
  }

  .footer {
    padding-top: 45px;
  }

  .footer-grid {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-column {
    max-width: 250px;
  }

  .footer-title {
    font-size: 24px;
  }

  .contact-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-column {
    padding: 0px;
  }

  .contact-column.centered {
    padding-left: 2.5rem;
  }

  .large-photo-grid {
    width: 100%;
    max-width: none;
    margin-top: 45px;
    -ms-grid-rows: 260px 260px;
    grid-template-rows: 260px 260px;
  }

  .menu-wrap {
    margin-bottom: 75px;
  }

  .parallax-image-container {
    width: 100%;
    height: 2800px;
    max-width: none;
  }

  .parallax-image._4 {
    margin-bottom: 400px;
  }

  .parallax-image._1 {
    margin-bottom: 1600px;
  }

  .parallax-image._2 {
    margin-bottom: 2200px;
  }

  .parallax-image._3 {
    margin-bottom: 1000px;
  }

  .label {
    margin-bottom: 5px;
  }

  .changelog-number-wrap {
    width: 55px;
    height: 55px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .template-info-title {
    font-size: 64px;
  }

  .changelog-point {
    font-size: 27px;
  }

  .changelog-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .changelog-text-container {
    width: 635px;
  }

  .changelog-number {
    font-size: 28px;
  }

  .style-guide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .colors-info-container {
    width: 100%;
  }

  .style-guide-text {
    font-size: 18px;
  }

  .styleguide-h2 {
    font-size: 48px;
  }

  .transparent-container {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 0px;
  }

  .transparent-grid {
    width: 100%;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  ul {
    font-size: 16px;
  }

  ol {
    font-size: 16px;
  }

  strong {
    font-size: 16px;
  }

  em {
    font-size: 16px;
  }

  blockquote {
    font-size: 15px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .utilities-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .utilities-container {
    padding: 50px;
  }

  .utilities-button {
    font-size: 16px;
  }

  .section {
    padding: 45px 25px;
  }

  .section.video {
    padding-top: 120px;
    padding-bottom: 15px;
  }

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

  .hero-heading {
    font-size: 48px;
  }

  .navigation {
    padding-right: 25px;
    padding-left: 25px;
  }

  .logo-text {
    font-size: 14px;
  }

  .gold-line-dot {
    width: 6px;
    height: 6px;
  }

  .gold-line {
    width: 1px;
    height: 60px;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.centered {
    font-size: 36px;
  }

  .gold-line-wrap {
    width: 1px;
    height: 60px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .grid {
    width: 90%;
    grid-row-gap: 90px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column.centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column.centered.text {
    margin-top: 0px;
  }

  .column.text {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .h3-title {
    font-size: 36px;
  }

  .h3-title.centered {
    text-align: left;
  }

  .green-container {
    padding-bottom: 150px;
  }

  .green-container.no-video {
    padding-bottom: 0px;
  }

  .relative-image-1 {
    margin-top: -30px;
  }

  .paragraph.butler {
    font-size: 21px;
  }

  .paragraph.bottom-margin {
    margin-bottom: 40px;
  }

  .video-container {
    width: 90%;
  }

  .home-photo-grid {
    margin-top: 100px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-grid {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .copyright-text {
    font-size: 13px;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-column {
    max-width: 220px;
  }

  .footer-title {
    font-size: 21px;
  }

  .footer-text {
    font-size: 13px;
  }

  .contact-grid {
    grid-row-gap: 45px;
  }

  .contact-column.centered {
    padding-left: 30px;
  }

  .contact-map {
    margin-right: 30px;
  }

  .large-photo-grid {
    margin-top: 30px;
  }

  .fixed-image-restaurant {
    background-position: 50% 50%;
  }

  .menu-title-wrap {
    margin-bottom: 30px;
  }

  .menu-wrap {
    margin-bottom: 60px;
  }

  .menu-wrap.last {
    margin-bottom: 0px;
  }

  .label {
    font-size: 14px;
  }

  .changelog-number-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .template-info-title {
    font-size: 48px;
  }

  .template-info-title.bottom-margin {
    margin-bottom: 30px;
  }

  .changelog-top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .changelog-point {
    font-size: 24px;
  }

  .changelog-text {
    font-size: 16px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-number {
    font-size: 24px;
  }

  .licensing-text {
    margin-bottom: 35px;
  }

  .typography-info-grid {
    width: 100%;
  }

  .style-guide-text {
    font-size: 16px;
  }

  .styleguide-h2 {
    font-size: 36px;
  }

  .typography-square {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 45px;
  }

  .transparent-grid {
    margin-bottom: 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-link {
    font-size: 24px;
  }

  .menu-text {
    font-size: 15px;
  }

  .menu-all-caps-text {
    font-size: 15px;
  }

  .menu-small-text {
    font-size: 14px;
  }

  .social-link {
    font-size: 14px;
  }

  .menu-overflow-hidden.medium-bottom-margin {
    margin-bottom: 10px;
  }

  .menu-overflow-hidden.large-bottom-margin {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  p {
    font-size: 15px;
  }

  ul {
    font-size: 15px;
  }

  ol {
    font-size: 15px;
  }

  strong {
    font-size: 15px;
  }

  em {
    font-size: 15px;
  }

  blockquote {
    font-size: 14px;
  }

  .form-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .input-field {
    margin-bottom: 10px;
  }

  .utilities-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utilities-container {
    padding: 40px;
  }

  .h1-utilities {
    font-size: 36px;
  }

  .utilities-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .utilities-button {
    font-size: 15px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.food {
    display: none;
  }

  .hero-heading {
    font-size: 36px;
  }

  .photo-wrap {
    height: 100vh;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .phone-number {
    display: none;
  }

  .h2 {
    font-size: 27px;
  }

  .h2.centered {
    font-size: 24px;
  }

  .text-wrap.centered {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    width: 100%;
  }

  .grid {
    grid-row-gap: 30px;
  }

  .column.text {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .h3-title {
    font-size: 24px;
  }

  .h3-title.centered {
    margin-bottom: 20px;
  }

  .green-container {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .green-container.no-video {
    padding-bottom: 0px;
  }

  .relative-image-1 {
    margin-top: 0px;
  }

  .relative-image-2 {
    display: none;
  }

  .paragraph.bottom-margin {
    margin-bottom: 30px;
  }

  .circle {
    width: 55px;
    height: 55px;
    padding-left: 20px;
  }

  .button-text {
    font-size: 16px;
  }

  .background-video {
    height: 30vh;
    min-height: 0vh;
  }

  .home-photo-grid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-photo._1 {
    height: 260px;
  }

  .team-photo._2 {
    height: 260px;
    background-image: url('../images/PEXELS-burst.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .team-photo._3 {
    height: 260px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-column.centered {
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .map {
    min-height: 250px;
  }

  .contact-map {
    margin-right: 0px;
  }

  .form-container {
    width: 100%;
  }

  .large-photo-grid {
    position: relative;
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .parallax-image._4 {
    width: 140px;
    margin-left: -120px;
  }

  .parallax-image._1 {
    width: 120px;
    margin-right: -70px;
  }

  .parallax-image._2 {
    width: 120px;
  }

  .parallax-image._3 {
    width: 100px;
    margin-left: -80px;
  }

  .label {
    font-size: 14px;
  }

  .hide-on-mobile {
    display: none;
  }

  .changelog-number-wrap {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .template-info-title {
    font-size: 36px;
  }

  .changelog-point {
    font-size: 21px;
  }

  .changelog-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .typography-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colors-info-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .style-guide-text {
    font-size: 15px;
  }

  .style-guide-text.colors {
    display: none;
  }

  .styleguide-h2 {
    font-size: 30px;
  }

  .typography-square {
    width: 100%;
  }

  .transparent-container.no-video {
    padding-bottom: 45px;
  }

  .instagram-photo._1 {
    height: 260px;
  }

  .instagram-photo._2 {
    height: 260px;
  }

  .instagram-photo._3 {
    height: 260px;
  }

  .place-photo._1 {
    height: 260px;
  }

  .place-photo._2 {
    height: 260px;
    background-image: url('../images/PEXELS-burst.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .place-photo._3 {
    height: 260px;
  }

  .menu-right {
    padding-right: 30px;
    padding-left: 15px;
  }

  .menu-left {
    padding-right: 15px;
    padding-left: 30px;
  }

  .menu-social-link-wrap {
    display: none;
  }

  .menu-overflow-hidden.medium-bottom-margin {
    margin-bottom: 5px;
  }

  .menu-overflow-hidden.large-bottom-margin {
    margin-bottom: 10px;
  }

  .delete {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

#w-node-_0d177dbb-c963-1e69-e01c-73fef624b43f-52a96608 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fec0abb-c1da-cba6-a456-7353fa4280fc-52a96608 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa2bddc8-7dde-19cb-4a6b-892d7fe30717-52a96608 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_59afc1cc-eaab-c6c5-65b9-49bece522ee4-52a96608 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1757cdc4-4790-02d9-6033-3ede4c57072f-398b8266 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4afaa34b-84be-1e6a-cf54-bbb66039ed85-398b8266 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a99efa8-111f-5250-c85e-2a6a9174648d-398b8266 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd63f20f-1282-7980-bee2-a3da74ffe22e-398b8266 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45f73f90-f161-07bf-968b-12c7febd204f-c6a96616 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3be-c6a96616 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3c0-c6a96616 {
  -ms-grid-column-span: 0.9953703880310059;
  grid-column-end: span 0.9953703880310059;
  -ms-grid-column: span 0.9953703880310059;
  grid-column-start: span 0.9953703880310059;
  -ms-grid-row-span: 1.9907407760620117;
  grid-row-end: span 1.9907407760620117;
  -ms-grid-row: span 1.9907407760620117;
  grid-row-start: span 1.9907407760620117;
}

#w-node-_47ccc1b1-aa47-9412-1f81-bc3d63c4326c-c6a96616 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda6cf31-6d0f-d358-0f63-3c22764a2f4a-c6a96616 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d177dbb-c963-1e69-e01c-73fef624b43f-0d26bd27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fec0abb-c1da-cba6-a456-7353fa4280fc-0d26bd27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa2bddc8-7dde-19cb-4a6b-892d7fe30717-0d26bd27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_59afc1cc-eaab-c6c5-65b9-49bece522ee4-0d26bd27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45f73f90-f161-07bf-968b-12c7febd204f-b36587f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3be-b36587f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3c0-b36587f4 {
  -ms-grid-column-span: 0.9953703880310059;
  grid-column-end: span 0.9953703880310059;
  -ms-grid-column: span 0.9953703880310059;
  grid-column-start: span 0.9953703880310059;
  -ms-grid-row-span: 1.9907407760620117;
  grid-row-end: span 1.9907407760620117;
  -ms-grid-row: span 1.9907407760620117;
  grid-row-start: span 1.9907407760620117;
}

#w-node-_47ccc1b1-aa47-9412-1f81-bc3d63c4326c-b36587f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda6cf31-6d0f-d358-0f63-3c22764a2f4a-b36587f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e2bb2b16-1cf4-d250-044d-437d8967a809-52a96608 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-40a96614 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_194083da-6622-d3eb-f053-b2379812ecea-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c1d7bc58-f6a9-3fe3-986b-2303e3aa2ad3-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_58f23a93-6080-f55f-016f-9e9c3802b289-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a126f-21a96619 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a1284-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fbb31c53-d984-41e2-0db2-58a12a52b14f-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ceacec9c-0214-060e-7660-32dc63286de1-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_991d80a4-7233-6dd9-3316-fd8cac077f7d-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3663588e-63b7-7c28-46f7-f3fa3e8cc00f-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_41378f94-ecd8-96fa-30b8-039b70200f26-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a765f28b-7867-eee9-fa31-c7d99ccdca5c-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e2bb2b16-1cf4-d250-044d-437d8967a809-0d26bd27 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-aee98135-59f4-d84f-2cd7-bb4e8db6b357-905ce6fb {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_194083da-6622-d3eb-f053-b2379812ecea-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c1d7bc58-f6a9-3fe3-986b-2303e3aa2ad3-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_58f23a93-6080-f55f-016f-9e9c3802b289-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a126f-ff98ba6b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a1284-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fbb31c53-d984-41e2-0db2-58a12a52b14f-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ceacec9c-0214-060e-7660-32dc63286de1-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_991d80a4-7233-6dd9-3316-fd8cac077f7d-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3663588e-63b7-7c28-46f7-f3fa3e8cc00f-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_41378f94-ecd8-96fa-30b8-039b70200f26-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a765f28b-7867-eee9-fa31-c7d99ccdca5c-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1abc9810-961c-0510-d5ab-f6520126aaa4-d3a96610 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-f8bef3be-dad4-b6c4-b364-587938c277c5-d3a96610 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_194083da-6622-d3eb-f053-b2379812ecea-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c1d7bc58-f6a9-3fe3-986b-2303e3aa2ad3-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_58f23a93-6080-f55f-016f-9e9c3802b289-40a96614 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3be-c6a96616 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
  }

  #w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3c0-c6a96616 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bce3e49a-c681-eb7d-7af2-979cb71640b8-88a96618 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a1284-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fbb31c53-d984-41e2-0db2-58a12a52b14f-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ceacec9c-0214-060e-7660-32dc63286de1-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_991d80a4-7233-6dd9-3316-fd8cac077f7d-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3663588e-63b7-7c28-46f7-f3fa3e8cc00f-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_41378f94-ecd8-96fa-30b8-039b70200f26-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a765f28b-7867-eee9-fa31-c7d99ccdca5c-21a96619 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1abc9810-961c-0510-d5ab-f6520126aaa4-8b59d695 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-f8bef3be-dad4-b6c4-b364-587938c277c5-8b59d695 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1be1e5c8-c192-cc71-7568-e531059a789a-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_194083da-6622-d3eb-f053-b2379812ecea-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c1d7bc58-f6a9-3fe3-986b-2303e3aa2ad3-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_58f23a93-6080-f55f-016f-9e9c3802b289-905ce6fb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3be-b36587f4 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
  }

  #w-node-_5aa0e4b5-d889-5816-e2de-3c07eabbe3c0-b36587f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_858cd609-e651-1906-3123-22e51e2a1284-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fbb31c53-d984-41e2-0db2-58a12a52b14f-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ceacec9c-0214-060e-7660-32dc63286de1-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_991d80a4-7233-6dd9-3316-fd8cac077f7d-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3663588e-63b7-7c28-46f7-f3fa3e8cc00f-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_41378f94-ecd8-96fa-30b8-039b70200f26-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a765f28b-7867-eee9-fa31-c7d99ccdca5c-ff98ba6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}