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

.logo-wrapp {
  position: fixed;
  left: 40px;
  top: 20px;
  z-index: 99;
  margin-top: 0px;
  cursor: none;
}

.logo {
  width: 100px;
}

.logo.black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
}

.heading-link {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 0.8;
}

.heading-link:hover {
  color: #312c2a;
}

.heading-link.black {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #2c2c2c;
}

.heading-link.black:hover {
  color: #602d1d;
}

.menu-button-layout-3 {
  z-index: 2;
  cursor: none;
}

.menu-button-layout-3.w--open {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 20px 40px;
  background-color: transparent;
}

.link-menu {
  padding: 20px 10px;
  color: #0d0d0d;
  text-decoration: none;
}

.link-menu.layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.link-menu.layout-2:hover {
  color: #fff;
}

.nav-menu-layout-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100vh;
  background-color: #f6f6f6;
  background-image: url('../images/lavie-wh.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.line-menu {
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #602d1d;
  color: #602d1d;
}

.line-menu._2 {
  position: relative;
  left: -51px;
  width: 45px;
  background-color: #f7f4e2;
  color: #f7f4e2;
}

.menu-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-wrap.menu {
  z-index: 0;
}

.loghi-wrap.layout-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-link {
  margin-left: 20px;
}

.video-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.video-background._2 {
  position: relative;
  z-index: 0;
}

.hero-section {
  position: relative;
  height: 100vh;
  cursor: none;
}

.hero-section.landing-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrrapper-landing-4 {
  width: 60px;
  height: 1.5px;
  margin-top: 0px;
  margin-left: 10px;
  background-color: transparent;
}

.wrrapper-landing-4.white {
  background-color: #fff;
}

.order-link {
  position: relative;
  left: -22px;
  margin-left: 0px;
  color: #fff;
  font-size: 20px;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

.filter.landing-4 {
  background-color: rgba(0, 0, 0, 0.38);
}

.social-image {
  width: 25px;
  margin-bottom: 0px;
}

.rotate-scroll {
  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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: translate(-52px, 0px) rotate(90deg);
  -ms-transform: translate(-52px, 0px) rotate(90deg);
  transform: translate(-52px, 0px) rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.croll-link {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-decoration: none;
}

.text-block-landing-2 {
  margin-bottom: -3px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper-image {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  text-align: left;
}

.container-about {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #2c2c2c;
  color: #2c2c2c;
}

.heading-about-layout-3 {
  position: static;
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.heading-about-layout-3.absolute {
  position: static;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #2c2c2c;
}

.wrapper-circle {
  position: absolute;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-top: 100px;
  margin-bottom: auto;
  border-radius: 50%;
  background-color: #602d1d;
}

.about-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
  text-align: center;
}

.about-section._2 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}

.wrapper-intro {
  width: 155px;
  margin-top: 299px;
  margin-left: 80px;
}

.intro-heading-about {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.container-about-layout-3 {
  position: absolute;
  left: 11.33%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-paragraph.landing-2 {
  position: relative;
  width: 41.66%;
  margin-top: -50px;
  margin-right: 15%;
  margin-left: auto;
  padding: 37px;
  background-color: #f6f6f6;
}

.main-paragraph {
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}

.main-paragraph.landing-2 {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.main-paragraph.landing-2.bold {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.main-paragraph.bkack {
  width: auto;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #0d0d0d;
  font-size: 16px;
  text-transform: uppercase;
}

.main-paragraph.bkack.first {
  width: 400px;
  font-size: 14px;
  text-transform: uppercase;
}

.main-paragraph.bkack.menu {
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #2c2c2c;
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: none;
}

.main-paragraph.bkack.menu._2 {
  margin-bottom: -44px;
  font-size: 1rem;
  line-height: 1.5;
}

.main-paragraph.landing-4 {
  font-family: 'Noto Serif JP', sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.main-paragraph.landing-4.white {
  color: #f8f8f8;
}

.image-about-layout-3 {
  width: 80%;
  margin-right: 0px;
  margin-left: auto;
}

.button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.button.w--current {
  width: 8px;
  height: 8px;
  background-color: #602d1d;
}

.parallax-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.parallax-bg._1 {
  height: 100vh;
}

.hero-image-landing-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavietop01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavietop01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-image-landing-1._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/copain1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/copain1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.hero-image-landing-1._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arte1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arte1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.hero-image-landing-1._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arbre1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arbre1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.hero-image-landing-1._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pickles1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pickles1.jpeg');
}

.hero-image-landing-1._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/suivant2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/suivant2.JPG');
}

.hero-image-landing-1._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavietop02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavietop02.jpg');
}

.grid-navigation-landing-1 {
  width: 80px;
  height: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.paragraph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100px;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.overflow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overflow._2 {
  margin-right: auto;
}

.overflow.hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-section {
  position: relative;
  display: block;
  height: 400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0d0d0d;
}

.navigation-wrapp {
  position: -webkit-sticky;
  position: sticky;
  left: 40px;
  top: 0px;
  bottom: 50px;
  width: 80px;
  height: 20px;
  margin-top: -50px;
  margin-bottom: 0px;
}

.navigation-wrapp.layout-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.left-image-hero {
  width: 60vw;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg1.jpg');
  background-position: 0px 0px, 75% 0%;
  background-size: auto, cover;
}

.container-heading-team {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-left: auto;
  opacity: 1;
}

.container-heading-team._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
}

.heading-team {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Josefin Sans', sans-serif;
  color: #0d0d0d;
  font-size: 18vw;
  line-height: 1;
  letter-spacing: 10px;
}

.content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-team {
  height: 100%;
  max-width: none;
}

.heading-team-page {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #602d1d;
  font-size: 28px;
  line-height: 1;
}

.text {
  margin-top: -38.2%;
  padding-left: 20px;
}

.wrapper-image-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}

.wrapper-image-team._2 {
  position: relative;
  left: -30%;
}

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

.wrapper-text-team._2 {
  position: relative;
  left: -30%;
}

.manzion {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #949494;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-grid {
  margin-top: 227px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . Area Area-2 . ."
    ". . Area Area-2 . ."
    ". . Area Area-2 Area-3 Area-4"
    ". . . . Area-3 Area-4"
    ". Area-5 Area-6 . Area-3 Area-4"
    ". Area-5 Area-6 . . ."
    ". Area-5 Area-6 Area-7 Area-8 ."
    ". . . Area-7 Area-8 ."
    ". Area-9 Area-10 Area-7 Area-8 ."
    ". Area-9 Area-10 . . ."
    ". Area-9 Area-10 . Area-11 Area-12"
    ". . . . Area-11 Area-12"
    ". . Area-13 Area-14 Area-11 Area-12"
    ". . Area-13 Area-14 . ."
    ". . Area-13 Area-14 . .";
  -ms-grid-columns: 16.666vw 0px 16.666vw 0px 16.666vw 0px 16.666vw 0px 16.666vw 0px 16.666vw;
  grid-template-columns: 16.666vw 16.666vw 16.666vw 16.666vw 16.666vw 16.666vw;
  -ms-grid-rows: 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw 0px 14vw;
  grid-template-rows: 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  background-color: transparent;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-right: 20px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.button-2._3 {
  height: 52px;
  background-color: transparent;
  color: #000;
}

.button-2._3:hover {
  color: #10f;
}

.alignment {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.text-2._3 {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.line {
  width: 0%;
  height: 1px;
  margin-top: 2px;
  background-color: #10f;
}

.btn-hover-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 50px;
  -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-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.btn-hover-3:hover {
  position: relative;
}

.btn-hover-3-colour-wheel {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(128deg, #00d59f 32%, #0031d3);
}

.hover-btn-6-text-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1px;
  text-align: center;
}

.btn-hover-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  -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: 0.5px solid #585858;
  color: #fff;
  font-weight: 200;
}

.hover-btn-2-layer-1 {
  position: absolute;
  width: 142px;
  height: 56px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #585858;
  cursor: none;
}

.hover-btn-4-btn-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
  background-color: #faebd7;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hover-btn-4-btn-line.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: auto;
  background-color: #faebd7;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.hover-btn-4-btn-line.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #faebd7;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.hover-btn-4-btn-line.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: auto;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.hover-btn-6-text-block-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1px;
  text-align: center;
  cursor: none;
}

.pointer {
  position: fixed;
  left: 2px;
  top: 2px;
  z-index: 999;
  width: 20px;
  height: 20px;
  border: 1px solid #faebd7;
  border-radius: 50px;
  cursor: none;
}

.body {
  cursor: none;
}

.body-2 {
  cursor: none;
}

.heading-about-landing-2 {
  width: 400px;
  margin-bottom: 40px;
  color: #0d0d0d;
  font-size: 4.5vh;
  line-height: 1.1;
  font-weight: 400;
}

.heading-about-landing-2._2 {
  font-size: 4vh;
}

.contact-grid-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 34px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #2c2c2c;
}

.contact-form-landing-3 {
  width: 100%;
}

.contact-secontion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: transparent;
}

.contact-secontion:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.contact-secontion.content-wrap-copy {
  width: 100%;
  max-width: none;
  background-color: transparent;
}

.contact-secontion.content-wrap-copy.about-copy {
  left: auto;
  z-index: 9;
  height: 700vh;
}

.horizontal-div-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.filter-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: hsla(0, 0%, 100%, 0.55);
}

.form-landing-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  color: #f05a5a;
}

.container-paragraph {
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 100%;
  margin-right: 80px;
  padding: 80px 100px;
  -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;
}

.container-paragraph.in {
  margin-right: 40px;
}

.container-paragraph._2 {
  margin-left: 80px;
}

.horizontal-content {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-left: 0vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.heading-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0em;
  color: #920707;
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
}

.button-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: none;
}

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

.bottle-image-landing-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
}

.bottle-image-landing-2.absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 100%;
  height: auto;
  opacity: 1;
}

.button-bottle-landing-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100%;
  padding: 0px 80px 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper.intro-second {
  width: 40vw;
  padding-right: 140px;
  padding-left: 100px;
}

.text-wrapper.about {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0rem;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-vrapper-scroll {
  position: relative;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  width: 55vh;
  height: 55vh;
  background-image: url('../images/1_1.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.image-vrapper-scroll.top {
  background-image: url('../images/3.jpg');
  background-position: 100% 50%;
}

.image-vrapper-scroll.margin {
  margin-top: 80px;
  background-image: url('../images/4.jpg');
}

.about-heading {
  color: #fff;
  font-size: 150px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.about-heading.absolute {
  position: -webkit-sticky;
  position: sticky;
  left: -113%;
  opacity: 0.54;
  color: #2c2c2c;
  white-space: nowrap;
}

.container-grid {
  position: relative;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 100%;
  margin-right: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/m1.png');
  background-position: -190% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.wrapper-3 {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #920707;
}

.wrapper-3.white {
  background-color: #c0995c;
}

.checkbox-label-3 {
  margin-left: 8px;
  color: #8f8f8f;
}

.container-image {
  position: relative;
  overflow: hidden;
  width: 74vh;
  height: 100vh;
  margin-right: 0px;
}

.submit-button-password {
  padding: 10px 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #920707;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease-in-out;
  transition: background-color 400ms ease, color 400ms ease-in-out;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button-password:hover {
  background-color: #920707;
  color: #fff;
}

.submit-button-password.layout-2 {
  cursor: none;
}

.fixed-background {
  position: absolute;
  width: auto;
  height: 100%;
  background-color: transparent;
}

.image-landing-2 {
  width: auto;
  height: 95%;
  margin-top: 85px;
}

.container-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding: 50px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.overflow-mask-landing-3 {
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34vw;
  height: 100%;
}

.email-field {
  height: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #990711 #990711 #920707;
  background-color: transparent;
  font-weight: 400;
}

.success-message {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.success-message.black {
  color: #0d0d0d;
}

.wrapper-image-3 {
  width: 36px;
  height: 36px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 50px;
  background-color: transparent;
}

.container-heading-landing-2 {
  position: relative;
  z-index: 9;
}

.bottle-image-landing-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100%;
  opacity: 1;
}

.horizontal-scrollable-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.horizontal-scrollable-section.about {
  position: relative;
  width: auto;
  margin-right: 0px;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.horizontal-scrollable-section.about._2 {
  margin-left: 0vw;
}

.wrapp-change-image {
  position: relative;
  height: 50vh;
  margin-top: 40px;
}

.wrapper-landing-3 {
  width: 100%;
  height: 1px;
  background-color: #920707;
}

.size-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  -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;
}

.about-image {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: auto;
}

.black-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  color: #0d0d0d;
  font-size: 13vh;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.black-heading._2 {
  left: -60px;
  top: -50px;
  right: auto;
  bottom: auto;
  z-index: 0;
  background-color: transparent;
  color: #fff;
  white-space: nowrap;
}

.button-text {
  margin-top: 5px;
  font-weight: 400;
}

.container-about-landing-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-bottom: 8em;
  padding-left: 8em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  background-image: url('../images/2.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.checkbox-4 {
  border-color: #920707;
  background-color: transparent;
  color: #fff;
}

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

.heading-landing-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d0d0d;
  font-size: 25vh;
  line-height: 0.78;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-landing-2.second {
  font-size: 25vh;
  line-height: 0.9;
  text-align: right;
}

.bg-start {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: 0px;
  background-image: url('../images/about0.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overflow-heading-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.overflow-heading-2.white {
  margin-top: 0px;
  margin-bottom: 0px;
}

.overflow-heading-2.white.contact {
  margin-bottom: 40px;
  color: #fff;
  font-size: 5vw;
}

.bottole-image-landing-3 {
  width: auto;
  height: 100%;
}

.sub-heading-landing-3 {
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #920707;
  color: #920707;
  font-size: 1.2vw;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 100%;
  margin-right: 0em;
  margin-left: 0em;
  padding-right: 80px;
  padding-left: 80px;
  -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;
}

.checkbox-field-2 {
  position: absolute;
  left: 0px;
  bottom: -56px;
  opacity: 1;
}

.overflow-mask {
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -o-object-fit: none;
  object-fit: none;
}

.body-3 {
  cursor: none;
}

.grid-menu-footer {
  width: auto;
  justify-items: stretch;
  grid-template-areas: "Area-2 ."
    "Area-2 Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-social {
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  cursor: pointer;
}

.image-social:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.wrapper-link-footer {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 100;
}

.newsletter-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px solid #e6e6e6;
}

.wrapper-text {
  position: relative;
  z-index: 10;
}

.wrapper-fiel-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-fiel-label.contact-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form {
  position: relative;
  padding-top: 140px;
  padding-right: 40px;
  padding-bottom: 100px;
}

.checkbox-label-text {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.checkbox-label-text.contact-2 {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 300;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  border-top: 1px none #3b3b3b;
  background-color: #0d0d0d;
}

.info-section.landing-4 {
  position: relative;
  height: auto;
  padding: 7.2vw 15.5vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.info-section.landing-4._2 {
  padding-top: 0vw;
  padding-bottom: 14vw;
}

.paragraph-newsletter-footer {
  width: 100%;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 100;
}

.field-label-name {
  width: 30%;
  height: auto;
  margin-right: 60px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8b8b;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.field-label-name.contact-2 {
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-bottom-style: none;
  color: #0d0d0d;
  font-size: 25px;
}

.form-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 140px 15% 220px;
  background-color: #0d0d0d;
}

.form-wrapper.contact-2 {
  margin-bottom: 40px;
  padding: 0px 0%;
  background-color: transparent;
}

.text-field {
  width: 80%;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #707070;
  background-color: transparent;
  font-size: 25px;
}

.text-field.footer-landing-2 {
  width: auto;
  border-bottom-style: none;
  font-size: 18px;
}

.main {
  display: block;
  overflow: visible;
  background-color: #0d0d0d;
}

.main.white {
  overflow: hidden;
  background-color: #fff;
}

.main.black {
  overflow: hidden;
  background-color: #0b0b0b;
}

.main.white {
  overflow: hidden;
  background-color: #fff;
}

.about-grid-second {
  height: 100%;
  padding-right: 0px;
  padding-left: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0f0f0;
}

.about-grid-second.about {
  padding-left: 0px;
}

.about-grid-second.about {
  padding-left: 0px;
}

.image-landing-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  min-width: 100%;
}

.checkbox-label {
  color: #a4a4a4;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.contact-page-paragraph {
  margin-left: 60px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.contact-page-paragraph.contact {
  margin-left: 0px;
  color: #0d0d0d;
}

.submit-button-form {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-left: auto;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c2c2c;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out;
}

.submit-button-form:hover {
  border-color: #920707;
  background-color: #920707;
}

.submit-button-form.contact-second {
  right: 100px;
  bottom: 71px;
  color: #0d0d0d;
}

.grid-form {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 157px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-form.contact-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-heading-2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-2.landing-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-2.landing-4.contact-copy {
  font-size: 10vw;
}

.main-heading-2.contact {
  position: static;
  color: #f3f3f3;
  font-size: 9vw;
  white-space: nowrap;
}

.main-heading-2.contact-form {
  font-size: 25px;
  text-transform: capitalize;
}

.main-heading-2.contact-form.contact-2 {
  margin-bottom: 40px;
  color: #0d0d0d;
  text-transform: uppercase;
}

.main-heading-2.about-2 {
  position: static;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #0d0d0d;
  font-weight: 700;
  white-space: normal;
}

.main-heading-2.about-2._2 {
  position: static;
  top: auto;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.main-heading-2.about-2._2.white {
  color: #fdfdfd;
}

.container-info-contact-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
}

.container-info-contact-1.contact2 {
  width: 250px;
  -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;
}

.bg-image-about {
  width: 100%;
  margin-left: auto;
  padding-right: 0px;
  background-image: url('../images/about1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image-about.about {
  width: 50vw;
  height: 50vw;
  background-image: url('../images/bg-slideshow-1.jpg');
}

.bg-image-about.about.no-bg {
  position: relative;
  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;
  background-image: none;
}

.container-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -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;
}

.container-heading.contact {
  position: absolute;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-heading.menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 83.33%;
  height: 750px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-footer {
  margin-top: 10px;
  margin-bottom: auto;
  background-color: transparent;
  color: #0d0d0d;
  font-size: 1.5vw;
  font-weight: 400;
  text-align: left;
}

.link-footer {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 100;
  text-decoration: none;
}

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

.hero.landin-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  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;
}

.contact-text-block._2 {
  color: #0d0d0d;
}

.content-voci-menu-footer {
  width: 80%;
  max-width: 1300px;
  margin-top: 40px;
}

.newsletter-footer-layout-2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.list-footer {
  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;
  font-weight: 400;
}

.checkbox-3 {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.image-contact2 {
  position: relative;
  z-index: 2;
  height: 35.57vw;
  opacity: 1;
}

.footer-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.privacy-link {
  color: #0d0d0d;
  text-decoration: none;
}

.submit-button-footer {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #000;
}

.submit-button-footer:hover {
  background-color: transparent;
  color: #000;
}

.contact-us-text {
  font-size: 16px;
}

.container-about-text {
  position: relative;
  padding-top: 22.65625vw;
  padding-right: 12.23958vw;
  padding-left: 14.73958vw;
}

.container-about-text._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 10vw;
  -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;
}

.abvout-us-text {
  width: 10.9375vw;
  font-size: 0.9vw;
  letter-spacing: 0.54427vw;
  text-transform: uppercase;
}

.bottle-about {
  opacity: 1;
}

.about-image-second {
  width: auto;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
}

.about-image-second._3 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
}

.about-image-second._3.width {
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-image-second._2 {
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.about-image-second._3 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
}

.smal-hero-image {
  width: 100%;
}

.about-paragraph {
  width: 80%;
  margin-top: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.5;
}

.about-paragraph.white {
  color: #fff;
}

.container-image-about {
  position: relative;
  width: 20.52083vw;
  margin-right: 1.5625vw;
  margin-left: auto;
}

.paragraph-about {
  margin-bottom: 1.5625vw;
  color: #2c2c2c;
  font-size: 1.5625vw;
  line-height: 2.08333vw;
}

.container-image-masonry {
  overflow: hidden;
  width: 26vw;
  height: 58vh;
  background-color: #f1f1f1;
}

.container-image-masonry._2 {
  overflow: hidden;
  width: 16vw;
  height: 22vw;
  margin-right: 0px;
  margin-left: 40px;
  background-color: #f1f1f1;
}

.overflow-about {
  width: 50%;
  height: auto;
  margin-top: 33px;
  background-color: #f1f1f1;
}

.our-story-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 11.03125vw 10.83333vw 8.33333vw;
}

.bottole-about-second {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.masorry-greed {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-2 Area-3";
  -ms-grid-columns: 0.8fr 0px 1fr 0px 1.1fr;
  grid-template-columns: 0.8fr 1fr 1.1fr;
  -ms-grid-rows: 50vh 0px 50vh;
  grid-template-rows: 50vh 50vh;
}

.container-heading-landing-4 {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 100px;
}

.container-heading-landing-4._2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.info-about-page {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0.54;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  color: #0d0d0d;
  font-size: 3.5vw;
  cursor: pointer;
}

.info-about-page:hover {
  opacity: 1;
}

.masonry-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.masonry-wrapper.padding {
  -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;
}

.masonry-wrapper._2 {
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line-separetor {
  width: 80%;
  height: 1px;
  background-color: #920707;
}

.image-about {
  position: absolute;
  top: -80px;
  width: 48%;
}

.image-about._2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4%;
  width: 35%;
}

.info-about {
  margin-top: 78px;
}

.masorry-section {
  overflow: hidden;
  height: 100vh;
  margin-top: 220px;
  margin-bottom: 220px;
  padding-bottom: 0px;
}

.overflow-image {
  position: absolute;
  bottom: -68px;
  z-index: 3;
  overflow: hidden;
  width: 30vw;
  height: 17vw;
}

.text-field-5 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
}

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

.paragraph-2 {
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.paragraph-3 {
  margin-top: 10vw;
  margin-bottom: auto;
  font-family: 'Josefin Sans', sans-serif;
}

.body-4 {
  cursor: none;
}

.filter-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

.filter-2.landing-4 {
  background-color: rgba(250, 235, 215, 0.15);
}

.main-heading-3 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-3.landing-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-3.landing-4.contact-copy {
  font-size: 10vw;
}

.main-heading-3.contact {
  position: static;
  color: #f3f3f3;
  font-size: 9vw;
  white-space: nowrap;
}

.main-heading-3.contact-form {
  font-size: 25px;
  text-transform: capitalize;
}

.main-heading-3.contact-form.contact-2 {
  margin-bottom: 40px;
  color: #0d0d0d;
  text-transform: uppercase;
}

.main-heading-3.about-2 {
  margin-bottom: 20px;
  color: #0d0d0d;
  white-space: normal;
}

.main-heading-3.about-2._2 {
  position: static;
  top: auto;
  white-space: nowrap;
}

.main-heading-4 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-4.landing-4 {
  font-family: 'Great Vibes', cursive;
  font-size: 5vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-4.landing-4.contact-copy {
  font-size: 10vw;
}

.main-heading-4.contact {
  position: static;
  color: #f3f3f3;
  font-size: 9vw;
  white-space: nowrap;
}

.main-heading-4.contact-form {
  font-size: 25px;
  text-transform: capitalize;
}

.main-heading-4.contact-form.contact-2 {
  margin-bottom: 40px;
  color: #0d0d0d;
  text-transform: uppercase;
}

.main-heading-4.about-2 {
  margin-bottom: 20px;
  color: #0d0d0d;
  white-space: normal;
}

.main-heading-4.about-2._2 {
  position: static;
  top: auto;
  white-space: nowrap;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 20px 40px;
  background-color: transparent;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 20px 40px;
  background-color: transparent;
}

.d-73-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-73-3d-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-73-icon-bg-five {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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: hsla(0, 0%, 100%, 0.2);
}

.d-73-icon-bg-four {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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: hsla(0, 0%, 100%, 0.4);
}

.d-73-icon-bg-three {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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: hsla(0, 0%, 100%, 0.6);
}

.d-73-icon-bg-two {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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: hsla(0, 0%, 100%, 0.8);
}

.d-73-icon-bg-one {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
}

.d-73-icon {
  color: #000;
  font-size: 44px;
  line-height: 50px;
}

.bg-image-about-2 {
  width: 100%;
  margin-left: auto;
  padding-right: 0px;
  background-image: url('../images/about1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image-about-2.about {
  width: 50vw;
  height: 50vw;
  background-image: url('../images/arbre03.jpg');
  background-position: 80% 50%;
}

.bg-image-about-2.about.no-bg {
  position: relative;
  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;
  background-image: none;
}

.bg-image-about-2.about {
  width: 50vw;
  height: 50vw;
}

.bg-image-about-2.about.no-bg {
  position: relative;
  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;
  background-image: none;
}

.main-heading-11 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

.image-landing-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  min-width: 100%;
}

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

.filter-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

.filter-1.landing-4 {
  background-color: rgba(250, 235, 215, 0.15);
}

.filter-1.landing-1 {
  background-color: rgba(0, 0, 0, 0.38);
}

.main-heading-1 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-1.landing-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-1.landing-4.contact-copy {
  font-size: 10vw;
}

.main-heading-1.contact {
  position: static;
  color: #f3f3f3;
  font-size: 9vw;
  white-space: nowrap;
}

.main-heading-1.contact-form {
  font-size: 25px;
  text-transform: capitalize;
}

.main-heading-1.contact-form.contact-2 {
  margin-bottom: 40px;
  color: #0d0d0d;
  text-transform: uppercase;
}

.main-heading-1.about-2 {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0d0d0d;
  font-weight: 700;
  white-space: normal;
}

.main-heading-1.about-2._2 {
  position: static;
  top: auto;
  white-space: nowrap;
}

.main-heading-1.landing-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-1.landing-1.contact-copy {
  font-size: 10vw;
}

.main-heading-1.rotate {
  width: 100%;
  margin-top: 0px;
  margin-left: -64px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 491px;
  perspective: 491px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(765px) translate(33px, 0px) rotate(-90deg);
  transform: perspective(765px) translate(33px, 0px) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-heading-1.about-us {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 11vw;
  text-align: center;
  cursor: default;
}

.main-heading-1.about-us.top {
  z-index: 2;
  color: #606060;
  font-size: 7.5vw;
  cursor: pointer;
}

.main-heading-1.menu {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 8vw;
  text-transform: capitalize;
}

.main-heading-1.margin {
  position: static;
  margin-left: 220px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 8vw;
  text-transform: capitalize;
}

.bg-image-about-1 {
  width: 100%;
  margin-left: auto;
  padding-right: 0px;
  background-image: url('../images/about1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image-about-1.about {
  width: 50vw;
  height: 50vw;
  background-image: url('../images/suivant5.jpg');
  background-position: 100% 50%;
}

.bg-image-about-1.about.no-bg {
  position: relative;
  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;
  background-image: none;
}

.about-grid-second-black {
  height: 100%;
  padding-right: 0px;
  padding-left: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0f0f0;
}

.about-grid-second-black.about {
  padding-left: 0px;
  background-color: #0b0b0b;
}

.main-heading-2-w {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0rem;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.main-heading-2-w.landing-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-heading-2-w.landing-4.contact-copy {
  font-size: 10vw;
}

.main-heading-2-w.contact {
  position: static;
  color: #f3f3f3;
  font-size: 9vw;
  white-space: nowrap;
}

.main-heading-2-w.contact-form {
  font-size: 25px;
  text-transform: capitalize;
}

.main-heading-2-w.contact-form.contact-2 {
  margin-bottom: 40px;
  color: #0d0d0d;
  text-transform: uppercase;
}

.main-heading-2-w.about-2 {
  position: static;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-weight: 700;
  white-space: normal;
}

.main-heading-2-w.about-2._2 {
  position: static;
  top: auto;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.footer-wrap-black {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b0b;
  color: #fff;
}

.about-grid-second-black2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0f0f0;
}

.about-grid-second-black2.about {
  padding-left: 0px;
  background-color: #0b0b0b;
  color: #fff;
}

.overflow-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overflow-2._2 {
  margin-right: auto;
}

.bg-image-smal {
  width: 200px;
  height: 200px;
  margin-bottom: 60px;
  border-radius: 50%;
  background-image: url('../images/s1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image-smal._4 {
  background-image: url('../images/s4-2.jpg');
}

.bg-image-smal._2 {
  background-image: url('../images/s2-2.jpg');
}

.bg-image-smal._3 {
  background-image: url('../images/s3-2.jpg');
}

.submit-button-newsletter {
  width: 100px;
  height: 100px;
  margin-bottom: auto;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
  font-size: 60px;
}

.submit-button-newsletter:hover {
  color: #920707;
}

.wrapper-heading-newsletter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-page {
  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;
  text-decoration: none;
}

.link {
  margin-right: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.link.cursor {
  cursor: pointer;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -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;
  border-bottom: 1px none #2c2c2c;
}

.info-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.wrapper-line-indicator {
  position: -webkit-sticky;
  position: sticky;
  bottom: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.wrapper-line-indicator.about {
  left: 0px;
  bottom: 29%;
  z-index: 2;
  width: 90px;
  height: 100%;
  margin-left: 0px;
}

.mini-footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none #3b3b3b;
  background-color: #0d0d0d;
}

.container-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #2c2c2c;
}

.privacy-paragraph {
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-paragraph:hover {
  color: #920707;
}

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 8vw;
  -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;
  border-top: 1px none #3b3b3b;
  background-color: #0d0d0d;
}

.wrap-copyright {
  position: static;
  bottom: 15px;
  margin-left: 0px;
}

.checkbox {
  margin-top: 20px;
}

.udesly-link {
  color: #920707;
  font-weight: 900;
  text-decoration: none;
}

.hero-about {
  position: static;
  margin-bottom: 150px;
  padding: 10vw 80px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavietop01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavietop01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.bg-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bg-about._2 {
  position: relative;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/s2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-about._3 {
  width: 100%;
  background-image: url('../images/s3-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-about._4 {
  position: relative;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/s4-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-about.left {
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg-about._1 {
  width: 100%;
  background-image: url('../images/s1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-titel-about {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #606060;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.section-team {
  margin-bottom: 140px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
}

.link-wrapp {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-grid-team {
  grid-column-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.back-to-top-text {
  color: #888;
}

.top-text {
  margin-right: 40px;
  margin-bottom: 3px;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.mail-label {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.checkbox-layout {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.text-about {
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 7vw;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.hero-heading.second {
  margin-bottom: 1.5em;
  font-size: 2.6vw;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading.about {
  width: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

.paragraph-abaut {
  position: relative;
  width: auto;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.scroll-line {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  display: block;
  width: 70%;
  height: 1px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #2c2c2c;
}

.scroll-line.about {
  width: 1px;
  height: 200px;
}

.about-content {
  overflow: hidden;
}

.white-line {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.about-grid {
  overflow: hidden;
  justify-items: stretch;
  grid-auto-rows: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 100vh 100vh 100vh 100vh;
  grid-template-rows: auto 100vh 100vh 100vh 100vh;
}

.form-block {
  width: 700px;
  max-width: 700px;
  margin-bottom: 0px;
  padding: 150px 70px;
}

.text-bold {
  font-size: 10px;
}

.team-text {
  margin-top: 30px;
  margin-bottom: 5px;
  color: #606060;
  text-align: center;
  text-transform: uppercase;
}

.team-text.bottom {
  margin-top: 5px;
  color: #fff;
}

.heading-newsletter {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-credits {
  margin-bottom: 3px;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.current-page {
  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;
  cursor: auto;
}

.orizzontal-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #454545;
  color: #c39d42;
}

.webflow-link {
  background-color: transparent;
  color: #920707;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.image-page {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 180px;
}

.about-hrading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-extra {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: rgba(13, 13, 13, 0.95);
}

.card-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90%;
  padding-right: 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;
}

.container {
  width: 50%;
  height: auto;
  margin-left: auto;
  padding: 150px 80px;
}

.container.menu {
  width: 80%;
  margin-top: 0rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0rem;
}

.wrapper-about-title {
  padding-bottom: 0em;
}

.footer-grid {
  margin-right: 0px;
  margin-left: 40px;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-heading-about {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #606060;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.container-image-team {
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 95%;
  border-radius: 50%;
  background-color: transparent;
}

.grid-menu-footer-2 {
  width: auto;
  justify-items: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-wrap {
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 7rem;
}

.line-wrap._2 {
  margin-top: 5.5rem;
}

.content-menu {
  position: relative;
  z-index: 1;
  width: 83.33%;
  margin-top: 0px;
  margin-bottom: 750px;
  margin-left: auto;
  padding-left: 0px;
}

.content-menu.in {
  position: relative;
  width: 100%;
  margin-top: 750px;
  padding-left: 0px;
  background-color: #fff;
}

.container-trext-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.menu-image {
  width: 37%;
}

.title-menu {
  margin-top: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.container-image-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-footer-2 {
  margin-top: 10px;
  margin-bottom: 3vw;
  background-color: transparent;
  color: #0d0d0d;
  font-size: 1.5vw;
  font-weight: 400;
  text-align: left;
}

.link-footer-2 {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 100;
  text-decoration: none;
}

.link-footer-2:hover {
  color: #c9002b;
}

.background-video-menu {
  width: 100vw;
  height: 100vh;
}

.content-voci-menu-footer-2 {
  width: 80%;
  max-width: 1300px;
  margin-top: 40px;
}

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

.line-2 {
  width: 1px;
  height: 100vh;
  background-color: #2c2c2c;
}

.line-2.menu {
  width: 100%;
  height: 1px;
}

.footer-wrap-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraph-container {
  width: 75%;
  margin-left: auto;
  padding-top: 5rem;
}

.paragraph-container._2 {
  width: 37%;
}

.text-field-6 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
}

.text-price {
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #920707;
  font-size: 18px;
  text-transform: uppercase;
}

.submit-button-footer-2 {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #000;
}

.submit-button-footer-2:hover {
  background-color: transparent;
  color: #000;
}

.about-paragraph-2 {
  width: 80%;
  margin-top: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.5;
}

.container-image-masonry-2 {
  overflow: hidden;
  width: 26vw;
  height: 65vh;
  background-color: #f1f1f1;
}

@media screen and (min-width: 1440px) {
  .logo-wrapp {
    left: 50px;
    top: 40px;
  }

  .logo {
    width: 100px;
  }

  .logo.black {
    left: 0px;
    top: 0px;
    width: 100px;
  }

  .heading-link {
    cursor: none;
  }

  .heading-link.black {
    cursor: none;
  }

  .heading-link.black:hover {
    color: #602d1d;
  }

  .menu-button-layout-3 {
    padding-right: 0px;
    cursor: none;
  }

  .navbar {
    background-color: transparent;
    cursor: none;
  }

  .link-menu.layout-2 {
    cursor: none;
  }

  .nav-menu-layout-3 {
    background-image: url('../images/lavie-wh.png');
    background-position: 100% 50%;
    cursor: none;
  }

  .menu-wrap {
    cursor: none;
  }

  .menu-wrap.menu {
    cursor: none;
  }

  .loghi-wrap.layout-2 {
    cursor: none;
  }

  .video-background {
    background-color: transparent;
    background-image: none;
  }

  .hero-section {
    background-image: none;
    cursor: none;
  }

  .hero-section.landing-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    cursor: auto;
  }

  .filter.landing-4 {
    background-color: rgba(0, 0, 0, 0.38);
  }

  .social-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .social-image.hero {
    cursor: none;
  }

  .wrapper-image {
    display: block;
    padding-top: 0px;
  }

  .container-about {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c2c2c;
  }

  .heading-about-layout-3 {
    margin-top: 80px;
    color: #fff;
  }

  .wrapper-circle {
    margin-top: 80px;
  }

  .about-section {
    overflow: hidden;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-section._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2c2c2c;
  }

  .wrapper-intro {
    margin-top: 274px;
    margin-left: 103px;
  }

  .intro-heading-about {
    color: #920707;
    font-size: 26px;
  }

  .container-about-layout-3 {
    padding-top: 30px;
  }

  .wrapper-paragraph.landing-2 {
    right: -9%;
    margin-right: auto;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.bkack {
    width: 600px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
  }

  .main-paragraph.bkack.first {
    width: 450px;
    text-transform: uppercase;
  }

  .main-paragraph.landing-4 {
    margin-bottom: 2vw;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 400;
  }

  .main-paragraph.landing-4.white {
    font-size: 1.2vw;
  }

  .image-about-layout-3 {
    margin-right: 0px;
  }

  .parallax-bg {
    height: 100vh;
  }

  .hero-image-landing-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavietop01.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavietop01.jpg');
    background-size: auto, cover;
  }

  .hero-image-landing-1._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/copain1-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/copain1-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/arte1_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/arte1_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/arbre1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/arbre1.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-image-landing-1._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pickles1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pickles1.jpeg');
  }

  .hero-image-landing-1._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/suivant2.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/suivant2.JPG');
  }

  .grid-navigation-landing-1 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-heading {
    font-size: 70px;
  }

  .paragraph {
    font-size: 35px;
    font-weight: 400;
  }

  .overflow {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .container-heading-team {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
  }

  .container-heading-team._2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
  }

  .heading-team {
    color: #0d0d0d;
    font-size: 15vw;
  }

  .content-wrap {
    position: relative;
  }

  .team-grid {
    margin-top: 195px;
    grid-auto-rows: 14vw;
    grid-template-areas: ". . Area Area-2 . ."
      ". . Area Area-2 . ."
      ". . Area Area-2 Area-3 Area-4"
      ". . . . Area-3 Area-4"
      ". Area-5 Area-6 . Area-3 Area-4"
      ". Area-5 Area-6 . . ."
      ". Area-5 Area-6 Area-7 Area-8 ."
      ". . . Area-7 Area-8 ."
      ". Area-9 Area-10 Area-7 Area-8 ."
      ". Area-9 Area-10 . . ."
      ". Area-9 Area-10 . Area-11 Area-12"
      ". . . . Area-11 Area-12"
      ". Area-13 Area-14 . Area-11 Area-12"
      ". Area-13 Area-14 . . ."
      ". Area-13 Area-14 . . .";
    -ms-grid-rows: 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw;
  }

  .text-2._3 {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
  }

  .btn-hover-3-colour-wheel {
    background-image: linear-gradient(128deg, #00d59f 32%, #0031d3);
  }

  .hover-btn-6-text-block {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }

  .btn-hover-2 {
    margin-top: 20px;
    cursor: none;
  }

  .hover-btn-2-layer-1 {
    cursor: none;
  }

  .hover-btn-4-btn-line {
    background-color: #faebd7;
  }

  .hover-btn-6-text-block-2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }

  .pointer {
    border-color: #faebd7;
    cursor: none;
  }

  .body {
    cursor: none;
  }

  .body-2 {
    cursor: none;
  }

  .heading-about-landing-2 {
    width: 450px;
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 4.5vh;
  }

  .contact-grid-card-text {
    width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-secontion.content-wrap-copy.about-copy {
    height: 600vh;
  }

  .horizontal-div-wrapper {
    width: 400vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .horizontal-div-wrapper._2 {
    width: auto;
  }

  .container-paragraph {
    width: 550px;
    padding-right: 100px;
  }

  .container-paragraph._2 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .horizontal-content {
    margin-left: 0vw;
  }

  .heading-button._2 {
    margin-top: 0px;
  }

  .button-layout-2 {
    position: relative;
    z-index: 3;
  }

  .bottle-image-landing-2.absolute {
    height: 100%;
  }

  .button-bottle-landing-3 {
    cursor: none;
  }

  .text-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-wrapper.intro-second {
    width: auto;
    padding-right: 140px;
    padding-bottom: 0rem;
    padding-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-wrapper.about {
    padding-bottom: 0rem;
  }

  .about-heading {
    width: auto;
    font-size: 140px;
  }

  .about-heading.absolute {
    position: absolute;
    left: 0%;
    z-index: 2;
    opacity: 0.54;
    color: #2c2c2c;
    white-space: nowrap;
  }

  .container-grid {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    height: 100vh;
    margin-left: 0vw;
    -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;
  }

  .bottle-image-landing-3 {
    width: 85%;
    height: auto;
  }

  .horizontal-scrollable-section.about {
    width: auto;
    margin-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .horizontal-scrollable-section.about._2 {
    width: auto;
    margin-left: 0vw;
  }

  .about-image {
    bottom: 0%;
    display: block;
  }

  .black-heading {
    font-size: 13vh;
    white-space: nowrap;
  }

  .black-heading._2 {
    font-size: 13vh;
    white-space: nowrap;
  }

  .container-about-landing-2 {
    width: 80vw;
  }

  .heading-landing-2 {
    font-size: 25vh;
  }

  .bg-start {
    position: relative;
    width: 100vw;
  }

  .overflow-heading-2.white {
    margin-bottom: 0px;
  }

  .bottole-image-landing-3 {
    width: 85%;
    height: auto;
  }

  .sub-heading-landing-3 {
    font-size: 1vw;
  }

  .wrapper-heading {
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overflow-mask {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .body-3 {
    cursor: none;
  }

  .grid-menu-footer {
    grid-auto-flow: column;
    grid-auto-columns: 1.75fr;
    grid-column-gap: 0px;
    grid-template-areas: "Area Area-3"
      ". Area-2";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper-fiel-label {
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .field-label-name {
    height: 100%;
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 30px;
  }

  .form-wrapper {
    padding-top: 220px;
    padding-right: 15%;
    padding-left: 15%;
    background-color: transparent;
  }

  .form-wrapper.contact-2.black {
    background-color: transparent;
  }

  .text-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
  }

  .main.white {
    position: static;
    overflow: hidden;
  }

  .main.black {
    position: static;
    overflow: hidden;
  }

  .main.white {
    position: static;
    overflow: hidden;
  }

  .about-grid-second.about {
    overflow: visible;
    background-color: #fff;
  }

  .about-grid-second.about {
    overflow: visible;
  }

  .submit-button-form {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 18px;
  }

  .main-heading-2 {
    font-size: 70px;
  }

  .main-heading-2.landing-4 {
    margin-top: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2vw;
    font-weight: 700;
    text-transform: capitalize;
  }

  .main-heading-2.landing-4.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-2.contact {
    position: static;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .main-heading-2.contact-form.contact-2 {
    text-transform: lowercase;
  }

  .main-heading-2.about-2 {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 900;
  }

  .main-heading-2.about-2._2 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 4vw;
    font-weight: 900;
  }

  .bg-image-about.about {
    background-image: url('../images/bg-slideshow-1.jpg');
    background-position: 100% 50%;
  }

  .container-heading.contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-footer {
    line-height: 1;
  }

  .heading-footer.white {
    color: #fff;
  }

  .content-voci-menu-footer {
    background-color: transparent;
  }

  .footer-wrap {
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
  }

  .container-about-text {
    position: relative;
    overflow: visible;
    width: 50vw;
  }

  .about-image-second {
    height: 50vh;
  }

  .about-image-second._3 {
    position: static;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about-image-second._3.width {
    width: 100%;
    height: auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .about-image-second._2 {
    height: 10vw;
    margin-top: 0px;
  }

  .about-image-second._3 {
    width: auto;
    height: auto;
    margin-left: 0px;
  }

  .about-paragraph {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 400;
  }

  .about-paragraph.white {
    color: #fff;
  }

  .container-image-masonry {
    overflow: hidden;
    width: 25vw;
    height: 56vh;
    margin-right: auto;
    margin-left: auto;
  }

  .container-image-masonry._2 {
    width: 16vw;
    height: 22vw;
  }

  .container-image-masonry._2.hidden {
    height: 16vw;
  }

  .overflow-about {
    width: auto;
    margin-left: auto;
  }

  .masorry-greed {
    padding-bottom: 0px;
    -ms-grid-columns: 1fr 1fr 1.2fr;
    grid-template-columns: 1fr 1fr 1.2fr;
  }

  .container-heading-landing-4 {
    padding-left: 40px;
  }

  .masonry-wrapper {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .masonry-wrapper.padding {
    padding-bottom: 60px;
  }

  .masonry-wrapper._2 {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-about {
    position: absolute;
    left: 14.73958vw;
    top: -9%;
    right: 12.23958vw;
    bottom: 0px;
    z-index: 9;
    width: 48%;
    margin-right: auto;
  }

  .masorry-section {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .image-2 {
    display: inline-block;
    overflow: visible;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-2 {
    overflow: visible;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 700;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-3 {
    margin-top: 10vw;
  }

  .filter-2.landing-4 {
    background-color: rgba(250, 235, 215, 0.15);
  }

  .main-heading-3 {
    font-size: 70px;
  }

  .main-heading-3.landing-4 {
    margin-top: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-heading-3.landing-4.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-3.contact {
    position: static;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .main-heading-3.contact-form.contact-2 {
    text-transform: lowercase;
  }

  .main-heading-3.about-2._2 {
    font-size: 4vw;
  }

  .main-heading-4 {
    font-size: 70px;
  }

  .main-heading-4.landing-4 {
    margin-top: auto;
    font-family: 'Great Vibes', cursive;
    font-size: 4vw;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-heading-4.landing-4.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-4.contact {
    position: static;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .main-heading-4.contact-form.contact-2 {
    text-transform: lowercase;
  }

  .main-heading-4.about-2._2 {
    font-size: 4vw;
  }

  .navbar-2 {
    background-color: transparent;
    cursor: none;
  }

  .navbar-3 {
    background-color: transparent;
    cursor: none;
  }

  .bg-image-about-2.about {
    background-image: url('../images/arbre03.jpg');
    background-position: 100% 50%;
  }

  .main-heading-11 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 70px;
    font-weight: 700;
  }

  .image-1 {
    display: inline-block;
    overflow: visible;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .filter-1.landing-4 {
    background-color: rgba(250, 235, 215, 0.15);
  }

  .filter-1.landing-1 {
    background-color: rgba(0, 0, 0, 0.38);
  }

  .main-heading-1 {
    font-size: 70px;
  }

  .main-heading-1.landing-4 {
    margin-top: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-heading-1.landing-4.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-1.contact {
    position: static;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .main-heading-1.contact-form.contact-2 {
    text-transform: lowercase;
  }

  .main-heading-1.about-2._2 {
    font-size: 4vw;
  }

  .main-heading-1.landing-1 {
    margin-top: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-heading-1.landing-1.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-1.menu {
    text-transform: capitalize;
  }

  .bg-image-about-1.about {
    background-image: url('../images/suivant5.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .about-grid-second-black.about {
    overflow: visible;
    background-color: #0b0b0b;
  }

  .main-heading-2-w {
    font-size: 70px;
  }

  .main-heading-2-w.landing-4 {
    margin-top: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2vw;
    font-weight: 700;
    text-transform: capitalize;
  }

  .main-heading-2-w.landing-4.contact-copy {
    font-family: 'Josefin Sans', sans-serif;
  }

  .main-heading-2-w.contact {
    position: static;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
  }

  .main-heading-2-w.contact-form.contact-2 {
    text-transform: lowercase;
  }

  .main-heading-2-w.about-2 {
    font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    font-weight: 900;
  }

  .main-heading-2-w.about-2._2 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 4vw;
    font-weight: 900;
  }

  .footer-wrap-black {
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
  }

  .about-grid-second-black2.about {
    overflow: visible;
    background-color: #0b0b0b;
  }

  .link-page {
    width: auto;
  }

  .link {
    cursor: none;
  }

  .link.cursor {
    cursor: auto;
  }

  .link.cursor.w--current {
    cursor: auto;
  }

  .wrapper-line-indicator {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-newsletter-form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .privacy-paragraph {
    font-size: 16px;
  }

  .form-section {
    border-top-style: none;
  }

  .image-about-page {
    width: auto;
  }

  .section-team {
    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;
  }

  .about-grid-team {
    width: 1300px;
  }

  .hero-heading {
    width: 1500px;
    margin-right: auto;
    margin-left: auto;
    font-size: 8vw;
  }

  .paragraph-abaut {
    font-size: 2.5vw;
  }

  .about-grid {
    -ms-grid-rows: auto 100vh 100vh 100vh 100vh;
    grid-template-rows: auto 100vh 100vh 100vh 100vh;
  }

  .current-page {
    width: auto;
  }

  .image-page {
    left: 43%;
  }

  .section-extra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-team {
    width: 100%;
  }

  .wrapper-about-title {
    padding-bottom: 0em;
  }

  .container-image-team {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    background-image: none;
  }

  .container-image-team._2 {
    background-image: none;
  }

  .heading-footer-2 {
    line-height: 1;
  }

  .container-image-masonry-2 {
    overflow: hidden;
    width: 25vw;
    height: 65vh;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .logo-wrapp.w--current {
    top: 12px;
  }

  .logo {
    display: none;
  }

  .logo.black {
    position: static;
    display: block;
  }

  .logo.black.hidden {
    display: inline-block;
  }

  .heading-link {
    font-size: 90px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(250, 235, 215, 0.15);
  }

  .nav-menu-layout-3 {
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .line-menu {
    background-color: #602d1d;
  }

  .social-link {
    margin-right: 20px;
    margin-left: 0px;
  }

  .hero-section {
    height: 500px;
  }

  .filter.landing-4 {
    height: 500px;
  }

  .social-image.hero {
    margin-bottom: 20px;
  }

  .container-about {
    width: 100%;
    padding-right: 40px;
  }

  .heading-about-layout-3 {
    color: #fff;
  }

  .intro-heading-about {
    display: none;
  }

  .container-about-layout-3 {
    top: -27%;
    width: 60%;
  }

  .wrapper-paragraph.landing-2 {
    width: 55%;
  }

  .main-paragraph.bkack.menu._2 {
    margin-left: 40px;
  }

  .main-paragraph.landing-4 {
    font-size: 3vw;
    font-weight: 300;
  }

  .hero-image-landing-1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-image-landing-1._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/copain1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/copain1.jpg');
    background-position: 0px 0px, -300px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arte1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arte1.jpg');
    background-position: 0px 0px, -220px 0px;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pickles1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pickles1.jpeg');
  }

  .grid-navigation-landing-1 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-heading {
    font-size: 8vw;
  }

  .paragraph {
    font-size: 25px;
  }

  .overflow.hero {
    height: auto;
  }

  .navigation-wrapp.layout-3 {
    padding-right: 30px;
  }

  .left-image-hero {
    width: 100vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg1.jpg');
    background-position: 0px 0px, 75% 0%;
    background-size: auto, cover;
  }

  .wrapper-image-team._2 {
    left: auto;
  }

  .wrapper-text-team._2 {
    left: auto;
  }

  .team-grid {
    grid-auto-rows: 14vw;
    grid-template-areas: ". Area Area Area-2 Area-2"
      ". Area Area Area-2 Area-2"
      ". Area Area Area-2 Area-2"
      ". . . . ."
      ". Area-3 Area-3 Area-4 Area-4"
      ". Area-3 Area-3 Area-4 Area-4"
      ". Area-3 Area-3 Area-4 Area-4"
      ". . . . ."
      ". Area-5 Area-5 Area-6 Area-6"
      ". Area-5 Area-5 Area-6 Area-6"
      ". Area-5 Area-5 Area-6 Area-6"
      ". . . . ."
      ". Area-7 Area-7 Area-8 Area-8"
      ". Area-7 Area-7 Area-8 Area-8"
      ". Area-7 Area-7 Area-8 Area-8"
      ". . . . ."
      ". Area-9 Area-9 Area-10 Area-10"
      ". Area-9 Area-9 Area-10 Area-10"
      ". Area-9 Area-9 Area-10 Area-10"
      ". . . . ."
      ". Area-11 Area-11 Area-12 Area-12"
      ". Area-11 Area-11 Area-12 Area-12"
      ". Area-11 Area-11 Area-12 Area-12"
      ". . . . ."
      ". Area-13 Area-13 Area-14 Area-14"
      ". Area-13 Area-13 Area-14 Area-14"
      ". Area-13 Area-13 Area-14 Area-14";
    -ms-grid-rows: 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw 14vw;
  }

  .pointer {
    display: none;
  }

  .heading-about-landing-2 {
    width: 100%;
  }

  .contact-grid-card-text {
    width: 100%;
    padding: 100px 108px 100px 100px;
    background-color: #0d0d0d;
  }

  .contact-secontion.content-wrap-copy.about-copy {
    height: auto;
  }

  .horizontal-div-wrapper._2 {
    position: static;
    height: auto;
  }

  .container-paragraph {
    width: 100%;
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-paragraph.in {
    margin-right: 0px;
  }

  .container-paragraph._2 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .horizontal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottle-image-landing-2.absolute {
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-wrapper.intro-second {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-wrapper.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-heading {
    margin-bottom: 0px;
    font-size: 100px;
  }

  .about-heading.absolute {
    white-space: normal;
  }

  .container-grid {
    width: 100%;
    height: 80vh;
    margin-right: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container-image {
    display: none;
    width: 100%;
    height: 500px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-landing-2 {
    height: 50vh;
  }

  .container-intro {
    width: auto;
  }

  .image-wrapper {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .horizontal-scrollable-section.about._2 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .size-wrapper {
    position: static;
    display: block;
    width: auto;
  }

  .container-about-landing-2 {
    padding: 100px 40px 40px;
  }

  .heading-landing-2 {
    font-size: 18vh;
  }

  .overflow-heading-2.white.contact {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10vw;
  }

  .sub-heading-landing-3 {
    font-size: 2vw;
  }

  .overflow-mask {
    overflow: visible;
  }

  .grid-menu-footer {
    grid-template-areas: "Area-2 Area-2"
      "Area Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form {
    width: 100%;
    padding-right: 0px;
  }

  .checkbox-label-text.contact-2 {
    color: #0d0d0d;
  }

  .form-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .main.black {
    background-color: #0b0b0b;
  }

  .about-grid-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-grid-second.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: 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;
  }

  .about-grid-second.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: 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;
  }

  .contact-page-paragraph.contact {
    width: auto;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .submit-button-form.contact-second {
    right: 0px;
  }

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

  .main-heading-2 {
    font-size: 8vw;
  }

  .main-heading-2.landing-4 {
    font-size: 3vw;
  }

  .main-heading-2.about-2._2.white {
    color: #fff;
  }

  .container-info-contact-1.contact2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-image-about {
    height: 500px;
    margin-left: 0px;
  }

  .bg-image-about.about {
    width: 100%;
    height: 400px;
  }

  .bg-image-about.about.no-bg {
    height: auto;
  }

  .container-heading.menu {
    width: 90%;
  }

  .heading-footer {
    font-size: 21px;
    line-height: 1.5;
  }

  .contact {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero.landin-4 {
    height: 500px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .content-voci-menu-footer {
    width: 90%;
  }

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-about-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .container-about-text._2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .abvout-us-text {
    width: auto;
    font-size: 20px;
    white-space: nowrap;
  }

  .about-image-second._3 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-image-second._3.width {
    width: 100%;
    height: auto;
    margin-top: 90px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about-image-second._3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-paragraph {
    width: 100%;
  }

  .container-image-about {
    width: auto;
    padding-left: 60px;
  }

  .paragraph-about {
    font-size: 18px;
    line-height: 1.5;
  }

  .container-image-masonry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-image-masonry._2 {
    display: block;
    width: 50%;
    height: 500px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-image-masonry._2.hidden {
    display: none;
  }

  .overflow-about.hidden {
    display: none;
  }

  .masorry-greed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-heading-landing-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-heading-landing-4._2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .info-about-page {
    font-size: 40px;
  }

  .masonry-wrapper {
    width: 100%;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .masonry-wrapper.hidden {
    display: none;
  }

  .masonry-wrapper._2 {
    overflow: hidden;
    height: auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-separetor {
    width: 100%;
  }

  .image-about {
    top: -214px;
    display: none;
  }

  .masorry-section {
    height: auto;
  }

  .overflow-image {
    position: absolute;
  }

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

  .paragraph-2.white {
    color: #fff;
  }

  .paragraph-3.white {
    color: #fff;
  }

  .filter-2.landing-4 {
    height: 500px;
  }

  .main-heading-3 {
    font-size: 8vw;
  }

  .main-heading-3.landing-4 {
    font-size: 3vw;
  }

  .main-heading-4 {
    font-size: 8vw;
  }

  .main-heading-4.landing-4 {
    font-size: 5vw;
  }

  .navbar-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(250, 235, 215, 0.15);
  }

  .navbar-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .d-73-social-media-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-73-3d-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .bg-image-about-2 {
    height: 500px;
    margin-left: 0px;
  }

  .bg-image-about-2.about {
    width: 100%;
    height: 400px;
  }

  .bg-image-about-2.about.no-bg {
    height: auto;
  }

  .bg-image-about-2.about {
    width: 100%;
    height: 400px;
  }

  .bg-image-about-2.about.no-bg {
    height: auto;
  }

  .main-heading-11 {
    font-size: 8vw;
  }

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

  .filter-1.landing-4 {
    height: 500px;
  }

  .filter-1.landing-1 {
    height: 500px;
  }

  .main-heading-1 {
    font-size: 8vw;
  }

  .main-heading-1.landing-4 {
    font-size: 3vw;
  }

  .main-heading-1.landing-1 {
    font-size: 3vw;
  }

  .main-heading-1.menu {
    font-size: 90px;
  }

  .main-heading-1.margin {
    margin-left: 130px;
    font-size: 90px;
  }

  .bg-image-about-1 {
    height: 500px;
    margin-left: 0px;
  }

  .bg-image-about-1.about {
    width: 100%;
    height: 400px;
  }

  .bg-image-about-1.about.no-bg {
    height: auto;
  }

  .about-grid-second-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-grid-second-black.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: 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;
  }

  .main-heading-2-w {
    font-size: 8vw;
  }

  .main-heading-2-w.landing-4 {
    font-size: 3vw;
  }

  .footer-wrap-black {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0b0b0b;
  }

  .about-grid-second-black2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-grid-second-black2.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: 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-newsletter {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .info-wrapp {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-line-indicator {
    display: none;
  }

  .wrap-copyright {
    margin-right: auto;
  }

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

  .bg-about {
    height: 500px;
  }

  .bg-about._3 {
    height: 600px;
  }

  .wrap-link-footer {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .top-text {
    text-align: center;
  }

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

  .heading-newsletter {
    font-size: 4vw;
  }

  .text-credits {
    text-align: center;
  }

  .container {
    width: 100%;
  }

  .container.menu {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-grid {
    margin-left: 0px;
  }

  .grid-menu-footer-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-menu {
    width: 90%;
  }

  .heading-footer-2 {
    font-size: 21px;
    line-height: 1.5;
  }

  .content-voci-menu-footer-2 {
    width: 90%;
  }

  .line-2 {
    display: none;
  }

  .footer-wrap-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-container._2 {
    width: auto;
    padding-top: 0rem;
  }

  .about-paragraph-2 {
    width: 100%;
  }

  .container-image-masonry-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .logo.black {
    position: static;
    display: block;
  }

  .heading-link {
    font-size: 100px;
  }

  .navbar {
    background-color: rgba(250, 235, 215, 0.15);
  }

  .video-background._2 {
    left: 0px;
  }

  .hero-section.landing-2 {
    height: 700px;
  }

  .social-image {
    width: 25px;
  }

  .wrapper-image {
    position: static;
    display: block;
    height: auto;
  }

  .container-about {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-about-layout-3 {
    margin-top: 0px;
  }

  .wrapper-circle {
    display: none;
  }

  .about-section {
    padding-bottom: 100px;
  }

  .about-section._2 {
    padding-top: 220px;
  }

  .container-about-layout-3 {
    position: absolute;
    left: auto;
    top: -190px;
    width: auto;
  }

  .wrapper-paragraph.landing-2 {
    width: 85%;
    margin-right: auto;
  }

  .main-paragraph.bkack.menu._2 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .main-paragraph.landing-4 {
    font-size: 4vw;
  }

  .image-about-layout-3 {
    width: 100%;
    margin-right: auto;
  }

  .hero-image-landing-1._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/copain1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/copain1.jpg');
    background-position: 0px 0px, -500px 0px;
  }

  .hero-image-landing-1._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arte1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arte1.jpg');
    background-position: 0px 0px, -420px 0px;
  }

  .hero-image-landing-1._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/arbre1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/arbre1.jpg');
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pickles1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pickles1.jpeg');
  }

  .grid-navigation-landing-1 {
    grid-row-gap: 16px;
  }

  .paragraph {
    width: auto;
  }

  .heading-about-landing-2 {
    font-size: 4vh;
  }

  .contact-grid-card-text {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-secontion.content-wrap-copy.about-copy {
    height: auto;
  }

  .horizontal-div-wrapper {
    position: static;
    height: auto;
  }

  .container-paragraph._2 {
    margin-left: 0px;
  }

  .horizontal-content {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-wrapper.about {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-vrapper-scroll {
    width: 70vw;
    height: 70vw;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-image {
    height: 80vh;
  }

  .container-intro {
    padding-left: 43px;
  }

  .horizontal-scrollable-section.about {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-scrollable-section.about._2 {
    width: 100%;
  }

  .black-heading {
    font-size: 9vh;
  }

  .black-heading._2 {
    left: -43px;
    font-size: 9vh;
  }

  .heading-landing-2 {
    font-size: 12vh;
  }

  .heading-landing-2.second {
    font-size: 12vh;
  }

  .grid-menu-footer {
    width: auto;
    grid-auto-flow: row;
    grid-column-gap: 15px;
    grid-template-areas: "Area Area"
      "Area-2 Area-2";
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper-fiel-label {
    margin-bottom: 0px;
    -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;
  }

  .wrapper-fiel-label.contact-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-label-name {
    border-bottom-style: none;
  }

  .form-wrapper.contact-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-field {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .main.black {
    background-color: #0b0b0b;
  }

  .about-grid-second.about {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-grid-second.about {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-landing-4 {
    left: -180px;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .contact-page-paragraph {
    margin-left: 0px;
  }

  .contact-page-paragraph.contact {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .main-heading-2.landing-4 {
    font-size: 5vw;
  }

  .main-heading-2.contact-form {
    width: 50%;
    margin-top: 0px;
  }

  .main-heading-2.contact-form.contact-2 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .bg-image-about.about.no-bg {
    width: 70%;
    height: auto;
  }

  .container-heading.menu {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-footer {
    line-height: 1.5;
  }

  .content-voci-menu-footer {
    width: 80%;
  }

  .newsletter-footer-layout-2 {
    width: 100%;
  }

  .image-contact2 {
    height: 80vw;
  }

  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .container-about-text {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .container-about-text._2 {
    padding-top: 10vw;
    padding-left: 0vw;
  }

  .abvout-us-text {
    margin-top: 0px;
    margin-right: auto;
  }

  .container-image-about {
    width: auto;
    padding-top: 60px;
    padding-left: 0px;
  }

  .paragraph-about {
    font-size: 20px;
    line-height: 1;
  }

  .container-image-masonry {
    width: 100%;
    height: auto;
  }

  .container-image-masonry._2 {
    height: auto;
  }

  .our-story-section {
    padding-top: 19.03125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .masorry-greed {
    -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;
  }

  .container-heading-landing-4 {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-heading-landing-4._2 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .info-about-page {
    margin-bottom: 0px;
  }

  .masonry-wrapper {
    overflow: hidden;
  }

  .masonry-wrapper.padding {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .masonry-wrapper._2 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-about._2 {
    left: -41%;
    top: -64px;
    bottom: auto;
    display: block;
    width: 70%;
  }

  .info-about {
    width: 100%;
    margin-top: 40px;
  }

  .overflow-image {
    display: none;
  }

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

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-2.white {
    color: #fff;
  }

  .paragraph-3.white {
    color: #fff;
  }

  .main-heading-3.contact-form {
    width: 50%;
    margin-top: 0px;
  }

  .main-heading-3.contact-form.contact-2 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .main-heading-4.landing-4 {
    font-size: 7vw;
  }

  .main-heading-4.contact-form {
    width: 50%;
    margin-top: 0px;
  }

  .main-heading-4.contact-form.contact-2 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .navbar-2 {
    background-color: rgba(250, 235, 215, 0.15);
  }

  .navbar-3 {
    background-color: transparent;
  }

  .d-73-social-media-wrapper {
    position: static;
    clear: none;
  }

  .bg-image-about-2.about.no-bg {
    width: 70%;
    height: auto;
  }

  .bg-image-about-2.about.no-bg {
    width: 70%;
    height: auto;
  }

  .image-landing-1 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

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

  .main-heading-1.contact-form {
    width: 50%;
    margin-top: 0px;
  }

  .main-heading-1.contact-form.contact-2 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .main-heading-1.menu {
    font-size: 12vw;
  }

  .main-heading-1.margin {
    margin-left: 0px;
    font-size: 12vw;
  }

  .bg-image-about-1.about.no-bg {
    width: 70%;
    height: auto;
  }

  .about-grid-second-black.about {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-heading-2-w.landing-4 {
    font-size: 5vw;
  }

  .main-heading-2-w.contact-form {
    width: 50%;
    margin-top: 0px;
  }

  .main-heading-2-w.contact-form.contact-2 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .footer-wrap-black {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
    background-color: #0b0b0b;
  }

  .about-grid-second-black2.about {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-wrapp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mini-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .privacy-paragraph {
    font-size: 15px;
  }

  .hero-about {
    padding-top: 28vw;
    padding-bottom: 28vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/lavietop01.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/lavietop01.jpg');
    background-size: auto, cover;
  }

  .about-grid-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .hero-heading.second {
    font-size: 3.2vw;
  }

  .hero-heading.about {
    font-size: 9vw;
  }

  .paragraph-abaut {
    font-size: 18px;
  }

  .form-block {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-newsletter {
    font-size: 5vw;
  }

  .about-hrading {
    font-size: 7vw;
  }

  .container {
    width: auto;
  }

  .footer-grid {
    margin-top: 20px;
  }

  .grid-menu-footer-2 {
    width: auto;
    grid-auto-flow: row;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-menu {
    width: 100%;
  }

  .menu-image {
    width: 100%;
  }

  .title-menu {
    font-size: 1rem;
  }

  .container-image-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-footer-2 {
    line-height: 1.5;
  }

  .content-voci-menu-footer-2 {
    width: 80%;
  }

  .footer-wrap-2 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .paragraph-container {
    width: 100%;
  }

  .container-image-masonry-2 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapp.w--current {
    left: 20px;
    top: 12px;
  }

  .logo {
    display: none;
  }

  .logo.black {
    display: block;
  }

  .logo.black.hidden {
    display: inline-block;
  }

  .heading-link {
    font-size: 45px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-layout-3 {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .line-menu {
    background-color: #602d1d;
  }

  .video-background._2 {
    height: 500px;
  }

  .hero-section {
    height: 400px;
  }

  .filter.landing-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-about-layout-3 {
    position: relative;
    top: 103px;
    margin-left: 20px;
    font-size: 50px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section._2 {
    padding-top: 140px;
  }

  .container-about-layout-3 {
    top: -200px;
  }

  .wrapper-paragraph.landing-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-paragraph.bkack.first {
    width: auto;
  }

  .main-paragraph.bkack.menu {
    margin-top: 0px;
    font-size: 18px;
  }

  .main-paragraph.landing-4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .parallax-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-image-landing-1 {
    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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavietop01.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavietop01.jpg');
    background-position: 0px 0px, 50% 50%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .hero-image-landing-1._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/copain1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/copain1.jpg');
    background-position: 0px 0px, -670px 0px;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._5 {
    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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arte1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arte1.jpg');
    background-position: 0px 0px, -670px 40px;
    background-size: auto, cover;
  }

  .hero-image-landing-1._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/arbre1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/arbre1.jpg');
    background-position: 0px 0px, -125px 0px;
    background-repeat: repeat, no-repeat;
  }

  .hero-image-landing-1._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pickles1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pickles1.jpeg');
  }

  .grid-navigation-landing-1 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .main-heading {
    font-size: 9vw;
    text-align: center;
  }

  .paragraph {
    font-size: 18px;
  }

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

  .navigation-wrapp.layout-3 {
    padding-right: 0px;
  }

  .left-image-hero {
    background-position: 55% 0%;
  }

  .container-heading-team {
    bottom: -16%;
  }

  .container-heading-team._2 {
    top: 6%;
  }

  .content-wrap {
    padding-top: 0px;
  }

  .heading-team-page {
    font-size: 25px;
  }

  .manzion {
    font-size: 14px;
  }

  .team-grid {
    padding-right: 20px;
    padding-left: 20px;
    grid-template-areas: "Area Area Area Area-2 Area-2"
      "Area Area Area Area-2 Area-2"
      "Area Area Area Area-2 Area-2"
      ". . . . ."
      "Area-3 Area-3 Area-3 Area-4 Area-4"
      "Area-3 Area-3 Area-3 Area-4 Area-4"
      "Area-3 Area-3 Area-3 Area-4 Area-4"
      ". . . . ."
      "Area-5 Area-5 Area-5 Area-6 Area-6"
      "Area-5 Area-5 Area-5 Area-6 Area-6"
      "Area-5 Area-5 Area-5 Area-6 Area-6"
      ". . . . ."
      "Area-7 Area-7 Area-7 Area-8 Area-8"
      "Area-7 Area-7 Area-7 Area-8 Area-8"
      "Area-7 Area-7 Area-7 Area-8 Area-8"
      ". . . . ."
      "Area-9 Area-9 Area-9 Area-10 Area-10"
      "Area-9 Area-9 Area-9 Area-10 Area-10"
      "Area-9 Area-9 Area-9 Area-10 Area-10"
      ". . . . ."
      "Area-11 Area-11 Area-11 Area-12 Area-12"
      "Area-11 Area-11 Area-11 Area-12 Area-12"
      "Area-11 Area-11 Area-11 Area-12 Area-12"
      ". . . . ."
      "Area-13 Area-13 Area-13 Area-14 Area-14"
      "Area-13 Area-13 Area-13 Area-14 Area-14"
      "Area-13 Area-13 Area-13 Area-14 Area-14";
  }

  .heading-about-landing-2 {
    font-size: 25px;
  }

  .heading-about-landing-2._2 {
    font-size: 25px;
  }

  .contact-grid-card-text {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-secontion {
    margin-left: 0px;
  }

  .contact-secontion.content-wrap-copy.about-copy {
    overflow: hidden;
  }

  .container-paragraph {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-paragraph._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-wrapper.intro-second {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .image-vrapper-scroll.top {
    width: 90vw;
    height: 90vw;
  }

  .image-vrapper-scroll.margin {
    width: 90vw;
    height: 90vw;
    margin-top: 40px;
  }

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

  .about-heading.absolute {
    font-size: 12.5vw;
  }

  .container-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-image {
    height: 50vh;
  }

  .container-intro {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .black-heading {
    font-size: 17vw;
  }

  .black-heading._2 {
    left: -22px;
    font-size: 17vw;
  }

  .container-about-landing-2 {
    padding: 140px 20px 60px;
  }

  .heading-landing-2 {
    font-size: 19vw;
  }

  .heading-landing-2.second {
    font-size: 19vw;
  }

  .bg-start {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-heading-landing-3 {
    font-size: 5vw;
  }

  .grid-menu-footer {
    width: 100%;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper-link-footer {
    text-align: left;
  }

  .wrapper-fiel-label {
    -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;
  }

  .form {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .checkbox-label-text.contact-2 {
    color: #0d0d0d;
  }

  .info-section.landing-4._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-label-name {
    width: auto;
    border-bottom-style: none;
  }

  .form-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field {
    width: 100%;
    padding-left: 0px;
    font-size: 20px;
  }

  .main.white {
    background-color: transparent;
  }

  .main.black {
    background-color: #0b0b0b;
  }

  .about-grid-second {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid-second.about {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .about-grid-second.about {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .image-landing-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: 100%;
    margin-left: -360px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-weight: 400;
  }

  .contact-page-paragraph {
    margin-top: 10px;
    margin-left: 0px;
    color: #fff;
  }

  .contact-page-paragraph.contact {
    font-size: 15px;
  }

  .submit-button-form.contact-second {
    left: 0px;
    right: auto;
    bottom: 38px;
    margin-left: 0px;
  }

  .grid-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-heading-2 {
    font-size: 9vw;
    text-align: center;
  }

  .main-heading-2.landing-4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .main-heading-2.contact {
    font-size: 22vw;
  }

  .main-heading-2.contact-form {
    text-align: left;
  }

  .main-heading-2.about-2 {
    margin-bottom: 100px;
    font-size: 25px;
  }

  .main-heading-2.about-2._2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .container-info-contact-1 {
    margin-top: auto;
    margin-bottom: 0px;
    -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;
  }

  .bg-image-about {
    width: 100vw;
  }

  .bg-image-about.about {
    position: static;
    -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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-footer {
    text-align: left;
  }

  .content-voci-menu-footer {
    width: 95%;
  }

  .newsletter-footer-layout-2 {
    width: 100%;
  }

  .list-footer {
    margin-right: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-about-text {
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 0vw;
  }

  .container-about-text._2 {
    padding-right: 0px;
  }

  .abvout-us-text {
    width: auto;
    padding-left: 0px;
    font-size: 10vw;
    line-height: 1;
    text-align: left;
  }

  .about-image-second._3 {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-image-second._3.width {
    margin-top: 0px;
  }

  .about-image-second._3 {
    width: 100%;
  }

  .smal-hero-image {
    display: none;
  }

  .about-paragraph {
    display: none;
  }

  .container-image-about {
    padding-left: 0px;
  }

  .paragraph-about {
    margin-top: 30px;
    margin-bottom: 0vw;
  }

  .container-image-masonry {
    height: 332px;
  }

  .container-image-masonry._2 {
    width: 70%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .our-story-section {
    padding-top: 27.03125vw;
  }

  .container-heading-landing-4._2 {
    padding-left: 0px;
  }

  .info-about-page {
    font-size: 30px;
  }

  .masonry-wrapper.padding {
    margin-bottom: 20px;
  }

  .masonry-wrapper._2 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .line-separetor {
    display: none;
  }

  .image-about._2 {
    left: -32%;
    top: -47px;
  }

  .info-about {
    margin-top: 20px;
  }

  .masorry-section {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .overflow-image {
    bottom: -45px;
    overflow: hidden;
    width: 50vw;
    height: 35vw;
  }

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

  .filter-2.landing-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-heading-3 {
    font-size: 9vw;
    text-align: center;
  }

  .main-heading-3.landing-4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .main-heading-3.contact {
    font-size: 22vw;
  }

  .main-heading-3.contact-form {
    text-align: left;
  }

  .main-heading-3.about-2 {
    margin-bottom: 100px;
    font-size: 25px;
  }

  .main-heading-3.about-2._2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .main-heading-4 {
    font-size: 9vw;
    text-align: center;
  }

  .main-heading-4.landing-4 {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: 400;
  }

  .main-heading-4.contact {
    font-size: 22vw;
  }

  .main-heading-4.contact-form {
    text-align: left;
  }

  .main-heading-4.about-2 {
    margin-bottom: 100px;
    font-size: 25px;
  }

  .main-heading-4.about-2._2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .bg-image-about-2 {
    width: 100vw;
  }

  .bg-image-about-2.about {
    position: static;
    -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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 80% 50%;
    background-size: cover;
  }

  .main-heading-11 {
    font-size: 9vw;
    text-align: center;
  }

  .image-landing-1 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100%;
  }

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

  .filter-1.landing-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .filter-1.landing-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-heading-1 {
    font-size: 9vw;
    text-align: center;
  }

  .main-heading-1.landing-4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .main-heading-1.contact {
    font-size: 22vw;
  }

  .main-heading-1.contact-form {
    text-align: left;
  }

  .main-heading-1.about-2 {
    margin-bottom: 100px;
    font-size: 25px;
  }

  .main-heading-1.about-2._2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .main-heading-1.landing-1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .main-heading-1.about-us {
    font-size: 22vw;
  }

  .main-heading-1.about-us.top {
    font-size: 15vw;
  }

  .bg-image-about-1 {
    width: 100vw;
  }

  .bg-image-about-1.about {
    position: static;
    -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: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-grid-second-black {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid-second-black.about {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #0b0b0b;
  }

  .main-heading-2-w {
    font-size: 9vw;
    text-align: center;
  }

  .main-heading-2-w.landing-4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .main-heading-2-w.contact {
    font-size: 22vw;
  }

  .main-heading-2-w.contact-form {
    text-align: left;
  }

  .main-heading-2-w.about-2 {
    margin-bottom: 100px;
    font-size: 25px;
  }

  .main-heading-2-w.about-2._2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .footer-wrap-black {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-grid-second-black2 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid-second-black2.about {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .overflow-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit-button-newsletter {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .mini-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .privacy-paragraph {
    margin-bottom: 10px;
  }

  .form-section {
    border-top-style: none;
  }

  .hero-about {
    position: static;
    padding: 140px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/lavietop01.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/lavietop01.jpg');
    background-size: auto, cover;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bg-about {
    height: 350px;
  }

  .bg-about._3 {
    height: 350px;
  }

  .bg-about.left {
    height: 350px;
  }

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

  .link-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
    text-align: left;
  }

  .text-about {
    font-size: 25px;
  }

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

  .hero-heading.second {
    font-size: 18px;
  }

  .hero-heading.about {
    font-size: 35px;
  }

  .about-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .form-block {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .container.menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    margin-left: 0px;
  }

  .grid-menu-footer-2 {
    width: 100%;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-trext-menu {
    margin-top: 30px;
  }

  .link-footer-2 {
    text-align: left;
  }

  .content-voci-menu-footer-2 {
    width: 95%;
  }

  .footer-wrap-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .paragraph-container {
    padding-top: 2rem;
  }

  .about-paragraph-2 {
    display: none;
  }
}

#w-node-_8fc7709d-ebce-5880-d48a-961762eb98fb-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6c6eab4-d117-05cf-eb39-2386353b9d62-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fc7709d-ebce-5880-d48a-961762eb98fc-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fc7709d-ebce-5880-d48a-961762eb98fd-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fc7709d-ebce-5880-d48a-961762eb98fe-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b5c4482b-ee0c-3cfd-11c5-5e0c78aad7d1-bc035586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
}

.grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  grid-area: Area-3;
}

.masorry-greed>#w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce895508836-45035588 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 11;
  grid-area: Area-4;
}

.masorry-greed>#w-node-_8201c64d-f36b-338a-9f5d-fce895508836-45035588 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce89550883f-45035588 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: Area-5;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce895508841-45035588 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area-6;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: Area-7;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce89550884f-45035588 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  grid-area: Area-8;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: Area-9;
}

#w-node-_8201c64d-f36b-338a-9f5d-fce895508859-45035588 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area-10;
}

#w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
  -ms-grid-row: 21;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  grid-area: Area-11;
}

#w-node-c1d8e639-afaa-e635-d8aa-f31317a9c62b-45035588 {
  -ms-grid-row: 21;
  -ms-grid-row-span: 5;
  -ms-grid-column: 11;
  grid-area: Area-12;
}

#w-node-_76aa4d9a-ceea-1199-a2cf-c00889667cd3-45035588 {
  -ms-grid-row: 25;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area-13;
}

#w-node-a9aafdb7-49a0-f886-27ab-73d5608aec27-45035588 {
  -ms-grid-row: 25;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: Area-14;
}

#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-3;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
}

.grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-3;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
}

.grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

#w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  -ms-grid-column: 9;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-3;
}

.masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

#w-node-_063fed84-239e-283f-7f73-edc83ea2a183-8d03558c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_063fed84-239e-283f-7f73-edc83ea2a18c-8d03558c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_063fed84-239e-283f-7f73-edc83ea2a195-8d03558c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_063fed84-239e-283f-7f73-edc83ea2a1b7-8d03558c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_063fed84-239e-283f-7f73-edc83ea2a220-8d03558c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-b5c4482b-ee0c-3cfd-11c5-5e0c78aad7d1-bc035586 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f2-99035589 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 11;
    grid-area: Area-4;
  }

  #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    grid-area: Area-3;
  }

  #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    grid-area: Area-2;
  }

  .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .masorry-greed>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    grid-area: Area-3;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ed-4203558a {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 11;
    grid-area: Area-4;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    grid-area: Area-3;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    grid-area: Area-2;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    grid-area: Area-3;
  }

  #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-c36deb47-16fc-e2be-6121-49e651608027-3303558b {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 11;
    grid-area: Area-4;
  }

  #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    grid-area: Area-2;
  }

  .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_063fed84-239e-283f-7f73-edc83ea2a1b7-8d03558c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

.masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608027-3303558b {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

.masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ed-4203558a {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
}

.masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f2-99035589 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    grid-area: Area-7;
  }

  #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
    -ms-grid-row: 17;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: Area-9;
  }

  #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
    -ms-grid-row: 21;
    -ms-grid-row-span: 5;
    -ms-grid-column: 9;
    grid-area: Area-11;
  }

  #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_063fed84-239e-283f-7f73-edc83ea2a195-8d03558c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_063fed84-239e-283f-7f73-edc83ea2a1b7-8d03558c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area;
  }

  .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .masorry-greed>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    grid-area: Area-2;
  }

  .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  #w-node-_063fed84-239e-283f-7f73-edc83ea2a220-8d03558c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_3d03b94f-1a90-9188-dc38-bae047466f6b-d5fd6923 {
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: 3.9687501192092896;
    -ms-grid-column: 2.9791667461395264;
    grid-column-start: 2.9791667461395264;
    -ms-grid-row-span: -0.010416626930236816;
    grid-row-end: 1.9895833730697632;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 7;
    -ms-grid-column-align: start;
    justify-self: start;
    grid-area: Area-2;
  }

  .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .masorry-greed>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  @media screen and (min-width: 1440px) {
    #w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508836-45035588 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 6;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550883f-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508841-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 7;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884f-45035588 {
      -ms-grid-row: 7;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508859-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 11;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-c1d8e639-afaa-e635-d8aa-f31317a9c62b-45035588 {
      -ms-grid-row: 11;
      -ms-grid-row-span: 3;
      -ms-grid-column: 6;
    }

    #w-node-_76aa4d9a-ceea-1199-a2cf-c00889667cd3-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
    }

    #w-node-a9aafdb7-49a0-f886-27ab-73d5608aec27-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f2-99035589 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 6;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ed-4203558a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 6;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608027-3303558b {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 6;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 7;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 11;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
    }
  }

  @media screen and (max-width: 991px) {
    #w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508836-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550883f-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508841-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884f-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508859-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-c1d8e639-afaa-e635-d8aa-f31317a9c62b-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_76aa4d9a-ceea-1199-a2cf-c00889667cd3-45035588 {
      -ms-grid-row: 25;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-a9aafdb7-49a0-f886-27ab-73d5608aec27-45035588 {
      -ms-grid-row: 25;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f2-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ed-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608027-3303558b {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }

  @media screen and (max-width: 767px) {
    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  @media screen and (max-width: 479px) {
    #w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce895508829-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_8201c64d-f36b-338a-9f5d-fce89550882b-45035588 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508834-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508836-45035588 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550883f-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508841-45035588 {
      -ms-grid-row: 9;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884f-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce895508859-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-c1d8e639-afaa-e635-d8aa-f31317a9c62b-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_76aa4d9a-ceea-1199-a2cf-c00889667cd3-45035588 {
      -ms-grid-row: 25;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-a9aafdb7-49a0-f886-27ab-73d5608aec27-45035588 {
      -ms-grid-row: 25;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ef-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f5-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502f0-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e65160802a-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608034-3303558b {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13f2-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c13ff-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c1419-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ea-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502ed-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac47502fa-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750311-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608024-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608027-3303558b {
      -ms-grid-row: 5;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884b-45035588 {
      -ms-grid-row: 13;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_8201c64d-f36b-338a-9f5d-fce89550884d-45035588 {
      -ms-grid-row: 17;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-_88b3dcdb-5d0c-df92-6627-73971e5cdcb9-45035588 {
      -ms-grid-row: 21;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_23ba97cb-7474-c518-ddd0-aac6d00c141e-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac475032b-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-b69a1ec3-dbc5-c99d-c89f-17d7110b9294-99035589 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .grid-menu-footer>#w-node-_77cfd718-889c-7fd6-9d56-e1cac4750315-4203558a {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 4;
      -ms-grid-column-span: 2;
    }

    .grid-menu-footer>#w-node-c36deb47-16fc-e2be-6121-49e651608070-3303558b {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  }

  #w-node-_063fed84-239e-283f-7f73-edc83ea2a220-8d03558c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3d03b94f-1a90-9188-dc38-bae047466f6b-d5fd6923 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

